@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/myriad-pro");
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
details:focus-visible,
[href]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
[contenteditable="true"]:focus-visible {
  outline: 2px solid -webkit-focus-ring-color !important;
  outline-offset: 1px !important; }

input:focus-visible + label {
  outline: 2px solid -webkit-focus-ring-color !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

/* Vertical Carousel */
.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; }

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

@-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 fadeOutUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

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

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

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

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

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

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

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

@-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 shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

.btn-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  border-top: 2px solid #ffcc00;
  border-right: 2px solid #4dd4c6;
  border-bottom: 2px solid red;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite; }

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

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

.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: black;
  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: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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 #e6e6e6;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 15px;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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 #e6e6e6; }

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

.table-tbody tr {
  border-bottom: 1px solid #e6e6e6; }
  .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: "Jost", 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: white;
  border-color: black;
  color: black;
  font-size: 15px;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: black;
    border-color: black;
    color: white; }
  .button:active {
    background-color: black;
    border: 1px solid black;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*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: #ffcc00;
  border-color: #ffcc00;
  color: black; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: #ffcc00;
    color: black; }
  .button--primary:active {
    background-color: white;
    border: 1px solid #ffcc00;
    color: black; }

.button--tertiary {
  background-color: black;
  border-color: black;
  color: white; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: white;
    border-color: black;
    color: black; }
  .button--tertiary:active {
    background-color: white;
    border: 1px solid black;
    color: black; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 15px;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

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


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

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

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

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

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

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

/*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.75rem;
  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: #202020;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #464646;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

/*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.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*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: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .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.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-title {
  color: #464646;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

/*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: black;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #464646;
    font-size: 15px;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #464646;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 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: black; }

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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: #e6e6e6 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e6e6e6;
  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 #e6e6e6;
  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 #e6e6e6;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    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.75rem 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.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(0, 0, 0, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: black;
    color: white; }

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

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

footer .botBar .copyright span.mak a,
footer .botBar .copyright span.mak {
  color: #fff; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-ms-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation: flash;
  -moz-animation: flash;
  -ms-animation: flash;
  -o-animation: flash;
  animation: flash;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

.video-modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.78);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  .video-modal-overlay button {
    font-size: 3.5rem;
    position: absolute;
    right: 25px; }

.video-modal {
  display: none;
  background-color: transparent; }
  .video-modal .modal {
    background-color: transparent; }
    .video-modal .modal .video-modal-body {
      margin-bottom: -10px;
      background-color: transparent; }

body.no-scroll {
  overflow: hidden; }

/* 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: black;
    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-next,
.slick-prev {
  z-index: 1;
  border: 1px solid white;
  height: 3.125rem;
  padding: 0.875rem 1.125rem;
  width: 3.125rem;
  border-radius: 4px;
  background-color: white; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1.25rem;
    width: 0.75rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: white; }

.slick-next {
  right: 15px; }
  .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: 15px; }
  .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 1.625rem;
    width: 1.625rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.75rem;
      width: 0.75rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li:only-child {
      display: none; }
    .slick-dots li.slick-active button::before {
      background: black; }

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

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

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

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

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

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  background-color: #ffcc00;
  background-color: rgba(255, 204, 0, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Jost", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cfcfcf;
    color: #202020; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #202020; }
  .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: "Jost", 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: white;
    border-color: black;
    color: black;
    font-size: 15px;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    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: black;
      border-color: black;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: black;
      border: 1px solid black;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: black; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover,
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: #ffcc00;
    color: black; }
  .swal2-modal .swal2-cancel {
    color: white;
    background-color: black;
    border-color: black; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover,
  .swal2-modal .swal2-cancel:active {
    color: black;
    background-color: white;
    border-color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

body {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e6e6e6; }
  .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.375rem; } }

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

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    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,
#wishlist-dropdown2.is-open {
  background: transparent;
  left: -45px !important;
  max-width: none !important;
  width: 100% !important;
  margin-top: 10px;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  border-color: transparent; }
  #wishlist-dropdown.is-open:focus,
  #wishlist-dropdown2.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist],
  #wishlist-dropdown2.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button,
  #wishlist-dropdown2.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    text-transform: initial;
    font-size: 16px;
    font-weight: 400;
    color: black;
    border-color: transparent; }
    #wishlist-dropdown.is-open .button:hover, #wishlist-dropdown.is-open .button:focus, #wishlist-dropdown.is-open .button:active,
    #wishlist-dropdown2.is-open .button:hover,
    #wishlist-dropdown2.is-open .button:focus,
    #wishlist-dropdown2.is-open .button:active {
      color: #029fe2; }
  #wishlist-dropdown.is-open .button--has-items,
  #wishlist-dropdown2.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button,
  #wishlist-dropdown2.is-open li:not(:last-child) .button {
    border-radius: 0px;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.modal {
  margin: 0;
  max-height: 85%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal.modal-loaded, .modal.modal--quickShop {
    overflow: visible; }
  .modal .form-field {
    position: relative; }

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

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

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

.modal-close {
  width: 32px;
  height: 32px;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -37px;
  right: -7px; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }
  .modal-close svg,
  .modal-close .icon {
    fill: #ffffff;
    width: 100%;
    height: 100%; }
  @media (min-width: 1200px) {
    .modal-close {
      top: -7px;
      right: -47px; } }
  .modal-close:focus:before, .modal-close:focus:after {
    display: none; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px; }
  @media (min-width: 768px) {
    .modal-body {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .modal-body {
      padding: 60px; } }
  .modal-body::-webkit-scrollbar {
    width: 10px; }
  .modal-body::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #000000; }

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

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  font-size: 0;
  text-align: center;
  overflow: visible; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 10px;
  font-size: 16px; }
  .breadcrumb > .breadcrumb-label {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none; }
    .breadcrumb > .breadcrumb-label span {
      background-image: linear-gradient(transparent 96%, rgba(120, 120, 120, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      line-height: 1; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #787878; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: '';
    left: -3px; }

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f6f6f6; }

.pagination {
  clear: both; }

.pagination-list {
  margin-top: 55px;
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6; }
  .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;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  -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; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 44px;
    height: 44px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 16px; }
    .pagination-item .pagination-link:hover {
      color: #202020; }
  .pagination-item.pagination-item--current {
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    margin: 0 5px; }
    .pagination-item.pagination-item--current .pagination-link {
      font-weight: 500; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    text-align: center; }
    .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
      font-size: 0;
      color: black;
      padding: 9px; }
      .pagination-item.pagination-item--previous .pagination-link .icon, .pagination-item.pagination-item--next .pagination-link .icon {
        display: inline-block;
        margin: 0;
        width: 26px;
        height: 26px; }
        .pagination-item.pagination-item--previous .pagination-link .icon > svg, .pagination-item.pagination-item--next .pagination-link .icon > svg {
          width: 100%;
          height: 100%; }
      .pagination-item.pagination-item--previous .pagination-link:hover, .pagination-item.pagination-item--previous .pagination-link:focus, .pagination-item.pagination-item--previous .pagination-link:active, .pagination-item.pagination-item--next .pagination-link:hover, .pagination-item.pagination-item--next .pagination-link:focus, .pagination-item.pagination-item--next .pagination-link:active {
        color: black; }
        .pagination-item.pagination-item--previous .pagination-link:hover .icon, .pagination-item.pagination-item--previous .pagination-link:focus .icon, .pagination-item.pagination-item--previous .pagination-link:active .icon, .pagination-item.pagination-item--next .pagination-link:hover .icon, .pagination-item.pagination-item--next .pagination-link:focus .icon, .pagination-item.pagination-item--next .pagination-link:active .icon {
          color: black; }
          .pagination-item.pagination-item--previous .pagination-link:hover .icon > svg, .pagination-item.pagination-item--previous .pagination-link:focus .icon > svg, .pagination-item.pagination-item--previous .pagination-link:active .icon > svg, .pagination-item.pagination-item--next .pagination-link:hover .icon > svg, .pagination-item.pagination-item--next .pagination-link:focus .icon > svg, .pagination-item.pagination-item--next .pagination-link:active .icon > svg {
            fill: black; }
  .pagination-item:hover, .pagination-item:focus, .pagination-item:active {
    background-color: #ffcc00;
    border-color: #ffcc00; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #464646;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .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; }

.pagination-info {
  text-align: center;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px; }

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

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

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

.button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px; }

.button--tertiary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: white;
  background-color: black;
  border: 1px solid black; }
  .button--tertiary:hover, .button--tertiary:active {
    color: black;
    background-color: white;
    border-color: black; }

.button--primary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px; }

@media (max-width: 767px) {
  .button,
  .button--tertiary,
  .button--primary {
    padding: 15px 15px 13px; } }

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

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

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

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

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

.accordion-title {
  font-size: 0.9375rem;
  margin: 0;
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

.accordion--navList a:only-child {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #87724f; }
  .alertBox.banner {
    margin: 0;
    max-width: 100%;
    margin-bottom: 12px; }

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

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

.alertBox--warning {
  border-color: #fbf8e7;
  background-color: #fbf8e7; }

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

.form-label {
  color: black;
  font-weight: 500; }
  .form-label small {
    color: #F94436;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 0;
    margin-right: 5px; }

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

.form-input,
.form-select {
  height: 50px;
  border-color: #CCCCCC; }

textarea.form-input {
  height: auto; }

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

.form-inlineMessage {
  display: block; }

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

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

.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.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

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

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

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

.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: 75rem;
  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.75rem; }
      @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.75rem; } }

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

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

.form-select--small,
.form-select--date {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  max-width: 20rem;
  padding: 10px 30px 10px 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30px; }

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #202020; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #202020; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #202020; }

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

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

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

.form-increment {
  position: relative; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: .83333rem;
    height: .83333rem;
    position: absolute;
    right: 10px;
    background: 0 0; }
    .form-increment .button:before {
      content: "";
      width: 1px;
      height: 1px;
      border: 4px solid transparent;
      position: absolute;
      left: 0; }
    .form-increment .button[data-action=dec] {
      bottom: 11px; }
      .form-increment .button[data-action=dec]:before {
        border-top-color: #000;
        bottom: 2px; }
    .form-increment .button[data-action=inc] {
      top: 11px; }
      .form-increment .button[data-action=inc]:before {
        border-bottom-color: #000;
        top: 2px; }

.form-input--incrementTotal {
  display: inline-block;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px 10px 18px;
  text-align: left;
  vertical-align: middle;
  width: 95px;
  height: 50px;
  -moz-appearance: textfield; }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-option {
  border: 1px solid #cfcfcf;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #202020; }
  .form-radio:checked + .form-option {
    border-color: #060606;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

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

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

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

.form-input--small {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  padding: 10px 15px; }

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

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

[data-product-attribute] .form-option {
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #f6f6f6;
    opacity: 0.5;
    position: relative; }
    [data-product-attribute] .form-option.unavailable:before {
      content: "";
      width: 150%;
      height: 1px;
      top: 50%;
      left: -25%;
      position: absolute;
      background-color: #F94436;
      transform: rotate(-45deg); }

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

@media (min-width: 1261px) {
  [data-page-type="404"] .form-prefixPostfix.wrap {
    justify-content: center; }
  [data-page-type="404"] #search_query_adv {
    max-width: 615px; } }

@media (max-width: 767px) {
  .form-input--small,
  .form-select--small,
  .form-select--date {
    height: 45px; } }

html *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:focus::-webkit-input-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden; }

.card {
  margin-bottom: 35px; }
  .card:focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .card.focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding: 3px;
  margin-left: -3px;
  margin-right: -3px; }
  .card-figure .card-img-hover > .card-image {
    -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; }
  .card-figure .card-img-hover .product-additional {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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; }
    .card-figure .card-img-hover .product-additional > .card-image {
      -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;
      transform: translate3d(-50px, 0, 0); }
  .card-figure .card-figcaption {
    opacity: 0;
    visibility: hidden;
    -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;
    transform: translate3d(-50px, 0, 0); }
  .card-figure:hover .card-img-hover > .card-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .card-figure:hover .card-img-hover .product-additional {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    .card-figure:hover .card-img-hover .product-additional > .card-image {
      transform: translate3d(0, 0, 0); }
  .card-figure:hover .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .card-figure__link {
    display: block;
    position: relative; }
  @media (max-width: 1199px) {
    .card-figure .card-figcaption-top {
      display: none !important; }
    .card-figure .card-figcaption-bottom {
      display: none !important; } }

.card-img-container {
  max-width: 640px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 111.09375%; }

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

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

.card-image {
  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 4px 0; }
  .card-title > a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 500;
    line-height: 1.5; }
    .card-title > a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .card-title > a:hover {
      color: #029fe2; }
      .card-title > a:hover span {
        background-size: 100% 1px; }
  .card-title.card-ellipsis > a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
  @media (min-width: 1200px) {
    .card-title.has-options {
      position: relative;
      padding-right: 70px; } }

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

.card-figcaption-button {
  display: block;
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: white;
  background-color: black;
  border: 1px solid black; }
  .card-figcaption-button:hover, .card-figcaption-button:active {
    color: black;
    background-color: white;
    border-color: black; }

.card-body {
  text-align: left; }
  .card-body .card-desc {
    display: none; }
  .card-body .button--compare {
    margin-top: 15px;
    display: none; }
    .card-body .button--compare input {
      width: 15px;
      height: 15px;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle; }
    .card-body .button--compare span {
      color: black;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.02em;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 1200px) {
    .card-body .card-figcaption-bottom {
      display: none !important; }
    .card-body .button--compare {
      display: block; } }
  @media (max-width: 767px) {
    .card-body .card-figcaption-bottom .card-figcaption-button {
      padding: 12px 10px 13px;
      font-size: 13px; } }

.card .card-figcaption .button {
  pointer-events: all; }

.card .card-figcaption .card-figcaption-top {
  position: absolute;
  top: 15px;
  left: 15px; }
  .card .card-figcaption .card-figcaption-top .button {
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
    min-width: 0; }
    .card .card-figcaption .card-figcaption-top .button svg {
      width: 23px;
      height: 23px;
      display: inline-block;
      vertical-align: middle; }
    .card .card-figcaption .card-figcaption-top .button span {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 10px 6px;
      border-radius: 4px;
      background-color: #ffffff;
      margin-left: 10px;
      color: #000000;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      opacity: 0;
      visibility: hidden;
      -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;
      -webkit-transform: translateX(-10px);
      -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      -o-transform: translateX(-10px);
      transform: translateX(-10px);
      -webkit-box-shadow: 0px 1px 3px 0px #595959;
      box-shadow: 0px 1px 3px 0px #595959; }
    .card .card-figcaption .card-figcaption-top .button:hover span, .card .card-figcaption .card-figcaption-top .button:focus span, .card .card-figcaption .card-figcaption-top .button:active span {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
  .card .card-figcaption .card-figcaption-top .wishlist + .quickview {
    margin-top: 10px; }

.card .card-figcaption .card-figcaption-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  background-color: #ffffff; }
  @media (min-width: 1025px) {
    .card .card-figcaption .card-figcaption-bottom {
      left: 2px;
      right: 2px;
      bottom: 2px; } }
  .card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
    margin: 3px; }

.card .card-body {
  padding-top: 20px; }

.card [data-test-info-type="brandName"] {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.card [data-test-info-type="productRating"] {
  margin-bottom: 13px; }

.card [data-test-info-type="price"] {
  margin-bottom: 15px; }

.card-sample .card-img-container {
  background-color: #f6f6f6; }

.card-sample [data-test-info-type="brandName"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample .card-title span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample [data-test-info-type="productRating"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample [data-test-info-type="price"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample .card-option label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.price-section {
  font-size: 0px;
  letter-spacing: 0;
  display: inline-block; }
  .price-section .price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }
  .price-section.price-section--withoutTax, .price-section.price-section--withTax {
    color: #e95144; }
    .price-section.price-section--withoutTax.rrp-price--withoutTax, .price-section.price-section--withoutTax.rrp-price--withTax, .price-section.price-section--withTax.rrp-price--withoutTax, .price-section.price-section--withTax.rrp-price--withTax {
      color: #787878; }
  .price-section.rrp-price--withoutTax, .price-section.rrp-price--withTax {
    color: #787878;
    margin-right: 5px; }
    .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax,
    .price-section.rrp-price--withoutTax .non-sale-price--withTax, .price-section.rrp-price--withTax + .non-sale-price--withoutTax,
    .price-section.rrp-price--withTax .non-sale-price--withTax {
      display: none !important; }
      .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price,
      .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price,
      .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
        display: inline-block !important; }
        .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none,
        .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none,
        .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
          display: none !important; }
  .price-section.non-sale-price--withoutTax, .price-section.non-sale-price--withTax {
    color: #787878;
    margin-right: 7px; }
  .price-section.price-none + .price-section--withoutTax,
  .price-section.price-none + .price-section--withTax {
    color: black; }
  .price-section.price_range {
    color: black; }

.card .price-section--saving {
  display: none !important; }

.card-option {
  display: block;
  min-height: 24px; }
  @media (min-width: 1200px) {
    .card-option {
      min-height: 28px; } }
  .card-option .form-field {
    margin-bottom: 0; }
  .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: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0; }
    .card-option [data-product-attribute] .showmore {
      margin-left: 2px;
      color: #787878;
      font-size: 13px;
      text-decoration: none; }
    .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-option [data-product-attribute] .form-option.form-option-swatch {
        width: 24px;
        height: 24px;
        margin-right: 7px;
        padding: 0;
        border-color: transparent; }
        .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color, .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color {
          display: inline-block !important; }
          .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span, .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span {
            display: none; }
        .card-option [data-product-attribute] .form-option.form-option-swatch:hover, .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
          border-color: #cccccc; }
        @media (min-width: 1200px) {
          .card-option [data-product-attribute] .form-option.form-option-swatch {
            width: 28px;
            height: 28px; } }
      .card-option [data-product-attribute] .form-option .form-option-variant {
        border: 2px solid #ffffff;
        background-size: 100%; }
      .card-option [data-product-attribute] .form-option .form-option-variant--color.White:after, .card-option [data-product-attribute] .form-option .form-option-variant--color.white:after, .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-option [data-product-attribute] .form-option.unavailable:before {
        display: none; }
      .card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
        opacity: 1; }
    .card-option [data-product-attribute] .form-radio:checked + .form-option {
      border-color: #e5e5e5; }
  .card-option .form-option-variant--color,
  .card-option .form-option-variant--pattern {
    width: 22px;
    height: 22px;
    min-width: 22px; }
  .card-option .form-option-swatch {
    height: 24px;
    width: 24px; }
    .card-option .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }
    .card-option .form-option-swatch.is-active {
      border-color: #202020; }

.quickShopPopup {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -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;
  transform: translate3d(-50px, 0, 0);
  height: auto;
  max-height: 80%;
  z-index: 1; }
  .quickShopPopup.scrollbar::-webkit-scrollbar {
    width: 5px; }
  .quickShopPopup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  .quickShopPopup .halo-quickShop-header {
    padding: 20px;
    text-align: center;
    display: none; }
    .quickShopPopup .halo-quickShop-header .halo-quickShop-title {
      color: black;
      font-size: 16px;
      font-weight: 700; }
  .quickShopPopup .halo-quickShop-content {
    padding: 20px 0 0 0;
    position: relative; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions {
      text-align: center; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
        margin-bottom: 10px;
        padding: 0 15px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-option-expanded {
        display: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
        border-color: transparent; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none;
        font-weight: 600; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
        width: 32px;
        height: 32px;
        border-color: transparent; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
          min-width: 30px;
          line-height: 24px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
          height: 54px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
          bottom: 9px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
          top: 9px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .alertBox {
        margin-bottom: 20px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 50%;
        padding-right: 10px;
        margin-right: 0; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          margin-bottom: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 50%;
        float: left;
        display: inline-block;
        padding-left: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          width: 100%;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    .quickShopPopup {
      max-height: 100%; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
        height: 42px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
        bottom: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
        top: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 100%;
        padding-right: 0; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          padding: 12px 10px 13px;
          font-size: 13px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 100%;
        padding-left: 0;
        padding-top: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          padding: 12px 10px 13px;
          font-size: 13px; } }
  @media (max-width: 767px) {
    .quickShopPopup {
      position: static; } }

.modal--quickShop .quickShopPopup .halo-quickShop-content {
  padding: 20px; }
  .modal--quickShop .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
    padding: 0; }

.button--quickShop.btn-loading {
  font-size: 0 !important;
  position: relative !important;
  pointer-events: none !important; }

.halo-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .halo-product-badge .product-badge {
    padding: 4px 5px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    background-color: #1e1e1e;
    text-align: center;
    min-width: 43px; }
    .halo-product-badge .product-badge span {
      display: block; }
    .halo-product-badge .product-badge + .product-badge {
      margin-top: 5px; }
    .halo-product-badge .product-badge.new-badge {
      color: white;
      background-color: #00c2c7; }
    .halo-product-badge .product-badge.sale-badge {
      color: white;
      background-color: #f94436; }
    .halo-product-badge .product-badge.soldout-badge {
      color: #f94436;
      background-color: white; }
    .halo-product-badge .product-badge.custom-badge {
      color: black;
      background-color: #ffcc00; }

.card-subTitle-color {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media (max-width: 1199px) {
  .card-subTitle-color {
    display: none; } }

.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: 15px;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  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: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(6, 6, 6, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(6, 6, 6, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #cfcfcf;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #202020; }

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

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

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

.actionBar-section .form-select {
  color: black;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

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

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

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .navUser .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.75rem;
    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.875rem;
    position: absolute; }

.navUser .navUser-action--quickSearch {
  padding: 12px 0.73333rem;
  font-size: 0; }

.navUser .navUser-actionCart {
  padding: 12px 0 12px 0.73333rem; }

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

.navUser-action {
  color: black;
  font-weight: 500;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #202020; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #202020;
      stroke: #202020; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #202020; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }
  .navUser-item--cart svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; }
  .navUser-item--cart .navUser-item-cartLabel {
    display: none; }
  .navUser-item--cart .cart-quantity {
    width: 23px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle; }

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

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

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

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

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

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

.navUser-action--quickSearch svg {
  width: 23px;
  height: 24px; }

.navUser-action--quickSearch span {
  display: none; }

.dropdown--quickSearch {
  background-color: #ffffff;
  display: none;
  max-height: 63.5vh;
  overflow-y: auto; }
  .dropdown--quickSearch::-webkit-scrollbar {
    width: 10px; }
  .dropdown--quickSearch::-webkit-scrollbar-track {
    background: #f6f6f6; }
  .dropdown--quickSearch::-webkit-scrollbar-thumb {
    background: #464646; }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50;
    top: 0 !important; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem;
    background-color: #f7f7f7; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }
  .dropdown--quickSearch > .container {
    max-width: 1200px;
    padding: 45px 15px; }

.quickSearch-form {
  padding: 14px 15px;
  background-color: #f7f7f7; }
  .quickSearch-form > .container {
    max-width: 1200px; }
  .quickSearch-form .form {
    max-width: calc(100% - 200px); }
    .quickSearch-form .form .form-field {
      position: relative; }
  .quickSearch-form #nav-quick-search {
    background-color: #f7f7f7;
    border: none;
    color: #464646;
    font-size: 18px;
    text-align: center;
    max-width: 30rem;
    margin: 0 auto; }
    .quickSearch-form #nav-quick-search::placeholder {
      color: #464646; }
    .quickSearch-form #nav-quick-search:-ms-input-placeholder {
      color: #464646; }
    .quickSearch-form #nav-quick-search::-ms-input-placeholder {
      color: #464646; }
  .quickSearch-form .quickSearch-btn {
    width: 47px;
    height: 47px;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0; }
    .quickSearch-form .quickSearch-btn svg {
      fill: #000000;
      width: 100%;
      height: 100%; }
  .quickSearch-form .modal-close {
    font-size: 0;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    top: 12px;
    right: 15px; }
    .quickSearch-form .modal-close:before {
      content: '';
      width: 100%;
      height: 2px;
      display: block;
      background-color: #000000;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      border: none;
      padding: 0; }
    .quickSearch-form .modal-close:after {
      content: '';
      width: 2px;
      height: 100%;
      display: block;
      background-color: #000000;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      border: none;
      padding: 0; }
    .quickSearch-form .modal-close svg {
      display: none; }

.quickSearch-recommended {
  font-size: 0;
  text-align: left;
  background-color: #ffffff; }
  .quickSearch-recommended .qsRecommended-products {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-right: 15px; }
    .quickSearch-recommended .qsRecommended-products .productCarousel {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide {
        width: 33.33%;
        display: inline-block;
        vertical-align: top; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .halo-product-badge {
          display: none; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .card-figcaption {
          display: none; }
        .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body {
          padding-top: 15px; }
          .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body [data-test-info-type="brandName"] {
            margin-bottom: 2px; }
  .quickSearch-recommended .qsRecommended-topSearches {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding-left: 15px; }
  .quickSearch-recommended .topSearches-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px 0; }
  .quickSearch-recommended .topSearches-list {
    font-size: 0;
    margin-left: 0; }
    .quickSearch-recommended .topSearches-list li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .quickSearch-recommended .topSearches-list li a {
        text-decoration: none;
        display: inline-block;
        padding: 10px 15px 11px;
        background-color: #f7f7f7;
        font-size: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-weight: 400;
        color: #464646;
        -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; }
        .quickSearch-recommended .topSearches-list li a span {
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-recommended .topSearches-list li a svg {
          fill: #464646;
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-recommended .topSearches-list li a:hover, .quickSearch-recommended .topSearches-list li a:focus, .quickSearch-recommended .topSearches-list li a:active {
          color: #202020;
          background-color: #ffffff;
          border-color: #000000; }

@media (max-width: 550px) {
  .dropdown--quickSearch > .container {
    padding: 20px 15px; }
  .quickSearch-recommended {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .quickSearch-recommended .qsRecommended-products {
      width: 100%;
      padding-right: 0;
      padding-top: 10px;
      order: 1; }
    .quickSearch-recommended .qsRecommended-topSearches {
      width: 100%;
      padding-left: 0;
      order: 0; }
  .quickSearch-form {
    padding: 5px 0; }
    .quickSearch-form .form {
      max-width: 100%;
      padding-left: 40px;
      padding-right: 40px; }
      .quickSearch-form .form .quickSearch-btn {
        left: -50px;
        right: auto; } }

.countPill {
  background-color: black;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

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

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

.navUser-itemBlock--compare {
  position: fixed;
  top: calc(45% - 280px);
  right: 30px;
  z-index: 1; }
  .navUser-itemBlock--compare .navUser-item--compare {
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-right: 0; }
    .navUser-itemBlock--compare .navUser-item--compare .navUser-compare--title {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      display: inline-block;
      vertical-align: middle; }
    .navUser-itemBlock--compare .navUser-item--compare .countPill {
      color: black;
      font-size: 16px;
      font-weight: 400;
      background-color: transparent;
      margin-left: 0;
      display: inline-block;
      vertical-align: middle; }
  @media (max-width: 1199px) {
    .navUser-itemBlock--compare {
      display: none !important; } }

.navUser-action--currencySelector span, .navUser-action--currencySelector .icon {
  display: inline-block;
  vertical-align: middle; }

.navUser-action--currencySelector .cur-flag {
  height: 11px;
  line-height: 1;
  font-size: 0; }

.navUser-action--currencySelector .cur-code {
  margin-left: 3px; }

#currencySelection {
  min-width: 170px; }
  #currencySelection .dropdown-menu-item > a img, #currencySelection .dropdown-menu-item > a span, #currencySelection .dropdown-menu-item > a strong {
    display: inline-block;
    vertical-align: middle; }
  #currencySelection .dropdown-menu-item > a span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  #currencySelection .dropdown-menu-item > a strong {
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  #currencySelection .dropdown-menu-item > a:hover span {
    background-size: 100% 1px; }
  #currencySelection .dropdown-menu-item > a:hover strong {
    background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

.navPages-accountList .navPages-list {
  list-style: none;
  margin-left: 0;
  width: 100%; }
  .navPages-accountList .navPages-list .navPages-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #cccccc; }
    .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action {
      padding-left: 0;
      padding: 13px 0;
      display: inline-block;
      text-align: left;
      color: black;
      font-size: 16px;
      font-weight: 600; }
      .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action:hover span {
        background-size: 100% 1px; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

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

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

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

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

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

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

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

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

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: capitalize; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #029fe2;
    stroke: #029fe2; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 12px 15px; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-action span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .navPages-action:hover {
    color: black; }
    .navPages-action:hover span {
      background-size: 100% 1px; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 1200px) {
    .navPages-action-moreIcon {
      display: none; } }

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }
  .navPage-subMenu::-webkit-scrollbar {
    width: 10px; }
  .navPage-subMenu::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .navPage-subMenu::-webkit-scrollbar-thumb {
    background: #000000; }

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

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

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

.navPages-item > .navPages-action {
  font-weight: 700; }

.navPages-item .navPage-subMenu-item-child > .navPages-action:hover,
.navPages-item .navPage-subMenu-item-parent > .navPages-action:hover {
  color: #029fe2; }

@media (min-width: 1200px) {
  .navPages-container {
    position: static; }
    .navPages-container .navPages-item {
      position: relative; }
      .navPages-container .navPages-item > .navPages-action {
        position: relative; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        width: 210px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-50px, 0, 0);
        transition: all .3s ease;
        -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: white; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
          padding: 0 20px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
            padding: 12px 15px 12px 0; }
            .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
              width: 12px;
              height: 12px;
              position: absolute;
              top: 50%;
              right: 18px;
              margin-left: 0;
              transform: translateY(-50%) rotate(-90deg); }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child + .navPage-subMenu-item-child .navPage-subMenu-action {
            border-top: 1px solid #e6e6e6; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu,
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child {
        position: relative; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
          top: 0;
          left: 95%; }
      .navPages-container .navPages-item.has-megamenu > .navPage-subMenu > .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
        display: none !important; }
      .navPages-container .navPages-item .navPage-subMenu {
        display: block; }
      .navPages-container .navPages-item > .navPage-subMenu {
        left: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-50px, 0, 0);
        -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;
        margin-top: 14px;
        z-index: 1; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu-item-parent {
          display: none; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu {
          padding-left: 0;
          padding-right: 0; }
      .navPages-container .navPages-item.has-megamenu {
        position: static; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          padding: 30px calc((100% - 1200px)/2);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 1; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links .navPage-subMenu-title {
          display: none; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
          padding-left: 15px;
          padding-right: 15px; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-action {
            margin-bottom: 0; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-item-child {
            padding-left: 0;
            padding-right: 0; }
      .navPages-container .navPages-item:hover > .navPages-action {
        position: relative; }
        .navPages-container .navPages-item:hover > .navPages-action:after {
          content: '';
          width: 100%;
          height: 14px;
          background-color: transparent;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -14px;
          z-index: 1; }
      .navPages-container .navPages-item:hover > .navPage-subMenu {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 8px; } }

.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  transition-property: transform, opacity, visibility;
  border: 0; }

.navPages-list-megamenu .has-megamenu.style-3 > .navPage-subMenu {
  flex-direction: column;
  padding-bottom: 0; }

.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;
  border: 0;
  padding-top: 2px;
  padding-bottom: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  border-bottom: 0;
  transition: unset;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  padding: 6px 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
    padding: 0 0 1px 0; }
  .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 .navPage-subMenu-list:not(.navPage-subMenu-links) {
  padding: 0 !important;
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    background-color: transparent; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-parent,
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-child {
      padding: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  margin: 0;
  padding: 0;
  background-color: white; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  padding: 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 15px 0;
    text-align: center; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card {
      text-align: center; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-img-container {
        max-width: 120px;
        display: block;
        margin: 0 auto; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .halo-product-badge {
        display: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-figcaption {
        display: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body {
        padding-top: 15px;
        text-align: center; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-title {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /* autoprefixer: off */ }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body [data-test-info-type="productRating"] {
          font-size: 16px; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-option .form-field {
          justify-content: center; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
    display: none; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow {
    fill: black;
    top: 55px;
    width: 22px;
    height: 22px;
    transform: none;
    padding: 0;
    background-color: transparent;
    border-color: transparent; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:before {
      width: 11px;
      height: 19px;
      display: inline-block; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-prev {
      left: 0;
      text-align: left; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-next {
      right: 0;
      text-align: right; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
    margin-bottom: 15px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:before {
      display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: #f5dacb;
  text-align: center;
  padding: 15px 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link {
    display: inline-block;
    vertical-align: top;
    color: #b06f42;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 auto;
    transition: unset; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link .text {
      padding: 0 0 1px 0; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link:after {
      content: '>';
      display: inline-block;
      vertical-align: top;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: inherit;
      margin: 0 0 0 10px; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 16px !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    padding-top: 0;
    padding-bottom: 0; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-weight: 600;
    padding-left: 0; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      color: inherit; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

.navPages-list-megamenu .style-1 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 5px 0 0 0;
  text-align: right;
  width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image + .image {
      margin-top: 20px; }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: -20px; }

.navPages-list-megamenu .style-2 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right; }
  .navPages-list-megamenu .style-2 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image + .image {
      margin-top: 20px; }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  width: 195px;
  display: inline-block;
  vertical-align: top; }
  .navPages-list-megamenu .style-2 .megamenu-left-item + .megamenu-right-item {
    width: calc(100% - 195px);
    padding-left: 30px; }

.navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child {
  padding-bottom: 2px !important; }
  .navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child .navPages-action--sale {
    color: #e85342; }

.navPages-list-megamenu .style-3 .imageArea {
  padding: 20px 15px 0; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-left-item {
    width: 66.66666666666667%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
    width: 33.33333333333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; }
  .navPages-list-megamenu .style-3 .imageArea .item {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
    margin-bottom: 30px; }
    .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul {
      margin-left: -10px;
      margin-right: auto; }
      .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li {
        display: inline-block; }
        .navPages-list-megamenu .style-3 .imageArea .megamenu-brands 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; }
          .navPages-list-megamenu .style-3 .imageArea .megamenu-brands 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; }
          .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a:hover span {
            background-size: 100% 1px; }
        .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li.has-letter a {
          color: black;
          pointer-events: auto; }
    .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
      display: inline-block;
      text-decoration: none;
      color: black;
      font-size: 16px;
      font-weight: 500;
      margin-top: 20px;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

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

.navPages-list-megamenu .style-4 .cateArea {
  display: block; }
  .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list {
    display: block !important;
    font-size: 0;
    letter-spacing: 0;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
  .navPages-list-megamenu .style-4 .cateArea .image {
    margin-top: 15px;
    margin-bottom: 23px; }
  .navPages-list-megamenu .style-4 .cateArea.columns-3 > .navPage-subMenu-list > li {
    width: 33.333333%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-4 > .navPage-subMenu-list > li {
    width: 25%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-5 > .navPage-subMenu-list > li {
    width: 20%; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 15px);
  top: -6px;
  margin: 0;
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  transform: translateX(-50%);
  background-image: none; }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    border-color: #f94436;
    background-color: #f94436; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    border-color: #00c2c7;
    background-color: #00c2c7; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    border-color: #ffbb49;
    background-color: #ffbb49; }

@media (max-width: 1199px) {
  #menuMobile .navPages {
    padding: 10px 0 0 0; }
    #menuMobile .navPages > .navPages-list {
      display: block; }
      #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu {
        overflow: visible;
        max-height: 100%;
        position: static;
        padding: 0;
        width: 100%; }
        #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea {
          display: block;
          max-width: 100% !important; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-list {
            display: block; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links {
            width: 100%; }
            #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links.is-hidden {
              display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea {
          display: block;
          max-width: 100% !important;
          padding: 30px 0;
          text-align: center; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea.is-hidden {
            display: none; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item {
            width: 100%;
            text-align: center; }
            #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item {
              width: 100%;
              text-align: center; }
              #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item + .item {
                padding-top: 20px; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-right-item {
            width: 100%;
            padding-left: 0;
            padding-top: 0;
            text-align: center; }
          #menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item + .megamenu-right-item {
            padding-top: 30px; }
      #menuMobile .navPages > .navPages-list .navPages-item,
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent,
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        position: relative;
        border-bottom: 1px solid #cccccc;
        padding: 0;
        padding-bottom: 0 !important; }
        #menuMobile .navPages > .navPages-list .navPages-item .navPages-action,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action {
          padding: 13px 0;
          display: inline-block;
          text-align: left;
          font-weight: 600;
          line-height: inherit; }
          #menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transform: unset;
            text-align: right;
            margin-left: 0;
            margin-right: 0; }
            #menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon svg,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon svg {
              width: 12px;
              height: 12px;
              margin-top: 16px;
              transform: rotate(-90deg);
              -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; }
        #menuMobile .navPages > .navPages-list .navPages-item .navPage-subMenu,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPage-subMenu,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPage-subMenu {
          display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item.is-hidden,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-hidden,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-hidden {
          display: none; }
        #menuMobile .navPages > .navPages-list .navPages-item.is-open,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open,
        #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open {
          border: none; }
          #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu {
            color: black;
            border: none;
            position: relative;
            display: block;
            text-align: right;
            border-bottom: 1px solid #cccccc; }
            #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu.is-hidden,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu.is-hidden,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu.is-hidden {
              display: none; }
            #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon,
            #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon {
              border: none;
              border-radius: 0;
              margin: 0;
              padding: 0;
              float: none;
              text-align: left; }
              #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon svg,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon svg,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon svg {
                fill: #787878;
                stroke: #787878;
                transform: rotate(90deg); }
              #menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon:after,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon:after,
              #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon:after {
                content: "Back";
                position: absolute;
                top: 13px;
                left: 25px;
                color: #787878;
                font-size: 16px;
                font-weight: 600; }
          #menuMobile .navPages > .navPages-list .navPages-item.is-open > .navPage-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .navPage-subMenu,
          #menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .navPage-subMenu {
            display: block; }
      #menuMobile .navPages > .navPages-list .navPage-subMenu-list {
        margin: 0; }
      #menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent {
        display: block;
        text-align: left;
        position: relative; }
      #menuMobile .navPages > .navPages-list + .navPages-list {
        border: none;
        margin-top: 25px; }
        #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item {
          border: none; }
          #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action {
            color: #464646;
            font-size: 16px;
            font-weight: 400;
            padding: 10px 0; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg {
              color: black;
              display: inline-block;
              vertical-align: middle; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-location {
                width: 17px;
                height: 17px; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-telephone {
                width: 15px;
                height: 15px; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action span {
              display: inline-block;
              vertical-align: middle;
              padding-bottom: 1px;
              margin-left: 5px;
              line-height: 1.2; }
          #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks {
            margin-top: 5px;
            margin-left: -11px; }
            #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item {
              margin-right: 5px; }
              #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon {
                border: none; }
                #menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon svg {
                  width: 16px;
                  height: 16px; }
      #menuMobile .navPages > .navPages-list .navPages-label {
        top: 50%;
        left: calc(100% - 45px);
        right: auto;
        transform: translate(-50%, -50%); } }

