@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important; }

input:focus + label {
  outline: none !important;
  outline-offset: 0 !important; }

/* scss-combine:../su */
/* scss-combine:su/utilities */
/* scss-combine:su/settings */
/* scss-combine:su/validation */
/* scss-combine:su/grid */
/* scss-combine:../output/float */
/* scss-combine:shared */
/* scss-combine:support */
/* scss-combine:support/support */
/* scss-combine:support/prefix */
/* scss-combine:support/background */
/* scss-combine:support/box-sizing */
/* scss-combine:support/rem */
/* scss-combine:support/clearfix */
/* scss-combine:shared/inspect */
/* scss-combine:shared/output */
/* scss-combine:shared/direction */
/* scss-combine:shared/background */
/* scss-combine:shared/container */
/* scss-combine:shared/margins */
/* scss-combine:shared/padding */
/* scss-combine:float/container */
/* scss-combine:float/span */
/* scss-combine:float/end */
/* scss-combine:float/isolate */
/* scss-combine:susy/settings */
/* scss-combine:susy/validation */
/* scss-combine:susy/grids */
/* scss-combine:susy/box-sizing */
/* scss-combine:susy/context */
/* scss-combine:susy/background */
/* scss-combine:susy/container */
/* scss-combine:susy/span */
/* scss-combine:susy/isolate */
/* scss-combine:susy/gallery */
/* scss-combine:susy/rows */
/* scss-combine:susy/margins */
/* scss-combine:susy/padding */
/* scss-combine:susy/bleed */
/* scss-combine:susy/breakpoint-plugin */
/* scss-combine:../../node_modules/slick-carousel/slick/slick */
/* 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; }

/* scss-combine:../../node_modules/bc-tabs/dist/tabs */
.tab-title {
  display: inline-block;
  font-weight: normal; }
  .tab-title.active, .product-tabs .accordion-title.is-open {
    font-weight: bold; }

/* scss-combine:../../node_modules/bc-modal/src/scss/modal */
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal-custom {
  position: absolute;
  margin: 0;
  margin-right: -50%;
  margin-top: 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pf-stepper .modal-custom {
  top: 60%; }

/* scss-combine:general/functions */
/* scss-combine:lib/mixins */
/* scss-combine:lib/text-inputs */
/* scss-combine:styles/general */
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.tud-product-card .image-container.swatch--light,
.tud-product-card .swatch.swatch--light {
  border-color: #cccccc; }

.tud-product-card .image-container.swatch--noswatch,
.tud-product-card .swatch.swatch--noswatch {
  border-color: #cccccc;
  background-color: #ffffff !important;
  background-image: url("../img/custom/swatch-missing.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#baguetteBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(59, 58, 72, 0.98);
  opacity: 0;
  transition: opacity 0.5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      height: 100%;
      margin: 0; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 90%;
      vertical-align: middle; }
    #baguetteBox-overlay .full-image figcaption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      padding-bottom: 16px;
      font-weight: 300;
      line-height: 1.8;
      text-align: center;
      white-space: normal; }
    #baguetteBox-overlay .full-image:before {
      display: inline-block;
      width: 1px;
      height: 50%;
      margin-right: -1px;
      content: ""; }

#baguetteBox-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 15%;
  outline: none;
  transition: background-color 0.4s ease; }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    top: 0;
    left: 0; }
    .baguetteBox-button svg g {
      stroke: white; }

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

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

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

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

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

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

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

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

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

/* TUD mod */
.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, .blog-items-list .post-title {
  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: #333333;
  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, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1440px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  color: #444444;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small, .blog-items-list .post-title small,
  h2 small,
  .giftcard-header small,
  h3 small,
  .section-title small,
  .login-modal .account-sub-heading small,
  .auth-sub-heading small,
  .listing-title small,
  h4 small,
  .search-wrap .search-input small,
  .product-item-price small,
  .content-result h1 small,
  .content-result .blog-items-list .post-title small,
  .blog-items-list .content-result .post-title small,
  h5 small,
  .review-item-title small,
  .bulk-pricing-block .product-details-heading small,
  h6 small,
  .product-item-brand small,
  .product-details .product-brand small,
  .product-stock small,
  .giftwrap-subtitle small,
  .site-footer .footer-title small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1, .blog-items-list .post-title {
  font-size: 28px; }


h2,
.giftcard-header {
  font-size: 25px; }


h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title {
  font-size: 22px; }


h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title {
  font-size: 20px; }


h5,
.review-item-title,
.bulk-pricing-block .product-details-heading {
  font-size: 15px; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  font-size: 13px; }

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

hr {
  border: solid #e5e5e5;
  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: #333333;
  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: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    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 #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      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 #e5e5e5; }

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 480px) {
    .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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  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: 1rem;
  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: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled, .navigation-mobile .search-input:disabled, .review-form .product-item-rating:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly], .navigation-mobile .search-input[readonly], .review-form .product-item-rating[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus, .navigation-mobile .search-input:focus, .review-form .product-item-rating:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows], .navigation-mobile .search-input[rows], .review-form .product-item-rating[rows] {
    height: auto; }
  .form-input[type="search"], .navigation-mobile .search-input[type="search"], .review-form .product-item-rating[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .navigation-mobile .search-input::-webkit-input-placeholder, .review-form .product-item-rating::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear, .navigation-mobile .search-input::-ms-clear, .review-form .product-item-rating::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .navigation-mobile .search-input::-moz-placeholder, .review-form .product-item-rating::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder, .navigation-mobile .search-input:-ms-input-placeholder, .review-form .product-item-rating:-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: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 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: 768px) {
    .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, .account-wrapper .form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .account-wrapper .form-field:before, .form-field:after, .account-wrapper .form-field:after {
    content: " ";
    display: table; }
  .form-field:after, .account-wrapper .form-field:after {
    clear: both; }

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

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

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 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, .navigation-mobile .has-action.search-input, .review-form .has-action.product-item-rating {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction, .navigation-mobile .has-action.search-input + .button--inputAction, .review-form .has-action.product-item-rating + .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, .navigation-mobile .has-icon.search-input, .review-form .has-icon.product-item-rating {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon, .navigation-mobile .has-icon.search-input + .icon, .review-form .has-icon.product-item-rating + .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, .form-prefixPostfix .navigation-mobile .search-input, .navigation-mobile .form-prefixPostfix .search-input, .form-prefixPostfix .review-form .product-item-rating, .review-form .form-prefixPostfix .product-item-rating {
    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, .navigation-mobile .form-prefixPostfix-label--prefix + .search-input, .review-form .form-prefixPostfix-label--prefix + .product-item-rating {
    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: #F3B603;
    border-color: #F3B603; }
  .switch--checked .switch-toggle {
    background-color: #8BC53F;
    border-color: #8BC53F; }
  .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: 480px) {
    .form-actions {
      text-align: left; } }

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

@media (min-width: 480px) {
  .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: #8BC53F; }

.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--success .navigation-mobile .search-input, .navigation-mobile .form-field--success .search-input, .form-field--success .review-form .product-item-rating, .review-form .form-field--success .product-item-rating,
.form-field--error .form-input,
.form-field--error .navigation-mobile .search-input,
.navigation-mobile .form-field--error .search-input,
.form-field--error .review-form .product-item-rating,
.review-form .form-field--error .product-item-rating,
.form-field--warning .form-input,
.form-field--warning .navigation-mobile .search-input,
.navigation-mobile .form-field--warning .search-input,
.form-field--warning .review-form .product-item-rating,
.review-form .form-field--warning .product-item-rating {
  float: left; }

.form-field--success .form-input, .form-field--success .navigation-mobile .search-input, .navigation-mobile .form-field--success .search-input, .form-field--success .review-form .product-item-rating, .review-form .form-field--success .product-item-rating,
.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: #8BC53F; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #8BC53F; }

.form-field--success .form-input-indicator > svg {
  fill: #8BC53F; }


.form-field--error .form-input,
.form-field--error .navigation-mobile .search-input,
.navigation-mobile .form-field--error .search-input,
.form-field--error .review-form .product-item-rating,
.review-form .form-field--error .product-item-rating,
.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: #FF5E5D; }

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

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


.form-field--warning .form-input,
.form-field--warning .navigation-mobile .search-input,
.navigation-mobile .form-field--warning .search-input,
.form-field--warning .review-form .product-item-rating,
.review-form .form-field--warning .product-item-rating,
.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: #F3B603; }

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

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

/*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: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      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: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 480px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #333333;
  font-size: 15px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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: #00529B;
  border-color: #00529b;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

.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: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .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: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 480px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 480px) {
      .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: 480px) {
    .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: 768px) {
  .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,
    .actionBar-section .navigation-mobile .search-input,
    .navigation-mobile .actionBar-section .search-input,
    .actionBar-section .review-form .product-item-rating,
    .review-form .actionBar-section .product-item-rating {
      display: inline-block;
      width: 12.5rem; } }

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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: #757575; }

.card-figcaption-button {
  background-color: rgba(158, 159, 164, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: #9e9fa4;
    color: #333333; }

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

.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 {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

.tud-product-card, body.product--nonpaint .site-header,
body.category--accessory .site-header,
body.error .site-header,
body.giftcertificates .site-header,
body.accountpage .site-header,
body.account_orderstatus .site-header,
body.account_addressbook .site-header,
body.account_recentitems .site-header,
body.editaccount .site-header,
body.getnewpassword .site-header,
body.forgotpassword .site-header,
body.login .site-header,
body.createaccount .site-header,
body.createaccount_thanks .site-header, .pf-stepper .pf-stepper-navbar, .pf-stepper .pf-step.pf-step--product ul.options > li, .tud-tooltip > div, .tud-contents > li > .tud-tooltip-small.active > span, .tud-popular > li {
  box-shadow: 0 0.1rem 0.25rem rgba(85, 85, 81, 0.5); }

.product-tabs .tab-content-panel:before, .product-quantity-submit .product-quantity-container:before, .banners:before, .cart-totals:before, .cart-totals-item:before, .cart .cart-additional-checkout-buttons:before, .shipping-calculator:before, .account-wrapper:before, .account-form-column-container:before, .account-item-details:before, .account-receipt-summaries:before, .account-downloads-gallery-thumbs:before, .account-invoice-addresses:before, .account-settings-form:before, .account-create-details:before,
.account-create-address:before, .giftcard-form-theme .form-field:before, .pf-stepper .pf-step ul.options > li:before, .pf-stepper .pf-step.pf-step--kit ul.options > li .validation:before, .button-group:before, .form-field-date:before, .footer-nav-wrap:before, .section:before, .listing-header:before, .product-listing-grid .listing-wrapper:before, .form-field-rectangle:before, .form-field-swatch .form-field-control:before, .date-select-group:before, .product-tabs .tab-content-panel:after, .product-quantity-submit .product-quantity-container:after, .banners:after, .cart-totals:after, .cart-totals-item:after, .cart .cart-additional-checkout-buttons:after, .shipping-calculator:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
.account-create-address:after, .giftcard-form-theme .form-field:after, .pf-stepper .pf-step ul.options > li:after, .pf-stepper .pf-step.pf-step--kit ul.options > li .validation:after, .button-group:after, .form-field-date:after, .footer-nav-wrap:after, .section:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after {
  display: table;
  content: ""; }

.product-tabs .tab-content-panel:after, .product-quantity-submit .product-quantity-container:after, .banners:after, .cart-totals:after, .cart-totals-item:after, .cart .cart-additional-checkout-buttons:after, .shipping-calculator:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
.account-create-address:after, .giftcard-form-theme .form-field:after, .pf-stepper .pf-step ul.options > li:after, .pf-stepper .pf-step.pf-step--kit ul.options > li .validation:after, .button-group:after, .form-field-date:after, .footer-nav-wrap:after, .section:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after {
  clear: both; }

.compare-table-heading, body {
  font-family: "Roboto";
  color: #555551;
  font-size: 16px;
  line-height: 1.666; }

th {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333333; }

.page-header {
  background-color: #f1eee7;
  padding: 2.5rem 3.875rem;
  text-align: center; }

.section-title {
  text-align: center;
  color: #9e9fa4; }

.customer-links,
.currency-selector, .button-compare-toggle {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300; }

.variation-preview-label, .giftcard-nav-item, .link, .blog-latest-posts .post-read-more {
  padding-bottom: 2px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.077em;
  font-size: 0.8125rem;
  text-decoration: underline; }
  .variation-preview-label:hover, .giftcard-nav-item:hover, .link:hover, .blog-latest-posts .post-read-more:hover {
    text-decoration: none;
    color: #60bf36; }

.page-content ul,
.page-content ol,
.product-description ul,
.product-description ol,
.blog-content ul,
.blog-content ol {
  padding-left: 1.25em;
  margin-bottom: 2em; }
  .page-content ul li, .page-content ol li, .product-description ul li, .product-description ol li, .blog-content ul li, .blog-content ol li {
    margin-bottom: 1em; }

/*----------  Layout  ----------*/
.account-wrapper, .container, .product-tabs {
  padding-left: 15px;
  padding-right: 15px; }

.main-nav-bar .site-branding:before, .main-nav-bar .navigation:before, .search-button-wrap:before {
  content: " ";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle; }

/*----------  Forms  ----------*/
.review-form, .form-contact-us {
  background-color: #f1eee7;
  padding: 50px 15px;
  margin-top: 56px; }
  .review-form:after, .form-contact-us:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    .review-form, .form-contact-us {
      padding: 50px; } }

/*----------  Utils  ----------*/
.customer-links:after, .customer-utils .button-wishlist:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 18px;
  vertical-align: top;
  content: '';
  pointer-events: none;
  background-color: rgba(0, 0, 255, 0);
  transform: translateY(-50%); }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.top-bar .icon {
  display: inline-block;
  vertical-align: middle; }

.login-modal .account-create .button, .product-listing-container-wrapper .pagination, .product-listing-grid .pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.alert.alert-success .alert-dismiss, .alert.success .alert-dismiss, .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss, .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss, .account-wrapper .form-field-email .form-field-control:after, .account-wrapper .form-field-password .form-field-control:after, .login-modal .account-create-facts li:before, .account-create-facts li:before, .form-select-wrapper:after, .selected-facet a:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.blog-latest-posts .post-thumb {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.review-form .rating-stars-label, .form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder {
  padding-top: 2px;
  letter-spacing: 0.1em;
  color: #999ea3;
  text-transform: uppercase;
  font-size: 0.8125rem; }

/*----------  Button  ----------*/
.button.inverse:hover,
button.inverse:hover, .mini-cart .button-checkout:hover {
  box-shadow: 0 0 0 1px white inset; }

.button.button-secondary.inverse, .login-modal .account-create .button.inverse,
button.button-secondary.inverse {
  color: white;
  box-shadow: 0 0 0 1px white inset; }
  .button.button-secondary.inverse:hover, .login-modal .account-create .button.inverse:hover,
  button.button-secondary.inverse:hover {
    box-shadow: 0 0 0 1px transparent inset; }

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1440px) {
    .slick-next {
      right: -3.375rem; } }
  .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='%238f8f8f' 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='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1440px) {
    .slick-prev {
      left: -3.375rem; } }
  .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='%238f8f8f' 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='%23474747' 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: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 2px solid #0081cb;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #0081cb; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #0081cb; }

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

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

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

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

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 768px) {
    .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 {
    left: -5px;
    right: auto; }
  .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 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto;
  font-size: 16px;
  font-family: "Roboto"; }

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.25rem;
  font-display: swap;
  margin: 0; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0;
      font-size: 18px;
      line-height: 1.4rem; } }

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  font-weight: 400;
  margin-top: 2.25rem; }


h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  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;
  font-weight: 700;
  color: #373737; }

h1, .blog-items-list .post-title {
  font-size: 28px; }


h2,
.giftcard-header {
  font-size: 25px; }


h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title {
  font-size: 22px; }


h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title {
  font-size: 20px; }


h5,
.review-item-title,
.bulk-pricing-block .product-details-heading {
  font-size: 15px; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

hr {
  background: #333333; }

input,
button {
  border-radius: .1rem; }

input {
  color: #555551;
  background: white;
  border: none;
  height: 2.35rem;
  padding: 0 1rem; }

select,
select.form-select,
textarea,
.form-input:not([type="radio"]):not([type="checkbox"]),
.navigation-mobile .search-input:not([type="radio"]):not([type="checkbox"]),
.review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]),
input[type=email],
input[type=password],
input[type=number],
input[type=text] {
  border: 1px solid #898f94;
  border-radius: 2px; }

.form-select {
  appearance: none;
  background-image: none;
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 3.4375rem;
  padding: 0 2.25rem 0 1.0625rem;
  background-color: white;
  appearance: none; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.form-input-short {
    height: 2.8125rem;
    padding: 0 2.25rem 0 1.0625rem; }

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

.form-label--inlineSmall small {
  color: #757575;
  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 #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .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; }
  @media (min-width: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1440px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1440px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

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

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

@media (min-width: 1440px) {
  .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: 1024px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  -webkit-overflow-scrolling: touch;
  padding: 0; }
  .modal-body .section-title {
    font-size: 1.9rem;
    margin-bottom: 1.5rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

/* PAINT FINDER MODALS */
#tud-modal,
#modal {
  display: table;
  width: 100%;
  height: 100%; }
  #tud-modal > .modal-container,
  #modal > .modal-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  #tud-modal:not(.visible),
  #modal:not(.visible) {
    display: none; }

.tud-modal,
.pf-modal {
  background-color: white;
  border-radius: 4px;
  max-width: 49.3125rem;
  max-height: 92vh;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  padding: 5vw; }
  .tud-modal:not(.pf-widget-modal) .modal-body,
  .pf-modal:not(.pf-widget-modal) .modal-body {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden; }
    @media screen and (max-width: 329px) {
      .tud-modal:not(.pf-widget-modal) .modal-body,
      .pf-modal:not(.pf-widget-modal) .modal-body {
        max-height: 400px; } }
  .tud-modal .modal-close,
  .pf-modal .modal-close {
    cursor: pointer;
    background-image: url("../img/custom/icon-close-white.svg");
    background-repeat: no-repeat;
    background-position: center center; }
  .tud-modal.pf-widget-modal,
  .pf-modal.pf-widget-modal {
    padding: 1rem 1rem;
    max-width: 37.5rem; }
  .tud-modal.pf-wildcard-modal,
  .pf-modal.pf-wildcard-modal {
    text-align: left; }
  .tud-modal.pf-findpaintcode-modal,
  .pf-modal.pf-findpaintcode-modal {
    text-align: center; }
    .tud-modal.pf-findpaintcode-modal img,
    .pf-modal.pf-findpaintcode-modal img {
      max-height: 240px; }
  .tud-modal.pf-confirmation-modal,
  .pf-modal.pf-confirmation-modal {
    width: 40%;
    min-width: 300px;
    padding: 2rem; }
    .tud-modal.pf-confirmation-modal .modal-body,
    .pf-modal.pf-confirmation-modal .modal-body {
      padding-top: 105px;
      background-image: url("../img/custom/badge-stop.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 85px 85px; }
      .tud-modal.pf-confirmation-modal .modal-body > div > div:first-child:before,
      .pf-modal.pf-confirmation-modal .modal-body > div > div:first-child:before {
        content: "ATTENTION: ";
        color: #8b0000;
        font-weight: bold; }
  .tud-modal.pf-zoom-modal,
  .pf-modal.pf-zoom-modal {
    padding: 1rem; }
    .tud-modal.pf-zoom-modal img,
    .pf-modal.pf-zoom-modal img {
      width: 100%;
      height: 100%;
      max-width: 92vw;
      max-height: 80vh;
      object-fit: contain; }

.modal-overlay {
  background-color: rgba(59, 58, 72, 0.95); }

.modal-custom {
  margin-bottom: 5vw;
  width: 90%;
  max-width: 1230px;
  padding: 15px; }
  .loaded .modal-custom {
    background-color: #fff; }
  .modal-custom.modal-quick-shop {
    top: 5vw; }
  .modal-custom .icon-spinner {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto; }

.button-modal-close, .search-wrap .button-search-close {
  position: absolute;
  top: 19px;
  right: 20px;
  color: white;
  background: none;
  cursor: pointer; }
  .visible .button-modal-close, .visible .search-wrap .button-search-close, .search-wrap .visible .button-search-close {
    position: fixed; }
  .button-modal-close:hover, .search-wrap .button-search-close:hover {
    color: #60bf36;
    background-color: transparent; }
  .button-modal-close .icon-close, .search-wrap .button-search-close .icon-close {
    width: 16px;
    height: 16px; }

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  background-color: #555551;
  color: white;
  transition: all 0.3s ease; }
  .modal-close:hover {
    background-color: #60bf36;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.modal-quick-shop .modal-body {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden; }

ol.breadcrumbs {
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  font-family: "Roboto"; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    color: #555551; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.breadcrumb-label {
  color: #555551; }

.breadcrumb-label:not(.breadcrumb-link) {
  color: #555551; }

.breadcrumbs {
  margin-top: 5.5rem;
  margin-bottom: 1.5625rem;
  text-align: center; }
  .page-header .breadcrumbs,
  .product-listing .breadcrumbs {
    margin-top: 0; }

.breadcrumb {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.breadcrumb-label {
  color: #3b3a48; }
  .breadcrumb-label:not(.breadcrumb-link) {
    color: #555551; }

.product-listing-desktop-breadcrumbs {
  display: none; }
  @media screen and (min-width: 768px) {
    .product-listing-desktop-breadcrumbs {
      display: block; } }

.product-listing-mobile-breadcrumbs {
  display: block; }
  @media screen and (min-width: 768px) {
    .product-listing-mobile-breadcrumbs {
      display: none; } }

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

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

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

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

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    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  ----------*/
.pagination-wrapper {
  margin: 5rem 0;
  text-align: center; }

.pagination .icon {
  position: relative;
  top: 0.125rem;
  width: 0.75rem;
  height: 0.625rem; }

.pagination .pagination-page-link {
  line-height: 1.0625rem; }

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

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

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

.button,
button {
  color: white;
  background-color: #0081cb;
  height: 2.35rem;
  line-height: 2.35rem;
  padding: 0 1rem;
  border-radius: 2px;
  font-family: "Roboto"; }
  .button:hover,
  button:hover {
    text-decoration: none !important;
    background-color: #005a8e; }
  .button:focus,
  button:focus {
    color: white;
    background-color: #0081cb; }
  .button:disabled,
  button:disabled {
    background-color: #a2a29d; }
  .button.button-strong,
  button.button-strong {
    background-color: #FA6400; }
    .button.button-strong:hover,
    button.button-strong:hover {
      background-color: #c75000; }
  .button:hover,
  button:hover {
    color: white;
    background-color: #005a8e; }
  .button.button-wide,
  button.button-wide {
    padding-left: 3em;
    padding-right: 3em; }
  .button.button-small,
  button.button-small {
    padding: 0.25em 0.5em;
    font-size: 13px; }
  .button.button-short,
  button.button-short {
    padding: 0.75em 1.5em; }
  .button.button-secondary, .login-modal .account-create .button,
  button.button-secondary,
  .login-modal .account-create button.button {
    color: #9e9fa4;
    background: rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 1px #9e9fa4 inset; }
    .button.button-secondary:hover, .login-modal .account-create .button:hover,
    button.button-secondary:hover,
    .login-modal .account-create button.button:hover {
      color: white;
      background-color: #9e9fa4;
      border-color: #9e9fa4; }
  .button.button-tertiary,
  button.button-tertiary {
    color: white;
    background: #4e4d5b; }
    .button.button-tertiary:hover,
    button.button-tertiary:hover {
      color: #4e4d5b;
      box-shadow: 0 0 0 1px #4e4d5b inset;
      background-color: transparent; }
  .button:disabled, .button.button-disabled, .button.compare-submit.is-disabled,
  button:disabled,
  button.button-disabled,
  button.compare-submit.is-disabled {
    cursor: not-allowed;
    opacity: 0.6; }
  .button.account-button-primary,
  button.account-button-primary {
    color: white; }

.button-short {
  line-height: 1em; }

.button-group-item.pagination-link {
  background: #eeeeee;
  color: #9e9fa4; }

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

.tab-title {
  padding: .5rem;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1440px) {
    .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; }

@media (min-width: 768px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1440px) {
  .tab-content .productReview {
    width: 50%; } }

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

.tabs {
  margin-bottom: 55px;
  font-size: 0;
  text-align: center;
  border-bottom: 0; }
  .tabs.only-related-products {
    border: none;
    position: relative; }
    .tabs.only-related-products .tab-title {
      color: #000;
      font-size: 21px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      border: none; }
    .tabs.only-related-products .tab.is-active {
      border: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      .tabs.only-related-products .tab.is-active .tab-title:hover {
        background-color: inherit;
        border: none; }
    @media screen and (min-width: 1024px) {
      .tabs.only-related-products .tab-title {
        font-size: 24px; } }

.only-related-products__contents .card-body {
  text-align: left; }
  .only-related-products__contents .card-body .card-title a {
    color: #000;
    font-size: 1rem; }
  .only-related-products__contents .card-body .card-text .price-section {
    color: #000;
    font-size: 1.125rem; }

.tab-title {
  font-size: 16px;
  border: 2px solid rgba(0, 0, 255, 0); }
  .tab-title:hover {
    color: white;
    background-color: #60bf36;
    border-color: #60bf36; }
  .tab-title.active, .product-tabs .accordion-title.is-open {
    color: white;
    background-color: #4e4d5b;
    border-color: #4e4d5b; }
  .tab-title:not(:first-child) {
    margin-left: -1px; }
  .tab-title:first-child {
    border-radius: 4px; }
    .tab-title:first-child a {
      cursor: default; }
    .tab-title:first-child:not(:last-child) {
      border-radius: 4px 0 0 4px; }
      .tab-title:first-child:not(:last-child) a {
        cursor: pointer; }
  .tab-title:last-child:not(:first-child) {
    border-radius: 0 4px 4px 0; }
  .tab-title a {
    display: block;
    min-width: 190px;
    padding: 14px;
    color: inherit; }
    .tab-title a:hover {
      color: inherit; }

.tabs-content {
  position: relative; }
  .tabs-content .icon-spinner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px; }

.tab-content-panel.active ~ .icon-spinner {
  display: none; }

.product-tabs {
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  @media screen and (max-width: 767px) {
    .product-tabs .tabs {
      display: none; } }
  .product-tabs .accordion-title {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    font-weight: bold;
    border-bottom: 2px solid rgba(0, 0, 255, 0); }
    @media screen and (min-width: 768px) {
      .product-tabs .accordion-title {
        display: none; } }
    .product-tabs .accordion-title:first-of-type {
      border-top: 2px solid rgba(0, 0, 255, 0); }
    .product-tabs .accordion-title.is-open .icon-minus {
      display: inline-block; }
    .product-tabs .accordion-title.is-open .icon-plus {
      display: none; }
    .product-tabs .accordion-title a {
      display: block;
      padding: 15px;
      color: inherit; }
    .product-tabs .accordion-title .icon {
      position: absolute;
      top: 1.25rem;
      right: 15px;
      width: 1rem;
      height: 1rem; }
    .product-tabs .accordion-title .icon-plus {
      display: inline-block; }
    .product-tabs .accordion-title .icon-minus {
      display: none; }
  @media screen and (max-width: 767px) {
    .product-tabs .tab-content-panel {
      padding: 30px 15px;
      margin-right: -15px;
      margin-left: -15px;
      border-bottom: 2px solid rgba(0, 0, 255, 0); } }

.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 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

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

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

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

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

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

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

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .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 {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

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

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

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

/* scss-combine:general/alerts */
.alert {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.dismissed {
    opacity: 0; }
  .alert.hidden, .alert.alert-dynamic {
    display: none; }
  .alert.animating, .alert.visible {
    display: block; }
  .alert.animating-in, .alert.animating-out {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.visible {
    transform: translateX(0);
    opacity: 1; }
  .alert .alert-dismiss {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0;
    color: transparent;
    cursor: pointer; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
  .alert.alert-success, .alert.success {
    background-color: #8BC53F; }
    .alert.alert-success .alert-dismiss, .alert.success .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23557925' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-error, .alert.error {
    background-color: #FF5E5D; }
    .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23c30100' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-info, .alert.neutral {
    background-color: #00529B; }
    .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23000102' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert a:not(.alert-dismiss) {
    color: #fff;
    text-decoration: underline; }
    .alert a:not(.alert-dismiss):hover {
      text-decoration: none; }

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

.form-inlineMessage {
  display: block; }


.form-field--error .form-input,
.form-field--error .navigation-mobile .search-input,
.navigation-mobile .form-field--error .search-input,
.form-field--error .review-form .product-item-rating,
.review-form .form-field--error .product-item-rating {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 94, 93, 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"], .form-field--success .navigation-mobile .search-input[type="text"], .navigation-mobile .form-field--success .search-input[type="text"], .form-field--success .review-form .product-item-rating[type="text"], .review-form .form-field--success .product-item-rating[type="text"] {
  padding-right: 3rem;
  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(139, 197, 63, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"], .form-field--success .navigation-mobile .search-input[name="credit_card_number"], .navigation-mobile .form-field--success .search-input[name="credit_card_number"], .form-field--success .review-form .product-item-rating[name="credit_card_number"], .review-form .form-field--success .product-item-rating[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"], .form-field--success .navigation-mobile .search-input[name="cvv"], .navigation-mobile .form-field--success .search-input[name="cvv"], .form-field--success .review-form .product-item-rating[name="cvv"], .review-form .form-field--success .product-item-rating[name="cvv"] {
  background-position: right 2.25rem center; }

.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 {
  display: inline-block;
  position: relative; }
  .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: left; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: "Lato", 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 {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.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 #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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 .navigation-mobile .search-input, .navigation-mobile .form-prefixPostfix .search-input, .form-prefixPostfix .review-form .product-item-rating, .review-form .form-prefixPostfix .product-item-rating,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1440px) {
  .form-prefixPostfix .form-input, .form-prefixPostfix .navigation-mobile .search-input, .navigation-mobile .form-prefixPostfix .search-input, .form-prefixPostfix .review-form .product-item-rating, .review-form .form-prefixPostfix .product-item-rating {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder, .form-prefixPostfix .navigation-mobile .search-input::-webkit-input-placeholder, .navigation-mobile .form-prefixPostfix .search-input::-webkit-input-placeholder, .form-prefixPostfix .review-form .product-item-rating::-webkit-input-placeholder, .review-form .form-prefixPostfix .product-item-rating::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder, .form-prefixPostfix .navigation-mobile .search-input::-moz-placeholder, .navigation-mobile .form-prefixPostfix .search-input::-moz-placeholder, .form-prefixPostfix .review-form .product-item-rating::-moz-placeholder, .review-form .form-prefixPostfix .product-item-rating::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder, .form-prefixPostfix .navigation-mobile .search-input:-ms-input-placeholder, .navigation-mobile .form-prefixPostfix .search-input:-ms-input-placeholder, .form-prefixPostfix .review-form .product-item-rating:-ms-input-placeholder, .review-form .form-prefixPostfix .product-item-rating:-ms-input-placeholder {
  color: #666666; }

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

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

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

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

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  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; }
  @media (min-width: 768px) {
    .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: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.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: 768px) {
  .form-row--half > .form-field:nth-child(odd), .account-wrapper .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

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

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

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

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

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .card-figcaption {
      display: block; } }

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

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

.card-title {
  font-size: 1.0625rem;
  margin: 0.625rem 0;
  font-weight: 700; }
  .card-title > a {
    color: #3b3a48;
    display: block;
    text-decoration: none;
    word-wrap: break-word; }
    .card-title > a:hover {
      color: #60bf36; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text .price-section {
    color: #555551;
    font-size: 1.25rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: #9e9fa4;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: #9e9fa4;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }

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

/** TUD products style **/
.tud-product-card {
  background: #ffffff;
  color: #555551;
  user-select: none;
  cursor: pointer;
  border-radius: .15rem;
  border: .1rem solid transparent;
  height: 8.2rem;
  padding: .3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .tud-product-card {
      height: 7rem;
      font-size: 0.88rem; } }
  .tud-product-card:hover {
    border-color: #0081cb; }
  .tud-product-card .image-container,
  .tud-product-card .swatch {
    border-radius: .15rem;
    margin-right: .7rem;
    width: 4rem;
    height: 7.4rem;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 767px) {
      .tud-product-card .image-container,
      .tud-product-card .swatch {
        border-radius: 1px;
        width: 6rem;
        height: 6.74rem;
        position: relative;
        top: -.25rem;
        left: -.25rem; } }
  .tud-product-card .swatch img {
    width: 100%;
    height: 100%; }
  .tud-product-card .title {
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: "Roboto";
    color: #555551;
    font-weight: bold;
    margin: .3rem 0 .15rem; }
    @media screen and (max-width: 767px) {
      .tud-product-card .title {
        font-size: 0.88rem;
        line-height: 0.88rem; } }
  .tud-product-card div:not(.title) {
    line-height: 1.3em; }
  .tud-product-card .notes {
    margin-top: .2rem;
    font-size: .7rem; }
  .tud-product-card button.add-to-cart {
    position: absolute;
    bottom: .6rem;
    right: .6rem;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0;
    background: transparent;
    color: #555551;
    font-size: 1rem;
    color: #0081cb; }
  .tud-product-card .codes {
    word-wrap: break-word; }
    @media screen and (max-width: 767px) {
      .tud-product-card .codes {
        max-width: 85%; } }

/*----------  Brand List  ----------*/
.brand-list {
  display: none;
  padding-bottom: 40px;
  background-color: #f1eee9;
  text-align: center; }
  .brand-list .brand-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 39px;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 768px) {
      .brand-list .brand-link {
        margin-left: 30px;
        margin-right: 30px; } }
    .brand-list .brand-link:hover {
      opacity: 0.8; }
  .brand-list .brand-logo {
    max-height: 40px; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 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: #333333; }
  .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; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

body.header-compressed .customNav-panel {
  top: 4.8rem !important; }

body.header-compressed .button-mobile-nav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  body.header-compressed .button-mobile-nav-toggle.has-promo {
    top: auto;
    bottom: 15px;
    transform: translateY(0); }

body:not(.header-compressed) .customNav-panel {
  top: 6.7rem !important; }

body:not(.header-compressed) .button-mobile-nav-toggle {
  position: absolute;
  top: 69%;
  -ms-transform: translateY(-69%);
  transform: translateY(-69%); }
  @media screen and (max-width: 767px) {
    body:not(.header-compressed) .button-mobile-nav-toggle {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.main-nav-bar .navigation > ul > li > a.is-open {
  display: inline-block;
  position: relative; }
  .main-nav-bar .navigation > ul > li > a.is-open::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -8px;
    margin-left: -.75rem;
    position: absolute;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: 0.75rem solid #60bf36; }

.customNav {
  position: relative; }
  .customNav .customNav-link:hover {
    color: white; }
  .customNav .customNav-link.is-open::before {
    content: '';
    position: absolute;
    width: 30vw;
    height: 2rem;
    bottom: -7px;
    left: -12vw; }
  .customNav .customNav-panel {
    display: block;
    height: 1px;
    width: 1px;
    transform: scale(0);
    opacity: 0;
    background-color: #1a1a1a;
    position: fixed !important;
    left: 0 !important;
    padding: 1.125rem 2.75rem 2.75rem;
    border-top: solid 8px #60bf36;
    transition: opacity .3s linear;
    min-width: 100%; }
    .customNav .customNav-panel.is-open {
      opacity: 1;
      height: auto;
      width: auto;
      transform: scale(1); }
  .customNav .customNav-title {
    color: white;
    font-size: 21px;
    margin-bottom: .875rem;
    text-transform: uppercase; }
  .customNav .customNav-inner {
    display: flex; }
    .customNav .customNav-inner:has(.automotive) {
      line-height: 1.25rem; }
      @media only screen and (min-width: 1023px) and (max-width: 1130px) {
        .customNav .customNav-inner:has(.automotive) .buy-with-prime {
          position: absolute;
          bottom: 5px;
          right: 5%; }
          .customNav .customNav-inner:has(.automotive) .buy-with-prime img {
            width: 90px; } }
      @media only screen and (min-width: 1131px) and (max-width: 1201px) {
        .customNav .customNav-inner:has(.automotive) .buy-with-prime {
          position: absolute;
          top: 55px;
          right: 10px; }
          .customNav .customNav-inner:has(.automotive) .buy-with-prime img {
            width: 90px; } }
      @media only screen and (min-width: 1301px) and (max-width: 1390px) {
        .customNav .customNav-inner:has(.automotive) .buy-with-prime {
          position: absolute;
          top: 55px;
          right: 5%; }
          .customNav .customNav-inner:has(.automotive) .buy-with-prime img {
            width: 90px; } }
      @media only screen and (min-width: 1480px) and (max-width: 1570px) {
        .customNav .customNav-inner:has(.automotive) .buy-with-prime {
          position: absolute;
          bottom: 5px;
          right: 5%; }
          .customNav .customNav-inner:has(.automotive) .buy-with-prime img {
            width: 90px; } }
      @media only screen and (min-width: 1571px) and (max-width: 1630px) {
        .customNav .customNav-inner:has(.automotive) .buy-with-prime {
          position: absolute;
          top: 55px;
          right: 5%; }
          .customNav .customNav-inner:has(.automotive) .buy-with-prime img {
            width: 90px; } }
  .customNav .customNav-ul {
    padding: 0 1rem;
    max-height: 28.5rem; }
    .customNav .customNav-ul.automotive {
      -webkit-column-count: 7;
      -moz-column-count: 7;
      column-count: 7; }
    .customNav .customNav-ul.motorcycle {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    @media screen and (max-width: 1300px) {
      .customNav .customNav-ul {
        max-height: 28.5rem; }
        .customNav .customNav-ul.automotive {
          -webkit-column-count: 4;
          -moz-column-count: 4;
          column-count: 4; } }
    @media screen and (min-width: 1301px) and (max-width: 1480px) {
      .customNav .customNav-ul {
        max-height: 23.5rem; }
        .customNav .customNav-ul.automotive {
          -webkit-column-count: 5;
          -moz-column-count: 5;
          column-count: 5; } }
  .customNav .customNav-li {
    padding: .25rem .5rem; }
    .customNav .customNav-li a {
      color: white; }
      .customNav .customNav-li a:hover {
        color: #60bf36; }
  .customNav .customNav-banners {
    display: flex; }
  .customNav .customNav-banner {
    margin: 0 1.5rem; }
    .customNav .customNav-banner:first-child {
      margin: 0 1.5rem 0 0; }
    .customNav .customNav-banner:last-child {
      margin: 0 0 0 1.5rem; }

body:not(.paintFinderInitialized) .main-nav-bar .navigation > ul > li:first-child > a.is-open::after {
  display: none; }

.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 #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

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


.actionBar-section .form-input,
.actionBar-section .navigation-mobile .search-input,
.navigation-mobile .actionBar-section .search-input,
.actionBar-section .review-form .product-item-rating,
.review-form .actionBar-section .product-item-rating,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .navigation-mobile .search-input,
.navigation-mobile .actionBar-section .search-input,
.actionBar-section .review-form .product-item-rating,
.review-form .actionBar-section .product-item-rating,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 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; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    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 #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .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: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .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: 1024px) {
          .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: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .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: #333333;
  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%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input, .dropdown--quickSearch .navigation-mobile .search-input, .navigation-mobile .dropdown--quickSearch .search-input, .dropdown--quickSearch .review-form .product-item-rating, .review-form .dropdown--quickSearch .product-item-rating {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba(59, 58, 72, 0.98);
  transform: translateY(-100%);
  transition: all 0.2s ease-out; }
  .search-wrap.search-open {
    top: 0;
    height: 100vh;
    opacity: 1;
    transform: translateY(0); }
  .search-wrap .icon {
    fill: currentColor; }
  .search-wrap .button-search-close:hover {
    color: #60bf36; }
  .search-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    max-width: 586px;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .search-wrap .search-form .search-input.form-input, .search-wrap .search-form .navigation-mobile .search-input, .navigation-mobile .search-wrap .search-form .search-input, .search-wrap .search-form .review-form .search-input.product-item-rating, .review-form .search-wrap .search-form .search-input.product-item-rating {
      box-shadow: none; }
  .search-wrap .search-input {
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: white;
    min-width: 300px; }
    @media screen and (min-width: 480px) {
      .search-wrap .search-input {
        min-width: 400px; } }
    @media screen and (min-width: 768px) {
      .search-wrap .search-input {
        min-width: 568px; } }
    .search-wrap .search-input::placeholder {
      color: white;
      text-transform: none;
      font-size: 1.25rem; }
    .search-wrap .search-input:focus {
      outline: none; }
  .search-wrap .button-search-submit {
    top: 1.5625rem;
    color: white; }
  .search-wrap .form-field {
    margin: 0; }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  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; }

.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: 1024px) {
    .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: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .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: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .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: 1024px) {
      .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: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

.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: 1024px) {
    .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: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .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: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

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

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .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 #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, .navPages-quickSearch > .product-tabs {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

.main-nav-bar {
  padding-top: 30px;
  font-family: "Roboto";
  letter-spacing: .5px; }
  .main-nav-bar .container, .main-nav-bar .product-tabs {
    white-space: nowrap; }
  .main-nav-bar button:hover {
    background: transparent; }
  .main-nav-bar .top-bar-left {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .main-nav-bar .top-bar-left {
        width: 100%;
        margin: 0;
        float: none; } }
    .main-nav-bar .top-bar-left .site-branding {
      width: 20%;
      max-height: 999em;
      max-width: 999em;
      width: 165px; }
      .main-nav-bar .top-bar-left .site-branding img {
        max-height: 999em;
        max-width: 999em;
        height: 54px;
        width: auto; }
      @media screen and (max-width: 767px) {
        .main-nav-bar .top-bar-left .site-branding {
          width: 100%;
          text-align: center;
          padding: 0; }
          .main-nav-bar .top-bar-left .site-branding img {
            width: 144px;
            height: auto;
            padding: 0; } }
    .main-nav-bar .top-bar-left .navigation {
      text-align: left; }
      @media screen and (min-width: 768px) {
        .main-nav-bar .top-bar-left .navigation .search-wrapper {
          display: inline-block;
          vertical-align: baseline !important;
          position: relative; }
          .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap {
            position: absolute;
            top: 100%;
            right: initial;
            bottom: inherit;
            left: 50%;
            transform: translateX(-50%) !important;
            background: #fff;
            width: 350px;
            max-width: 90vw;
            height: auto;
            min-height: inherit;
            padding: 1rem;
            box-shadow: 0px 5px 15px -4px #111;
            border-radius: 0;
            border-top: solid 8px #60bf36;
            z-index: 100;
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.3s ease, opacity 0.3s ease;
            opacity: 0;
            pointer-events: none;
            margin: 0.5rem 0 0;
            overflow: inherit; }
            .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap.search-open {
              transform: scaleY(1);
              opacity: 1;
              pointer-events: auto; }
              .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap.search-open::after {
                content: "";
                display: block;
                width: 0px;
                height: 0px;
                left: 50%;
                top: -14px;
                margin-left: -.75rem;
                position: absolute;
                border-left: .75rem solid transparent;
                border-right: .75rem solid transparent;
                border-bottom: 0.75rem solid #60bf36; }
            .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-input {
              min-width: inherit; }
            .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .button-search-close {
              background: transparent;
              border: none;
              position: absolute;
              top: 0;
              right: 1rem;
              padding: 0.3rem;
              cursor: pointer;
              line-height: 0;
              display: none; }
              .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .button-search-close .icon-close {
                fill: #333333; }
              .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .button-search-close:hover .icon-close {
                fill: #60bf36; }
            .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form {
              display: flex;
              gap: 0.5rem;
              transform: none;
              margin: 0;
              position: relative;
              left: initial;
              top: initial;
              width: 100%;
              gap: 0; }
              .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .form-field {
                flex: 1; }
                .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .form-field .search-input {
                  width: 100%;
                  padding-right: 40px;
                  border: 2px solid #60bf36;
                  font-size: 1rem;
                  width: 100%;
                  min-height: 48px;
                  border-radius: 0;
                  color: #333333; }
                  .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .form-field .search-input:focus {
                    border-color: #60bf36;
                    outline: none; }
              .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .button-search-submit {
                background: #60bf36;
                border: none;
                padding: 0.5rem;
                cursor: pointer;
                min-height: 48px;
                width: 48px;
                position: initial;
                transform: none;
                gap: none;
                border-radius: 0; }
                .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .button-search-submit .icon-search {
                  fill: #fff; }
                .main-nav-bar .top-bar-left .navigation .search-wrapper .search-wrap .search-form .button-search-submit:hover {
                  background: #60bf36; } }
      .main-nav-bar .top-bar-left .navigation .top-level-nav-link {
        text-transform: none;
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: .5px;
        padding: 1.71rem 0; }
      .main-nav-bar .top-bar-left .navigation .top-level-nav-link.active {
        color: #60bf36; }
      .main-nav-bar .top-bar-left .navigation .dropdown a.dropdown-toggle {
        padding: 1rem .75rem; }
      .main-nav-bar .top-bar-left .navigation .dropdown.dropdown-open > a:not(.customNav-link) {
        transition: none !important;
        background: #0081cb;
        color: #ffffff; }
        .main-nav-bar .top-bar-left .navigation .dropdown.dropdown-open > a:not(.customNav-link):hover {
          color: #555551 !important; }
      .main-nav-bar .top-bar-left .navigation .dropdown .dropdown-panel:not(.customNav-panel) {
        transition: none !important;
        background: #0081cb; }
        .main-nav-bar .top-bar-left .navigation .dropdown .dropdown-panel:not(.customNav-panel) a {
          color: #ffffff; }
          .main-nav-bar .top-bar-left .navigation .dropdown .dropdown-panel:not(.customNav-panel) a.active {
            color: #555551; }
          .main-nav-bar .top-bar-left .navigation .dropdown .dropdown-panel:not(.customNav-panel) a:hover {
            color: #555551; }
      .main-nav-bar .top-bar-left .navigation .button-search-toggle {
        vertical-align: baseline !important;
        color: #555551;
        fill: #555551;
        padding: 0 0 0 0; }
        .main-nav-bar .top-bar-left .navigation .button-search-toggle:hover {
          color: #60bf36;
          fill: #60bf36;
          background: transparent; }
  .main-nav-bar .top-bar-right {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    height: 100%;
    display: table;
    float: right;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .main-nav-bar .top-bar-right {
        display: none; } }
    .main-nav-bar .top-bar-right .top-bar-button {
      display: inline-flex;
      align-items: center;
      line-height: 1rem; }
      .main-nav-bar .top-bar-right .top-bar-button .button-text {
        font-size: 1rem;
        font-weight: normal;
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #ccc;
        padding-left: 1.1rem;
        margin-right: 1rem; }
      .main-nav-bar .top-bar-right .top-bar-button:first-child .button-text {
        border: 0; }
    .main-nav-bar .top-bar-right .phonenumber {
      display: inline-block;
      margin-right: 1rem; }
      @media screen and (max-width: 1439px) {
        .main-nav-bar .top-bar-right .phonenumber {
          font-size: 70%;
          line-height: 1.1rem; } }
    .main-nav-bar .top-bar-right .customer-links {
      text-transform: none;
      font-weight: bold;
      padding: 0;
      margin: 0;
      height: 100%; }
    .main-nav-bar .top-bar-right .button-cart-toggle {
      vertical-align: top;
      font-size: 0.88rem;
      font-weight: bold;
      position: relative;
      padding-right: 0; }
      .main-nav-bar .top-bar-right .button-cart-toggle .button-text {
        margin-right: 0; }
      .main-nav-bar .top-bar-right .button-cart-toggle svg {
        margin-left: 0.75rem; }
        @media screen and (max-width: 1023px) {
          .main-nav-bar .top-bar-right .button-cart-toggle svg {
            position: absolute;
            right: 0;
            top: 1.8rem;
            margin-left: 0; } }

.top-bar {
  position: relative;
  z-index: 10;
  background-color: #f1eee9;
  color: #9e9fa4; }
  .top-bar .icon {
    fill: currentColor; }
  .top-bar .container, .top-bar .product-tabs {
    display: table;
    width: 100%;
    max-width: 1230px;
    min-height: 4.75rem;
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      .top-bar .container, .top-bar .product-tabs {
        max-height: 4.75rem;
        padding-left: 0;
        padding-right: 0; } }

.top-bar-button {
  height: 100%;
  color: inherit; }
  .top-bar-button:focus {
    outline: none;
    color: #60bf36; }
  .top-bar-button:hover {
    color: #60bf36; }

.top-bar-left,
.top-bar-center,
.top-bar-right {
  display: table-cell;
  vertical-align: middle; }

.top-bar-left {
  white-space: nowrap; }
  @media screen and (max-width: 1023px) {
    .top-bar-left {
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    .top-bar-left {
      display: none; } }

.top-bar-center {
  width: 100%; }
  .top-bar-center .site-branding {
    max-height: 4.75rem;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #9e9fa4;
    text-align: center;
    vertical-align: bottom; }
    .top-bar-center .site-branding .site-branding-logo {
      max-height: calc(4.75rem - 1rem);
      padding: 20px 0;
      vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .top-bar-center .site-branding {
        position: absolute;
        left: 50%;
        display: inline-block;
        margin-top: 0;
        text-align: left;
        transform: translate(-50%, -50%); } }
    @media screen and (min-width: 1024px) {
      .logo-align-left .top-bar-center .site-branding,
      .logo-align-right .top-bar-center .site-branding {
        display: none; } }
    .text-logo .top-bar-center .site-branding {
      margin-top: 0; }
    .long-logo-text .top-bar-center .site-branding {
      font-size: 16px; }

.top-bar-right {
  white-space: nowrap; }
  .logo-align-center .top-bar-right {
    width: 32.20339%; }
  .top-bar-right > * {
    white-space: normal; }

.customer-links,
.currency-selector {
  display: inline-block;
  vertical-align: top; }

.customer-links {
  position: relative;
  margin-right: 1.25rem; }
  .no-currency-selector .customer-links:after {
    display: none; }
  .customer-links .icon-account {
    margin-right: 11px;
    width: 0.9375rem;
    height: 0.9375rem; }
  .customer-links .button-text {
    vertical-align: top; }

.currency-selector {
  margin-left: 0; }
  .currency-selector.accounts-enabled {
    margin-left: 0.375rem; }
    .currency-selector.accounts-enabled .top-bar-button {
      padding-left: 0.625rem; }
  .currency-selector .currency-selector-active {
    margin-right: 5px; }
  .currency-selector .top-bar-button {
    padding-right: 0.625rem; }
  .currency-selector .icon-arrow-down {
    margin: -0.3em 0 0 0.5em; }
  .currency-selector .dropdown-panel {
    background-color: #f1eee9;
    padding: 10px; }
  .currency-selector .dropdown-menu-item {
    white-space: nowrap; }
    .currency-selector .dropdown-menu-item a {
      display: block;
      color: inherit; }
      .currency-selector .dropdown-menu-item a:hover {
        color: #60bf36; }

.currencies {
  width: 10px;
  padding-left: 10px;
  overflow: hidden;
  background: transparent;
  border: 0;
  appearance: none; }

.promo-message {
  font-family: "Roboto";
  padding: 1rem 2rem 1rem 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: #9e9fa4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f1eee9; }
  @media screen and (max-width: 767px) {
    .promo-message {
      white-space: normal; } }
  .promo-message a {
    color: #9e9fa4;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #60bf36;
      text-decoration: none; }
  @media screen and (max-width: 1023px) {
    .top-bar-center .promo-message {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .logo-align-left .site-alerts .promo-message,
    .logo-align-right .site-alerts .promo-message {
      display: none; } }

.customer-utils {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .customer-utils {
      display: none; } }
  .customer-utils .button-wishlist {
    margin-right: 2.375rem; }

.button-cart-toggle {
  padding-left: 0;
  transition: color 0.3s ease; }
  @media screen and (max-width: 767px) {
    .button-cart-toggle {
      transform: translateY(-50%); } }

.mini-cart-subtotal {
  font-family: "Roboto";
  margin-right: 0.375rem;
  vertical-align: text-top;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .mini-cart-subtotal {
      display: none; } }

.mega-nav-variant-container {
  display: block;
  max-width: 100%;
  min-width: 23.72881%;
  max-height: 31.25rem;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem; }
  .mega-nav-variant-container:after {
    content: " ";
    display: block;
    clear: both; }

.mega-nav-root-list,
.mega-nav-child-list {
  float: left;
  margin-right: 15px;
  vertical-align: top; }
  .mega-nav-root-list li,
  .mega-nav-child-list li {
    text-align: left;
    padding: 5px; }
    .mega-nav-root-list li:hover,
    .mega-nav-child-list li:hover {
      cursor: pointer; }
    .mega-nav-root-list li a,
    .mega-nav-child-list li a {
      color: white; }

.mega-nav-root-list {
  border-right: 1px solid #d9d6d2;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  height: 460px;
  letter-spacing: 0.077em;
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  text-transform: uppercase; }
  .mega-nav-root-list li {
    display: block; }
    .mega-nav-root-list li a {
      letter-spacing: normal; }
    .mega-nav-root-list li.active a {
      color: #60bf36; }
    .mega-nav-root-list li:hover a {
      color: white;
      text-decoration: underline; }

.mega-nav-child-container {
  display: block;
  float: left;
  max-width: 74.57627%;
  max-height: 25rem;
  padding-left: 1.875rem; }

.mega-nav-child-list-container {
  display: none; }
  .mega-nav-child-list-container.animating, .mega-nav-child-list-container.visible {
    display: block; }
  .mega-nav-child-list-container.animating {
    position: absolute; }
  .mega-nav-child-list-container.animating-in, .mega-nav-child-list-container.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .mega-nav-child-list-container.visible {
    opacity: 1;
    transform: translateY(0); }

.mega-nav-child-header {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: black;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0;
  text-align: left;
  width: 100%; }

.mega-nav-child-list-back {
  display: block;
  height: 1.25rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-size: 12px;
  margin-left: -7px; }
  .mega-nav-child-list-back svg {
    margin-top: -3px;
    vertical-align: middle;
    transform: rotate(90deg) !important;
    color: black; }
    .mega-nav-child-list-back svg path {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back a {
    height: 100%;
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back:hover a {
    text-decoration: none;
    color: #60bf36; }
  .mega-nav-child-list-back:hover svg path {
    fill: #60bf36; }

.mega-nav-child-list-inner-container {
  display: flex;
  height: 22.5rem; }

.mega-nav-child-list {
  display: flex;
  max-height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  float: left;
  font-family: "Roboto Slab", serif;
  font-size: 13px; }
  .mega-nav-child-list .mega-nav-child-item {
    align-self: baseline;
    margin-right: 3.75rem;
    min-height: 0;
    min-width: 0;
    padding: 5px 5px 5px 0;
    text-align: left; }
    .mega-nav-child-list .mega-nav-child-item a {
      color: #373737;
      font-size: 1rem;
      font-weight: lighter;
      padding: 0; }
    .mega-nav-child-list .mega-nav-child-item:hover > a {
      color: #60bf36; }
    .mega-nav-child-list .mega-nav-child-item:hover .mega-nav-arrow svg path {
      fill: #60bf36; }

.mega-nav-arrow {
  display: inline-block;
  height: 100%;
  margin-left: 0.125rem;
  margin-top: 3px;
  vertical-align: top;
  width: 0.8125rem; }
  .mega-nav-arrow .icon-arrow-down {
    transform: rotate(-90deg);
    vertical-align: middle; }
    .mega-nav-arrow .icon-arrow-down path {
      fill: #373737; }

.nav-mobile-open .site-canvas {
  transform: none;
  padding-top: 4.75rem; }

.nav-mobile-open .main-nav-bar {
  background-color: rgba(241, 238, 233, 0.97); }

.nav-mobile-open .top-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%; }

.nav-mobile-open .button-mobile-nav-toggle .burger {
  transform: rotate(-45deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:before {
    transform: rotate(90deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:after {
    display: none; }

.button-mobile-nav-back {
  position: relative;
  bottom: 15px;
  left: -5px;
  display: none;
  color: black;
  background: transparent; }
  .button-mobile-nav-back .icon {
    width: 9px;
    height: 14px; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block; }

.button-mobile-nav-toggle {
  left: 0;
  height: 28px;
  padding: 0 0.8125rem; }
  @media screen and (min-width: 768px) {
    .button-mobile-nav-toggle {
      padding: 0 0.9375rem; } }
  @media screen and (min-width: 768px) {
    .button-mobile-nav-toggle {
      display: none; } }
  .button-mobile-nav-toggle:focus {
    outline: none; }
  .button-mobile-nav-toggle .burger {
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    border-radius: 1px;
    transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before, .button-mobile-nav-toggle .burger:after {
      display: block;
      width: 16px;
      height: 2px;
      background: black;
      border-radius: 1px;
      content: '';
      transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before {
      transform: rotate(0deg) translate3d(0, -5px, 0);
      -webkit-transform: rotate(0deg) translate3d(0, -5px, 0); }
    .button-mobile-nav-toggle .burger:after {
      transform: translateY(3px);
      -webkit-transform: translateY(3px); }

.button-mobile-nav-cart {
  position: absolute;
  top: 50%;
  right: 12px;
  height: 17px;
  transform: translateY(-50%); }
  .button-mobile-nav-cart.has-promo {
    top: auto;
    bottom: 8%;
    transform: translateY(0); }
  @media screen and (min-width: 768px) {
    .button-mobile-nav-cart {
      display: none !important; } }
  .button-mobile-nav-cart a {
    display: block;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    .button-mobile-nav-cart a svg {
      fill: black; }

.navigation-mobile {
  position: fixed;
  z-index: 1000;
  top: 4.75rem;
  width: 100%;
  height: calc(100vh - 56px);
  display: none;
  overflow-y: auto;
  background-color: rgba(241, 238, 233, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 768px) {
    .navigation-mobile {
      display: none !important; } }
  .navigation-mobile.animating, .navigation-mobile.visible {
    display: block; }
  .navigation-mobile.animating-in, .navigation-mobile.animating-out {
    transform: translateX(-100%);
    transition: transform 0.3s ease; }
  .navigation-mobile.visible {
    transform: translateX(0);
    opacity: 1; }
  .navigation-mobile .search-form {
    position: relative;
    display: block;
    padding: 10px;
    max-width: none; }
  .navigation-mobile .search-input {
    width: 100%; }
  .navigation-mobile .button-search-submit {
    position: absolute;
    right: 27px;
    top: 38px;
    padding: 0;
    background: none; }
    .navigation-mobile .button-search-submit .icon-search {
      width: 16px;
      height: 16px; }
  .navigation-mobile a {
    padding: 9px 0; }
    @media screen and (max-width: 767px) {
      .navigation-mobile a {
        padding: 5px 0; } }
  .navigation-mobile .navigation {
    padding: 0 1.25rem 1rem 1.25rem;
    float: none;
    border-bottom: 1px solid rgba(158, 159, 164, 0.1);
    transition: transform 0.2s ease; }
    .navigation-mobile .navigation li,
    .navigation-mobile .navigation a {
      display: block; }
    .navigation-mobile .navigation .parent > a {
      color: #d7d6de; }
  .navigation-mobile .currency-selector .dropdown-toggle,
  .navigation-mobile .children a {
    font-family: "Lato";
    font-size: 1rem;
    color: #9e9fa4;
    text-transform: uppercase; }
  .navigation-mobile .icon-account,
  .navigation-mobile .icon-wishlist,
  .navigation-mobile .icon-cart {
    width: 18px;
    margin-right: 11px; }
  .navigation-mobile .dropdown-panel {
    position: static;
    padding-top: 0; }
  .navigation-mobile .currency-selector {
    margin-left: 0 !important; }
    .navigation-mobile .currency-selector .dropdown-toggle.top-bar-button {
      height: auto;
      padding-left: 0; }
    .navigation-mobile .currency-selector .dropdown-panel {
      background-color: transparent;
      padding-top: 0; }
  .navigation-mobile .icon-arrow-down {
    margin-top: -0.05rem;
    transform: rotate(270deg); }

.nav-mobile-container {
  position: relative;
  overflow: hidden; }

.nav-mobile-panel {
  width: 100%;
  transition: transform 0.5s ease; }
  .nav-mobile-panel.is-active {
    position: relative; }
  .nav-mobile-panel.is-right, .nav-mobile-panel.is-left {
    position: absolute;
    top: 0; }
  .nav-mobile-panel.is-right {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    /* TUD mod */ }
  .nav-mobile-panel.is-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    /* TUD mod */ }
  .nav-mobile-panel.force-state {
    transition: none; }
  .nav-mobile-panel .nav-mobile-panel-title {
    margin-bottom: 0.5rem; }

.main-nav-bar {
  background-color: white;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main-nav-bar {
      display: none; } }
  .main-nav-bar > .container, .main-nav-bar > .product-tabs {
    display: block;
    width: 100%;
    max-width: 1230px;
    height: 4.75rem;
    text-align: left;
    transition: height 0.2s linear; }
    .compressed .main-nav-bar > .container, .compressed .main-nav-bar > .product-tabs {
      height: 4.75rem; }
  .main-nav-bar .site-branding {
    display: inline-block;
    width: 15.25424%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .logo-align-right .main-nav-bar .site-branding {
      float: right;
      margin: 0;
      padding-right: 6px;
      text-align: right; }
    .main-nav-bar .site-branding .logo-align-left {
      float: left; }
    .logo-align-center .main-nav-bar .site-branding {
      display: none; }
  .main-nav-bar .site-branding-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .logo-align-right .main-nav-bar .site-branding-link {
      width: auto; }
    .compressed .main-nav-bar .site-branding-link {
      height: 80%; }
  .main-nav-bar .site-branding-logo {
    max-height: 100%;
    vertical-align: middle;
    padding: 9px 0 11px; }
    @media (min-width: 767px) and (max-width: 1022px) {
      .main-nav-bar .site-branding-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .main-nav-bar .site-branding-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all; }
  .main-nav-bar .navigation {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    text-align: center;
    width: 66.10169%;
    margin-left: .75rem; }
    @media screen and (min-width: 1200px) {
      .main-nav-bar .navigation {
        margin-left: 1.5rem; } }
    .logo-align-right .main-nav-bar .navigation {
      float: left;
      margin-left: 0;
      text-align: left;
      max-width: 75%;
      width: auto; }
      @media screen and (max-width: 1023px) {
        .logo-align-right .main-nav-bar .navigation {
          max-width: none;
          width: 100%;
          float: none;
          text-align: left; } }
      .logo-align-right .logo-align-right .main-nav-bar .navigation .enforce-max-width {
        max-width: 95%; }
      .logo-align-right .main-nav-bar .navigation ul li:first-child .top-level-nav-link:first-child {
        padding-left: 0; }
    .logo-align-center .main-nav-bar .navigation {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      width: auto; }
    .logo-align-center .main-nav-bar .navigation > .button-search-toggle {
      display: none; }
    .main-nav-bar .navigation .button-search-toggle {
      height: 100%;
      vertical-align: top; }
      .main-nav-bar .navigation .button-search-toggle svg {
        vertical-align: middle;
        margin-top: -3px; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .navigation {
        width: 91.52542%;
        height: 100%;
        margin-left: -0.75rem; } }
    .main-nav-bar .navigation > ul {
      display: inline-block;
      height: 100%; }
      .logo-align-right .main-nav-bar .navigation > ul {
        max-width: 95%; }
      .main-nav-bar .navigation > ul > li {
        display: inline-block;
        padding-right: 1.5rem; }
        .main-nav-bar .navigation > ul > li.dropdown > a {
          padding: 1rem 0.75rem; }
        .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
          padding-right: 0.75rem; }
          @media screen and (min-width: 1200px) {
            .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
              padding-right: 1.5rem; } }
      .main-nav-bar .navigation > ul li:nth-last-child(n+10),
      .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
        margin-right: 0; }
        @media screen and (max-width: 1439px) {
          .main-nav-bar .navigation > ul li:nth-last-child(n+10),
          .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
            margin-right: 0.625rem; } }
  .main-nav-bar .top-level-nav-link {
    padding: 1rem 0;
    display: block;
    color: #373737;
    font-size: 0.8125rem;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear, padding 0.2s linear, height 0.2s linear; }
    @media screen and (min-width: 1230px) {
      .main-nav-bar .top-level-nav-link {
        padding: 1rem 1.25rem; } }
    .main-nav-bar .top-level-nav-link:hover:not(.pages) {
      color: #60bf36; }
    .main-nav-bar .top-level-nav-link.pages span:hover {
      color: #60bf36; }
  .main-nav-bar .dropdown-open > a:not(.customNav-link) {
    color: white;
    background-color: rgba(78, 77, 91, 0.97); }
    .main-nav-bar .dropdown-open > a:not(.customNav-link):hover {
      color: white; }
  .main-nav-bar .dropdown-panel {
    text-align: left;
    background-color: rgba(78, 77, 91, 0.97); }

.site-branding {
  font-weight: 300;
  font-size: 32px;
  color: #373737;
  font-family: inherit; }
  .site-branding a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none; }

.simple-list .navigation {
  float: none;
  width: 100%;
  padding: 0 0.625rem;
  margin: 0;
  text-align: left; }
  .simple-list .navigation .top-level-nav-link {
    padding: 0.3125rem 0;
    white-space: nowrap; }
  .simple-list .navigation .parent {
    display: block;
    width: 100%; }
  .simple-list .navigation ul ul {
    width: 100%;
    margin-left: 0.625rem; }

.simple-list .parent > a {
  font-family: "Lato";
  font-size: 1.0625rem;
  color: white; }

.nav-page .dropdown-panel {
  min-width: calc(100% + 15px);
  white-space: nowrap;
  line-height: 1.3;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 30px; }
  .navigation-mobile .nav-page .dropdown-panel {
    white-space: normal; }
  .nav-page .dropdown-panel li:not(:last-child) {
    margin-bottom: 15px; }
    .navigation-mobile .nav-page .dropdown-panel li:not(:last-child) {
      margin-bottom: 0; }
  .nav-page .dropdown-panel ul {
    margin-top: 0.625rem;
    margin-bottom: 15px; }

.mega-nav {
  position: static; }
  .mega-nav.dropdown-open > a {
    height: 4.8125rem;
    padding-bottom: 39px; }
    .multi-row .mega-nav.dropdown-open > a {
      height: auto;
      padding-bottom: 1rem; }
    .compressed .mega-nav.dropdown-open > a {
      padding-bottom: 16px;
      height: 3.4375rem; }

.mega-nav-panel {
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 9.5rem);
  padding: 2.5rem 0.9375rem 0 0;
  overflow-y: auto;
  text-align: center;
  transition: top 0.2s linear; }
  .mega-nav-panel .container, .mega-nav-panel .product-tabs {
    max-height: 100%; }
  .compressed .mega-nav-panel {
    top: 3.4375rem; }

.multi-row .mega-nav.dropdown-open .dropdown-toggle {
  position: relative; }
  .multi-row .mega-nav.dropdown-open .dropdown-toggle::after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 47px;
    background-color: rgba(78, 77, 91, 0.97);
    content: ""; }

.mega-nav-list {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row; }
  .mega-nav-list.wrap-cols {
    flex-wrap: wrap; }
    .mega-nav-list.wrap-cols:after {
      flex: auto;
      content: ""; }
  .mega-nav-list a {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: white; }
    .mega-nav-list a:hover {
      text-decoration: underline; }
  .mega-nav-list .parent {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.5rem;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; }
    .mega-nav-list .parent > a {
      font-family: "Lato";
      font-size: 1.0625rem; }
  .mega-nav-list .children a {
    opacity: 0.5; }
  .mega-nav-list ul ul {
    margin-top: -0.75rem;
    margin-bottom: 0.75rem;
    margin-left: 0.9375rem; }
    .mega-nav-list ul ul a {
      margin-bottom: 0;
      font-family: "Lato";
      font-weight: 300; }
  .mega-nav-list ul ul ul {
    margin-top: 0; }
  .mega-nav-list .tier-panel {
    padding: 0; }
  .mega-nav-list .tier-open > a {
    opacity: 1; }
  .mega-nav-list .tier-toggle {
    padding-top: 0 !important; }

.search-button-wrap {
  float: right;
  height: 100%;
  text-align: right; }
  @media screen and (max-width: 1023px) {
    .search-button-wrap {
      width: 6.77966%;
      color: #373737; } }
  .search-button-wrap .button-search-toggle {
    vertical-align: middle; }
    .search-button-wrap .button-search-toggle:hover {
      color: #60bf36; }
    .search-button-wrap .button-search-toggle:focus {
      outline: none;
      color: #60bf36; }

@media screen and (max-width: 767px) {
  .main-nav-bar,
  .top-bar-left {
    display: block;
    padding: 0; }
  .main-nav-bar > .container, .main-nav-bar > .product-tabs,
  .site-header {
    height: 3.5rem; }
  .navigation-mobile {
    top: 3.5rem; }
    .navigation-mobile .button-search-submit {
      top: 1.8rem; }
    .navigation-mobile .menuColorPickerContainer {
      width: 100%;
      height: 40px;
      background-color: #60bf36;
      display: inline-block;
      text-align: center; }
      .navigation-mobile .menuColorPickerContainer span {
        color: #FFFFFF;
        font-size: 16px;
        transform: translateY(50%);
        display: inline-block; }
  .top-bar-left .navigation {
    display: none; }
  .top-bar-left .site-branding {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0; }
    .top-bar-left .site-branding img {
      width: 9rem;
      max-width: 9999em;
      height: auto; } }

.search-wrap {
  overflow: hidden; }
  .search-wrap.search-open {
    overflow: auto; }
  .search-wrap .search-form {
    border: none; }
  .search-wrap .button-search-submit {
    top: 1.2rem; }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      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: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .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 {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

.share-buttons {
  line-height: 0; }

.social-link {
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle; }
  .social-link a {
    color: #9e9fa4; }
    .social-link a:hover {
      color: #60bf36; }
  .social-link .icon {
    width: 28px;
    height: 14px; }

.fb-like iframe {
  max-width: none; }

.heroCarousel {
  margin-bottom: 4.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots li {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    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 {
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

.carousel-item {
  position: relative; }

.carousel,
.slick-list,
.slick-track,
.slick-slide,
.heroCarousel-image {
  height: 210px !important; }
  @media (min-width: 768px) {
    .carousel,
    .slick-list,
    .slick-track,
    .slick-slide,
    .heroCarousel-image {
      height: 300px !important; } }
  @media (min-width: 1440px) {
    .carousel,
    .slick-list,
    .slick-track,
    .slick-slide,
    .heroCarousel-image {
      height: 400px !important; } }

.carousel {
  margin-bottom: 14rem !important;
  width: 100%; }
  @media (min-width: 768px) {
    .carousel {
      margin-bottom: 1rem !important; } }
  .carousel .container, .carousel .product-tabs {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .carousel .container, .carousel .product-tabs {
        width: 100%;
        position: absolute !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; } }
  .carousel .heroCarousel-image {
    object-fit: cover;
    margin: auto;
    object-position: 80% 50%; }
    @media (min-width: 1024px) {
      .carousel .heroCarousel-image {
        object-position: 100% 20%;
        max-width: 100%;
        height: 100%; } }
  .carousel .slick-list {
    overflow: visible; }
  .carousel .carousel-item-info {
    top: 0 !important;
    background: transparent;
    width: 100%;
    left: 1rem;
    display: table;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .carousel .carousel-item-info {
        margin-left: 0; } }
    .carousel .carousel-item-info > div {
      display: table-row;
      height: 100%;
      width: 100%; }
      @media (max-width: 767px) {
        .carousel .carousel-item-info > div {
          background: rgba(255, 255, 255, 0.25);
          margin-bottom: 0.6rem;
          box-shadow: 0 2px 6px rgba(255, 255, 255, 0.25); } }
      .carousel .carousel-item-info > div > .inner {
        display: table-cell;
        height: 100%;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .carousel .carousel-item-info > div > .inner {
            margin: auto;
            padding: 15px 5px;
            width: 80%; } }
    .carousel .carousel-item-info .carousel-item-title {
      max-width: 450px;
      color: #555551;
      font-weight: bold;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 5px;
      text-align: center;
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        .carousel .carousel-item-info .carousel-item-title {
          font-size: 2.5rem;
          margin: 0 0 .5rem;
          padding: 0;
          text-align: left; } }
    .carousel .carousel-item-info .carousel-item-caption {
      max-width: 450px;
      color: #555551;
      font-size: 1rem;
      line-height: 1.2rem;
      padding: 5px 5px 0 0;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      @media (min-width: 768px) {
        .carousel .carousel-item-info .carousel-item-caption {
          margin: 0 0 .6rem 0;
          text-align: left; } }
  .carousel .slick-dots {
    position: absolute;
    top: 13.75rem; }
    @media (min-width: 768px) {
      .carousel .slick-dots {
        top: 320px; } }
    @media (min-width: 1440px) {
      .carousel .slick-dots {
        top: 420px; } }
    .carousel .slick-dots button {
      margin-left: 6px;
      margin-right: 6px; }
      .carousel .slick-dots button:hover {
        background-color: #0081cb; }
      .carousel .slick-dots button::after, .carousel .slick-dots button::before {
        display: none; }
    .carousel .slick-dots .slick-active button {
      background-color: #0081cb; }

.carousel + .container .products-image img, .carousel + .product-tabs .products-image img {
  position: absolute;
  top: 4.4rem;
  margin-left: -4.5rem;
  height: 23rem;
  margin-top: 2rem; }

.carousel {
  cursor: ew-resize;
  cursor: grab; }
  .js .carousel .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease; }
  .js .carousel.slick-initialized .carousel-item {
    opacity: 1; }
  .js .carousel .carousel-item.heroCarousel-slide--first {
    opacity: 1; }
  .carousel .container, .carousel .product-tabs {
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .container, .carousel .product-tabs {
        padding: 0; } }

.carousel-item {
  width: 100%; }
  .carousel-item > a {
    display: block; }

.carousel-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
  background-size: cover; }
  .ratio-natural .carousel-item-image {
    height: auto;
    padding-bottom: 0; }
  .ratio-3-1 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 33.33333%; }
  .ratio-16-9 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

.carousel-item-info {
  padding: 1.5rem 1rem;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  background-color: rgba(59, 58, 72, 0.8); }
  @media screen and (min-width: 768px) {
    .carousel-item-info {
      position: absolute;
      left: 45px;
      bottom: 0;
      width: 380px;
      text-align: left; } }
  .carousel-item-info.show {
    opacity: 1;
    transform: translate(0, 0); }
  .carousel-item-info .carousel-item-title {
    margin: 0;
    font-family: "Lato";
    font-weight: 400;
    font-size: 40px;
    color: white; }
  .carousel-item-info .carousel-item-caption {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75); }
  .carousel-item-info .carousel-item-link {
    font-size: 13px;
    color: #60bf36; }

.carousel-navigation-item {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 1rem;
  color: white;
  cursor: pointer;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .carousel-navigation-item {
      display: none !important; } }
  .carousel-navigation-item.previous {
    left: 0; }
  .carousel-navigation-item.next {
    right: 0; }
  .carousel-navigation-item .icon {
    height: 24px;
    width: 15px; }

@media screen and (min-width: 768px) {
  .products-featured .container, .products-featured .product-tabs,
  .products-related .container,
  .products-related .product-tabs {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1330px; } }

.products-featured .product-item-thumbnail,
.products-related .product-item-thumbnail {
  margin-right: 10px; }

.products-featured .carousel-navigation-item,
.products-related .carousel-navigation-item {
  color: #9e9fa4; }
  .products-featured .carousel-navigation-item.previous,
  .products-related .carousel-navigation-item.previous {
    left: -50px; }
  .products-featured .carousel-navigation-item.next,
  .products-related .carousel-navigation-item.next {
    right: -50px; }

@media screen and (max-width: 767px) {
  .products-featured .tabs,
  .products-related .tabs {
    display: flex; } }

.products-featured .tab-title,
.products-related .tab-title {
  flex-basis: 50%; }
  @media screen and (max-width: 767px) {
    .products-featured .tab-title a,
    .products-related .tab-title a {
      min-width: 0;
      padding-left: 5px;
      padding-right: 5px; } }

.product-carousel {
  margin-bottom: 88px; }

.product-list-item {
  display: table;
  width: 100%; }
  .product-list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 255, 0); }
  @media screen and (min-width: 768px) {
    .product-list-item .product-thumb-wrapper,
    .product-list-item .product-item-details,
    .product-list-item .product-item-actions {
      display: table-cell;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .product-list-item .product-item-thumbnail {
      width: 176px;
      margin: 0; }
      .product-list-item .product-item-thumbnail img {
        max-height: 176px; } }
  .product-list-item .product-item-details {
    padding: 0 30px;
    width: 100%; }
  .product-list-item .product-item-actions {
    text-align: center; }
  .product-list-item .product-item-price {
    font-size: 1.25rem; }
  .product-list-item .product-price-line {
    margin-bottom: 0.625rem; }
  .product-list-item .tax-label {
    display: block; }
  .product-list-item .button {
    width: 100%;
    margin: 15px 0;
    white-space: nowrap; }
    .product-list-item .button + .button {
      margin: 0; }

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

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn-column {
      width: 50%; } }

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1440px) {
    .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; }

.radioButtons input[type="radio"] {
  cursor: pointer;
  margin-right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  /* The native appearance is hidden */
  appearance: none;
  -webkit-appearance: none;
  /* For a circular appearance we need a border-radius. */
  border-radius: 50%;
  /* By creating a box-shadow with no offset and no blur, we have an outer circle */
  box-shadow: 0 0 0 1px #60bf36; }
  .radioButtons input[type="radio"]:checked {
    /* The background will be the radio dot's color. */
    background: #60bf36;
    /* The border will be the spacing between the dot and the outer circle */
    border: 4px solid #FFF; }

body.quizPopup-open {
  overflow: scroll; }
  body.quizPopup-open::after {
    transition: background 0.5s ease 0s;
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 58, 72, 0.95);
    z-index: 800;
    pointer-events: none; }

.page--quiz .main-content {
  background-color: #EEEEED; }

.page--quiz .site-canvas {
  padding-top: 5.625rem; }

.quiz {
  padding: 1rem;
  text-wrap: pretty;
  position: relative;
  min-height: calc(100vh - 86px); }
  @media (min-width: 1024px) {
    .quiz {
      min-height: calc(100vh - 107px); } }
  .quiz .pf-stepper {
    position: static; }
  .quiz .col-12 {
    flex: 1 0 100%; }
  .quiz .col-6 {
    flex: 1 0 47%; }
  @media (min-width: 1024px) {
    .quiz .col-md-6 {
      flex: 1 0 47%; } }
  @media (min-width: 1024px) {
    .quiz .col-md-3 {
      flex: 1 0 23%; } }
  @media (min-width: 768px) {
    .quiz .col-sm-6 {
      flex: 1 0 48%; }
      .quiz .col-sm-6.mr-12 {
        margin-right: 0.75rem; }
      .quiz .col-sm-6.ml-12 {
        margin-right: 0.75rem; } }
  .quiz .first-screen h1.quizRegular-title, .quiz .first-screen .blog-items-list .quizRegular-title.post-title, .blog-items-list .quiz .first-screen .quizRegular-title.post-title {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 19.375rem;
    margin-bottom: 1rem;
    letter-spacing: 2.4px;
    font-weight: 800; }
    @media (min-width: 1024px) {
      .quiz .first-screen h1.quizRegular-title, .quiz .first-screen .blog-items-list .quizRegular-title.post-title, .blog-items-list .quiz .first-screen .quizRegular-title.post-title {
        margin-bottom: 1.5rem; } }
  .quiz .first-screen .image-container {
    top: 170px; }
  .quiz .first-screen,
  .quiz .scratches-damage {
    padding: 1rem 0 0; }
    .quiz .first-screen .quizRegular-text, .quiz .first-screen .button,
    .quiz .scratches-damage .quizRegular-text,
    .quiz .scratches-damage .button {
      z-index: 2; }
    .quiz .first-screen .image-container,
    .quiz .scratches-damage .image-container {
      position: absolute;
      bottom: 0; }
      .quiz .first-screen .image-container img,
      .quiz .scratches-damage .image-container img {
        height: 100%; }
    .quiz .first-screen .quizRegular-text,
    .quiz .scratches-damage .quizRegular-text {
      max-width: 15rem;
      font-size: 0.875rem;
      line-height: 1.15; }
      @media (min-width: 1024px) {
        .quiz .first-screen .quizRegular-text,
        .quiz .scratches-damage .quizRegular-text {
          z-index: 1;
          max-width: 26.25rem; } }
  .quiz .scratches-damage .image-container {
    top: 260px; }
  .quiz div {
    font-size: 0.875rem;
    color: #2D2D2D; }
    @media (min-width: 1024px) {
      .quiz div {
        font-size: 1rem; } }
  .quiz button {
    background-color: #60bf36;
    border: unset;
    height: auto;
    padding: 0.75rem 1.5rem;
    line-height: 1.15; }
  .quiz .image-container {
    width: 100%;
    text-align: center; }
    .quiz .image-container img.img__container-full-width {
      width: 100%;
      max-width: 100%; }
    .quiz .image-container .img__cover {
      object-fit: cover;
      object-position: center; }
      @media (min-width: 1024px) {
        .quiz .image-container .img__cover-mob {
          object-position: top; } }
  .quiz .quizHeader {
    padding: 1.5rem 0 1.625rem;
    position: relative;
    max-width: 75rem;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .quiz .quizHeader {
        padding-top: 1.5rem; } }
    .quiz .quizHeader .go-back-btn {
      background-color: transparent;
      display: flex;
      align-items: center;
      padding: 0;
      position: absolute;
      bottom: -1.875rem; }
      @media (min-width: 1024px) {
        .quiz .quizHeader .go-back-btn {
          bottom: -2.8125rem; } }
      .quiz .quizHeader .go-back-btn__icon svg {
        fill: transparent;
        stroke: #4EB547; }
      .quiz .quizHeader .go-back-btn__name {
        display: none; }
        @media (min-width: 1024px) {
          .quiz .quizHeader .go-back-btn__name {
            display: inline;
            color: #000;
            font-size: 0.875rem;
            font-weight: 500;
            margin-left: 0.5rem; } }
    .quiz .quizHeader .progress-bar {
      display: flex;
      justify-content: space-between;
      position: relative;
      align-items: center;
      padding: 0 0.1875rem; }
      .quiz .quizHeader .progress-bar .bar {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #F7B500;
        transition: all .5s;
        border-radius: 10px;
        height: 0.75rem; }
      .quiz .quizHeader .progress-bar .point {
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #F7B500; }
        .quiz .quizHeader .progress-bar .point.active {
          background-color: #fff;
          box-shadow: 0px 0px 0px 2px #F7B500; }
        .quiz .quizHeader .progress-bar .point-0 {
          width: 12px;
          height: 12px;
          background-color: #fff;
          border: 2px solid #F7B500; }
          .quiz .quizHeader .progress-bar .point-0.active {
            border: unset;
            width: 8px;
            height: 8px; }
  .quiz h1.quizCard-title, .quiz .blog-items-list .quizCard-title.post-title, .blog-items-list .quiz .quizCard-title.post-title,
  .quiz h1.quizRegular-title,
  .quiz .blog-items-list .quizRegular-title.post-title,
  .blog-items-list .quiz .quizRegular-title.post-title,
  .quiz h1.quizPaintFinder-title,
  .quiz .blog-items-list .quizPaintFinder-title.post-title,
  .blog-items-list .quiz .quizPaintFinder-title.post-title,
  .quiz h1.quizCalculator-title,
  .quiz .blog-items-list .quizCalculator-title.post-title,
  .blog-items-list .quiz .quizCalculator-title.post-title,
  .quiz h2.quizUpsellsPopup-title,
  .quiz .quizUpsellsPopup-title.giftcard-header {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin: 0 0 2rem;
    letter-spacing: 1.4px;
    color: #2D2D2D;
    font-family: "Roboto";
    font-size: 0.875rem; }
    @media (min-width: 1024px) {
      .quiz h1.quizCard-title, .quiz .blog-items-list .quizCard-title.post-title, .blog-items-list .quiz .quizCard-title.post-title,
      .quiz h1.quizRegular-title,
      .quiz .blog-items-list .quizRegular-title.post-title,
      .blog-items-list .quiz .quizRegular-title.post-title,
      .quiz h1.quizPaintFinder-title,
      .quiz .blog-items-list .quizPaintFinder-title.post-title,
      .blog-items-list .quiz .quizPaintFinder-title.post-title,
      .quiz h1.quizCalculator-title,
      .quiz .blog-items-list .quizCalculator-title.post-title,
      .blog-items-list .quiz .quizCalculator-title.post-title,
      .quiz h2.quizUpsellsPopup-title,
      .quiz .quizUpsellsPopup-title.giftcard-header {
        margin: 1.25rem 0 2.5rem;
        font-size: 1.25rem;
        letter-spacing: 2px; } }
  .quiz .quizCard-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .quiz .quizCard-ul {
        margin-bottom: 5.9375rem; } }
  .quiz .damage-size .quizCard-li, .quiz .damage-type .quizCard-li, .quiz .project-type .quizCard-li {
    padding: 0; }
    .quiz .damage-size .quizCard-li .quizCard-name, .quiz .damage-size .quizCard-li .quizCard-text, .quiz .damage-type .quizCard-li .quizCard-name, .quiz .damage-type .quizCard-li .quizCard-text, .quiz .project-type .quizCard-li .quizCard-name, .quiz .project-type .quizCard-li .quizCard-text {
      max-width: 90%; }
  .quiz .quizCard-li {
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0.3125rem;
    margin: .25rem;
    padding: 1rem;
    text-align: center; }
  .quiz .quizCard-link {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .quiz .quizCard-img {
    max-width: 9.375rem; }
    .quiz .quizCard-img.img__container-full-width {
      max-width: 100%;
      width: 100%; }
  .quiz .quizCard-name {
    font-weight: 700;
    font-size: 1.0625rem; }
    @media (min-width: 1024px) {
      .quiz .quizCard-name {
        font-size: 1.125rem;
        margin-top: .5rem;
        padding: 0.3125rem 0; } }
  .quiz .quizCard-text {
    color: #2D2D2D;
    margin-top: 0.125rem; }
    @media (min-width: 1024px) {
      .quiz .quizCard-text {
        margin-top: 0.1875rem; } }
  .quiz .quizRegular {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .quiz .quizRegular.scratches-damage .image-container {
        margin-top: 0; } }
    .quiz .quizRegular.scratches-damage .quizRegular-title {
      max-width: 13.4375rem; }
      @media (min-width: 1024px) {
        .quiz .quizRegular.scratches-damage .quizRegular-title {
          max-width: 19.0625rem; } }
    .quiz .quizRegular.scratches-damage .quizRegular-text {
      max-width: 13.75rem; }
      @media (min-width: 1024px) {
        .quiz .quizRegular.scratches-damage .quizRegular-text {
          max-width: 26.25rem; } }
  .quiz .quizRegular-text {
    text-align: center;
    color: #7F807F;
    margin-bottom: 1.5rem; }
    .quiz .quizRegular-text p:last-child {
      margin-bottom: 0; }
  
  .quiz h1.quizRegular-title,
  .quiz .blog-items-list .quizRegular-title.post-title,
  .blog-items-list .quiz .quizRegular-title.post-title,
  .quiz .quizRegular-text {
    max-width: 80%; }
    @media (min-width: 768px) {
      
      .quiz h1.quizRegular-title,
      .quiz .blog-items-list .quizRegular-title.post-title,
      .blog-items-list .quiz .quizRegular-title.post-title,
      .quiz .quizRegular-text {
        max-width: 50%; } }
    @media (min-width: 1024px) {
      
      .quiz h1.quizRegular-title,
      .quiz .blog-items-list .quizRegular-title.post-title,
      .blog-items-list .quiz .quizRegular-title.post-title,
      .quiz .quizRegular-text {
        max-width: 35rem; } }
  .quiz .quizRegular-btn {
    width: 100%;
    max-width: 360px; }
    @media (min-width: 768px) {
      .quiz .quizRegular-btn {
        width: auto; } }
    @media (min-width: 1024px) {
      .quiz .quizRegular-btn {
        max-width: unset; } }
  .quiz .quizRegular-img {
    max-width: 14.625rem; }
  .quiz .quizPaintFinder {
    min-height: calc(100vh - 174px); }
    .quiz .quizPaintFinder.quizSelectColor .quizPaintFinder-title {
      margin-bottom: 0.5rem; }
    .quiz .quizPaintFinder .pf-widget--quiz {
      max-width: 22.5rem;
      padding: 0;
      margin: 0 auto;
      background-color: transparent; }
      @media (min-width: 1024px) {
        .quiz .quizPaintFinder .pf-widget--quiz {
          width: 22.5rem; } }
      .quiz .quizPaintFinder .pf-widget--quiz .container, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs {
        display: flex;
        flex-direction: column;
        gap: 0.875rem;
        margin: 0 auto;
        padding: 0; }
        .quiz .quizPaintFinder .pf-widget--quiz .container .radioButtons .customRadio__controls, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .radioButtons .customRadio__controls {
          justify-content: center; }
        .quiz .quizPaintFinder .pf-widget--quiz .container .radioButtons .customRadio__radio, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .radioButtons .customRadio__radio {
          color: #000;
          font-size: 1rem;
          line-height: 1; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .radioButtons .customRadio__radio:not(:last-child), .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .radioButtons .customRadio__radio:not(:last-child) {
            margin-right: 0.875rem; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .radioButtons .customRadio__radio input[type="radio"], .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .radioButtons .customRadio__radio input[type="radio"] {
            width: 1.125rem;
            height: 1.125rem; }
        .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select {
          margin-bottom: 0; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__control, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__control {
            border-radius: 3px;
            border: 1px solid #44B41D;
            font-size: 1rem;
            line-height: 1.125rem; }
            .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__control--is-focused, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__control--is-focused {
              font-size: 1rem; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__placeholder, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__placeholder {
            color: #000;
            font-size: 1rem;
            font-weight: 400; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__input-container, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__input-container {
            font-size: 1rem; }
          .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__indicators, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__indicators {
            background-color: #5FBF37;
            padding-left: 0.25rem;
            padding-right: 0.25rem; }
            .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__indicators svg, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__indicators svg {
              fill: #fff; }
            .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select .customselect__indicators .customselect__loading-indicator, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select .customselect__indicators .customselect__loading-indicator {
              font-size: 0.25rem; }
        .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-select, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-select, .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-button, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-button {
          width: 100%; }
        .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-button, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-button {
          background-color: #5FBF37;
          border: unset;
          height: 2.5rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-button, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-button {
              height: 3rem; } }
          .quiz .quizPaintFinder .pf-widget--quiz .container .pf-widget-button::after, .quiz .quizPaintFinder .pf-widget--quiz .product-tabs .pf-widget-button::after {
            content: "Search";
            font-weight: 400;
            line-height: 1; }
    @media screen and (min-width: 650px) and (max-width: 1023px) {
      .quiz .quizPaintFinder .pf-stepper .pf-step.pf-step--color ul.options > li {
        width: 50%; } }
    .quiz .quizPaintFinder .pf-step--color {
      padding-top: 0; }
      .quiz .quizPaintFinder .pf-step--color .quizPaintFinder-color-header {
        text-align: center;
        font-size: 0.875rem;
        color: #000;
        font-weight: 400; }
      .quiz .quizPaintFinder .pf-step--color .tud-product-card {
        padding: 0;
        border: unset;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 0.3125rem; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder .pf-step--color .tud-product-card {
            max-height: 6.25rem;
            margin-bottom: 1.25rem; } }
        .quiz .quizPaintFinder .pf-step--color .tud-product-card .swatch {
          position: static;
          height: 100%; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-step--color .tud-product-card .swatch {
              width: 5rem; } }
        .quiz .quizPaintFinder .pf-step--color .tud-product-card .title {
          padding-top: 0.625rem;
          color: #000; }
        .quiz .quizPaintFinder .pf-step--color .tud-product-card .codes {
          color: #000; }
        .quiz .quizPaintFinder .pf-step--color .tud-product-card .tud-color-id {
          font-size: 0.75rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-step--color .tud-product-card .tud-color-id {
              font-size: 0.875rem; } }
        .quiz .quizPaintFinder .pf-step--color .tud-product-card .add-to-cart {
          color: #60BF36;
          text-decoration: underline;
          font-size: 0.875rem; }
          .quiz .quizPaintFinder .pf-step--color .tud-product-card .add-to-cart:hover {
            color: #555551; }
      .quiz .quizPaintFinder .pf-step--color .pf-step--color-help {
        display: flex;
        flex-direction: column;
        align-items: center;
        clear: both;
        padding-top: 1.25rem; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder .pf-step--color .pf-step--color-help {
            flex-direction: row;
            justify-content: space-between;
            padding: 0 0.75rem; } }
        .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .footer {
          padding: 0;
          margin-bottom: 0;
          background-color: transparent;
          color: #000;
          border-top: unset; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .footer {
              order: 3; } }
          .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .footer a {
            color: #60BF36; }
        .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .prompt {
          margin: 1rem 0;
          padding: 0; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .prompt {
              order: 1; } }
          .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .prompt .prompt-link {
            position: static;
            color: #60BF36; }
            .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .prompt .prompt-link:hover {
              color: #555551; }
            .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .prompt .prompt-link.pf-open-find-paint-code-modal::after {
              content: 'Need help finding your color code?'; }
        .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .additional-information {
          color: #000;
          font-size: 0.875rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder .pf-step--color .pf-step--color-help .additional-information {
              order: 2; } }
    .quiz .quizPaintFinder.quizEmail {
      text-align: center; }
      .quiz .quizPaintFinder.quizEmail h1.quizPaintFinder-title, .quiz .quizPaintFinder.quizEmail .blog-items-list .quizPaintFinder-title.post-title, .blog-items-list .quiz .quizPaintFinder.quizEmail .quizPaintFinder-title.post-title {
        margin-bottom: 0.5rem; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizEmail h1.quizPaintFinder-title, .quiz .quizPaintFinder.quizEmail .blog-items-list .quizPaintFinder-title.post-title, .blog-items-list .quiz .quizPaintFinder.quizEmail .quizPaintFinder-title.post-title {
            margin-bottom: 2rem; } }
      .quiz .quizPaintFinder.quizEmail .quizEmail-text {
        color: #7F807F;
        text-align: center;
        font-size: 0.875rem;
        font-weight: 400;
        max-width: 13.75rem;
        margin: 0 auto 24px auto; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizEmail .quizEmail-text {
            max-width: 30rem; } }
      .quiz .quizPaintFinder.quizEmail .quizEmail-input {
        margin: 0 auto;
        max-width: 22.5rem;
        text-align: center; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizEmail .quizEmail-input {
            max-width: 30rem; } }
        .quiz .quizPaintFinder.quizEmail .quizEmail-input input {
          width: 100%;
          max-width: 25rem;
          margin: 0 auto;
          border-radius: 3px;
          border: 1px solid #525555;
          font-size: 1rem; }
          .quiz .quizPaintFinder.quizEmail .quizEmail-input input::placeholder {
            color: #8E8E8E;
            font-size: 1rem;
            font-weight: 400; }
        .quiz .quizPaintFinder.quizEmail .quizEmail-input .terms {
          color: #000;
          font-size: 0.6875rem;
          font-weight: 400;
          line-height: 0.875rem;
          padding: 1rem 0.625rem 0.75rem; }
          .quiz .quizPaintFinder.quizEmail .quizEmail-input .terms a {
            color: #000;
            text-decoration: underline; }
        .quiz .quizPaintFinder.quizEmail .quizEmail-input .error,
        .quiz .quizPaintFinder.quizEmail .quizEmail-input .terms {
          margin: 0 auto;
          max-width: 25rem;
          text-align: left; }
        .quiz .quizPaintFinder.quizEmail .quizEmail-input .error {
          color: #FF5E5D;
          padding-left: 0.625rem; }
        .quiz .quizPaintFinder.quizEmail .quizEmail-input .button {
          width: 100%;
          margin-bottom: 1.75rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizEmail .quizEmail-input .button {
              width: fit-content; } }
          .quiz .quizPaintFinder.quizEmail .quizEmail-input .button.is-loading:after {
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 900;
            opacity: .75;
            background-color: white;
            background-image: url("../img/custom/loader.gif");
            background-position: center center;
            background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .quiz .quizPaintFinder.quizProductRecommendation {
        max-width: 60rem;
        margin: 0 auto; } }
    .quiz .quizPaintFinder.quizProductRecommendation .quizPaintFinder-title {
      text-transform: none;
      margin-bottom: 1rem;
      letter-spacing: normal; }
      @media (min-width: 1024px) {
        .quiz .quizPaintFinder.quizProductRecommendation .quizPaintFinder-title {
          font-size: 1rem; } }
    .quiz .quizPaintFinder.quizProductRecommendation ul {
      display: flex;
      flex-direction: column; }
      .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation {
        border-radius: 5px 5px 0px 0px;
        background: #FFF;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 1.1875rem 0.5rem 1rem;
        max-width: 25rem;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation {
            max-width: 62.5rem;
            padding: 2.5rem;
            box-shadow: unset; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-header {
          padding: 0 1.0625rem 1.25rem; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-header .title {
            color: #515151;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            max-width: 13.125rem;
            margin-bottom: 0.75rem;
            letter-spacing: 2px; }
            @media (min-width: 1024px) {
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-header .title {
                max-width: unset;
                text-align: center;
                margin-bottom: 0.5rem; } }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-header .text {
            color: #2D2D2D;
            font-size: 0.875rem;
            padding-bottom: 1.25rem;
            border-bottom: 1px solid #78BD4D;
            margin-bottom: 0; }
            @media (min-width: 1024px) {
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-header .text {
                padding-bottom: 2rem;
                text-align: center;
                color: #7F807F; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-products {
          margin-left: 0.625rem;
          margin-bottom: 0.625rem;
          position: relative; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-products {
              display: flex;
              flex-direction: row;
              justify-content: center; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-split {
          display: none; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-split {
              display: inline-block;
              font-size: 2.25rem;
              color: #a7a9ac;
              margin-top: 7.8125rem; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product {
          display: flex; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product:not(:last-child) {
            margin-bottom: 0.625rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product {
              flex-direction: column;
              max-width: 14.375rem;
              padding: 1rem; } }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container {
            position: relative;
            max-width: 7.5rem;
            margin-right: 0.625rem; }
            @media (min-width: 1024px) {
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container {
                max-width: 13.125rem;
                min-height: 13.125rem; } }
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn {
              position: absolute;
              bottom: 0;
              text-align: center;
              width: 2.5rem;
              height: 2.9375rem;
              background-color: #64bc47;
              clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
              @media (min-width: 1024px) {
                .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn {
                  width: 3.0625rem;
                  height: 3.5rem;
                  bottom: 1rem; } }
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn__label {
                color: #fff;
                font-size: 1.5rem;
                line-height: 1;
                font-weight: 700;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
                @media (min-width: 1024px) {
                  .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn__label {
                    font-size: 2.25rem; } }
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn span {
                font-size: 1rem; }
                @media (min-width: 1024px) {
                  .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .image-container .qtn span {
                    font-size: 1.25rem; } }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description {
            line-height: normal; }
            @media (min-width: 1024px) {
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description {
                max-width: 13.125rem; } }
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .name {
              color: #2D2D2D;
              margin-bottom: 0.3125rem; }
              @media (min-width: 1024px) {
                .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .name {
                  font-weight: 500; } }
            @media (min-width: 1024px) {
              .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .product-type::after {
                content: "|";
                color: #ADADAD;
                font-size: 1rem;
                font-weight: 400;
                margin: 0 0.3125rem; } }
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .product-type, .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .kit {
              color: #ADADAD;
              text-transform: capitalize; }
              @media (min-width: 1024px) {
                .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .product-type, .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product-description .kit {
                  display: inline-block;
                  font-size: 0.875rem;
                  margin-bottom: 0.5rem; } }
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .add-to-cart, .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .make-it, .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .product .added-to-cart {
            display: none; }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .button {
          width: 100%;
          max-width: 21.25rem;
          margin: 0 auto;
          display: block; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation .button {
              max-width: 18.75rem; } }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container {
            display: flex;
            flex-direction: row; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-split {
          display: none; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-split {
              display: inline-block;
              font-size: 2.25rem;
              color: #a7a9ac;
              margin-top: 7.8125rem; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container img {
          width: 100%; }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-container {
          display: flex; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-container {
              display: block; } }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-description {
            display: grid;
            flex-direction: column; } }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .product-description .price {
            align-self: end; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .quizRecommendation-upsells-container .description {
          display: none; }
      .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 1.5625rem; }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container {
            margin-top: 2.75rem;
            flex-wrap: wrap;
            flex-direction: row; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .project-information .title, .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .project-information .text {
          color: #515151; }
        .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .project-information .title {
          font-size: 1.25rem;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 0.625rem; }
        .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .project-information .text {
          font-size: 1rem;
          font-weight: 300;
          line-height: 1.4375rem; }
        @media (min-width: 768px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .video-container {
            width: 100%;
            max-width: 40rem;
            margin: 0 auto; } }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .video-container {
            flex: 1 1 60%;
            max-width: 35.625rem;
            margin-right: 1.25rem; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .video-container iframe {
          width: 100%;
          height: 13.3125rem;
          border: 0; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .video-container iframe:not(:last-child) {
            margin-bottom: 1.25rem; }
          @media (min-width: 1024px) {
            .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .video-container iframe {
              height: 24rem; } }
        @media (min-width: 1024px) {
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table {
            flex: 1 1 35%; } }
        .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table .table-item {
          display: flex;
          padding: 1.5rem 0;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          justify-content: space-between; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table .table-item:first-child {
            border-top: 1px solid #000;
            border-bottom: unset; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table .table-item__title {
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase; }
          .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table .table-item__text {
            color: #7F807F;
            font-size: 0.875rem;
            line-height: 1.0625rem;
            text-align: right; }
            .quiz .quizPaintFinder.quizProductRecommendation ul .project-information-container .prject-information-table .table-item__text p {
              margin-bottom: 0.3125rem; }
  .quiz .quizCalculator {
    text-align: center;
    min-height: calc(100vh - 174px); }
    .quiz .quizCalculator h1.quizCalculator-title, .quiz .quizCalculator .blog-items-list .quizCalculator-title.post-title, .blog-items-list .quiz .quizCalculator .quizCalculator-title.post-title {
      max-width: 10rem;
      margin: 0 auto 40px; }
      @media (min-width: 1024px) {
        .quiz .quizCalculator h1.quizCalculator-title, .quiz .quizCalculator .blog-items-list .quizCalculator-title.post-title, .blog-items-list .quiz .quizCalculator .quizCalculator-title.post-title {
          max-width: unset; } }
    .quiz .quizCalculator-text {
      color: #7F807F;
      font-size: 1rem;
      line-height: normal;
      text-align: center; }
      @media (min-width: 1024px) {
        .quiz .quizCalculator-text {
          max-width: 25rem;
          margin: 0 auto; } }
    .quiz .quizCalculator-name {
      color: #000;
      font-size: 0.875rem;
      font-weight: 800;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      text-align: center;
      margin: 2rem 0 0.875rem; }
    .quiz .quizCalculator-container {
      display: flex;
      gap: 0.875rem;
      flex-direction: column;
      margin-bottom: 3.125rem; }
      @media (min-width: 1024px) {
        .quiz .quizCalculator-container {
          max-width: 22.5rem;
          margin: 0 auto 50px; } }
      .quiz .quizCalculator-container .pf-widget-select {
        margin-bottom: 0;
        border-radius: 3px;
        border: 1px solid #44B41D; }
        .quiz .quizCalculator-container .pf-widget-select .customselect__control {
          border: 1px solid #44B41D;
          line-height: 1.125rem;
          font-size: 1rem; }
          .quiz .quizCalculator-container .pf-widget-select .customselect__control--is-focused {
            font-size: 1rem; }
        .quiz .quizCalculator-container .pf-widget-select .customselect__placeholder {
          color: #000;
          font-size: 1rem;
          font-weight: 400; }
        .quiz .quizCalculator-container .pf-widget-select .customselect__input-container {
          font-size: 1rem; }
        .quiz .quizCalculator-container .pf-widget-select .customselect__indicators {
          background-color: #5FBF37;
          padding-left: 0.25rem;
          padding-right: 0.25rem; }
          .quiz .quizCalculator-container .pf-widget-select .customselect__indicators svg {
            fill: #fff; }
    .quiz .quizCalculator .skip-information {
      color: #7F807F;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: normal; }
  .quiz .quizPopup {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    text-wrap: pretty;
    background-color: #EEEEED;
    height: fit-content;
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    z-index: 801; }
    @media (min-width: 1024px) {
      .quiz .quizPopup {
        width: fit-content;
        min-width: 60.3125rem;
        max-width: 62.5rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px; } }
    .quiz .quizPopup .quizUpsellsPopup {
      padding: 1rem;
      min-height: 18.75rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      @media (min-width: 1024px) {
        .quiz .quizPopup .quizUpsellsPopup {
          min-height: 34.6875rem;
          padding: 1rem 1rem 2rem; } }
      .quiz .quizPopup .quizUpsellsPopup h2.quizUpsellsPopup-title, .quiz .quizPopup .quizUpsellsPopup .quizUpsellsPopup-title.giftcard-header {
        margin: 0.625rem 0 1rem; }
        @media (min-width: 1024px) {
          .quiz .quizPopup .quizUpsellsPopup h2.quizUpsellsPopup-title, .quiz .quizPopup .quizUpsellsPopup .quizUpsellsPopup-title.giftcard-header {
            display: none; } }
        .quiz .quizPopup .quizUpsellsPopup h2.quizUpsellsPopup-title.desktop, .quiz .quizPopup .quizUpsellsPopup .quizUpsellsPopup-title.desktop.giftcard-header {
          display: none; }
          @media (min-width: 1024px) {
            .quiz .quizPopup .quizUpsellsPopup h2.quizUpsellsPopup-title.desktop, .quiz .quizPopup .quizUpsellsPopup .quizUpsellsPopup-title.desktop.giftcard-header {
              display: block;
              font-weight: 700;
              letter-spacing: 4px; } }
      .quiz .quizPopup .quizUpsellsPopup-products {
        margin-bottom: 2.5rem; }
        @media (min-width: 1024px) {
          .quiz .quizPopup .quizUpsellsPopup-products {
            display: flex;
            padding: 0 3rem;
            justify-content: center;
            margin-bottom: 1.5rem; } }
        .quiz .quizPopup .quizUpsellsPopup-products .product-split {
          display: none; }
        .quiz .quizPopup .quizUpsellsPopup-products .product {
          background: #fff;
          padding: 0.6875rem 0.8125rem;
          border-radius: 5px;
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
          position: relative; }
          .quiz .quizPopup .quizUpsellsPopup-products .product:not(:last-child) {
            margin-bottom: 0.5rem; }
          @media (min-width: 1024px) {
            .quiz .quizPopup .quizUpsellsPopup-products .product {
              width: 15.9375rem;
              padding: 1rem; }
              .quiz .quizPopup .quizUpsellsPopup-products .product:not(:last-child) {
                margin-bottom: 0;
                margin-right: 1.25rem; } }
          .quiz .quizPopup .quizUpsellsPopup-products .product .make-it {
            text-transform: capitalize;
            color: #2D2D2D;
            font-size: 1.0625rem;
            font-weight: 700;
            line-height: 2rem; }
            @media (min-width: 1024px) {
              .quiz .quizPopup .quizUpsellsPopup-products .product .make-it {
                text-align: center; } }
          .quiz .quizPopup .quizUpsellsPopup-products .product-container {
            display: flex; }
            @media (min-width: 1024px) {
              .quiz .quizPopup .quizUpsellsPopup-products .product-container {
                flex-direction: column; } }
            .quiz .quizPopup .quizUpsellsPopup-products .product-container .image-container {
              max-width: 7.5rem;
              margin-right: 0.625rem; }
              @media (min-width: 1024px) {
                .quiz .quizPopup .quizUpsellsPopup-products .product-container .image-container {
                  margin-right: 0;
                  max-width: 13.75rem;
                  height: 14.0625rem; } }
              .quiz .quizPopup .quizUpsellsPopup-products .product-container .image-container img {
                width: 100%; }
            .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description {
              text-align: right;
              padding-bottom: 0; }
              .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .name, .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .description, .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .price {
                text-align: left;
                margin-bottom: 0.5rem; }
              .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .name {
                color: #515555;
                font-weight: 700;
                min-height: 2.8125rem; }
                @media (min-width: 1024px) {
                  .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .name {
                    color: #2D2D2D; } }
              .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .description {
                text-align: left;
                color: #ADADAD; }
                @media (min-width: 1024px) {
                  .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .description {
                    height: 4.375rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    color: #7F807F; } }
                .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .description a {
                  color: inherit;
                  text-decoration: underline; }
              .quiz .quizPopup .quizUpsellsPopup-products .product-container .product-description .button-as-link {
                font-weight: 400; }
          .quiz .quizPopup .quizUpsellsPopup-products .product .added-to-cart {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid #5FBF37;
            border-radius: 6px;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); }
            .quiz .quizPopup .quizUpsellsPopup-products .product .added-to-cart.show {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column; }
            .quiz .quizPopup .quizUpsellsPopup-products .product .added-to-cart .icon {
              text-align: center;
              width: 100%;
              height: 2.8125rem;
              margin-bottom: 0.6875rem; }
            .quiz .quizPopup .quizUpsellsPopup-products .product .added-to-cart .text {
              color: #5FBF37;
              text-align: center;
              font-size: 1.25rem;
              font-weight: 700;
              line-height: normal; }
      .quiz .quizPopup .quizUpsellsPopup .go-to-cart {
        width: 100%;
        background-color: #5FBF37;
        border: unset; }
        @media (min-width: 768px) {
          .quiz .quizPopup .quizUpsellsPopup .go-to-cart {
            max-width: 18.75rem;
            margin: 0 auto;
            display: block; } }
    .quiz .quizPopup .quizCartPopup {
      background-color: #fff;
      width: 100%;
      display: flex;
      gap: 2.5rem;
      justify-content: space-between;
      padding: 1rem;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25); }
      @media (min-width: 1024px) {
        .quiz .quizPopup .quizCartPopup {
          padding: 0.9375rem 1.75rem 1rem 3rem;
          box-shadow: unset;
          gap: 1.5625rem; } }
      @media (min-width: 1024px) {
        .quiz .quizPopup .quizCartPopup-image-container {
          margin-top: -0.3125rem; } }
      .quiz .quizPopup .quizCartPopup-info {
        flex: 1 1 100%; }
        .quiz .quizPopup .quizCartPopup-info h2.title, .quiz .quizPopup .quizCartPopup-info .title.giftcard-header {
          text-transform: uppercase;
          font-size: 0.875rem;
          font-weight: 800;
          letter-spacing: 1.4px;
          color: #000;
          margin: 0.3125rem 0 0; }
          @media (min-width: 1024px) {
            .quiz .quizPopup .quizCartPopup-info h2.title, .quiz .quizPopup .quizCartPopup-info .title.giftcard-header {
              text-align: left; } }
        .quiz .quizPopup .quizCartPopup-info .button-as-link {
          font-size: 0.875rem;
          font-weight: 400; }
        .quiz .quizPopup .quizCartPopup-info .total-qtn {
          display: none; }
          @media (min-width: 1024px) {
            .quiz .quizPopup .quizCartPopup-info .total-qtn {
              display: inline; } }
        .quiz .quizPopup .quizCartPopup-info .order-information {
          margin-left: 0; }
          .quiz .quizPopup .quizCartPopup-info .order-information .title {
            color: #ADADAD;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.125rem;
            text-transform: capitalize; }
      .quiz .quizPopup .quizCartPopup-close-btn, .quiz .quizPopup .quizCartPopup-close-btn::before {
        display: block;
        width: 1.4375rem;
        height: 2px;
        background: #000;
        border-radius: 1px; }
        @media (min-width: 1024px) {
          .quiz .quizPopup .quizCartPopup-close-btn, .quiz .quizPopup .quizCartPopup-close-btn::before {
            width: 1rem; } }
      .quiz .quizPopup .quizCartPopup-close-btn {
        transform: rotate(-45deg);
        margin-top: 0.625rem;
        cursor: pointer; }
        .quiz .quizPopup .quizCartPopup-close-btn:before {
          content: '';
          transform: rotate(90deg); }
  .quiz .damage {
    max-width: 56.875rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .quiz .damage .quizCard-ul {
        flex-wrap: nowrap; } }
    .quiz .damage .quizCard-ul .quizCard-li {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 768px) {
        .quiz .damage .quizCard-ul .quizCard-li {
          margin: 0;
          padding-top: 1.5rem;
          padding-bottom: 1.5rem; }
          .quiz .damage .quizCard-ul .quizCard-li img {
            max-height: 7.8125rem;
            max-width: 8.75rem; } }
      @media (min-width: 768px) {
        .quiz .damage .quizCard-ul .quizCard-li.mr-24 {
          margin-right: 1.5rem; } }
      .quiz .damage .quizCard-ul .quizCard-li .quizCard-text p {
        margin-bottom: 0; }
  .quiz .damage-size {
    max-width: 23.75rem;
    margin: 0 auto; }
    .quiz .damage-size .quizCard-li:not(:last-child) {
      margin-bottom: 1rem; }
    .quiz .damage-size .quizCard-li:last-child {
      padding-top: 2.0625rem;
      padding-bottom: 0.3125rem; }
      @media (min-width: 1024px) {
        .quiz .damage-size .quizCard-li:last-child {
          padding-top: 1rem;
          padding-bottom: 0; } }
    .quiz .damage-size .image-container img {
      border-top-left-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem; }
  .quiz .tools .quizRegular-img {
    max-width: 14.6875rem; }
    @media screen and (min-width: 501px) {
      .quiz .tools .quizRegular-img {
        max-width: 9.375rem; } }
  .quiz .tools .quizRegular-title {
    max-width: 14.6875rem; }
    @media (min-width: 768px) {
      .quiz .tools .quizRegular-title {
        max-width: 80%; } }
  .quiz .tools .quizRegular-text {
    max-width: 14.6875rem; }
    @media (min-width: 768px) {
      .quiz .tools .quizRegular-text {
        max-width: 35rem; } }
    .quiz .tools .quizRegular-text p:last-child {
      max-width: 485px;
      margin: 0 auto; }
  .quiz .tools .quizRegular-btn {
    margin-bottom: 2.4375rem; }
  @media (min-width: 768px) {
    .quiz .project-tools .quizRegular-img {
      max-width: 21.875rem; } }
  .quiz .damage-type, .quiz .project-type {
    max-width: 23.125rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .quiz .damage-type, .quiz .project-type {
        max-width: 32.5rem; } }
    @media (min-width: 1024px) {
      .quiz .damage-type, .quiz .project-type {
        max-width: 65.625rem; } }
  .quiz .surface, .quiz .how-deep {
    max-width: 23.125rem;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .quiz .surface, .quiz .how-deep {
        max-width: 32.5rem; } }
  .quiz .surface .quizCard-name {
    margin-top: 0.5rem; }
  .quiz .surface .quizCard-text {
    color: #2D2D2D; }
    .quiz .surface .quizCard-text p {
      margin-bottom: 0; }
  .quiz .surface .quizCard-li {
    padding: 1.125rem; }
    @media (min-width: 1024px) {
      .quiz .surface .quizCard-li {
        padding: 1.5rem; } }
    @media (min-width: 1024px) {
      .quiz .surface .quizCard-li:not(:last-child) {
        margin-bottom: 0.625rem; } }
    .quiz .surface .quizCard-li .quizCard-img {
      max-width: 8rem; }
  .quiz .how-deep .quizCard-name {
    margin-top: 0.5rem; }
  .quiz .how-deep .quizCard-text p {
    margin-bottom: 0;
    max-width: 12.5rem; }
    @media (min-width: 1024px) {
      .quiz .how-deep .quizCard-text p {
        max-width: 15.625rem; } }
  @media (min-width: 1024px) {
    .quiz .damage-type .quizCard-ul {
      flex-wrap: nowrap; } }
  @media (min-width: 1024px) {
    .quiz .damage-type .quizCard-li:not(:last-child) {
      margin-right: 1.5rem; } }
  .quiz .damage-type .quizCard-li .image-container {
    overflow: hidden; }
    .quiz .damage-type .quizCard-li .image-container .quizCard-img {
      border-top-left-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem; }
  .quiz .damage-type .quizCard-name {
    font-weight: 400;
    color: #727272;
    font-weight: 400;
    font-size: 1.0625rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    margin: 0.625rem 0; }
    @media (min-width: 1024px) {
      .quiz .damage-type .quizCard-name {
        color: #2D2D2D;
        font-weight: 500;
        font-size: 1.25rem;
        min-height: 3.125rem; } }
  .quiz .damage-type .quizCard-img {
    height: 9.375rem; }
    @media (min-width: 768px) {
      .quiz .damage-type .quizCard-img {
        height: 15.625rem; } }
  .quiz .project-type .quizCard-name {
    margin-top: 1.3125rem; }
  .quiz .project-type .quizCard-ul .quizCard-li:not(:last-child) {
    margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .quiz .project-type .quizCard-ul .quizCard-li:not(:last-child) {
      margin-bottom: 0.25rem;
      margin-right: 1.25rem; } }
  .quiz .project-type .quizCard-ul .quizCard-li .image-container img {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
  .quiz .button-as-link,
  .quiz .quizEmail .message {
    color: #5FBF37;
    display: inline;
    padding: 0;
    background-color: transparent;
    font-size: 0.875rem;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .quiz .button-as-link,
      .quiz .quizEmail .message {
        font-size: 1rem; } }
  .quiz .button-as-link {
    text-decoration: underline; }

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

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

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

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

.product-reviews-title {
  text-align: center; }

.review-item {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 255, 0); }
  .review-item:first-child {
    border-top: 0; }
  .review-item.hidden {
    display: none; }
  .review-item.animating, .review-item.visible {
    display: block; }
  .review-item.animating-in {
    opacity: 0;
    transform: translateX(-100px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .review-item.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .review-item.visible {
    opacity: 1;
    transform: translateX(0); }
  .review-item .product-item-rating {
    float: right; }

.review-author {
  margin-right: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #3b3a48; }

.review-date {
  font-family: "Lato";
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  color: #9e9fa4;
  text-transform: uppercase; }

.review-item-title {
  margin-bottom: 0; }

.review-item-body {
  margin: 0;
  font-weight: 300; }

.reviews-more-wrap {
  text-align: center; }

.reviews-show-more-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #60bf36; }
  .reviews-show-more-link:hover .icon-arrow-down {
    transform: scale(2); }
  .reviews-show-more-link .icon-arrow-down {
    display: block;
    width: 9px;
    height: 9px;
    margin: 11px auto 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.num-reviews::before {
  content: attr(data-num-reviews); }

.num-reviews[data-num-reviews="()"] {
  display: none; }

.review-form {
  border-radius: 4px; }
  .review-form .form-input, .review-form .navigation-mobile .search-input, .navigation-mobile .review-form .search-input, .review-form .product-item-rating {
    width: 100%; }
  .review-form .rating-stars-label {
    margin-right: 10px; }
  .review-form .icon-star-wrap {
    display: inline-block;
    transform: translateY(-1px); }
  .review-form .rating-stars-wrap {
    position: relative; }
  .review-form .product-item-rating {
    margin-bottom: 0;
    pointer-events: none;
    background-color: #fff; }
  .review-form .rating-stars {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .review-form .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%); }
  .review-form #recaptcha_area {
    margin: 0 auto; }

.review-form-heading {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }

.form-submit-wrap {
  text-align: center; }

.top-product-title {
  background-color: #555551; }
  .top-product-title .top-product-title__name {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    padding: 1.5rem 0.9375rem 0.9375rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .top-product-title .top-product-title__name {
        text-align: left;
        margin-bottom: 3.125rem;
        padding: 0.9375rem; } }

.productView {
  padding-top: 1rem; }

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

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

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails .slick-arrow {
    margin-top: 0;
    opacity: .5; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }
  .productView-thumbnails .carousel-tooltip {
    display: none !important; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

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

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

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

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1440px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1440px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"], .productView-options .navigation-mobile .search-input[type="number"], .navigation-mobile .productView-options .search-input[type="number"], .productView-options .review-form .product-item-rating[type="number"], .review-form .productView-options .product-item-rating[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label, .productView-options .account-wrapper .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label, .productView-options .account-wrapper .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label, .productView-options .account-wrapper .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2), .productView-options .account-wrapper .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1440px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  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 #8f8f8f; }
  .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 {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.three-simple-steps {
  background-color: #F1EEE8;
  padding: 1.875rem 0 3.875rem; }
  .three-simple-steps .section-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.9375rem;
    color: #373737; }
    @media screen and (min-width: 768px) {
      .three-simple-steps .section-title {
        font-size: 1.875rem;
        line-height: 2.1875rem;
        margin-bottom: 3.25rem; } }
  .three-simple-steps .three-simple-steps__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-simple-steps .three-simple-steps__wrapper .simple-step {
      width: 100%;
      max-width: 440px;
      text-align: center; }
      .three-simple-steps .three-simple-steps__wrapper .simple-step .simple-step__img-container {
        max-width: 440px; }
      .three-simple-steps .three-simple-steps__wrapper .simple-step .simple-step__title {
        text-align: left;
        font-family: "Roboto";
        font-weight: 700;
        font-size: 1.3125rem;
        line-height: 1.5625rem;
        color: #333333;
        text-transform: uppercase;
        margin: 0.75rem 0; }
      .three-simple-steps .three-simple-steps__wrapper .simple-step .simple-step__description {
        text-align: left;
        font-family: "Roboto";
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #333333; }
      @media screen and (min-width: 768px) {
        .three-simple-steps .three-simple-steps__wrapper .simple-step {
          width: 33%; } }
    @media screen and (min-width: 768px) {
      .three-simple-steps .three-simple-steps__wrapper {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 30px; } }
  @media screen and (min-width: 768px) {
    .three-simple-steps {
      padding: 4.4375rem 0 5.25rem;
      background-color: white; } }

.button-mobile-video__wrapper {
  text-align: right;
  order: 25;
  margin-bottom: 1rem; }
  .button-mobile-video__wrapper .button-mobile-video {
    background-color: white;
    border: 1px solid #333333;
    height: auto;
    padding: 0.65625rem 0.96875rem;
    position: relative;
    line-height: unset;
    border-radius: unset; }
    .button-mobile-video__wrapper .button-mobile-video span {
      font-family: "Roboto";
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #333333;
      text-transform: capitalize;
      padding-left: 1.25rem; }
      .button-mobile-video__wrapper .button-mobile-video span::before {
        content: "\2023";
        font-size: 2.5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.96875rem; }
  @media screen and (min-width: 768px) {
    .button-mobile-video__wrapper {
      display: none; } }

.product-details-column .accordion-tabs .tabs {
  margin-top: 0;
  margin-bottom: 3.625rem; }
  .product-details-column .accordion-tabs .tabs:first-child {
    border-top: 1px solid #333333; }
  .product-details-column .accordion-tabs .tabs .tab {
    width: 100%; }
    .product-details-column .accordion-tabs .tabs .tab .tab-title {
      display: flex;
      justify-content: space-between;
      padding: 1.0625rem 0 1.1875rem;
      background-color: white;
      border-bottom: 1px solid #333333;
      font-family: "Roboto";
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #333333;
      cursor: pointer; }
      .product-details-column .accordion-tabs .tabs .tab .tab-title:hover {
        color: #333333;
        background-color: white;
        border-color: transparent;
        border-bottom: 1px solid #333333; }
      .product-details-column .accordion-tabs .tabs .tab .tab-title svg {
        fill: transparent;
        transform: rotate(180deg); }
      @media screen and (min-width: 768px) {
        .product-details-column .accordion-tabs .tabs .tab .tab-title {
          padding: 1.0625rem 1.375rem 1.1875rem; } }
    .product-details-column .accordion-tabs .tabs .tab .tab-text {
      display: none;
      padding: 1.5625rem 0;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #333333;
      text-align: left;
      border-bottom: 1px solid #333333; }
      .product-details-column .accordion-tabs .tabs .tab .tab-text p {
        margin: 0; }
      @media screen and (min-width: 768px) {
        .product-details-column .accordion-tabs .tabs .tab .tab-text {
          padding: 0.8125rem 1.375rem 0.6875rem; } }
    .product-details-column .accordion-tabs .tabs .tab .faq .question {
      font-weight: 700; }
    .product-details-column .accordion-tabs .tabs .tab .faq .answer {
      margin-bottom: 0.625rem; }
    .product-details-column .accordion-tabs .tabs .tab.is-open .tab-title svg {
      transform: rotate(0deg); }
    .product-details-column .accordion-tabs .tabs .tab.is-open .tab-text {
      display: block; }
  @media screen and (min-width: 768px) {
    .product-details-column .accordion-tabs .tabs {
      margin-bottom: 4.75rem; } }

.product-details-column .tab-faq,
.product-details-column .tab-howTo {
  display: none; }
  .product-details-column .tab-faq.show,
  .product-details-column .tab-howTo.show {
    display: block; }

.product-details-column .tab-text--description .accordion-faq,
.product-details-column .tab-text--description .accordion-howTo {
  display: none; }

.product-details-column .accordion-howTo {
  padding-left: 1rem; }

.productView-img-container {
  margin: auto;
  max-width: 588px;
  max-height: 437px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .productView-img-container {
      max-width: 374px;
      max-height: 278px; } }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    box-sizing: border-box; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    font-family: "object-fit: contain;";
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-track,
  .productView-thumbnails .slick-list {
    height: auto !important; }
  .productView-thumbnails img {
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 102px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.productView-thumbnail-link {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  padding: 2px;
  position: relative;
  width: 100%;
  height: 77px;
  max-width: 102px;
  border: 1px solid transparent; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border: 1px solid #E7E3D8; }

@media screen and (max-width: 1023px) {
  .product-images-container .productView-thumbnails {
    display: none; } }

.product-images-container.visually-hidden {
  visibility: hidden; }

.product-slides-container {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .product-slides-container {
      margin-bottom: 1.25rem; } }
  .product-slides-container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: transparent; }
    .product-slides-container .slick-arrow::before {
      display: block;
      content: " ";
      height: 20px;
      width: 20px;
      border-color: rgba(99, 99, 99, 0.3);
      border-style: solid;
      border-width: 0 0 1px 1px;
      background-color: transparent;
      background-image: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
    @media screen and (min-width: 1024px) {
      .product-slides-container .slick-arrow {
        display: none !important; } }
  .product-slides-container .slick-prev {
    left: 0; }
    .product-slides-container .slick-prev::before {
      border-color: #b0b0b0; }
  .product-slides-container .slick-next {
    right: 0; }
    .product-slides-container .slick-next::before {
      border-width: 1px 1px 0 0; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.product-item-brand {
  color: #555551; }

.product-badge {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  z-index: 1;
  padding: 0.875rem 1rem;
  font-weight: 700;
  letter-spacing: 0.066em;
  color: white;
  text-transform: uppercase;
  background-color: #4e4d5b;
  transition: transform 0.15s ease-in-out; }

.product-item-title {
  margin: 0.625rem 0;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #3b3a48;
  text-transform: none; }
  .product-item-title a:not(:hover) {
    color: inherit; }

.product-item-thumbnail {
  position: relative;
  padding: 4%;
  margin-bottom: 1.8125rem;
  overflow: hidden;
  background-color: white;
  border: 1px solid rgba(0, 0, 255, 0); }
  .product-item-thumbnail a {
    display: block; }
  .product-item-thumbnail .item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .product-item-thumbnail:hover .product-item-thumbnail-image {
    transform: scale(1.1); }
  .product-item-thumbnail:hover .product-item-mask {
    opacity: 1; }
  .product-item-thumbnail:hover .product-item-actions {
    top: 50%; }
  .product-item-thumbnail:hover .product-badge {
    transform: translateX(calc(100% + 1px)); }

.product-item-mask {
  position: absolute;
  top: 8%;
  right: 8%;
  bottom: 8%;
  left: 8%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .product-item-mask {
      display: none; } }

.product-item-rating {
  margin-top: 0;
  margin-bottom: 20px;
  color: #9e9fa4; }
  .product-item-rating .rating-title {
    margin-right: 9px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 13px; }
  .product-item-rating .icon-star {
    width: 11px;
    height: 11px;
    opacity: 0.5;
    vertical-align: middle; }
    .product-item-rating .icon-star.full {
      fill: #60bf36; }
  .product-item-rating .full {
    color: #60bf36; }
    .product-item-rating .full .icon-star {
      opacity: 1; }

.product-item-price {
  text-transform: lowercase; }

.as-low-as-pricing {
  padding-right: 4px;
  font-size: 0.875rem; }

.price-tax-label {
  display: none; }

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

.show-both-prices .price-tax-label {
  display: inline-block; }

.show-both-prices .price-without-tax {
  color: #9e9fa4; }

.product-details {
  background-color: #f1eee7; }
  .product-details .container, .product-details .product-tabs {
    position: relative; }
    @media screen and (min-width: 768px) {
      .product-details .container, .product-details .product-tabs {
        position: static; } }
  @media screen and (max-width: 1023px) {
    .product-details .add-to-cart {
      padding-right: 5px;
      padding-left: 5px;
      width: 48%; } }
  .modal .product-details {
    padding: 15px 0;
    background-color: transparent; }
  .product-details .breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem; }
  .product-details .product-title {
    margin: 0;
    font-family: "Roboto";
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .product-details .product-title {
        margin: 0;
        position: static;
        padding: 0; } }
  .product-details .product-price {
    font-family: "Roboto";
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #000000;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .product-details .product-price {
        position: static;
        padding: 0; } }
  .product-details .product-brand {
    display: block;
    margin-bottom: 1em;
    color: #555551; }
    .product-details .product-brand:hover {
      text-decoration: underline; }
  .product-details .price-rrp {
    opacity: 0.5; }
    .product-details .price-rrp + .price {
      float: left;
      margin-right: 0.25em; }
  .product-details .price-you-save {
    font-size: 16px; }
  .product-details .product-rating-block {
    margin-top: 0.625rem; }

.tax-label {
  font-size: 0.875rem; }

@media screen and (min-width: 768px) {
  .product-details-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 49.58333%;
    float: left; } }

.product-details-column.badge-color-match {
  position: relative; }
  .product-details-column.badge-color-match::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 188px;
    height: 66px;
    background-image: url("../img/custom/badge-color-match-guarantee.png");
    background-repeat: no-repeat;
    z-index: 100;
    display: none; }
    @media screen and (min-width: 768px) {
      .product-details-column.badge-color-match::before {
        display: block; } }

.product-images-loader {
  padding: 3.125rem 0;
  text-align: center; }
  .product-images-loader.initialized {
    display: none; }

.product-slides-wrap {
  background-color: transparent; }
  .js .product-slides-wrap {
    visibility: hidden; }
  .product-slides-wrap.slick-initialized {
    visibility: visible; }

.product-image {
  background-repeat: no-repeat; }
  .no-touchevents .product-image:hover img {
    opacity: 0 !important; }
  .product-image.no-zoom {
    background-position: 50% 50%;
    background-size: 100% auto; }
    .product-image.no-zoom img {
      opacity: 0; }
  .product-image img {
    display: block;
    width: 100%;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff; }

.product-images-pagination {
  overflow: hidden;
  margin: 1rem -0.375rem; }
  @media screen and (max-width: 767px) {
    .product-images-pagination {
      padding: 0 1.5rem; } }
  .product-images-pagination.pagination-has-arrows {
    padding: 0 1.5rem; }
  .product-images-pagination .pagination-item {
    margin: 0 0.375rem;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease; }
    .product-images-pagination .pagination-item:only-child {
      display: none; }
    .product-images-pagination .pagination-item:hover, .product-images-pagination .pagination-item:focus, .product-images-pagination .pagination-item.slick-current {
      outline: none;
      opacity: 1; }
  .product-images-pagination a {
    transition: opacity 0.2s ease; }
    .product-images-pagination a:hover {
      opacity: 0.8; }

.product-images-pagination-icon {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.3s ease; }
  .product-images-pagination-icon svg {
    width: 1.125rem;
    height: 1.125rem; }
  .product-images-pagination-icon.slick-disabled {
    opacity: 0;
    cursor: default; }
  .product-images-pagination-icon.pagination-prev {
    left: -0.375rem; }
  .product-images-pagination-icon.pagination-next {
    right: -0.375rem; }

.total-reviews {
  color: #60bf36;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8125rem;
  margin-left: 0.35em; }

.product-description,
.product-stock {
  padding-bottom: 1em; }

.product-description-last .product-description {
  padding-top: 0; }

.product-description-last .product-stock {
  padding-top: 1em; }

.product-details-hidden {
  display: none; }

.product-quantity-toggle-wrapper {
  display: inline-block;
  margin-top: -0.3125rem;
  vertical-align: middle; }
  .product-quantity-toggle-wrapper .product-quantity-toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9e9fa4;
    color: #9e9fa4;
    float: left;
    clear: left;
    line-height: 1;
    background-color: white;
    transition: color 0.3s ease, border-color 0.3s ease;
    margin-bottom: 0;
    margin-left: 0; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:first-of-type {
      margin-bottom: 0.25rem; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:hover {
      color: #60bf36;
      border-color: #60bf36; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:focus {
      outline: none; }
  .product-quantity-toggle-wrapper .form-input[type="number"], .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"], .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"], .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"], .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Roboto";
    color: #555551;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-outer-spin-button {
      appearance: none; }
    .product-quantity-toggle-wrapper .form-input[type="number"]:focus, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]:focus, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]:focus, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #9e9fa4; }
  .product-quantity-toggle-wrapper .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

.product-quantity-submit .product-quantity-container {
  padding: 0.3125rem 0;
  border-bottom: 1px solid rgba(0, 0, 255, 0);
  position: absolute;
  bottom: 64px;
  right: 0; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-bottom: 0;
    user-select: none; }
  @media screen and (min-width: 768px) {
    .product-quantity-submit .product-quantity-container {
      position: static; }
      .product-quantity-submit .product-quantity-container .form-field {
        margin-right: 0.9375rem; } }
  @media (min-width: 767px) and (max-width: 1022px) {
    .product-quantity-submit .product-quantity-container {
      margin-left: 0.625rem; } }

.product-quantity-submit .share-title,
.product-quantity-submit .share-buttons-nav {
  display: inline-block;
  vertical-align: middle; }

.product-quantity-submit .share-block {
  display: inline-block;
  margin-top: 13px;
  vertical-align: top; }

.product-quantity-submit .share-title {
  margin-right: 0.625rem;
  margin-bottom: 0; }

.product-quantity-submit .share-buttons {
  line-height: 0; }

.product-quantity-submit .product-quantity {
  width: 82px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none; }
  .product-quantity-submit .product-quantity::-webkit-inner-spin-button, .product-quantity-submit .product-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.product-quantity-submit .add-to-cart {
  width: 100%;
  max-width: 31.25rem;
  left: 50%;
  transform: translateX(-50%);
  float: left;
  margin: 0;
  padding: 0.3125rem 0;
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.125rem;
  font-weight: 700; }
  .product-quantity-submit .add-to-cart .button-text {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    .product-quantity-submit .add-to-cart {
      position: static;
      width: 55%;
      max-width: 20.875rem;
      margin: 0;
      transform: unset; } }
  @media (min-width: 767px) and (max-width: 1022px) {
    .product-quantity-submit .add-to-cart {
      width: 45%; } }

@media screen and (min-width: 768px) {
  .product-quantity-submit {
    margin-bottom: 30px; } }

.product-message-area {
  margin-bottom: 1em;
  clear: both; }

.variation-preview {
  display: block; }

.variation-preview-thumb {
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: cover; }

.variation-preview-thumb-wrap {
  display: inline-block;
  vertical-align: middle; }

.variation-preview-label {
  vertical-align: middle; }

.bulk-pricing-block {
  margin-bottom: 2em; }
  .bulk-pricing-block .product-details-heading {
    margin-bottom: 0; }

.product-options-container {
  margin: 0; }
  .product-options-container .form-field {
    margin-bottom: 22px; }
    .product-options-container .form-field.input[type="color"], .product-options-container .form-field input[type="date"], .product-options-container .form-field input[type="datetime"], .product-options-container .form-field input[type="datetime-local"], .product-options-container .form-field input[type="email"], .product-options-container .form-field input[type="month"], .product-options-container .form-field input[type="number"], .product-options-container .form-field input[type="password"], .product-options-container .form-field input[type="search"], .product-options-container .form-field input[type="tel"], .product-options-container .form-field input[type="text"], .product-options-container .form-field input[type="time"], .product-options-container .form-field input[type="url"], .product-options-container .form-field input[type="week"], .product-options-container .form-field input:not([type]), .product-options-container .form-field textarea {
      width: 100%; }
    .product-options-container .form-field input[type="number"] {
      max-width: 25%; }
    .product-options-container .form-field .input-select {
      width: 100%; }
    .product-options-container .form-field textarea {
      height: auto;
      resize: vertical; }
  .product-options-container .form-select-wrapper {
    display: inline-block; }
  .product-options-container .form-field-title {
    display: block;
    margin-bottom: 0.625rem;
    margin-left: 0; }
  .product-options-container .required .form-label-text:after {
    content: "*"; }

.product-warranty .product-details-block {
  width: 100%; }

.product-details-block {
  margin-bottom: 2em;
  font-family: "Lato"; }

.product-details-name {
  font-weight: bold;
  text-transform: uppercase; }

.product-details-value {
  margin: 0.5em 0 0; }

.product-item-thumbnail .list-swatch {
  height: 100px;
  width: 100%; }

.page-content--noimages img {
  display: none; }

.product-quantity-container {
  display: inline-block;
  margin-left: 1.5rem; }

/* PRODUCT CHANGES */
@media screen and (max-width: 767px) {
  .product-details-container {
    display: flex;
    flex-direction: column; } }

.product-details {
  background-color: transparent; }

.product-details .breadcrumbs {
  margin-top: -1.5rem;
  margin-bottom: .5rem; }
  @media screen and (min-width: 768px) {
    .product-details .breadcrumbs {
      margin-bottom: 2.5rem; } }

.product-details .product-price {
  padding: 1.1875rem 0 1.3125rem; }
  @media screen and (min-width: 768px) {
    .product-details .product-price {
      padding: 0.6875rem 0 0.875rem; } }

.product-info {
  position: relative;
  float: right;
  margin-right: 0;
  order: 10; }

.product-images {
  order: 20;
  margin-bottom: 1rem; }

.product-accordion {
  order: 30; }

.product-item-thumbnail img {
  height: 10rem; }

.product-details-column .slick-slide,
.product-details-column .slick-slide > div,
.product-details-column .product-image {
  height: 100% !important; }

.product-details-column .product-image {
  background-size: contain; }

.product-details-column .slick-slide img {
  height: 100%;
  object-fit: contain; }

.product-list-item .price-section span {
  font-size: 1.25rem; }

.tabs-contents .slick-list,
.tabs-contents .slick-track,
.tabs-contents .slick-slide {
  height: 100% !important; }

.productView-video-container {
  display: none; }

.videoInited .easyzoom-flyout {
  display: none !important; }

@media screen and (max-width: 767px) {
  .paintFinderPresent .pf-stepper .pf-step {
    min-height: 5rem; }
  .paintFinderPresent .pf-stepper > ul,
  .paintFinderPresent .pf-stepper .pf-step.active .container,
  .paintFinderPresent .pf-stepper .pf-step.active .product-tabs {
    min-height: 50vh; } }

.d-flex {
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 768px) {
    .d-flex {
      flex-direction: column;
      align-items: center;
      gap: 10px; } }

.color-code {
  text-align: left;
  background-color: #FFFFFF;
  color: #555551;
  text-wrap: pretty; }
  .color-code h3, .color-code .section-title, .color-code .login-modal .account-sub-heading, .login-modal .color-code .account-sub-heading, .color-code .auth-sub-heading, .color-code .listing-title {
    font-family: Roboto;
    color: #555551;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0.75rem 0; }
  .color-code ol {
    margin-left: 1.375rem;
    color: #555551; }
  .color-code-indicator {
    background-color: #41AED7; }
  .color-code-label {
    background-color: #0081CB; }
  .color-code-indicator h3, .color-code-indicator .section-title, .color-code-indicator .login-modal .account-sub-heading, .login-modal .color-code-indicator .account-sub-heading, .color-code-indicator .auth-sub-heading, .color-code-indicator .listing-title, .color-code-label h3, .color-code-label .section-title, .color-code-label .login-modal .account-sub-heading, .login-modal .color-code-label .account-sub-heading, .color-code-label .auth-sub-heading, .color-code-label .listing-title {
    color: #fff;
    font-family: Roboto;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0.75rem 0; }

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  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 #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 1024px) {
    .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: #757575;
    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%; }

.compare-wrap {
  position: relative;
  display: none;
  height: 4.75rem;
  vertical-align: top; }
  .compare-wrap.compare-active {
    display: inline-block; }
  .compare-wrap:hover .compare-tab {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0); }

.button-compare-toggle {
  position: relative;
  height: 4.75rem;
  padding-top: 0.375rem;
  padding-right: 2.9375rem;
  line-height: 0; }

.compare-items-count {
  position: absolute;
  top: 17px;
  right: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #f1eee9;
  text-align: center;
  background-color: #60bf36;
  border-radius: 50%; }

.compare-tab {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 410px;
  height: 90vh;
  padding: 30px 0;
  overflow: scroll;
  text-align: center;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -15px);
  transition: all 0.3s ease; }
  @media screen and (min-width: 1024px) {
    .compare-tab {
      left: 50%; } }

.compare-items-list {
  margin-top: 15px; }

.compare-tab-item {
  display: none; }
  .compare-tab-item.animating, .compare-tab-item.visible {
    display: block; }
  .compare-tab-item.animating-in, .compare-tab-item.animating-out {
    transform: translateY(-10%);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease; }
  .compare-tab-item.visible {
    transform: translateY(0);
    opacity: 1; }

.compare-tab-item-description {
  padding-right: 15px;
  text-align: left; }

.compare-tab-item-price {
  color: #60bf36;
  font-weight: 300;
  font-size: 20px; }

.compare-tab-item-remove {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 0;
  cursor: pointer; }
  .compare-tab-item-remove .icon-close {
    width: 10px;
    height: 10px;
    pointer-events: none; }

.compare-submit {
  margin-top: 15px; }

/*----------  Compare Grid Item  ----------*/
.product-item-compare .icon-check-mark {
  display: none;
  width: 12px;
  height: 8px;
  margin-right: 5px; }

.product-item-compare .input-checkbox:checked + .form-label-text .icon-check-mark {
  display: inline-block; }

.product-item-compare .form-label-text {
  margin: 0; }

/*----------  Compare Page  ----------*/
.compare-content {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .compare-content {
      overflow-x: auto; } }

.compare-table {
  text-align: center;
  border-color: transparent; }
  .compare-table .product-item-thumbnail {
    display: inline-block;
    width: 100%; }
  .compare-table .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
    .thumbnail-cover .compare-table .product-item-thumbnail-image {
      background-size: cover; }

.compare-row {
  border-top-color: rgba(0, 0, 255, 0); }
  .compare-row:first-child {
    border-color: transparent; }

.compare-table-heading {
  width: 20%;
  padding-left: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  vertical-align: top; }

.compare-table-cell {
  min-width: 230px;
  vertical-align: top; }

.compare-remove {
  display: block;
  margin-top: 15px; }

.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 #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .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: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.banners {
  background-color: #1a1a1a;
  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; }

.banners {
  height: 30px;
  background-color: #f1eee7;
  color: #444444;
  position: fixed;
  top: 0;
  left: 0;
  transition: top .2s;
  width: 100%;
  z-index: 500;
  font-size: 12.5px;
  line-height: 1.1rem;
  display: flex;
  align-items: center; }
  .banners .banner {
    padding-top: 5px;
    padding-bottom: 5px; }
    .banners .banner p {
      margin: 0; }
  @media screen and (max-width: 767px) {
    .banners {
      position: fixed;
      top: 0;
      z-index: 490;
      font-size: 12px;
      line-height: 11px;
      margin: 0;
      padding: 0; }
      .banners span {
        display: block; }
      .banners .banner p {
        margin-bottom: 2px;
        white-space: nowrap; } }
  .banners-top {
    background-color: #1a1a1a; }
    .banners-top .banner {
      font-size: 0.75rem;
      font-weight: 400;
      color: white; }

.banners {
  padding: 0 1rem;
  text-align: center; }

.banners-bottom {
  background: white;
  border-top: 1px solid rgba(0, 0, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 255, 0); }

.banner {
  max-width: 1230px;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  .banner h1, .banner .blog-items-list .post-title, .blog-items-list .banner .post-title,
  .banner h2,
  .banner .giftcard-header,
  .banner h3,
  .banner .section-title,
  .banner .login-modal .account-sub-heading,
  .login-modal .banner .account-sub-heading,
  .banner .auth-sub-heading,
  .banner .listing-title,
  .banner h4,
  .banner .search-wrap .search-input,
  .search-wrap .banner .search-input,
  .banner .product-item-price,
  .banner .content-result h1,
  .content-result .banner h1,
  .banner .content-result .blog-items-list .post-title,
  .content-result .blog-items-list .banner .post-title,
  .banner .blog-items-list .content-result .post-title,
  .blog-items-list .content-result .banner .post-title,
  .banner h5,
  .banner .review-item-title,
  .banner .bulk-pricing-block .product-details-heading,
  .bulk-pricing-block .banner .product-details-heading,
  .banner h6,
  .banner .product-item-brand,
  .banner .product-details .product-brand,
  .product-details .banner .product-brand,
  .banner .product-stock,
  .banner .giftwrap-subtitle,
  .banner .site-footer .footer-title,
  .site-footer .banner .footer-title {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #60bf36; }
  .banner:last-child {
    border-bottom: 0; }

.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: #757575;
    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 div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  width: 100%;
  line-height: 1.25;
  padding-top: 0; }
  .cart .site-canvas {
    padding-top: 92px; }
  .cart .pf-header-border {
    display: none; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

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

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

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  .cart-item:first-of-type {
    border-top: 1px solid #e5e5e5; }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

.cart-item-figure {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      width: 8.33333%; } }

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

.cart-item-image {
  max-height: 14rem;
  width: 100px;
  margin: 0 !important; }

.cart-content-padding-right {
  padding-right: 4px; }

.cart-header-quantity,
.cart-item-quantity {
  color: #3b3a48;
  font-family: "Lato";
  font-size: 1.0625rem; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-quantity .form-input--incrementTotal {
  font-size: 0.88rem;
  width: 1.2rem; }

.cart-item-label {
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

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

.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: 768px) {
    .cart-totals {
      float: right; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input, .cart-total .navigation-mobile .search-input, .navigation-mobile .cart-total .search-input, .cart-total .review-form .product-item-rating, .review-form .cart-total .product-item-rating {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  padding: 0;
  transition: color 0.15s ease;
  font-size: .75rem;
  text-transform: uppercase; }
  .coupon-code-add .shipping-estimate-value,
  .coupon-code-cancel .shipping-estimate-value,
  .shipping-estimate-show .shipping-estimate-value,
  .gift-certificate-add .shipping-estimate-value,
  .gift-certificate-cancel .shipping-estimate-value {
    color: #60bf36;
    font-size: 1.0625rem;
    text-decoration: underline; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input, .coupon-form .navigation-mobile .search-input, .navigation-mobile .coupon-form .search-input, .coupon-form .review-form .product-item-rating, .review-form .coupon-form .product-item-rating,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .navigation-mobile .search-input,
  .navigation-mobile .cart-gift-certificate-form .search-input,
  .cart-gift-certificate-form .review-form .product-item-rating,
  .review-form .cart-gift-certificate-form .product-item-rating,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input, .coupon-form .navigation-mobile .search-input, .navigation-mobile .coupon-form .search-input, .coupon-form .review-form .product-item-rating, .review-form .coupon-form .product-item-rating,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .navigation-mobile .search-input,
  .navigation-mobile .cart-gift-certificate-form .search-input,
  .cart-gift-certificate-form .review-form .product-item-rating,
  .review-form .cart-gift-certificate-form .product-item-rating {
    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%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input, .estimator-form .navigation-mobile .search-input, .navigation-mobile .estimator-form .search-input, .estimator-form .review-form .product-item-rating, .review-form .estimator-form .product-item-rating {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem;
  text-align: left; }
  @media screen and (max-width: 479px) {
    .estimator-form-label-text {
      font-size: 15px; } }

.estimator-form-input {
  margin-bottom: 1em;
  width: 100%; }
  .estimator-form-input .form-input, .estimator-form-input .navigation-mobile .search-input, .navigation-mobile .estimator-form-input .search-input, .estimator-form-input .review-form .product-item-rating, .review-form .estimator-form-input .product-item-rating,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.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 .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-acceleratedCheckoutButtons {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: 100%; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 480px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .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-right: 0.375rem; }

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

/*----------  Cart Table Header  ----------*/
.cart-table-header {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  @media screen and (max-width: 767px) {
    .cart-table-header {
      display: none; } }
  .cart-table-header .cell {
    color: #3b3a48;
    font-family: "Lato";
    font-size: 1.0625rem; }

.cart-item-options .definitionList-key,
.cart-item-options .definitionList-value {
  line-height: 1.2;
  color: #3b3a48;
  font-family: "Lato";
  font-size: 1.0625rem; }

@media screen and (min-width: 768px) {
  .cart-item-options {
    width: 20%; } }

@media screen and (min-width: 1024px) {
  .cart-item-options {
    width: 25%; } }

@media screen and (min-width: 768px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 15%; } }

@media screen and (min-width: 1024px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 10%; } }

@media screen and (min-width: 768px) {
  .cart-item-quantity {
    width: 20%; } }

@media screen and (min-width: 1024px) {
  .cart-item-quantity {
    width: 15%; } }

/*----------  Cart Table Items  ----------*/
.cart-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  @media screen and (max-width: 767px) {
    .cart-item {
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart-item .cell {
      margin-bottom: 1em; } }

.cart-item-info {
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .cart-item-info {
      margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .cart-item-info {
      width: 50%;
      margin-bottom: 0; } }
  .cart-item-info .product-brand {
    font-weight: bold; }
  .cart-item-info .product-name {
    margin-bottom: 0.35em;
    display: block; }

.cart-item-info-wrap {
  display: table;
  width: 100%; }

.cart-item-image,
.cart-item-text {
  display: table-cell;
  vertical-align: middle; }

.cart-item-text {
  padding: 0 1.25rem; }
  .cart-item-text .product-name {
    text-align: left;
    color: #3b3a48;
    font-family: "Lato";
    font-size: 1.0625rem; }
    .cart-item-text .product-name:hover {
      text-decoration: none; }

.cart-item-actions .link {
  margin-right: 0.5rem; }

.cart-label {
  margin-right: 0.3125rem;
  color: #3b3a48; }
  @media screen and (min-width: 768px) {
    .cart-item-quantity .cart-label,
    .cart-item-price .cart-label {
      display: none; } }

@media screen and (min-width: 768px) {
  .cart-item-price {
    position: relative; } }

.cart-item-price .price-discounted {
  text-decoration: line-through; }

.cart-item-update {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .needs-updating .cart-item-update {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .cart-item-update {
      position: absolute;
      right: 0; } }

.cart-item-remove {
  position: absolute;
  top: 1.5625rem;
  right: 0; }
  @media screen and (min-width: 768px) {
    .cart-item-remove {
      top: 0; } }
  @media screen and (min-width: 1440px) {
    .cart-item-remove {
      top: 50%;
      right: -3.3125rem;
      transform: translateY(-50%); } }
  .cart-item-remove .icon {
    width: 12px;
    height: 12px; }

[data-cart] .button.button-primary {
  color: white; }

@media screen and (min-width: 768px) {
  .cart-totals-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; }
    .cart-totals-column:last-child {
      float: right; } }

@media screen and (min-width: 1024px) {
  .cart-totals-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left; } }

@media screen and (min-width: 1200px) {
  .cart-totals-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left; } }

.cart-totals-item {
  border-bottom: 1px solid rgba(0, 0, 255, 0);
  padding: 1rem 0; }
  .cart-totals-item .link {
    float: right;
    clear: right; }
  .cart-totals-item .cart-total-item + .link span {
    display: none; }
  .cart-totals-item .cart-total-item + .link:before {
    content: attr(data-change-text); }

.cart-total-label {
  float: left; }

.cart-total-label,
.cart-total-value {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto"; }

.cart-total-item {
  float: right; }
  .cart-total-item.grand-total {
    font-weight: bold;
    color: #3b3a48; }

.list-bulleted .link {
  display: block; }

@media screen and (max-width: 479px) {
  .cart-actions .button {
    display: block;
    margin: 2rem 0; } }

@media screen and (min-width: 480px) {
  .cart-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-spacing: 2rem 2rem;
    margin-top: 2rem; }
    .cart-actions .button {
      width: calc(50% - 10px);
      padding-right: 0;
      padding-left: 0; } }

.checkout-multiple {
  display: block;
  width: 100%;
  margin-top: 10px; }

.cart .cart-additional-checkout-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
  text-align: center; }
  .cart .cart-additional-checkout-buttons p {
    float: none !important; }
  .cart .cart-additional-checkout-buttons form {
    clear: both; }
  .cart .cart-additional-checkout-buttons > * {
    flex-basis: 100%; }
  .cart .cart-additional-checkout-buttons:last-child {
    margin-bottom: 0; }
  .cart .cart-additional-checkout-buttons::before, .cart .cart-additional-checkout-buttons::after {
    display: none; }

.apple-pay-checkout-button {
  display: none;
  box-sizing: border-box;
  min-width: 11rem;
  height: 2.8125rem;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  border-radius: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: inline-block; }

.cart-table .cart-item {
  padding: .5rem 0;
  border-bottom: 1px solid #cccccc; }
  .cart-table .cart-item:first-child {
    border-top: 1px solid #cccccc; }
  .cart-table .cart-item .product-option {
    text-transform: capitalize; }
  .cart-table .cart-item .quantity-control .quantity-input {
    border: none;
    line-height: 1rem;
    padding: 0; }
  .cart-table .cart-item .quantity-control .button-control-action {
    background-color: white; }
  .cart-table .cart-item .cart-item-update {
    position: static;
    margin-top: .2rem;
    font-size: .88rem;
    white-space: nowrap;
    color: #60bf36; }
  .cart-table .cart-item .cart-item-image img {
    max-width: 100px; }
  @media (min-width: 1024px) {
    .cart-table .cart-item {
      padding: 1rem; } }

.coupon-code {
  border: 0; }

.form-coupon {
  position: relative;
  margin: 0; }

.coupons-active {
  margin-bottom: 0; }

.shipping-calculator {
  display: none;
  margin-top: 1.75rem; }
  .shipping-calculator.visible {
    display: block; }
  .shipping-calculator .shipping-zip {
    float: left; }
  .shipping-calculator .get-shipping-quotes {
    float: right; }
  .shipping-calculator .form-select-wrapper [type="text"] + :after {
    display: none; }
  .shipping-calculator [name="shipping-state"] {
    width: 100%; }

.shipping-quotes {
  clear: both; }
  .shipping-quotes ul {
    list-style: none !important;
    padding-left: 0 !important; }

.shipping-quote-item {
  cursor: pointer;
  margin-left: 2px; }
  .shipping-quote-item:hover {
    color: #60bf36; }
  .shipping-quote-item .form-label-text {
    margin-bottom: 0; }
    .shipping-quote-item .form-label-text .ups-shipping-badge {
      vertical-align: middle;
      margin-top: -2px;
      margin-left: 3px;
      margin-right: 3px; }

.input-group {
  display: table;
  width: 100%; }

.input-group-item {
  display: table-cell;
  vertical-align: top; }
  .input-group-item:first-child .button {
    border-radius: 4px 0 0 4px;
    margin-right: -2px; }
  .input-group-item:last-child .button {
    border-radius: 0 4px 4px 0;
    margin-left: -2px; }
  .input-group-item .button {
    margin-bottom: 0; }
  .input-group-item.form-field {
    width: 99%; }
  .input-group-item .form-input, .input-group-item .navigation-mobile .search-input, .navigation-mobile .input-group-item .search-input, .input-group-item .review-form .product-item-rating, .review-form .input-group-item .product-item-rating {
    width: 100%; }

.PaypalCommerceCheckout, .PaypalCommerceCreditCheckout {
  display: none !important; }

.GooglePayInnerContainer,
.ApplePayInnerContainer {
  margin-bottom: 0 !important; }

.ApplePayInnerContainer,
.AmazonPayInnerContainer,
.GooglePayInnerContainer {
  width: 100% !important;
  max-width: unset !important; }

.GooglePayCheckout button,
.ApplePayCheckout .apple-pay-checkout-button {
  background-size: 50px;
  height: 45px;
  padding: 0; }

.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: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1440px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .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: 768px) {
      .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: 768px) {
          .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: 1rem;
  margin: 0; }

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

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

.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: 1024px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  @media (min-width: 1024px) {
    .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: 1rem;
  margin-bottom: 0; }

.videoGallery {
  padding: 4.375rem 0 5rem;
  background-color: #F1EEE8;
  display: none; }
  @media (min-width: 768px) {
    .videoGallery {
      display: block; } }
  .videoGallery .container__btn-close {
    display: none; }
  .videoGallery.modal-video-open {
    display: block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 1000;
    padding: 1.65625rem 1.34375rem; }
    .videoGallery.modal-video-open .container__btn-close {
      display: block; }
      .videoGallery.modal-video-open .container__btn-close .btn-close {
        height: auto;
        padding: 0.0625rem 0.125rem;
        background-color: transparent; }
    .videoGallery.modal-video-open .toggle-content {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 1.25rem; }
  .videoGallery iframe {
    max-width: 90%;
    border: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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 + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 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-acceleratedCheckoutButtons {
  width: 100%; }

.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: 1024px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1440px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

@media (min-width: 1024px) {
  .login-form {
    margin-top: 1.5rem; } }

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

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

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

.new-customer-fact {
  padding-left: 0.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: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

.search-form {
  position: relative;
  max-width: 250px;
  margin: 1.375rem auto 0; }
  .search-form .search-input {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .search-form .search-input {
        width: 90%; } }
  .search-form .button-search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 0;
    color: #9e9fa4;
    background: none;
    padding: 0 1rem;
    transform: translateY(-50%);
    /* TUD mod */ }
    .search-form .button-search-submit:hover {
      outline: 0;
      color: #60bf36; }
  .search-form .icon-search {
    width: 24px;
    height: 24px; }
  .search-form .form-inline-message {
    position: absolute;
    bottom: -3.125rem; }

/*----------  Search Page  ----------*/
.search .product-listing {
  padding-top: 0; }

.search .button-search-submit {
  transform: translateY(-50%); }

.search .tabs-content {
  padding-bottom: 1rem; }

.search .tabs {
  margin-top: 5rem;
  border: unset; }

.search .card-title a:not(:hover) {
  color: inherit; }

.content-results {
  margin-bottom: 5rem; }

.content-result {
  margin-bottom: 2.5rem; }

.content-results-pagination {
  text-align: center; }

.tab-title a {
  background-color: #eeeeee;
  text-align: center; }
  .tab-title a:not(.navBar-action-color--active):hover {
    background-color: #60bf36; }
    .tab-title a:not(.navBar-action-color--active):hover span {
      color: white; }

.tab-title:first-child a {
  border-radius: 4px 0 0 4px; }

.tab-title:last-child a {
  border-radius: 0 4px 4px 0; }

.tab-title .navBar-action-color--active {
  background-color: #4e4d5b; }
  .tab-title .navBar-action-color--active span {
    color: white;
    font-weight: 700; }

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

.account-heading {
  margin: 0;
  padding-bottom: 1rem; }

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

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

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

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

.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: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

.account-product-subtitle {
  color: #999999;
  font-family: "Lato", 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 + .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: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1440px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

.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: 1440px) {
      .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: 1440px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1440px) {
      .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: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

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

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

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

.account-orderStatus-action {
  color: #757575;
  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: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.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 #e5e5e5;
  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: #757575;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

.account-wrapper {
  font-size: 1rem; }

.account-nav,
.account-body {
  vertical-align: top; }

.account-body {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 620px) {
    .account-body {
      float: right;
      width: 65%;
      padding-left: 0.5rem; } }
  @media screen and (min-width: 900px) {
    .account-body {
      width: 75%; } }
  .account-body > :first-child {
    margin-top: 0; }
  .account-nav-hidden .account-body {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0; }
  .account-body .form-label {
    margin-bottom: unset; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 1rem; } }

@media screen and (min-width: 620px) {
  .account-nav {
    float: left;
    width: 35%;
    padding-right: 0.5rem; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

/* scss-combine:account/components/forms */
.account-wrapper .page-heading {
  width: 1px;
  height: 1px;
  transform: scale(0);
  position: absolute; }

.account-wrapper .form-label-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text,
.account-wrapper .form-field-radio .form-label-text {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 0.5rem; }

.account-wrapper .form-input, .account-wrapper .navigation-mobile .search-input, .navigation-mobile .account-wrapper .search-input, .account-wrapper .review-form .product-item-rating, .review-form .account-wrapper .product-item-rating {
  width: 100%;
  float: none; }
  .account-wrapper .form-input.account-form-half, .account-wrapper .navigation-mobile .account-form-half.search-input, .navigation-mobile .account-wrapper .account-form-half.search-input, .account-wrapper .review-form .account-form-half.product-item-rating, .review-form .account-wrapper .account-form-half.product-item-rating {
    width: 50%; }
  .account-wrapper .form-input::placeholder, .account-wrapper .navigation-mobile .search-input::placeholder, .navigation-mobile .account-wrapper .search-input::placeholder, .account-wrapper .review-form .product-item-rating::placeholder, .review-form .account-wrapper .product-item-rating::placeholder {
    font-size: .75rem; }

.account-wrapper .form-actions {
  display: flex;
  align-items: center;
  clear: both; }
  .account-wrapper .form-actions .account-forgot-password-link {
    margin-top: 0;
    text-align: right; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 0.5rem; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 0.5rem; } }

/* scss-combine:account/components/table */
.account-wrapper table {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.account-wrapper td,
.account-wrapper th {
  padding: 0.5rem; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }

/* scss-combine:account/components/list */
.account-items {
  margin-bottom: 1rem; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  .account-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 255, 0); }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: top; } }

.account-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 0.5rem; } }

.account-item-title {
  margin-top: 3px;
  font-size: 1rem; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 1.2rem; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: #5f5f5f; }

.account-item-details {
  font-size: 1rem;
  color: #5f5f5f; }

.account-item-detail {
  float: left;
  margin-top: 0.5rem;
  margin-right: 1rem; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bfbfbf;
  text-transform: uppercase; }

.account-item-badge,
.account-item-actions {
  white-space: nowrap; }

/* scss-combine:account/components/header */
.account-header {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline; }

.account-toolbar {
  text-align: right; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  color: inherit;
  border: 0; }
  .account-tool:hover {
    color: #60bf36; }
  .account-tool:focus {
    outline: 0; }

/* scss-combine:account/components/navigation */
.account-nav-list {
  padding: 0;
  margin-bottom: 0.5rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 255, 0);
  border-radius: 0; }

.account-nav-item {
  color: #60bf36;
  border-top: 1px solid rgba(0, 0, 255, 0); }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #555551;
    border-left: 3px solid #555551; }

.account-nav-link {
  display: block;
  padding: 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

/* scss-combine:account/components/pagination */
.account-wrapper .pagination {
  margin-top: 0.5rem; }

/* scss-combine:account/components/card */
.account-card {
  background: #f5f5f5; }
  .account-card .form-input, .account-card .navigation-mobile .search-input, .navigation-mobile .account-card .search-input, .account-card .review-form .product-item-rating, .review-form .account-card .product-item-rating {
    background-color: white; }

.account-card {
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 0; }

/* scss-combine:account/components/toggle */
.account-toggle-hidden {
  display: none; }

/* scss-combine:account/components/status */
.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

/* scss-combine:account/components/shipments */
.account-shipments {
  margin-bottom: 1rem; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 0.5rem 0 0;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

/* scss-combine:account/pages/address */
.account-page-add-address .account-content {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.account-address-detail {
  display: block; }

.account-address-form {
  padding-top: 0.5rem; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 0.5rem; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 0.5rem; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 0.5rem; }

/* scss-combine:account/pages/orders-receipt */
.account-page-orders-receipt .account-content {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 1rem; }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: #929292; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 0.5rem; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }

.account-receipt-total {
  display: table-row;
  margin-bottom: 0.5rem; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid rgba(0, 0, 255, 0); }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: #929292; }

.account-receipt-total-value {
  text-align: right; }

/* scss-combine:account/pages/recent-items */
/* scss-combine:account/pages/returns */
.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 1rem; }
  .account-return-fields .form-field-select {
    width: 50%; }

/* scss-combine:account/pages/wishlists */
.account-wishlists {
  margin-bottom: 30px; }

/* scss-combine:account/pages/messages */
.account-messages-table.table-clean {
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 255, 0); }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #929292; }

.account-message-content {
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f5f5f;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: #acacac; }

.account-message-date {
  color: #929292; }

.account-messages-form-subject {
  width: 50%; }

/* scss-combine:account/pages/download */
.account-download {
  padding: 0.5rem 0 0;
  margin: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: #929292; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: #929292; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

/* scss-combine:account/pages/invoice */
.account-invoice-date {
  margin-top: -20px;
  font-size: 1rem; }

.account-invoice-addresses {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.account-invoice-address {
  float: left;
  margin-right: 1rem; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 0.5rem;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n+3),
  .account-invoice-table td:nth-of-type(0n+3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 0.5rem; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

/* scss-combine:account/pages/settings */
.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.account-settings-form {
  padding-top: 0.5rem; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: calc($account-gutter-inner / 2);
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n+0) {
      padding-right: 0;
      padding-left: calc($account-gutter-inner / 2); }
  .account-settings-form .form-actions {
    padding-top: 0.5rem; }

/* scss-combine:account/pages/auth-login */
.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-wrapper .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 619px) {
  .account-login {
    margin-bottom: 1rem; } }

.account-login-button {
  margin-right: 0.5rem; }

.account-create {
  padding: 0.5rem;
  background: #f5f5f5; }
  .account-create .account-button-primary {
    margin: 0; }

.account-create-intro {
  margin: 1rem 0; }
  .account-create-intro:empty {
    display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

/* scss-combine:account/pages/auth-forgot */
.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 1rem; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

/* scss-combine:account/pages/auth-create */
.account-page-create .account-header {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 0.5rem; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 0.5rem; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 0.5rem; } }

/* scss-combine:account/pages/auth-created */
.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 1rem;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

/* scss-combine:account/pages/auth-new-password */
.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 1rem;
  text-align: center; }

.giftcard-nav {
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #60bf36; }
  .giftcard-nav-item.is-active {
    color: #5f5f5f; }

.giftcard-heading-container {
  margin-bottom: 2rem;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
  .form-giftcard-balance .button {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

.giftwrapping-detail {
  color: #9e9fa4;
  font-family: "Lato";
  font-size: 0.875rem; }

.giftwrap-modal {
  max-width: 49.3125rem;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .giftwrap-modal .form-field-title {
    margin-left: 0;
    display: block; }
  .giftwrap-modal .form-radio + .form-label-text {
    font-weight: 300; }
  .giftwrap-modal .form-input:not(.form-radio), .giftwrap-modal .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftwrap-modal .search-input:not(.form-radio), .giftwrap-modal .review-form .product-item-rating:not(.form-radio), .review-form .giftwrap-modal .product-item-rating:not(.form-radio) {
    width: 100%; }

.giftwrap-subtitle,
.giftwrap-title {
  text-align: center; }

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

.giftwrap-subtitle {
  margin-bottom: 1.5em;
  color: #9e9fa4; }

.giftwrap-form .form-actions {
  text-align: center; }

.giftwrap-form .button + .button {
  margin-left: 1.5em; }

.form-gift-certificate {
  display: none;
  margin-top: 1.75rem; }
  .form-gift-certificate.visible {
    display: block; }

/* scss-combine:pages/account */
.account-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }
  .account-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .account-wrapper .form-field-email .form-field-control,
  .account-wrapper .form-field-password .form-field-control {
    position: relative;
    display: block; }
    .account-wrapper .form-field-email .form-field-control:after,
    .account-wrapper .form-field-password .form-field-control:after {
      position: absolute;
      right: 1.0625rem;
      bottom: 1.25rem;
      display: block;
      content: ""; }
  .account-wrapper .form-field-email .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32'%3E%3Cpath d='M40 0h-37.333c-1.475 0-2.667 1.192-2.667 2.667v26.667c0 1.475 1.192 2.667 2.667 2.667h37.333c1.475 0 2.667-1.192 2.667-2.667v-26.667c0-1.475-1.192-2.667-2.667-2.667v0zM37.333 5.333v0.176l-16 12.445-16-12.445v-0.176h32zM5.333 26.667v-14.4l14.363 11.171c0.48 0.376 1.059 0.563 1.637 0.563s1.157-0.187 1.637-0.563l14.363-11.171v14.4h-32z'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 12px; }
  .account-wrapper .form-field-password .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath d='M22 12h-2v-4c0-4.418-3.582-8-8-8s-8 3.582-8 8v4h-2c-1.106 0-2 0.894-2 2v16c0 1.106 0.894 2 2 2h20c1.106 0 2-0.894 2-2v-16c0-1.106-0.894-2-2-2v0zM8 8c0-2.208 1.792-4 4-4s4 1.792 4 4v4h-8v-4zM4 16h16v12h-16v-12z'%3E%3C/path%3E%3Cpath d='M12 24c1.106 0 2-0.894 2-2s-0.894-2-2-2c-1.106 0-2 0.894-2 2s0.894 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    width: 12px;
    height: 16px; }
  .account-wrapper .form-select-wrapper {
    position: relative;
    display: block;
    height: 2.35rem;
    color: #898f94;
    border: 0;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .account-wrapper .form-select-wrapper:not(:has(select))::after {
      display: none; }
    .account-wrapper .form-select-wrapper select {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      appearance: none; }

.form-select {
  height: 2.35rem; }

.account-login .account-button-secondary {
  margin-left: 1.25rem; }

/*----------  Auth Modal  ----------*/
.login-modal-wrapper .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1230px; }
  .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) {
    max-width: 42.75rem; }
    .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .button-modal-close, .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .search-wrap .button-search-close, .search-wrap .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .button-search-close {
      top: 2rem;
      right: 0.9375rem;
      color: #373737; }
      @media screen and (min-width: 1024px) {
        .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .button-modal-close, .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .search-wrap .button-search-close, .search-wrap .login-modal-wrapper .modal-content:has(.forgot-password-block.visible) .button-search-close {
          top: 3.5rem; } }

.login-modal-wrapper .button-modal-close, .login-modal-wrapper .search-wrap .button-search-close, .search-wrap .login-modal-wrapper .button-search-close {
  top: 3.5rem;
  right: 0; }

.login-modal .modal-title {
  margin: 0;
  color: white;
  text-align: center; }

.login-modal .account-sub-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.login-modal .account-login-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  display: block;
  padding: 0;
  margin-top: 1.5rem; }
  @media screen and (min-width: 768px) {
    .login-modal .account-login-wrapper {
      display: flex;
      align-items: stretch;
      justify-content: space-between; } }

.login-modal .account-login,
.login-modal .account-create {
  display: block;
  border-radius: 4px; }

.login-modal .account-login {
  background-color: white; }
  @media screen and (max-width: 767px) {
    .login-modal .account-login {
      margin-bottom: 30px; } }
  .login-modal .account-login .account-login-form, .login-modal .account-login .form-actions, .login-modal .account-login .form-label {
    margin: 0;
    padding: 0; }
  .login-modal .account-login .form-label {
    line-height: 1.25rem; }
  .login-modal .account-login .account-login-form .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .login-modal .account-login .account-login-form .form-actions::after, .login-modal .account-login .account-login-form .form-actions::before {
      display: none; }

.login-modal .account-button-secondary {
  padding: 0 0 3px;
  background-color: transparent;
  color: #9e9fa4;
  border-radius: 0;
  border-bottom: 1px solid; }

.login-modal .account-create {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent; }
  .login-modal .account-create .account-sub-heading {
    color: white; }
  .login-modal .account-create .button {
    color: white;
    border-color: white; }

.login-modal .account-create-facts li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E"); }

.login-modal .account-page-forgot .account-body {
  position: relative;
  max-width: 42.75rem;
  margin: 0 auto;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .login-modal .account-page-forgot .account-body .account-sub-heading {
    display: none; }

.login-register-block,
.forgot-password-block {
  display: none; }
  .login-register-block.animating, .login-register-block.visible,
  .forgot-password-block.animating,
  .forgot-password-block.visible {
    display: block; }
  .login-register-block.animating-in,
  .forgot-password-block.animating-in {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.animating-out,
  .forgot-password-block.animating-out {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.visible,
  .forgot-password-block.visible {
    opacity: 1;
    transform: translateX(0); }

.account-login-wrapper {
  max-width: none; }

.account-login,
.account-create {
  width: 100%;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .account-login,
    .account-create {
      width: 47.0339%;
      padding: 2vw; } }
  @media screen and (min-width: 1024px) {
    .account-login,
    .account-create {
      padding: 5vw; } }

.auth-sub-heading {
  margin-top: 0;
  text-align: center; }

.auth-login-form .button,
.auth-login-form .auth-button-alt {
  display: inline-block;
  width: 47.0339%; }

.auth-login-form .auth-button-alt {
  text-align: right;
  text-decoration: underline; }

.account-create-facts {
  padding-left: 0;
  font-family: "Lato";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none; }
  .account-create-facts li {
    margin-bottom: 0.5em; }
    .account-create-facts li:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23555551' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E");
      display: inline-block;
      width: 13px;
      height: 10px;
      margin-right: 0.9375rem;
      content: ""; }

.auth-forgot-password-message {
  text-align: center; }

.auth-forgot-password .form {
  display: table;
  width: 100%; }

.auth-forgot-password .form-field,
.auth-forgot-password .form-actions {
  display: table-cell;
  vertical-align: bottom; }

.auth-forgot-password .form-actions {
  width: 33%;
  text-align: right; }

.account-nav-list {
  text-transform: uppercase;
  border: 0; }

.account-nav-item {
  color: inherit;
  border: 0; }
  .account-nav-item.is-active {
    border: 0;
    color: #60bf36; }

.account-nav-link {
  padding: 0.625rem 0; }

.account-product-item {
  margin-bottom: 3rem; }
  @media screen and (min-width: 480px) {
    .account-product-item {
      width: 48%; } }
  @media screen and (min-width: 1024px) {
    .account-product-item {
      width: 31%; } }

@media screen and (min-width: 768px) {
  .giftcard-sidebar {
    padding-right: 30px; } }

.giftcard-content {
  padding-bottom: 5rem; }
  .giftcard-content .giftcard-subheading {
    margin: 1.5em 0; }

.giftcard-nav {
  margin-bottom: 3rem;
  text-align: left; }

.giftcard-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }

.giftcard-nav-item {
  margin: 0 0.5rem 0.625rem;
  text-decoration: none;
  color: #9e9fa4; }
  .giftcard-nav-item.is-active {
    color: #60bf36; }

.giftcertificates .giftcard-body {
  padding: 3.125rem 4.5rem;
  background-color: #f1eee7; }

.giftcard-body .form-input:not(.form-radio), .giftcard-body .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftcard-body .search-input:not(.form-radio), .giftcard-body .review-form .product-item-rating:not(.form-radio), .review-form .giftcard-body .product-item-rating:not(.form-radio) {
  width: 100%; }

.giftcard-body .giftcard-heading,
.giftcard-body .giftcard-subheading {
  display: none; }

.giftcard-form-preview iframe {
  width: 100%; }

.form-giftcard-balance {
  display: table;
  width: 100%; }
  .form-giftcard-balance .form-field,
  .form-giftcard-balance .form-actions {
    display: table-cell;
    vertical-align: bottom; }
  .form-giftcard-balance .form-field {
    width: 90%;
    padding-right: 1.875rem; }

.giftcard-balance-container {
  margin: 0; }

.giftcard-form-theme .form-field-control {
  overflow: hidden; }

.giftcard-form-actions {
  text-align: center; }

@media screen and (min-width: 768px) {
  #giftcard-amount {
    width: calc(50% - 8px); } }

@media screen and (min-width: 768px) {
  .giftcard-form-help-message {
    float: left;
    position: relative;
    top: -40px;
    margin-left: calc(50% + 10px); } }

.giftcard-redeem-steps {
  margin-left: 1em; }

.account-wrapper .form-field-email .form-field-control:after,
.account-wrapper .form-field-password .form-field-control:after {
  bottom: .8rem; }

.giftcard-form-preview {
  background: #ffffff; }

.giftcard-form-theme {
  display: none; }

.giftcard-form .form-field-checkbox {
  line-height: 20px;
  vertical-align: middle; }
  .giftcard-form .form-field-checkbox .form-input, .giftcard-form .form-field-checkbox .navigation-mobile .search-input, .navigation-mobile .giftcard-form .form-field-checkbox .search-input, .giftcard-form .form-field-checkbox .review-form .product-item-rating, .review-form .giftcard-form .form-field-checkbox .product-item-rating {
    width: 20px; }
  .giftcard-form .form-field-checkbox .form-label-text {
    margin-bottom: 0; }

.account-wrapper {
  padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .account-wrapper {
      padding-top: 1.5rem; } }

.account-heading {
  font-weight: bold;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Lato";
  margin: 1rem 0;
  line-height: 1.25;
  color: #373737; }

.account-empty {
  margin-bottom: 2rem; }

.account-items .account-item {
  padding: .25rem .5rem; }
  .account-items .account-item:nth-child(odd) {
    background-color: #f1eee7; }

.account-settings-form #FormField_2:before {
  content: "Change Password";
  display: block;
  clear: both;
  float: none;
  margin-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold; }

.account-settings-form #FormField_2,
.account-settings-form #FormField_3,
.account-settings-form #FormField_24 {
  clear: both;
  float: left;
  padding-left: 0; }

.account-settings-form #FormField_2 .form-field-title:before {
  content: "New "; }

.createaccount .page-heading {
  text-align: left;
  max-width: 860px;
  margin: 30px auto; }

.createaccount .account-wrapper {
  padding: 0 15px; }

.createaccount .account-body {
  float: none; }

@media screen and (max-width: 767px) {
  .createaccount .page-heading {
    padding: 0 15px; } }

.account-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body.forgotpassword .breadcrumbs {
  margin-top: unset; }

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

.wishlist-form {
  position: relative;
  display: inline-block;
  padding: 30px 0; }
  @media screen and (max-width: 1023px) {
    .wishlist-form {
      width: 48%;
      text-align: right; } }

@media screen and (max-width: 1023px) {
  .button-wide.add-to-wishlist {
    width: calc(100% - 5px);
    padding-right: 5px;
    padding-left: 5px; } }

.add-to-wishlists {
  position: absolute;
  top: 85%;
  display: none;
  padding: 1.0625em 2.7em;
  text-align: left;
  background-color: #f1eee9; }
  @media screen and (max-width: 1023px) {
    .add-to-wishlists {
      padding-right: 1.5em;
      padding-left: 1.5em; } }
  .add-to-wishlists a {
    color: #9e9fa4; }
    .add-to-wishlists a:hover {
      color: #60bf36; }
  .add-to-wishlists.animating, .add-to-wishlists.visible {
    display: block; }
  .add-to-wishlists.animating-in {
    opacity: 0;
    transform: translateY(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .add-to-wishlists.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .add-to-wishlists.visible {
    opacity: 1;
    transform: translateY(0); }
  .add-to-wishlists::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1eee9;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1440px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1440px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1440px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1440px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .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: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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; }

.category-header-image {
  width: 100%; }

.facet-item a:hover,
.facet-item a.is-active {
  color: #60bf36 !important; }

.product-listing .breadcrumbs {
  margin-top: -1.5rem;
  margin-bottom: 2.5rem; }

.category-banner .container, .category-banner .product-tabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-tabs {
      background-color: #f1eee7; } }

.category-banner-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-ratio-smallest .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%; }
  .banner-ratio-small .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 16.66667%; }
  .banner-ratio-medium .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 25%; }

.category-banner-description {
  padding: 2.3125rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .category-banner-description {
      position: absolute;
      left: 15px;
      bottom: 0;
      width: 23.75rem;
      padding: 1.5625rem 1.9375rem 2rem;
      background-color: rgba(59, 58, 72, 0.8);
      color: white;
      text-align: left; } }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input, .manual-captcha-input-container .navigation-mobile .search-input, .navigation-mobile .manual-captcha-input-container .search-input, .manual-captcha-input-container .review-form .product-item-rating, .review-form .manual-captcha-input-container .product-item-rating {
    flex: 1; }

body.product--nonpaint .site-canvas,
body.category--accessory .site-canvas,
body.error .site-canvas,
body.giftcertificates .site-canvas,
body.accountpage .site-canvas,
body.account_orderstatus .site-canvas,
body.account_addressbook .site-canvas,
body.account_recentitems .site-canvas,
body.editaccount .site-canvas,
body.getnewpassword .site-canvas,
body.forgotpassword .site-canvas,
body.login .site-canvas,
body.createaccount .site-canvas,
body.createaccount_thanks .site-canvas {
  padding-top: 88px; }

body.product--nonpaint .pf-header-border,
body.category--accessory .pf-header-border,
body.error .pf-header-border,
body.giftcertificates .pf-header-border,
body.accountpage .pf-header-border,
body.account_orderstatus .pf-header-border,
body.account_addressbook .pf-header-border,
body.account_recentitems .pf-header-border,
body.editaccount .pf-header-border,
body.getnewpassword .pf-header-border,
body.forgotpassword .pf-header-border,
body.login .pf-header-border,
body.createaccount .pf-header-border,
body.createaccount_thanks .pf-header-border {
  display: none; }

body.product--nonpaint .main-nav-bar .navigation > ul > li:first-child a::after,
body.category--accessory .main-nav-bar .navigation > ul > li:first-child a::after,
body.error .main-nav-bar .navigation > ul > li:first-child a::after,
body.giftcertificates .main-nav-bar .navigation > ul > li:first-child a::after,
body.accountpage .main-nav-bar .navigation > ul > li:first-child a::after,
body.account_orderstatus .main-nav-bar .navigation > ul > li:first-child a::after,
body.account_addressbook .main-nav-bar .navigation > ul > li:first-child a::after,
body.account_recentitems .main-nav-bar .navigation > ul > li:first-child a::after,
body.editaccount .main-nav-bar .navigation > ul > li:first-child a::after,
body.getnewpassword .main-nav-bar .navigation > ul > li:first-child a::after,
body.forgotpassword .main-nav-bar .navigation > ul > li:first-child a::after,
body.login .main-nav-bar .navigation > ul > li:first-child a::after,
body.createaccount .main-nav-bar .navigation > ul > li:first-child a::after,
body.createaccount_thanks .main-nav-bar .navigation > ul > li:first-child a::after {
  /* triangle */
  display: none; }

@media screen and (max-width: 767px) {
  body.product.paintFinderPresent:not(.product--nonpaint) .site-canvas {
    padding-top: 8.8125rem; } }

body.header-compressed .pf-widget.pf-widget--top:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .container::before, body.header-compressed .pf-widget.pf-widget--top:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .product-tabs::before {
  display: none; }

.pf-widget {
  animation-name: fadeIn;
  animation-duration: .4s;
  background: white;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 120px;
  vertical-align: middle; }
  .pf-widget .container, .pf-widget .product-tabs {
    padding-top: 1.2rem;
    transition: padding .25s;
    padding-bottom: 1.2rem; }
    @media (min-width: 768px) {
      .pf-widget .container, .pf-widget .product-tabs {
        padding-top: .4rem;
        padding-bottom: 0; } }
  .pf-widget:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .container::before, .pf-widget:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .product-tabs::before {
    content: "Start Here By Selecting Your Vehicle";
    font-family: "Lato";
    font-weight: 400;
    vertical-align: middle;
    font-size: 1.1rem;
    height: 0;
    line-height: 0;
    top: 1.2rem;
    left: 0;
    text-align: left;
    display: none;
    color: #333333;
    position: relative;
    opacity: .75;
    transition: opacity .25s;
    transition-delay: .1s; }
    @media (min-width: 768px) {
      .pf-widget:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .container::before, .pf-widget:not(.pf-widget--inside):not(.pf-widget--modal):not(.pf-widget--quiz) .product-tabs::before {
        display: block; } }
  .pf-widget .pf-widget-select {
    display: inline-block;
    vertical-align: middle;
    width: 10rem;
    width: calc(20% - 0.2rem);
    margin-right: 0.2rem; }
    @media screen and (max-width: 767px) {
      .pf-widget .pf-widget-select {
        display: block;
        width: 100% !important;
        margin: 0 0 0.4rem 0;
        height: auto;
        line-height: 2rem; } }
    .pf-widget .pf-widget-select .optionwithicon {
      padding-left: 1.9rem;
      background-repeat: no-repeat;
      background-position: 0 -.1rem; }
    .pf-widget .pf-widget-select .type-2 {
      background-image: url("../img/custom/icon-car.svg");
      background-size: 1.4rem 1.4rem; }
    .pf-widget .pf-widget-select .type-3 {
      /* motorcycle option */
      background-image: url("../img/custom/icon-motorcycle.svg");
      background-size: 1.4rem 1.4rem; }
    .pf-widget .pf-widget-select .customselect__control:not(.customselect__control--is-focused) .customselect__placeholder {
      font-weight: bold; }
      .pf-widget .pf-widget-select .customselect__control:not(.customselect__control--is-focused) .customselect__placeholder .type-2 {
        /* automotive preset */
        background-image: url("https://res.cloudinary.com/deq6egrwc/image/upload/v1657048793/site/icons/icon-car-green_001.svg"); }
      .pf-widget .pf-widget-select .customselect__control:not(.customselect__control--is-focused) .customselect__placeholder .type-3 {
        /* motorcycle preset */
        background-image: url("https://res.cloudinary.com/deq6egrwc/image/upload/v1657048793/site/icons/icon-motorcycle-green_001.svg"); }
  .pf-widget a.pf-widget-button,
  .pf-widget button {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.7rem;
    padding: 0;
    background-color: #60bf36;
    color: white;
    transition: opacity .5s;
    border-radius: .1rem;
    border: 2px solid #60bf36;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    height: 2.75rem; }
    @media (min-width: 768px) {
      .pf-widget a.pf-widget-button,
      .pf-widget button {
        display: inline-block;
        height: 3rem;
        width: auto; } }
  .pf-widget a.pf-widget-button {
    width: 100%; }
    .pf-widget a.pf-widget-button::after {
      content: "Find"; }
    @media (min-width: 1024px) {
      .pf-widget a.pf-widget-button {
        width: calc(20% - 0.2rem); } }
  .pf-widget.pf-widget--top {
    bottom: auto;
    margin-top: 30px;
    border-top: solid 8px #60bf36;
    box-shadow: 0px 0px 10px 0px #111;
    background-color: #F1EEE8;
    position: absolute;
    top: 3.5rem;
    z-index: 400; }
    @media (min-width: 768px) {
      .pf-widget.pf-widget--top {
        position: fixed;
        top: 4.75rem;
        z-index: 470; } }
  .pf-widget.pf-widget--bottom {
    position: absolute;
    bottom: 0px;
    top: auto;
    background-color: #60bf36; }
    @media screen and (max-width: 767px) {
      .pf-widget.pf-widget--bottom {
        display: none; } }
  .pf-widget.pf-widget--modal {
    background: transparent;
    width: auto;
    height: auto;
    line-height: 0; }
    .pf-widget.pf-widget--modal .pf-widget-select,
    .pf-widget.pf-widget--modal .pf-widget-button {
      min-width: 160px; }
    .pf-widget.pf-widget--modal .customselect--is-disabled {
      opacity: .5; }
    .pf-widget.pf-widget--modal a.pf-widget-button {
      background: #666666;
      color: white; }
    @media screen and (max-width: 767px) {
      .pf-widget.pf-widget--modal .customselect__menu {
        height: 10.8rem;
        overflow-y: scroll; } }
  .pf-widget.pf-widget--inside {
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
    margin: 1.5rem 0 3rem 1rem;
    width: calc(100% - 1rem);
    float: right;
    background-color: transparent;
    padding: 0 .5rem;
    position: relative;
    background: #60bf36;
    text-align: right;
    vertical-align: middle; }
    .pf-widget.pf-widget--inside .container, .pf-widget.pf-widget--inside .product-tabs {
      padding: 0; }
    .pf-widget.pf-widget--inside:before {
      content: " ";
      position: absolute;
      top: -.6em;
      left: -1.5rem;
      width: 80px;
      height: 80px;
      background-image: url("../img/custom/badge-color-match.webp");
      background-position: top left;
      background-size: 80px 80px;
      background-repeat: no-repeat; }
    .pf-widget.pf-widget--inside:after {
      content: "Filter the colors by selecting the year of your vehicle";
      display: block;
      color: white;
      font-size: 1.4rem;
      position: absolute;
      right: 20%;
      margin-right: 2rem;
      top: 0; }
    .pf-widget.pf-widget--inside .pf-widget-select {
      vertical-align: middle; }
      .pf-widget.pf-widget--inside .pf-widget-select .customselect__control {
        background-color: white; }
      .pf-widget.pf-widget--inside .pf-widget-select .customselect__indicator,
      .pf-widget.pf-widget--inside .pf-widget-select .customselect__placeholder {
        color: #555551; }
        .pf-widget.pf-widget--inside .pf-widget-select .customselect__indicator:hover,
        .pf-widget.pf-widget--inside .pf-widget-select .customselect__placeholder:hover {
          color: #0081cb; }
      .pf-widget.pf-widget--inside .pf-widget-select .customselect__control--is-focused {
        background-color: white;
        color: #555551;
        font-weight: bold; }
        .pf-widget.pf-widget--inside .pf-widget-select .customselect__control--is-focused .customselect__indicator,
        .pf-widget.pf-widget--inside .pf-widget-select .customselect__control--is-focused .customselect__placeholder,
        .pf-widget.pf-widget--inside .pf-widget-select .customselect__control--is-focused .customselect__input {
          color: #555551; }
    @media screen and (max-width: 767px) {
      .pf-widget.pf-widget--inside {
        height: 8rem;
        width: 100%; }
        .pf-widget.pf-widget--inside:before {
          left: .4rem;
          top: .4rem; }
        .pf-widget.pf-widget--inside:after {
          width: 80%;
          right: 0;
          width: calc(100% - 115px);
          text-align: left;
          font-size: 1rem;
          line-height: 1.2rem;
          margin: .4rem .5rem; }
        .pf-widget.pf-widget--inside .pf-widget-select {
          margin: 3.5rem 0; }
          .pf-widget.pf-widget--inside .pf-widget-select .customselect__control {
            float: right;
            width: 80%;
            width: calc(100% - 100px); } }
  .pf-widget.pf-widget--hidebutton .pf-widget-select,
  .pf-widget.pf-widget--hidebutton a.pf-widget-button {
    width: 12rem;
    width: calc(25% - 0.2rem); }
    @media screen and (max-width: 767px) {
      .pf-widget.pf-widget--hidebutton .pf-widget-select,
      .pf-widget.pf-widget--hidebutton a.pf-widget-button {
        display: block;
        height: auto;
        line-height: 2.7rem; } }
  .pf-widget:not(.pf-widget--completed):not(.pf-widget--inside) {
    animation-duration: .4s; }
    .pf-widget:not(.pf-widget--completed):not(.pf-widget--inside) .container::before, .pf-widget:not(.pf-widget--completed):not(.pf-widget--inside) .product-tabs::before {
      animation-name: slideInRight;
      animation-duration: .75s; }
  .pf-widget.pf-widget--completed a.pf-widget-button {
    opacity: 1;
    pointer-events: all; }
    .pf-widget.pf-widget--completed a.pf-widget-button:hover {
      background-color: white;
      border: 2px solid #52A047;
      color: #52A047; }
    .pf-widget.pf-widget--completed a.pf-widget-button:focus-visible {
      outline: 0; }
  .pf-widget.pf-widget--minimized {
    background-color: #60bf36;
    color: white;
    font-size: 1rem;
    height: 4rem;
    line-height: 3rem;
    vertical-align: middle; }
    .pf-widget.pf-widget--minimized > span {
      display: inline-block;
      margin-left: 1rem;
      width: 25%;
      float: left;
      font-weight: bold; }
    .pf-widget.pf-widget--minimized button {
      width: 60%;
      float: right;
      max-width: 18rem;
      margin: .5rem;
      height: 2rem;
      line-height: 2rem;
      border: 1px solid white;
      background: transparent;
      color: white;
      font-weight: normal; }
      .pf-widget.pf-widget--minimized button svg {
        margin-left: 3px;
        height: 16px;
        width: 16px;
        position: relative;
        top: 2px; }
    @media screen and (max-width: 349px) {
      .pf-widget.pf-widget--minimized {
        text-align: center;
        padding-top: .5rem; }
        .pf-widget.pf-widget--minimized > span {
          display: none; }
        .pf-widget.pf-widget--minimized button {
          float: none;
          width: 100%;
          clear: both;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto; } }

.pf-widget--newVersion {
  line-height: normal; }
  .pf-widget--newVersion .container, .pf-widget--newVersion .product-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .pf-widget--newVersion .container, .pf-widget--newVersion .product-tabs {
        flex-direction: row;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    .pf-widget--newVersion .container:after, .pf-widget--newVersion .product-tabs:after {
      content: none; }
  .pf-widget--newVersion:not(.pf-widget--inside):not(.pf-widget--modal) .container::before, .pf-widget--newVersion:not(.pf-widget--inside):not(.pf-widget--modal) .product-tabs::before {
    content: none; }
  .pf-widget--newVersion a.pf-widget-button::after {
    content: "SEARCH"; }
  @media (min-width: 1024px) {
    .pf-widget--newVersion a.pf-widget-button {
      width: calc(13% - 0.5rem); } }
  .pf-widget--newVersion .pf-widget-select {
    margin-bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .pf-widget--newVersion .pf-widget-select {
        width: calc(13% - 0.5rem);
        margin-right: 0;
        margin-bottom: 0; } }
    .pf-widget--newVersion .pf-widget-select .optionwithicon {
      background-position: 0 0.3rem; }
    .pf-widget--newVersion .pf-widget-select .type-3 {
      /* motorcycle option */
      background-image: url("../img/custom/icon-motorcycle-v2.svg"); }
  .pf-widget--newVersion .selectText {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: auto;
    margin-right: 0; }
    @media (min-width: 1024px) {
      .pf-widget--newVersion .selectText {
        text-align: left; } }
  .pf-widget--newVersion .radioButtons {
    min-width: 19.3rem; }
    .pf-widget--newVersion .radioButtons .customRadio__controls {
      display: flex;
      justify-content: center; }
      @media (min-width: 1024px) {
        .pf-widget--newVersion .radioButtons .customRadio__controls {
          justify-content: space-between; } }
    .pf-widget--newVersion .radioButtons .customRadio__radio {
      display: flex;
      align-items: center; }
      .pf-widget--newVersion .radioButtons .customRadio__radio:first-of-type {
        margin-right: 1.25rem; }
      @media (min-width: 1024px) {
        .pf-widget--newVersion .radioButtons .customRadio__radio:first-of-type {
          margin-right: 0; } }
  .pf-widget--newVersion .customselect .customselect__control.invalid {
    border: 2px solid red; }
  .pf-widget--newVersion .customselect .customselect__indicators {
    background-color: white; }
    .pf-widget--newVersion .customselect .customselect__indicators svg {
      fill: #60bf36; }

@media screen and (max-width: 767px) {
  body.header-compressed .site-header,
  body.nav-mobile-open .site-header {
    margin-top: 0; }
  body.header-compressed .pf-stepper-navbar-container {
    pointer-events: auto; }
  body.header-compressed .pf-stepper .pf-stepper-navbar {
    position: fixed;
    top: 4.75rem;
    width: 100%;
    z-index: 100;
    margin-top: 68px;
    opacity: 1;
    top: 6.3rem;
    margin-top: 0;
    border-top: 1px solid #cccccc;
    height: 2rem;
    line-height: 2rem;
    font-size: .88rem; } }

@media screen and (min-width: 768px) {
  body.header-compressed .banners {
    top: -30px; }
  body.header-compressed .main-nav-bar {
    padding-top: 0; }
  body.header-compressed .pf-widget.pf-widget--top {
    height: 78px;
    line-height: 68px;
    margin-top: 0; }
    body.header-compressed .pf-widget.pf-widget--top .container, body.header-compressed .pf-widget.pf-widget--top .product-tabs {
      padding-top: 0; }
    body.header-compressed .pf-widget.pf-widget--top .container::before, body.header-compressed .pf-widget.pf-widget--top .product-tabs::before {
      opacity: 0;
      height: 0; }
  body.header-compressed .pf-stepper .pf-stepper-navbar {
    position: fixed;
    top: 5.4rem;
    width: 100%;
    z-index: 100;
    margin-top: 68px;
    opacity: 1; } }

.pf-stepper {
  position: relative;
  margin-bottom: 1px; }
  @media screen and (max-width: 767px) {
    .pf-stepper {
      min-height: 100vh; } }
  .pf-stepper .pf-stepper-loading {
    background-color: white;
    background-image: url("../img/custom/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    opacity: .7;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
  .pf-stepper .pf-stepper-navbar-container {
    height: 40px; }
    @media screen and (max-width: 767px) {
      .pf-stepper .pf-stepper-navbar-container {
        height: 0;
        z-index: -1;
        pointer-events: none; } }
  .pf-stepper .pf-stepper-navbar {
    background-color: #f1eee7;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    font-size: 1rem; }
    .pf-stepper .pf-stepper-navbar .pf-stepper-menu {
      display: inline-block; }
      .pf-stepper .pf-stepper-navbar .pf-stepper-menu ul {
        user-select: none;
        display: inline-block;
        margin: 0 .8rem;
        list-style: none; }
        .pf-stepper .pf-stepper-navbar .pf-stepper-menu ul li {
          color: #757575;
          display: inline-block;
          margin: 0 .8rem;
          white-space: nowrap;
          text-align: center;
          cursor: default;
          text-transform: capitalize;
          font-weight: bold; }
          .pf-stepper .pf-stepper-navbar .pf-stepper-menu ul li.active, .pf-stepper .pf-stepper-navbar .pf-stepper-menu ul li.clickable:hover {
            cursor: pointer;
            color: #60bf36; }
    .pf-stepper .pf-stepper-navbar .pf-displayprice {
      font-size: 1.4rem;
      float: right;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .pf-stepper .pf-stepper-navbar {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: 40px;
        width: 100%;
        z-index: 500;
        opacity: 0;
        transition: opacity .2s;
        text-align: center;
        white-space: nowrap; }
        .pf-stepper .pf-stepper-navbar .container, .pf-stepper .pf-stepper-navbar .product-tabs {
          padding: 0; }
        .pf-stepper .pf-stepper-navbar span {
          display: none; }
        .pf-stepper .pf-stepper-navbar .pf-displayprice {
          display: none; } }
  .pf-stepper .pf-step {
    padding: 1.5rem 0;
    margin: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-out;
    /* product options */
    /* kit options */
    /* color options */
    /* wildcard */ }
    .pf-stepper .pf-step:nth-child(even) {
      background-color: #f1eee7; }
    @media screen and (max-width: 767px) {
      .pf-stepper .pf-step {
        padding: .75rem 0;
        min-height: 80px;
        /*			display: none;*/
        opacity: 0;
        visibility: hidden; }
        .pf-stepper .pf-step.completed, .pf-stepper .pf-step.active,
        .pf-stepper .pf-step.active + .pf-step,
        .pf-stepper .pf-step.completed + .pf-step.active {
          /*				display: block;*/
          opacity: 1;
          visibility: visible; } }
    .pf-stepper .pf-step .prompt {
      text-align: center;
      opacity: .5;
      transition: opacity 0.5s;
      position: relative;
      padding-right: 160px;
      padding-left: 160px; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step .prompt {
          padding-left: 0;
          padding-right: 0;
          margin: 1.125rem 0;
          text-align: left;
          font-size: 0.88rem;
          line-height: 1.1rem; } }
      .pf-stepper .pf-step .prompt .prompt-link {
        position: absolute;
        top: 0;
        right: 0;
        color: #0081cb;
        text-decoration: underline;
        font-size: 0.88rem;
        cursor: pointer; }
        .pf-stepper .pf-step .prompt .prompt-link:hover {
          color: #555551; }
        .pf-stepper .pf-step .prompt .prompt-link.pf-open-find-paint-code-modal:after {
          content: 'Need help finding your color code?'; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step .prompt .prompt-link.pf-open-find-paint-code-modal:after {
              content: 'Mfr Color Code?';
              white-space: nowrap; } }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step .prompt .prompt-link {
            text-align: right;
            margin-bottom: .25rem; } }
      .pf-stepper .pf-step .prompt .title {
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: .3rem; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step .prompt .title {
            font-size: 1.3rem;
            line-height: 1.4rem;
            font-weight: normal; }
            .pf-stepper .pf-step .prompt .title .tud-list-number {
              width: 1.3rem;
              height: 1.3rem;
              line-height: 1.3rem;
              margin-top: 1px;
              margin-right: 10px; } }
      .pf-stepper .pf-step .prompt .description {
        margin: auto; }
      .pf-stepper .pf-step .prompt .notYourModelMessage {
        font-size: 0.88rem; }
        .pf-stepper .pf-step .prompt .notYourModelMessage a {
          color: #0081cb;
          text-decoration: underline; }
          .pf-stepper .pf-step .prompt .notYourModelMessage a:hover {
            color: #555551; }
      .pf-stepper .pf-step .prompt .note {
        margin-top: .25rem;
        font-size: 0.88rem;
        color: #60bf36; }
        .pf-stepper .pf-step .prompt .note.note--black {
          color: #555551;
          display: inline-block; }
    @media screen and (max-width: 1023px) {
      .pf-stepper .pf-step.active {
        min-height: 31.25rem; } }
    .pf-stepper .pf-step.active .prompt {
      opacity: 1; }
    .pf-stepper .pf-step.active .options,
    .pf-stepper .pf-step.active .tud-wildcard-option {
      animation-name: fadeIn;
      animation-duration: .8s; }
    .pf-stepper .pf-step.active .footer {
      clear: both;
      text-align: right;
      font-size: 0.88rem;
      margin-bottom: 1rem; }
      .pf-stepper .pf-step.active .footer a {
        color: #0081cb;
        text-decoration: underline; }
        .pf-stepper .pf-step.active .footer a:hover {
          color: #555551; }
    .pf-stepper .pf-step.completed {
      padding: 0; }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.completed:hover {
          background-color: #0081cb;
          color: white;
          cursor: pointer; }
          .pf-stepper .pf-step.completed:hover a {
            color: #60bf36 !important; } }
      .pf-stepper .pf-step.completed > div > div {
        width: 100%;
        text-transform: capitalize;
        position: relative;
        display: table; }
        .pf-stepper .pf-step.completed > div > div > .image-container {
          display: table-cell;
          vertical-align: middle;
          width: 8rem;
          padding: 1rem 1rem 1rem 0; }
          .pf-stepper .pf-step.completed > div > div > .image-container img,
          .pf-stepper .pf-step.completed > div > div > .image-container .swatch {
            width: 7rem;
            height: 7rem;
            object-fit: cover;
            border: 1px solid stencilcolor("color-black"); }
            .pf-stepper .pf-step.completed > div > div > .image-container img.swatch--light,
            .pf-stepper .pf-step.completed > div > div > .image-container .swatch.swatch--light {
              border-color: #cccccc; }
            .pf-stepper .pf-step.completed > div > div > .image-container img.swatch--noswatch,
            .pf-stepper .pf-step.completed > div > div > .image-container .swatch.swatch--noswatch {
              border-color: #cccccc;
              background-color: white !important;
              background-image: url("../img/custom/swatch-missing.webp");
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat; }
            @media screen and (max-width: 767px) {
              .pf-stepper .pf-step.completed > div > div > .image-container img,
              .pf-stepper .pf-step.completed > div > div > .image-container .swatch {
                margin-right: 10px; } }
          .pf-stepper .pf-step.completed > div > div > .image-container img {
            border-color: #cccccc; }
        .pf-stepper .pf-step.completed > div > div > .info-container {
          display: table-cell;
          vertical-align: middle;
          float: none;
          position: relative;
          top: 3px; }
          .pf-stepper .pf-step.completed > div > div > .info-container .title {
            font-size: 1rem;
            line-height: 40px; }
            .pf-stepper .pf-step.completed > div > div > .info-container .title span {
              margin-right: .5rem; }
            .pf-stepper .pf-step.completed > div > div > .info-container .title a {
              font-size: 0.88rem;
              text-decoration: underline;
              display: inline-block;
              color: #0081cb; }
          .pf-stepper .pf-step.completed > div > div > .info-container p {
            font-size: 1em; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.completed > div > div > .info-container {
              font-size: .7rem;
              line-height: .9rem; } }
    .pf-stepper .pf-step .pf-optiongroup-controls {
      margin: 2rem 0; }
      .pf-stepper .pf-step .pf-optiongroup-controls .customselect,
      .pf-stepper .pf-step .pf-optiongroup-controls button {
        width: 200px;
        height: 43px;
        float: left;
        margin-right: 1rem; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step .pf-optiongroup-controls .customselect,
          .pf-stepper .pf-step .pf-optiongroup-controls button {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-bottom: .5rem; } }
    .pf-stepper .pf-step .pf-optiongroup-controls-footer a {
      color: #0081cb; }
      .pf-stepper .pf-step .pf-optiongroup-controls-footer a:hover {
        color: #60bf36;
        cursor: pointer; }
    .pf-stepper .pf-step ul.groups > li > div {
      clear: both;
      float: none; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step ul.groups > li > div:first-child {
          padding-top: 1.5rem; } }
    .pf-stepper .pf-step ul.options {
      text-align: center;
      margin: 1.5rem 0; }
      .pf-stepper .pf-step ul.options > li {
        text-align: left;
        background-color: white; }
        .pf-stepper .pf-step ul.options > li button:not(.add-to-cart) {
          color: white;
          line-height: 1.2rem;
          text-align: left;
          font-weight: bold;
          margin-bottom: 0; }
          .pf-stepper .pf-step ul.options > li button:not(.add-to-cart)::after {
            content: "Select";
            padding-left: 1rem;
            margin-left: 1.2rem;
            border-left: 1px solid white;
            display: inline-block;
            float: right;
            font-weight: 300; }
        .pf-stepper .pf-step ul.options > li button.requires-validation {
          background-color: white;
          border: 1px solid #999999;
          color: #999999; }
          .pf-stepper .pf-step ul.options > li button.requires-validation:after {
            border-color: #999999; }
          .pf-stepper .pf-step ul.options > li button.requires-validation:hover {
            background-color: #DDDDDD; }
        .pf-stepper .pf-step ul.options > li .customselect__value-container {
          padding-left: 1.4rem; }
    .pf-stepper .pf-step.pf-step--displayfinaladdtocart {
      text-align: center; }
      .pf-stepper .pf-step.pf-step--displayfinaladdtocart > .container > a, .pf-stepper .pf-step.pf-step--displayfinaladdtocart > .product-tabs > a {
        color: #0081cb;
        text-decoration: underline;
        cursor: pointer; }
      .pf-stepper .pf-step.pf-step--displayfinaladdtocart ul.options > li {
        margin: auto !important;
        float: none !important; }
    .pf-stepper .pf-step.pf-step--product ul.options > li {
      margin: 0 1rem 1rem 0;
      padding: 1rem;
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 48.91667%;
      float: left;
      padding: 1rem; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--product ul.options > li {
          box-shadow: none;
          padding: 0;
          margin-bottom: 2rem; } }
      .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow {
        padding-right: 1rem;
        text-align: right; }
        @media screen and (max-width: 1109px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow {
            padding-right: .4rem; } }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow {
            padding-right: 0;
            max-width: 480px;
            margin: 0 auto; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow .thumbnails img {
          width: 3rem; }
          @media screen and (max-width: 1109px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow .thumbnails img {
              width: 2.2rem; } }
          @media screen and (max-width: 1023px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow .thumbnails img {
              width: 1.7rem; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow > img {
          width: 100%;
          height: 13rem;
          object-fit: contain;
          object-position: 0 0; }
          @media screen and (max-width: 1023px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow > img {
              height: 13.5rem;
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow > img {
              height: 14rem;
              width: 100%;
              object-position: 50% 90%;
              margin: 0 auto 20px auto;
              object-fit: cover; } }
        @media screen and (min-width: 1024px) {
          html:not(.objectfit) .pf-stepper .pf-step.pf-step--product ul.options > li .tud-simpleslideshow > img {
            width: 100%;
            width: calc(100% - 4rem);
            height: auto; } }
      .pf-stepper .pf-step.pf-step--product ul.options > li .info {
        height: 12rem;
        position: relative; }
        @media screen and (max-width: 1919px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .info {
            height: 13rem; } }
        @media screen and (max-width: 1109px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .info {
            height: 13.3rem; } }
        @media screen and (max-width: 1023px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .info {
            height: 17rem;
            position: static;
            padding-bottom: 4rem; } }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li .info {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: .5rem;
            height: auto;
            position: static; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .info .title {
          padding: 0 0 0 0;
          font-size: 1.6rem;
          line-height: 1em;
          text-transform: capitalize;
          font-weight: normal; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .title {
              height: auto;
              color: #60bf36;
              font-weight: bold;
              font-size: 1.4rem; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .info .description {
          list-style: outside disc;
          padding-left: 1.1rem;
          font-size: .87rem;
          line-height: 1.15rem;
          margin: .5rem 0 0 0; }
        .pf-stepper .pf-step.pf-step--product ul.options > li .info .tud-tooltip {
          margin-bottom: .5rem; }
          .pf-stepper .pf-step.pf-step--product ul.options > li .info .tud-tooltip > div {
            top: auto;
            bottom: 1rem;
            left: 0; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .tud-tooltip {
              position: absolute;
              top: 240px;
              right: 1rem;
              padding-top: .5rem; }
              .pf-stepper .pf-step.pf-step--product ul.options > li .info .tud-tooltip > div {
                right: 0;
                bottom: 2rem;
                top: auto;
                margin: 150px 0 0 0;
                left: auto;
                width: 300px; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect,
        .pf-stepper .pf-step.pf-step--product ul.options > li .info button {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          min-width: 280px; }
          @media screen and (max-width: 1023px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect,
            .pf-stepper .pf-step.pf-step--product ul.options > li .info button {
              margin: 1rem;
              width: 90%;
              width: calc(100% - 2rem); } }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect,
            .pf-stepper .pf-step.pf-step--product ul.options > li .info button {
              width: 80%;
              width: calc(100% - 2rem);
              text-align: center;
              margin: 1rem 1rem; } }
          @media (min-width: 768px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect,
            .pf-stepper .pf-step.pf-step--product ul.options > li .info button {
              right: 0;
              left: auto; } }
          @media (min-width: 1024px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect,
            .pf-stepper .pf-step.pf-step--product ul.options > li .info button {
              min-width: unset; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li .info .customselect__placeholder {
          font-weight: bold; }
      .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left;
        margin-right: 0;
        padding: 1rem; }
        .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .background {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0;
          object-position: 0px 50%;
          object-fit: cover; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .background {
              display: none; } }
          @media screen and (max-width: 1149px) and (min-width: 768px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .background {
              object-fit: contain;
              object-position: 0px 20%;
              background-color: white;
              background-size: 100%;
              background-position: center center;
              background-repeat: repeat-y; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare {
          position: absolute;
          bottom: 20px;
          right: 20%;
          z-index: 1;
          font-size: 0.88rem; }
          .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare a {
            color: #555551; }
            .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare a:hover {
              color: #0081cb; }
          .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare .tud-icon-tudcare {
            height: 2rem;
            width: 2rem; }
          .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare .tud-icon-i {
            margin-left: .05rem;
            position: relative;
            top: -1px;
            height: 1rem;
            width: 1rem; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tudcare {
              display: none; } }
        @media screen and (min-width: 768px) {
          .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo .tud-simpleslideshow > img {
            display: none; }
          .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo > div > .info {
            display: block;
            width: 25.35%;
            position: relative;
            max-width: 279px;
            padding: 0; } }
        .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo button {
          bottom: 0;
          margin: 1rem; }
          @media screen and (min-width: 768px) {
            .pf-stepper .pf-step.pf-step--product ul.options > li.pf-product--combo button {
              margin: 0; } }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--product ul.options > li > div > div {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 50%;
          float: left;
          text-align: center; }
        .pf-stepper .pf-step.pf-step--product ul.options > li > div > .info {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 50%;
          float: left;
          float: right;
          text-align: left; }
        .pf-stepper .pf-step.pf-step--product ul.options > li:nth-child(2n) {
          float: left;
          margin-right: 1.69492%; }
        .pf-stepper .pf-step.pf-step--product ul.options > li:nth-child(odd) {
          float: right;
          margin-right: 0; }
        .pf-stepper .pf-step.pf-step--product ul.options > li:not(:first-child) {
          width: 49.15254%; } }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--product ul.options > li {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 100%;
          float: left; } }
      @media screen and (min-width: 1024px) {
        .pf-stepper .pf-step.pf-step--product ul.options > li {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 49.16667%;
          float: left;
          padding: 1rem; } }
    .pf-stepper .pf-step.pf-step--kit ul.options > li {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 2.6rem;
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 23.33333%;
      float: left;
      padding-left: 0;
      padding-right: 0; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li:not(:last-child) {
        margin-right: 1.69492%; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li {
          border: 1px solid #cccccc !important;
          padding: 0;
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 100%;
          float: left;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 3rem; }
          .pf-stepper .pf-step.pf-step--kit ul.options > li:last-child {
            border: none; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li img {
        object-fit: contain; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-simpleslideshow > img {
        width: 12rem;
        height: 12rem;
        object-fit: contain; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-simpleslideshow > img {
            height: 14rem;
            width: 100%;
            object-position: 50% 30%;
            object-fit: cover; } }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-simpleslideshow.tud-simpleslideshow--image-0 > img {
          object-fit: contain; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .headline {
        font-size: 1.2rem;
        line-height: 1.2em;
        font-weight: bold;
        text-transform: capitalize;
        z-index: 40;
        position: relative; }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .headline {
            height: 2em;
            width: 90%;
            margin: auto; } }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .headline {
            display: none; } }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li button {
          text-align: center;
          width: calc(100% - 2rem);
          margin: 0 1rem;
          margin-bottom: 15px; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li button::after {
          display: none; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li button::before {
          content: "Add to Cart – ";
          display: inline-block;
          margin-right: .2rem; } }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li button {
          width: 100%;
          text-align: center; }
          .pf-stepper .pf-step.pf-step--kit ul.options > li button::after {
            content: "Add to Cart"; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
    .pf-stepper .pf-step.pf-step--kit ul.options > li button {
      padding-left: .5rem;
      padding-right: .5rem;
      width: 100%; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li button:after {
        margin: 0;
        border: none;
        padding-left: .5rem; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .title {
        font-size: 1rem;
        font-weight: bold;
        text-transform: capitalize;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .title {
            height: auto;
            color: #60bf36;
            font-weight: bold;
            font-size: 1.4rem;
            margin-left: 1rem;
            margin-right: 1rem; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .info {
        margin-top: 0;
        font-size: 0.88rem;
        text-align: left;
        line-height: 1.2em;
        min-height: 6rem;
        margin-bottom: .5rem;
        list-style: outside disc;
        padding-left: 1.1rem; }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .info {
            min-height: 8.5rem; } }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .info {
            text-align: left;
            margin: 0 1rem; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .validation {
        text-align: left;
        font-size: 0.88rem; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li .validation input[type=checkbox] + span {
          float: left;
          margin: .5rem 1rem 0 0; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .validation + p + .contents-headline {
        visibility: hidden; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip {
        float: right;
        display: inline-block;
        position: relative;
        float: none;
        width: 100%;
        text-align: left; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip:after {
          content: "";
          width: 100%;
          height: 1rem;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          background-image: url("../img/custom/icon-arrow-blue.svg");
          background-position: right .5rem;
          background-repeat: no-repeat;
          background-size: 0.88rem; }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip:after {
              background-position: right 0;
              position: relative;
              right: 2rem;
              top: -1rem; } }
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active:after {
          background-position: left 0;
          transform: rotate(180deg); }
          @media screen and (max-width: 767px) {
            .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active:after {
              position: relative;
              right: 2rem;
              top: -2.5rem; } }
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active > div {
          display: block;
          opacity: 1;
          position: static;
          visibility: visible;
          padding: 0;
          box-shadow: none;
          margin: 1rem 0;
          width: auto;
          padding: 0; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active + .contents-headline,
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active + .contents-headline + .tud-contents,
        .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip.active + .contents-headline + .tud-contents + .note {
          display: block;
          text-align: left;
          margin: .25rem; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-tooltip {
            margin-top: 1rem;
            padding: .25rem 1rem;
            background: #e5f7fd;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2rem; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .contents-headline {
        font-size: 0.88rem;
        float: left;
        font-weight: bold;
        margin-bottom: .2rem;
        display: none; }
        @media screen and (max-width: 767px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li .contents-headline {
            clear: both;
            float: none;
            margin-top: 1rem;
            position: static; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .tud-contents {
        display: none; }
      .pf-stepper .pf-step.pf-step--kit ul.options > li .note {
        display: none;
        margin-top: 1rem;
        font-size: 0.88rem;
        text-align: left; }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--preferred:after {
          background-color: transparent; } }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--platinum:after {
          background-color: transparent; } }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--platinum:after {
          display: block;
          position: absolute;
          background: #FA6400;
          color: white;
          top: 0;
          left: 0;
          width: auto;
          padding: .35rem .75em;
          font-size: .8rem;
          line-height: 1rem;
          content: "Our Most Popular Kit"; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na:after {
        display: block;
        position: absolute;
        background: #FA6400;
        color: white;
        top: -28px;
        left: .75rem;
        width: auto;
        padding: .35rem .75em;
        font-size: .8rem;
        line-height: 1rem;
        background: #60bf36;
        content: "You'll Need Clearcoat For This"; }
        @media screen and (min-width: 768px) {
          .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na:after {
            top: 1.75rem;
            left: 0; } }
      @media (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na {
          padding: 0; } }
      .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na ul.info {
        padding-left: 0;
        margin-left: auto;
        margin-right: auto; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na ul.info li {
          list-style-type: none; }
      @media screen and (min-width: 768px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .inner {
          height: 14.375rem;
          margin-top: 2em;
          padding: 1rem;
          background: #f1eee7;
          background: linear-gradient(180deg, #f1eee7 0%, rgba(241, 238, 231, 0) 100%); }
          .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .inner .title {
            margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .title {
          color: #555551; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .tud-simpleslideshow {
          display: none; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .tud-tooltip,
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na img {
          display: none; }
        .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na button.requires-validation {
          background: white;
          color: #a2a29d;
          border: 1px solid #a2a29d; } }
    .pf-stepper .pf-step.pf-step--color ul.options > li {
      background: transparent;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; }
      .pf-stepper .pf-step.pf-step--color ul.options > li.selected > .tud-product-card {
        border-color: #0081cb;
        background-color: #DBF2FF; }
      .pf-stepper .pf-step.pf-step--color ul.options > li:active > .tud-product-card {
        background-color: #DBF2FF; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--color ul.options > li {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 100%;
          float: left; }
          .pf-stepper .pf-step.pf-step--color ul.options > li:nth-child(3n) {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            width: 100%;
            float: left; } }
    .pf-stepper .pf-step.pf-step--color .tud-wildcard-option {
      clear: both;
      max-width: 40rem; }
      @media screen and (max-width: 767px) {
        .pf-stepper .pf-step.pf-step--color .tud-wildcard-option {
          display: none; } }

.tud-footer-blurb h2, .tud-footer-blurb .giftcard-header {
  font-size: 1rem; }

.tud-section-find-paint-code-content {
  text-align: center;
  text-wrap: pretty;
  letter-spacing: -0.1px; }
  .tud-section-find-paint-code-content img {
    max-height: 500px; }

/* HEADER */
.pf-header-border {
  position: absolute;
  top: 4.75rem;
  margin-top: 30px;
  left: 0;
  width: 100%;
  height: 120px;
  transition: height .2s; }
  @media screen and (max-width: 767px) {
    .pf-header-border {
      display: none; } }

@media (min-width: 768px) {
  .home .principles-small {
    text-align: left;
    opacity: 1;
    position: static;
    width: 100%;
    top: 262px;
    z-index: 400;
    margin-top: 2.5rem; }
    .home .principles-small .half {
      padding: 0;
      width: auto;
      float: left; }
    .home .principles-small ul.tud-icon-list .half:first-child {
      border-right: 1px solid rgba(0, 0, 0, 0.25);
      margin-right: 10px;
      padding-right: 10px; } }

@media (min-width: 1024px) {
  .home .principles-small {
    margin-top: 3.5rem; } }

@media screen and (max-width: 767px) {
  ul.tud-icon-list > li:not(.half) i {
    display: block;
    margin: auto; } }

@media screen and (max-width: 767px) {
  ul.tud-icon-list > li.half span {
    font-size: 11px;
    line-height: 13px; } }

@media screen and (min-width: 768px) {
  body:not(.home) .principles-small {
    display: none; } }

.customselect {
  line-height: 2rem;
  font-size: 1rem; }
  .customselect .customselect__control {
    cursor: pointer;
    background-color: white;
    border-radius: .1rem;
    border: 2px solid #60bf36;
    transition: background-color .25s;
    padding-left: .5em;
    text-align: left; }
    .customselect .customselect__control:hover {
      border-color: #60bf36; }
  .customselect:not(.haspreset) .customselect__control--is-disabled {
    background-color: white; }
  .customselect .customselect__control--is-focused {
    background-color: white;
    color: #555551;
    font-weight: bold; }
    .customselect .customselect__control--is-focused .customselect__indicator,
    .customselect .customselect__control--is-focused .customselect__placeholder,
    .customselect .customselect__control--is-focused .customselect__input {
      color: #555551; }
    .customselect .customselect__control--is-focused:hover {
      border-color: #52A047 !important; }
  .customselect .customselect__control--menu-is-open {
    border-color: #52A047 !important;
    box-shadow: 0 0 0 1px #52A047 !important; }
  .customselect .customselect__indicators {
    background-color: #60bf36; }
  .customselect .customselect__loading-indicator {
    position: absolute; }
    .customselect .customselect__loading-indicator ~ .customselect__dropdown-indicator {
      opacity: 0; }
  .customselect .customselect__input {
    height: auto; }
  .customselect .customselect__placeholder {
    color: #60bf36;
    line-height: 1rem; }
  .customselect .customselect__indicator-separator {
    display: none; }
  .customselect .customselect__indicator {
    color: white; }
    .customselect .customselect__indicator:hover {
      color: #0081cb; }
  .customselect .customselect__menu {
    border-radius: .1rem;
    text-align: left; }
  .customselect .customselect__menu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px; }
  .customselect .customselect__menu-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px; }
  .customselect .customselect__menu-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5); }
  .customselect .customselect__option {
    line-height: 1.1rem;
    margin: 0.2rem 0; }
  .customselect .customselect__option:hover {
    background-color: #0081cb;
    color: white; }
  .customselect .customselect__option--is-focused {
    background-color: #cbecff; }

.customselect--secondary .customselect__option {
  height: 100%;
  border-bottom: 1px dotted #ccc; }
  .customselect--secondary .customselect__option:last-child {
    border: none; }
  .customselect--secondary .customselect__option > span {
    display: block; }
    .customselect--secondary .customselect__option > span > span:first-child {
      text-align: left; }
    .customselect--secondary .customselect__option > span > span:last-child {
      float: right; }

.customselect--secondary .customselect__control {
  background-color: #0081cb;
  border: 0; }
  .customselect--secondary .customselect__control .customselect__indicators {
    background-color: #0081cb; }
  .customselect--secondary .customselect__control .customselect__value-container .customselect__placeholder {
    color: white; }

.customselect--secondary .customselect__control--is-disabled {
  background-color: #006198; }

.customselect--secondary .customselect__control--is-focused {
  background-color: #0081cb; }

@media screen and (max-width: 767px) {
  .tud-simpleslideshow .thumbnails {
    display: none; } }

.tud-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .tud-tooltip > span {
    padding: .2rem;
    margin-left: -.2rem;
    color: #0081cb;
    font-size: .72rem; }
    .tud-tooltip > span i {
      height: 1rem;
      width: 1rem;
      margin-top: -.1rem; }
  .tud-tooltip > div {
    visibility: hidden;
    opacity: 0;
    width: 0;
    font-size: 0.88rem;
    padding: 1rem;
    background-color: #ffffff;
    transition: opacity 0.3s;
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    left: 0rem;
    margin-left: -12rem; }
    .tud-tooltip > div ul {
      padding-left: 1rem; }
      .tud-tooltip > div ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin-bottom: .3rem; }
  .tud-tooltip.active > span > i,
  .tud-tooltip.active > span {
    opacity: .5; }
  .tud-tooltip.active > div {
    visibility: visible;
    opacity: 1;
    width: 20rem; }

.tud-blog-preview {
  margin: 2rem 0 2rem 0;
  line-height: 1.5em; }
  .tud-blog-preview .img-container {
    height: 300px;
    margin-bottom: 1rem; }
    .tud-blog-preview .img-container img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .tud-blog-preview a {
    color: #0081cb; }

.tud-icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.9rem;
  vertical-align: middle;
  margin-right: .3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; }
  .tud-icon.tud-icon-truck {
    /*		background-image: url('../img/custom/icon-truck.svg');*/ }
  .tud-icon.tud-icon-thumbup {
    /*		background-image: url('../img/custom/icon-thumbup.svg');*/ }
  .tud-icon.tud-icon-info {
    /*		background-image: url('../img/custom/icon-info.svg');*/ }
  .tud-icon.tud-icon-i {
    background-image: url("../img/custom/icon-i.svg"); }
  .tud-icon.tud-icon-check {
    background-image: url("../img/custom/icon-check-green.svg"); }
  .tud-icon.tud-icon-tudcare {
    background-image: url("../img/custom/icon-tudcare.svg"); }

.tud-indexify-list.short {
  line-height: 1.2;
  font-size: 1.3rem;
  column-count: 1;
  text-align: center; }

.tud-indexify-list.medium {
  line-height: 1.2;
  font-size: 1.3rem;
  column-count: 3;
  text-align: center; }

.tud-brandslist > ul > li > ul > li:first-child a {
  color: #0081cb !important; }

.tud-reveallist {
  font-size: 0.88rem; }
  .tud-reveallist > ul {
    margin-bottom: 1.5rem; }
    .tud-reveallist > ul > li {
      display: block;
      border-bottom: 1px solid #0081cb; }
      .tud-reveallist > ul > li > a {
        color: #555551;
        font-weight: bold;
        padding: .7rem 0 .3rem;
        display: block; }
        .tud-reveallist > ul > li > a:hover {
          color: #0081cb; }
        .tud-reveallist > ul > li > a svg {
          float: right;
          fill: #0081cb;
          color: #0081cb; }
      .tud-reveallist > ul > li > ul {
        /* children not active */
        display: none;
        margin-left: 0; }
    .tud-reveallist > ul > li.active > ul {
      /* children active */
      display: block;
      padding-left: .3rem;
      padding-bottom: .9rem; }
      .tud-reveallist > ul > li.active > ul > li > a {
        color: #555551;
        line-height: 1.6rem; }
        .tud-reveallist > ul > li.active > ul > li > a:hover {
          color: #0081cb; }
  .tud-reveallist.tud-findyourcolor > ul > li > a > svg {
    display: none; }

.tud-modelslist {
  padding: 1rem 0 3rem;
  column-count: 4; }
  .tud-modelslist ul {
    display: block;
    padding: 0 0 .5rem 0; }
    .tud-modelslist ul li {
      display: block;
      width: auto;
      padding: .1rem 0; }
      .tud-modelslist ul li a {
        color: #0081cb;
        font-weight: bold; }
        .tud-modelslist ul li a:hover {
          color: #555551; }
      .tud-modelslist ul li:first-child {
        font-weight: bold; }
  @media screen and (max-width: 767px) {
    .tud-modelslist {
      column-count: 1; } }

.tud-accordion-section {
  padding: 0; }
  .tud-accordion-section .tud-accordion-headline {
    background: #0081cb;
    color: #fff;
    text-align: right;
    padding: 0;
    line-height: 2.35rem;
    height: 2.35rem;
    cursor: pointer;
    user-select: none; }
    .tud-accordion-section .tud-accordion-headline svg {
      vertical-align: middle;
      color: #fff;
      fill: #fff; }
    .tud-accordion-section .tud-accordion-headline:hover {
      background-color: #60bf36; }
  .tud-accordion-section .tud-accordion-content {
    display: none; }
  .tud-accordion-section.active .tud-accordion-headline svg {
    transform: rotate(180deg); }
  .tud-accordion-section.active .tud-accordion-content {
    display: block;
    margin: 2rem 0; }
  .tud-accordion-section.tud-accordion-section--default-active {
    background-color: #f1eee7; }
    .tud-accordion-section.tud-accordion-section--default-active .tud-accordion-headline {
      display: none; }

.tud-read-more:after {
  font-size: 0.88rem;
  content: "(more)";
  display: inline;
  border-bottom: 1px solid #60bf36; }

.tud-read-more + span {
  display: none; }

.tud-read-more.active:after {
  display: none; }

.tud-read-more.active + span {
  display: inline; }
  .tud-read-more.active + span:after {
    font-size: 0.88rem;
    content: "(less)";
    display: inline;
    border-bottom: 1px solid #60bf36;
    cursor: pointer;
    color: #60bf36; }

.tud-video-header {
  position: relative; }
  .carousel .tud-video-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tud-video-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: bottom center; }
  .tud-video-header > .container, .tud-video-header > .product-tabs {
    z-index: 2;
    position: relative; }

@media screen and (max-width: 767px) {
  .principles-small {
    white-space: nowrap; }
  body:not(.home) .principles-small {
    opacity: 0;
    transition: opacity .2s;
    display: none; }
  body.header-compressed:not(.home) .principles-small {
    opacity: 1;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 300;
    height: 2.8rem;
    background: #FFFFFF;
    top: 3.5rem; }
    body.header-compressed:not(.home) .principles-small .container, body.header-compressed:not(.home) .principles-small .product-tabs {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 1023px) {
  body .page-header.pf-heading--model {
    margin-top: 1rem;
    min-height: 2.8125rem; }
    body .page-header.pf-heading--model.ready {
      margin-top: 8px; } }

x-paint-finder[showstepper="true"] {
  min-height: 50vh;
  display: block; }

@media screen and (max-width: 1023px) {
  x-paint-finder {
    display: block; }
    x-paint-finder[neverminimize="true"] {
      min-height: 265px; }
    x-paint-finder[showstepper="true"] {
      min-height: 100vh; }
    x-paint-finder.ready {
      display: initial; } }

@media screen and (max-width: 749px) {
  body.page x-paint-finder {
    position: relative;
    z-index: 2;
    min-height: 64px;
    width: 100%; }
    body.page x-paint-finder .pf-widget.pf-widget--top {
      position: inherit;
      margin-top: 0; } }

@media screen and (max-width: 749px) {
  body.page .site-canvas {
    padding-top: 87px !important; } }

@media screen and (max-width: 749px) {
  body.category .site-canvas {
    padding-top: 142px; } }

@media screen and (max-width: 749px) {
  body.home x-paint-finder[neverminimize="true"] {
    min-height: 338px; } }

.tud-page-image {
  padding: 2rem 0; }

/* DEFAULT / SHOGUN */
.shogun-root {
  max-width: 645px;
  margin: auto; }
  .shogun-root h1, .shogun-root .blog-items-list .post-title, .blog-items-list .shogun-root .post-title {
    padding-bottom: 1rem !important; }

/* NEWS */
.page.news .page-header {
  background: transparent !important; }
  .page.news .page-header .breadcrumbs-container {
    display: block !important; }

div[data-content-region="news_items"] .post-summary {
  text-align: left; }
  div[data-content-region="news_items"] .post-summary p {
    margin-bottom: 1rem; }

div[data-content-region="news_items"] .blog-items-list .tud-read-more {
  display: block !important;
  width: 12rem;
  margin: 1rem auto;
  padding: .25rem;
  text-align: center;
  color: #ffffff;
  background-color: #60bf36;
  font-weight: bold; }
  div[data-content-region="news_items"] .blog-items-list .tud-read-more:hover {
    background-color: #0081cb; }
  div[data-content-region="news_items"] .blog-items-list .tud-read-more::after {
    text-decoration: none;
    content: "Read More" !important; }
  div[data-content-region="news_items"] .blog-items-list .tud-read-more.active, div[data-content-region="news_items"] .blog-items-list .tud-read-more.active::after {
    display: none !important; }

/* TYPE */
.tud-blurb {
  background: #f1eee7; }
  .tud-blurb > .container > div:first-child, .tud-blurb > .product-tabs > div:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left; }
  .tud-blurb.tud-blurb--nobody h1, .tud-blurb.tud-blurb--nobody .blog-items-list .post-title, .blog-items-list .tud-blurb.tud-blurb--nobody .post-title {
    font-size: 1.9rem;
    padding-top: 2rem; }
    @media screen and (max-width: 767px) {
      .tud-blurb.tud-blurb--nobody h1, .tud-blurb.tud-blurb--nobody .blog-items-list .post-title, .blog-items-list .tud-blurb.tud-blurb--nobody .post-title {
        padding: 0; } }

@media screen and (max-width: 767px) {
  body:not(.home) .tud-blurb img {
    display: none; } }

.tud-part-selection .tud-small {
  height: 2.25rem; }

/* MODEL HEADER */
.tud-model-header {
  min-height: 18.75rem;
  position: relative; }
  .tud-model-header .background-image__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .tud-model-header .background-image__container img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: 80%; }
      @media screen and (min-width: 1200px) {
        .tud-model-header .background-image__container img {
          object-position: right; } }
      @media screen and (min-width: 1500px) {
        .tud-model-header .background-image__container img {
          object-fit: contain; } }
  .tud-model-header .tud-title {
    font-size: 2rem;
    line-height: 2.34375rem;
    font-weight: bold;
    margin-bottom: 0.8125rem; }
  .tud-model-header p {
    text-wrap: pretty; }
  .tud-model-header .half.last {
    line-height: 0; }
  .tud-model-header .half {
    padding: 0; }
  .tud-model-header .image-container img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .tud-model-header {
      display: none; } }

.clr-white {
  color: #fff; }

.pf-heading--model.bg-green {
  background-color: #60bf36; }
  .pf-heading--model.bg-green .container > div h1, .pf-heading--model.bg-green .product-tabs > div h1, .pf-heading--model.bg-green .container > div .blog-items-list .post-title, .blog-items-list .pf-heading--model.bg-green .container > div .post-title, .pf-heading--model.bg-green .product-tabs > div .blog-items-list .post-title, .blog-items-list .pf-heading--model.bg-green .product-tabs > div .post-title {
    font-size: 1.5rem;
    font-family: "Roboto";
    line-height: 2.125rem; }
    .pf-heading--model.bg-green .container > div h1 a:hover, .pf-heading--model.bg-green .product-tabs > div h1 a:hover, .pf-heading--model.bg-green .container > div .blog-items-list .post-title a:hover, .blog-items-list .pf-heading--model.bg-green .container > div .post-title a:hover, .pf-heading--model.bg-green .product-tabs > div .blog-items-list .post-title a:hover, .blog-items-list .pf-heading--model.bg-green .product-tabs > div .post-title a:hover {
      color: #fff; }

.tud-model-information {
  margin-top: 7.25rem; }
  @media screen and (max-width: 767px) {
    .tud-model-information {
      margin-top: 2.0625rem; } }
  .tud-model-information h2, .tud-model-information .giftcard-header, .tud-model-information h3, .tud-model-information .section-title, .tud-model-information .login-modal .account-sub-heading, .login-modal .tud-model-information .account-sub-heading, .tud-model-information .auth-sub-heading, .tud-model-information .listing-title, .tud-model-information p {
    color: #000;
    font-family: "Roboto"; }
  .tud-model-information h2, .tud-model-information .giftcard-header {
    font-size: 1.625rem;
    line-height: 1;
    font-weight: 700; }
  .tud-model-information h3, .tud-model-information .section-title, .tud-model-information .login-modal .account-sub-heading, .login-modal .tud-model-information .account-sub-heading, .tud-model-information .auth-sub-heading, .tud-model-information .listing-title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700; }
  .tud-model-information p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-wrap: pretty; }
  .tud-model-information .advantages {
    margin-bottom: 4.1875rem; }
    @media screen and (max-width: 767px) {
      .tud-model-information .advantages {
        margin-bottom: 2.5rem; } }
    .tud-model-information .advantages ul {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .tud-model-information .advantages ul {
          flex-direction: column; } }
      .tud-model-information .advantages ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 0 33.333333%;
        padding: 0 2.3125rem 3.1875rem; }
        @media screen and (max-width: 767px) {
          .tud-model-information .advantages ul li {
            padding: 0 0 1.25rem;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center; } }
        .tud-model-information .advantages ul li:not(:last-child) {
          border-right: 1px solid #979797; }
          @media screen and (max-width: 767px) {
            .tud-model-information .advantages ul li:not(:last-child) {
              border-right: unset; } }
        .tud-model-information .advantages ul li div {
          min-height: 13.75rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
          position: relative; }
          @media screen and (max-width: 767px) {
            .tud-model-information .advantages ul li div {
              flex: 1 1 30%;
              max-width: 7.5rem;
              justify-content: center;
              margin-right: 0.875rem;
              min-height: unset; } }
          .tud-model-information .advantages ul li div .brandName {
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            font-size: 1.75rem;
            font-weight: 700;
            letter-spacing: -1.4px;
            color: #fff;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 30%; }
            @media screen and (max-width: 767px) {
              .tud-model-information .advantages ul li div .brandName {
                font-size: 1.125rem;
                letter-spacing: -0.9px; } }
        .tud-model-information .advantages ul li h3, .tud-model-information .advantages ul li .section-title, .tud-model-information .advantages ul li .login-modal .account-sub-heading, .login-modal .tud-model-information .advantages ul li .account-sub-heading, .tud-model-information .advantages ul li .auth-sub-heading, .tud-model-information .advantages ul li .listing-title {
          text-align: center;
          margin: 1.9375rem 0 0.8125rem; }
          @media screen and (max-width: 767px) {
            .tud-model-information .advantages ul li h3, .tud-model-information .advantages ul li .section-title, .tud-model-information .advantages ul li .login-modal .account-sub-heading, .login-modal .tud-model-information .advantages ul li .account-sub-heading, .tud-model-information .advantages ul li .auth-sub-heading, .tud-model-information .advantages ul li .listing-title {
              flex: 1 1 100%;
              order: -1;
              margin: 0 0 1.125rem; } }
        .tud-model-information .advantages ul li p {
          align-self: flex-start;
          text-align: center;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            .tud-model-information .advantages ul li p {
              flex: 1 1 65%;
              text-align: left; } }
  .tud-model-information .applicators {
    margin-bottom: 7.5rem; }
    @media screen and (max-width: 767px) {
      .tud-model-information .applicators {
        margin-bottom: 2.5rem; } }
    .tud-model-information .applicators h2, .tud-model-information .applicators .giftcard-header {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .tud-model-information .applicators h2, .tud-model-information .applicators .giftcard-header {
          font-size: 1.3125rem; } }
      .tud-model-information .applicators h2 + p, .tud-model-information .applicators .giftcard-header + p {
        margin: 1.25rem 0 2.75rem; }
        @media screen and (max-width: 767px) {
          .tud-model-information .applicators h2 + p, .tud-model-information .applicators .giftcard-header + p {
            margin: 1.25rem 0 1.5rem; } }
    .tud-model-information .applicators p {
      text-align: center; }
    .tud-model-information .applicators ul {
      display: flex;
      flex-direction: row;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 767px) {
        .tud-model-information .applicators ul {
          flex-wrap: wrap;
          margin-bottom: 1.5625rem; } }
      .tud-model-information .applicators ul > li {
        flex: 1 1 25%; }
        @media screen and (max-width: 767px) {
          .tud-model-information .applicators ul > li {
            flex: 1 1 45%;
            margin-bottom: 1rem; }
            .tud-model-information .applicators ul > li:nth-child(odd) {
              margin-right: 1rem; } }
        @media screen and (min-width: 768px) {
          .tud-model-information .applicators ul > li:not(:last-child) {
            margin-right: 1rem; } }
        .tud-model-information .applicators ul > li div {
          max-width: 18.75rem;
          border-radius: 0.625rem; }
          @media screen and (max-width: 767px) {
            .tud-model-information .applicators ul > li div {
              margin: 0 auto; } }
          .tud-model-information .applicators ul > li div.bg-yellow {
            background-color: #FEB805; }
          .tud-model-information .applicators ul > li div.bg-orange {
            background-color: #FE6D05; }
          .tud-model-information .applicators ul > li div.bg-green {
            background-color: #60bf36; }
          .tud-model-information .applicators ul > li div.bg-blue {
            background-color: #0081CB; }
        .tud-model-information .applicators ul > li h3, .tud-model-information .applicators ul > li .section-title, .tud-model-information .applicators ul > li .login-modal .account-sub-heading, .login-modal .tud-model-information .applicators ul > li .account-sub-heading, .tud-model-information .applicators ul > li .auth-sub-heading, .tud-model-information .applicators ul > li .listing-title {
          margin: 1.375rem 0 0.5625rem; }
          @media screen and (max-width: 767px) {
            .tud-model-information .applicators ul > li h3, .tud-model-information .applicators ul > li .section-title, .tud-model-information .applicators ul > li .login-modal .account-sub-heading, .login-modal .tud-model-information .applicators ul > li .account-sub-heading, .tud-model-information .applicators ul > li .auth-sub-heading, .tud-model-information .applicators ul > li .listing-title {
              margin: 1.6875rem 0 0.5625rem; } }
        .tud-model-information .applicators ul > li p {
          margin: 0;
          text-align: left; }
      .tud-model-information .applicators ul + p {
        margin: 0; }
  .tud-model-information .faq {
    margin-bottom: 9rem;
    padding-left: 0;
    padding-right: 3.125rem; }
    @media screen and (max-width: 767px) {
      .tud-model-information .faq {
        margin-bottom: 2.3125rem; }
        .tud-model-information .faq.half {
          padding: 0; } }
    .tud-model-information .faq p {
      margin-bottom: unset; }
    .tud-model-information .faq ul li:not(:last-child) {
      margin-bottom: 2.5rem; }
    @media screen and (max-width: 767px) {
      .tud-model-information .faq ul li:first-child {
        margin-bottom: 1.625rem; } }
    .tud-model-information .faq ul li h2, .tud-model-information .faq ul li .giftcard-header {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .tud-model-information .faq ul li h2, .tud-model-information .faq ul li .giftcard-header {
          font-size: 1.3125rem;
          text-align: center; } }
    .tud-model-information .faq ul li p:first-child {
      font-weight: 700; }
  .tud-model-information .how-to-find-code {
    background-color: #F1EEE8;
    border-radius: 1.25rem;
    padding: 3.5rem 2.9375rem 4.9375rem 3.1875rem;
    margin-top: 1.875rem;
    max-width: 39%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tud-model-information .how-to-find-code {
        border-radius: unset;
        max-width: 100vw;
        padding: 2rem 0 3.3125rem;
        text-align: center; }
        .tud-model-information .how-to-find-code.half:not(.half--mobile) {
          width: 100vw;
          margin-left: calc(50% - 50vw);
          margin-right: calc(50% - 50vw);
          max-height: 642px; } }
    .tud-model-information .how-to-find-code p:nth-child(2) {
      font-weight: 700; }
    .tud-model-information .how-to-find-code p:nth-child(4) {
      font-style: italic;
      padding-bottom: 0.625rem; }
      @media screen and (min-width: 768px) {
        .tud-model-information .how-to-find-code p:nth-child(4) {
          padding-bottom: 7.5rem; } }
      @media screen and (min-width: 1024px) {
        .tud-model-information .how-to-find-code p:nth-child(4) {
          padding-bottom: 9.375rem; } }
      @media screen and (min-width: 1920px) {
        .tud-model-information .how-to-find-code p:nth-child(4) {
          padding-bottom: 12.5rem; } }
    .tud-model-information .how-to-find-code__img-container {
      position: absolute;
      bottom: 4.25rem;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .tud-model-information .how-to-find-code__img-container {
          flex-direction: column-reverse;
          position: initial; } }
      .tud-model-information .how-to-find-code__img-container img {
        padding: 0; }
      .tud-model-information .how-to-find-code__img-container img:first-child {
        max-width: 60%;
        margin-right: 1.375rem; }
        @media screen and (max-width: 767px) {
          .tud-model-information .how-to-find-code__img-container img:first-child {
            margin-right: 0; } }
      .tud-model-information .how-to-find-code__img-container img:last-child {
        max-width: 70%; }
        @media screen and (max-width: 767px) {
          .tud-model-information .how-to-find-code__img-container img:last-child {
            margin-bottom: 1.25rem; } }

.tud-model-footer-information p:first-child {
  display: none; }

.tud-model-footer-information h2, .tud-model-footer-information .giftcard-header {
  margin: 0 0 0.75rem; }

.pf-stepper--clearance .pf-step.active .prompt::after,
.pf-stepper--bogo .pf-step.active .prompt::after {
  content: ' ';
  display: block;
  background-size: 100%;
  width: 204px;
  height: 58px;
  top: 0px;
  left: -13px;
  position: absolute; }
  @media screen and (min-width: 1024px) {
    .pf-stepper--clearance .pf-step.active .prompt::after,
    .pf-stepper--bogo .pf-step.active .prompt::after {
      width: 240px;
      height: 68px;
      top: 0px;
      left: -13px; } }
  @media screen and (max-width: 767px) {
    .pf-stepper--clearance .pf-step.active .prompt::after,
    .pf-stepper--bogo .pf-step.active .prompt::after {
      position: fixed;
      pointer-events: none;
      top: 144px;
      right: 0;
      width: 180px;
      height: 51px;
      left: auto;
      z-index: 100; } }

.tud-simpleslideshow {
  position: relative;
  width: 100%; }
  .tud-simpleslideshow > img {
    width: 100%;
    height: auto;
    cursor: pointer; }
  @media screen and (min-width: 768px) {
    .tud-simpleslideshow > ul.arrows {
      display: none; } }
  @media screen and (max-width: 767px) {
    .tud-simpleslideshow > ul.arrows {
      position: absolute;
      top: 92px;
      width: 100%; }
      .tud-simpleslideshow > ul.arrows li {
        opacity: .5;
        border-radius: 50%;
        background-color: #ffffff;
        width: 40px;
        height: 40px; }
        .tud-simpleslideshow > ul.arrows li:active {
          opacity: .1; }
        .tud-simpleslideshow > ul.arrows li.next {
          position: absolute;
          right: 1.4rem;
          top: 0; }
          .tud-simpleslideshow > ul.arrows li.next i {
            display: block;
            width: 0;
            height: 0;
            margin-top: 5px;
            margin-right: 6px;
            float: right;
            border-style: solid;
            border-width: 15px 0 15px 20px;
            border-color: transparent transparent transparent #0081cb; }
        .tud-simpleslideshow > ul.arrows li.prev {
          position: absolute;
          left: -1rem;
          top: 0; }
          .tud-simpleslideshow > ul.arrows li.prev i {
            display: block;
            width: 0;
            height: 0;
            margin-top: 5px;
            margin-left: 6px;
            border-style: solid;
            border-width: 15px 20px 15px 0;
            border-color: transparent #0081cb transparent transparent; } }
  .tud-simpleslideshow > ul.thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none; }
    .tud-simpleslideshow > ul.thumbnails li {
      border: 1px solid #cccccc;
      line-height: 0;
      margin-bottom: .2rem;
      cursor: pointer; }
      .tud-simpleslideshow > ul.thumbnails li:hover, .tud-simpleslideshow > ul.thumbnails li.selected {
        border-color: #0081cb; }
      .tud-simpleslideshow > ul.thumbnails li img {
        user-drag: none;
        width: 3.5rem;
        height: auto; }
    @media screen and (max-width: 767px) {
      .tud-simpleslideshow > ul.thumbnails {
        position: absolute;
        top: 230px;
        width: 100%;
        text-align: center;
        opacity: .8; }
        .tud-simpleslideshow > ul.thumbnails li {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-color: #000000;
          border-style: solid;
          border-weight: 2px;
          border-radius: 50%;
          margin: 0 5px;
          filter: drop-shadow(1px 1px 3px #FFFFFF);
          background-color: #ffffff; }
          .tud-simpleslideshow > ul.thumbnails li:hover, .tud-simpleslideshow > ul.thumbnails li.selected {
            background-color: #000000;
            border-color: #000000; }
          .tud-simpleslideshow > ul.thumbnails li img {
            display: none; } }

/* IUBENDA COOKIE NOTICE */
body #iubenda-cs-banner .iubenda-cs-content {
  font-size: 12px !important;
  padding: 0 !important;
  line-height: 1.1em !important; }
  body #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale {
    margin: 0 auto !important; }
    body #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale #iubenda-cs-title {
      display: none; }
    body #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-cs-close-btn {
      top: -1px !important;
      right: -10px !important; }
    body #iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iub-p:nth-child(2) span {
      font-weight: 700 !important; }

/* Tablet Modifications */
@media screen and (min-width: 426px) and (max-width: 768px) {
  .main-nav-bar .top-bar-left .site-branding img {
    width: 144px;
    height: auto;
    padding: 10px 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .third,
  .third.howTo-text {
    width: 49%;
    float: left; }
  .third:nth-child(3n),
  .third.last {
    float: right; }
  .twothirds {
    width: 99%;
    float: left; }
  .third.last {
    float: none;
    text-align: center;
    margin: auto; }
  .half.half--gutter {
    min-height: 340px !important; }
  .third--mobile {
    width: 31%;
    float: left; }
  .fourth.fourth--border {
    min-height: 390px; }
  .site-footer .twothirds {
    width: 66% !important;
    float: left !important; }
  .site-footer .third:nth-child(3n),
  .third.last {
    float: right !important;
    text-align: left;
    margin: 0%; }
  .site-footer .third {
    width: 30% !important; }
  .site-footer > .container .footer-newsletter-widget .section, .site-footer > .product-tabs .footer-newsletter-widget .section {
    padding: 0px; }
  div.third.last.footer-newsletter-widget > section > div {
    padding: 0px; }
  .site-footer > .container .footer-bottom .footer-social-icons-list, .site-footer > .product-tabs .footer-bottom .footer-social-icons-list,
  .site-footer > .product-tabs .footer-bottom .footer-social-icons-list {
    text-align: center; }
  .footer-bottom .fourth {
    width: 30%; }
  .footer-bottom .threefourths {
    width: 67%; }
  .site-footer > .container .footer-badges, .site-footer > .product-tabs .footer-badges,
  .site-footer > .product-tabs .footer-badges {
    padding-right: 0px;
    margin-top: 20px; }
  .fourth:nth-child(4n),
  .fourth.last {
    float: left;
    margin-right: 0; }
  .sub-container .fourth {
    width: 33%; }
  .site-footer > .container .footer-badges > div:first-of-type, .site-footer > .product-tabs .footer-badges > div:first-of-type,
  .site-footer > .product-tabs .footer-badges > div:first-of-type {
    display: block !important; }
  section.section.mt-med.mb-med > div > div.sub-container.mt-med > div {
    width: 25%; }
  section.section.bg-secondary > div > div.third.last {
    float: none;
    text-align: center;
    margin: auto; }
  .pf-widget a.pf-widget-button,
  .pf-widget button {
    width: 100%; }
  .navigation-mobile .button-search-submit {
    top: 29px; }
  .main-nav-bar .top-bar-left .site-branding {
    width: 0;
    padding-right: 0;
    padding-top: 0;
    max-height: 999em;
    max-width: 999em;
    margin: auto; }
  .top-bar-left {
    padding-left: 0; }
  .site-header {
    padding-top: 8px; }
  .pf-widget .pf-widget-select {
    width: calc(100% - 0rem) !important; }
  .tud-popular > li .tud-popular-brand {
    color: #fff; }
  div.tud-nomobile > section:nth-child(4) > div > div.sub-container > div.twothirds.twothirds--gutter {
    width: 100%;
    float: none;
    margin: auto; }
  div.tud-nomobile > section:nth-child(4) > div > div.sub-container > div.twothirds.twothirds--gutter > img {
    width: 100%;
    margin: auto; }
  div.tud-nomobile > section:nth-child(4) > div > div.sub-container > div.third.third--gutter.last {
    width: 90%;
    margin: auto;
    float: none;
    text-align: center;
    margin-top: 20px; }
  div.tud--about--bottom {
    width: 90% !important; }
  body.header-compressed .pf-stepper .pf-stepper-navbar {
    margin-top: -9px; }
  .pf-stepper .pf-step.pf-step--color ul.options > li {
    background: transparent;
    width: 49%;
    float: left; }
  .pf-stepper .pf-step.pf-step--color ul.options > li:nth-child(3n) {
    float: right; }
  .pf-stepper .pf-step .prompt {
    padding: 0; }
  .pf-stepper .pf-step .prompt .prompt-link {
    top: 18px; }
  .pf-stepper .pf-step {
    padding: 0; }
  .tud-list-number {
    margin-top: 8px; }
  .pf-stepper .pf-step .prompt .title {
    line-height: 3.4rem; }
  .pf-stepper .pf-step.pf-step--kit ul.options > li .headline {
    font-size: 1rem; }
  .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na .inner .title {
    margin-top: 20px; }
  .pf-stepper .pf-step.pf-step--kit ul.options > li.pf-kit--na ul.info {
    margin-top: 10px; }
  div.pf-widget.pf-widget--inside > div > div {
    width: 120px !important;
    text-align: center; }
  .pf-widget.pf-widget--inside:after {
    right: 16%; } }

.tud-section-popular {
  min-height: 300px; }

body.category--accessory [data-button-type="add-cart"] {
  display: none; }

@media screen and (max-width: 767px) {
  .paintFinderPresent.category--brand .on-canvas:not(.heightInitialized) {
    padding-top: 44px; }
  .paintFinderPresent.category:not(.category--brand) .on-canvas:not(.heightInitialized), .paintFinderPresent.product--paint .on-canvas:not(.heightInitialized) {
    /*			padding-top: remCalc(100px);*/
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .page--paint .on-canvas:not(.heightInitialized) {
    /*			padding-top: remCalc(100px);*/
    padding-top: 0; } }

.bwp-banner__container {
  text-align: center; }
  .bwp-banner__container.margin-top-m {
    margin-top: 1.875rem; }
  @media screen and (max-width: 1023px) {
    .bwp-banner__container.desktop {
      display: none; } }

.pf-widget-select--years .customselect__control,
.pf-widget-select--years .customselect__menu {
  text-transform: lowercase; }
  .pf-widget-select--years .customselect__control .customselect__placeholder::first-letter,
  .pf-widget-select--years .customselect__control .customselect__option::first-letter,
  .pf-widget-select--years .customselect__menu .customselect__placeholder::first-letter,
  .pf-widget-select--years .customselect__menu .customselect__option::first-letter {
    text-transform: uppercase; }

.color-white {
  color: #fff; }

.pf-stepper .pf-step .pf-optiongroup-controls-footer a.color-green {
  color: #60bf36; }

@media only screen and (max-width: 767px) {
  .home .lnk_color,
  .home .lnk_color:hover,
  .home .lnk_color:active,
  .home .fa {
    color: #0584cd; }
  .home .half--gutter {
    background-color: #f1eee7; }
  .home .half--mobile {
    padding: 0px; }
  .home .ul-li {
    list-style: disc; }
  .home .ul-ml {
    margin-left: 6%; }
  .home .clsbox {
    background-color: rgba(241, 238, 234, 0.5); }
  .home .mobileview {
    display: block; }
  .home .desktopview {
    display: none; }
  .home .padtext {
    padding: 0% 6%; }
  .home .dvparent {
    display: inline-flex;
    margin-bottom: 6%;
    width: 100%; }
  .home .dvchild {
    width: 49%; }
  .home .scheight {
    height: 450px; }
  .home .sctouchupheight {
    height: 615px; }
  .home .mt-20 {
    margin-top: 20%; }
  .home .clsheight {
    height: 100px; }
  .home .clsheight1 {
    height: 130px;
    line-height: 1.4; }
  .home .applicator_front {
    font-size: 11.2pt;
    line-height: 1.2; }
  .home .clsheight2 {
    height: 300px; }
  .home .clsmr_2 {
    margin-right: 2%; }
  .home .clsml_2 {
    margin-left: 2%; }
  .home .headline {
    color: white;
    font-family: "Lato";
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25;
    padding-top: 1.7rem;
    padding-left: 1.25rem; }
  .home .product-hero {
    color: white;
    font-family: "Lato";
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    padding-top: 0.6rem;
    padding-left: 1.25rem; }
  .home .btn-find-color {
    background-color: #0081cb;
    height: 45px;
    font-size: 14px;
    width: 150px; }
  .home .lnk-icontext {
    position: relative;
    top: -7px; }
  .home .lnk-icon {
    margin-left: -3%;
    margin-top: -10%; }
  .home .applicator-des {
    margin-top: -12px; }
  .home .lnk-section {
    font-size: 13px;
    margin-top: 12px; }
  .home .fa {
    height: 24px;
    width: 24px;
    position: relative;
    right: 2px; }
  .home .ul-li {
    list-style: disc;
    line-height: 1.5; }
  .home .p-dt1 {
    padding-top: 5%; }
  .home .p-dt2 {
    padding-top: 3%; }
  .home .lnkclose,
  .home .lnkclose:hover,
  .home .lnkclose:active {
    margin-top: 9.2%;
    padding-bottom: 6%;
    background-color: #F4F1EE;
    padding-top: 4%;
    padding-left: 3%; }
  .home .fifth.fifth--gutter,
  .home .fourth.fourth--gutter,
  .home .half.half--gutter,
  .home .third.third--gutter,
  .home .threefourths.threefourths--gutter,
  .home .twothirds.twothirds--gutter {
    padding: 0; }
  .home .ul-ml {
    margin-left: 6%; }
  .home .clsproducthome {
    margin-top: 6%;
    width: 76%; }
  .home .p-fontsize {
    font-family: "Roboto";
    font-size: .85rem;
    line-height: 1.25; }
  .home .applicatior_font {
    font-size: 15px; }
  .home .prodtitle {
    font-size: 21px; }
  .home .applicator-title {
    margin-bottom: -7%;
    text-align: left;
    font-weight: 700;
    font-size: 21px; }
  .home .section {
    padding: 3% 0% !important; }
  .home .badge_mt {
    margin-top: 30px; }
  .home .mb-5 {
    margin-bottom: 5%; }
  .home .mb-2 {
    margin-bottom: 2%; }
  .home .imgtudcare {
    height: 85px; }
  .home .imgcmg {
    height: 92px; }
  .home .ql-img {
    width: fit-content;
    object-fit: cover; }
  .home .ql-touchuplink {
    margin-top: 11.3%; }
  .home .first-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    max-width: 430px;
    margin: auto;
    display: block; }
  .home .image-container {
    background: white; }
  .home .tupaint-img {
    height: 450px;
    width: 100%;
    object-fit: contain; }
  .home .applic-sec {
    position: relative;
    height: 480px;
    margin: 2% 0%; }
  .home .mt-btnsec,
  .home .lnk_close_sec {
    margin-top: 0;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 1.5rem);
    height: 56px;
    font-size: 13px; }
    .home .mt-btnsec a,
    .home .lnk_close_sec a {
      display: block;
      padding-top: .5rem; }
  .home .mt-btnsec {
    margin-left: 2px; }
  .home .lnk_close_sec {
    background-color: #F4F1EE; }
  .home .ql_link_sec {
    font-size: 13px;
    padding-left: 1%; }
  .home .tud-font {
    font-size: 14px; }
  .home .tudpaint-sec {
    height: 650px;
    margin: 2% 0%;
    position: relative; }
  .home .tudpaint-span-text {
    line-height: 18px;
    letter-spacing: 0; }
  .home .product-details-mt {
    margin-top: -2%;
    line-height: 18px;
    letter-spacing: 0; }
  .home .tudpaint-span-des {
    margin-top: 4.65%; }
  .home .m-t-2 {
    margin-top: 2%; }
  .home .lnk_close_paint_sec {
    margin-top: 203px;
    background-color: #F4F1EE;
    margin-bottom: 76%;
    height: 69px;
    padding-top: 2%;
    font-size: 13px; }
  .home .mt-5 {
    margin-top: -5px;
    position: static; }
  .home .mt-btnsec {
    margin-top: 0; }
  .home .account-wrapper,
  .home .container,
  .home .product-tabs,
  .home .product-tabs {
    padding-left: 13px;
    padding-right: 13px; }
  .home .imgreview {
    height: 71px; }
  .home .mt-8 {
    margin-top: -8px; }
  .home .sec_height {
    height: 165px; }
  .home .pos_relative {
    position: relative; }
  .home .pos_ql {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px; }
  .home .pos_FYC {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
    right: 0px;
    margin-right: 16px; }
  .home .pos_lnkclose {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%; }
  .home .lnk_close_paint_sec img,
  .home .lnk_close_sec img,
  .home .lnk-icon img {
    height: 24px;
    width: 24px; }
  .home #qlcombo {
    transition: visibility 0s opacity 1s; }
  .home .clsbox {
    background-color: rgba(241, 238, 234, 0.5); }
  .home .auth-sub-heading,
  .home .blog-items-list .post-title,
  .home .bulk-pricing-block .product-details-heading,
  .home .cart-item-info .product-name,
  .home .cart-table-header .cell,
  .home .listing-title,
  .home .login-modal .account-sub-heading,
  .home .review-item-title,
  .home .section-title,
  .home h1,
  .home .blog-items-list .post-title,
  .blog-items-list .home .post-title,
  .home h3,
  .home .section-title,
  .home .login-modal .account-sub-heading,
  .login-modal .home .account-sub-heading,
  .home .auth-sub-heading,
  .home .listing-title,
  .home h5,
  .home .review-item-title,
  .home .bulk-pricing-block .product-details-heading,
  .bulk-pricing-block .home .product-details-heading {
    font-family: "Roboto";
    color: #545454; }
  .home .home .carousel .slick-slide:nth-child(1) figcaption::after {
    background: none; }
  .home .mobileview {
    display: none; }
  .home a {
    cursor: pointer; }
  .home .carousel-item-info .button {
    margin-top: 1rem; }
  .home .text-bold {
    font-weight: bold; }
  .home .main-content .tudpaint-sec,
  .home .main-content .applic-sec {
    margin-left: 10px;
    margin-right: 10px; }
  .home .lnk_color,
  .home .lnk_color:hover,
  .home .lnk_color:active {
    color: #0584cd; } }

@media only screen and (max-width: 480px) {
  .home .applic-sec {
    position: relative;
    height: 400px;
    margin: 2% 0%; }
  .home .ql-touchuplink {
    margin-top: 11.3%; }
  .home .first-img {
    height: 251px;
    width: 100%;
    object-fit: cover; }
  .home .tupaint-img {
    height: 300px;
    width: 100%;
    object-fit: contain; }
  .home .sec_height {
    height: 165px; }
  .home .mt-8 {
    margin-top: 1rem; }
  .home .tudpaint-sec {
    height: 520px;
    margin: 2% 0%; }
  .home .tudpaint-open-link,
  .home .lnk_close_paint_sec {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: 57px;
    padding-top: 10px;
    font-size: 13px; } }

_::-webkit-full-page-media,
_:future,
:root .tupaint-img {
  width: auto;
  height: auto;
  margin-left: 9%;
  max-width: 100%;
  max-height: 300px; }

@media only screen and (min-width: 400px) and (max-width: 420px) {
  .pen_title_p {
    line-height: 1; } }

.tud-section-popular {
  min-height: 300px; }

.half {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .half.half--gutter {
    padding: 1.69492%; }
  @media screen and (max-width: 767px) {
    .half:not(.half--mobile) {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.third {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 31.25%;
  float: left; }
  .third.third--gutter {
    padding: 1.69492%; }
  @media screen and (max-width: 767px) {
    .third:not(.third--mobile) {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.twothirds {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  float: left; }
  .twothirds.twothirds--gutter {
    padding: 1.69492%; }
  @media screen and (max-width: 767px) {
    .twothirds {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.fourth {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: .5rem;
  padding-right: .5rem; }
  .fourth.fourth--border {
    padding-right: 1.69492%;
    border-right: 1px solid #eee; }
    .fourth.fourth--border.last {
      border: none; }
  @media screen and (max-width: 767px) {
    .fourth:not(.half--mobile) {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.threefourths {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 75%;
  float: left;
  padding: 0 .25rem; }
  .threefourths.threefourths--gutter {
    padding: 1.69492%; }
  .threefourths.last {
    float: right; }
  @media screen and (max-width: 767px) {
    .threefourths {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.fifth {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 16.66667%;
  float: left; }
  .fifth.fifth--gutter {
    padding: 1.69492%; }
  .fifth.fifth--border {
    border-right: 1px solid #eee; }
    .fifth.fifth--border.last {
      border: none; }
  @media screen and (max-width: 767px) {
    .fifth {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.half--mobile {
  padding: .5rem; }
  @media screen and (max-width: 767px) {
    .half--mobile {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 47.91667%;
      float: left; }
      .half--mobile:nth-child(2n), .half--mobile.last {
        float: right; } }

/* scss-combine:pages/home */
/*----------  Home Products  ----------*/
.products-new {
  background-color: #f1eee7; }

.products-featured {
  padding-bottom: 0; }

.tud-hero {
  background-size: cover;
  background-position: 30% right;
  background-repeat: no-repeat; }
  body:not(.home) .tud-hero {
    background-position: 100% 60%; }
  @media screen and (max-width: 767px) {
    .tud-hero {
      display: none; } }
  @media screen and (min-width: 1440px) {
    .tud-hero {
      background-position: 100% 40%; } }
  .tud-hero.tud-hero--overlay-image {
    margin-bottom: 3rem;
    height: 300px; }
    @media screen and (max-width: 1023px) {
      .tud-hero.tud-hero--overlay-image {
        height: 10rem; } }
  .tud-hero > .container, .tud-hero > .product-tabs {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .tud-hero > .container, .tud-hero > .product-tabs {
        position: static; } }
    .tud-hero > .container > div, .tud-hero > .product-tabs > div {
      max-width: 56.5rem; }
      body:not(.home) .tud-hero > .container > div, body:not(.home) .tud-hero > .product-tabs > div {
        max-width: 45rem; }
        @media screen and (max-width: 1023px) {
          body:not(.home) .tud-hero > .container > div, body:not(.home) .tud-hero > .product-tabs > div {
            max-width: 40rem; } }
      @media screen and (max-width: 1023px) {
        .tud-hero > .container > div, .tud-hero > .product-tabs > div {
          max-width: 45rem; } }
      .tud-hero > .container > div .headline, .tud-hero > .product-tabs > div .headline {
        color: #ffffff;
        font-family: "Lato";
        font-weight: bold;
        font-size: 2.6rem;
        line-height: 1.25;
        padding-top: 1.75rem;
        padding-left: 21rem; }
        @media screen and (max-width: 1023px) {
          .tud-hero > .container > div .headline, .tud-hero > .product-tabs > div .headline {
            padding-left: 14rem;
            padding-top: 0;
            margin-top: 0;
            font-size: 2.3rem; } }
        @media screen and (max-width: 767px) {
          .tud-hero > .container > div .headline, .tud-hero > .product-tabs > div .headline {
            background: rgba(255, 255, 255, 0.5);
            top: 60px;
            padding: 0 .75rem 1rem .75rem;
            text-align: center;
            position: absolute;
            left: 0;
            width: 100%;
            max-width: 100%;
            height: auto;
            color: #555551;
            z-index: 451;
            font-size: 1rem; } }
        body:not(.home) .tud-hero > .container > div .headline, body:not(.home) .tud-hero > .product-tabs > div .headline {
          padding-top: 0;
          padding-left: 0; }
      .tud-hero > .container > div .image-container, .tud-hero > .product-tabs > div .image-container {
        position: absolute;
        bottom: -5.7rem;
        left: 0;
        height: 23rem;
        margin-top: 2rem; }
        @media screen and (max-width: 1023px) {
          .tud-hero > .container > div .image-container, .tud-hero > .product-tabs > div .image-container {
            padding-top: 1rem;
            height: 15rem; } }
        .tud-hero > .container > div .image-container img, .tud-hero > .product-tabs > div .image-container img {
          height: 100%;
          width: auto; }

@media screen and (max-width: 767px) {
  .tud-section-popular {
    display: none; } }

@media screen and (max-width: 767px) {
  .tud-section-reviews-carousel {
    background: transparent; }
    .tud-section-reviews-carousel .section-title {
      font-size: 1.4rem;
      text-align: left; }
    .tud-section-reviews-carousel .container:last-child, .tud-section-reviews-carousel .product-tabs:last-child {
      padding-left: 0;
      padding-right: 0; } }

.tud-contents {
  clear: both; }
  .tud-contents > li {
    font-size: 0.88rem;
    padding: .4rem .6rem;
    text-align: left; }
    .tud-contents > li .tud-icon {
      height: 1rem;
      width: 1rem;
      margin-right: .7rem;
      color: #60bf36; }
    .tud-contents > li > .tud-tooltip-small {
      float: right;
      position: relative;
      cursor: pointer; }
      .tud-contents > li > .tud-tooltip-small .tud-icon {
        margin: 0; }
      .tud-contents > li > .tud-tooltip-small > span {
        display: none; }
      .tud-contents > li > .tud-tooltip-small.active > span {
        display: block;
        position: absolute;
        top: 20px;
        left: -180px;
        width: 200px;
        height: auto;
        padding: .5rem;
        background: #ffffff;
        z-index: 200; }
    .tud-contents > li:nth-child(odd) {
      background-color: #f1eee7; }

#tud-brand-color-list {
  column-count: 3; }
  #tud-brand-color-list p {
    margin: 0; }
  #tud-brand-color-list a {
    display: block;
    padding: 4px;
    color: #ffffff; }

/* MOBILE HOME HEADER */
@media screen and (max-width: 767px) {
  body.home .pf-widget.pf-widget--top {
    margin-top: 0;
    position: static; }
  body.home .site-canvas {
    padding-top: 5.35rem !important; }
  body.home .section.reviews {
    margin-top: 0; } }

.mini-cart {
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 30850; }
  .mini-cart .mini-cart-contents {
    position: relative;
    z-index: 2; }
  .mini-cart .button-cart-close {
    right: 1rem; }
    .mini-cart .button-cart-close:before {
      content: "Keep Shopping";
      color: #0081cb;
      font-size: 0.88rem;
      position: relative;
      top: -3px;
      right: 5px; }
    .mini-cart .button-cart-close:hover:before {
      color: #555551; }
    .mini-cart .button-cart-close svg {
      fill: #555551;
      color: #555551; }
  .mini-cart .mini-cart-title {
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
    font-size: 1rem;
    text-transform: capitalize;
    line-height: 2rem;
    color: #373737; }
  .mini-cart .mini-cart-item-wrap, .mini-cart .compare-tab-item-wrap {
    padding: 1rem; }
  .mini-cart .mini-cart-item-thumb, .mini-cart .compare-tab-item-thumb {
    width: 70px; }
  .mini-cart .mini-cart-item-description, .mini-cart .compare-tab-item-description {
    line-height: 1.2rem;
    padding-right: 8px; }
  .mini-cart .mini-cart-item-title, .mini-cart .compare-tab-item-title {
    text-transform: none;
    font-family: "Roboto"; }
  .mini-cart .mini-cart-item-options .option-value {
    display: block;
    text-transform: capitalize; }
    .mini-cart .mini-cart-item-options .option-value span:after {
      content: ":"; }
  .mini-cart .mini-cart-item-options .option-value:not(:last-child):after {
    content: ""; }
  .mini-cart .mini-cart-footer {
    padding: 1rem 1rem 4rem 1rem; }
  .mini-cart .mini-cart-item-actions {
    opacity: 1;
    display: block;
    float: none;
    margin-top: .25rem; }
  .mini-cart .mini-cart-actions .button {
    width: 100%;
    clear: both; }
    .mini-cart .mini-cart-actions .button.button-cart {
      display: none; }
  .mini-cart .apple-pay-checkout-button {
    width: 100%;
    margin-top: 10px;
    height: 37px; }
  .mini-cart .mini-cart-empty {
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: "Lato";
    font-weight: 400;
    color: #373737;
    margin-top: 1em; }
  .mini-cart .tud-mini-cart-related {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    .mini-cart .tud-mini-cart-related .tud-product-card {
      font-size: 0.88rem;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        .mini-cart .tud-mini-cart-related .tud-product-card {
          height: 7rem; } }
      .mini-cart .tud-mini-cart-related .tud-product-card.in-cart {
        display: none; }
      .mini-cart .tud-mini-cart-related .tud-product-card.activated {
        pointer-events: none;
        opacity: .5;
        background-image: url("../img/custom/loader.gif");
        background-position: center center;
        background-repeat: no-repeat; }
      .mini-cart .tud-mini-cart-related .tud-product-card .image-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5rem;
        margin-bottom: 20px; }
        .mini-cart .tud-mini-cart-related .tud-product-card .image-container > div {
          height: 100%; }
      .mini-cart .tud-mini-cart-related .tud-product-card .price {
        margin-top: .75rem; }
  .mini-cart .tud-cart-item--discounted {
    background: #FFF8B8; }
  .mini-cart .tud-mini-cart-cant-modify-quantity {
    display: inline-block;
    margin-right: 10px; }
  @media screen and (max-width: 1023px) {
    .mini-cart .mini-cart-subtotal {
      display: block; } }
  @media screen and (max-width: 389px) {
    .mini-cart {
      padding-left: 20px; } }
  @media screen and (max-width: 374px) {
    .mini-cart {
      padding-left: 0;
      width: 100%; }
      .mini-cart .mini-cart-title {
        text-align: center;
        padding-bottom: 1.5rem; }
      .mini-cart .button-cart-close {
        top: .5rem; }
      .mini-cart .mini-cart-item-wrap, .mini-cart .compare-tab-item-wrap {
        padding-left: 10px;
        padding-right: 10px; } }

body.mini-cart-open {
  overflow: hidden; }
  body.mini-cart-open:after {
    transition: background .5s;
    content: " ";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 58, 72, 0.95);
    z-index: 800;
    pointer-events: none; }
  body.mini-cart-open .site-canvas {
    transform: none; }
  body.mini-cart-open .site-header {
    transform: none;
    pointer-events: none; }
  body.mini-cart-open .mini-cart {
    -webkit-transform: translateX(-400px);
    -webkit-transition: -webkit-transform .5s linear;
    box-shadow: 0 0.1rem 0.8rem rgba(85, 85, 81, 0.7); }

body.mini-cart-loading .mini-cart .mini-cart-empty {
  display: none; }

body.mini-cart-loading .mini-cart:after {
  content: " ";
  top: 0;
  left: 0;
  position: unset;
  width: 100%;
  height: 100%;
  z-index: 900;
  opacity: .75;
  background-color: white;
  background-image: url("../img/custom/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1023px) {
  .cart-header {
    padding: 1rem; }
    .cart-header .cart-title {
      font-size: 0.88rem; } }

.quantity-control {
  border: 1px solid #555551;
  border-radius: 2px;
  margin-right: 9px; }
  .quantity-control .button-control-action {
    border: none !important;
    background-color: white; }
    .quantity-control .button-control-action svg * {
      fill: #555551;
      color: #555551; }
    .quantity-control .button-control-action:hover svg * {
      fill: #60bf36;
      color: #60bf36; }
  .quantity-control .form-input[type=number], .quantity-control .navigation-mobile .search-input[type="number"], .navigation-mobile .quantity-control .search-input[type="number"], .quantity-control .review-form .product-item-rating[type="number"], .review-form .quantity-control .product-item-rating[type="number"] {
    font-size: .88rem;
    width: 1.2rem;
    padding: 0 !important;
    height: 1.4rem !important;
    line-height: 1.4rem !important;
    margin: 0;
    display: inline-block;
    border: none;
    background: transparent;
    color: #555551;
    pointer-events: none; }

.cart-totals-item:not(.coupon-code) {
  border-bottom: 1px solid #cccccc; }

.cart-additional-checkout-buttons {
  margin-top: 1rem;
  display: none; }

.tud-cart-promo {
  float: none;
  clear: both;
  color: #8b0000;
  background-color: #fbf38d;
  font-size: .9rem;
  padding: 10px;
  text-align: center;
  margin-bottom: 1rem; }
  .tud-cart-promo span {
    font-weight: bold; }
  .tud-cart-promo em {
    display: block;
    font-size: .75rem; }
  .mini-cart .tud-cart-promo {
    margin: 0 1rem 1rem 1rem; }

.cart .link {
  font-size: 0.75rem;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .cart-table-header,
  .cart-item {
    display: table;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .cart-table-header .cell,
  .cart-item .cell {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle; } }

.cart-table-header .cell:last-child,
.cart-item .cell:last-child {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .cart-table-header .cell:last-child,
    .cart-item .cell:last-child {
      text-align: right; } }

.cart-empty {
  text-align: center; }

.quantity-control {
  display: inline-block; }
  .quantity-control .button-control-action {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9e9fa4;
    color: #9e9fa4;
    line-height: 0;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
    border: none; }
    .quantity-control .button-control-action:hover {
      color: #60bf36;
      border-color: #60bf36; }
    .quantity-control .button-control-action:focus {
      outline: none; }
  .quantity-control .form-input[type=number], .quantity-control .navigation-mobile .search-input[type="number"], .navigation-mobile .quantity-control .search-input[type="number"], .quantity-control .review-form .product-item-rating[type="number"], .review-form .quantity-control .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Roboto";
    color: #555551;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .quantity-control .form-input[type="number"]::-webkit-inner-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-inner-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-inner-spin-button, .quantity-control .form-input[type="number"]::-webkit-outer-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-outer-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-outer-spin-button {
      appearance: none; }
    .quantity-control .form-input[type="number"]:focus, .quantity-control .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .quantity-control .search-input[type="number"]:focus, .quantity-control .review-form .product-item-rating[type="number"]:focus, .review-form .quantity-control .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #9e9fa4; }
  .quantity-control .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

.button-mobile-nav-cart:hover,
.button-mobile-nav-toggle:hover {
  background: transparent; }

body.cart .button-cart-toggle {
  pointer-events: none; }

.mini-cart .cart-item-giftwrap {
  position: absolute;
  right: 0px;
  top: 1rem;
  width: 67px;
  line-height: 1rem; }
  .mini-cart .cart-item-giftwrap span {
    font-weight: bold;
    font-size: .75rem; }
  .mini-cart .cart-item-giftwrap a {
    font-weight: bold;
    font-size: .75rem;
    color: #0081cb; }

.giftwrapping-detail {
  color: #555551; }

.giftwrap-form {
  margin-top: 2rem; }
  .giftwrap-form .form-field-radio,
  .giftwrap-form .form-field-select {
    display: none; }

.cart-item-giftwrap {
  display: none; }

.mini-cart-item[data-tud-paint-product="pen"] .cart-item-giftwrap, .compare-tab-item[data-tud-paint-product="pen"] .cart-item-giftwrap, .mini-cart-item[data-tud-paint-product="combo"] .cart-item-giftwrap, .compare-tab-item[data-tud-paint-product="combo"] .cart-item-giftwrap, .mini-cart-item[data-tud-paint-product="jar"] .cart-item-giftwrap, .compare-tab-item[data-tud-paint-product="jar"] .cart-item-giftwrap,
.cart-item[data-tud-paint-product="pen"] .cart-item-giftwrap,
.cart-item[data-tud-paint-product="combo"] .cart-item-giftwrap,
.cart-item[data-tud-paint-product="jar"] .cart-item-giftwrap {
  display: block; }

.cart-item[data-tud-paint-package="n/a"] .cart-item-giftwrap,
.mini-cart-item[data-tud-paint-package="n/a"] .cart-item-giftwrap,
.compare-tab-item[data-tud-paint-package="n/a"] .cart-item-giftwrap {
  display: none !important; }

.mini-cart {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: white;
  transition: transform .3s ease;
  box-shadow: 1px 0 0 0 rgba(0, 0, 255, 0) inset; }
  .no-js .mini-cart {
    overflow: auto; }

.mini-cart-inner {
  position: relative;
  top: 0; }

.mini-cart-top-bar .button-cart-close {
  position: absolute;
  top: 2.5rem;
  right: 1.5625rem;
  padding: 0;
  background: none; }
  .mini-cart-top-bar .button-cart-close .icon-close:hover {
    color: #60bf36; }

.mini-cart-contents > .icon-spinner {
  display: block;
  margin: 1.25rem auto; }

.mini-cart-title {
  font-size: 18px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  text-transform: none;
  margin: 0;
  padding: 2.5rem 0; }

.mini-cart-empty {
  text-align: center; }

.mini-cart-item, .compare-tab-item {
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item:not(:last-of-type):after, .compare-tab-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    content: ""; }
  .mini-cart-item:hover, .compare-tab-item:hover {
    background-color: #f2f2f2; }
    .mini-cart-item:hover:after, .compare-tab-item:hover:after {
      background-color: #f2f2f2; }
    .mini-cart-item:hover .mini-cart-item-actions, .compare-tab-item:hover .mini-cart-item-actions {
      opacity: 1; }
  .mini-cart-item.removing .mini-cart-item-wrap, .removing.compare-tab-item .mini-cart-item-wrap, .mini-cart-item.removing .compare-tab-item-wrap, .removing.compare-tab-item .compare-tab-item-wrap {
    pointer-events: none;
    opacity: 0.2; }
  .mini-cart-item a, .compare-tab-item a {
    color: inherit; }
  .mini-cart-item .icon-spinner, .compare-tab-item .icon-spinner {
    position: absolute;
    top: 25px;
    right: 25px; }

.mini-cart-item-wrap, .compare-tab-item-wrap {
  display: table;
  width: 100%;
  padding: 25px; }
  .mini-cart-item-wrap > *, .compare-tab-item-wrap > * {
    display: table-cell; }
  .mini-cart-item-wrap .giftcard-image, .compare-tab-item-wrap .giftcard-image {
    width: 75px; }

.mini-cart-item-thumb, .compare-tab-item-thumb {
  width: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  .thumbnail-cover .mini-cart-item-thumb, .thumbnail-cover .compare-tab-item-thumb {
    background-size: cover; }
  .mini-cart-item-thumb.no-image, .no-image.compare-tab-item-thumb {
    background-color: white;
    box-shadow: 1px 0 0 0 rgba(0, 0, 255, 0) inset; }

.mini-cart-item-title, .compare-tab-item-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase; }

.mini-cart-item-options {
  padding-top: 2px;
  padding-bottom: 2px; }
  .mini-cart-item-options .option-value {
    margin-right: 4px;
    color: #555551; }
    .mini-cart-item-options .option-value:not(:last-child):after {
      content: ","; }

.mini-cart-item-description, .compare-tab-item-description {
  vertical-align: middle;
  padding-left: 20px;
  width: 90%; }

.mini-cart-item-actions {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .mini-cart-item-actions .link {
    margin-right: 14px; }
  .mini-cart-item-actions .edit-link {
    display: none; }

.mini-cart-item-price {
  text-align: right;
  vertical-align: bottom;
  opacity: 0.6; }
  .mini-cart-item-price .price-discounted {
    text-decoration: line-through; }

.mini-cart-footer {
  padding: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .mini-cart-footer .mini-cart-subtotal {
    float: right;
    font-size: 111%;
    vertical-align: middle; }

.mini-cart-footer-title {
  color: black; }

.mini-cart-actions .button {
  width: calc(50% - 5px); }
  .mini-cart-actions .button + .button {
    float: right; }

.mini-cart-actions .button-secondary:hover, .mini-cart-actions .login-modal .account-create .button:hover, .login-modal .account-create .mini-cart-actions .button:hover {
  box-shadow: 0 0 0 2px #9e9fa4 inset; }

.mini-cart-open .site-header,
.mini-cart-open .site-canvas,
.mini-cart-open .mini-cart {
  transform: translateX(-400px); }

.mini-cart-subtotal {
  font-family: "Roboto";
  margin-right: 0.375rem;
  vertical-align: text-top;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .mini-cart-subtotal {
      display: none; } }

.mini-cart-message {
  color: #FA6400;
  font-weight: bold;
  margin-bottom: 1rem; }

.page {
  margin: 0 !important; }
  .page .body {
    margin: 0; }
  .page .carousel {
    height: auto !important;
    margin-bottom: 1rem !important; }
    .page .carousel .slick-list {
      height: auto !important; }
    .page .carousel .container, .page .carousel .product-tabs {
      margin-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: auto; }
  .page .carousel .slick-slide:nth-child(1) figcaption::after {
    background: none; }
  .page .carousel-item-info {
    margin: 7% 0% 0% -7%; }
  .page .m-23 {
    margin-top: -40px; }
  .page .mobileview {
    display: none; }
  .page .title-width {
    width: 460px;
    font-weight: 700;
    margin-left: 30px; }
  .page .carousel-item-caption {
    color: white;
    font-size: 17px;
    font-weight: normal; }
  .page .ul-li {
    list-style: disc;
    margin-left: 13%;
    font-weight: bold; }
  .page .tudHeader {
    font-size: 19px !important;
    color: white; }
  .page .header-text-color {
    color: #333333 !important; }
  .page .hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .page .cl-coat-banner {
    background-color: #e02020; }
  .page .cls-product-banner {
    background-image: url("Images/touchup-direct-applicators.jpg"); }
  .page .cls-combo-banner {
    background-image: url("Images/ComboApplicator.jpg"); }
  .page .cls-tudcare-banner {
    background-image: url("Images/tud-care.jpg"); }
  .page .clsctype {
    background-image: url("'../Images/Colortype - 3.jpg'");
    opacity: 1; }
  .page .carousel-item,
  .page .carousel-item-image {
    background-position: center right; }
  .page .carousel-item-image {
    padding-bottom: 300px; }
  .page .spantudcare {
    font-weight: 400;
    line-height: normal; }
  .page .product-item-des {
    margin: 4%; }
  .page .two-third-1 {
    width: 40.20339%;
    float: left;
    margin-right: 1.69492%; }
  .page .two-third-2 {
    width: 17.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: -1%; }
  .page .clsaerosol {
    width: 85% !important; }
  .page .pd-10 {
    padding: 10px; }
  .page .m0-10 {
    margin-top: -10%; }
  .page .m-t-10 {
    margin-top: 10%; }
  .page .text-bold {
    font-weight: bold; }
  .page .two-third-3 {
    float: right;
    margin-right: -2%; }
  .page .mtop {
    margin-top: -7%; }
  .page .product-mobileview {
    display: none; }
  .page .kit-item-mobileview {
    display: none; }
  .page .clsheight {
    height: 400px; }
  .page .clsheight1 {
    height: 360px; }
  .page .clscombo-kit-height {
    height: 625px; }
  .page .mleft {
    margin-left: -2%; }
  .page .clsborder_none {
    border: none !important; }
  .page .btn-light {
    background-color: #f2f2f2;
    color: #333333;
    width: 154px;
    height: 39px;
    font-size: 22px; }
  .page .t-color-1 {
    color: #e02020; }
  .page .t-color-2 {
    color: #67ad44; }
  .page .t-color-3 {
    color: #818181; }
  .page .mt-13 {
    margin-top: 13%; }
  .page .m-t-2 {
    margin-top: 2%; }
  .page .m-t-5 {
    margin-top: 5%; }
  .page .m-l-5 {
    margin-left: 5%; }
  .page .paint-type-text {
    margin-top: -2%; }
  .page .clstxt1 {
    position: absolute;
    z-index: 9;
    margin-top: 7%;
    margin-left: 7px; }
  .page .clstxt2 {
    position: absolute;
    z-index: 9;
    margin-top: 124px;
    margin-left: 56px; }
  .page .clstxt3 {
    position: absolute;
    z-index: 9;
    margin-top: 225px;
    margin-left: 10px; }
  .page .clstxt4 {
    font-weight: 400;
    /*left: 6%;*/
    position: absolute;
    z-index: 9;
    top: 4%;
    color: white;
    font-size: 53px; }
  .page .cls-tudcare-banner-text {
    font-weight: 400;
    position: absolute;
    z-index: 9;
    top: 7%;
    color: white;
    font-size: 53px; }
  .page .clstxt5 {
    font-weight: 400;
    position: absolute;
    z-index: 9;
    top: 6%;
    color: white;
    font-size: 53px; }
  .page .post-summary {
    margin: 2%; }
  .page .other-item-title {
    margin-top: 0%;
    margin-bottom: 3%; }
  .page .clsreview {
    margin: 1% 9%; }
  .page .p-l-8 {
    padding-left: 8%; }
  .page .m-10 {
    margin: 10%; }
  .page .line_height {
    line-height: 1; }
  .page .fa {
    color: #b1e1bf; }
  .page .fa1 {
    color: #dbdbdb; }
  .page .famt-5 {
    margin-top: 63px; }
  .page .clsratingtext {
    color: #eaeaea; }
  .page .font-size-17 {
    font-size: 17px; }
  .page .kit-item-mobileview .fourth,
  .page .kit-item-desktopview .fourth {
    border: solid 1px #eaeaea; }
  .page .headline {
    font-family: "Lato";
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.25; }
  .page .kit-headline {
    font-family: "Lato";
    font-weight: 700;
    font-size: 2.6rem; }
  .page .product-hero {
    color: white;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.25;
    padding-top: 5.3rem; }
  .page .product-title {
    padding: 0;
    font-size: 1.7rem;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400; }
  .page .review-header {
    font-size: 35px;
    font-weight: normal; }
  .page .uitext {
    line-height: 1.1; }
  .page .btn-danger,
  .page .btn-danger:hover {
    pointer-events: none; }
  .page .btn-danger,
  .page .btn-danger:hover {
    border: none;
    width: 170px;
    height: 40px;
    background-color: #fa6400;
    border-radius: unset;
    font-size: 20px; }
  .page .section-badge {
    margin-top: -30px; }
  .page .section-badge img {
    max-width: 70px; }
  .page .topimage {
    padding-left: 0px;
    padding-right: 0px;
    text-align-last: center; }
  .page .tud-titlee {
    margin-top: 9%;
    padding-right: 3%; }
  .page .tud-link {
    font-size: 1.5rem !important;
    font-weight: normal !important;
    text-decoration: underline; }
  .page .product-item-price {
    font-size: 1.5rem !important;
    font-weight: normal !important; }
  .page .forsizebox {
    margin-top: 16%;
    margin-bottom: 12%; }
  .page .twothirdssty {
    margin-top: 1.5%; }
  .page .clschildprod {
    width: 48.64%; }
  .page .product-margin {
    margin: 1%; }
  .page .m-b-7 {
    margin-bottom: 7%; }
  .page .m-b-1 {
    margin-bottom: 1%; }
  .page .m-b-11 {
    margin-bottom: 18%; }
  .page .box {
    position: relative;
    display: inline-block; }
  .page .txtwidth {
    position: absolute;
    z-index: 200;
    margin: 0 auto;
    left: 36px;
    top: 8%;
    width: 60%; }
  .page .s3 img {
    height: auto;
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .page .clstxt1 {
      position: absolute;
      z-index: 9;
      margin-top: 5%;
      margin-left: 20px; }
    .page .clstxt2 {
      position: absolute;
      z-index: 9;
      margin-top: 150px;
      margin-left: 62px; }
    .page .clstxt3 {
      position: absolute;
      z-index: 9;
      margin-top: 272px;
      margin-left: 20px; } }
  @media only screen and (max-width: 1200px) {
    .page .headline {
      margin-left: 10px; }
    .page .product-hero {
      margin-left: 10px; }
    .page .everthing-touchop-logo {
      margin-left: 20px; }
    .page .tud-titlee {
      margin-top: 42px;
      margin-right: 4%; }
    .page h1, .page .blog-items-list .post-title, .blog-items-list .page .post-title {
      font-size: 1.75rem; }
    .page h2, .page .giftcard-header {
      font-size: 1.5rem; }
    .page .m-b-11 {
      margin-bottom: 7%; }
    .page .mb-13 {
      margin-bottom: 15%; } }
  @media screen and (max-width: 1200px) and (min-width: 1039px) {
    .page .grease-remover {
      margin-bottom: 15%; } }
  @media only screen and (max-width: 1023px) {
    .page .title-width {
      font-weight: 700;
      margin-top: -3%;
      width: 360px; }
    .page .carousel-item-caption {
      margin-top: -8%;
      display: none; }
    .page .carousel-item-image {
      padding-bottom: 120px !important; }
    .page .clsheight {
      height: 320px; }
    .page .headline {
      font-family: "Lato";
      font-weight: 700;
      font-size: 2.6rem;
      line-height: 1.25;
      padding-top: 0.6rem;
      margin-left: 10px; }
    .page .kit-headline {
      font-family: "Lato";
      font-weight: 700;
      font-size: 2.6rem; }
    .page .product-hero {
      font-family: "Lato";
      font-weight: 700;
      font-size: 2.6rem;
      line-height: 1.25;
      padding-top: 0.6rem;
      margin-left: 10px; } }
  @media only screen and (max-width: 992px) {
    .page .clsheight {
      height: 330px; }
    .page .prod-left-width {
      float: left;
      width: 30%; }
    .page .prod-right-width {
      float: right;
      width: 69%; }
    .page .product-mobileview {
      display: block; }
    .page .product-desktopview {
      display: none; }
    .page .product-title-space {
      margin-top: 35%;
      margin-left: 12%; }
    .page .product-item-title {
      padding-top: 74px; }
    .page .product-image-mobileview {
      height: 150px;
      background-position: center right;
      background-repeat: no-repeat;
      background-size: contain; }
    .page .replacement-text {
      text-align: center; }
    .page .product-content-space {
      margin: 0% 1.3%;
      padding-bottom: 1%; }
    .page .product-item {
      margin: 3% 0%; }
    .page .m0-10 {
      margin-top: 0%; }
    .page .m0-20 {
      margin-top: 20px; }
    .page .clscombo-kit-height {
      height: auto; }
    .page .btn-danger,
    .page .btn-danger:hover {
      border: none;
      width: 170px;
      height: 40px;
      background-color: #fa6400;
      border-radius: unset;
      font-size: 20px;
      margin-bottom: -1%; }
    .page .mt-13 {
      margin-top: 4%; }
    .page .everthing-touchop-logo {
      float: right;
      width: 106px; }
    .page .m-b-17 {
      margin-bottom: 17%; }
    .page .m-b-19-1 {
      margin-bottom: 19%; }
    .page .clspainttech {
      display: none; }
    .page .mb-13 {
      margin-bottom: 19%; }
    .page .twothirds {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 4px;
      margin-top: 1%; }
    .page .third-last-m-b {
      margin-bottom: -1% !important; }
    .page .tud-titlee {
      margin: 5%; }
    .page .tud-link {
      font-weight: normal !important; }
    .page .txtwidth {
      position: inherit !important;
      z-index: 200;
      margin: 0 auto;
      left: 6px !important;
      top: 2%;
      width: 93% !important; }
    .page .hideshow {
      max-width: 0px !important; }
    .page .clstxt4 {
      top: 2%; }
    .page .clstxt5 {
      top: 3%; }
    .page .cls-tudcare-banner-text {
      top: 2%; } }
  @media only screen and (max-width: 767px) {
    .page .carousel {
      height: 90px !important; }
    .page .title-width {
      font-weight: 700;
      margin-top: 2%;
      width: 375px;
      margin-left: 0px; }
    .page .btn-danger,
    .page .btn-danger:hover {
      border: none;
      width: 170px;
      height: 40px;
      background-color: #fa6400;
      border-radius: unset;
      font-size: 20px;
      margin-bottom: -3%; }
    .page .mobileview {
      display: block; }
    .page .desktopview {
      display: none; }
    .page .kit-item-mobileview {
      display: block; }
    .page .kit-item-desktopview {
      display: none; }
    .page .kit-item-content {
      margin: 2% 5%; }
    .page .dvparent {
      display: inline-flex;
      margin-bottom: 6%; }
    .page .dvchild {
      border: solid 1px #eaeaea;
      width: 49%;
      margin: 0% 2%; }
    .page .clsheight {
      height: auto; }
    .page .clsheight1 {
      height: auto; }
    .page .m-23 {
      margin-top: -16px; }
    .page .section-badge {
      margin-top: -72px; }
    .page .headline {
      font-family: "Lato";
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.25;
      padding-top: 1.7rem;
      padding-left: 1.25rem; }
    .page .kit-headline {
      font-family: "Lato";
      font-weight: 700;
      font-size: 2.6rem; }
    .page .product-hero {
      font-family: "Lato";
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1.25;
      padding-top: 0.6rem;
      padding-left: 1.25rem; }
    .page .everthing-touchop-logo {
      width: 21%;
      margin-top: -44px; }
    .page .clstxt4 {
      top: 4%;
      font-size: 30px; }
    .page .cls-tudcare-banner-text {
      top: 5%;
      font-size: 30px; }
    .page .clstxt5 {
      top: 5%;
      font-size: 30px; }
    .page .m-t-17 {
      margin-top: -0%; }
    .page .m-t-5 {
      margin-top: 5%; }
    .page .txtwidth {
      position: inherit !important;
      z-index: 200;
      margin: 0 auto;
      left: 6px !important;
      top: 2%;
      width: 93% !important; }
    .page .hideshow {
      max-width: 0px !important; }
    .page .m-5 {
      margin: 3% 0%; } }
  @media only screen and (max-width: 500px) {
    .page .product-title-space {
      margin-top: 35%;
      margin-left: 20%; } }

ul.mt-13 {
  list-style: disc;
  padding-left: 1.5rem; }

.ancillary .third {
  width: 100%; }

@media (min-width: 480px) {
  .ancillary .sub-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .ancillary .sub-container {
    display: block; }
    .ancillary .sub-container .fourth {
      width: 23.5%; }
    .ancillary .sub-container .fourth:not(:last-child) {
      margin-right: 1.5%; }
    .ancillary .sub-container .fourth:last-child {
      width: 25%; }
  .ancillary .third {
    padding: 1rem; }
  .ancillary .third:not(:last-child) {
    margin-bottom: 1rem; }
  .ancillary .ancillary-features .sub-container {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .ancillary .third {
    width: 32%; } }

.ancillary-text {
  color: #000000 !important;
  font-family: 'Lato'; }

@media (min-width: 1024px) {
  .product-desktopview .third {
    width: 32.25%; }
    .product-desktopview .third.last {
      float: right;
      padding: 0; }
  .product-desktopview .twothirds {
    width: 66.25%; }
  .product-desktopview .half {
    padding: 0; }
    .product-desktopview .half:not(:last-child) {
      margin-right: 2.72%; }
  .product-desktopview .product-title {
    margin-bottom: 1rem; }
  .product-desktopview p {
    line-height: 1.25rem; }
  .product-desktopview img {
    position: relative; } }

.ancillary-desc {
  padding-top: 0 !important; }

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

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

a {
  text-decoration: none; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  line-height: 1.25; }

img {
  max-width: 100%; }

ul,
ol,
dl {
  padding: 0;
  margin: 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  border: 0; }

blockquote > *:first-child {
  margin-top: 0; }

blockquote > *:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

iframe {
  max-width: 100%;
  border: 0; }

pre {
  padding: 1em;
  background: #fafafa; }

.show-for-sr, .sr-only, [class*="ratio-"]:not(.ratio-any) img, .blog-latest-posts .post-thumb img, .form-field-swatch .form-label-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

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

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder {
    opacity: 0.8; }

textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  resize: vertical; }

input[type="color"].form-input, .navigation-mobile input.search-input[type="color"], .review-form input.product-item-rating[type="color"], input[type="date"].form-input, .navigation-mobile input.search-input[type="date"], .review-form input.product-item-rating[type="date"], input[type="datetime"].form-input, .navigation-mobile input.search-input[type="datetime"], .review-form input.product-item-rating[type="datetime"], input[type="datetime-local"].form-input, .navigation-mobile input.search-input[type="datetime-local"], .review-form input.product-item-rating[type="datetime-local"], input[type="email"].form-input, .navigation-mobile input.search-input[type="email"], .review-form input.product-item-rating[type="email"], input[type="month"].form-input, .navigation-mobile input.search-input[type="month"], .review-form input.product-item-rating[type="month"], input[type="number"].form-input, .navigation-mobile input.search-input[type="number"], .review-form input.product-item-rating[type="number"], input[type="password"].form-input, .navigation-mobile input.search-input[type="password"], .review-form input.product-item-rating[type="password"], input[type="search"].form-input, .navigation-mobile input.search-input[type="search"], .review-form input.product-item-rating[type="search"], input[type="tel"].form-input, .navigation-mobile input.search-input[type="tel"], .review-form input.product-item-rating[type="tel"], input[type="text"].form-input, .navigation-mobile input.search-input[type="text"], .review-form input.product-item-rating[type="text"], input[type="time"].form-input, .navigation-mobile input.search-input[type="time"], .review-form input.product-item-rating[type="time"], input[type="url"].form-input, .navigation-mobile input.search-input[type="url"], .review-form input.product-item-rating[type="url"], input[type="week"].form-input, .navigation-mobile input.search-input[type="week"], .review-form input.product-item-rating[type="week"], input:not([type]).form-input, .navigation-mobile input.search-input:not([type]), .review-form input.product-item-rating:not([type]), textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

.form-inline .form-input, .form-inline .navigation-mobile .search-input, .navigation-mobile .form-inline .search-input, .form-inline .review-form .product-item-rating, .review-form .form-inline .product-item-rating {
  display: inline-block; }

/* scss-combine:styles/table */
table {
  margin: 1em 0;
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  border-top: 1px solid;
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  border-left: 1px solid;
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

body {
  background-color: white; }
  body.scroll-locked {
    overflow: hidden; }

/* Links */
a {
  color: #60bf36;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #60bf36; }

/* Headers */
h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  line-height: 1.25; }
  h1 a, .blog-items-list .post-title a,
  h2 a,
  .giftcard-header a,
  h3 a,
  .section-title a,
  .login-modal .account-sub-heading a,
  .auth-sub-heading a,
  .listing-title a,
  h4 a,
  .search-wrap .search-input a,
  .product-item-price a,
  .content-result h1 a,
  .content-result .blog-items-list .post-title a,
  .blog-items-list .content-result .post-title a,
  h5 a,
  .review-item-title a,
  .bulk-pricing-block .product-details-heading a,
  h6 a,
  .product-item-brand a,
  .product-details .product-brand a,
  .product-stock a,
  .giftwrap-subtitle a,
  .site-footer .footer-title a {
    color: inherit; }
    h1 a:hover, .blog-items-list .post-title a:hover,
    h2 a:hover,
    .giftcard-header a:hover,
    h3 a:hover,
    .section-title a:hover,
    .login-modal .account-sub-heading a:hover,
    .auth-sub-heading a:hover,
    .listing-title a:hover,
    h4 a:hover,
    .search-wrap .search-input a:hover,
    .product-item-price a:hover,
    .content-result h1 a:hover,
    .content-result .blog-items-list .post-title a:hover,
    .blog-items-list .content-result .post-title a:hover,
    h5 a:hover,
    .review-item-title a:hover,
    .bulk-pricing-block .product-details-heading a:hover,
    h6 a:hover,
    .product-item-brand a:hover,
    .product-details .product-brand a:hover,
    .product-stock a:hover,
    .giftwrap-subtitle a:hover,
    .site-footer .footer-title a:hover {
      color: #60bf36; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading {
  font-weight: 400; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title,
h5,
.review-item-title,
.bulk-pricing-block .product-details-heading {
  font-family: "Lato", sans-serif;
  color: #3b3a48; }


h2,
.giftcard-header,
h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title {
  font-family: "Roboto";
  font-weight: 300;
  text-transform: none; }

h1, .blog-items-list .post-title {
  font-size: 2.25rem; }


h2,
.giftcard-header {
  font-size: 1.75rem; }


h3,
.section-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.listing-title {
  font-size: 1.5rem; }


h4,
.search-wrap .search-input,
.product-item-price,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title {
  font-size: 1.25rem; }


h5,
.review-item-title,
.bulk-pricing-block .product-details-heading {
  font-size: 1.0625rem; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.giftwrap-subtitle,
.site-footer .footer-title {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: #3b3a48; }

/* Utility classes */
.text-center {
  text-align: center; }

.hidden {
  display: none; }

/* Basic elements */
hr {
  background: rgba(0, 0, 255, 0);
  height: 1px; }

cite {
  color: #9e9fa4; }

img {
  max-width: 100%;
  height: auto; }
  img:not([src]) {
    visibility: hidden; }

svg {
  fill: currentColor; }

.list-bulleted {
  margin: 1em 0 1em 1.5em;
  list-style: disc; }

/* scss-combine:general/button */
/* Buttons */
button {
  border: 0; }

.button.spinner {
  position: relative; }
  .button.spinner.progress .button-text {
    opacity: 0.1; }

.button .icon-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px; }

.button-group {
  display: inline-block; }

.button-group-item {
  position: relative;
  float: left;
  height: 45px;
  min-width: 45px;
  padding: 12px;
  font-family: "Lato";
  font-size: 0.8125rem;
  line-height: 1;
  color: #9e9fa4;
  text-align: center;
  border: 2px solid rgba(0, 0, 255, 0);
  transition: all 0.3s ease;
  background-color: #eeeeee; }
  .button-group-item + .button-group-item {
    margin-left: -2px; }
  .button-group-item:hover {
    background-color: #60bf36;
    border-color: #60bf36;
    color: white; }
  .button-group-item:first-child {
    border-radius: 4px 0 0 4px; }
  .button-group-item:last-child {
    border-radius: 0 4px 4px 0; }
  .button-group-item.active {
    z-index: 1;
    color: white;
    background-color: #4e4d5b;
    border-color: #4e4d5b; }
  .button-group-item.disabled, .button-group-item.active {
    pointer-events: none;
    cursor: default; }
  .button-group-item .icon-grid-view {
    width: 16px;
    height: 16px; }
  .button-group-item .icon-list-view {
    width: 17px;
    height: 16px; }

/* scss-combine:general/form */
/*----------  Forms  ----------*/
.form-field, .account-wrapper .form-field {
  margin-bottom: 1.75rem; }

.form-label {
  font-weight: 400; }
  .form-label.checkbox .form-label-text {
    margin-bottom: 0; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  padding: 1.1875rem 1.0625rem 1.125rem;
  color: #898f94;
  border: 0;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .navigation-mobile .search-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]):not(.quantity-input) {
    box-shadow: 0 0 0 1px rgba(0, 0, 255, 0) inset; }
  .form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
    height: 3.4375rem; }
  .form-input:focus, .navigation-mobile .search-input:focus, .review-form .product-item-rating:focus {
    outline: none; }
  .form-input.form-input-short, .navigation-mobile .form-input-short.search-input, .review-form .form-input-short.product-item-rating {
    padding: 0.875rem 1.0625rem 0.8125rem;
    height: 2.8125rem; }

.form-radio,
.form-checkbox {
  display: inline-block;
  vertical-align: middle; }
  .form-radio + .form-label-text,
  .form-checkbox + .form-label-text {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }

.form-select-wrapper {
  position: relative;
  display: block; }
  .form-select-wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%239e9fa4' version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6.514 6.232l9.487 9.597 9.487-9.597c1.491-1.491 3.904-1.491 5.395 0 1.483 1.507 1.491 3.944 0 5.451l-12.19 12.306c-1.483 1.491-3.904 1.491-5.395 0l-12.182-12.306c-1.489-1.507-1.489-3.944 0.002-5.451 1.491-1.491 3.904-1.491 5.395 0z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: inline-block;
    width: 14px;
    height: 11px;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%; }

.form-label-text,
.form-field-title {
  display: block;
  margin: 0 0.625rem 0.5rem 0;
  font-weight: normal; }

.form-field-title .required-text {
  display: none; }
  .form-required .form-field-title .required-text {
    display: inline-block;
    display: none; }

.input-group {
  display: table;
  width: 100%; }

.input-group-item {
  display: table-cell;
  vertical-align: top; }
  .input-group-item:first-child .button {
    border-radius: 4px 0 0 4px;
    margin-right: -2px; }
  .input-group-item:last-child .button {
    border-radius: 0 4px 4px 0;
    margin-left: -2px; }
  .input-group-item.form-field {
    width: 99%; }
  .input-group-item .form-input, .input-group-item .navigation-mobile .search-input, .navigation-mobile .input-group-item .search-input, .input-group-item .review-form .product-item-rating, .review-form .input-group-item .product-item-rating {
    width: 100%; }

.form-field-date .form-select-wrapper {
  float: left; }

.form-field-date .form-date-year {
  width: 44%; }

.form-field-date .form-date-month {
  width: 25%;
  margin-right: 3%;
  margin-left: 3%; }

.form-field-date .form-date-day {
  width: 25%; }

/*----------  Form Errors  ----------*/
.form-error {
  color: #FF5E5D;
  border: 1px solid #FF5E5D; }
  .form-error::placeholder {
    color: #fff6f6; }

.form-error-message {
  color: #FF5E5D; }

.form-inline-message {
  display: block;
  margin-top: 0.625rem;
  clear: left; }
  .form-field-invalid .form-inline-message {
    color: #FF5E5D; }

/* scss-combine:general/table */
/* Tables */
table {
  color: #555551;
  border-color: rgba(0, 0, 255, 0); }

th {
  color: #898f94; }

table.geotrust-ssl-seal-table {
  margin-top: 30px;
  margin-bottom: 0;
  border: 0; }
  table.geotrust-ssl-seal-table td {
    padding: 0;
    border: 0; }

/* scss-combine:general/global */
/*----------  Spinner  ----------*/
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8); }
  .loading-overlay .icon-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px; }

/*----------  Animations  ----------*/
.icon-spinner {
  width: 20px;
  height: 20px;
  animation: spin 0.75s linear infinite; }

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

.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid black; }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.replaced-image {
  display: block;
  min-width: 1rem;
  min-height: 1rem;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .thumbnail-cover .replaced-image,
  .post .replaced-image {
    background-size: cover; }
  .replaced-image img,
  .replaced-image.lazyload img {
    vertical-align: middle; }

.ratio-any img {
  width: 100%; }

.ratio-16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.ratio-4-3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%; }

.ratio-1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.ratio-3-1 {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%; }

.ratio-3-4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%; }

.form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]),
.navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]),
.review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
  height: 2.35rem;
  line-height: 2.35rem;
  padding: 0 1rem; }

.form-field-rectangle .rectangle-text {
  border-color: #555551; }

label.checkbox-container {
  vertical-align: top; }
  label.checkbox-container input[type=checkbox] {
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden; }
  label.checkbox-container span {
    height: 1.2rem;
    width: 1.2rem;
    border: 1px solid #cccccc;
    display: inline-block;
    border-radius: .2rem;
    margin-right: .2rem; }
  label.checkbox-container > input[type=checkbox]:checked + span {
    background-color: #0081cb;
    background-image: url("../img/custom/icon-check.svg");
    background-position: center center;
    background-size: 75% 75%;
    background-repeat: no-repeat; }

.css-qbdosj-Input {
  grid-template-columns: unset !important; }

.dropdown {
  position: relative; }

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: calc(100vh - 112px);
  min-width: 100%;
  padding: 0.625rem;
  overflow: auto; }
  .dropdown-panel.animating, .dropdown-panel.visible {
    display: block; }
  .dropdown-panel.animating-in, .dropdown-panel.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .dropdown-panel.visible {
    opacity: 1;
    transform: translateY(0); }

.icon-arrow-down {
  display: inline-block;
  margin-top: -0.03em;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: transform 0.3s ease; }
  .dropdown-open .icon-arrow-down {
    transform: rotate(-180deg); }
  .nav-mobile-panel-parent .nav-mobile-item-parent .icon-arrow-down {
    margin-top: -0.1rem; }

.tier-toggle {
  padding: 0.3125rem 0 !important;
  background: transparent; }

.tier-open > a {
  color: white; }

.tier-panel {
  position: static;
  display: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
  overflow: hidden;
  background: transparent; }
  .tier-panel.tier-open {
    display: block; }
  .tier-panel.animating, .tier-panel.visible {
    display: block; }
  .tier-panel.animating-in, .tier-panel.animating-out {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .tier-panel.visible {
    opacity: 1; }
  .tier-panel a {
    white-space: nowrap; }
    .main-dropdown .tier-panel a {
      line-height: 30px; }

.spinner:not(.button) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1,
.double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.sitemap-group {
  display: inline-block;
  width: 33%;
  margin-bottom: 50px;
  padding: 0 15px;
  vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .sitemap-group {
      width: 32%; }
      .sitemap-group:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .sitemap-group {
      width: 100%; } }

.sitemap-title {
  font-size: 16px; }

.sitemap-showall {
  display: block;
  margin-top: 15px;
  font-weight: 600; }

.promo-message,
.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  padding: .5rem 0;
  z-index: 1000;
  background-color: #8b0000 !important;
  height: 30px;
  line-height: 1.1rem;
  display: flex;
  align-items: center; }
  .promo-message .alert-message,
  .alert .alert-message {
    width: 100%;
    text-align: center; }
  body.header-compressed .promo-message, body.header-compressed
  .alert {
    top: -30px; }
  @media screen and (max-width: 767px) {
    .promo-message,
    .alert {
      font-size: 11px; } }

.alert-dismiss {
  top: 1rem !important; }

.alert.alert-success {
  background-color: #FA6400 !important; }

.promo-message {
  background-color: #FFF8B8 !important;
  color: #000000;
  font-style: italic;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 2rem; }

.x-paint-widget {
  margin-bottom: .75rem; }
  .x-paint-widget .pf-widget {
    border-top: unset;
    position: static;
    margin-top: 0;
    box-shadow: unset; }
  .x-paint-widget .container, .x-paint-widget .product-tabs {
    padding: 0; }

.navigation-mobile .nav-mobile-item {
  border-bottom: 1px solid #333333;
  padding: .25rem 0; }
  .navigation-mobile .nav-mobile-item.has-children {
    position: relative; }
    .navigation-mobile .nav-mobile-item.has-children::after {
      position: absolute;
      right: 0;
      top: .75rem;
      display: inline-block;
      content: "";
      width: 1rem;
      height: 1rem;
      background-image: url("../icons/chevron-down.svg");
      background-position: center center;
      background-repeat: no-repeat; }

.navigation-mobile .nav-mobile-dropdown:not(.is-open) {
  display: none; }

.navigation-mobile .top-level-nav-link,
.navigation-mobile .customNav-li a {
  font-family: "Roboto";
  color: #333333; }

.navigation-mobile .top-level-nav-link {
  font-size: 1.125rem; }
  @media screen and (max-width: 767px) {
    .navigation-mobile .top-level-nav-link {
      font-size: 0.875rem; } }

.navigation-mobile .customNav-li a {
  font-size: 1rem; }

.navigation-mobile .utils {
  padding: 0 20px; }
  @media screen and (max-width: 1023px) {
    .navigation-mobile .utils {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media screen and (max-width: 1023px) and (max-width: 479px) {
    .navigation-mobile .utils {
      justify-content: space-between; } }

.navigation-mobile .utils-customer {
  display: flex;
  align-items: center; }
  .navigation-mobile .utils-customer .button-util {
    margin: 0; }
  @media screen and (max-width: 1023px) {
    .navigation-mobile .utils-customer {
      flex: 1 0 100%; } }

.navigation-mobile .button--primary {
  padding: 13px 42px;
  line-height: unset;
  height: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: .5rem; }
  .navigation-mobile .button--primary a {
    color: white;
    font-size: 1.125rem;
    font-family: "Roboto";
    font-weight: 700;
    padding: 0; }

.navigation-mobile .button-util {
  display: flex;
  margin: .75rem 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto";
  color: #333333;
  align-items: center; }
  .navigation-mobile .button-util svg, .navigation-mobile .button-util img {
    margin-right: .5rem; }
  @media screen and (max-width: 479px) {
    .navigation-mobile .button-util.button-search-toggle {
      margin: 0; } }
  @media screen and (max-width: 1023px) {
    .navigation-mobile .button-util.button-search-toggle {
      margin: 0 1.25rem; } }

.navigation-mobile .button-util--icon {
  max-width: 1.375rem; }

.hidePaintFinder x-paint-finder {
  display: none !important; }

.hidePaintFinder .hover-dropdown:first-of-type a.is-open::after, .hidePaintFinder .hover-dropdown:first-of-type a.is-open::before {
  display: none !important; }

.nav-mobile-container .button-search-submit {
  top: 1.35rem;
  right: 1.5rem; }

@media screen and (max-width: 767px) {
  .category--buywithprime .on-canvas {
    padding-top: 2.8125rem !important; } }

@media screen and (max-width: 1023px) {
  .product--nonpaint x-paint-finder {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .buyWithPrime-section x-paint-finder {
    display: none !important; } }

.buyWithPrime-section .product-listing-grid {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.buyWithPrime-section .listing-header {
  background-color: transparent;
  margin-bottom: 0;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .buyWithPrime-section .listing-header {
      text-align: center; } }

.buyWithPrime-section .listing-title {
  font-family: "Roboto";
  font-size: 21px;
  padding: 0 0.9375rem;
  margin-top: 1.25rem;
  float: none; }
  .buyWithPrime-section .listing-title span {
    font-weight: 700;
    display: block; }
  @media screen and (min-width: 1024px) {
    .buyWithPrime-section .listing-title {
      font-size: 36px; }
      .buyWithPrime-section .listing-title span {
        display: inline; } }

.buyWithPrime-section .card-body {
  text-align: left; }

.buyWithPrime-btnText span {
  font-weight: 700; }

.buyWithPrime-btnText {
  display: none; }

.bwp-widget-loaded + .buyWithPrime-btnText {
  display: block; }

.product-info + #bwp-co {
  display: none !important; }

.amazon-link {
  display: block;
  max-width: 10.625rem; }
  .amazon-link:hover {
    transform: scale(1.01); }

.ggl .ggl-items {
  display: flex; }

.ggl .ggl-item:not(:last-child) {
  padding-right: 1rem; }

.ggl .ggl-input:checked + .ggl-label .ggl-img,
.ggl .ggl-label:hover .ggl-img {
  border: 2px solid #78BD4D;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.ggl .ggl-label {
  padding-left: 0; }
  .ggl .ggl-label:before, .ggl .ggl-label:after {
    display: none; }

.ggl .ggl-txt {
  text-transform: capitalize;
  color: #000000;
  font-size: 12px;
  text-align: center; }

.ggl .ggl-img {
  margin-bottom: .5rem; }

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

.ggl + .add-to-cart-wrapper .product-quantity-container {
  position: static;
  float: right; }
  @media screen and (min-width: 768px) {
    .ggl + .add-to-cart-wrapper .product-quantity-container {
      float: none; } }

.skip-to-main-link {
  background: white;
  color: #333333;
  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 #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: 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: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Lato", 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: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    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: #444444;
      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); }

.tud-product-card.cart {
  display: none; }

button.button-modal-close, .search-wrap button.button-search-close {
  cursor: pointer;
  z-index: 99; }

.nav-mobile-open .button-mobile-nav-cart.button-cart-toggle {
  display: none !important; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .main-nav-bar .site-branding {
    display: inline-block; }
  .main-nav-bar .top-bar-left .navigation {
    display: none; }
  button.button-mobile-nav-toggle {
    display: block; }
  .customer-links {
    display: none; }
  .site-branding.has-logo {
    margin: auto;
    margin-right: 0; }
  .site-branding.has-logo {
    display: block;
    text-align: center; }
  body .navigation-mobile.visible {
    display: block !important; }
  a.top-bar-button.button-wishlist {
    display: none; }
  .nav-mobile-open header.site-header.logo-align-left {
    z-index: 999; }
  .nav-mobile-open section.main-nav-bar {
    padding-top: 0; }
  .nav-mobile-open .customer-utils .button-cart-toggle {
    display: none; }
  .pf-widget .pf-widget-select {
    width: calc(100% - 0.2rem); }
  body.header-compressed .pf-widget.pf-widget--top {
    height: unset;
    line-height: 50px;
    margin-top: 0; }
  .pf-widget {
    height: unset;
    line-height: 50px; }
  body.header-compressed .pf-widget.pf-widget--top .container, body.header-compressed .pf-widget.pf-widget--top .product-tabs,
  body.header-compressed .pf-widget.pf-widget--top .product-tabs {
    padding-top: 12px;
    padding-bottom: 12px; }
  .pf-widget.pf-widget--top {
    position: static;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 12px; }
  .main-content {
    margin-top: 0; } }

.site-header {
  font-family: "Roboto";
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 255, 0);
  transition: transform 0.3s ease; }
  .site-header button {
    background: none; }

.site-canvas {
  padding-top: 42px; }

.site-canvas {
  transition: none; }
  @media (min-width: 768px) {
    .site-canvas {
      padding-top: 90px; } }
  @media (min-width: 1024px) {
    .site-canvas {
      padding-top: 225px; }
      .site-canvas.newVersion {
        padding-top: 185px; } }

.site-canvas .buyWithPrime .pf-widget.pf-widget--top {
  box-shadow: unset; }

.site-canvas .buyWithPrime .productView-thumbnail-link.is-active {
  border: 1px solid #68AD45; }

.site-canvas .buyWithPrime .sezzle-shopify-info-button {
  display: none !important; }

.buy-with-prime__container {
  background-color: #1A99FF;
  position: absolute;
  top: 5.5rem;
  width: 100%; }
  .buy-with-prime__container .buy-with-prime__label {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3125rem;
    padding: 14px 15px;
    margin: 0 auto;
    max-width: 1230px; }
  @media screen and (min-width: 768px) {
    .buy-with-prime__container {
      top: 0; } }
  @media screen and (min-width: 1024px) {
    .buy-with-prime__container {
      top: 8.5625rem; } }

.site-header {
  border: 0;
  z-index: 500;
  position: fixed;
  padding-top: 1px; }
  @media screen and (max-width: 767px) {
    .site-header {
      transition: margin-top .2s;
      height: 3.5rem;
      margin-top: 30px; } }
  @media screen and (min-width: 1024px) {
    .site-header .search-wrapper-mobile {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .site-header .search-wrapper-mobile {
      position: absolute;
      top: 50%;
      right: 50px;
      height: 20px;
      transform: translateY(-50%); }
      .site-header .search-wrapper-mobile .search-wrap {
        position: absolute;
        top: calc(100% + 10px);
        right: -50px;
        bottom: inherit;
        left: inherit;
        background: #fff;
        width: 100vw;
        max-width: 100vw;
        height: auto;
        min-height: inherit;
        padding: 1rem;
        box-shadow: 0px 5px 15px -4px #111;
        border-radius: 0;
        border-top: solid 8px #60bf36;
        z-index: 100;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 0;
        pointer-events: none;
        margin: 0.5rem 0 0;
        overflow: inherit; }
        .site-header .search-wrapper-mobile .search-wrap.search-open {
          transform: scaleY(1);
          opacity: 1;
          pointer-events: auto; }
          .site-header .search-wrapper-mobile .search-wrap.search-open::after {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            right: 50px;
            top: -14px;
            margin-left: -.75rem;
            position: absolute;
            border-left: .75rem solid transparent;
            border-right: .75rem solid transparent;
            border-bottom: 0.75rem solid #60bf36; }
        .site-header .search-wrapper-mobile .search-wrap .search-input {
          min-width: inherit; }
        .site-header .search-wrapper-mobile .search-wrap .button-search-close {
          background: transparent;
          border: none;
          position: absolute;
          top: 0;
          right: 1rem;
          padding: 0.3rem;
          cursor: pointer;
          line-height: 0;
          display: none; }
          .site-header .search-wrapper-mobile .search-wrap .button-search-close .icon-close {
            fill: #333333; }
          .site-header .search-wrapper-mobile .search-wrap .button-search-close:hover .icon-close {
            fill: #60bf36; }
        .site-header .search-wrapper-mobile .search-wrap .search-form {
          display: flex;
          gap: 0.5rem;
          transform: none;
          margin: 0;
          position: relative;
          left: initial;
          top: initial;
          width: 100%;
          max-width: 100%;
          gap: 0; }
          .site-header .search-wrapper-mobile .search-wrap .search-form .form-field {
            flex: 1; }
            .site-header .search-wrapper-mobile .search-wrap .search-form .form-field .search-input {
              width: 100%;
              padding-right: 40px;
              border: 2px solid #60bf36;
              font-size: 1rem;
              width: 100%;
              min-height: 48px;
              border-radius: 0;
              color: #333333; }
              .site-header .search-wrapper-mobile .search-wrap .search-form .form-field .search-input:focus {
                border-color: #60bf36;
                outline: none; }
          .site-header .search-wrapper-mobile .search-wrap .search-form .button-search-submit {
            background: #60bf36;
            border: none;
            padding: 0.5rem;
            cursor: pointer;
            min-height: 48px;
            width: 48px;
            position: initial;
            transform: none;
            gap: none;
            border-radius: 0; }
            .site-header .search-wrapper-mobile .search-wrap .search-form .button-search-submit .icon-search {
              fill: #fff; }
            .site-header .search-wrapper-mobile .search-wrap .search-form .button-search-submit:hover {
              background: #60bf36; } }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .site-header .search-wrapper-mobile {
      top: calc(50% + 15px); } }

@media screen and (max-width: 767px) {
  .page-header {
    padding: 1.5rem 1.5rem; } }

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
    .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; } }

.main-content {
  margin-top: 0;
  position: static;
  transition: margin-top .2s; }
  @media (min-width: 768px) {
    .main-content {
      margin-top: 1rem;
      position: relative;
      border: 0; } }
  @media screen and (min-width: 768px) {
    .main-content.height-full-screen {
      min-height: calc(100vh - 106px - 585px); } }
  @media screen and (min-width: 1024px) {
    .main-content.height-full-screen {
      min-height: calc(100vh - 106px - 423px); } }
  @media screen and (min-width: 1100px) {
    .main-content.height-full-screen {
      min-height: calc(100vh - 106px - 385px); } }

.seo-only {
  height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* scss-combine:core/unavailable */
.unavailable-container {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh;
  font-size: 14px; }
  @media (min-width: 400px) {
    .unavailable-container {
      font-size: 16px; } }

.unavailable-container-inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle; }

.unavailable-logo {
  margin-top: 0; }

.unavailable-heading {
  font-size: 1.5em; }

.unavailable-message {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875em; }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

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

.newsletter-signup {
  background-color: #f1eee7; }
  .newsletter-signup .container, .newsletter-signup .product-tabs {
    max-width: 616px; }
  .newsletter-signup .subscription-form {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .subscription-form {
        display: flex;
        align-items: flex-start;
        justify-content: center; } }
  .newsletter-signup .form-field {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .form-field {
        display: inline-block;
        flex: 2;
        width: auto;
        margin: 0 30px 0 0; } }
  .newsletter-signup .form-input, .newsletter-signup .navigation-mobile .search-input, .navigation-mobile .newsletter-signup .search-input, .newsletter-signup .review-form .product-item-rating, .review-form .newsletter-signup .product-item-rating {
    width: 100%; }
  .newsletter-signup .form-inline-message {
    text-align: left; }
  .newsletter-signup .newsletter-summary {
    margin-top: 30px;
    text-align: center; }

.site-footer {
  background-color: #515555;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    color: white;
    margin-top: 40px; }
  .site-footer .container, .site-footer .product-tabs {
    padding-top: 35px; }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .navigation ul ul {
    margin-left: 1em; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-info {
    padding-right: 5%; }
  @media screen and (max-width: 1023px) {
    .site-footer .footer-social {
      clear: both;
      padding-top: 3em; } }
  .site-footer .footer-social a {
    color: inherit; }
    .site-footer .footer-social a:hover {
      text-decoration: none;
      color: white; }
  .site-footer .social-media-link {
    display: inline-block;
    margin-right: 1.25rem; }
  .site-footer .bottom-bar {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }

.footer-nav-wrap {
  padding-bottom: 57px; }

.button-top {
  position: fixed;
  right: 12px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: white;
  opacity: 0;
  background-color: #60bf36;
  border-radius: 4px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  @media screen and (min-width: 768px) {
    .button-top {
      right: 38px; } }
  .button-top:hover {
    background-color: #555551;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: 12px;
    transform: translateY(0); }
    @media screen and (min-width: 768px) {
      .button-top.show {
        bottom: 27px; } }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: 16px;
    height: 10px; }

.footer-payment-icons-list {
  margin-top: 30px; }
  .footer-payment-icons-list li {
    display: inline-block;
    width: 50px;
    margin: 42px 5px; }
    .show-credits .footer-payment-icons-list li {
      margin: 12px 5px 0; }
  .footer-payment-icons-list svg {
    max-width: 80%; }

.footer-site-copyright,
.footer-theme-credits {
  display: block;
  color: white;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.077em;
  text-transform: uppercase; }

.footer-site-copyright {
  margin-top: 42px; }

.footer-theme-credits {
  margin-bottom: 42px; }

.default .newsletter-signup {
  background-color: white; }

.site-footer {
  color: #ffffff;
  background: #555551;
  background: linear-gradient(90deg, #555551 75%, #373737 25%); }
  @media screen and (max-width: 767px) {
    .site-footer {
      background: #555551; } }
  .site-footer > .container, .site-footer > .product-tabs {
    background: linear-gradient(90deg, #555551 66.6%, #373737 33.3%); }
    @media screen and (max-width: 767px) {
      .site-footer > .container, .site-footer > .product-tabs {
        background: transparent;
        padding-top: 1rem; } }
    @media screen and (max-width: 767px) {
      .site-footer > .container .footer-navigation, .site-footer > .product-tabs .footer-navigation {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 47.91667%;
        float: left; }
        .site-footer > .container .footer-navigation:nth-child(3), .site-footer > .product-tabs .footer-navigation:nth-child(3) {
          display: none; }
        .site-footer > .container .footer-navigation:nth-child(2n), .site-footer > .product-tabs .footer-navigation:nth-child(2n) {
          padding-left: 10px; } }
    .site-footer > .container .footer-title, .site-footer > .product-tabs .footer-title {
      font-weight: bold;
      text-transform: none;
      font-size: 1rem;
      margin-top: 0;
      margin-bottom: .5rem; }
    .site-footer > .container nav + .footer-title, .site-footer > .product-tabs nav + .footer-title {
      margin-top: 2.18rem; }
    .site-footer > .container .navigation li, .site-footer > .product-tabs .navigation li {
      line-height: 1.2rem;
      margin-bottom: .5rem; }
    .site-footer > .container .footer-badges img, .site-footer > .product-tabs .footer-badges img {
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        .site-footer > .container .footer-badges img, .site-footer > .product-tabs .footer-badges img {
          display: none; } }
    .site-footer > .container .footer-badges > div:first-of-type iframe, .site-footer > .product-tabs .footer-badges > div:first-of-type iframe {
      max-width: 999rem; }
    @media screen and (max-width: 767px) {
      .site-footer > .container .footer-badges > div:first-of-type, .site-footer > .product-tabs .footer-badges > div:first-of-type {
        display: none !important; } }
    @media screen and (max-width: 767px) {
      .site-footer > .container .footer-newsletter-widget, .site-footer > .product-tabs .footer-newsletter-widget {
        margin-bottom: 3rem; } }
    .site-footer > .container .footer-newsletter-widget .section, .site-footer > .product-tabs .footer-newsletter-widget .section {
      max-width: 17rem;
      margin: auto; }
      .site-footer > .container .footer-newsletter-widget .section input, .site-footer > .product-tabs .footer-newsletter-widget .section input {
        width: 100%; }
      .site-footer > .container .footer-newsletter-widget .section button, .site-footer > .product-tabs .footer-newsletter-widget .section button {
        float: right; }
      @media screen and (max-width: 767px) {
        .site-footer > .container .footer-newsletter-widget .section, .site-footer > .product-tabs .footer-newsletter-widget .section {
          margin: 0; }
          .site-footer > .container .footer-newsletter-widget .section .container, .site-footer > .product-tabs .footer-newsletter-widget .section .container, .site-footer > .container .footer-newsletter-widget .section .product-tabs, .site-footer > .product-tabs .footer-newsletter-widget .section .product-tabs {
            padding: 0; } }
    .site-footer > .container .footer-support, .site-footer > .product-tabs .footer-support {
      white-space: nowrap;
      margin-top: 1.5rem; }
      @media screen and (max-width: 767px) {
        .site-footer > .container .footer-support, .site-footer > .product-tabs .footer-support {
          display: none; } }
    .site-footer > .container .footer-bottom, .site-footer > .product-tabs .footer-bottom {
      margin-top: 2rem;
      line-height: 2.1rem;
      vertical-align: middle; }
      .site-footer > .container .footer-bottom .fourth, .site-footer > .product-tabs .footer-bottom .fourth {
        padding: 0; }
      .site-footer > .container .footer-bottom .footer-icons-list, .site-footer > .product-tabs .footer-bottom .footer-icons-list {
        margin-top: 30px;
        margin: 0;
        vertical-align: middle; }
        .site-footer > .container .footer-bottom .footer-icons-list li, .site-footer > .product-tabs .footer-bottom .footer-icons-list li {
          display: inline-block;
          width: 50px;
          margin: 0;
          vertical-align: middle;
          text-align: center; }
          .show-credits .site-footer > .container .footer-bottom .footer-icons-list li, .show-credits .site-footer > .product-tabs .footer-bottom .footer-icons-list li {
            margin: 12px 5px 0; }
        .site-footer > .container .footer-bottom .footer-icons-list svg, .site-footer > .product-tabs .footer-bottom .footer-icons-list svg {
          max-width: 80%; }
      .site-footer > .container .footer-bottom .footer-social-icons-list, .site-footer > .product-tabs .footer-bottom .footer-social-icons-list {
        text-align: left;
        max-width: 17rem;
        margin: auto; }
        .site-footer > .container .footer-bottom .footer-social-icons-list li, .site-footer > .product-tabs .footer-bottom .footer-social-icons-list li {
          width: 30px; }
          .site-footer > .container .footer-bottom .footer-social-icons-list li:hover, .site-footer > .product-tabs .footer-bottom .footer-social-icons-list li:hover {
            opacity: .5; }
        @media screen and (max-width: 1023px) {
          .site-footer > .container .footer-bottom .footer-social-icons-list, .site-footer > .product-tabs .footer-bottom .footer-social-icons-list {
            text-align: center; } }
      @media screen and (max-width: 767px) {
        .site-footer > .container .footer-bottom, .site-footer > .product-tabs .footer-bottom {
          text-align: center; } }

.button-top {
  display: none; }

.container, .product-tabs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  position: relative;
  width: 100%; }

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

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

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

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

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

.blog-latest-posts {
  background-color: #f1eee7; }
  .blog-latest-posts .post {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .blog-latest-posts .post {
        margin-bottom: 0; } }
  .blog-latest-posts .post-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 75.26316%; }
  .blog-latest-posts .post-title {
    margin-bottom: 0; }
  .blog-latest-posts .post-read-more {
    display: inline-block;
    margin-top: 20px;
    color: #60bf36; }

.blog .post-thumb {
  background: none !important; }

.blog-items-list .post {
  max-width: 40.3125rem;
  padding-bottom: 5rem;
  margin: 5rem auto 0;
  border-bottom: 1px solid rgba(0, 0, 255, 0); }
  .blog-items-list .post:last-child {
    border: 0; }

.blog-items-list .post-thumb {
  margin-bottom: 1rem; }

.blog-items-list .post-title,
.blog-items-list .post-meta {
  text-align: center; }

.blog-items-list .post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.blog-items-list .post-summary {
  margin-bottom: 30px;
  text-align: center; }

.blog-items-list .post-summary-actions {
  text-align: center; }

.blog-items-list .share-buttons-nav {
  display: inline-block;
  margin-top: 1.875rem; }
  @media screen and (min-width: 480px) {
    .blog-items-list .share-buttons-nav {
      margin-top: 0;
      margin-left: 1.875rem; } }

.post-thumb,
.featured-image-container {
  display: block; }
  .post-thumb img,
  .featured-image-container img {
    width: 100%; }

.post .icon-calendar,
.post .icon-avatar {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(-1px); }

.post-meta {
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #9e9fa4;
  text-transform: uppercase; }
  .post-meta > * {
    vertical-align: middle; }

.post-date {
  margin-right: 38px; }

/*----------  Blog Single  ----------*/
.blog-content {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .blog-content {
      padding: 0; } }

.blog-post-single .post-header {
  background-color: transparent; }

.blog-post-single .post-meta {
  margin-bottom: 0; }

.blog-post-single .post-main {
  max-width: 40.3125rem;
  margin: 0 auto; }

.blog-post-single .post-footer {
  margin-bottom: 10rem;
  text-align: center; }
  .blog-post-single .post-footer .post-tags,
  .blog-post-single .post-footer .share-buttons-nav {
    margin-top: 5rem; }

.post-tag {
  padding: 0.625rem;
  margin-right: 6px;
  background-color: #f1eee7;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .post-tag:before {
    content: "#"; }
  .post-tag:hover {
    color: white;
    background-color: #c1beb9; }

.blog-post-index .post .post-title {
  margin-top: 1rem; }

.blog-post-single .page-header .page-title {
  color: #555551;
  max-width: 46.3125rem; }

.blog-content textarea {
  width: 100%;
  height: 200px; }

.blog-content a {
  color: #0081cb; }

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

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

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.brand-items-list {
  font-size: 0; }

.brand-item {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  vertical-align: bottom; }
  @media screen and (min-width: 768px) {
    .brand-item {
      width: 25%; } }
  .brand-item a {
    position: relative;
    display: block;
    padding: 50% 0;
    color: inherit;
    border: 1px solid rgba(0, 0, 255, 0);
    transition: all 0.6s ease-out; }
    .brand-item a:hover {
      background-color: #3b3a48;
      color: white;
      transition: all 0.3s ease-out; }
    .brand-item a .brand-name {
      position: absolute;
      max-width: 75%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.brand-item-image-container {
  overflow: hidden; }
  .brand-item-image-container .brand-name {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color 0.6s ease-out; }
  .brand-item:hover .brand-item-image-container .brand-name {
    background-color: rgba(59, 58, 72, 0.75); }

.brand-item-title {
  font-family: "Lato";
  text-transform: uppercase;
  margin: 0; }

/* scss-combine:pages/contact-us */
.form-contact-us .form-input, .form-contact-us .navigation-mobile .search-input, .navigation-mobile .form-contact-us .search-input, .form-contact-us .review-form .product-item-rating, .review-form .form-contact-us .product-item-rating {
  width: 100%; }

.form-contact-us .form-actions {
  text-align: center; }

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

@media (min-width: 768px) {
  .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: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

@media (min-width: 1024px) {
  .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; } }

.tud-popular {
  margin: 1.5rem 0 1.5rem; }
  .tud-popular > li {
    margin-bottom: 1rem;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
    .tud-popular > li:nth-child(3n), .tud-popular > li.last {
      float: right;
      margin-right: 0; }
    .tud-popular > li .banner {
      border: 0;
      height: 7rem;
      width: 100%;
      background-color: #999999;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: block;
      color: #ffffff;
      text-align: left;
      vertical-align: bottom;
      padding: 1rem;
      white-space: nowrap; }
      .tud-popular > li .banner:hover {
        text-decoration: underline; }
    .tud-popular > li .tud-popular-brand {
      font-size: 2rem;
      margin: 1.8rem 0 0;
      font-weight: bold; }
      @media screen and (max-width: 1023px) and (min-width: 768px) {
        .tud-popular > li .tud-popular-brand {
          font-size: 1.5rem; } }
    .tud-popular > li .tud-popular-more {
      font-size: 0.88rem;
      vertical-align: top;
      line-height: 1rem; }
      .tud-popular > li .tud-popular-more svg {
        vertical-align: middle;
        height: 1.1rem;
        margin-left: -.3rem;
        margin-top: -.1rem;
        transform: rotate(-90deg);
        color: #ffffff; }
    .tud-popular > li .tud-popular-models {
      padding: .5rem 1rem;
      line-height: .88rem;
      font-size: 0.88rem;
      margin-left: 0; }
      .tud-popular > li .tud-popular-models > li {
        width: 31.25%;
        height: 1.77rem;
        display: inline-block; }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .tud-popular > li .tud-popular-models > li {
            width: 45.83333%; } }
        .tud-popular > li .tud-popular-models > li a {
          font-weight: bold;
          display: table-cell;
          vertical-align: middle;
          color: #555551; }
          .tud-popular > li .tud-popular-models > li a:hover {
            color: #0081cb; }

/* scss-combine:layout/layout */
.site-wrapper {
  width: 100%;
  overflow: hidden; }

.container:after, .product-tabs:after {
  content: " ";
  display: block;
  clear: both; }

.container.container-small, .container-small.product-tabs {
  max-width: 820px; }

.section {
  padding: 5rem 0; }
  .section.error {
    text-align: center; }

.section {
  padding: 2rem 0 2rem; }
  .section.section--nopadding {
    padding: 0; }

.section-title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #373737;
  font-family: "Roboto"; }

.section-badge {
  width: 100%;
  height: 70px;
  text-align: center; }
  .section-badge img {
    max-width: 100px;
    height: auto;
    position: relative;
    top: -40px; }
    @media screen and (max-width: 767px) {
      .section-badge img {
        max-width: 70px;
        top: 0px; } }

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media screen and (max-width: 767px) {
  .tud-nomobile {
    display: none; } }

.tud-nomobile h2, .tud-nomobile .giftcard-header {
  font-size: 2.25rem; }

@media screen and (min-width: 768px) {
  .tud-mobileonly {
    display: none; } }

.hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  width: 0; }

.text-small {
  font-size: 80%; }

.text-bold {
  font-weight: bold; }

.text-capitalize {
  text-transform: capitalize; }

.text-right {
  text-align: right; }

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

.fullwidth {
  width: 100%; }

.accent {
  color: #60bf36; }

.accent-secondary {
  color: #0081cb; }

.text-black {
  color: #000000; }

.text-orange {
  color: #FA6400; }

.text-alert {
  color: #8b0000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-secondary {
  background-color: #f1eee7; }

.bg-secondary-darker {
  background-color: #e8e3d7; }

.bg-secondary-lighter {
  background-color: #f8f6f4; }

.bg-tertiary {
  background-color: #DEDEDE; }

.bg-dark {
  background-color: #555551; }

.bg-darker {
  background-color: #373737; }

.bg-alert {
  background-color: #8b0000; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.tud-more-link {
  clear: both;
  color: #0081cb;
  font-size: 0.88rem;
  float: right;
  font-weight: bold; }
  .tud-more-link svg {
    display: inline-block;
    position: relative;
    top: .3rem;
    transform: rotate(270deg); }

.tud-link {
  clear: both;
  color: #0081cb !important;
  font-size: 0.88rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .tud-link {
      margin-bottom: 1rem;
      display: block;
      font-size: 1rem; } }
  .tud-link svg {
    height: 0.88rem;
    display: inline-block;
    position: relative;
    top: .13rem;
    transform: rotate(270deg); }

.tud-normal-link {
  color: #0081cb;
  text-decoration: underline; }

.tud-list-number-list li {
  margin-bottom: 1.5rem; }

.tud-list-number {
  background: #60bf36;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 100%;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: top;
  color: #ffffff;
  margin-right: 1rem; }
  .tud-list-number + div {
    vertical-align: top;
    display: inline-block; }

.tud-section-title-medium {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: #373737; }

.tud-section-title-small {
  font-family: "Roboto";
  font-size: 1.4rem;
  font-weight: bold;
  margin: .5rem 0 .3rem; }

.tud-title {
  font-size: 1.25rem;
  line-height: 1.5rem; }

.tud-bannertitle {
  clear: both;
  float: none;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 0;
  height: 0;
  border-bottom: 1px solid #CCCCCC; }
  .tud-bannertitle span {
    font-size: 1.25rem;
    display: inline-block;
    padding: 1rem;
    background: #ffffff;
    line-height: 1rem;
    margin-top: -1.5rem;
    color: #60bf36; }

.tud-subtitle {
  font-size: 1rem;
  margin: 0 0 .3rem;
  color: #999999; }

.tud-small {
  font-size: 0.88rem;
  color: #555551; }

.sub-container:after {
  content: " ";
  display: block;
  clear: both; }

.mt-med {
  margin-top: 2.75rem; }

.mb-med {
  margin-bottom: 2.75rem; }

.mb-small {
  margin-bottom: .7rem; }

.padded {
  padding: 1rem; }

.padded-right {
  padding-right: 2rem; }

.padded-big {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  max-width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tud-breadcrumbs-footer .breadcrumbs {
  margin: 0;
  padding: 1rem 0;
  background-color: #f1eee7; }
  .tud-breadcrumbs-footer .breadcrumbs a {
    color: #555551; }

.tud-top-colors {
  padding: 2rem 0; }
  .tud-top-colors .fourth {
    padding-right: 1rem; }
  .tud-top-colors:after {
    clear: both;
    display: block;
    content: " "; }

.container > .half .section-badge, .product-tabs > .half .section-badge {
  margin-top: 0; }
  .container > .half .section-badge img, .product-tabs > .half .section-badge img {
    max-width: 100px;
    height: auto;
    position: relative;
    top: -40px; }

/* ANIMATIONS */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.option-grid .third {
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .option-grid .third {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1024px) {
    .option-grid .third {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left; } }

.product-listing-container-wrapper .pagination {
  margin: 3.125rem 0 5rem; }

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

@media (min-width: 768px) {
  .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: 1440px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1440px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

.listItem-button {
  background-color: rgba(158, 159, 164, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #9e9fa4;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1440px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1440px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

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

@media (min-width: 1440px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1440px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1440px) {
  .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: 1440px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1440px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1440px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

/* PAINT FINDER HEADINGS (CATEGORIES, PRODUCTS) */
.page-header {
  background-color: #ffffff; }

body .page-header {
  /*:not(.blog):not(.blog_post):not(.news)*/
  background-color: #555551; }
  @media screen and (max-width: 767px) {
    body .page-header {
      padding: 1rem 0; } }
  body .page-header .breadcrumbs-container {
    display: none; }
  body .page-header h1, body .page-header .blog-items-list .post-title, .blog-items-list body .page-header .post-title {
    margin: 0 0 0 0;
    font-size: 1.9rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0; }
  body .page-header .description {
    margin: 1rem 0 1rem;
    color: #ffffff;
    font-size: 1rem;
    text-wrap: pretty; }
    @media screen and (max-width: 767px) {
      body .page-header .description {
        margin-top: 0;
        display: none; } }
  html:not(.objectfit) body .page-header.pf-heading--brand {
    background-repeat: no-repeat;
    background-position: center 95%;
    background-size: cover; }
    html:not(.objectfit) body .page-header.pf-heading--brand img.heading-image {
      display: none; }
  html.objectfit body .page-header.pf-heading--brand {
    background-image: none;
    position: relative; }
    html.objectfit body .page-header.pf-heading--brand img.heading-image {
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 95%;
      position: absolute;
      top: 0;
      left: 0; }
    html.objectfit body .page-header.pf-heading--brand .container, html.objectfit body .page-header.pf-heading--brand .product-tabs {
      position: relative; }
  body .page-header.pf-heading--color, body .page-header.pf-heading--model {
    line-height: 0;
    padding: .5rem 0; }
    @media screen and (max-width: 767px) {
      body .page-header.pf-heading--color, body .page-header.pf-heading--model {
        padding: .88rem 0;
        margin-top: 8px; } }
    body .page-header.pf-heading--color h1, body .page-header.pf-heading--color .blog-items-list .post-title, .blog-items-list body .page-header.pf-heading--color .post-title, body .page-header.pf-heading--model h1, body .page-header.pf-heading--model .blog-items-list .post-title, .blog-items-list body .page-header.pf-heading--model .post-title {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        body .page-header.pf-heading--color h1, body .page-header.pf-heading--color .blog-items-list .post-title, .blog-items-list body .page-header.pf-heading--color .post-title, body .page-header.pf-heading--model h1, body .page-header.pf-heading--model .blog-items-list .post-title, .blog-items-list body .page-header.pf-heading--model .post-title {
          font-size: 0.88rem;
          font-weight: normal;
          text-align: left; } }
    body .page-header.pf-heading--color > div.container > div, body .page-header.pf-heading--color > div.product-tabs > div, body .page-header.pf-heading--model > div.container > div, body .page-header.pf-heading--model > div.product-tabs > div {
      background: transparent;
      padding: 0;
      margin: 0;
      text-align: center;
      width: 100%;
      max-width: 100%; }
  body .page-header > div.container, body .page-header > div.product-tabs {
    text-align: left; }
    @media screen and (max-width: 767px) {
      body .page-header > div.container, body .page-header > div.product-tabs {
        text-align: center; } }
    body .page-header > div.container > div, body .page-header > div.product-tabs > div {
      background-color: #999999;
      background-color: rgba(42, 42, 41, 0.8);
      padding: 2rem;
      margin: 1rem;
      color: #ffffff;
      width: 65%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        body .page-header > div.container > div, body .page-header > div.product-tabs > div {
          width: 100%;
          display: block;
          padding: 0;
          margin: 0;
          background: transparent; } }

.slr-no-reviews-message {
  display: none; }

.tud-brandexperience-model-header {
  background: #2F5700;
  color: #ffffff; }
  .tud-brandexperience-model-header > .container > .half:not(.last), .tud-brandexperience-model-header > .product-tabs > .half:not(.last) {
    padding: 2rem 0; }
    .tud-brandexperience-model-header > .container > .half:not(.last) img, .tud-brandexperience-model-header > .product-tabs > .half:not(.last) img {
      margin: auto;
      display: block;
      max-height: 12rem; }
    .tud-brandexperience-model-header > .container > .half:not(.last) .tud-title, .tud-brandexperience-model-header > .product-tabs > .half:not(.last) .tud-title {
      margin-top: 1rem; }
    @media screen and (max-width: 767px) {
      .tud-brandexperience-model-header > .container > .half:not(.last) .tud-title, .tud-brandexperience-model-header > .product-tabs > .half:not(.last) .tud-title,
      .tud-brandexperience-model-header > .container > .half:not(.last) .tud-title + p,
      .tud-brandexperience-model-header > .product-tabs > .half:not(.last) .tud-title + p {
        display: none; } }
  .tud-brandexperience-model-header > .container > .half.last .image-container, .tud-brandexperience-model-header > .product-tabs > .half.last .image-container {
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 0;
    min-height: 16rem; }
    .tud-brandexperience-model-header > .container > .half.last .image-container img, .tud-brandexperience-model-header > .product-tabs > .half.last .image-container img {
      min-height: 16rem;
      max-height: 18rem;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 767px) {
      .tud-brandexperience-model-header > .container > .half.last .image-container, .tud-brandexperience-model-header > .product-tabs > .half.last .image-container {
        display: none; } }

.page-header .page-title {
  margin: 0 auto; }

.section-title {
  margin: 0 0 2.083em;
  font-size: 1.6rem; }

.page-content ul,
.product-description ul,
.blog-content ul {
  list-style: disc; }

.page-content a,
.product-description a,
.blog-content a {
  color: #60bf36; }

.page-content img,
.product-description img,
.blog-content img {
  margin-bottom: 2em; }

.page-content .feedflare img,
.product-description .feedflare img,
.blog-content .feedflare img {
  margin-bottom: 0; }

.page-content .page-feed h6, .page-content .page-feed .product-item-brand, .page-content .page-feed .product-details .product-brand, .product-details .page-content .page-feed .product-brand, .page-content .page-feed .product-stock, .page-content .page-feed .giftwrap-subtitle, .page-content .page-feed .site-footer .footer-title, .site-footer .page-content .page-feed .footer-title,
.product-description .page-feed h6,
.product-description .page-feed .product-item-brand,
.product-description .page-feed .product-details .product-brand,
.product-details .product-description .page-feed .product-brand,
.product-description .page-feed .product-stock,
.product-description .page-feed .giftwrap-subtitle,
.product-description .page-feed .site-footer .footer-title,
.site-footer .product-description .page-feed .footer-title,
.blog-content .page-feed h6,
.blog-content .page-feed .product-item-brand,
.blog-content .page-feed .product-details .product-brand,
.product-details .blog-content .page-feed .product-brand,
.blog-content .page-feed .product-stock,
.blog-content .page-feed .giftwrap-subtitle,
.blog-content .page-feed .site-footer .footer-title,
.site-footer .blog-content .page-feed .footer-title {
  margin-top: 0; }

.page-content .page-feed li,
.product-description .page-feed li,
.blog-content .page-feed li {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .product-listing.section {
    padding-top: 0; } }

.listing-header {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .listing-header {
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      background-color: #f1eee7; } }
  @media screen and (max-width: 767px) {
    .listing-header .listing-utils {
      display: none; } }

@media screen and (min-width: 768px) {
  .listing-title {
    float: left; } }

.listing-description {
  clear: left; }

.listing-utils {
  float: right; }
  .listing-utils .product-sort-select .form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .listing-utils .product-sort-select .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .listing-utils .product-sort-select .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .listing-utils .product-sort-select .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .listing-utils .product-sort-select .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
    padding-right: 25px; }
  .listing-utils .sorting,
  .listing-utils .button-group,
  .listing-utils .form-label,
  .listing-utils .form-select-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px; }
  .listing-utils .form-field {
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .listing-utils .button-group {
      display: none; } }

/*----------  Listing Grid  ----------*/
@media screen and (min-width: 768px) {
  .product-listing-grid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left; } }

@media screen and (min-width: 768px) {
  .no-sidebar .product-listing-grid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; } }

.js .product-listing-grid .listing-view {
  display: none; }

.product-listing-grid .listing-view.active {
  display: block; }

.product-listing-grid .pagination {
  margin: 3.125rem 0 5rem; }

/*----------  Sidebar  ----------*/
@media screen and (min-width: 768px) {
  .listing-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding-right: 30px; } }

.listing-sidebar .listing-utils {
  float: none;
  padding: 30px 15px;
  margin: 0 -0.9375rem;
  border-top: 1px solid rgba(0, 0, 255, 0); }
  @media screen and (min-width: 768px) {
    .listing-sidebar .listing-utils {
      display: none; } }
  .listing-sidebar .listing-utils .sorting,
  .listing-sidebar .listing-utils .form-select-wrapper,
  .listing-sidebar .listing-utils .form-field {
    display: block;
    margin: 0; }
  .listing-sidebar .listing-utils .form-label {
    margin: 0 0 0.625rem; }
  .listing-sidebar .listing-utils .form-input, .listing-sidebar .listing-utils .navigation-mobile .search-input, .navigation-mobile .listing-sidebar .listing-utils .search-input, .listing-sidebar .listing-utils .review-form .product-item-rating, .review-form .listing-sidebar .listing-utils .product-item-rating {
    width: 100%; }

.faceted-search-toggle {
  position: relative;
  display: block;
  margin: 1.5em 0;
  text-decoration: none;
  cursor: pointer; }
  .faceted-search-toggle::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .faceted-search-toggle {
      display: none; }
      .faceted-search-toggle::before {
        display: none; } }
  .faceted-search-toggle.is-open .icon-plus {
    display: none; }

@media screen and (max-width: 767px) {
  .faceted-search {
    display: none; } }

.faceted-search.visible {
  display: block; }

.facet-list {
  margin-bottom: 3em; }

.facet-list-items {
  display: none; }
  .facet-list-items.is-open,
  .is-open .facet-list-items {
    display: block; }
  .facet-list-items .product-item-rating > .icon-star {
    cursor: not-allowed; }
  .facet-list-items .product-item-rating .selected-rating {
    font-family: "Lato";
    font-size: 0.9375rem;
    letter-spacing: 0.09375em;
    text-transform: uppercase; }
  .facet-list-items .product-item-rating .icon-star {
    width: 1.125rem;
    height: 1.125rem; }
  .facet-list-items .product-item-rating-facet:hover .icon-star {
    fill: #4e4d5b; }
  .facet-list-items .product-item-rating-facet.full .icon-star {
    fill: #4e4d5b; }

.facet-price {
  display: none; }
  .facet-price.is-open {
    display: block; }

.faceted-search-option-columns {
  display: none; }
  .is-open .faceted-search-option-columns.visible {
    display: block; }

.facet-list-title {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }
  .facet-list-title::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .facet-list-title {
      font-size: 0.875rem; }
      .facet-list-title::before {
        display: none; } }

.facet-list-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #9e9fa4;
  color: #9e9fa4;
  position: relative;
  float: right;
  color: #9e9fa4;
  cursor: pointer; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #9e9fa4;
    content: ""; }
  .facet-list-toggle::before {
    top: 0.1875rem;
    left: 0.4375rem;
    width: 0.125rem;
    height: 0.625rem;
    transition: all 0.1s ease; }
    .is-open .facet-list-toggle::before {
      display: none; }
  .facet-list-toggle::after {
    top: 0.4375rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.125rem; }

.facet-item,
.facet-toggle-more {
  margin-bottom: 0.625rem;
  font-family: "Lato";
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  color: #9e9fa4;
  text-transform: uppercase; }
  .facet-item a,
  .facet-toggle-more a {
    color: inherit; }
  .facet-item .icon,
  .facet-toggle-more .icon {
    width: 9px;
    height: 6px; }
  .facet-item.toggle-link-text-on,
  .facet-toggle-more.toggle-link-text-on {
    display: none; }

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

.facet-default.is-open {
  display: block; }

.selected-facet {
  color: #60bf36;
  font-weight: bold; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2360bf36' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E");
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.3125rem;
    content: ""; }

.facet-remove {
  font-size: 0.8125rem; }

@media screen and (min-width: 1024px) {
  .facet-price {
    display: table;
    width: 100%;
    display: none; }
    .facet-price.is-open {
      display: block; } }

@media screen and (min-width: 480px) {
  .facet-price .form-actions {
    display: table-cell; } }

@media screen and (min-width: 768px) {
  .facet-price .form-actions {
    display: block;
    margin-top: 6%; } }

@media screen and (min-width: 1024px) {
  .facet-price .form-actions {
    display: table-cell;
    margin-top: 0;
    vertical-align: top; } }

.facet-price .button {
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    .facet-price .button {
      width: 94%; } }

.facet-price .form-field {
  display: table-cell;
  padding-right: 6%; }
  .facet-price .form-field .form-input, .facet-price .form-field .navigation-mobile .search-input, .navigation-mobile .facet-price .form-field .search-input, .facet-price .form-field .review-form .product-item-rating, .review-form .facet-price .form-field .product-item-rating {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    -moz-appearance: textfield; }
    .facet-price .form-field .form-input::-webkit-inner-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-inner-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-inner-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-inner-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-inner-spin-button, .facet-price .form-field .form-input::-webkit-outer-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-outer-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-outer-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-outer-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.facet-price .form-input, .facet-price .navigation-mobile .search-input, .navigation-mobile .facet-price .search-input, .facet-price .review-form .product-item-rating, .review-form .facet-price .product-item-rating {
  width: 100%; }

.facet-price .icon-loop {
  position: relative;
  top: 1px;
  left: 1px;
  width: 1rem;
  height: 1rem; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0.25rem;
  margin-right: 0.25rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-center {
  color: #111 !important; }

.sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-logo {
  margin-top: 10px !important; }

.sezzle-shopify-info-button {
  height: 70px !important; }

.sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text {
  margin-top: 10px !important; }

.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;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1440px) {
    .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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1440px) {
    .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; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

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

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

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

.option-unavailable {
  opacity: 0.5; }

.form-field-title {
  display: block;
  margin-bottom: 10px;
  margin-left: 0; }
  .form-field-swatch .form-field-title {
    float: left; }

/* file */
.form-file-size,
.form-file-types {
  display: block;
  margin: 0.3125rem 0;
  font-size: 0.75rem; }

/* form feild rectangle */
.form-field-rectangle .rectangle {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0; }

.form-field-rectangle .rectangle-text {
  display: block;
  min-width: 45px;
  padding: 14px;
  font-size: 13px;
  font-family: "Lato";
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 2px solid rgba(0, 0, 255, 0);
  border-radius: 23px;
  transition: all 0.3s ease; }

.form-field-rectangle input[type="radio"] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-rectangle input[type="radio"]:checked + .rectangle-text {
    color: #fff;
    background-color: #555551;
    border-color: #555551; }

/* colour swatch */
.swatch-value {
  font-style: normal;
  font-weight: normal;
  color: #898983; }

.form-field-swatch .form-field-control {
  clear: left; }

.form-field-swatch .swatch-wrap {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 767px) {
    .form-field-swatch .swatch-wrap:first-child .swatch-pattern-expanded {
      left: -10px;
      transform: translateX(0); }
    .form-field-swatch .swatch-wrap:last-child .swatch-pattern-expanded {
      left: auto;
      transform: translateX(0); } }

.form-field-swatch .swatch {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 50%; }

.form-field-swatch .swatch-color {
  background-color: #eee;
  background-size: cover; }
  .form-field-swatch .swatch-color.secondary {
    left: 50%; }
  .form-field-swatch .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field-swatch .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio:checked + .swatch::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E6269C699-FBB7-4109-B1F3-15F8609CEA35%3C/title%3E%3Cpath d='M5.72 9.6325l-.3995.3995L.082 4.7936l2.1064-2.1063L5.62 6.1187 11.7704-.032l2.1064 2.1064L6.0192 9.932 5.72 9.6324z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    content: "";
    transform: translate(-50%, -50%) scale(1); }

.swatch-pattern-expanded {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  padding: 3px;
  border: 1px solid rgba(0, 0, 255, 0);
  background: white;
  transform: translateX(-50%); }
  .swatch-pattern-expanded .swatch-pattern-image {
    display: block;
    width: 100px;
    height: 100px;
    max-width: none;
    background-size: cover; }

.swatch-wrap:hover .swatch-pattern-expanded {
  display: block; }

/* date input */
.date-select-group .form-select-wrapper {
  float: left; }

.date-select-group .month {
  width: 31%; }

.date-select-group .year {
  width: 31%; }

.date-select-group .day {
  width: 31%;
  margin-right: 3%;
  margin-left: 3%; }

/* product-picker input type  */
.product-picklist-item {
  position: relative;
  display: block;
  margin-bottom: -1px; }

.product-picklist-radio {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -7px;
  line-height: 14px; }

.product-picklist-item-body {
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 6px 8px 6px 84px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px; }
  .product-picklist-item-body.picklist-none {
    padding-left: 36px; }
  .product-picklist-item-body:hover {
    z-index: 1; }
  [type="radio"]:checked ~ .product-picklist-item-body {
    z-index: 2; }

.product-picklist-image-wrap {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 34px;
  width: 40px;
  overflow: hidden; }

.product-picklist-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-picklist-label-text {
  display: table-cell;
  padding: 15px 0;
  line-height: 1.4;
  vertical-align: middle; }

.account {
  margin-bottom: 1.5rem; }

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

.account--fixedSmall {
  padding: 24px 15px; }
  .account--fixedSmall .account-heading {
    text-align: center;
    border-bottom: unset;
    display: block;
    padding-bottom: 0; }
  .account--fixedSmall .form-prefixPostfix {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px; }
    .account--fixedSmall .form-prefixPostfix .account-button-primary {
      width: auto;
      height: 100%;
      margin-bottom: 0; }
    .account--fixedSmall .form-prefixPostfix .form-input, .account--fixedSmall .form-prefixPostfix .navigation-mobile .search-input, .navigation-mobile .account--fixedSmall .form-prefixPostfix .search-input, .account--fixedSmall .form-prefixPostfix .review-form .product-item-rating, .review-form .account--fixedSmall .form-prefixPostfix .product-item-rating {
      margin-top: 10px;
      width: 100%; }
    .account--fixedSmall .form-prefixPostfix .form-label {
      width: 100%;
      margin-bottom: 0; }
  @media (min-width: 1024px) {
    .account--fixedSmall {
      margin: 0 auto;
      width: 50%; } }

@media (min-width: 1024px) {
  .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; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf"); }

@font-face {
  font-family: 'Poppins-bold';
  font-display: swap;
  src: url("../fonts/Poppins-Bold.ttf"); }

@font-face {
  font-family: 'Poppins-medium';
  font-display: swap;
  src: url("../fonts/Poppins-Medium.ttf"); }

.slr-flag-as-inappropriate:hover, .slr-social-share__icon:hover, .slr-social-share__toggle-button:hover, .slr-likes:hover, .slr-paginator__button:hover, .slr-social-share__toggle-button:hover, .slr-social-share__toggle-button:hover svg {
  background-color: inherit; }

.slr-flag-as-inappropriate:focus, .slr-likes:focus, .slr-paginator__button:focus, .slr-social-share__icon:focus, .slr-social-share__toggle-button:focus, .slr-social-share__toggle-button:focus svg {
  color: var(--buttonBackgroundColor);
  background: initial; }

.slr-paginator__button:hover, .slr-social-share__toggle-button:hover, .slr-social-share__toggle-button:hover svg {
  color: #000000; }

.slr-paginator__button--current {
  background-color: #83D25F; }

h2.slr-main-title, .slr-main-title.giftcard-header {
  font-family: Lato,sans-serif;
  font-size: 36px;
  color: #3b3a48;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 30px; }

.slr-stars-score__title {
  font-weight: 400;
  color: #3b3a48; }

/* Custom */
/*.on-canvas.heightInitialized {
  min-height: 100vh;
}*/
body.category:not(.complete) x-paint-finder,
body.product x-paint-finder {
  min-height: 100vh; }

.lazyload-open.lazyloaded {
  visibility: visible; }

.section-principles-block {
  min-height: 94px !important; }

/*Tub Popular*/
.tud-popular > li .banner.banner-tud-poppular {
  position: relative; }

.tud-popular .tub-image-popular {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.tud-popular h3.tud-popular-brand, .tud-popular .tud-popular-brand.section-title, .tud-popular .login-modal .tud-popular-brand.account-sub-heading, .login-modal .tud-popular .tud-popular-brand.account-sub-heading, .tud-popular .tud-popular-brand.auth-sub-heading, .tud-popular .tud-popular-brand.listing-title,
.tud-popular .tud-popular-more {
  position: relative;
  z-index: 1; }

@media screen and (max-width: 551px) {
  /* body:not(.paintFinderInitialized) .site-canvas.newVersion {
        padding-top: 142px;
    }*/
  .twothirds--gutter.max--height-mb {
    max-height: 212px !important; }
  .image-height-mb-2 {
    max-height: 217px !important; }
  .half-height-mobile {
    max-height: 244px !important; }
  .twothirds.image-height-mb-1 {
    max-height: 206px !important; }
  .replaced-image-height-mb {
    max-height: 220px !important; }
  .section-about-us-height-mb {
    min-height: 98px; }
  body.category:not(.complete) x-paint-finder {
    min-height: 265px; }
  body.category.category--accessory .product-listing-grid .card-img-container {
    min-height: 214px; }
  body.product.product--nonpaint .breadcrumbs {
    max-height: 48px; }
  body.product.product--nonpaint .product-details-column.product-info {
    min-height: 190px; }
  body.product.product--nonpaint .product-details .product-price {
    min-height: 105px; }
  body.product.product--nonpaint .product-quantity-submit {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  body.product.product--nonpaint .product-quantity-submit .product-quantity-container {
    position: inherit;
    margin-left: 0;
    width: 265px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0; }
  body.product.product--nonpaint .product-quantity-submit .product-quantity-container .form-label {
    position: relative;
    margin: 0; }
  body.product.product--nonpaint .product-quantity-submit .add-to-cart {
    left: auto;
    float: unset;
    transform: unset; }
  body.product.product--nonpaint .product-quantity-submit .product-quantity-container .product-quantity-toggle-wrapper {
    position: absolute;
    right: -25px;
    top: 2px; }
  body.product.product--nonpaint .sezzle-shopify-info-button {
    height: auto !important; } }

@media screen and (min-width: 1700px) {
  .section-about-us-height-mb {
    min-height: 611px; } }