.has-megamenu .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .has-megamenu .image img {
    width: 100%;
    object-fit: cover; }
    .has-megamenu .image img.lazyload, .has-megamenu .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
    .has-megamenu .image img.lazyloaded {
      transition: all .7s ease; }

@media (min-width: 1025px) {
  .has-megamenu .image:before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    left: auto;
    bottom: auto;
    z-index: 2;
    transform: none;
    position: absolute;
    -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;
    background-color: rgba(246, 246, 246, 0.2); }
  .has-megamenu .image:hover:before {
    width: 100%; } }

#navPages-currency {
  margin: 10px 0 30px; }
  #navPages-currency .navPage-subMenu-item {
    padding: 0; }
    @media (max-width: 1199px) {
      #navPages-currency .navPage-subMenu-item {
        width: 100%;
        float: none; }
        #navPages-currency .navPage-subMenu-item .navPage-subMenu-action {
          border: none;
          margin-bottom: 0; } }
    #navPages-currency .navPage-subMenu-item strong {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.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: 15px; }
  .tag a {
    color: #464646;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #202020; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
  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.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 13px; }
    .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.625rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.25rem 0.375rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.5rem; }
    .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 {
  width: 32px;
  height: 32px;
  border: 1px solid #464646;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.socialLinks--alt svg {
  width: 14px;
  height: 14px;
  fill: #464646; }

[data-page-type="default"] .body {
  margin-top: 0; }

[data-page-type="default"] .heroCarousel {
  margin-top: 0; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 30px;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-arrow {
    background-color: white;
    border-color: white; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 65%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    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;'; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden; }
    .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 46.3276836158192%; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
      display: none;
      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;'; }

@media (max-width: 550px) {
  .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
    display: block; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
      display: none;
      width: 1px;
      height: 1px; }
  .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 80%; } }

.heroCarousel-content {
  background-color: #ffffff;
  padding: 27px 20px 30px;
  text-align: center; }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      max-width: 350px;
      background-color: transparent;
      left: 30px;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      overflow: auto;
      padding: 0;
      text-align: left; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1440px) {
    .heroCarousel-content {
      left: 105px; } }

.heroCarousel-title {
  color: black;
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-subTitle {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (min-width: 1025px) {
    .heroCarousel-subTitle {
      font-size: 18px;
      margin-bottom: 30px; } }

.heroCarousel-description {
  color: black;
  font-size: 15px;
  line-height: 24px; }

.heroCarousel-action {
  margin: 0;
  min-width: 178px;
  background-color: transparent; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 25px; } }

.heroCarousel .slick-dots {
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  bottom: auto;
  display: inline-block;
  width: auto;
  transform: translateY(-50%); }
  .heroCarousel .slick-dots li {
    width: auto;
    display: block;
    background-color: transparent; }
    .heroCarousel .slick-dots li button {
      width: 100%;
      border: none;
      font-size: 1rem;
      color: black; }
      .heroCarousel .slick-dots li button:before {
        width: 0;
        height: 1px;
        position: absolute;
        top: 49%;
        left: auto;
        right: 0;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .heroCarousel .slick-dots li button .dot-stt {
        display: inline-block;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
      .heroCarousel .slick-dots li button [data-carousel-tooltip] {
        display: none; }
    .heroCarousel .slick-dots li.slick-active button {
      color: black; }
      .heroCarousel .slick-dots li.slick-active button::before {
        width: 30px;
        background-color: #000000; }
    .heroCarousel .slick-dots li.slick-active .dot-stt {
      padding-right: 40px; }
  @media (max-width: 1024px) {
    .heroCarousel .slick-dots {
      top: 30%;
      right: 10px; }
      .heroCarousel .slick-dots li.slick-active button::before {
        width: 20px;
        background-color: #000000; }
      .heroCarousel .slick-dots li.slick-active .dot-stt {
        padding-right: 25px; } }
  @media (max-width: 550px) {
    .heroCarousel .slick-dots {
      top: 28%; } }

.writeReview-productDetails {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 801px) {
    .writeReview-productDetails {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
  .writeReview-productDetails .product-brand {
    color: black;
    margin: 15px 0 0;
    line-height: 2.2;
    text-transform: uppercase;
    font-size: 16px; }
  .writeReview-productDetails .product-title {
    color: black;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px; }

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

.writeReview-form .form-fieldset .form-field--textarea {
  margin-bottom: 15px; }

.writeReview-form .form-field--submit {
  margin-top: 5px; }
  .writeReview-form .form-field--submit .button {
    min-width: 210px; }

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .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.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

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

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

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -15px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

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

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

.quickView:after {
  clear: both; }

.quickView .halo-compareColors,
.quickView .halo-bundle-products,
.quickView .productView-desShort,
.quickView .productView-description,
.quickView .productView-nextProducts {
  display: none; }

.quickView .productView-images {
  display: block; }
  .quickView .productView-images .productView-nav-inner {
    width: 100%;
    padding-left: 0; }
  .quickView .productView-images .productView-thumbnails-wrap {
    width: 100%;
    display: block; }
    .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails {
      width: 100%;
      padding: 20px 30px; }
      @media (min-width: 1200px) {
        .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
          width: auto;
          height: auto;
          max-width: unset;
          display: inline-block;
          padding-left: 7.5px;
          padding-right: 7.5px; }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail img {
            width: 100%; }
        .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
          top: 50%;
          transform: translate(0, -50%) rotate(-90deg);
          width: 19px;
          height: 11px; }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-prev {
            left: 0;
            right: auto; }
          .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-next {
            left: auto;
            right: 0; } }
      .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
        display: none; }

.quickView .productView__top {
  margin-bottom: 0; }
  .quickView .productView__top .container {
    padding-left: 0;
    padding-right: 0; }

.quickView .productView-rating .productReview_link, .quickView .productView-rating #productReview_link {
  margin-left: 5px; }

.quickView .productView-rating .productView-reviewLink {
  margin-left: 10px; }

.quickView .productView-rating-wrapper .sold-product {
  margin-left: 10px; }

@media (min-width: 768px) {
  .quickView .productView__top .productView__topLeft {
    width: 45%; }
  .quickView .productView__top .productView__topRight {
    width: 55%;
    padding-left: 30px; } }

@media (min-width: 1200px) {
  .modal--quickView {
    max-width: 1013px; }
  .quickView .productView__top .productView__topLeft {
    width: 380px; }
  .quickView .productView__top .productView__topRight {
    width: calc(100% - 380px);
    padding-left: 30px; } }

.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: 15px;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 27px;
  display: flex;
  flex-direction: row-reverse;
  position: relative; }

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

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 660px;
  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: 111.06061%; }

.productView-imageVideo .productView-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }
  .productView-imageVideo .productView-video iframe {
    width: 100% !important;
    height: 100% !important; }

.productView-nav:not(.slick-initialized) .productView-image:nth-child(n + 2) {
  display: none; }

@media (min-width: 1200px) {
  .productView-nav-inner {
    width: calc(100% - 72px);
    display: inline-block;
    padding-left: 24px; }
  .productView-thumbnails-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .productView-thumbnails-wrap .productView-thumbnails {
      width: 72px;
      padding: 31px 0 17px; } }

.productView-thumbnails {
  margin: 0; }
  .productView-thumbnails.productView-thumbnails-noArrow.slick-vertical .slick-list {
    display: flex;
    align-items: center; }
  .productView-thumbnails .slick-arrow {
    width: 11px;
    height: 19px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent; }
    .productView-thumbnails .slick-arrow .carousel-tooltip {
      display: none; }
    .productView-thumbnails .slick-arrow:before {
      width: 11px;
      height: 19px;
      display: inline-block; }
    .productView-thumbnails .slick-arrow.slick-prev {
      left: 0; }
    .productView-thumbnails .slick-arrow.slick-next {
      right: 0; }
  @media (min-width: 1200px) {
    .productView-thumbnails .slick-arrow {
      transform: translate(0, 0);
      padding: 0;
      margin: 0;
      border: none;
      width: 100%;
      height: 11px;
      left: 0;
      right: 0; }
      .productView-thumbnails .slick-arrow:before {
        width: 19px;
        height: 11px;
        display: inline-block; }
      .productView-thumbnails .slick-arrow.slick-prev {
        top: 0;
        bottom: auto; }
        .productView-thumbnails .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"); }
      .productView-thumbnails .slick-arrow.slick-next {
        top: auto;
        bottom: 0; }
        .productView-thumbnails .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"); }
    .productView-thumbnails .productView-thumbnail {
      text-align: center;
      border: none;
      height: 94px;
      max-width: 72px;
      float: none;
      width: 100%; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 3) {
      display: none; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail.productView-thumbnail-video {
      display: block; } }
  .productView-thumbnails .productView-thumbnail-link {
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    -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; }
    .productView-thumbnails .productView-thumbnail-link:hover {
      border-color: #000000; }
    .productView-thumbnails .productView-thumbnail-link 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-thumbnails .productView-thumbnail-link:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 111.42857%; }
    .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo {
      overflow: hidden; }
      .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        max-width: none;
        transform: translate(-50%, -50%); }
      .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%); }
        .productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText svg {
          width: 31px;
          height: 31px;
          border-radius: 50%; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
  .productView-thumbnails.slick-initialized .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
    border-color: #000000; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 70px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    position: relative; }

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

.productView-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: 700; }

.productView-brand {
  color: black;
  font-size: 16px;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0; }
  .productView-brand a {
    color: black;
    text-decoration: none; }
    .productView-brand a:hover {
      color: #029fe2; }

.productView-price {
  margin-bottom: 25px; }
  .productView-price .price-section .price {
    font-size: 20px; }
  .productView-price .price-section--saving {
    display: none;
    margin-top: 5px; }
    .productView-price .price-section--saving .price {
      color: #969696;
      font-size: 16px;
      font-style: italic;
      font-weight: 400; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  color: #464646; }
  .productView-reviewLink:hover {
    color: #202020; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin: 0 0 15px 0; }
  .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;
  color: black;
  font-size: 16px;
  line-height: 28px;
  margin: 0; }

.productView-info-name {
  clear: both;
  min-width: 130px;
  font-weight: 500; }

.productView-info-value {
  font-weight: 400; }

.productView-details.product-options .productView-options {
  margin-top: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media (max-width: 761px) {
    .productView-details.product-options .productView-options {
      margin-top: 10px;
      display: flex;
      align-content: stretch;
      flex-direction: column;
      align-items: center; }
      .productView-details.product-options .productView-options form.form {
        width: 70%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .productView-details.product-options .productView-options {
      margin-top: 10px;
      display: flex;
      justify-content: center;
      flex-direction: column; } }

.productView-options {
  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 .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options #add-to-cart-wrapper .form-field {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .productView-options #add-to-cart-wrapper .form-field {
        width: 100%; } }
  .productView-options .form-field.form-field--stock {
    margin-bottom: 0; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 20px; }
    .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-label--alternate {
      color: black;
      font-size: 16px;
      font-weight: 500; }
      .productView-options .form-field .form-label--alternate [data-option-value] {
        color: black;
        font-size: 16px;
        font-weight: 400; }
      .productView-options .form-field .form-label--alternate small {
        vertical-align: initial; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }
  .productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p,
  .productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
    text-transform: uppercase;
    font-size: 13px;
    color: #323232; }

.productOptions-list {
  border: 1px solid #cfcfcf;
  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 #cfcfcf; }
  .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.25rem; }

.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-title-hasPrevNext {
  padding-right: 62px;
  position: relative; }

.productView-nextProducts {
  display: none;
  position: absolute;
  top: 5px;
  right: 0; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block; } }
  .productView-nextProducts .next-prev-icons {
    font-size: 0; }
    .productView-nextProducts .next-prev-icons > a.disable {
      color: #cecece;
      opacity: 0.5; }
    .productView-nextProducts .next-prev-icons > a {
      font-size: 0;
      display: inline-block;
      width: 26px;
      height: 19px; }
      .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: 15px; }
        .productView-nextProducts .next-prev-icons > a.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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .productView-nextProducts .next-prev-icons > a.next-icon {
        padding-left: 15px; }
        .productView-nextProducts .next-prev-icons > a.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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 350px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    padding-top: 10px; }
    .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: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  .productView-nextProducts .card {
    margin-bottom: 0; }
    .productView-nextProducts .card .card-prevNext-image {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 80px;
      border: 0; }
      .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% - 70px);
      padding: 10px 20px 10px 10px; }
      .productView-nextProducts .card .card-content .card-title {
        margin: 0 0 5px;
        margin-top: -3px;
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0; }
      .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; }

.productView-rating .icon {
  width: 14px;
  height: 14px; }

.productView-rating .productReview_link,
.productView-rating #productReview_link {
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  text-decoration: none; }

.productView-rating .productView-reviewLink {
  color: black;
  margin-left: 25px;
  text-decoration: none;
  -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; }
  .productView-rating .productView-reviewLink:hover {
    color: #029fe2; }

.sold-product {
  font-size: 16px;
  font-weight: 400;
  display: none;
  background-size: 14px;
  position: relative; }
  .sold-product > .icon,
  .sold-product > span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .sold-product .icon {
    height: 1rem;
    width: 1rem;
    margin-right: 5px; }

.productView-rating-wrapper {
  margin-bottom: 20px; }
  .productView-rating-wrapper .productView-rating {
    display: inline-block;
    vertical-align: middle; }
  .productView-rating-wrapper .sold-product {
    margin: 0 0 0 25px;
    display: inline-block;
    vertical-align: middle; }

.productView-desShort {
  margin-bottom: 30px; }
  .productView-desShort p {
    color: black;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0; }

.productCountDown {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  .productCountDown .CountDownText {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    border-bottom: 1px solid black;
    margin-bottom: 10px; }

.countDowntimer2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .countDowntimer2 .clock-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: black;
    display: inline-block; }
    .countDowntimer2 .clock-item .text {
      padding: 0 5px; }

.productView-optionsStock {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0; }
  .productView-optionsStock [data-stock-left] {
    font-weight: 600; }

.productView-addtoCart-wishList {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem; }
  @media (max-width: 767px) {
    .productView-addtoCart-wishList {
      width: 70%; } }

#modal-size-chart-form {
  max-width: 910px; }
  #modal-size-chart-form .modal-header {
    padding: 15px 70px;
    text-align: center;
    background-color: #f6f6f6; }
    #modal-size-chart-form .modal-header h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: black;
      text-transform: capitalize; }
    #modal-size-chart-form .modal-header .modal-close {
      position: absolute;
      top: 12px;
      right: 13px; }
  #modal-size-chart-form .modal-body {
    padding: 30px 70px; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar {
      width: 10px; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar-track {
      background: #eaeaea; }
    #modal-size-chart-form .modal-body::-webkit-scrollbar-thumb {
      background: #000000; }
    #modal-size-chart-form .modal-body .sizeChart__des {
      margin-bottom: 70px; }
      #modal-size-chart-form .modal-body .sizeChart__des p {
        margin-bottom: 25px; }
    #modal-size-chart-form .modal-body .sizeChart__img {
      text-align: center; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  text-decoration: none; }
  a[data-reveal-id="modal-size-chart-form"] svg {
    width: 28px;
    height: 15px;
    margin-right: 10px; }
  a[data-reveal-id="modal-size-chart-form"] span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: black;
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  a[data-reveal-id="modal-size-chart-form"]:hover span {
    color: #029fe2;
    background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

.shareLinkSocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative; }
  .shareLinkSocial .shareLinkSocial__button {
    display: inline-block;
    width: 20px;
    height: 50px;
    line-height: 46px; }
    .shareLinkSocial .shareLinkSocial__button .icon {
      width: 20px;
      height: 20px; }
  .shareLinkSocial .shareLinkSocial__popup {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    padding: 20px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 4px;
    text-align: left;
    display: none; }
    .shareLinkSocial .shareLinkSocial__popup p {
      display: block;
      color: black;
      font-size: 16px;
      font-weight: 400; }
    .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
      position: relative;
      margin-bottom: 25px; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p {
        margin-bottom: 15px; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
        border: 1px solid #cfcfcf;
        border-radius: 4px;
        background-color: #f6f6f6;
        padding: 11px 10px;
        display: block;
        width: 100%;
        color: #a0a0a0; }
      .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close {
        position: absolute;
        top: -5px;
        right: -3px; }
        .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 18px;
          height: 18px; }
    .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
      margin-bottom: 10px; }

.productView-options [data-wishlist-add] .dropdown-menu-button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 12px 20px 13px; }
  .productView-options [data-wishlist-add] .dropdown-menu-button span {
    display: inline-block;
    vertical-align: middle; }
  .productView-options [data-wishlist-add] .dropdown-menu-button .icon {
    float: none;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 5px; }
  .productView-options [data-wishlist-add] .dropdown-menu-button:hover .icon,
  .productView-options [data-wishlist-add] .dropdown-menu-button:focus .icon,
  .productView-options [data-wishlist-add] .dropdown-menu-button:active .icon {
    fill: #029fe2; }
  @media (max-width: 767px) {
    .productView-options [data-wishlist-add] .dropdown-menu-button {
      padding: 13px 15px 12px; }
      .productView-options [data-wishlist-add] .dropdown-menu-button .icon {
        width: 18px;
        height: 18px; } }

.viewing-product {
  color: black;
  margin-bottom: 20px; }
  .viewing-product svg {
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .viewing-product span {
    display: inline-block;
    vertical-align: middle; }

.productView-description {
  border-top: 5px solid #f6f6f6;
  padding-top: 50px; }
  .productView-description .tabs {
    text-align: center;
    border-bottom: none;
    font-size: 0; }
    .productView-description .tabs .tab {
      float: none;
      width: auto;
      border: none;
      display: inline-block;
      position: relative;
      margin-bottom: 15px; }
      .productView-description .tabs .tab .tab-title {
        padding: 0 50px;
        font-size: 24px;
        font-weight: 700;
        color: black;
        text-transform: capitalize; }
        .productView-description .tabs .tab .tab-title span {
          background-image: linear-gradient(#ffcc00, #ffcc00);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 2px;
          transition: background-size 0.5s;
          padding-bottom: 3px; }
      .productView-description .tabs .tab + .tab a:before {
        content: "/";
        display: block;
        position: absolute;
        top: 0;
        left: -6px;
        color: #787878;
        font-weight: 400; }
      .productView-description .tabs .tab.is-active .tab-title span {
        background-size: 100% 2px; }
  .productView-description .tabs-contents {
    padding-top: 35px; }
    .productView-description .tabs-contents .tab-content {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
    .productView-description .tabs-contents .tab-content p {
      line-height: 26px; }
  .productView-description .tab-titleMobile {
    display: none;
    color: black;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    position: relative;
    text-decoration: none; }
    .productView-description .tab-titleMobile:before {
      top: 50%;
      right: 5px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 12px;
      position: absolute;
      transition: all 0.4s ease;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile.is-active:before {
      transform: translateY(-50%) rotate(90deg); }
  @media (max-width: 1199px) {
    .productView-description .tabs .tab .tab-title {
      font-size: 20px;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .productView-description {
      padding-top: 30px;
      margin-bottom: 50px; }
      .productView-description .tabs {
        display: none; }
      .productView-description .tab-titleMobile {
        display: block; }
      .productView-description .tabs-contents {
        padding-top: 0; }
        .productView-description .tabs-contents .tab-content {
          display: block;
          padding: 0; }
          .productView-description .tabs-contents .tab-content .tabContent {
            display: none;
            padding: 30px 0; } }

#tab-description {
  color: black;
  font-size: 16px;
  font-weight: 400; }

.des-container {
  margin-bottom: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.description-2col {
  margin-bottom: 50px; }

.des2col-item {
  display: flex; }
  .des2col-item .des2colItem-img {
    width: 50%;
    display: flex;
    align-items: center; }
  .des2col-item .des2colItem-content {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    background-color: #f6f6f6; }
    .des2col-item .des2colItem-content .des2colItem-container {
      max-width: 430px;
      margin: 0 auto; }
    .des2col-item .des2colItem-content .des2colItem-featured {
      color: #787878;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; }
    .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 50px;
      color: #202020;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 30px; }
    .des2col-item .des2colItem-content p + p {
      margin-top: 1.5rem; }
    .des2col-item .des2colItem-content .des2colItem-des {
      margin-bottom: 0; }
      .des2col-item .des2colItem-content .des2colItem-des + p {
        margin-top: 1.5rem; }

.description-twoList {
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto; }

.desTwoList-item {
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  .desTwoList-item .desTwoList-title {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px; }
  .desTwoList-item .desTwoList-list li {
    line-height: 26px; }
  .desTwoList-item.desTwoList-item--number .desTwoList-list {
    list-style: auto; }

.description-blockQuote {
  max-width: 1170px;
  margin: 0 auto 50px;
  border: 1px solid #eaeaea;
  padding: 40px 15px;
  text-align: center; }
  .description-blockQuote > * {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
  .description-blockQuote .desBlockQuote-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize; }

#tab-warranty {
  line-height: 26px; }

#product-reviews {
  border-top: none; }
  #product-reviews .toggle-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-bottom: 20px; }
  #product-reviews #productReviews-content {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto; }
    #product-reviews #productReviews-content #productReviews-list {
      margin: 0; }
      #product-reviews #productReviews-content #productReviews-list .productReview {
        width: 100%;
        display: block;
        border: 1px solid #e9e9e9;
        padding: 30px;
        margin-bottom: 10px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .header-height {
          height: auto !important; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-title {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          font-weight: 600;
          color: black;
          margin-bottom: 5px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-rating {
          display: inline-block;
          vertical-align: middle;
          margin-top: -4px;
          margin-left: 15px;
          margin-bottom: 5px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-author {
          color: #969696;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 10px; }
        #product-reviews #productReviews-content #productReviews-list .productReview .productReview-body {
          margin-bottom: 0;
          line-height: 26px;
          font-size: 16px;
          font-weight: 400; }
          #product-reviews #productReviews-content #productReviews-list .productReview .productReview-body + p {
            margin-top: 1.5rem; }

.productViewBlock {
  border-top: 5px solid #f6f6f6;
  padding-top: 50px;
  margin-bottom: 80px; }
  .productViewBlock .halo-heading {
    margin-bottom: 35px;
    text-transform: capitalize; }
  .productViewBlock .productCarousel {
    padding-bottom: 40px; }
    .productViewBlock .productCarousel .slick-arrow {
      top: 35%; }

.haloPVService .haloPVService__top {
  margin-bottom: 50px;
  position: relative; }
  .haloPVService .haloPVService__top .haloPVService__img {
    position: relative;
    display: block;
    overflow: hidden; }
    .haloPVService .haloPVService__top .haloPVService__img 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;"; }
    .haloPVService .haloPVService__top .haloPVService__img:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 33.05084745762711%; }
    .haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content h5 {
      color: black; }
    .haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content p {
      color: black; }
  .haloPVService .haloPVService__top .haloPVService__content {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center; }
    .haloPVService .haloPVService__top .haloPVService__content .haloPVService__featured {
      margin-bottom: 15px; }
    .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: black;
      font-size: 26px;
      font-weight: 800;
      font-style: italic;
      letter-spacing: 0.05em;
      margin-top: 0;
      margin-bottom: 25px; }
    .haloPVService .haloPVService__top .haloPVService__content p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .haloPVService .haloPVService__top .haloPVService__content .button {
      margin-top: 20px;
      min-width: 220px; }

.haloPVService .haloPVService__service {
  padding: 50px 0; }
  .haloPVService .haloPVService__service .haloPVService__container {
    font-size: 0;
    margin: 0 -15px; }
  .haloPVService .haloPVService__service .haloPVService__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 35px; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg 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;"; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg:after {
        content: "";
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 24.24242424242424%; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent .haloPVService__itemTitle {
      color: black;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 5px; }
    .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a {
      text-decoration: none;
      color: black;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
      .haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a:hover {
        color: #029fe2;
        background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

@media (min-width: 1025px) {
  .haloPVService .haloPVService__top .haloPVService__content {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 225px;
    max-width: 880px;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar {
      width: 10px; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-track {
      background: #eaeaea; }
    .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-thumb {
      background: #000000; }
    .haloPVService .haloPVService__top .haloPVService__content h5 {
      color: #ffffff;
      font-size: 50px; }
    .haloPVService .haloPVService__top .haloPVService__content p {
      color: #ffffff; } }

@media (max-width: 768px) {
  .productView-options [data-cart-item-add] .form-action {
    width: 100% !important;
    margin: 20px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .productView-options [data-cart-item-add] .form-action {
    width: 300px !important;
    float: none;
    margin: 15px auto;
    margin-right: auto;
    display: block; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .productView-options [data-cart-item-add] .form-action {
    width: 200px !important; } }

@media (min-width: 1201px) and (max-width: 1400px) {
  .productView-options [data-cart-item-add] .form-action {
    width: 200px !important; } }

@media (max-width: 767px) {
  .productView-options #form-action-addToCart {
    width: 100%;
    margin: 0 auto; } }

@media (min-width: 1100px) {
  .productView-options #form-action-addToCart {
    margin: 0; } }

@media (min-width: 1201px) and (max-width: 1400px) {
  .productView-options #form-action-addToCart {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  #modal-size-chart-form {
    overflow: initial; }
    #modal-size-chart-form .modal-header .modal-close {
      top: -3px;
      right: -35px; }
      #modal-size-chart-form .modal-header .modal-close:before, #modal-size-chart-form .modal-header .modal-close:after {
        background-color: #ffffff; }
  .productView-options [data-cart-item-add] .form-action {
    width: calc(50% - 30px);
    margin-right: 10px;
    float: left;
    margin-top: 0; }
    .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
      width: 100%;
      margin: 0; }
  .productView-options [data-wishlist-add] {
    padding-top: 0 !important;
    float: left;
    width: calc(50% - 30px);
    margin: 0;
    margin-bottom: 0;
    margin-top: 0; }
    .productView-options [data-wishlist-add].product-outOfStock {
      margin-left: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  #modal-size-chart-form {
    width: calc(100% - 30px); }
    #modal-size-chart-form .modal-header {
      padding: 15px 20px; }
    #modal-size-chart-form .modal-body {
      padding: 30px 20px; }
  .shareLinkSocial .shareLinkSocial__button {
    height: 120px;
    line-height: 112px; }
  .shareLinkSocial.product-outOfStock .shareLinkSocial__button {
    height: 50px;
    line-height: 46px; }
  .des2col-item .des2colItem-content .des2colItem-title {
    font-size: 26px; } }

@media (max-width: 992px) {
  .des2col-item {
    display: block; }
    .des2col-item .des2colItem-img {
      display: block;
      width: 100%;
      text-align: left; }
    .des2col-item .des2colItem-content {
      display: block;
      width: 100%; }
    .des2col-item + .des2col-item {
      margin-top: 15px; } }

@media (max-width: 767px) {
  .shareLinkSocial .shareLinkSocial__button {
    height: 105px;
    line-height: 101px; }
  .wishlst {
    position: absolute;
    top: 10px;
    right: 10px; }
  .productView__top {
    position: relative; } }

@media (max-width: 480px) {
  .shareLinkSocial .shareLinkSocial__popup {
    width: 280px; }
  .des2col-item .des2colItem-content {
    padding: 15px; } }

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

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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: 62.5rem; }

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

.toggle {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

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

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: flex; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .navList .navList-item .navList-action {
    padding-left: 30px !important; }
    .facetedSearch-navList .navList .navList-item .navList-action span {
      background-image: none !important; }
  .facetedSearch-navList .accordion-content > .toggleLink .toggleLink-text {
    font-size: 15px;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.5s;
    line-height: 1.5; }
  .facetedSearch-navList .accordion-content > .toggleLink:hover {
    color: #029fe2; }
    .facetedSearch-navList .accordion-content > .toggleLink:hover span {
      background-size: 100% 1px; }

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

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

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

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #464646;
    position: relative;
    top: -1px; }

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

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight p.or-use-label, .previewCart-additionalCheckoutButtons .FloatRight p.or-use-label {
  display: none; }

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

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

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

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

.cart-header-item {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  display: inline-block; }
  .cart-header-item.cart-header-items {
    width: 54%;
    padding-left: 30px; }
  .cart-header-item.cart-header-price {
    width: 13%; }
  .cart-header-item.cart-header-quantity {
    width: 13%; }
  .cart-header-item.cart-header-total {
    width: 13%;
    text-align: right; }
  .cart-header-item.cart-header-remove {
    width: 7%;
    text-align: center;
    padding-right: 30px;
    font-size: 0; }

.cart-list {
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: block; } }

.cart-item {
  border: 1px solid #CCCCCC;
  clear: both;
  display: block;
  padding: 20px 0;
  border-radius: 4px;
  margin-top: 10px; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: inline-block;
      width: 100%;
      padding: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: inline-block;
  padding: 30px 15px; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 8px; }
  .cart-item-block.cart-item-figure {
    width: 145px;
    padding: 30px 15px 30px 30px;
    vertical-align: top; }
  .cart-item-block.cart-item-title {
    width: calc(54% - 145px);
    vertical-align: top; }
  .cart-item-block.cart-item-price {
    width: 13%; }
    .cart-item-block.cart-item-price .cart-item-value {
      font-weight: 700; }
  .cart-item-block.cart-item-quantity {
    width: 13%;
    text-align: center; }
  .cart-item-block.cart-item-total {
    width: 13%;
    text-align: right; }
  .cart-item-block.cart-item-remove {
    width: 7%;
    padding-right: 30px; }

@media (max-width: 1199px) {
  .cart-header {
    display: none; }
  .cart-item {
    padding-left: 145px; }
  .cart-item-block {
    display: inline-block; }
    .cart-item-block.cart-item-figure {
      margin-left: -145px;
      float: left; }
    .cart-item-block.cart-item-title {
      display: block;
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 0; }
    .cart-item-block.cart-item-price {
      width: calc((100% - 65px) / 3);
      float: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; }
    .cart-item-block.cart-item-quantity {
      width: calc((100% - 65px) / 3);
      float: left;
      text-align: left;
      vertical-align: middle;
      padding-top: 0;
      padding-bottom: 30px; }
      .cart-item-block.cart-item-quantity .form-increment {
        margin-left: 0; }
    .cart-item-block.cart-item-total {
      width: calc((100% - 65px) / 3);
      float: left;
      text-align: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; }
    .cart-item-block.cart-item-remove {
      width: 65px;
      float: left;
      vertical-align: middle;
      padding-top: 15px;
      padding-bottom: 30px; } }

@media (max-width: 800px) {
  .cart-item {
    padding-left: 110px; }
  .cart-item-block.cart-item-figure {
    width: 110px;
    padding: 0 10px 0 20px;
    margin-left: -110px; }
    .cart-item-block.cart-item-figure .cart-item-image {
      max-width: 80px; }
  .cart-item-block.cart-item-title {
    padding-left: 10px;
    padding-top: 0; }
    .cart-item-block.cart-item-title .definitionList:after {
      clear: none; } }

@media (max-width: 767px) {
  .cart-item-block.cart-item-price {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 15px; }
  .cart-item-block.cart-item-quantity {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px; }
  .cart-item-block.cart-item-total {
    width: calc(100% - 65px);
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0; }
  .cart-item-block.cart-item-remove {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0; } }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 100px;
      padding: 0; } }
  .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;
  width: 100%; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

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

.cart-item-label {
  color: black;
  padding-left: 0; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: none;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #464646;
  margin-bottom: 0.1875rem;
  display: none; }

.cart-item-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block;
    text-decoration: none; }
  .cart-item-name + .definitionList {
    margin-top: 8px; }

.definitionList {
  color: #6e6e6e;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .definitionList .definitionList-key {
    color: #6e6e6e; }

.cart-item-options--giftWrapping {
  margin: 12px 0; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 400;
    color: black;
    margin-bottom: 0; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black;
    display: inline-block;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      display: inline-block;
      color: #029fe2;
      text-decoration: none;
      background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.cart-changeOption-btn {
  text-decoration: none; }
  .cart-changeOption-btn .icon {
    fill: #202020;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .cart-changeOption-btn span {
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
  .cart-changeOption-btn:hover span {
    background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.5rem;
  transition: background-color 0.15s ease;
  width: 1.5rem;
  padding: 0;
  margin-right: -4px;
  margin-top: -3px; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    width: 100%;
    height: 100%;
    fill: #808080; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #CCCCCC; }
  .cart-total .form-input {
    display: inline-block;
    height: 3.125rem;
    padding: 0 20px;
    vertical-align: top;
    width: 75%;
    border-color: #CCCCCC; }
    .cart-total .form-input::placeholder {
      color: #202020; }
    .cart-total .form-input:-ms-input-placeholder {
      color: #202020; }
    .cart-total .form-input::-ms-input-placeholder {
      color: #202020; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 3.125rem;
    margin-bottom: 0.75rem;
    padding: 0 20px;
    border-color: #CCCCCC; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }
  .cart-total-label strong {
    font-weight: 600; }

.cart-total-value {
  text-align: right;
  width: 50%; }
  .cart-total-value.cart-subtotal-value {
    font-weight: 700;
    color: black; }

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

.cart-total-grandTotal {
  font-size: 18px;
  padding: 1rem 0;
  position: relative;
  font-weight: 700;
  color: black; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #029fe2;
  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: #202020; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  color: #029fe2; }

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

.shipping-estimator,
.cart-form {
  display: inline-block;
  width: 100%;
  margin-top: 15px; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button {
    width: 70%; }
  .estimator-form > dl {
    margin-bottom: 15px; }

.shipping-quotes {
  margin-bottom: 15px; }
  .shipping-quotes ul {
    margin-left: 0; }
  .shipping-quotes .estimator-form-row {
    background-color: #fbf8e7;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #87724f; }
    .shipping-quotes .estimator-form-row .estimator-form-label input {
      width: 14px;
      height: 14px; }
    .shipping-quotes .estimator-form-row .estimator-form-input {
      margin-bottom: 0; }
  .shipping-quotes .select-shipping-quote {
    width: 70%;
    border-color: #CCCCCC;
    text-transform: capitalize; }

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

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

.estimator-form-input {
  float: right;
  margin-bottom: 10px;
  width: 70%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
    .cart-actions .button.button--primary {
      width: 100%;
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      padding: 21px 20px 22px;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem; }

.previewCartWrapper {
  padding-bottom: 80px; }

.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: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e6e6e6; }

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

.previewCartItem-image {
  padding: 0;
  text-align: left; }

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

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

.previewCartAction {
  width: 100%;
  display: inline-block;
  padding-top: 15px; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

.previewCartAction-checkout {
  padding-left: 0;
  padding-right: 5px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 5px;
  padding-right: 0; }

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

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 801px) {
    .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: 600; }

[data-cart-page-title] {
  color: black;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0 70px; }
  [data-cart-page-title] span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial; }

.page-content.page-content--cart {
  padding-left: 0;
  padding-right: 0; }

.container--cart {
  max-width: 1400px;
  padding: 0 15px;
  display: block;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .container--cart {
      max-width: 1520px;
      padding: 0 75px; } }

.cartContent--left .halo_securityImage {
  margin-top: 32px; }

[data-page-type="cart"] .haloRecommendedBlock {
  margin-top: 110px; }

@media (min-width: 1025px) {
  .cartContent {
    font-size: 0; }
  .cartContent--left {
    width: calc(100% - 385px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-right: 15px; }
  .cartContent--right {
    width: 385px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 15px; }
    .cartContent--right .cart-totals {
      width: 100%; } }

@media (max-width: 1024px) {
  .cartContent--right {
    max-width: 370px;
    padding-left: 0;
    margin-right: auto; }
    .cartContent--right .cart-totals {
      width: 100%; } }

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

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

.panel--address {
  font-size: 15px;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    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.75rem;
    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.75rem; }
      .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.375rem; } }

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

.video-description {
  font-size: 15px;
  margin-bottom: 0; }

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

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

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

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

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

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

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

#sideBlock_cart {
  max-width: 480px; }
  #sideBlock_cart .previewCart__header {
    padding-bottom: 5px; }
    #sideBlock_cart .previewCart__header .previewCart__qty {
      color: #6e6e6e;
      margin-bottom: 0; }
  #sideBlock_cart .previewCartList {
    display: block; }
    #sideBlock_cart .previewCartList .previewCartItem {
      display: block;
      font-size: 0;
      padding: 30px 0; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
        font-size: 16px;
        width: 100px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
        font-size: 16px;
        width: calc(100% - 100px);
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 50px;
        position: relative; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
          color: #787878;
          font-size: 13px;
          font-weight: 400;
          line-height: 24px;
          text-transform: uppercase; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin-bottom: 8px;
          letter-spacing: 0;
          line-height: 1.2; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
            display: inline-block;
            position: relative;
            color: black;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.5s ease;
            text-decoration: none; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a span {
              background-image: linear-gradient(currentColor, currentColor);
              background-position: 0 90%;
              background-repeat: no-repeat;
              background-size: 0 1px;
              transition: background-size .5s; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active {
              color: #3385f6; }
              #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover span, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active span {
                background-size: 100% 1px; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name.card-ellipsis a {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            /* autoprefixer: off */ }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option {
          color: #6e6e6e;
          margin-bottom: 13px; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart {
            display: inline-block;
            vertical-align: text-top;
            margin-left: 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; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart svg {
              fill: #6e6e6e;
              width: 14px;
              height: 14px; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:hover svg, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:active svg {
              fill: #202020; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          color: black;
          font-weight: 700;
          line-height: 25px;
          margin-bottom: 10px; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
          display: inline-block;
          margin-right: 10px;
          font-weight: 500;
          line-height: 24px;
          color: #202020;
          vertical-align: middle;
          margin-bottom: 0; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment {
          display: inline-block;
          vertical-align: middle; }
        #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 30px;
          height: 100%;
          padding: 0;
          background-color: transparent;
          -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; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove svg {
            fill: #808080;
            width: 24px;
            height: 24px;
            -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; }
          #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:hover, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active {
            background-color: #F4F5F7; }
            #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:hover svg, #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active svg {
              fill: black; }
  @media (max-width: 480px) {
    #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
      width: 70px; }
    #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
      width: calc(100% - 70px);
      padding-left: 15px;
      padding-right: 0; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
        display: none; }
      #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
        width: 24px;
        height: 24px;
        top: auto;
        right: -4px;
        bottom: 13px; }
    #sideBlock_cart .previewCartAction .previewCartAction-checkout {
      width: 100%;
      padding-right: 0; }
    #sideBlock_cart .previewCartAction .previewCartAction-viewCart {
      width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

.previewCartTotalsPrice {
  margin: 0;
  list-style: none;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }
  .previewCartTotalsPrice .previewCartTotals {
    font-size: 0; }
    .previewCartTotalsPrice .previewCartTotals .previewCartTotals-label {
      font-size: 16px;
      width: 40%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      padding: 11px 0 12px; }
    .previewCartTotalsPrice .previewCartTotals .previewCartTotals-value {
      font-size: 16px;
      width: 60%;
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      padding: 11px 0 12px; }
    .previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-label {
      color: black;
      font-weight: 500; }
    .previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-value {
      font-weight: 700; }
    .previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 16px;
      color: black;
      font-weight: 600;
      text-transform: capitalize; }
    .previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-value {
      font-weight: 700;
      font-size: 16px; }

.modal--editOptions {
  width: 95%;
  max-width: 870px;
  overflow: unset; }
  .modal--editOptions .modal-header {
    border-bottom: none;
    padding: 15px 40px; }
    .modal--editOptions .modal-header .modal-header-title {
      font-size: 15px;
      font-weight: 700;
      color: black;
      text-align: left; }
    .modal--editOptions .modal-header .btn-close {
      position: absolute;
      top: -2px;
      right: -42px; }
      .modal--editOptions .modal-header .btn-close:before, .modal--editOptions .modal-header .btn-close:after {
        background-color: #ffffff; }
  .modal--editOptions .modal-body {
    padding: 0;
    overflow-y: hidden; }

.product-edit-wrapper {
  display: block;
  max-height: 53vh;
  overflow-y: auto; }
  .product-edit-wrapper::-webkit-scrollbar {
    width: 5px; }
  .product-edit-wrapper::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .product-edit-wrapper::-webkit-scrollbar-thumb {
    background: #000000; }
  .product-edit-wrapper .product-edit-item {
    display: block;
    padding: 40px; }
    .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0;
      width: 100%; }
    .product-edit-wrapper .product-edit-item .product-edit-itemRight {
      display: block;
      width: 100%;
      padding: 0;
      margin: 30px 0 0 0; }
    .product-edit-wrapper .product-edit-item + .product-edit-item {
      border-top: 1px solid #e6e6e6; }
    .product-edit-wrapper .product-edit-item.product-edit-itemFirst {
      padding-top: 20px; }
  .product-edit-wrapper .product-edit-image {
    display: block;
    width: 100px;
    margin: 0 30px 0 0;
    position: relative; }
    .product-edit-wrapper .product-edit-image img {
      width: 100%; }
    .product-edit-wrapper .product-edit-image .link {
      position: absolute;
      top: -16px;
      left: -16px;
      border-radius: 50%;
      background: black;
      width: 32px;
      height: 32px;
      padding: 7px; }
      .product-edit-wrapper .product-edit-image .link .icon {
        display: block;
        width: 100%;
        height: 100%;
        fill: white;
        stroke: white; }
  .product-edit-wrapper .product-edit-content {
    display: block;
    width: calc(100% - 130px); }
    .product-edit-wrapper .product-edit-content .product-edit-title {
      display: block;
      margin: -6px 0 7px 0; }
      .product-edit-wrapper .product-edit-content .product-edit-title .subtitle {
        display: none;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #8a8a8a;
        border-bottom: 1px solid #8a8a8a; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.75;
        color: black;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 10px 0;
      padding: 0;
      text-transform: capitalize;
      color: #8a8a8a; }
      .product-edit-wrapper .product-edit-content .product-edit-variant span {
        display: inline; }
        .product-edit-wrapper .product-edit-content .product-edit-variant span + span {
          margin-left: 4px; }
          .product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
            content: '/';
            margin: 0 4px 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-price {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 2px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        color: black; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.rrp-price--withoutTax {
          margin: 0 0 5px 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax {
          display: inline-block;
          vertical-align: bottom;
          color: #464646;
          margin: 0 13px 0 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: bottom; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none {
          margin: 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none + .price-section--withoutTax {
            margin-left: 13px;
            color: #464646; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
            margin-left: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price--non-sale {
        font-weight: 400; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0;
        color: #464646;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: #464646;
        margin: 5px 0 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 18px 0 0 0;
      padding: 0;
      position: relative;
      font-size: 0;
      letter-spacing: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        padding: 0;
        color: black;
        font-weight: 500; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        display: inline-block;
        vertical-align: middle;
        font-style: normal; }
  .product-edit-wrapper .product-edit-remove {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
    .product-edit-wrapper .product-edit-remove .button {
      min-width: 150px; }
  .product-edit-wrapper .product-edit-change {
    display: block; }
    .product-edit-wrapper .product-edit-change .form {
      margin: 0;
      padding: 0; }
    .product-edit-wrapper .product-edit-change .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .product-edit-wrapper .product-edit-change .form-field > .form-label {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: black;
        margin-bottom: 13px; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label small {
          display: block;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
          font-size: 13px;
          font-weight: 400;
          font-style: italic;
          line-height: 20px;
          letter-spacing: 0;
          color: #464646;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .product-edit-wrapper .product-edit-change .form-field + .form-field {
        margin-top: 20px; }
  .product-edit-wrapper .product-edit-optionsStock {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0; }
  .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title {
    margin-top: -6px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 20px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 20px; }
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: white; }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: black; } }

.product-edit-action {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  background: #ffffff; }
  .product-edit-action .product-add-more {
    margin: 16px 0 0 0;
    padding: 0 45px 16px 45px; }
    .product-edit-action .product-add-more .link {
      font-size: 16px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 0;
      position: relative;
      margin: 0;
      padding: 0 0 0 15px;
      color: #3385f6;
      transition: unset;
      text-decoration: none; }
      .product-edit-action .product-add-more .link .text {
        line-height: 1.2;
        display: inline-block;
        border-bottom: 1px solid #3385f6; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 11px;
        width: 11px;
        height: 1px;
        left: -5px;
        background-color: #3385f6; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 6px;
        width: 1px;
        height: 11px;
        left: 0;
        background-color: #3385f6; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 0; }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more .link:hover .text {
      color: #029fe2;
      background-image: linear-gradient(transparent 97%, #029fe2 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: #029fe2; } }

@media (max-width: 767px) {
  .modal--editOptions .modal-header {
    padding: 15px 20px; }
  .product-edit-wrapper .product-edit-item {
    padding: 20px; }
    .product-edit-wrapper .product-edit-item .product-edit-image {
      margin-right: 20px; }
  .product-edit-action .product-add-more {
    padding: 0 25px 16px 25px; } }

.halo-free-shipping-message {
  margin: 0 0 25px 0; }
  .halo-free-shipping-message.animated-loading {
    min-height: 43px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: #f4f5f7; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 12px;
      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; }
    .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: #ffc206; }
    .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: #202020;
      font-weight: 500; }
  .halo-free-shipping-message .shipping-message {
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
    display: block;
    margin: 0; }
    #cart-preview-dropdown .halo-free-shipping-message .shipping-message {
      font-size: 14px; }
  #cart-preview-dropdown .halo-free-shipping-message {
    margin: 25px 0 0 0; }

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

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

.maintenanceNotice-header {
  font-family: "Jost";
  margin: 0 0 0.75rem; }

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

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 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: 801px) {
    .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: 1261px) {
    .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: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

@media (max-width: 404px) {
  #consent-manager .css-rehje9 button {
    display: inline-block;
    float: left; }
    #consent-manager .css-rehje9 button:nth-child(1) {
      width: calc(50% - 4px);
      margin-right: 4px; }
    #consent-manager .css-rehje9 button:nth-child(2) {
      width: calc(50% - 4px);
      margin-left: 4px; }
    #consent-manager .css-rehje9 button:nth-child(3) {
      display: block;
      margin-top: 8px;
      margin-left: 0;
      width: 100%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 85.625rem; }
  .login .form-label {
    color: black;
    font-weight: 500; }
  .login .form-input {
    height: 50px;
    border-color: #CCCCCC; }
  .login .form-actions {
    text-align: left; }
    .login .form-actions .button {
      min-width: 170px;
      display: inline-block;
      vertical-align: middle; }
    .login .form-actions .forgot-password {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: #029fe2;
      background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      text-decoration: none;
      margin-left: 25px; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  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: 801px) {
    .login-row {
      margin-top: 4.5rem; } }

.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: 16px; }
  @media (min-width: 768px) {
    .login-form {
      width: 50%;
      padding: 0 70px;
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .login-form {
      padding: 0 30px; }
      .login-form .form-actions .button--tertiary {
        width: 100%;
        margin-bottom: 12px; }
      .login-form .form-actions .forgot-password {
        margin-top: 12px; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .new-customer {
      width: 50%;
      padding-left: 70px;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle;
      float: none; } }
  .new-customer .panel {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px; }
    .new-customer .panel .panel-header {
      background-color: transparent;
      padding: 95px 100px 0 100px; }
      .new-customer .panel .panel-header .panel-title {
        color: black;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px; }
    .new-customer .panel .panel-body {
      background-color: transparent;
      padding: 0 100px 100px 100px;
      margin-bottom: 0; }
      .new-customer .panel .panel-body .new-customer-intro {
        color: #464646;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 25px; }
      .new-customer .panel .panel-body .new-customer-fact-list {
        margin-left: 17px;
        margin-bottom: 35px; }
        .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
          padding: 9px 0 9px 3px;
          color: #464646;
          font-size: 16px;
          font-weight: 400; }
      .new-customer .panel .panel-body .button {
        width: 100%;
        max-width: 271px;
        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.75rem; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }
  .search-nav .navBar-section {
    font-size: 0; }
    .search-nav .navBar-section .navBar-item {
      margin: 0;
      padding-left: 0;
      border: 1px solid #CCCCCC; }
      .search-nav .navBar-section .navBar-item > a {
        display: inline-block;
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        color: black; }
        .search-nav .navBar-section .navBar-item > a .toggleLink-text {
          font-size: 15px;
          font-weight: 500; }
        .search-nav .navBar-section .navBar-item > a.is-open, .search-nav .navBar-section .navBar-item > a.navBar-action-color--active {
          background-color: #f6f6f6; }
      .search-nav .navBar-section .navBar-item + .navBar-item {
        border-left: none; }
      .search-nav .navBar-section .navBar-item:first-child {
        border-radius: 4px 0 0 4px; }
      .search-nav .navBar-section .navBar-item:last-child {
        border-radius: 0 4px 4px 0; }

@media (max-width: 800px) {
  .search-nav {
    margin-bottom: 30px; }
    .search-nav .navBar-section .navBar-item {
      border-radius: 4px; }
      .search-nav .navBar-section .navBar-item a {
        display: block; }
      .search-nav .navBar-section .navBar-item + .navBar-item {
        margin-top: 10px;
        border-left: 1px solid #CCCCCC; }
      .search-nav .navBar-section .navBar-item:first-child {
        border-radius: 4px; }
      .search-nav .navBar-section .navBar-item:last-child {
        border-radius: 4px; } }

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

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

.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.75rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
  position: relative;
  width: 100px; }
  @media (min-width: 768px) {
    .account-product-figure {
      margin: 0 30px 0 0; } }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 111%; }

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

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

.account-product-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

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

.account-product-description {
  color: #232323;
  margin-bottom: 32px;
  line-height: 2.35; }
  .account-product-description span {
    font-weight: 700; }

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

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

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

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

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

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

.account-product-detail-heading {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 15px;
  text-transform: capitalize;
  background-image: linear-gradient(transparent 96%, rgba(35, 35, 35, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  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: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

.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: 13px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem;
  text-transform: capitalize;
  font-style: italic; }

.account-orderStatus-action {
  color: #464646;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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: #202020; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .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: 40.625rem;
  text-align: center; }

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

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

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  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.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

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

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

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

.paymentMethod {
  border-radius: 0.1875rem;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 15px; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 15px; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .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.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Jost", 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.1875rem;
  width: 2.125rem; }

.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.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

[data-page-type="category"] .body {
  margin-top: 0; }

.category-header-image {
  width: 100%; }

.categoryHeader__container {
  margin-bottom: 30px; }

.categoryHeader {
  margin-top: 30px;
  margin-bottom: 15px; }
  .categoryHeader .breadcrumb > .breadcrumb-label {
    color: black; }
    .categoryHeader .breadcrumb > .breadcrumb-label span {
      background: none; }
  @media (min-width: 1025px) {
    .categoryHeader {
      margin-bottom: 50px; }
      .categoryHeader .categoryHeader__content {
        max-width: 690px; } }
  .categoryHeader .categoryHeader__content {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .categoryHeader .categoryHeader__content .breadcrumbs {
      margin-bottom: 10px; }
    .categoryHeader .categoryHeader__content .page-heading {
      color: black;
      font-size: 50px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .categoryHeader .categoryHeader__content .categoryHeader__des {
      line-height: 26px; }
  @media (max-width: 767px) {
    .categoryHeader .categoryHeader__content .page-heading {
      font-size: 26px; } }

.categoryHeader--img {
  margin-top: 0; }
  .categoryHeader--img .categoryHeader__content {
    padding: 20px;
    background-color: #f6f6f6; }
  @media (min-width: 1025px) {
    .categoryHeader--img {
      position: relative;
      display: block;
      overflow: hidden;
      margin-bottom: 0; }
      .categoryHeader--img .categoryHeader__content {
        padding: 30px 15px;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        overflow-y: auto;
        background-color: transparent; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar {
          width: 10px; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-track {
          background: #eaeaea; }
        .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-thumb {
          background: #000000; } }
  .categoryHeader--img .categoryHeader__img {
    position: relative;
    display: block; }
    .categoryHeader--img .categoryHeader__img img {
      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;"; }
    .categoryHeader--img .categoryHeader__img:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 26.55367231638418%; }

.haloSubCategories {
  background-color: transparent;
  padding: 30px 0 0px; }
  .haloSubCategories .haloSubCategories__container {
    font-size: 0; }
  .haloSubCategories .haloSubCategories__carousel {
    padding: 0 15px; }
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      font-size: 16px;
      width: 20%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img {
        margin-bottom: 25px; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a {
          position: relative;
          display: block;
          overflow: hidden; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a 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;"; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a:after {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 61.7283950617284%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
        padding: 0 20px; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
          font-size: 18px;
          font-weight: 700;
          color: black;
          text-decoration: none;
          margin-bottom: 5px;
          display: block;
          text-transform: uppercase; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__count {
          line-height: 26px; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des {
          line-height: 26px;
          margin-top: 10px; }
          .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des p:last-child {
            margin-bottom: 0; }
    .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-prev {
      left: 0; }
    .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-next {
      right: 0; }
    .haloSubCategories .haloSubCategories__carousel:not(.slick-initialized) .haloSubCategories__item:nth-child(n + 6) {
      display: none; }
  .haloSubCategories .halo-comingSoon {
    background-color: #ffffff; }
  @media (max-width: 1199px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 25%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n + 5) {
        display: none; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
        padding: 0 5px; } }
  @media (max-width: 992px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 33.33334%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n + 4) {
        display: none; } }
  @media (max-width: 767px) {
    .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
      width: 50%; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 480px) {
    .haloSubCategories .haloSubCategories__carousel {
      padding: 0; }
      .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
        width: 100%; }
        .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n + 2) {
          display: none; } }

.category__showMoreBtn {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .category__showMoreBtn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .category__showMoreBtn a {
    margin-bottom: 0;
    min-width: 248px; }
    .category__showMoreBtn a.btn-loading {
      font-size: 0;
      position: relative;
      pointer-events: none; }
    .category__showMoreBtn a.disable {
      pointer-events: none;
      color: #ffffff;
      border-color: #cccccc;
      background-color: #cccccc; }

.halo-category-toolbar {
  font-size: 0;
  padding: 20px 0 45px; }
  .halo-category-toolbar .column-left {
    font-size: 16px;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    .halo-category-toolbar .column-left .sidebar-label {
      display: none; }
      .halo-category-toolbar .column-left .sidebar-label a {
        display: inline-block;
        text-decoration: none; }
      .halo-category-toolbar .column-left .sidebar-label .icon-filter {
        display: inline-block;
        vertical-align: middle; }
        .halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
          width: 23px;
          height: 23px;
          fill: black; }
      .halo-category-toolbar .column-left .sidebar-label .sidebar_more {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: black;
        background-image: linear-gradient(transparent 96%, #7f7f7f 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-category-toolbar .column-right {
    width: calc(100% - 160px);
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    .halo-category-toolbar .column-right .view-as-btn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .halo-category-toolbar .column-right .view-as-btn .form-label {
        font-size: 16px;
        color: black;
        font-weight: 600;
        margin-bottom: 0; }
    .halo-category-toolbar .column-right .actionBar {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      .halo-category-toolbar .column-right .actionBar + .actionBar {
        margin-left: 30px; }
      .halo-category-toolbar .column-right .actionBar .form-field {
        margin-bottom: 0;
        border: none;
        font-size: 0; }
        .halo-category-toolbar .column-right .actionBar .form-field .form-label {
          font-size: 16px;
          color: black;
          font-weight: 600;
          margin-right: 15px;
          padding-left: 0; }
        .halo-category-toolbar .column-right .actionBar .form-field .form-select {
          border: 1px solid #cccccc;
          padding: 10px 30px 10px 15px;
          height: 50px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
          background-position: center right;
          background-size: 30px;
          font-size: 16px;
          color: black;
          min-width: 190px; }
  @media (max-width: 991px) {
    .halo-category-toolbar .column-right .actionBar .form-field .form-label {
      display: none; } }
  @media (max-width: 767px) {
    .halo-category-toolbar {
      padding: 0 0 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0; }
      .halo-category-toolbar .column-left {
        width: 40px; }
        .halo-category-toolbar .column-left .sidebar-label {
          width: 40px;
          height: 40px;
          border: 1px solid #cccccc;
          border-radius: 4px; }
          .halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
            padding: 8.5px;
            width: 40px;
            height: 40px; }
          .halo-category-toolbar .column-left .sidebar-label .sidebar_more {
            display: none; }
      .halo-category-toolbar .column-right {
        width: calc(100% - 40px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        font-size: 0; }
        .halo-category-toolbar .column-right .view-as-btn {
          width: 80px;
          margin-right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end;
          margin-left: 10px; }
          .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select {
            white-space: nowrap; }
            .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view {
              border: 1px solid #cccccc;
              border-radius: 4px 0 0 4px;
              min-width: 40px;
              padding: 9px 5px; }
              .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view + .btn-view {
                border-left: none;
                border-radius: 0 4px 4px 0; }
        .halo-category-toolbar .column-right .actionBar {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end; }
          .halo-category-toolbar .column-right .actionBar .form-field {
            display: block; }
            .halo-category-toolbar .column-right .actionBar .form-field .form-select {
              width: 100%;
              min-width: 40px;
              height: 40px; }
          .halo-category-toolbar .column-right .actionBar + .actionBar {
            margin-left: 10px; }
          .halo-category-toolbar .column-right .actionBar.show-product {
            display: none; } }

.view-as-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .view-as-btn label {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: none; }
  .view-as-btn .btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle; }
    .view-as-btn .btn-group .btn-view {
      display: inline-block;
      background: #fff;
      font-size: 0;
      text-align: center;
      padding: 14px 5px;
      min-width: 45px;
      height: auto; }
      .view-as-btn .btn-group .btn-view > .icon-view {
        width: 6px;
        height: 20px;
        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: 6px;
        height: 6px;
        background: #d4d4d4;
        transition: all 0.15s ease; }
      .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: 6px;
          height: 6px;
          content: "";
          transition: all 0.15s ease;
          background: #d4d4d4; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
          top: -7px; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          bottom: -7px; }
      .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: #000000; }
      .view-as-btn .btn-group .btn-view#list-view > div {
        padding-top: 0;
        width: 20px; }
      .view-as-btn .btn-group .btn-view#list-view .icon-bar {
        width: 20px; }
        .view-as-btn .btn-group .btn-view#list-view .icon-bar + .icon-bar {
          margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.current-view .icon-bar {
        background: black; }
  .view-as-btn .btn-select {
    display: inline-block; }
  .view-as-btn .btn-dropdown {
    margin-top: 5px;
    background: white;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 1;
    min-width: 43px; }
    @media (min-width: 551px) {
      .view-as-btn .btn-dropdown {
        min-width: 78px; } }
    @media (min-width: 1261px) {
      .view-as-btn .btn-dropdown {
        min-width: 120px; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown {
        min-width: 169px; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown {
        min-width: 225px; } }
    .view-as-btn .btn-dropdown.is-open {
      display: block; }
    .view-as-btn .btn-dropdown .btn-view {
      border: none;
      padding-left: 0;
      padding-right: 0;
      min-width: 0; }
      .view-as-btn .btn-dropdown .btn-view + .btn-view {
        margin-left: 15px; }
      .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar {
        background: #c4c4ce; }
        .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:before, .view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:after {
          background: #c4c4ce; }
    .view-as-btn .btn-dropdown .grid-view3,
    .view-as-btn .btn-dropdown .grid-view4,
    .view-as-btn .btn-dropdown .grid-view5,
    .view-as-btn .btn-dropdown .grid-view6 {
      display: none; }
    @media (min-width: 551px) {
      .view-as-btn .btn-dropdown .grid-view3 {
        display: inline-block; } }
    @media (min-width: 1261px) {
      .view-as-btn .btn-dropdown .grid-view4 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown .grid-view5 {
        display: inline-block; } }
    @media (min-width: 1920px) {
      .view-as-btn .btn-dropdown .grid-view6 {
        display: inline-block; } }
    @media (min-width: 1600px) {
      .view-as-btn .btn-dropdown.sidebar-show {
        min-width: 141px; } }
    .view-as-btn .btn-dropdown.sidebar-show .grid-view6 {
      display: none; }

#sideBlock_category,
#sideBlock_search,
#sideBlock_brand,
#sideBlock_blog {
  max-width: 370px; }
  #sideBlock_category .side-block-header,
  #sideBlock_search .side-block-header,
  #sideBlock_brand .side-block-header,
  #sideBlock_blog .side-block-header {
    padding: 0; }
  #sideBlock_category .side-block-body,
  #sideBlock_search .side-block-body,
  #sideBlock_brand .side-block-body,
  #sideBlock_blog .side-block-body {
    padding: 25px 50px 50px 50px;
    height: 100%; }
    @media (max-width: 550px) {
      #sideBlock_category .side-block-body,
      #sideBlock_search .side-block-body,
      #sideBlock_brand .side-block-body,
      #sideBlock_blog .side-block-body {
        padding: 0 20px 20px 20px;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: -ms-calc(100% - 60px);
        height: calc(100% - 60px); } }

#sideAllCategories .sidebarBlock-heading {
  margin-bottom: 10px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 4px 0 4px 0;
    position: relative; }
    .all-categories-list li:last-child {
      padding-bottom: 0px; }
  .all-categories-list > .navPages-item > .dropdown-category-list {
    margin: 2px 0 0 0; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    padding: 0; }
    .all-categories-list .navPages-item + .navPages-item {
      border-top: 1px solid #f1f2f5; }
    .all-categories-list .navPages-item a {
      padding: 10px 15px 10px 0;
      vertical-align: top;
      display: inline-block;
      color: black;
      font-weight: 600;
      position: relative;
      z-index: 3;
      -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; }
      .all-categories-list .navPages-item a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size 0.5s; }
      .all-categories-list .navPages-item a:hover span {
        color: #029fe2;
        background-size: 100% 1px; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 37px;
      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 svg {
        width: 23px;
        height: 23px;
        fill: black;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .all-categories-list .navPages-item > .icon-dropdown {
      height: 48px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .all-categories-list .navPages-item.current-cat > a > span, .all-categories-list .navPages-item.open > a > span {
      background-image: linear-gradient(black, black);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      transition: background-size 0.5s; }
    .all-categories-list .navPages-item.current-cat > a:hover > span, .all-categories-list .navPages-item.open > a:hover > span {
      background-image: linear-gradient(#029fe2, #029fe2); }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked svg, .all-categories-list .navPages-item.open > .icon-dropdown.is-clicked svg {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-right: 0px; }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown svg, .all-categories-list .navPages-item.open.open > .icon-dropdown svg {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-right: 0px; }
    .all-categories-list .navPages-item.open {
      padding-bottom: 0;
      margin-bottom: 5px; }
    .all-categories-list .navPages-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .all-categories-list .navPages-item.is-clicked > a,
    .all-categories-list .navPages-item .current-cat > a {
      font-weight: 600; }
  .all-categories-list .dropdown-category-list {
    margin: 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 svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
    .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-weight: 500;
      color: black;
      display: inline-block;
      padding: 10px 0; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 0 20px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        padding: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child > .icon-dropdown {
        height: 25px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a > span {
        background-image: linear-gradient(black, black);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: background-size 0.5s; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a:hover > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a:hover > span {
        background-image: linear-gradient(#029fe2, #029fe2); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked svg, .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 0px; }
      .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: 10px 20px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          position: relative;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: black; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
          height: 37px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a > span {
          background-image: linear-gradient(black, black);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 100% 1px;
          transition: background-size 0.5s; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a:hover > span, .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a:hover > span {
          background-image: linear-gradient(#029fe2, #029fe2); }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked svg {
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          margin-right: 0px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
        color: black; }
      .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; }

#sideShopByBrands .view_all a span {
  background-size: 100% 1px; }

#ProductCarouselTopSellers .sidebarBlock-heading {
  position: relative; }
  #ProductCarouselTopSellers .sidebarBlock-heading .btnViewAll {
    line-height: 1.2;
    text-transform: capitalize;
    font-style: normal;
    display: block; }

#ProductCarouselTopSellers .productCarousel {
  padding-top: 10px;
  padding-bottom: 20px; }
  #ProductCarouselTopSellers .productCarousel .card {
    margin-bottom: 30px; }
  #ProductCarouselTopSellers .productCarousel .slick-arrow {
    top: auto;
    bottom: -2px;
    transform: none;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 40px;
    height: 20px;
    padding: 2px 0; }
    #ProductCarouselTopSellers .productCarousel .slick-arrow:before {
      width: 40px;
      height: 16px; }
    #ProductCarouselTopSellers .productCarousel .slick-arrow.slick-prev: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"); }
    #ProductCarouselTopSellers .productCarousel .slick-arrow.slick-next: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"); }
  #ProductCarouselTopSellers .productCarousel .slick-dots {
    bottom: 0; }

#sideBannerImage {
  margin-top: 50px;
  padding-bottom: 15px; }
  #sideBannerImage .cms-image {
    display: block;
    position: relative;
    overflow: hidden; }
    #sideBannerImage .cms-image 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;"; }
    #sideBannerImage .cms-image:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 137.037037037037%; }

#sideCustomCMS .side-cms-content {
  font-size: 16px;
  color: black;
  line-height: 26px; }
  #sideCustomCMS .side-cms-content p {
    margin-bottom: 25px; }

.card-top-sellers {
  font-size: 0; }
  .card-top-sellers .card-figure {
    width: 86px;
    height: auto;
    display: inline-block;
    vertical-align: top; }
  .card-top-sellers .card-body {
    font-size: 16px;
    padding-top: 0;
    padding-left: 20px;
    width: calc(100% - 86px);
    display: inline-block;
    vertical-align: top;
    margin-top: -3px; }
    .card-top-sellers .card-body [data-test-info-type="brandName"] {
      display: none; }
    .card-top-sellers .card-body .card-title {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
    .card-top-sellers .card-body .card-figcaption-button {
      text-decoration: none;
      color: black;
      border: none;
      background: none;
      padding: 0;
      text-transform: capitalize;
      font-weight: 400; }
      .card-top-sellers .card-body .card-figcaption-button span {
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px; }
      .card-top-sellers .card-body .card-figcaption-button:hover {
        color: #029fe2; }
        .card-top-sellers .card-body .card-figcaption-button:hover span {
          background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

#categoryBottomBanner {
  margin-top: 75px; }
  @media (max-width: 1599px) {
    #categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      background-color: #fff2d5; } }
  #categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
    background-color: #fff2d5; }

.product.product--banner {
  width: 100% !important; }

.categoryBannerProduct {
  font-size: 0;
  margin-bottom: 40px; }
  .categoryBannerProduct .categoryBannerProduct__item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 30px; }
    .categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
      padding-left: 15px; }
    .categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
      padding-right: 15px; }
  @media (max-width: 800px) {
    .categoryBannerProduct {
      margin-bottom: 0; }
      .categoryBannerProduct .categoryBannerProduct__item {
        width: 100%; }
        .categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
          padding-left: 0; }
        .categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
          padding-right: 0; } }

.category-top-filter h2.sidebarBlock-heading,
.category-top-filter .facetedSearch-refineFilters {
  display: none; }

.category-top-filter .accordion.accordion--navList {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px; }

.category-top-filter .accordion {
  margin: 0 0 1rem;
  border: 0px; }
  .category-top-filter .accordion .accordion-block {
    float: left;
    margin-top: 0; }
    .category-top-filter .accordion .accordion-block .accordion-navigation {
      background: #029fe2;
      padding: 10px 30px;
      border-radius: 25px !important;
      width: 150px; }
      .category-top-filter .accordion .accordion-block .accordion-navigation span {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        font-weight: 700 !important; }
        .category-top-filter .accordion .accordion-block .accordion-navigation span svg {
          fill: #fff; }
  .category-top-filter .accordion .accordion-content {
    display: none; }
  .category-top-filter .accordion .accordion-content.is-open {
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 5px 10px 2px #ccc;
    border-radius: 5px;
    min-width: 150px; }
    .category-top-filter .accordion .accordion-content.is-open li a {
      text-align: left;
      display: block;
      font-size: 14px !important;
      font-weight: normal; }
    .category-top-filter .accordion .accordion-content.is-open .navList-action--checkbox::before {
      border-radius: 0; }
    .category-top-filter .accordion .accordion-content.is-open .toggleLink {
      box-shadow: none !important; }
      .category-top-filter .accordion .accordion-content.is-open .toggleLink span {
        color: #029fe2 !important; }
    .category-top-filter .accordion .accordion-content.is-open .button--small {
      background: #029fe2;
      border-radius: 25px;
      color: #fff;
      border: 2px solid #029fe2; }
    .category-top-filter .accordion .accordion-content.is-open .button--small:hover {
      background: #fff;
      color: #029fe2; }

.skip-to-main-link {
  background: white;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 0; }
  .header.is-open {
    height: auto; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  .header.is-sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 5px 0;
    animation-duration: 0.5s; }
  @media (max-width: 1199px) {
    .header {
      padding: 0; }
      .header.is-sticky {
        padding: 0; } }
  [data-page-type="default"] .header:not(.is-sticky) {
    border-color: transparent; }

body.quickSearch-open .header.is-sticky {
  z-index: 100; }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 0;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: black; }
    .header-logo__link:active {
      color: black; }

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

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

.header-logo-text {
  display: block;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      white-space: normal;
      padding: 0; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 1.9375rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: relative;
  z-index: 50; }
  @media (min-width: 1200px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.header-center {
  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: space-between;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1280px) {
    .header-center {
      padding: 0 60px;
      max-width: 1920px; } }
  .header-center .header__desktop--left {
    width: 320px; }
    .header-center .header__desktop--left .header-logo {
      text-align: left;
      padding: 0 15px; }
  .header-center .header__desktop--center {
    width: calc(100% - 640px);
    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; }
  .header-center .header__desktop--right {
    width: 320px; }
    .header-center .header__desktop--right .navUser {
      text-align: right;
      padding: 0 15px; }
      .header-center .header__desktop--right .navUser .navUser-section {
        float: none;
        display: inline-block;
        vertical-align: middle; }
        .header-center .header__desktop--right .navUser .navUser-section + .navUser-section {
          margin-left: 0; }

#header_topBarPromotion {
  background-color: #ffcc00; }
  #header_topBarPromotion .container {
    max-width: 800px;
    padding: 0 15px; }
  #header_topBarPromotion .topBarPromotion-carousel {
    display: block;
    padding: 11px 0 12px; }
    #header_topBarPromotion .topBarPromotion-carousel:not(.slick-slider) .topBarPromotion-item:nth-child(n+2) {
      display: none; }
    #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
      text-align: center;
      border: none;
      padding: 0 15px; }
      #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
        display: block;
        text-decoration: none;
        font-weight: 700;
        color: black;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
      width: 21px;
      height: 29px;
      padding: 5px;
      margin-top: 0;
      border: none;
      background-color: transparent; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:before {
        width: 100%;
        height: 100%; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev {
        left: -20px; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next {
        right: -20px; }
  @media (max-width: 1024px) {
    #header_topBarPromotion .topBarPromotion-carousel {
      padding: 11px 15px 12px; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev {
        left: 0; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next {
        right: 0; } }
  @media (max-width: 767px) {
    #header_topBarPromotion .topBarPromotion-carousel {
      padding: 11px 0 12px; }
      #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
        padding: 0; }
      #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
        display: none !important; } }

@media (min-width: 1200px) {
  .header__mobile {
    display: none; } }

.header__mobile .haloHeaderMobile {
  display: flex;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 15px; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item {
    min-width: 85px;
    display: flex;
    align-items: center; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--left {
    justify-content: flex-start; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--right {
    justify-content: flex-end; }
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center {
    padding: 0 15px; }
    .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo {
      margin: 0;
      height: 50px; }
      .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo__link {
        width: 100%; }
  .header__mobile .haloHeaderMobile .navUser-action {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 0; }
  .header__mobile .haloHeaderMobile .mobileMenu-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 23px;
    height: 23px;
    margin-right: 30px; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon {
      width: 100%;
      top: 49%; }
      .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        width: 100%;
        top: -7px; }
      .header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        width: 100%;
        bottom: -7px; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
      top: 0; }
    .header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
      bottom: 0; }
  .header__mobile .haloHeaderMobile .navUserAction-login svg {
    width: 23px;
    height: 23px; }
  .header__mobile .haloHeaderMobile .navUser-actionCart {
    position: relative;
    margin-left: 30px;
    padding-right: 8px; }
    .header__mobile .haloHeaderMobile .navUser-actionCart svg {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
    .header__mobile .haloHeaderMobile .navUser-actionCart .countPill {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: -8px;
      right: 0; }

@media (max-width: 1199px) {
  .header__desktop {
    display: none; } }

.account-dropdown-wrapper {
  display: none; }

.fa-user-check:hover .account-dropdown-wrapper {
  display: block !important; }

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

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

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

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

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

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

.modal-background {
  background: rgba(0, 0, 0, 0.5); }

body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track {
  background: #f6f6f6; }

body::-webkit-scrollbar-thumb {
  background: #464646; }

body.is-side-block, body.quickSearch-open, body.has-activeNavPages, body.halo-open-before-you-leave {
  overflow: hidden; }
  body.is-side-block:after, body.quickSearch-open:after, body.has-activeNavPages:after, body.halo-open-before-you-leave:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -moz-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    -ms-transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s; }
  @media (min-width: 1280px) {
    body.is-side-block, body.quickSearch-open, body.has-activeNavPages, body.halo-open-before-you-leave {
      padding-right: 10px; } }

body.is-side-block:after {
  z-index: 100; }

body.halo-open-before-you-leave:after {
  z-index: 200; }

body.has-activeNavPages #sideBlock_menu {
  left: 0; }

@media (min-width: 1280px) {
  body.has-activeModal {
    padding-right: 10px; } }

.footer {
  background-color: #1a1a1a;
  border-top: 1px solid #e6e6e6;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 60px 0; }

.footer-info-col {
  padding-left: 15px;
  padding-right: 15px;
  color: #464646;
  display: inline-block;
  float: none;
  font-size: 15px;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

@media (min-width: 1261px) {
  .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  .footer-info-col {
    margin-bottom: 20px; }
    .footer-info-col[data-section-type="storeInfo"] {
      width: 22.22222222222222%; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      width: 16.66666666666667%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 27.77777777777778%; } }

@media (min-width: 768px) {
  .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
    display: block !important; } }

@media (max-width: 1199px) {
  .footer-info-col {
    width: 33.33333333333333%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 66.66666666666667%;
      max-width: 450px; } }

@media (max-width: 767px) {
  .footer-info-col {
    width: 100%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 100%;
      max-width: 100%;
      margin-top: 4rem; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      margin-bottom: 0; }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-heading, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:hover {
          cursor: pointer; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:before {
          top: 50%;
          right: 5px;
          z-index: 2;
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          transition: all .4s ease;
          transform: translateY(-50%);
          background-color: #ffffff; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:after {
          top: 50%;
          right: 0;
          z-index: 2;
          content: "";
          width: 12px;
          height: 2px;
          position: absolute;
          transform: translateY(-50%);
          background-color: #ffffff; }
      .footer-info-col[data-section-type="footer-categories"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"].open-dropdown .footer-info-heading:before {
        transform: translateY(-50%) rotate(90deg); }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
        display: none;
        margin-bottom: 30px;
        margin-top: 12px; } }

.footer-bottom {
  background-color: #262626;
  padding: 35px 0 30px; }
  .footer-bottom .footer-copyright {
    display: inline-block; }
  .footer-bottom .footer-bottom__container {
    font-size: 0; }
  .footer-bottom .footer-bottom__left {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__right {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: right; }
    .footer-bottom .footer-bottom__right .footer-payment-icons {
      margin-top: 0; }
  @media (max-width: 1199px) {
    .footer-bottom .footer-bottom__left,
    .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: left;
      padding: 0; } }

.footer-info .footer-info__logo {
  margin-bottom: 25px; }

.footer-info [data-section-type="storeInfo"] address {
  font-style: normal;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.02em; }

.footer-info [data-section-type="storeInfo"] .footer-info__phone {
  display: block;
  margin-bottom: 0; }
  .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.02em; }

.footer-info [data-section-type="storeInfo"] .footer-info-col--social {
  margin-top: 30px; }
  .footer-info [data-section-type="storeInfo"] .footer-info-col--social .socialLinks {
    line-height: 1; }

.footer-info .footer-info-list > li > a {
  padding: 7px 0;
  display: inline-block; }

.footer-info [data-section-type="newsletterSubscription"] .footer-info-heading {
  margin-bottom: 20px; }

.footer-info [data-section-type="newsletterSubscription"] p {
  line-height: 22px;
  margin-bottom: 30px; }

.footer-info [data-section-type="newsletterSubscription"] form .form-field {
  margin-bottom: 0; }

@media (min-width: 1261px) {
  .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
    margin-left: 15px; } }

.footer-info-heading {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 12px; }
  .footer-info-heading:hover {
    color: white; }

.footer-info-col a,
.footer-info-col p,
.footer-info-col address {
  color: white; }
  .footer-info-col a:hover,
  .footer-info-col p:hover,
  .footer-info-col address:hover {
    color: white; }

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

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: white;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: white; }

.footer-copyright {
  text-align: left; }
  .footer-copyright > .powered-by {
    color: white;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0.02em; }
  .footer-copyright > .paypal-credit {
    color: #464646;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: white;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #464646; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 24px;
    vertical-align: middle;
    width: 38px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-bottom: 15px;
    margin-right: 15px; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: black; }

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

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    margin-bottom: 20px; } }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 1280px) {
    .container {
      padding: 0 75px;
      max-width: 1920px; } }

.container--medium {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.container--small {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.row {
  margin: 0 -15px; }

.page-heading {
  color: black;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none; }

.halo-heading {
  font-size: 24px;
  font-weight: 700;
  color: black;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  text-transform: capitalize;
  position: relative; }

@media (max-width: 767px) {
  .page-heading {
    font-size: 24px;
    margin-top: 30px; } }

.hide {
  display: none; }

.scrollbar {
  overflow-y: auto; }
  .scrollbar::-webkit-scrollbar {
    width: 10px; }
  .scrollbar::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .scrollbar::-webkit-scrollbar-thumb {
    background: #000000; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.icon-loading {
  display: block;
  margin: 0 auto; }

.bgRating--full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23fac318'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 '%3E%3C/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.bgRating--empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23e4e4e4'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 '%3E%3C/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.halo--checkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
  font-size: 0; }
  .halo--checkbox label {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #202020;
    border-radius: 0; }
    .halo--checkbox label:after {
      content: '';
      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='%23ffffff'/%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      transform: scale(0);
      opacity: 0;
      width: 14px;
      height: 14px;
      display: block; }
  .halo--checkbox .form-checkbox:checked + label {
    background-color: #202020; }
    .halo--checkbox .form-checkbox:checked + label::after {
      transform: scale(1);
      opacity: 1; }

.btnViewAll {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }
  .btnViewAll:hover {
    color: #029fe2;
    background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

p:focus-visible {
  outline: none; }

@media (max-width: 550px) {
  .btnViewAll {
    display: none; } }

.halo-comingSoon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: black;
  font-size: 16px; }

.siteMap-lv1 {
  list-style: none;
  margin-left: 0; }
  .siteMap-lv1 > li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .siteMap-lv1 > li h2 {
      margin-top: 0;
      margin-bottom: 10px;
      color: black;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
  .siteMap-lv1 li {
    line-height: 1.8; }
    .siteMap-lv1 li a {
      text-decoration: none; }
      .siteMap-lv1 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; }
      .siteMap-lv1 li a:hover span {
        background-size: 100% 1px; }
  .siteMap-lv1 .siteMap-lv2 {
    list-style: none; }
    .siteMap-lv1 .siteMap-lv2 > li {
      padding: 3px 0; }
      .siteMap-lv1 .siteMap-lv2 > li > a {
        font-weight: 700; }
    .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 {
      list-style: none;
      margin-top: 5px;
      margin-bottom: 10px; }
      .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 > li > a {
        font-weight: 500; }
      .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul {
        list-style: none;
        margin-top: 5px;
        margin-bottom: 10px; }
        .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a {
          color: #787878; }
          .siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a:hover {
            color: #029fe2; }

.btn-close {
  font-size: 0;
  width: 23px;
  height: 23px;
  padding: 0;
  position: relative; }
  .btn-close:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }
  .btn-close:after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background-color: #000000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }

#sideBlock_category.halo-side-block,
#sideBlock_search.halo-side-block,
#sideBlock_brand.halo-side-block,
#sideBlock_blog.halo-side-block {
  transform: translate3d(-112%, 0, 0); }
  #sideBlock_category.halo-side-block.is-open,
  #sideBlock_search.halo-side-block.is-open,
  #sideBlock_brand.halo-side-block.is-open,
  #sideBlock_blog.halo-side-block.is-open {
    transform: translate3d(0, 0, 0); }

.halo-side-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  max-width: 430px;
  background: #ffffff;
  -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;
  z-index: 101;
  transform: translate3d(112%, 0, 0); }
  .halo-side-block.is-open {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .halo-side-block .side-block-container {
    width: 100%;
    height: 100%; }
  .halo-side-block .side-block-header {
    position: relative;
    padding: 30px 30px 26px 30px; }
    .halo-side-block .side-block-header h3 {
      color: #202020;
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      line-height: 1;
      text-transform: capitalize; }
  .halo-side-block .side-block-body {
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -ms-calc(100% - 80px);
    height: calc(100% - 80px); }
    .halo-side-block .side-block-body::-webkit-scrollbar {
      width: 10px; }
    .halo-side-block .side-block-body::-webkit-scrollbar-track {
      background: #f6f6f6; }
    .halo-side-block .side-block-body::-webkit-scrollbar-thumb {
      background: #464646; }
  .halo-side-block .btn-close {
    position: absolute;
    top: 19px;
    left: -41px; }
    .halo-side-block .btn-close:before, .halo-side-block .btn-close:after {
      background-color: #ffffff; }
  .halo-side-block.haloSideBlock--left {
    right: auto;
    left: -102%;
    transform: unset; }
    .halo-side-block.haloSideBlock--left.is-open {
      left: 0; }
    .halo-side-block.haloSideBlock--left .btn-close {
      left: auto;
      right: -41px; }
  @media (max-width: 550px) {
    .halo-side-block {
      max-width: 100%; }
      .halo-side-block .side-block-header {
        padding: 20px 20px 16px 20px; }
      .halo-side-block .side-block-body {
        padding: 0 20px 20px 20px;
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: -ms-calc(100% - 60px);
        height: calc(100% - 60px); }
        .halo-side-block .side-block-body::-webkit-scrollbar {
          width: 5px; }
      .halo-side-block .btn-close {
        top: 10px;
        left: -33px; }
      .halo-side-block.haloSideBlock--left .btn-close {
        left: auto;
        right: -33px; } }

.at-share-btn-elements .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 8px 0 0 !important; }
  .at-share-btn-elements .at-icon-wrapper svg {
    width: 20px !important;
    height: 20px !important;
    fill: black !important; }
  .at-share-btn-elements .at-icon-wrapper:first-child {
    margin-left: -5px !important; }
  .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0 !important; }

.halo_securityImage {
  margin-top: 20px;
  margin-bottom: 25px; }
  .halo_securityImage .halo_securityDes {
    color: #6e6e6e;
    font-size: 16px;
    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 20px 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; }

#sideBlock_login .navPages-accountList .navPages-item {
  float: none; }

#sideBlock_login .login-form-popup {
  margin-bottom: 20px; }
  #sideBlock_login .login-form-popup .form-field {
    margin-bottom: 0; }
    #sideBlock_login .login-form-popup .form-field + .form-field {
      margin-top: 20px; }
    #sideBlock_login .login-form-popup .form-field .form-label {
      color: black;
      font-weight: 500;
      line-height: 24px; }
    #sideBlock_login .login-form-popup .form-field .form-input {
      color: #464646;
      border-color: #CCCCCC; }
      #sideBlock_login .login-form-popup .form-field .form-input::placeholder {
        color: #464646; }
      #sideBlock_login .login-form-popup .form-field .form-input:-ms-input-placeholder {
        color: #464646; }
      #sideBlock_login .login-form-popup .form-field .form-input::-ms-input-placeholder {
        color: #464646; }
  #sideBlock_login .login-form-popup .form-actions {
    margin-top: 15px; }
    #sideBlock_login .login-form-popup .form-actions .button {
      width: 100%;
      display: block;
      margin-bottom: 25px; }
    #sideBlock_login .login-form-popup .form-actions .forgot-password {
      margin: 0;
      color: #0484FE;
      text-decoration: none;
      border-bottom: 1px solid #0484FE;
      line-height: 1;
      display: inline-block;
      width: auto; }

#sideBlock_login .new-customer {
  width: 100%;
  padding: 0;
  float: none; }
  #sideBlock_login .new-customer .button {
    width: 100%;
    display: block; }

.halo-home-section {
  margin-bottom: 30px; }

#homeProductFeatured .halo-heading {
  margin-bottom: 40px; }

#homeProductFeatured .productCarousel {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    #homeProductFeatured .productCarousel {
      margin-bottom: 85px; } }
  #homeProductFeatured .productCarousel .slick-arrow {
    top: 40%; }
  @media (max-width: 550px) {
    #homeProductFeatured .productCarousel .slick-arrow {
      top: 30%; } }
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 25%;
    display: inline-block; }
    #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
      display: none; }
    @media (max-width: 800px) {
      #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.33334%; }
        #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
          display: none; } }
    @media (max-width: 550px) {
      #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
          display: none; } }

#homeService {
  margin-bottom: 30px; }
  #homeService .homeService__container {
    padding: 68px 0 69px;
    background-color: #f6f6f6; }
  #homeService .homeService__carousel:not(.slick-initialized) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #homeService .homeService__item {
    width: 33.33%;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    #homeService .homeService__item .homeService__img {
      text-align: center; }
      #homeService .homeService__item .homeService__img img {
        width: auto;
        display: inline-block; }
    #homeService .homeService__item .homeService__content {
      padding-left: 30px;
      text-align: left; }
      #homeService .homeService__item .homeService__content h5 {
        font-size: 20px;
        color: black;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: capitalize; }
      #homeService .homeService__item .homeService__content p {
        color: black;
        line-height: 26px;
        letter-spacing: 0.02em;
        margin-bottom: 5px; }
      #homeService .homeService__item .homeService__content a {
        color: black;
        letter-spacing: 0.02em;
        text-decoration: none;
        border-bottom: 1px solid black;
        line-height: 1;
        display: inline-block; }
  @media (max-width: 1024px) {
    #homeService .homeService__container {
      display: block;
      padding: 30px 0; }
      #homeService .homeService__container .homeService__carousel {
        font-size: 0; }
      #homeService .homeService__container .homeService__item {
        display: inline-block;
        vertical-align: top; }
        #homeService .homeService__container .homeService__item .homeService__img {
          margin: 0 0 15px;
          width: 100%; }
        #homeService .homeService__container .homeService__item .homeService__content {
          padding-left: 0;
          font-size: 16px;
          text-align: center; }
          #homeService .homeService__container .homeService__item .homeService__content h5 {
            font-size: 18px; } }
  @media (max-width: 767px) {
    #homeService .homeService__container {
      padding: 15px 0; }
      #homeService .homeService__container .homeService__item {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px; }
      #homeService .homeService__container .homeService__carousel {
        margin-bottom: 30px;
        position: relative; }
        #homeService .homeService__container .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+2) {
          display: none; } }

#homeTopBanner {
  margin-bottom: 55px; }
  #homeTopBanner .homeTopBanner__container {
    position: relative; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img {
      position: relative;
      overflow: hidden; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__img 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;'; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      text-align: center;
      padding: 20px;
      background-color: #f6f6f6; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
        color: black;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
        margin-bottom: 0;
        min-width: 180px; }
  @media (min-width: 1200px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
      font-size: 50px; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
      font-size: 18px;
      margin-bottom: 35px; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15px 125px;
      max-width: 600px;
      text-align: left;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar {
        width: 10px; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
      padding: 25px 20px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    #homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
      padding-bottom: 70%; } }

.haloBottomBanner {
  margin-bottom: 75px; }
  .haloBottomBanner .homeBottomBanner__container {
    position: relative; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img {
      position: relative;
      display: block;
      z-index: 1; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img 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;'; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 46.3276836158192%; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
        content: '';
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        background-color: #f6f6f6;
        width: 30%;
        max-width: 420px;
        height: 100%;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:hover:before {
        width: calc(50% + 15px);
        max-width: calc(50% + 15px); }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      padding: 20px;
      background-color: #f6f6f6;
      text-align: center; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
        color: black;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
        color: black;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .button {
        min-width: 180px;
        margin-bottom: 0; }
  .haloBottomBanner .homeBottomBanner__reviews {
    max-width: 1200px;
    display: block;
    margin: 80px auto 0; }
    .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item {
      padding: 0 15px;
      text-align: center;
      margin-bottom: 30px; }
      .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes {
        max-width: 900px;
        margin: 0 auto; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes p {
          color: #464646;
          line-height: 26px;
          letter-spacing: 0.02em; }
      .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding-top: 10px; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemImg {
          width: 60px;
          height: 60px;
          display: inline-block;
          vertical-align: middle; }
        .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle {
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          text-align: left; }
          .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 {
            color: black;
            font-size: 16px;
            font-weight: 600;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 5px; }
            .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 a {
              text-decoration: none; }
          .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle p {
            color: #787878;
            line-height: 26px;
            letter-spacing: 0.02em;
            margin-bottom: 0; }
    .haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel:not(.slick-initialized) .homeBottomBanner__item:nth-child(n+2) {
      display: none; }
  @media (min-width: 1025px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 300px;
      text-align: left;
      z-index: 1;
      max-height: 100%;
      overflow-y: auto; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar {
        width: 10px; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-thumb {
        background: #000000; } }
  @media (min-width: 1200px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
      font-size: 50px; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
      font-size: 18px;
      margin-bottom: 30px; }
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
      margin-bottom: 45px; }
    .haloBottomBanner .homeBottomBanner__carousel .slick-prev {
      left: -3px; }
    .haloBottomBanner .homeBottomBanner__carousel .slick-next {
      right: -3px; } }
  @media (min-width: 1600px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
      padding: 20px 125px;
      max-width: 600px;
      background-color: transparent; } }
  @media (max-width: 1024px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
      width: calc(50% + 15px);
      max-width: calc(50% + 15px); } }
  @media (max-width: 550px) {
    .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
      font-size: 20px; } }

#homeFeaturedCollections {
  margin-bottom: 85px; }
  #homeFeaturedCollections .homeFeaturedCollections__container {
    font-size: 0;
    margin: 0 -15px; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel {
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+5) {
        display: none; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      font-size: 16px;
      width: 25%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0 15px; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img {
        position: relative; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img 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;'; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 52.85714285714285%; }
      #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content {
        padding-top: 35px; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title {
          margin-top: 0;
          margin-bottom: 15px;
          color: black;
          font-size: 18px;
          font-weight: 700;
          display: inline-block;
          border-bottom: 1px solid transparent;
          -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; }
          #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title:hover {
            border-color: black; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__des {
          color: black;
          line-height: 26px;
          margin-bottom: 0; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__price {
          color: black;
          line-height: 26px;
          margin-bottom: 20px; }
        #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .button {
          min-width: 180px;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 33.3333%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+4) {
      display: none; } }
  @media (max-width: 991px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 50%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+3) {
      display: none; } }
  @media (max-width: 550px) {
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
      width: 100%; }
    #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+2) {
      display: none; } }

#homeReviewsBlock {
  margin-bottom: 55px; }
  #homeReviewsBlock .halo-heading {
    margin-bottom: 20px; }
  #homeReviewsBlock .homeReviewsBlock_des {
    display: block;
    text-align: center; }
  #homeReviewsBlock .homeReviewsBlock_container {
    margin: 0 -15px;
    padding-top: 40px; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel {
      font-size: 0;
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 35px; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
        font-size: 16px;
        width: 33.334%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0 15px; }
        #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img {
          position: relative; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img 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;'; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 43.50877192982455%; }
        #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content {
          padding-top: 40px;
          max-width: 400px;
          margin: 0 auto; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating {
            margin-bottom: 18px; }
            #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating .icon {
              width: 24px;
              height: 24px; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_review {
            color: black;
            line-height: 26px;
            margin-bottom: 12px; }
          #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_author {
            color: #787878;
            line-height: 26px;
            margin-bottom: 0; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+4) {
        display: none; }
      #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .slick-arrow {
        top: 25%;
        border-color: #d4d5d7; }
  @media (max-width: 1199px) {
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
      width: 50%; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+3) {
      display: none; } }
  @media (max-width: 550px) {
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
      width: 100%; }
    #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+2) {
      display: none; } }

/* Popup Someone Purchased */
#recently_bought_list .halo-recently-bought {
  padding: 0;
  left: 30px;
  right: auto;
  bottom: 30px;
  width: auto;
  position: fixed;
  background: #fff;
  border-radius: 2px;
  width: calc(100% - 30px);
  max-width: 370px;
  z-index: 9;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  -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); }
  @media (max-width: 1279px) {
    #recently_bought_list .halo-recently-bought {
      left: 29.5px;
      bottom: 15px; } }
  @media (max-width: 480px) {
    #recently_bought_list .halo-recently-bought {
      left: 14.5px;
      max-width: 100%; } }
  #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    color: #ffffff;
    width: 29px;
    height: 29px;
    top: -14.5px;
    left: -14.5px;
    right: auto;
    background-color: #000000;
    text-align: center;
    text-decoration: none;
    -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);
    z-index: 1; }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 29px;
      height: 29px;
      padding: 5px;
      fill: #ffffff;
      stroke: #ffffff; }

#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: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #recently_bought_list .recently-bought-inner .product-image {
    width: 80px;
    display: inline-block;
    position: relative;
    padding: 10px; }
  #recently_bought_list .recently-bought-inner .product-info {
    width: calc(100% - 80px);
    padding: 8px 25px 7px 10px;
    line-height: 20px; }
    @media (min-width: 551px) {
      #recently_bought_list .recently-bought-inner .product-info {
        padding: 12px 25px 13px 10px; } }
    #recently_bought_list .recently-bought-inner .product-info .text-wrap {
      display: inline-block;
      width: 100%;
      color: #969696;
      font-weight: 400;
      margin-bottom: 5px;
      line-height: 22px;
      letter-spacing: 0.02em; }
      @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 {
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */ }
    #recently_bought_list .recently-bought-inner .product-info .product-name {
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
      #recently_bought_list .recently-bought-inner .product-info .product-name a {
        text-decoration: none;
        color: black; }
    #recently_bought_list .recently-bought-inner .product-info .location-info {
      font-size: 13px;
      color: #969696;
      line-height: 20px;
      letter-spacing: 0.02em; }
      @media (max-width: 767px) {
        #recently_bought_list .recently-bought-inner .product-info .location-info {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /* autoprefixer: off */ } }

.haloBrandsSlider {
  background-color: #000000;
  padding: 30px 0; }
  .haloBrandsSlider .haloBrandsSlider__container {
    max-width: 1800px;
    padding: 0 15px;
    margin: 0 auto;
    display: block; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__row {
      margin: 0 -15px; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      font-size: 0;
      position: relative; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
        padding: 0 15px;
        font-size: 16px;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a {
          display: block;
          position: relative; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a 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;'; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a:after {
            content: '';
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 23.93939393939394%; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+6) {
        display: none; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow {
        background-color: #000000; }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .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='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  @media (min-width: 1280px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      padding-left: 160px;
      padding-right: 160px; } }
  @media (max-width: 1279px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1199px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 25%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+5) {
      display: none; } }
  @media (max-width: 991px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 33.334%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+4) {
      display: none; } }
  @media (max-width: 550px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 50%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+3) {
      display: none; } }

.halo-ask-an-expert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  -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);
  z-index: 10; }
  @media (max-width: 1279px) {
    .halo-ask-an-expert {
      bottom: 15px;
      right: 15px; } }
  @media (max-width: 800px) {
    .halo-ask-an-expert {
      bottom: 150px;
      right: 15px; } }
  @media (min-width: 801px) {
    .halo-ask-an-expert .ask-an-expert-link.no-image .icon-mobile {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .halo-ask-an-expert img {
    display: none; }
    @media (min-width: 801px) {
      .halo-ask-an-expert img {
        display: block; } }
  .halo-ask-an-expert .icon-mobile {
    height: 2.5rem;
    width: 2.5rem;
    background: #ffcc00;
    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;
    border-radius: 2px; }
    @media (min-width: 801px) {
      .halo-ask-an-expert .icon-mobile {
        display: none; } }
    .halo-ask-an-expert .icon-mobile svg {
      fill: black;
      width: 22px;
      height: 22px; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 860px; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px;
  background-color: #f6f6f6; }
  @media (min-width: 801px) {
    #halo-ask-an-expert .modal-header {
      padding: 15px 50px 16px; } }

#halo-ask-an-expert .modal-header-title {
  color: black;
  font-size: 16px;
  font-weight: 700; }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 0 15px 20px 15px; }
  @media (min-width: 801px) {
    #halo-ask-an-expert .halo-ask-an-expert-logo {
      padding: 0 50px 20px 50px; } }
  #halo-ask-an-expert .halo-ask-an-expert-logo > a {
    font-size: 28px; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: capitalize;
  color: black; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.7;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    color: #464646; }
  #halo-ask-an-expert .halo-ask-an-expert-text.description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
  #halo-ask-an-expert .halo-ask-an-expert-text.question {
    font-weight: 500; }

#halo-ask-an-expert .modal-body {
  padding: 30px 15px 0px 15px; }
  @media (min-width: 551px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 30px 0px 30px; } }
  @media (min-width: 801px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 116px 0px 116px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 25px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field {
      margin-bottom: 15px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
        display: inline-block;
        margin-bottom: 7px; }
        @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: 0.875rem; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::placeholder {
        color: #464646; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #464646; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #464646; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
        font-weight: 400;
        width: auto;
        margin-right: 25px;
        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: 5px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
          margin-right: 25px; }
          @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: 18px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
          max-height: 136px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 20px;
      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: 801px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 100px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

#halo-newsletter-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition: color 0.15s ease;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: block;
  overflow: visible;
  z-index: 9996; }
  #halo-newsletter-popup .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    width: calc(100% - 120px);
    max-height: 85%;
    z-index: 101;
    max-width: 870px; }
    @media (max-width: 550px) {
      #halo-newsletter-popup .newsletter-popup-container {
        width: calc(100% - 30px); } }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter {
        max-width: 470px; }
        #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter .newsletter-right {
          width: 100%; } }
  #halo-newsletter-popup.hide {
    display: none !important;
    opacity: 0;
    overflow: hidden; }

.newsletter-popup-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .newsletter-popup-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: -3px;
    right: -40px;
    z-index: 5;
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: transparent; }
    .newsletter-popup-inner [data-close-newsletter-popup]:before, .newsletter-popup-inner [data-close-newsletter-popup]:after {
      background-color: #ffffff; }
    @media (max-width: 550px) {
      .newsletter-popup-inner [data-close-newsletter-popup] {
        top: -40px;
        right: -3px; } }
  .newsletter-popup-inner .newsletter-left {
    display: none; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-left {
        width: 50%;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .newsletter-popup-inner .newsletter-left img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          .newsletter-popup-inner .newsletter-left img.lazyload, .newsletter-popup-inner .newsletter-left img.lazyloading {
            width: auto;
            height: auto;
            margin: 0 auto; } }
  .newsletter-popup-inner .newsletter-right {
    width: 100%;
    padding: 35px 15px 20px 15px;
    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;
    overflow: auto;
    max-height: 85vh; }
    .newsletter-popup-inner .newsletter-right .newsletter-heading {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 30px 0;
      text-transform: none;
      letter-spacing: 0.02em;
      color: black; }
    @media (min-width: 768px) {
      .newsletter-popup-inner .newsletter-right {
        width: 50%;
        padding: 25px 20px 20px 20px; } }
    @media (min-width: 991px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 30px 30px 20px 30px; } }
    @media (min-width: 801px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 30px 25px 30px; } }
    @media (min-width: 1261px) {
      .newsletter-popup-inner .newsletter-right {
        padding: 35px 90px 25px 90px; }
        .newsletter-popup-inner .newsletter-right .newsletter-heading {
          margin-top: 30px; } }
    .newsletter-popup-inner .newsletter-right .newsletter-message {
      display: block;
      margin: 0;
      color: black;
      font-weight: 600;
      letter-spacing: 0.02em;
      font-size: 16px;
      line-height: 26px; }
    .newsletter-popup-inner .newsletter-right .no-thanks a {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      text-decoration: none;
      color: black;
      line-height: 20px;
      letter-spacing: 0.02em;
      display: inline-block; }
    .newsletter-popup-inner .newsletter-right .social-links {
      margin-top: 28px;
      margin-bottom: 10px; }
      @media (min-width: 551px) {
        .newsletter-popup-inner .newsletter-right .social-links {
          margin-top: 45px; } }
      .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item {
        margin-right: 20px;
        margin-bottom: 20px; }
        .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon {
          width: 18px;
          height: 18px;
          border: none; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon svg {
            width: 100%;
            height: 100%; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--snapchat {
            height: 19px; }
          .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--twitter {
            width: 22px;
            height: 22px;
            padding-top: 5px; }
  .newsletter-popup-inner #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 15px; }
    @media (min-width: 801px) {
      .newsletter-popup-inner #popupSubcribeForm {
        margin-top: 31px;
        margin-bottom: 18px; } }
    .newsletter-popup-inner #popupSubcribeForm .form {
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    .newsletter-popup-inner #popupSubcribeForm .form-input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 0 15px 0;
      background-color: #ffffff;
      border-radius: 0;
      padding: 0 15px;
      border-radius: 4px; }
      @media (min-width: 801px) {
        .newsletter-popup-inner #popupSubcribeForm .form-input {
          height: 45px;
          line-height: 45px; } }
    .newsletter-popup-inner #popupSubcribeForm input[type="submit"] {
      width: 100%;
      display: block;
      min-width: 120px;
      margin: 0; }

.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  max-width: 480px;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }
  .halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block; }
  .before-you-leave .btn-close {
    position: absolute;
    top: 19px;
    left: -41px; }
    .before-you-leave .btn-close:before, .before-you-leave .btn-close:after {
      background-color: #ffffff; }
    @media (max-width: 550px) {
      .before-you-leave .btn-close {
        top: 10px;
        left: -33px; } }
  @media (min-width: 801px) {
    .header-layout-2 .before-you-leave {
      top: 65px; } }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 18px 15px; }
    @media (min-width: 801px) {
      .before-you-leave .logo {
        padding: 18px 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;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px;
    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;
    text-align: center; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 32px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 25px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content h3 {
      font-size: 30px;
      font-weight: 700; }
    .before-you-leave .before-you-leave-banner .content .title {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-top: 17px;
      margin-bottom: 15px; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-top: 0;
      margin-bottom: 23px;
      line-height: 40px; }
      .before-you-leave .before-you-leave-banner .content .heading1 span {
        background-image: linear-gradient(transparent 95%, white 5%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 3px; }
    .before-you-leave .before-you-leave-banner .content .heading2 {
      margin-top: 15px;
      margin-bottom: 20px; }
    .before-you-leave .before-you-leave-banner .content p {
      margin-bottom: 15px;
      line-height: 1.375rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      line-height: 26px;
      margin-bottom: 15px; }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%;
      margin-bottom: 0; }
    .before-you-leave .before-you-leave-banner .content.noImage {
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      top: auto;
      left: auto;
      bottom: auto; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 0; }
    @media (min-width: 551px) {
      .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; }
    .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: 18px 10px;
        font-weight: 500;
        color: black;
        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; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 23px;
          height: 23px;
          line-height: 23px;
          background: #c8c8c8;
          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-weight: 400; }
      .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: black; }
      .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.has-search-dropdown + .back-to-store {
      display: none; }
  .before-you-leave .before-you-leave-tab .quickSearchResults {
    margin-top: 0; }
  .before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none;
    padding: 20px 0px; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
      height: 1.1875rem;
      width: 1.1875rem;
      fill: black; }
    .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
      display: none;
      font-size: 40px;
      width: 19px;
      height: 18px;
      line-height: 22px;
      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 + form {
      display: block; }
    .before-you-leave .before-you-leave-tab .search .form {
      display: none;
      position: absolute;
      top: 0;
      left: 0px;
      width: calc(100% - 48px);
      z-index: 5;
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .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; }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-color: #eaeaea;
          height: 60px;
          border-bottom: none;
          padding: 15px 50px 15px 15px; }
          @media (min-width: 801px) {
            .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; }
        @media (min-width: 801px) {
          .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: rgba(0, 0, 0, 0.7);
          height: 1.1875rem;
          width: 1.1875rem; }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      border: none;
      border-bottom: 1px solid #eaeaea;
      margin-top: 1px;
      padding: 25px 15px; }
      @media (min-width: 801px) {
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
          padding: 25px 30px; } }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch.is-open {
        display: block;
        z-index: 5;
        top: 60px !important; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
        padding: 0; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap {
        margin-top: 0; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap.show-result {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column {
          width: 100%; }
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column .title-wrap {
            position: relative; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .search_product_block {
          order: 2;
          -ms-flex-order: 2;
          margin-top: 10px; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-trending {
          order: 1;
          -ms-flex-order: 1; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
        overflow-y: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        @media (min-width: 801px) {
          .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
            scrollbar-color: #323232 #f5f5f5;
            scrollbar-width: thin !important; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar {
              height: 10px;
              background-color: #f5f5f5; }
            .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
              background-color: #323232; } }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
          width: 220px; }
          .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: 20px;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 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:not(.slick-initialized) .productCarousel-slide:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid:not(.slick-initialized) .productCarousel-slide + .productCarousel-slide .card {
        border-top: 1px solid #E6E6E6; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:nth-child(n+2) .card {
        border-top: 1px solid #E6E6E6; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0;
        padding: 20px 0; }
        @media (min-width: 551px) {
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
            padding: 30px 0; } }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 16px; }
          @media (min-width: 551px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 100px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            left: 12px; }
        .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: 0;
          padding-right: 0;
          margin-top: -5px;
          position: relative;
          font-size: 16px;
          text-align: left; }
          @media (min-width: 551px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              padding-right: 40px;
              width: calc(100% - 100px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title {
            margin-bottom: 5px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title a {
              font-size: 16px; }
            .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 [data-test-info-type="productRating"] {
            margin-bottom: 15px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
            margin-bottom: 15px; }
            .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 [data-product-attribute="swatch"] {
            margin-bottom: -10px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-option-swatch {
            width: 32px;
            height: 32px; }
          .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: 801px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 15px 25px 13px 25px; } }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative; }
              @media (min-width: 381px) {
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
                  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: 1px;
                height: 9px;
                left: 4px;
                top: 2px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 9px;
                height: 1px;
                top: 6px;
                left: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
            border: none;
            padding: 15px 0; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
              font-size: 15px;
              text-transform: capitalize;
              display: inline-block;
              vertical-align: middle; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:hover {
              color: black;
              background-color: transparent; }
            @media (min-width: 551px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                padding: 0; }
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .icon {
                  width: 20px;
                  height: 20px; }
                .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
                  display: none; } }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -25px;
        top: auto;
        height: 30px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow:before {
          height: 30px;
          width: 35px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: -5px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: -5px; }
      .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(117, 117, 117, 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 20px;
    margin-bottom: 50px; }
    @media (min-width: 551px) {
      .before-you-leave .back-to-store {
        padding: 0 30px; } }
    .before-you-leave .back-to-store .button {
      width: 100%;
      margin-top: 15px;
      padding: 17px 20px 16px; }

#homeProductNew {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  #homeProductNew .halo-heading {
    margin-bottom: 40px; }
  #homeProductNew .productGrid .product:nth-child(n+9) {
    display: none; }
  @media (max-width: 800px) {
    #homeProductNew .productGrid .product:nth-child(n+7) {
      display: none; } }
  @media (max-width: 550px) {
    #homeProductNew .productGrid .product:nth-child(n+5) {
      display: none; } }

.homePGF_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  margin-bottom: 70px; }
  .homePGF_btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .homePGF_btn a {
    min-width: 248px;
    margin-bottom: 0; }
  @media (max-width: 550px) {
    .homePGF_btn {
      margin-bottom: 40px; } }

#homeBookingTours .homeBookingTours__bg {
  background-color: #4DD4C6;
  margin-bottom: 75px;
  display: inline-block;
  width: 100%; }

#homeBookingTours .homeBookingTours__header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
    font-size: 50px;
    font-weight: 700;
    color: black;
    margin-top: -33px;
    margin-bottom: 20px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__des {
    font-size: 18px;
    line-height: 28px;
    color: black;
    margin-bottom: 0; }

#homeBookingTours .homeBookingTours__container {
  max-width: 1230px;
  margin: 0 auto 45px;
  padding: 0 30px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__row {
    margin: 0 -15px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel {
    font-size: 0;
    position: relative;
    margin-bottom: 30px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
      font-size: 16px;
      width: 33.33%;
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      margin-bottom: 28px;
      text-align: center; }
      #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content {
        background-color: #ffffff;
        padding: 20px; }
        #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
          margin-top: 5px;
          font-size: 24px;
          font-weight: 700;
          color: black;
          text-transform: capitalize; }
        #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__time {
          line-height: 26px;
          color: black;
          margin-bottom: 0; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+4) {
      display: none; }

#homeBookingTours .homeBookingTours__btn {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px; }
  #homeBookingTours .homeBookingTours__btn .button {
    margin-bottom: 0; }

@media (min-width: 1440px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 33px;
    height: 63px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow:before {
      width: 33px;
      height: 63px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-prev {
      left: -85px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-next {
      right: -85px; } }

@media (max-width: 991px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
    width: 50%; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeBookingTours .homeBookingTours__header {
    margin-bottom: 30px; }
    #homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
      font-size: 26px;
      margin-top: -17px;
      margin-bottom: 10px; }
    #homeBookingTours .homeBookingTours__header .homeBookingTours__des {
      font-size: 16px;
      line-height: 1.2; }
  #homeBookingTours .homeBookingTours__container {
    padding: 0 20px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
      width: 100%; }
      #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px; }
    #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+2) {
      display: none; }
  #homeBookingTours .homeBookingTours__btn {
    margin-bottom: 20px; } }

.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: black; }
  .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: 9;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 361px) {
    .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 15px; }
  .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.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 50px;
  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: 9;
  user-select: none;
  color: black;
  background: white;
  -moz-border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  -ms-border-radius: 0 3px 3px;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .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: 3px 0 0 3px;
    box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      stroke: black; }
  .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: 24px;
        height: 24px;
        stroke: black; }
      .lst-seen-widget .top .cart-icon .countPill {
        position: absolute;
        top: -5px;
        right: -14px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        display: inline-block; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 13px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 28px;
      font-weight: 500;
      color: #1a2531;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      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: 15px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px; }
        .lst-seen-widget .in-content .product-info .second img {
          width: 48px;
          height: 53px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 16px;
        margin-bottom: 2px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          color: black;
          font-weight: 500;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0; }
        .lst-seen-widget .in-content .product-info .card-price .price-section {
          font-size: 0;
          display: inline-block; }
          .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            line-height: 25px;
            font-weight: 600; }
          .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        text-decoration: none; }
    .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: 73px; }
        .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: 53px; }
      .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-arrow {
        padding: 0;
        height: 13px;
        color: rgba(117, 117, 117, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none;
        transition: all 0.1s ease; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.75rem;
          width: 0.75rem;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -16px; }
          .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: 4px; }
          .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; }
  .lst-seen-widget .backtoTop .text {
    color: #1a2531;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .lst-seen-widget.is-show-widget {
    right: 15px; }
    @media (min-width: 1200px) {
      .lst-seen-widget.is-show-widget {
        right: 30px; } }

.haloRecommendedBlock {
  width: 100%;
  display: inline-block;
  border-top: 5px solid #f6f6f6;
  padding-top: 55px;
  margin-top: 40px; }
  .haloRecommendedBlock .halo-heading {
    margin-bottom: 40px;
    position: relative;
    padding: 0 15px; }
    .haloRecommendedBlock .halo-heading .btnViewAll {
      right: 15px; }
  .haloRecommendedBlock .haloRecommendedBlock__carousel {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel .productCarousel-slide {
      width: 25%; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
      display: none; }
    .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow {
      top: 40%; }
    @media (max-width: 550px) {
      .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow {
        top: 30%; } }
  @media (max-width: 1199px) {
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
      display: none; } }
  @media (max-width: 767px) {
    .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
      display: none; } }

.halo-back-to-top {
  position: fixed;
  top: auto;
  bottom: 30%;
  right: 10px;
  z-index: 101;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.5s ease;
  border: 1px solid #ffcc00;
  color: black;
  background-color: #ffcc00;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%; }
  .halo-back-to-top a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    text-align: center; }
  .halo-back-to-top .icon {
    fill: black;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-180deg); }
  .halo-back-to-top.is-visible {
    display: block; }
  .halo-back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: #ffcc00;
    animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-back-to-top:hover {
    color: black;
    border-color: #ffcc00;
    background-color: white; }
    .halo-back-to-top:hover .icon {
      fill: black; }
  @media (min-width: 551px) {
    .halo-back-to-top {
      right: 15px;
      border-radius: 0;
      padding: 2px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      width: auto;
      height: auto; }
      .halo-back-to-top a {
        display: block;
        width: 100%;
        height: auto; }
      .halo-back-to-top .icon {
        width: 32px;
        height: 32px; }
      .halo-back-to-top:before {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-back-to-top {
      right: 45px; }
      .halo-back-to-top .icon {
        width: 35px;
        height: 35px; } }

.contact-us .halo-heading {
  position: relative;
  z-index: 1;
  margin-bottom: -20px; }
  .contact-us .halo-heading .page-heading {
    margin-bottom: 0; }

.contact-us .halo_map {
  margin-bottom: 45px; }

.contact-us #contact-us-page {
  font-size: 0; }
  .contact-us #contact-us-page .halo_form {
    width: 615px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .contact-us #contact-us-page .halo_form > p {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      padding-right: 60px;
      margin-bottom: 35px; }
      .contact-us #contact-us-page .halo_form > p a {
        color: #029fe2; }
    .contact-us #contact-us-page .halo_form [data-contact-form] > .form-field {
      margin-bottom: 15px; }
    .contact-us #contact-us-page .halo_form .form-field {
      width: 100%; }
    .contact-us #contact-us-page .halo_form .form-actions {
      text-align: left;
      margin-top: 15px; }
      .contact-us #contact-us-page .halo_form .form-actions .button {
        min-width: 236px; }
  .contact-us #contact-us-page .halo_location {
    width: calc(100% - 615px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 60px; }
    .contact-us #contact-us-page .halo_location .halo_location__container {
      width: 100%;
      max-width: 410px;
      margin-left: auto;
      padding: 50px;
      margin-top: -150px;
      background-color: #ffffff;
      position: relative;
      z-index: 1;
      border-radius: 4px;
      -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08); }
      .contact-us #contact-us-page .halo_location .halo_location__container .title {
        color: black;
        font-size: 18px;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-top: 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #E6E6E6; }
      .contact-us #contact-us-page .halo_location .halo_location__container .content {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #E6E6E6;
        font-size: 16px;
        font-weight: 400; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content:last-child .store-link:last-child {
            margin-bottom: 0; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: 17px; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon {
            width: 18px;
            height: 18px;
            margin-right: 15px;
            display: inline-block;
            vertical-align: middle; }
            .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon.icon-pen {
              width: 20px;
              height: 20px; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0; }
            .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span {
              display: block; }
              .contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span + span {
                margin-top: 7px; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content a {
          text-decoration: none; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content a span {
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0 90%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .5s; }
          .contact-us #contact-us-page .halo_location .halo_location__container .content a:hover span {
            background-size: 100% 1px; }
        .contact-us #contact-us-page .halo_location .halo_location__container .content .store-link {
          display: block;
          margin-bottom: 17px; }

@media (max-width: 1199px) {
  .contact-us #contact-us-page .halo_form {
    width: 50%;
    padding-right: 15px; }
  .contact-us #contact-us-page .halo_location {
    width: 50%;
    padding-left: 15px; }
    .contact-us #contact-us-page .halo_location .halo_location__container {
      max-width: 100%;
      margin-top: 0;
      padding: 20px; } }

@media (max-width: 767px) {
  .contact-us .halo-heading {
    margin-bottom: -13px; }
  .contact-us #contact-us-page .halo_form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }
  .contact-us #contact-us-page .halo_location {
    width: 100%;
    padding-left: 0; } }

.page-location .halo-location-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-location .halo-location-top .halo-location-topLeft {
    width: 600px;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px; }
    .page-location .halo-location-top .halo-location-topLeft .halo-location-title {
      color: black;
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      margin-bottom: 18px;
      margin-top: 0; }
    .page-location .halo-location-top .halo-location-topLeft .halo-location-text {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      margin-bottom: 0; }
  .page-location .halo-location-top .halo-location-topRight {
    width: 700px;
    display: inline-block;
    vertical-align: top; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label {
        width: 53px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 13px 15px 14px;
        margin-bottom: 0; }
        .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label svg {
          fill: black;
          width: 100%;
          height: 100%; }
        .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label span {
          display: none; }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
        padding-left: 53px;
        width: calc(100% - 165px); }
      .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
        width: 150px;
        margin-left: 15px;
        margin-bottom: 0; }

.page-location .halo-location-bottom {
  font-size: 0;
  margin-top: 70px; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind {
      padding: 0 5px 0 0;
      max-height: 600px;
      overflow-y: auto;
      border: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar {
        width: 5px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb {
        background: #000000; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
        padding: 25px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div + div {
          border-top: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading {
        color: black;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 10px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading:hover span {
          background-size: 100% 1px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-info {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 0; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }

@media (max-width: 991px) {
  .page-location .halo-location-top {
    display: block; }
    .page-location .halo-location-top .halo-location-topLeft {
      width: 100%;
      display: block;
      padding-right: 0;
      margin-bottom: 30px; }
    .page-location .halo-location-top .halo-location-topRight {
      width: 100%;
      display: block; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 100%;
    display: block; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
      padding: 20px; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search {
    display: block; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
      width: 100%; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

#halo-lookbook-slider {
  padding: 50px 0; }
  #halo-lookbook-slider .halo-special-logo {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 0 15px; }
    #halo-lookbook-slider .halo-special-logo img {
      width: 100%; }
      #halo-lookbook-slider .halo-special-logo img.lazyload, #halo-lookbook-slider .halo-special-logo img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    #halo-lookbook-slider .halo-special-logo:before {
      content: "";
      position: absolute;
      top: -65px;
      left: 50%;
      width: 1px;
      height: 40px;
      z-index: 1; }
  .page-normal #halo-lookbook-slider {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 551px) {
    #halo-lookbook-slider {
      padding-top: 90px;
      padding-bottom: 55px; }
      #halo-lookbook-slider .halo-special-logo {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
        width: 100%;
        max-width: calc(100% - 100px); }
        #halo-lookbook-slider .halo-special-logo:before {
          top: -86px; } }
  @media (min-width: 768px) {
    #halo-lookbook-slider {
      padding-top: 185px; }
      #halo-lookbook-slider .halo-special-logo {
        top: -80px; } }
  @media (min-width: 1025px) {
    #halo-lookbook-slider {
      padding-top: 235px; }
      #halo-lookbook-slider .halo-special-logo {
        width: 100%;
        max-width: 1050px;
        top: -125px; }
        #halo-lookbook-slider .halo-special-logo:before {
          height: 65px;
          top: -106px; } }

.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-blog .halo-lookbook-slider-image {
      width: 100%; }
      .page-blog .halo-lookbook-slider-image img {
        display: block; }
    .page-normal .halo-lookbook-slider-image {
      width: 100%; }
      .page-normal .halo-lookbook-slider-image img {
        display: block; }
  .halo-lookbook-slider-content {
    display: block;
    width: 100%;
    max-width: calc(100% - 100px);
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto;
    white-space: normal;
    background-color: rgba(0, 0, 255, 0); }
    .halo-lookbook-slider-content .subtitle {
      display: block;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 40px;
      text-transform: uppercase;
      color: #464646;
      margin: 0 0 11px 0; }
    .halo-lookbook-slider-content .title {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: uppercase;
      color: black;
      margin: 0 0 24px 0; }
    .halo-lookbook-slider-content .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.75;
      color: #464646;
      margin: 0 0 30px 0; }
    .halo-lookbook-slider-content .button {
      min-width: 200px;
      text-transform: uppercase; }
  .halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto; }
    .page-blog .halo-lookbook-slider-point {
      display: block; }
    .page-normal .halo-lookbook-slider-point {
      display: block; }
  .halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    color: white;
    font-size: 36px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: black; }
    .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: black;
      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: 16px;
    font-weight: 400;
    line-height: 25px;
    color: black;
    text-align: center; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .subtitle {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .desc {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .button {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .desc {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .button {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }
  .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-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: 321px) {
    .halo-lookbook-slider-content .title {
      font-size: 40px; } }
  @media (min-width: 375px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 8px;
      padding-right: 8px; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 50%;
      opacity: 1;
      visibility: visible; }
    .page-blog .halo-lookbook-slider {
      margin-left: -8px;
      margin-right: -8px;
      width: auto; } }
  @media (min-width: 551px) {
    .halo-lookbook-slider-image img {
      display: block; }
      .halo-lookbook-slider-image img.image-mobile {
        display: none; }
    .halo-lookbook-slider-content {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: 3;
      transform: translateY(-50%);
      padding: 15px; }
      .halo-lookbook-slider-content .subtitle {
        color: white; }
      .halo-lookbook-slider-content .title {
        color: white; }
      .halo-lookbook-slider-content .desc {
        color: white; }
    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-content {
      right: auto;
      text-align: left;
      max-width: 520px; }
    .halo-lookbook-slider-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .halo-lookbook-slider-text {
      text-align: left; } }
  @media (min-width: 1025px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 15px;
      padding-right: 15px; }
    .halo-lookbook-slider-parallax {
      height: 870px;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center; }
      .halo-lookbook-slider-parallax .halo-lookbook-slider-image {
        opacity: 0;
        visibility: hidden; }
    .page-blog .halo-lookbook-slider-image {
      position: relative;
      z-index: 2; }
      .page-blog .halo-lookbook-slider-image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: color 0.15s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .page-blog .halo-lookbook-slider-image:hover:before {
        top: 0; }
    .halo-lookbook-slider-content {
      left: 30px;
      right: auto;
      padding: 0 70px;
      transform: translateY(-50%);
      text-align: left; }
      .halo-lookbook-slider-content .title {
        font-size: 60px; }
    .page-blog .halo-lookbook-slider {
      margin-left: -15px;
      margin-right: -15px; } }

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

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 105px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .shareLinkSocial__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .halo-lookbook-share .shareLinkSocial__social > p {
      margin-right: 10px; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
    .halo-lookbook-share .shareLinkSocial__social {
      justify-content: center; } }

@media (max-width: 767px) {
  .halo-lookbook-button {
    padding-top: 75px; }
  .halo-lookbook-slider .slick-dots {
    bottom: -50px; } }

.halo-lookbook-popup {
  display: none;
  position: relative;
  max-width: 240px;
  background-color: #ffffff;
  padding: 20px;
  -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 .productCarousel-slide {
    width: 100%;
    padding: 0; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #ffcc00 !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 10px; }
  .halo-lookbook-close svg {
    fill: black;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 16px;
      height: 16px;
      fill: #ffffff; } }

.haloFaqs-header .page-heading {
  margin-bottom: -20px;
  position: relative;
  z-index: 2; }

.haloFaqs-header .haloFaqs-header__content {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6; }

.haloFaqs-header .haloFaqs-header__des {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px; }
  .haloFaqs-header .haloFaqs-header__des p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 0; }

.haloFaqs-header .haloFaqs-header__img {
  position: relative;
  overflow: hidden;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .haloFaqs-header .haloFaqs-header__img:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 15.25423728813559%; }

.page--faqs {
  margin-top: 55px; }

.halo-faqs-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.7;
  color: black;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid #232323; }

.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; }
  .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: 28px;
        height: 28px;
        fill: black; }
      .halo-faqs-sidebar .faqs-group a .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        color: black;
        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;
  border-bottom: 1px solid #e6e6e6; }

.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: 15px 0 52px 0;
  line-height: 1.8;
  text-align: left; }
  .halo-faqs-content .card-body h4 {
    font-weight: 700;
    font-size: 16px; }
  .halo-faqs-content .card-body .bold {
    font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  color: black;
  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; }
  .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:before {
    content: "Question";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    background-color: #F94436;
    border-radius: 4px;
    color: white;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    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 .title.collapsed {
    position: relative;
    padding-left: 81px;
    color: #029fe2; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .halo-faqs-content .title.collapsed:before {
      width: 66px; }
    .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: black;
    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: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: black;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 0;
    min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 15px 0 0 30px;
      min-width: 255px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 16px; }
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none; }
      .halo-faqs-sidebar .faqs-group a:hover .icon {
        fill: #029fe2; }
      .halo-faqs-sidebar .faqs-group a:hover .text {
        color: #029fe2;
        background-image: linear-gradient(transparent 97%, #029fe2 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 0; } }

@media (max-width: 1199px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 30%; } }

@media (max-width: 1024px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 35%; }
  .halo-faqs-sidebar {
    width: 250px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: calc(100% - 250px);
      padding-left: 30px; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 50%; }
  .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; } }

@media (max-width: 480px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 80%; } }

.faqs .faq-header-table {
  text-align: center; }

.faqs .faq-content-table tbody tr {
  display: flex;
  flex-direction: column; }
  .faqs .faq-content-table tbody tr td {
    width: 100%;
    margin-bottom: 20px; }
    .faqs .faq-content-table tbody tr td .colors_productname {
      text-align: center;
      color: #000;
      margin: 0;
      margin-bottom: 20px; }

@media (min-width: 768px) {
  .faqs {
    margin-top: 50px; }
    .faqs .faq-header-table {
      text-align: left; }
    .faqs .faq-content-table tbody tr {
      flex-direction: row; }
      .faqs .faq-content-table tbody tr td .colors_productname {
        text-align: left; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 55px; }
  .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 0 10px 0; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .blog-title a:hover span {
      background-size: 100% 1px; }

.blog-date,
.blog-author {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  font-style: italic; }

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

.blog-post {
  color: black;
  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: #CCCCCC;
      text-transform: capitalize;
      font-weight: 600;
      min-width: 171px; }

.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-post-body .des2colItem-content {
    background-color: transparent; }
    .blog-post-body .des2colItem-content:first-child {
      padding: 45px 65px 45px 0; }
    .blog-post-body .des2colItem-content:last-child {
      padding: 45px 0 45px 65px; }
      .blog-post-body .des2colItem-content:last-child .desTwoList-list {
        list-style: auto; }
  .blog-post-body .des2colItem-content {
    display: block;
    text-align: left; }
  .blog-post-body .des2colItem-img {
    text-align: center; }
  .blog-post-body .desTwoList-item {
    width: 100%;
    display: block; }
    .blog-post-body .desTwoList-item > .italic {
      margin-bottom: 30px; }
  .blog-post-body .desTwoList-list {
    margin-bottom: 30px; }
    .blog-post-body .desTwoList-list li {
      padding: 3px 0; }
  .blog-post-body .button {
    border-color: #D8D8D8;
    min-width: 187px;
    text-transform: capitalize; }
  .blog-post-body .italic {
    font-style: italic; }
  .blog-post-body .semibold {
    font-weight: 600; }
  .blog-post-body .bold {
    font-weight: 700; }
  .blog-post-body .block-color {
    padding: 25px 30px;
    margin-top: 50px;
    margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .blog-post-body .des2col-item {
      display: block; }
      .blog-post-body .des2col-item .des2colItem-img {
        width: 100%;
        display: block; }
      .blog-post-body .des2col-item .des2colItem-content {
        width: 100%;
        display: block; }
        .blog-post-body .des2col-item .des2colItem-content:first-child {
          padding-right: 0; }
        .blog-post-body .des2col-item .des2colItem-content:last-child {
          padding-left: 0; }
      .blog-post-body .des2col-item + .des2col-item {
        margin-top: 20px; } }

.container--blog {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.blog-page .page-sidebar {
  width: 305px;
  padding-left: 0;
  padding-right: 35px; }
  .blog-page .page-sidebar + .page-content {
    width: calc(100% - 305px);
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 0; }

.blog-page .shareLinkSocial__social {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #E6E6E6; }
  .blog-page .shareLinkSocial__social > p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px; }
  .blog-page .shareLinkSocial__social .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }

.recentPosts_List {
  margin-bottom: 40px; }
  .recentPosts_List .recentPost_item {
    margin-bottom: 30px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #232323;
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 8px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #029fe2; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-size: 100% 1px; }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #969696;
      font-style: italic;
      font-size: 15px;
      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: #969696;
      font-style: italic;
      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 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.sidebar__btn {
  display: none;
  margin-bottom: 30px; }
  .sidebar__btn .categorySidebar-btn {
    display: inline-block;
    text-decoration: none; }
    .sidebar__btn .categorySidebar-btn .icon-filter {
      display: inline-block;
      vertical-align: middle; }
      .sidebar__btn .categorySidebar-btn .icon-filter svg {
        width: 23px;
        height: 23px;
        fill: black; }
    .sidebar__btn .categorySidebar-btn .sidebar_more {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: black;
      background-image: linear-gradient(transparent 96%, #7f7f7f 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 991px) {
  .blog-page .page-sidebar {
    width: 35%;
    padding-right: 15px; }
    .blog-page .page-sidebar + .page-content {
      width: 65%;
      padding-left: 15px; } }

@media (max-width: 767px) {
  .blog-page .page-sidebar {
    display: none;
    padding-left: 0;
    padding-right: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .sidebar__btn {
    display: block; }
    .sidebar__btn .categorySidebar-btn {
      width: 40px;
      height: 40px;
      border: 1px solid #CCCCCC;
      border-radius: 4px; }
      .sidebar__btn .categorySidebar-btn .icon-filter svg {
        padding: 8.5px;
        width: 40px;
        height: 40px; }
      .sidebar__btn .categorySidebar-btn .sidebar_more {
        display: none; } }

.sidebarBlock + .sidebarBlock {
  margin-top: 25px; }

.sidebarBlock .navList .navList-item .navList-action {
  color: black;
  font-size: 16px;
  padding: 7px 0;
  -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; }
  .sidebarBlock .navList .navList-item .navList-action span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .sidebarBlock .navList .navList-item .navList-action:hover {
    color: #029fe2; }
    .sidebarBlock .navList .navList-item .navList-action:hover span {
      background-size: 100% 1px; }

.sidebarBlock-heading {
  color: black;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 0; }

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

/*---------- Brand List A to Z view --------*/
.azBrands__container {
  max-width: 1370px;
  display: block;
  margin: 0 auto; }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable::-webkit-scrollbar {
    height: 10px; }
  #azBrandsTable::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #azBrandsTable::-webkit-scrollbar-thumb {
    background: #000000; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: black;
      display: block;
      height: 40px;
      font-size: 15px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    #azBrandsTable li.disable a {
      color: #B3B3B3;
      pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      /*border-radius: 3px 0 0 3px;*/ }
    #azBrandsTable li:last-child {
      /*border-radius: 0 3px 3px 0;*/ }
    #azBrandsTable li.is-active {
      background-color: #f6f6f6; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  #azBrands.active-all .azBrands-group {
    display: block;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; }
  @media (min-width: 551px) {
    #azBrands.active-all {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands.active-all {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  @media (min-width: 551px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    padding: 3px 0;
    margin-bottom: 0; }

.brand-name .title {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #6e6e6e;
  text-transform: capitalize; }
  .brand-name .title a {
    color: inherit;
    text-decoration: none; }
  .brand-name .title:hover {
    color: #029fe2; }

.azBrands-group {
  margin-bottom: 30px;
  display: none; }
  .azBrands-group.is-active {
    display: block; }

.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: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid .product {
        width: 25%; } }
  .productGrid[data-column="2"] .product {
    width: 50%; }
  .productGrid[data-column="3"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="3"] .product {
        width: 33.33333%; } }
  .productGrid[data-column="4"] .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid[data-column="4"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="4"] .product {
        width: 25%; } }
  .productGrid[data-column="5"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="5"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="5"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="5"] .product {
        width: 20%; } }
  .productGrid[data-column="6"] .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid[data-column="6"] .product {
        width: 33.33333%; } }
    @media (min-width: 1261px) {
      .productGrid[data-column="6"] .product {
        width: 25%; } }
    @media (min-width: 1600px) {
      .productGrid[data-column="6"] .product {
        width: 20%; } }
    @media (min-width: 1920px) {
      .productGrid[data-column="6"] .product {
        width: 16.66667%; } }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0 auto 60px;
  display: block;
  max-width: 1170px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 60px; }
  .productList .product .card {
    font-size: 0;
    margin-bottom: 0; }
  .productList .product .card-figure {
    width: 420px;
    display: inline-block;
    vertical-align: top; }
    .productList .product .card-figure .card-figcaption-bottom {
      display: none; }
  .productList .product .card-body {
    width: calc(100% - 420px);
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 80px;
    font-size: 16px;
    position: relative; }
    .productList .product .card-body .card-desc {
      display: block;
      padding-top: 10px; }
    .productList .product .card-body [data-test-info-type="price"] {
      margin-bottom: 15px; }
    .productList .product .card-body .card-figcaption-bottom {
      display: block !important;
      max-width: 420px; }
      .productList .product .card-body .card-figcaption-bottom .card-figcaption-button {
        margin-top: 25px; }
    .productList .product .card-body .button--compare {
      position: absolute;
      bottom: 18px;
      right: 0; }
  @media (max-width: 1199px) {
    .productList .product .card-figure {
      width: 50%;
      padding-right: 15px; }
    .productList .product .card-body {
      width: 50%;
      padding-left: 15px; } }
  @media (max-width: 550px) {
    .productList .product .card-figure {
      width: 100%;
      padding-right: 0; }
    .productList .product .card-body {
      width: 100%;
      padding-left: 0;
      padding-top: 20px; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    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: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(0, 0, 0, 0.9);
  color: white; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: black;
    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.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      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.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

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

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

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

.productView__top {
  display: block;
  margin: 0 auto 30px;
  font-size: 0;
  max-width: 1520px; }

.productView__topLeft {
  display: inline-block;
  width: calc(100% - 610px);
  vertical-align: top;
  font-size: 16px; }

.productView__topRight {
  display: inline-block;
  width: 610px;
  vertical-align: top;
  font-size: 16px;
  padding-left: 50px; }
  .productView__topRight .halo_securityImage {
    margin-top: 25px; }

@media (max-width: 1199px) {
  .productView__topLeft {
    width: 45%; }
  .productView__topRight {
    width: 55%;
    padding-left: 30px; }
  .productView-images {
    display: block; }
    .productView-images .productView-nav-inner {
      width: 100%;
      padding-left: 0; }
    .productView-images .productView-thumbnails-wrap {
      display: block; }
      .productView-images .productView-thumbnails-wrap .productView-thumbnails {
        width: 100%;
        padding: 0 30px;
        margin-top: 20px;
        font-size: 0; }
        .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
          width: 20%;
          max-width: 100%;
          height: auto;
          text-align: center;
          display: inline-block;
          font-size: 16px; }
          .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            display: inline-block; }
        .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
          display: none; }
        .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail.productView-thumbnail-video {
          display: block; } }

@media (max-width: 1024px) {
  .productView-rating-wrapper .sold-product {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .productView__topLeft {
    width: 100%; }
  .productView__topRight {
    width: 100%;
    padding-left: 0;
    padding-top: 30px; } }

@media (max-width: 370px) {
  .productView-rating .productView-reviewLink {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

/* Start Bundle Product */
.halo-bundle-products {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 0 40px 0;
  border-top: 5px solid #f6f6f6;
  position: relative; }
  .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: 80px 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: .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; }
  .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='%23ffffff'/%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-checkbox:checked + .halo-detail-label:before {
    background: #202020; }
  .halo-bundle-products .halo-detail-name {
    cursor: pointer;
    min-height: 38px;
    color: black;
    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: black;
      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 .5s; }
    .halo-bundle-products .halo-detail-name:hover {
      color: #029fe2; }
      .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 0 0 0;
    width: 100%;
    color: #000;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 500; }
    .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: black;
        font-size: 16px;
        font-weight: 500; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          color: black;
          font-size: 16px;
          font-weight: 400; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          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-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: 16px;
      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%; }
  .halo-bundle-products .slick-arrow {
    background-color: transparent;
    border-color: transparent; }
    .halo-bundle-products .slick-arrow:before {
      width: 15px;
      height: 27px; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -50px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -50px; }
    @media (max-width: 1024px) {
      .halo-bundle-products .slick-arrow {
        display: none; } }
  .halo-bundle-products .slick-dots {
    bottom: -45px; }
  .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: black; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 60px;
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  @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% - 310px);
        padding: 0 80px; }
      .halo-bundle-products .bundle-product-right {
        width: 280px;
        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 45px; }
    .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 */
/* Start Compare Color */
#compare-color-popup .modal-header {
  padding: 17px 50px 17px 30px;
  border-bottom: 1px solid #EBEBEB; }
  #compare-color-popup .modal-header .modal-header-title {
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 700; }

#compare-color-popup .modal-body {
  padding: 30px; }

@media (min-width: 1200px) {
  .productView__topLeft .halo-compareColors .halo-compareColors-link {
    margin-left: 96px; } }

.halo-compareColors {
  font-size: 1rem; }
  .halo-compareColors .halo-compareColors-link {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: black; }
    .halo-compareColors .halo-compareColors-link .icon-compare-color {
      background-image: url(../img/compare-icon.png);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin: 7px;
      display: inline-block;
      vertical-align: middle; }
    .halo-compareColors .halo-compareColors-link .halo-compareColors-title {
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .halo-compareColors .halo-compareColors-link:hover, .halo-compareColors .halo-compareColors-link:active, .halo-compareColors .halo-compareColors-link:focus {
      color: #029fe2; }
      .halo-compareColors .halo-compareColors-link:hover .halo-compareColors-title, .halo-compareColors .halo-compareColors-link:active .halo-compareColors-title, .halo-compareColors .halo-compareColors-link:focus .halo-compareColors-title {
        background-image: linear-gradient(transparent 96%, rgba(2, 159, 226, 0.6) 4%); }

#compare-color-popup.modal {
  min-height: 100px; }

.halo-compareColors-swatch {
  line-height: 1px;
  margin-bottom: 25px;
  font-size: 0; }
  .halo-compareColors-swatch .form-option-swatch.show-color {
    border-color: #060606; }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -7.5px;
  -webkit-overflow-scrolling: touch; }
  .halo-compareColors-image .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 7.5px;
    text-align: center; }
    .halo-compareColors-image .item .color {
      display: block;
      width: 100%;
      height: 150px;
      margin: 0 0 15px 0;
      border: none;
      border-radius: 0; }
      .halo-compareColors-image .item .color.color2, .halo-compareColors-image .item .color.color3 {
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
    .halo-compareColors-image .item .color2,
    .halo-compareColors-image .item .color3 {
      border: none;
      width: 100%;
      height: 150px;
      margin: 0 0 15px 0; }
      .halo-compareColors-image .item .color2 span,
      .halo-compareColors-image .item .color3 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
    .halo-compareColors-image .item .title {
      display: block;
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern .image {
      display: block;
      width: 100%;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern img {
      width: 100%; }
  .halo-compareColors-image::-webkit-scrollbar {
    height: 10px; }
  .halo-compareColors-image::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .halo-compareColors-image::-webkit-scrollbar-thumb {
    background: #000000; }
  @media (min-width: 481px) {
    .halo-compareColors-image .item {
      width: 33.33333333333%; } }
  @media (min-width: 768px) {
    .halo-compareColors-image .item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .halo-compareColors-image .item {
      width: 20%; } }

/* End Compare Color */
.sticky-add-to-cart {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  width: 100%;
  background: #ffffff;
  box-shadow: unset;
  -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;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: calc((100% - 1370px) / 2);
  padding-right: calc((100% - 1370px) / 2);
  border-bottom: 1px solid #EBEBEB; }
  .sticky-add-to-cart .sticky-product-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown {
      width: 250px;
      padding-right: 15px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown .productCountDown {
        margin-bottom: 0; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown .CountDownText {
        border: none;
        margin-bottom: 0; }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown .CountDownText svg {
          fill: black;
          width: 18px;
          height: 20px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown .countDowntimer2 {
        margin-bottom: 0; }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown .countDowntimer2 .clock-item {
          font-weight: 600; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: calc(100% - 250px); }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 60px);
        padding-left: 15px; }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-left {
          width: calc(100% - 575px);
          padding-right: 15px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right {
          width: 575px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end; }
          .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-options {
            width: 260px;
            display: inline-block;
            float: left;
            padding-right: 15px;
            margin-bottom: 0; }
            .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-options .sticky-options-label {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
              background-position: center right;
              background-size: 30px;
              background-repeat: no-repeat; }
          .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-field--increments {
            width: 95px;
            display: inline-block;
            float: left;
            margin-bottom: 0; }
            .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-field--increments .form-label--alternate {
              display: none; }
          .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions {
            width: 219px;
            display: inline-block;
            float: left;
            padding-left: 15px;
            margin-bottom: 0; }
  .sticky-add-to-cart .sticky-product {
    width: 100%;
    font-size: 0;
    letter-spacing: 0; }
    .sticky-add-to-cart .sticky-product .sticky-image {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 60px;
      overflow: hidden; }
      .sticky-add-to-cart .sticky-product .sticky-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: contain; }
      .sticky-add-to-cart .sticky-product .sticky-image:before {
        content: '';
        display: block;
        padding-bottom: 111.1%; }
    .sticky-add-to-cart .sticky-product-close {
      position: absolute;
      top: 15px;
      right: 15px;
      line-height: 1;
      z-index: 10;
      display: none;
      width: 15px;
      height: 15px; }
      .sticky-add-to-cart .sticky-product-close .icon {
        width: 100%;
        height: 100%;
        fill: #777777; }
    .sticky-add-to-cart .sticky-product-expand {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      padding: 10px; }
      .sticky-add-to-cart .sticky-product-expand .icon {
        width: 100%;
        height: 100%;
        vertical-align: top;
        fill: white; }
      .sticky-add-to-cart .sticky-product-expand:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 50%;
        opacity: .3;
        animation: zoom-animation 1.4s ease-in-out infinite; }
  .sticky-add-to-cart .sticky-title {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    color: black;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis; }
  .sticky-add-to-cart .sticky-price {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    padding-left: 15px; }
  .sticky-add-to-cart .sticky-form {
    margin: 0; }
  .sticky-add-to-cart .sticky-options {
    margin: 0 0 20px 0;
    position: relative; }
    .sticky-add-to-cart .sticky-options .sticky-options-label {
      white-space: nowrap;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      height: 50px;
      line-height: 48px;
      color: #464646;
      padding: 0 20px;
      border: 1px solid #CCCCCC;
      border-radius: 4px;
      cursor: pointer;
      text-transform: capitalize; }
      .sticky-add-to-cart .sticky-options .sticky-options-label .icon {
        position: absolute;
        top: 9px;
        right: 0;
        width: 10px;
        height: 10px;
        color: black;
        background: #ffffff; }
      .sticky-add-to-cart .sticky-options .sticky-options-label .text {
        display: block;
        overflow: hidden; }
        .sticky-add-to-cart .sticky-options .sticky-options-label .text span + span:before {
          content: '/';
          display: inline;
          margin: 0 2px; }
        .sticky-add-to-cart .sticky-options .sticky-options-label .text span.option-price:before {
          content: '-';
          margin-left: 5px;
          margin-right: 5px; }
      .sticky-add-to-cart .sticky-options .sticky-options-label.option-hidden .text {
        position: relative;
        padding-right: 60px; }
        .sticky-add-to-cart .sticky-options .sticky-options-label.option-hidden .text:before {
          content: 'Sold out';
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 20px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          padding: 0 5px;
          background: white;
          color: #f94436; }
    .sticky-add-to-cart .sticky-options .sticky-options-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #ffffff;
      border: 1px solid #CCCCCC;
      border-radius: 0 0 4px 4px;
      z-index: 100;
      max-height: 200px;
      overflow-y: auto;
      border-top: none; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar {
        width: 5px; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown::-webkit-scrollbar-thumb {
        background: #000000; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item {
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #e6e6e6;
        color: #464646;
        line-height: 44px;
        display: block;
        padding: 0px 20px;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        cursor: pointer; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item:hover {
          background-color: #f6f6f6; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item .option-itemWrapper {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item span + span:before {
          content: '/';
          display: inline;
          margin: 0 2px; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item span.option-price:before {
          content: '-';
          margin-left: 5px;
          margin-right: 5px; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item:last-child {
          border-bottom: 0; }
        .sticky-add-to-cart .sticky-options .sticky-options-dropdown .option-item.is-select {
          color: black;
          font-weight: 600; }
      .sticky-add-to-cart .sticky-options .sticky-options-dropdown.is-open {
        display: block; }
  .sticky-add-to-cart .form-action {
    width: 100%; }
    .sticky-add-to-cart .form-action .button {
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 0; }
      .sticky-add-to-cart .form-action .button[disabled2] {
        background: #e5e5e5 !important;
        border-color: #e5e5e5 !important;
        color: #464646 !important;
        outline: 0 !important; }
    .sticky-add-to-cart .form-action .form-action-text {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      background: white;
      color: #f94436;
      border-color: #f94436;
      text-align: center;
      text-transform: uppercase;
      padding: 0 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .sticky-add-to-cart.show-sticky {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .sticky-add-to-cart.hidden-sticky {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important; }
  .sticky-add-to-cart .sticky-btnChooseOption {
    display: none; }
  @media (max-width: 1520px) {
    .sticky-add-to-cart {
      padding-left: 75px;
      padding-right: 75px; } }
  @media (max-width: 1279px) {
    .sticky-add-to-cart {
      padding-left: 15px;
      padding-right: 15px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product-coutdown {
        display: none; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product {
        width: 100%; } }
  @media (max-width: 800px) {
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-image {
      display: none; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content {
      width: 100%;
      padding-left: 0; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-title {
        display: none; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-price {
        padding-left: 0; } }
  @media (max-width: 767px) {
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-left {
      display: none; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right {
      width: 100%;
      justify-content: space-between;
      flex-wrap: nowrap; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-form {
        width: 100%; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-options {
        width: calc(50% - 47.5px); }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-options .sticky-options-label {
          height: 45px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-input--incrementTotal {
        height: 45px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-increment .button[data-action=dec]:before {
        bottom: 1px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-increment .button[data-action=inc]:before {
        top: 1px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions {
        width: calc(50% - 47.5px);
        min-width: 160px; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-action-text {
        height: 45px;
        line-height: 45px;
        padding: 0; } }
  @media (max-width: 550px) {
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-options {
      display: none;
      width: calc(100% - 95px); }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-field--increments {
      display: none; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions {
      width: 100%;
      padding-left: 0;
      float: none; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions .button {
        display: none; }
      .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions .sticky-btnChooseOption {
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 15px 15px 13px;
        color: white;
        background-color: black;
        border: 1px solid black;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        line-height: 1rem; }
        .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .sticky-actions .sticky-btnChooseOption.is-open {
          margin-top: 10px;
          color: black;
          background-color: white;
          border-color: black; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right .form-action-text {
      height: 24px;
      line-height: 24px;
      padding: 0; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right.is-open .sticky-options {
      display: inline-block; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right.is-open .form-field--increments {
      display: inline-block; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right.is-open .sticky-actions .button {
      display: block;
      margin-top: 10px; }
    .sticky-add-to-cart .sticky-product-wrapper .sticky-product .sticky-content .sticky-content-right.not-option .sticky-actions .button {
      display: block; } }

.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: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .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); } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.125rem;
  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.125rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px; }
  [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant, [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant {
    -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:nth-child(n+2), [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(n+2) {
      display: none; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

[data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] {
  padding: 3px 0; }

[data-product-attribute="swatch"] .form-option-swatch .form-option-variant--none {
  font-size: 12px;
  padding: 0;
  line-height: 32px; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #202020;
  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; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 40px;
  height: 40px;
  border-radius: 100px; }
  [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    min-width: 100%;
    line-height: 34px;
    padding: 1px 10px; }

.account {
  max-width: 1500px;
  padding: 20px 60px;
  margin: 0 auto;
  margin-bottom: 1.5rem; }

.account--fixed {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 801px) {
    .account--fixed {
      margin: 0 auto;
      width: 100%;
      max-width: 1370px; } }

[data-page-type="createaccount"] .page-heading {
  margin-bottom: 55px; }

[data-page-type="forgotpassword"] .form-prefixPostfix .button {
  height: auto; }

[data-page-type="giftcertificates"] .navBar--sub,
[data-page-type="giftcertificates_redeem"] .navBar--sub,
[data-page-type="giftcertificates_balance"] .navBar--sub {
  margin-top: 90px;
  margin-bottom: 20px; }
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    color: black;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 5px solid #ECECEC;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 13px;
    margin-bottom: 30px; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
      font-size: 18px;
      font-weight: 800;
      font-style: italic;
      color: #787878; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item.is-active,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item.is-active,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item.is-active {
      color: black;
      border-color: #ffcc00; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
    padding: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field {
  margin-bottom: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group {
  padding: 20px;
  background-color: #F6F6F6;
  border-color: #F6F6F6; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-field-group .form-label,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group .form-label,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group .form-label {
    margin-bottom: 10px; }

[data-page-type="giftcertificates"] .account--fixed,
[data-page-type="giftcertificates_redeem"] .account--fixed,
[data-page-type="giftcertificates_balance"] .account--fixed {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
    padding-left: 0;
    padding-right: 0; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
      margin-bottom: 10px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions {
    margin-left: 50%;
    max-width: 100%;
    width: 50%;
    text-align: left;
    padding-left: 70px;
    font-size: 0; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-preview,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-preview,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-preview {
      width: 32%; }
    [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-submit,
    [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-submit,
    [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-submit {
      width: calc(68% - 15px);
      margin-left: 15px; } }

@media (max-width: 1199px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 800px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    [data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
    [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
      font-size: 16px; } }

[data-page-type="giftcertificates_redeem"] .account h3,
[data-page-type="giftcertificates_balance"] .account h3 {
  font-weight: 700;
  margin-bottom: 30px; }

[data-page-type="giftcertificates_redeem"] .account ul li, [data-page-type="giftcertificates_redeem"] .account ol li,
[data-page-type="giftcertificates_balance"] .account ul li,
[data-page-type="giftcertificates_balance"] .account ol li {
  line-height: 26px; }

[data-page-type="giftcertificates_redeem"] .account .button,
[data-page-type="giftcertificates_balance"] .account .button {
  height: 50px; }

[data-page-type="giftcertificates_redeem"] .account #giftcertificatecode,
[data-page-type="giftcertificates_balance"] .account #giftcertificatecode {
  max-width: 615px; }

@media (min-width: 768px) {
  [data-page-type="giftcertificates_redeem"] .account #gift-certificate-balance .form-prefixPostfix .button,
  [data-page-type="giftcertificates_balance"] .account #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0;
    margin-left: 15px; } }

[data-page-type="account_orderstatus"] .body > .container,
[data-page-type="account_inbox"] .body > .container,
[data-page-type="account_addressbook"] .body > .container,
[data-page-type="wishlists"] .body > .container,
[data-page-type="account_recentitems"] .body > .container,
[data-page-type="editaccount"] .body > .container,
[data-page-type="shippingaddressform"] .body > .container,
[data-page-type="wishlist"] .body > .container,
[data-page-type="add-wishlist"] .body > .container,
[data-page-type="account_returns"] .body > .container,
[data-page-type="account_new_return"] .body > .container,
[data-page-type="account_saved_return"] .body > .container,
[data-page-type="account_paymentmethods"] .body > .container,
[data-page-type="account_addpaymentmethod"] .body > .container,
[data-page-type="account_editpaymentmethod"] .body > .container {
  max-width: 1520px; }

[data-page-type="account_orderstatus"] .account.account--fixed,
[data-page-type="account_inbox"] .account.account--fixed,
[data-page-type="account_addressbook"] .account.account--fixed,
[data-page-type="wishlists"] .account.account--fixed,
[data-page-type="account_recentitems"] .account.account--fixed,
[data-page-type="editaccount"] .account.account--fixed,
[data-page-type="shippingaddressform"] .account.account--fixed,
[data-page-type="wishlist"] .account.account--fixed,
[data-page-type="add-wishlist"] .account.account--fixed,
[data-page-type="account_returns"] .account.account--fixed,
[data-page-type="account_new_return"] .account.account--fixed,
[data-page-type="account_saved_return"] .account.account--fixed,
[data-page-type="account_paymentmethods"] .account.account--fixed,
[data-page-type="account_addpaymentmethod"] .account.account--fixed,
[data-page-type="account_editpaymentmethod"] .account.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="account_orderstatus"] .account.account--fixed .account-head,
  [data-page-type="account_inbox"] .account.account--fixed .account-head,
  [data-page-type="account_addressbook"] .account.account--fixed .account-head,
  [data-page-type="wishlists"] .account.account--fixed .account-head,
  [data-page-type="account_recentitems"] .account.account--fixed .account-head,
  [data-page-type="editaccount"] .account.account--fixed .account-head,
  [data-page-type="shippingaddressform"] .account.account--fixed .account-head,
  [data-page-type="wishlist"] .account.account--fixed .account-head,
  [data-page-type="add-wishlist"] .account.account--fixed .account-head,
  [data-page-type="account_returns"] .account.account--fixed .account-head,
  [data-page-type="account_new_return"] .account.account--fixed .account-head,
  [data-page-type="account_saved_return"] .account.account--fixed .account-head,
  [data-page-type="account_paymentmethods"] .account.account--fixed .account-head,
  [data-page-type="account_addpaymentmethod"] .account.account--fixed .account-head,
  [data-page-type="account_editpaymentmethod"] .account.account--fixed .account-head {
    display: none; }

[data-page-type="account_orderstatus"] .account.account--fixedLarge,
[data-page-type="account_inbox"] .account.account--fixedLarge,
[data-page-type="account_addressbook"] .account.account--fixedLarge,
[data-page-type="wishlists"] .account.account--fixedLarge,
[data-page-type="account_recentitems"] .account.account--fixedLarge,
[data-page-type="editaccount"] .account.account--fixedLarge,
[data-page-type="shippingaddressform"] .account.account--fixedLarge,
[data-page-type="wishlist"] .account.account--fixedLarge,
[data-page-type="add-wishlist"] .account.account--fixedLarge,
[data-page-type="account_returns"] .account.account--fixedLarge,
[data-page-type="account_new_return"] .account.account--fixedLarge,
[data-page-type="account_saved_return"] .account.account--fixedLarge,
[data-page-type="account_paymentmethods"] .account.account--fixedLarge,
[data-page-type="account_addpaymentmethod"] .account.account--fixedLarge,
[data-page-type="account_editpaymentmethod"] .account.account--fixedLarge {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  [data-page-type="account_orderstatus"] .account.account--fixedLarge .account-body,
  [data-page-type="account_inbox"] .account.account--fixedLarge .account-body,
  [data-page-type="account_addressbook"] .account.account--fixedLarge .account-body,
  [data-page-type="wishlists"] .account.account--fixedLarge .account-body,
  [data-page-type="account_recentitems"] .account.account--fixedLarge .account-body,
  [data-page-type="editaccount"] .account.account--fixedLarge .account-body,
  [data-page-type="shippingaddressform"] .account.account--fixedLarge .account-body,
  [data-page-type="wishlist"] .account.account--fixedLarge .account-body,
  [data-page-type="add-wishlist"] .account.account--fixedLarge .account-body,
  [data-page-type="account_returns"] .account.account--fixedLarge .account-body,
  [data-page-type="account_new_return"] .account.account--fixedLarge .account-body,
  [data-page-type="account_saved_return"] .account.account--fixedLarge .account-body,
  [data-page-type="account_paymentmethods"] .account.account--fixedLarge .account-body,
  [data-page-type="account_addpaymentmethod"] .account.account--fixedLarge .account-body,
  [data-page-type="account_editpaymentmethod"] .account.account--fixedLarge .account-body {
    margin: 0; }

[data-page-type="account_orderstatus"] .navBar--account,
[data-page-type="account_inbox"] .navBar--account,
[data-page-type="account_addressbook"] .navBar--account,
[data-page-type="wishlists"] .navBar--account,
[data-page-type="account_recentitems"] .navBar--account,
[data-page-type="editaccount"] .navBar--account,
[data-page-type="shippingaddressform"] .navBar--account,
[data-page-type="wishlist"] .navBar--account,
[data-page-type="add-wishlist"] .navBar--account,
[data-page-type="account_returns"] .navBar--account,
[data-page-type="account_new_return"] .navBar--account,
[data-page-type="account_saved_return"] .navBar--account,
[data-page-type="account_paymentmethods"] .navBar--account,
[data-page-type="account_addpaymentmethod"] .navBar--account,
[data-page-type="account_editpaymentmethod"] .navBar--account {
  margin-bottom: 30px; }
  [data-page-type="account_orderstatus"] .navBar--account .navBar-section,
  [data-page-type="account_inbox"] .navBar--account .navBar-section,
  [data-page-type="account_addressbook"] .navBar--account .navBar-section,
  [data-page-type="wishlists"] .navBar--account .navBar-section,
  [data-page-type="account_recentitems"] .navBar--account .navBar-section,
  [data-page-type="editaccount"] .navBar--account .navBar-section,
  [data-page-type="shippingaddressform"] .navBar--account .navBar-section,
  [data-page-type="wishlist"] .navBar--account .navBar-section,
  [data-page-type="add-wishlist"] .navBar--account .navBar-section,
  [data-page-type="account_returns"] .navBar--account .navBar-section,
  [data-page-type="account_new_return"] .navBar--account .navBar-section,
  [data-page-type="account_saved_return"] .navBar--account .navBar-section,
  [data-page-type="account_paymentmethods"] .navBar--account .navBar-section,
  [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section,
  [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section {
    font-size: 0; }
    [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item,
    [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item {
      width: 220px;
      background-color: #f5f5f5;
      height: 50px;
      line-height: 48px;
      border: 1px solid #f5f5f5;
      color: black;
      border-radius: 4px;
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px; }
      [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item,
      [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item {
        margin-left: 10px; }
      [data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active,
      [data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active {
        background-color: #ffffff;
        border-color: black;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

[data-page-type="account_orderstatus"] .account-content .account-heading,
[data-page-type="account_inbox"] .account-content .account-heading,
[data-page-type="account_addressbook"] .account-content .account-heading,
[data-page-type="wishlists"] .account-content .account-heading,
[data-page-type="account_recentitems"] .account-content .account-heading,
[data-page-type="editaccount"] .account-content .account-heading,
[data-page-type="shippingaddressform"] .account-content .account-heading,
[data-page-type="wishlist"] .account-content .account-heading,
[data-page-type="add-wishlist"] .account-content .account-heading,
[data-page-type="account_returns"] .account-content .account-heading,
[data-page-type="account_new_return"] .account-content .account-heading,
[data-page-type="account_saved_return"] .account-content .account-heading,
[data-page-type="account_paymentmethods"] .account-content .account-heading,
[data-page-type="account_addpaymentmethod"] .account-content .account-heading,
[data-page-type="account_editpaymentmethod"] .account-content .account-heading {
  display: none; }

[data-page-type="account_orderstatus"] .account-content h2,
[data-page-type="account_inbox"] .account-content h2,
[data-page-type="account_addressbook"] .account-content h2,
[data-page-type="wishlists"] .account-content h2,
[data-page-type="account_recentitems"] .account-content h2,
[data-page-type="editaccount"] .account-content h2,
[data-page-type="shippingaddressform"] .account-content h2,
[data-page-type="wishlist"] .account-content h2,
[data-page-type="add-wishlist"] .account-content h2,
[data-page-type="account_returns"] .account-content h2,
[data-page-type="account_new_return"] .account-content h2,
[data-page-type="account_saved_return"] .account-content h2,
[data-page-type="account_paymentmethods"] .account-content h2,
[data-page-type="account_addpaymentmethod"] .account-content h2,
[data-page-type="account_editpaymentmethod"] .account-content h2 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

[data-page-type="account_orderstatus"] .addressList,
[data-page-type="account_inbox"] .addressList,
[data-page-type="account_addressbook"] .addressList,
[data-page-type="wishlists"] .addressList,
[data-page-type="account_recentitems"] .addressList,
[data-page-type="editaccount"] .addressList,
[data-page-type="shippingaddressform"] .addressList,
[data-page-type="wishlist"] .addressList,
[data-page-type="add-wishlist"] .addressList,
[data-page-type="account_returns"] .addressList,
[data-page-type="account_new_return"] .addressList,
[data-page-type="account_saved_return"] .addressList,
[data-page-type="account_paymentmethods"] .addressList,
[data-page-type="account_addpaymentmethod"] .addressList,
[data-page-type="account_editpaymentmethod"] .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; }
  [data-page-type="account_orderstatus"] .addressList .address,
  [data-page-type="account_inbox"] .addressList .address,
  [data-page-type="account_addressbook"] .addressList .address,
  [data-page-type="wishlists"] .addressList .address,
  [data-page-type="account_recentitems"] .addressList .address,
  [data-page-type="editaccount"] .addressList .address,
  [data-page-type="shippingaddressform"] .addressList .address,
  [data-page-type="wishlist"] .addressList .address,
  [data-page-type="add-wishlist"] .addressList .address,
  [data-page-type="account_returns"] .addressList .address,
  [data-page-type="account_new_return"] .addressList .address,
  [data-page-type="account_saved_return"] .addressList .address,
  [data-page-type="account_paymentmethods"] .addressList .address,
  [data-page-type="account_addpaymentmethod"] .addressList .address,
  [data-page-type="account_editpaymentmethod"] .addressList .address {
    height: 100%; }
  [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body,
  [data-page-type="account_inbox"] .addressList .panel--address .panel-body,
  [data-page-type="account_addressbook"] .addressList .panel--address .panel-body,
  [data-page-type="wishlists"] .addressList .panel--address .panel-body,
  [data-page-type="account_recentitems"] .addressList .panel--address .panel-body,
  [data-page-type="editaccount"] .addressList .panel--address .panel-body,
  [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body,
  [data-page-type="wishlist"] .addressList .panel--address .panel-body,
  [data-page-type="add-wishlist"] .addressList .panel--address .panel-body,
  [data-page-type="account_returns"] .addressList .panel--address .panel-body,
  [data-page-type="account_new_return"] .addressList .panel--address .panel-body,
  [data-page-type="account_saved_return"] .addressList .panel--address .panel-body,
  [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body,
  [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body,
  [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 303px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title {
      margin-top: 5px;
      margin-bottom: 0; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-title,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-title {
      font-weight: 600;
      margin-bottom: 15px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal {
      font-style: italic; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details {
      line-height: 1.7;
      margin-bottom: 15px; }
    [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions,
    [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions {
      position: static;
      margin-top: 15px;
      font-size: 0; }
      [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button,
      [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button {
        display: inline-block;
        width: calc(50% - 10px); }
        [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child,
        [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child {
          margin-right: 10px; }
        [data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child,
        [data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child {
          margin-left: 10px; }

[data-page-type="account_orderstatus"] .wishlists-table,
[data-page-type="account_inbox"] .wishlists-table,
[data-page-type="account_addressbook"] .wishlists-table,
[data-page-type="wishlists"] .wishlists-table,
[data-page-type="account_recentitems"] .wishlists-table,
[data-page-type="editaccount"] .wishlists-table,
[data-page-type="shippingaddressform"] .wishlists-table,
[data-page-type="wishlist"] .wishlists-table,
[data-page-type="add-wishlist"] .wishlists-table,
[data-page-type="account_returns"] .wishlists-table,
[data-page-type="account_new_return"] .wishlists-table,
[data-page-type="account_saved_return"] .wishlists-table,
[data-page-type="account_paymentmethods"] .wishlists-table,
[data-page-type="account_addpaymentmethod"] .wishlists-table,
[data-page-type="account_editpaymentmethod"] .wishlists-table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

[data-page-type="account_orderstatus"] .pagination,
[data-page-type="account_inbox"] .pagination,
[data-page-type="account_addressbook"] .pagination,
[data-page-type="wishlists"] .pagination,
[data-page-type="account_recentitems"] .pagination,
[data-page-type="editaccount"] .pagination,
[data-page-type="shippingaddressform"] .pagination,
[data-page-type="wishlist"] .pagination,
[data-page-type="add-wishlist"] .pagination,
[data-page-type="account_returns"] .pagination,
[data-page-type="account_new_return"] .pagination,
[data-page-type="account_saved_return"] .pagination,
[data-page-type="account_paymentmethods"] .pagination,
[data-page-type="account_addpaymentmethod"] .pagination,
[data-page-type="account_editpaymentmethod"] .pagination {
  margin-top: 30px; }
  [data-page-type="account_orderstatus"] .pagination .pagination-list,
  [data-page-type="account_inbox"] .pagination .pagination-list,
  [data-page-type="account_addressbook"] .pagination .pagination-list,
  [data-page-type="wishlists"] .pagination .pagination-list,
  [data-page-type="account_recentitems"] .pagination .pagination-list,
  [data-page-type="editaccount"] .pagination .pagination-list,
  [data-page-type="shippingaddressform"] .pagination .pagination-list,
  [data-page-type="wishlist"] .pagination .pagination-list,
  [data-page-type="add-wishlist"] .pagination .pagination-list,
  [data-page-type="account_returns"] .pagination .pagination-list,
  [data-page-type="account_new_return"] .pagination .pagination-list,
  [data-page-type="account_saved_return"] .pagination .pagination-list,
  [data-page-type="account_paymentmethods"] .pagination .pagination-list,
  [data-page-type="account_addpaymentmethod"] .pagination .pagination-list,
  [data-page-type="account_editpaymentmethod"] .pagination .pagination-list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: left; }

[data-page-type="account_orderstatus"] .navBar--account {
  margin-bottom: 0; }

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

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }
  @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: black;
    font-weight: 500; }
    .account-body .form-label small {
      color: #787878;
      font-size: 13px;
      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: 271px; }

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

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

/* 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; } }

/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #029fe2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #029fe2;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #029fe2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.75rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 768px) {
  .container {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1172px;
    margin-right: auto;
    margin-left: auto; } }

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
  margin-left: -15px;
  */
  margin-right: 0px;
  margin-left: 0px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1; }

.form-control::placeholder {
  color: #868e96;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:focus,
.btn:hover {
  text-decoration: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

.btn:not([disabled]):not(.disabled) {
  cursor: pointer; }

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #029fe2;
  border-color: #029fe2; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #029fe2;
  border-color: #029fe2; }

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d; }

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96; }

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76; }

.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-success:not([disabled]):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-info:not([disabled]):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-warning:not([disabled]):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-danger:not([disabled]):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not([disabled]):not(.disabled):active:focus,
.btn-light:not([disabled]):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-dark:not([disabled]):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #029fe2;
  background-color: transparent;
  background-image: none;
  border-color: #029fe2; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #029fe2;
  border-color: #029fe2; }

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #029fe2;
  background-color: transparent; }

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #029fe2;
  border-color: #029fe2;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent; }

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #029fe2;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.show {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #029fe2; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after {
  margin-left: 0; }

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group .form-control,
.input-group .custom-select,
.input-group .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group .form-control:focus,
.input-group .custom-select:focus,
.input-group .custom-file:focus {
  z-index: 3; }

.input-group .form-control + .form-control,
.input-group .custom-select + .form-control,
.input-group .custom-file + .form-control {
  margin-left: -1px; }

.input-group .form-control:not(:last-child),
.input-group .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group .form-control:not(:first-child),
.input-group .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group .custom-file:not(:last-child) .custom-file-control,
.input-group .custom-file:not(:last-child) .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group .custom-file:not(:first-child) .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #029fe2; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #029fe2; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #029fe2; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #029fe2; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:focus,
.nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #029fe2; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.99px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 767.99px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 991.99px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

@media (max-width: 1199.99px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #029fe2;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:focus,
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:not([disabled]):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #029fe2;
  border-color: #029fe2; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #029fe2; }

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #28a745; }

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }

.alert-secondary hr {
  border-top-color: #cfd2d6; }

.alert-secondary .alert-link {
  color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #029fe2;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: 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-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #029fe2;
  border-color: #029fe2; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff; }

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e; }

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6; }

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb; }

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5; }

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1; }

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7; }

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6; }

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.modal.open .modal-close {
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 3.5rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75; }

.close:not([disabled]):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0; }

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0; }

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem; }

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem; }

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #029fe2 !important; }

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #029fe2 !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

.d-inline-block {
  display: inline-block !important; }

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@media print {
  .d-print-block {
    display: block !important; } }

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

@media print {
  .d-print-inline {
    display: inline !important; } }

.d-print-inline-block {
  display: none !important; }

@media print {
  .d-print-inline-block {
    display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #029fe2 !important; }

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*# sourceMappingURL=bootstrap.css.map */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@-webkit-keyframes "bounce" {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes "bounce" {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-webkit-keyframes "flash" {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes "flash" {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "pulse" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "pulse" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes "rubberBand" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "rubberBand" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes "shake" {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes "shake" {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-webkit-keyframes "headShake" {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes "headShake" {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes "swing" {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes "swing" {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes "tada" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "tada" {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "wobble" {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes "wobble" {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes "jello" {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes "jello" {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-webkit-keyframes "bounceIn" {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes "bounceIn" {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes "bounceInDown" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes "bounceInDown" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes "bounceInLeft" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes "bounceInLeft" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes "bounceInRight" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes "bounceInRight" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes "bounceInUp" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "bounceInUp" {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes "bounceOut" {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes "bounceOut" {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes "bounceOutDown" {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes "bounceOutDown" {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes "bounceOutLeft" {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes "bounceOutLeft" {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes "bounceOutRight" {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes "bounceOutRight" {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-webkit-keyframes "bounceOutUp" {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes "bounceOutUp" {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes "fadeIn" {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes "fadeIn" {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

@-webkit-keyframes "fadeInDownBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes "fadeInDownBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

@-webkit-keyframes "fadeInLeftBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes "fadeInLeftBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

@-webkit-keyframes "fadeInRightBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes "fadeInRightBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

@-webkit-keyframes "fadeInUpBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes "fadeInUpBig" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes "fadeOut" {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes "fadeOut" {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

@-webkit-keyframes "fadeOutDownBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes "fadeOutDownBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

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

@-webkit-keyframes "fadeOutLeftBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes "fadeOutLeftBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

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

@-webkit-keyframes "fadeOutRightBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes "fadeOutRightBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

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

@-webkit-keyframes "fadeOutUpBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes "fadeOutUpBig" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes "flip" {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes "flip" {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-webkit-keyframes "flipInX" {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes "flipInX" {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes "flipInY" {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes "flipInY" {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes "flipOutX" {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes "flipOutX" {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes "flipOutY" {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes "flipOutY" {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes "lightSpeedIn" {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "lightSpeedIn" {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "lightSpeedOut" {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes "lightSpeedOut" {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-webkit-keyframes "rotateIn" {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "rotateIn" {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "rotateInDownLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "rotateInDownLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "rotateInDownRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "rotateInDownRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "rotateInUpLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "rotateInUpLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "rotateInUpRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes "rotateInUpRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes "rotateOut" {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes "rotateOut" {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-webkit-keyframes "rotateOutDownLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes "rotateOutDownLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-webkit-keyframes "rotateOutDownRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes "rotateOutDownRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-webkit-keyframes "rotateOutUpLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes "rotateOutUpLeft" {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-webkit-keyframes "rotateOutUpRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes "rotateOutUpRight" {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-webkit-keyframes "hinge" {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes "hinge" {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "rollIn" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes "rollIn" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "rollOut" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes "rollOut" {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-webkit-keyframes "zoomIn" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes "zoomIn" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes "zoomInDown" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomInDown" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "zoomInLeft" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomInLeft" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "zoomInRight" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomInRight" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "zoomInUp" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomInUp" {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "zoomOut" {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes "zoomOut" {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-webkit-keyframes "zoomOutDown" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomOutDown" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "zoomOutLeft" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes "zoomOutLeft" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes "zoomOutRight" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes "zoomOutRight" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-webkit-keyframes "zoomOutUp" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes "zoomOutUp" {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-webkit-keyframes "slideInDown" {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "slideInDown" {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes "slideInLeft" {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "slideInLeft" {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes "slideInRight" {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "slideInRight" {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes "slideInUp" {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "slideInUp" {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes "slideOutDown" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes "slideOutDown" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes "slideOutLeft" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes "slideOutLeft" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes "slideOutRight" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes "slideOutRight" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes "slideOutUp" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes "slideOutUp" {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated4 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated5 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated6 {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

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

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

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

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity .4s ease; }
      .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0; }
    .owl-carousel .owl-item .owl-lazy[src^=""] {
      max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy {
      transform-style: preserve-3d; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav.disabled {
    display: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease; }
    .owl-carousel .owl-video-play-icon:hover {
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-height {
  transition: height .5s ease-in-out; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      transition: opacity .2s ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #869791; }

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px; }
  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*=owl-]:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

#scrollToTopFloatingButton {
  position: fixed;
  bottom: 30px;
  right: 35px;
  padding: 0.75rem;
  font-size: 35px;
  margin: 0;
  border: 0;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  z-index: 10;
  display: none;
  background: #029fe2;
  border: 3px solid #fff;
  color: #fff; }
  @media screen and (min-width: 1770px) {
    #scrollToTopFloatingButton {
      bottom: 10em; } }
  @media screen and (max-width: 1769px) {
    #scrollToTopFloatingButton {
      bottom: 5em; } }
  #scrollToTopFloatingButton span {
    display: none; }
  #scrollToTopFloatingButton .fa-chevron-up:before {
    margin-top: 3px;
    display: block;
    color: #fff; }
    @media (min-width: 801px) {
      #scrollToTopFloatingButton .fa-chevron-up:before {
        margin-top: 2px; } }

.open-side #scrollToTopFloatingButton {
  display: none !important; }

@media (max-width: 991px) {
  #scrollToTopFloatingButton {
    position: fixed;
    bottom: 5em;
    left: 15px;
    right: auto;
    padding: 0.5rem;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 1000;
    color: #fff; } }

.page-createaccount .request-form .form-detail {
  margin: 0 -18px;
  margin-bottom: 10px; }
  .page-createaccount .request-form .form-detail p {
    line-height: 25px; }

.newArrival .container .secureHeading img {
  left: 8px !important; }

.productView__topRight .productView-price {
  display: flex;
  flex-direction: row;
  gap: 5px; }
  .productView__topRight .productView-price .price-section {
    font-size: 18px;
    font-weight: 500;
    color: #000000; }
    .productView__topRight .productView-price .price-section.price-section--withoutTax {
      display: flex !important;
      align-items: center; }
      .productView__topRight .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax, .productView__topRight .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax {
        color: #000000; }
        .productView__topRight .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax span, .productView__topRight .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax span {
          font-weight: 500; }
    .productView__topRight .productView-price .price-section .price-now-label {
      font-size: 42px; }
    .productView__topRight .productView-price .price-section .non-sale-price-label {
      font-size: 18px;
      color: #000000;
      font-weight: 500; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: none !important; }

@media screen and (max-width: 1279px) {
  .page-product .productView .productVideo .row {
    display: flex !important; } }

.page-product .productView .productVideo .row .col-md-4 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 1279px) {
    .page-product .productView .productVideo .row .col-md-4 {
      max-width: 50% !important;
      flex: 0 0 49% !important; }
      .page-product .productView .productVideo .row .col-md-4 .video-wrapper {
        border-radius: 20px !important; } }
  @media screen and (max-width: 768px) {
    .page-product .productView .productVideo .row .col-md-4 {
      max-width: 100% !important;
      flex: 0 0 100% !important; } }

.ourMissionSection .missionImg {
  max-width: 704px;
  width: 100%; }
  .ourMissionSection .missionImg img {
    border-radius: 20px; }

.about-us-main .aboutContant {
  padding: 110px 0 60px; }
  .about-us-main .aboutContant .contact-info-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 40px 0 190px; }
    @media (max-width: 666px) {
      .about-us-main .aboutContant .contact-info-container {
        padding-bottom: 125px; } }
    @media (max-width: 500px) {
      .about-us-main .aboutContant .contact-info-container {
        flex-wrap: wrap;
        padding-bottom: 80px; } }
  @media (max-width: 500px) {
    .about-us-main .aboutContant .col-md-4:last-child .contact-item {
      margin-bottom: 0; } }
  .about-us-main .aboutContant .col-md-4:nth-child(2) .contact-text {
    width: 375px; }
    @media (max-width: 767px) {
      .about-us-main .aboutContant .col-md-4:nth-child(2) .contact-text {
        width: 280px; } }
    @media (max-width: 666px) {
      .about-us-main .aboutContant .col-md-4:nth-child(2) .contact-text {
        width: 222px;
        font-size: 14px; } }
    @media (max-width: 500px) {
      .about-us-main .aboutContant .col-md-4:nth-child(2) .contact-text {
        width: auto;
        font-size: 16px; } }
  @media (max-width: 666px) {
    .about-us-main .aboutContant .col-md-4 {
      padding: 0 5px;
      width: 33.33%; } }
  @media (max-width: 500px) {
    .about-us-main .aboutContant .col-md-4 {
      width: 100%; } }
  .about-us-main .aboutContant .contact-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 500px) {
      .about-us-main .aboutContant .contact-item {
        margin-bottom: 100px; } }
  .about-us-main .aboutContant img {
    width: 100%; }
  .about-us-main .aboutContant .icon-container {
    position: relative;
    max-width: 120px;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    .about-us-main .aboutContant .icon-container::after {
      content: "";
      display: block;
      width: 2px;
      height: 130px;
      background-color: #00a0e1;
      position: absolute;
      top: auto;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 666px) {
        .about-us-main .aboutContant .icon-container::after {
          height: 90px; } }
      @media (max-width: 500px) {
        .about-us-main .aboutContant .icon-container::after {
          height: 50px; } }
    @media (max-width: 666px) {
      .about-us-main .aboutContant .icon-container {
        max-width: 90px; } }
    @media (max-width: 500px) {
      .about-us-main .aboutContant .icon-container {
        max-width: 100px; } }
  .about-us-main .aboutContant .contact-text {
    color: #333333;
    text-align: center;
    position: relative;
    top: 140px;
    font-size: 24px;
    line-height: 30px; }
    .about-us-main .aboutContant .contact-text a {
      font-size: 24px;
      color: #333333;
      text-align: center;
      font-size: 24px;
      line-height: 30px; }
      .about-us-main .aboutContant .contact-text a:hover {
        color: #029fe2; }
      @media all and (max-width: 1500px) {
        .about-us-main .aboutContant .contact-text a {
          font-size: 20px;
          line-height: 26px; } }
      @media all and (max-width: 1280px) {
        .about-us-main .aboutContant .contact-text a {
          font-size: 20px;
          line-height: 26px; } }
      @media all and (max-width: 990px) {
        .about-us-main .aboutContant .contact-text a {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 666px) {
        .about-us-main .aboutContant .contact-text a {
          font-size: 14px; } }
      @media (max-width: 500px) {
        .about-us-main .aboutContant .contact-text a {
          font-size: 16px; } }
    @media all and (max-width: 1500px) {
      .about-us-main .aboutContant .contact-text {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 1280px) {
      .about-us-main .aboutContant .contact-text {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 990px) {
      .about-us-main .aboutContant .contact-text {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 666px) {
      .about-us-main .aboutContant .contact-text {
        top: 100px; } }
    @media (max-width: 500px) {
      .about-us-main .aboutContant .contact-text {
        top: 57px; } }
  .about-us-main .aboutContant strong {
    font-size: 18px;
    color: #000; }

@media all and (max-width: 1500px) {
  .about-us-main .mainAboutSection {
    padding: 90px 0 90px !important; } }

@media (max-width: 990px) {
  .about-us-main .mainAboutSection {
    padding: 40px 0 90px !important; } }

@media (max-width: 767px) {
  .about-us-main .mainAboutSection {
    padding: 40px 0 40px !important; } }

@media (max-width: 1280px) {
  .about-us-main .mainAboutSection p {
    font-size: 18px;
    line-height: 26px; } }

.newArrival {
  background: url(https://cdn11.bigcommerce.com/s-qubw4acrfw/images/stencil/original/image-manager/new-arrival-bg.jpg) no-repeat top center !important;
  background-size: cover !important; }

.link-image {
  display: none; }

.banner_custom {
  position: relative;
  background-size: cover !important;
  background-position: right center !important;
  padding: 60px 50px;
  background-repeat: no-repeat !important; }
  @media screen and (max-width: 1200px) {
    .banner_custom {
      padding: 30px 30px; } }
  @media screen and (max-width: 991px) {
    .banner_custom {
      background-image: unset; } }
  .banner_custom .content_banner {
    max-width: 50%; }
    .banner_custom .content_banner.split-block .read-more-btn {
      display: none !important; }
    .banner_custom .content_banner .page-heading {
      text-align: left;
      font-size: 96px;
      font-weight: 100;
      color: #fff;
      margin-bottom: 30px;
      font-family: 'Myriad Pro', sans-serif; }
      @media screen and (max-width: 1440px) {
        .banner_custom .content_banner .page-heading {
          font-size: 72px; } }
      @media screen and (max-width: 1200px) {
        .banner_custom .content_banner .page-heading {
          font-size: 58px; } }
    .banner_custom .content_banner h4 {
      font-size: 32px;
      color: #fff;
      font-weight: 500;
      margin-bottom: 20px;
      font-family: 'Myriad Pro', sans-serif; }
      @media screen and (max-width: 1440px) {
        .banner_custom .content_banner h4 {
          font-size: 28px; } }
      @media screen and (max-width: 1200px) {
        .banner_custom .content_banner h4 {
          font-size: 22px; } }
    .banner_custom .content_banner p {
      color: #fff;
      line-height: 42px;
      font-size: 32px;
      font-weight: lighter;
      font-family: 'Myriad Pro', sans-serif; }
      @media screen and (max-width: 1440px) {
        .banner_custom .content_banner p {
          font-size: 24px;
          line-height: 32px; } }
      @media screen and (max-width: 1200px) {
        .banner_custom .content_banner p {
          font-size: 22px; } }
  .banner_custom .banner-image img {
    width: 100%;
    object-fit: cover;
    object-position: 100% 50%; }

.read-more-btn {
  font-size: 18px !important;
  color: #fff;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
  font-weight: 600;
  font-family: 'Myriad Pro', sans-serif !important;
  cursor: pointer;
  display: block !important; }

.main-banner-custom.mobile-banner {
  display: none; }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner {
      display: block; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .content_banner {
      max-width: 100%;
      padding: 20px 20px; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .content_banner .page-heading {
      color: #000;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .content_banner h4 {
      color: #000;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .content_banner p {
      color: #000;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .banner_custom {
      padding: 0px 0px; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .banner_custom .mobile-image-banner img {
      object-position: right;
      object-fit: cover;
      display: block;
      height: 450px; } }
  @media screen and (max-width: 991px) {
    .main-banner-custom.mobile-banner .read-more-btn {
      color: #000;
      text-align: center; } }

@media screen and (max-width: 991px) {
  .desktop-main-banner {
    display: none; } }

.drop-wrapper .category-description * {
  display: none; }

.drop-wrapper .category-description .custom-image-class {
  display: block; }
  .drop-wrapper .category-description .custom-image-class img {
    display: block; }

.sidenav .category-description * {
  display: none; }

.sidenav .category-description .custom-image-class {
  display: block; }
  .sidenav .category-description .custom-image-class img {
    display: block; }

.mobile-banner .custom-class-tag {
  display: none !important; }

.mobile-banner .mobile-banner-img {
  display: none !important; }

.desktop-main-banner .custom-class-tag {
  display: none !important; }

.desktop-main-banner .desktop-banner-img {
  display: none !important; }

.zumm-cloud-list .toggle-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIHgxPSI5IiB4Mj0iNDEiIHkxPSIyNSIgeTI9IjI1Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNCIgeDE9IjI1IiB4Mj0iMjUiIHkxPSI5IiB5Mj0iNDEiLz48L3N2Zz4=");
  background-size: cover;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center; }

.navigation .menu ul li {
  position: relative; }
  .navigation .menu ul li.zumm-cloud-list-active .zumm-cloud {
    color: #029fe2; }
  .navigation .menu ul li.zumm-cloud-list-active .toggle-icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQgMTFIMjBWMTNINFYxMVoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");
    background-size: cover;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  .navigation .menu ul li .toggle-icon {
    position: absolute;
    right: 0;
    top: 15px;
    right: -5px;
    font-size: 30px;
    z-index: 17;
    cursor: pointer; }
    @media (max-width: 1300px) {
      .navigation .menu ul li .toggle-icon {
        right: 15px; } }
    .navigation .menu ul li .toggle-icon svg {
      width: 30px;
      height: 30px; }
    .navigation .menu ul li .toggle-icon .toggleLink-text {
      display: block; }
    .navigation .menu ul li .toggle-icon .toggleLink-text--off {
      display: block;
      /* Initially show the "+" icon */ }
    .navigation .menu ul li .toggle-icon .toggleLink-text--on {
      display: none;
      /* Initially hide the "-" icon */ }
  .navigation .menu ul li .zumm-cloud {
    z-index: 1;
    position: relative; }
  .navigation .menu ul li .clud-sub-menu {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0px !important; }
    .navigation .menu ul li .clud-sub-menu li {
      border-bottom: 1px solid;
      border-bottom-color: rgba(0, 0, 0, 0.1) !important;
      padding-left: 20px; }
      .navigation .menu ul li .clud-sub-menu li a {
        border: none; }

/* Hide the .read-more-btn when it has the .hide-read-more class */
.hide-read-more {
  display: none !important; }

/* Hiding the Pirce Range Filter for the Non-Logged-in Users */
body .accordion-block.price-range {
  display: none; }

body.is-login .accordion-block.price-range {
  display: block; }

@media (min-width: 768px) {
  .mainHeroSection .col-md-6.left-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media all and (min-width: 1024px) {
  .mainHeroSection .col-md-6.left-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media all and (min-width: 1920px) {
  .mainHeroSection .col-md-6.left-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; } }

@media all and (max-width: 1023px) {
  .mainHeroSection .col-md-6.left-part {
    width: 100%; } }

.mainHeroSection .heroDesc .sub-title {
  margin-top: 40px;
  color: #000000; }

@media (min-width: 768px) {
  .mainHeroSection .col-md-6.right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px; } }

@media all and (min-width: 1024px) {
  .mainHeroSection .col-md-6.right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 0; } }

@media all and (min-width: 1920px) {
  .mainHeroSection .col-md-6.right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; } }

@media all and (max-width: 1023px) {
  .mainHeroSection .col-md-6.right-part {
    width: 100%;
    margin-top: 60px; } }

.mainHeroSection .banner-list {
  margin-bottom: 30px;
  margin-top: 40px;
  margin-left: 50px; }
  @media all and (max-width: 1279px) {
    .mainHeroSection .banner-list {
      margin-left: 20px; } }
  @media all and (max-width: 1023px) {
    .mainHeroSection .banner-list {
      margin-left: 30px; } }
  @media all and (max-width: 767px) {
    .mainHeroSection .banner-list {
      margin-top: 20px; } }
  .mainHeroSection .banner-list li {
    text-transform: inherit;
    list-style-type: disc; }
  .mainHeroSection .banner-list li::marker {
    color: #007bff; }
  .mainHeroSection .banner-list li + li {
    margin-top: 20px; }

.mainHeroSection .heroImg {
  justify-content: flex-end;
  position: relative; }

.mainHeroSection .request-link {
  border-radius: 12px;
  background-color: #007bff;
  border: 1px solid #007bff;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  padding: 10px 10px;
  right: 55px;
  top: -40px; }
  @media all and (max-width: 1279px) {
    .mainHeroSection .request-link {
      right: 40px; } }
  @media all and (max-width: 1023px) {
    .mainHeroSection .request-link {
      right: 60px; } }
  @media all and (max-width: 767px) {
    .mainHeroSection .request-link {
      right: 30px; } }
  @media all and (min-width: 1279px) {
    .mainHeroSection .request-link:hover {
      background-color: #fff;
      color: #007bff; } }

@media all and (max-width: 767px) {
  .mainHeroSection .banner-logo img {
    width: 50%; } }

[data-sub-layout] {
  padding: 0 !important; }
