@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

.account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address, .button-group, .form-field-date, .banners, .listing-header, .product-listing-grid .listing-wrapper, .form-field-rectangle, .date-select-group, .main-content .product-tabs .tab-content-panel, .section, .cart-totals, .cart-totals-item, .cart-additional-checkout-buttons, .shipping-calculator, .giftcard-form-theme .form-field, .accordion {
  *zoom: 1; }
  .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, .button-group:before, .form-field-date:before, .banners:before, .listing-header:before, .product-listing-grid .listing-wrapper:before, .form-field-rectangle:before, .date-select-group:before, .main-content .product-tabs .tab-content-panel:before, .section:before, .cart-totals:before, .cart-totals-item:before, .cart-additional-checkout-buttons:before, .shipping-calculator:before, .giftcard-form-theme .form-field:before, .accordion:before, .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, .button-group:after, .form-field-date:after, .banners:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .form-field-rectangle:after, .date-select-group:after, .main-content .product-tabs .tab-content-panel:after, .section:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after, .accordion:after {
    display: table;
    content: ""; }
  .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, .button-group:after, .form-field-date:after, .banners:after, .listing-header:after, .product-listing-grid .listing-wrapper:after, .form-field-rectangle:after, .date-select-group:after, .main-content .product-tabs .tab-content-panel:after, .section:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after, .accordion:after {
    clear: both; }

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,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.cart-table-header .cell,
h6,
.product-item-brand,
.product-stock,
.cart-item-info .product-name,
.giftwrap-subtitle {
  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, .slick-slide .home-carousel-image {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.button, .blog .post-read-more {
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .button + .button, .blog .post-read-more + .button, .blog .button + .post-read-more, .blog .post-read-more + .post-read-more {
    margin-left: 5px; }

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

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input, .review-form .product-item-rating {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::placeholder, .review-form .product-item-rating::placeholder {
    opacity: 0.8; }

textarea.form-input, .review-form textarea.product-item-rating {
  resize: vertical; }

input[type="color"].form-input, .review-form input.product-item-rating[type="color"], input[type="date"].form-input, .review-form input.product-item-rating[type="date"], input[type="datetime"].form-input, .review-form input.product-item-rating[type="datetime"], input[type="datetime-local"].form-input, .review-form input.product-item-rating[type="datetime-local"], input[type="email"].form-input, .review-form input.product-item-rating[type="email"], input[type="month"].form-input, .review-form input.product-item-rating[type="month"], input[type="number"].form-input, .review-form input.product-item-rating[type="number"], input[type="password"].form-input, .review-form input.product-item-rating[type="password"], input[type="search"].form-input, .review-form input.product-item-rating[type="search"], input[type="tel"].form-input, .review-form input.product-item-rating[type="tel"], input[type="text"].form-input, .review-form input.product-item-rating[type="text"], input[type="time"].form-input, .review-form input.product-item-rating[type="time"], input[type="url"].form-input, .review-form input.product-item-rating[type="url"], input[type="week"].form-input, .review-form input.product-item-rating[type="week"], input:not([type]).form-input, .review-form input.product-item-rating:not([type]), textarea.form-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 .review-form .product-item-rating, .review-form .form-inline .product-item-rating {
  display: inline-block; }

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

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

.tab-title, .main-content .product-tabs .accordion-title.is-open {
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal; }
  .tab-title.active, .main-content .product-tabs .accordion-title.is-open {
    font-weight: bold; }

.tab-content-panel {
  display: none; }
  .tab-content-panel.active, .main-content .product-tabs .tab-content-panel.accordion-title.is-open {
    display: block; }

.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 {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/*----------  Layout  ----------*/
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
/*---------- Images ----------*/
/*----------  Text treatments  ----------*/
body, .compare-table-heading {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #6b6e79;
  font-size: 1rem;
  line-height: 1.5; }

h1, .blog-items-list .post-title, h2, .giftcard-header, h3, .section-title, .listing-title, .login-modal .account-sub-heading, .auth-sub-heading, h4, .search-wrap .search-input, .content-result h1, h5, .cart-table-header .cell, h6, .product-item-brand, .product-stock, .cart-item-info .product-name, .giftwrap-subtitle,
.h1, .h2, .h3, .h4, .h5, .h6, .global-nav li a.dropdown-item.first-level, th {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #373737; }

h1.subtitle-1, .blog-items-list .subtitle-1.post-title, h2.subtitle-1, .subtitle-1.giftcard-header, h3.subtitle-1, .subtitle-1.section-title, .subtitle-1.listing-title, .login-modal .subtitle-1.account-sub-heading, .subtitle-1.auth-sub-heading, h4.subtitle-1, .search-wrap .subtitle-1.search-input, h5.subtitle-1, .cart-table-header .subtitle-1.cell, h6.subtitle-1, .subtitle-1.product-item-brand, .subtitle-1.product-stock, .cart-item-info .subtitle-1.product-name, .subtitle-1.giftwrap-subtitle {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 600; }

h1.subtitle-2, .blog-items-list .subtitle-2.post-title, h2.subtitle-2, .subtitle-2.giftcard-header, h3.subtitle-2, .subtitle-2.section-title, .subtitle-2.listing-title, .login-modal .subtitle-2.account-sub-heading, .subtitle-2.auth-sub-heading, h4.subtitle-2, .search-wrap .subtitle-2.search-input, h5.subtitle-2, .cart-table-header .subtitle-2.cell, h6.subtitle-2, .subtitle-2.product-item-brand, .subtitle-2.product-stock, .cart-item-info .subtitle-2.product-name, .subtitle-2.giftwrap-subtitle {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 600; }

h1.subtitle-3, .blog-items-list .subtitle-3.post-title, h2.subtitle-3, .subtitle-3.giftcard-header, h3.subtitle-3, .subtitle-3.section-title, .subtitle-3.listing-title, .login-modal .subtitle-3.account-sub-heading, .subtitle-3.auth-sub-heading, h4.subtitle-3, .search-wrap .subtitle-3.search-input, h5.subtitle-3, .cart-table-header .subtitle-3.cell, h6.subtitle-3, .subtitle-3.product-item-brand, .subtitle-3.product-stock, .cart-item-info .subtitle-3.product-name, .subtitle-3.giftwrap-subtitle {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 400; }

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

.section-title {
  text-align: center;
  color: #6b6e79; }

.button-compare-toggle {
  text-transform: uppercase;
  font-size: 13px; }

.link, .variation-preview-label, .giftcard-nav-item {
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.077em;
  font-size: 0.8125rem;
  text-decoration: underline; }
  .link:hover, .variation-preview-label:hover, .giftcard-nav-item:hover {
    text-decoration: none;
    color: #f26c33; }

.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  ----------*/
.container, .product-stacked, .account-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

/*----------  Forms  ----------*/
.review-form, .form-contact-us {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eff1f5;
  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  ----------*/
.form-field.swatch-group .swatch-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

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

.form-select-wrapper:after, .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, .selected-facet a:after, .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 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

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

/*----------  Button  ----------*/
.button.inverse:hover, .blog .inverse.post-read-more:hover {
  box-shadow: 0 0 0 2px #ffffff inset; }

.button.button-secondary.inverse, .login-modal .account-create .button.inverse, .login-modal .account-create .blog .inverse.post-read-more, .blog .login-modal .account-create .inverse.post-read-more, .blog .button-secondary.inverse.post-read-more {
  color: white;
  box-shadow: 0 0 0 2px white inset; }
  .button.button-secondary.inverse:hover, .login-modal .account-create .button.inverse:hover, .login-modal .account-create .blog .inverse.post-read-more:hover, .blog .login-modal .account-create .inverse.post-read-more:hover, .blog .button-secondary.inverse.post-read-more:hover {
    box-shadow: 0 0 0 2px transparent inset; }

.hidden {
  display: none !important; }

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

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

@media screen and (max-width: 767px) {
  .text-center-mobile {
    text-align: center !important; } }

.color-black {
  color: #000000; }

.text-start {
  text-align: left !important; }

.f-10 {
  font-size: 10px; }

.w-100 {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .w-100-mobile {
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .w-100-desktop {
    width: 100% !important; } }

.w-50 {
  width: 50% !important; }

@media screen and (max-width: 767px) and (min-width: 480px) {
  .w-50-tablet {
    width: 50% !important; } }

@media screen and (min-width: 768px) {
  .w-50-desktop {
    width: 50% !important; } }

.w-25 {
  width: 25% !important; }

@media screen and (min-width: 768px) {
  .w-25-desktop {
    width: 25% !important; } }

@media screen and (min-width: 768px) {
  .w-33-desktop {
    width: 33% !important; } }

.h-100 {
  height: 100%; }

.m-0 {
  margin: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-0 {
  margin-top: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.m-4 {
  margin: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.mt-4 {
  margin-top: 4px; }

.ml-4 {
  margin-left: 4px; }

.mr-4 {
  margin-right: 4px; }

.m-8 {
  margin: 8px; }

.mb-8, .product-item-stock-level {
  margin-bottom: 8px; }

.mt-8 {
  margin-top: 8px; }

.ml-8 {
  margin-left: 8px; }

.mr-8 {
  margin-right: 8px; }

.m-16 {
  margin: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.mt-16 {
  margin-top: 16px; }

.ml-16 {
  margin-left: 16px; }

.mr-16 {
  margin-right: 16px; }

@media screen and (max-width: 479px) {
  .mb-16-phone {
    margin-bottom: 16px; } }

@media screen and (max-width: 767px) {
  .mb-16-mobile {
    margin-bottom: 16px; } }

.mb-24 {
  margin-bottom: 24px; }

.mt-24 {
  margin-top: 24px; }

.ml-24 {
  margin-left: 24px; }

.mr-24 {
  margin-right: 24px; }

.ml-48 {
  margin-left: 48px; }

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.mt-48 {
  margin-top: 48px; }

.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.p-8 {
  padding: 8px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pt-15 {
  padding-bottom: 15px !important; }

.p-15 {
  padding: 15px !important; }

.p-16 {
  padding: 16px !important; }

.pt-16 {
  padding-top: 16px !important; }

.pb-16 {
  padding-bottom: 16px !important; }

.pl-16 {
  padding-left: 16px !important; }

.pr-16 {
  padding-right: 16px !important; }

.p-24 {
  padding: 24px !important; }

.pl-24 {
  padding-left: 24px !important; }

.pr-24 {
  padding-right: 24px !important; }

.pb-24 {
  padding-bottom: 24px !important; }

.pt-24 {
  padding-top: 24px !important; }

.pr-32 {
  padding-right: 32px !important; }

.pl-32 {
  padding-left: 32px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-48 {
  padding-left: 48px !important; }

.pr-48 {
  padding-right: 48px !important; }

.pb-48 {
  padding-bottom: 48px !important; }

.pt-48 {
  padding-top: 48px !important; }

.align-middle {
  vertical-align: middle !important; }

.aligned-list {
  margin-left: 6px; }

.is-flex {
  display: flex; }

.is-flex-important {
  display: flex !important; }

.is-flex-wrap {
  flex-wrap: wrap; }

.is-align-items-center {
  align-items: center; }

.is-align-items-flex-end {
  align-items: flex-end; }

.is-align-items-flex-start {
  align-items: flex-start; }

.is-justify-content-center {
  justify-content: center; }

.is-justify-content-space-between {
  justify-content: space-between; }

.is-justify-content-end {
  justify-content: end; }

.is-flex-direction-column {
  flex-direction: column; }

.is-flex-direction-row-reverse {
  flex-direction: row-reverse; }

@media screen and (min-width: 1024px) {
  .is-flex-direction-row-desktop {
    flex-direction: row; } }

@media screen and (max-width: 767px) {
  .is-flex-direction-column-mobile {
    flex-direction: column; } }

.is-flex-grow-0 {
  flex-grow: 0; }

.is-flex-grow-1 {
  flex-grow: 1; }

.is-aspect-ratio-square {
  aspect-ratio: 1/1; }

@media screen and (max-width: 767px) {
  .is-order-1-mobile {
    order: 1; } }

@media screen and (max-width: 767px) {
  .is-order-2-mobile {
    order: 2; } }

@media screen and (max-width: 767px) {
  .is-order-3-mobile {
    order: 3; } }

.z-1 {
  z-index: 10; }

.z-2 {
  z-index: 20; }

.to-top-hr {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  border-bottom: 1px solid #e6e9ef; }
  .to-top-hr a {
    background-color: transparent;
    color: #417a82;
    padding: 16px 0 16px 38px; }

.line-height-1 {
  line-height: 1; }

.is-centered-text {
  text-align: center; }

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

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

@media screen and (min-width: 620px) {
  .account-body {
    float: right;
    width: 65%;
    padding-left: 7.5px; } }

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

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

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

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

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

.account-wrapper .form-input, .account-wrapper .review-form .product-item-rating, .review-form .account-wrapper .product-item-rating {
  width: 100%; }
  .account-wrapper .form-input.account-form-half, .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-actions {
  clear: both; }

@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: 7.5px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 7.5px; } }

.account-wrapper table {
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

.account-wrapper td,
.account-wrapper th {
  padding: 7.5px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #e6e9ef; }

.account-items {
  margin-bottom: 15px; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e9ef; }
  .account-item:first-of-type {
    border-top: 1px solid #e6e9ef; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }
  @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-body .account-item-body-reorder h5, .account-item-body .account-item-body-reorder .cart-table-header .cell, .cart-table-header .account-item-body .account-item-body-reorder .cell {
  margin-bottom: 10px; }

.account-item-body .account-item-body-reorder .account-reorder-form ul {
  margin-bottom: 20px; }
  .account-item-body .account-item-body-reorder .account-reorder-form ul li {
    padding: 5px; }

.account-item-checkbox {
  display: table-cell;
  min-width: 30px;
  margin-bottom: 0;
  vertical-align: middle; }

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

.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: 7.5px;
  margin-right: 15px; }

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

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

.account-header {
  display: table;
  width: 100%;
  margin-bottom: 7.5px; }

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

.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: #f26c33; }
  .account-tool:focus {
    outline: 0; }

.account-nav-list {
  padding: 0;
  margin-bottom: 7.5px;
  list-style: none;
  border: 1px solid #e6e9ef;
  border-radius: 0; }

.account-nav-item {
  color: #f26c33;
  border-top: 1px solid #e6e9ef; }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #6b6e79;
    border-left: 3px solid #6b6e79; }

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

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

.account-wrapper .pagination {
  margin-top: 7.5px; }

.account-card, .payment-method-details, .payment-method-edit-form {
  background: #f5f5f5; }
  .account-card .form-input, .payment-method-details .form-input, .payment-method-edit-form .form-input, .account-card .review-form .product-item-rating, .review-form .account-card .product-item-rating, .payment-method-details .review-form .product-item-rating, .review-form .payment-method-details .product-item-rating, .payment-method-edit-form .review-form .product-item-rating, .review-form .payment-method-edit-form .product-item-rating {
    background-color: white; }

.account-card {
  padding: 7.5px;
  margin: 7.5px 0;
  border-radius: 0; }

.account-toggle-hidden {
  display: none; }

.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

.account-shipments {
  margin-bottom: 15px; }

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

.account-shipments-table th {
  padding: 7.5px 0 0;
  border-top: 1px solid #e6e9ef; }

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

.payment-method-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.payment-method-name {
  width: 100%; }

.payment-method {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e6e9ef; }
  @media screen and (min-width: 400px) {
    .payment-method {
      width: calc(50% - 15px); } }
  .payment-method .panel-payment-method {
    display: block; }
    .payment-method .panel-payment-method:hover .payment-method-title {
      color: #6b6e79; }
  .payment-method .panel-new-payment-method {
    position: relative;
    width: 100%;
    min-width: 305px; }
    .payment-method .panel-new-payment-method .panel-body {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .payment-method .payment-method-new-icon {
    width: 30px;
    height: 30px; }

.payment-method-card {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px; }

.payment-method-brand-contianer {
  display: flex; }

.payment-method-icon-card {
  width: 40px;
  height: 30px; }

.payment-method-brand {
  padding-top: 2px;
  padding-left: 10px; }

.payment-method-default-icon {
  width: 24px;
  height: 24px;
  padding-left: 5px; }

.payment-method-expiry {
  display: flex; }

.payment-method-details {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 15px; }
  .payment-method-details .payment-methods-label {
    width: calc(50% - 20px); }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-methods-label {
        width: calc(40% - 20px); } }
  .payment-method-details .payment-method-description {
    width: calc(50% - 20px);
    text-align: right; }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-method-description {
        width: calc(60% - 20px); } }

.payment-method-edit-form {
  padding: 15px 20px 20px; }
  .payment-method-edit-form .form-actions {
    text-align: left; }

.account-page-add-address .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

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

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

.account-page-orders-receipt .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 15px; }
  @media screen and (max-width: 900px) {
    .account-receipt-summary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 15px; } }

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

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

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }
  @media screen and (max-width: 620px) {
    .account-receipt-totals {
      width: 100%;
      margin-left: 0; } }

.account-receipt-total {
  display: table-row;
  margin-bottom: 7.5px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-top: 1px solid #e6e9ef; }
  .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; }

input[type=submit].account-tool {
  background: #4b868e;
  padding: 1.0625em;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0 0 1px transparent inset;
  line-height: 1; }

.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: 15px; }
  .account-return-fields .form-field-select {
    width: 50%; }

.account-wishlists {
  margin-bottom: 30px; }

.account-messages-table.table-clean {
  border-bottom: 1px solid #e6e9ef; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #e6e9ef; }

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

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem; }
  .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: 15px;
  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%; }

.account-download {
  padding: 7.5px 0 0;
  margin: 7.5px 0;
  border-top: 1px solid #e6e9ef; }

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

.account-invoice-date {
  margin-top: -20px;
  font-size: 1rem; }

.account-invoice-addresses {
  margin-top: 15px;
  margin-bottom: 15px; }

.account-invoice-address {
  float: left;
  margin-right: 15px; }

.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: 7.5px;
  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: 7.5px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

.account-settings-form {
  padding-top: 7.5px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 3.75px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n+0) {
      padding-right: 0;
      padding-left: 3.75px; }
  .account-settings-form .form-actions {
    padding-top: 7.5px; }

.account-page-payment .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

@media screen and (min-width: 400px) {
  .payment-method-form {
    max-width: 60%; } }

.payment-method-form .payment-method-form-column {
  display: flex; }
  .payment-method-form .payment-method-form-column .payment-method-form-inputs {
    width: 70%; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs:last-child {
      width: 30%;
      padding-left: 10px; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-card-number, .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-cvv {
      position: relative; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs .payment-method-form-inputs-icon {
      position: absolute;
      top: 50px;
      right: 10px;
      width: 24px;
      height: 24px;
      fill: currentColor; }

.payment-method-form .form-field-checkbox {
  display: flex;
  align-content: center; }
  .payment-method-form .form-field-checkbox .form-field-title {
    position: relative;
    top: 1px;
    margin-bottom: 0; }

.payment-method-form .form-field-control {
  width: 20px; }

.payment-method-form .payment-method-form-details {
  display: inline-block;
  margin-bottom: 15px; }
  .payment-method-form .payment-method-form-details:first-child {
    margin-right: 30px; }

.payment-method-form .payment-method-form-details-description {
  margin-left: 0;
  font-weight: bold; }

.payment-method-form-subheading {
  margin: 0; }

.payment-method-form-cards-icon {
  width: 40px;
  margin-right: 5px; }

.billing-heading {
  margin: 0; }

.billing-addess-form {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }
  .billing-addess-form .form-field {
    width: 100%; }
    @media screen and (min-width: 400px) {
      .billing-addess-form .form-field {
        float: left;
        width: 50%;
        padding-right: 7.5px; }
        .billing-addess-form .form-field:nth-of-type(2n + 1) {
          clear: left; } }

.billing-actions .button + .button, .billing-actions .blog .post-read-more + .button, .blog .billing-actions .post-read-more + .button, .billing-actions .blog .button + .post-read-more, .blog .billing-actions .button + .post-read-more, .billing-actions .blog .post-read-more + .post-read-more, .blog .billing-actions .post-read-more + .post-read-more {
  margin-top: 20px; }
  @media screen and (min-width: 400px) {
    .billing-actions .button + .button, .billing-actions .blog .post-read-more + .button, .blog .billing-actions .post-read-more + .button, .billing-actions .blog .button + .post-read-more, .blog .billing-actions .button + .post-read-more, .billing-actions .blog .post-read-more + .post-read-more, .blog .billing-actions .post-read-more + .post-read-more {
      margin-top: 0;
      margin-left: 5px; } }

.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  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-page-login .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: 15px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 7.5px 37.5px 7.5px 0; } }

.account-login-button {
  margin-right: 7.5px; }

.account-create {
  padding: 7.5px;
  background: #f5f5f5; }

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

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

.account-page-create .account-header {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e9ef; }

.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: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e9ef; }

.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: 7.5px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 7.5px; } }

.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: 15px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 15px;
  text-align: center; }

.giftcard-nav {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #f26c33; }
  .giftcard-nav-item.is-active {
    color: #5f5f5f; }

.giftcard-heading-container {
  margin-bottom: 30px;
  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; }
    @media screen and (min-width: 615px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 7.5px); } }
  @media screen and (min-width: 615px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button, .form-giftcard-balance .blog .post-read-more, .blog .form-giftcard-balance .post-read-more {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

.price-ns-label,
.price-label {
  display: none; }

.price-withouttax {
  flex-direction: row-reverse;
  justify-content: flex-end; }

.product-price-line,
.price-withouttax {
  display: flex;
  align-items: baseline; }
  .product-price-line .price-value-wrapper,
  .product-price-line .price-value.sale-price,
  .product-price-line .ng-scope,
  .price-withouttax .price-value-wrapper,
  .price-withouttax .price-value.sale-price,
  .price-withouttax .ng-scope {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.4375rem;
    color: #55929a; }
  .product-price-line .price-ns,
  .price-withouttax .price-ns {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.125rem;
    color: #9b9b9b;
    margin-left: 8px; }
  .related-products .product-grid .product-price-line .price-value.sale-price, .related-products .product-grid
  .price-withouttax .price-value.sale-price {
    font-size: 0.875rem; }
  .related-products .product-grid .product-price-line .price-value.price-ns, .related-products .product-grid
  .price-withouttax .price-value.price-ns {
    font-size: 0.75rem; }

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

.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.cookie-message {
  text-align: center;
  margin-bottom: 15px; }

.cookie-message-container {
  padding: 0 15px;
  margin: 0 auto; }

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

#modal {
  display: flex;
  align-items: center; }

.modal-overlay {
  background-color: rgba(40, 42, 47, 0.95); }

.modal {
  width: 90%;
  max-width: 1230px;
  padding: 15px; }
  .loaded .modal {
    background-color: #fff; }
  .modal .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; }
  .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: #f26c33; }
  .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: #6b6e79;
  color: white;
  transition: all 0.3s ease; }
  .modal-close:hover {
    background-color: #f26c33;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tabs {
  margin-bottom: 1.5625rem;
  font-size: 0;
  text-align: center; }

.tab-title, .main-content .product-tabs .accordion-title.is-open {
  padding: 0;
  font-size: 1rem;
  border: 2px solid #e6e9ef; }
  .tab-title:hover, .main-content .product-tabs .accordion-title.is-open:hover {
    color: #9d9d9d;
    background-color: #fff; }
  .tab-title.active, .main-content .product-tabs .accordion-title.is-open {
    color: white;
    background-color: #282a2f;
    border-color: #282a2f; }
  .tab-title:not(:first-child), .main-content .product-tabs .accordion-title.is-open:not(:first-child) {
    margin-left: -1px; }
  .tab-title:first-child, .main-content .product-tabs .accordion-title.is-open:first-child {
    border-radius: 4px; }
    .tab-title:first-child a, .main-content .product-tabs .accordion-title.is-open:first-child a {
      cursor: default; }
    .tab-title:first-child:not(:last-child), .main-content .product-tabs .accordion-title.is-open:first-child:not(:last-child) {
      border-radius: 4px 0 0 4px; }
      .tab-title:first-child:not(:last-child) a, .main-content .product-tabs .accordion-title.is-open:first-child:not(:last-child) a {
        cursor: pointer; }
  .tab-title:last-child:not(:first-child), .main-content .product-tabs .accordion-title.is-open:last-child:not(:first-child) {
    border-radius: 0 4px 4px 0; }
  .tab-title a, .main-content .product-tabs .accordion-title.is-open a {
    display: block;
    min-width: 190px;
    padding: 14px;
    color: inherit; }
    .tab-title a:hover, .main-content .product-tabs .accordion-title.is-open 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, .main-content .product-tabs .tab-content-panel.accordion-title.is-open ~ .icon-spinner {
  display: none; }

.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; }
  .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(40, 42, 47, 0.97);
      content: ""; }

.mega-nav-panel {
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 13.5625rem);
  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-stacked {
    max-height: 100%; }
  .compressed .mega-nav-panel {
    top: 3.4375rem; }

.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-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: "Inter", Arial, Helvetica, sans-serif;
      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: "Inter", Arial, Helvetica, sans-serif; }
  .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; }

.mega-nav-root-list {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  border-right: 1px solid #23535a;
  display: block;
  font-size: 1.125rem;
  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, .mega-nav-root-list .main-content .product-tabs li.accordion-title.is-open a, .main-content .product-tabs .mega-nav-root-list li.accordion-title.is-open a {
      color: #f26c33; }
    .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: white;
  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: white; }
    .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: white;
    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: #f26c33; }
  .mega-nav-child-list-back:hover svg path {
    fill: #f26c33; }

.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: #6b6e79;
      font-size: 1rem;
      padding: 0; }
    .mega-nav-child-list .mega-nav-child-item:hover > a {
      color: #f26c33; }
    .mega-nav-child-list .mega-nav-child-item:hover .mega-nav-arrow svg path {
      fill: #f26c33; }

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

.mega-nav.dropdown-open > a {
  height: 100%; }

/*----------  Carousel  ----------*/
.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; }
  .carousel .container, .carousel .product-stacked {
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .container, .carousel .product-stacked {
        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%; }

.slick-slide .home-carousel-image {
  object-fit: contain; }
  .ratio-natural .slick-slide .home-carousel-image {
    position: static !important;
    display: block;
    width: 100%;
    height: auto; }

.product-images-container .slick-slide {
  height: auto !important; }

.carousel-item-info {
  padding: 37px 0;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 768px) {
    .carousel-item-info {
      position: absolute;
      left: 45px;
      bottom: 0;
      width: 380px;
      padding: 25px 31px 32px;
      text-align: left; } }
  .carousel-item-info.show {
    opacity: 1;
    transform: translate(0, 0); }
  .carousel-item-info .carousel-item-title {
    margin: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #ffffff; }
  .carousel-item-info .carousel-item-caption {
    font-size: 15px;
    color: rgba(182, 186, 194, 0.75); }
  .carousel-item-info .carousel-item-link {
    font-size: 13px;
    color: #f26c33; }

.carousel-navigation-item {
  display: none !important;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 1rem;
  color: #707070;
  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; }

.slick-dots {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-34px);
  list-style: none;
  margin: 0;
  bottom: 0;
  line-height: 1;
  text-align: center; }
  .ratio-3-1 .slick-dots {
    top: 33.33333vw; }
  .ratio-16-9 .slick-dots {
    top: 56.25vw; }
  .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    background: white;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .slick-dots li:hover {
      background-color: #f26c33;
      border-color: #707070; }
  .slick-dots .slick-active {
    border-color: #707070;
    background: #DBDBDB; }
  .slick-dots button {
    display: none; }

/* General */
body {
  background-color: white; }
  body.scroll-locked {
    overflow: hidden; }

/* Links */
a {
  color: #006ec2;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #f26c33; }

/* Headers */
h1 a, .blog-items-list .post-title a, h2 a, .giftcard-header a, h3 a, .section-title a, .listing-title a, .login-modal .account-sub-heading a, .auth-sub-heading a, h4 a, .search-wrap .search-input a, .content-result h1 a, .content-result .blog-items-list .post-title a, .blog-items-list .content-result .post-title a, h5 a, .cart-table-header .cell a, h6 a, .product-item-brand a, .product-stock a, .cart-item-info .product-name a, .giftwrap-subtitle a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .global-nav li a.dropdown-item.first-level 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, .listing-title a:hover, .login-modal .account-sub-heading a:hover, .auth-sub-heading a:hover, h4 a:hover, .search-wrap .search-input 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, .cart-table-header .cell a:hover, h6 a:hover, .product-item-brand a:hover, .product-stock a:hover, .cart-item-info .product-name a:hover, .giftwrap-subtitle a:hover,
  .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, .global-nav li a.dropdown-item.first-level a:hover {
    color: #f26c33; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
.h1, .h2, .h3 {
  font-weight: 800; }


h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
h5,
.cart-table-header .cell,
h6,
.product-item-brand,
.product-stock,
.cart-item-info .product-name,
.giftwrap-subtitle,
.h4, .h5, .h6, .global-nav li a.dropdown-item.first-level {
  font-weight: 700; }

h1, .blog-items-list .post-title, .h1 {
  font-size: 2.5625rem; }


h2,
.giftcard-header, .h2 {
  font-size: 2.25rem; }


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


h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title, .h4 {
  font-size: 1.8125rem; }


h5,
.cart-table-header .cell, .h5 {
  font-size: 1.625rem; }


h6,
.product-item-brand,
.product-stock,
.cart-item-info .product-name,
.giftwrap-subtitle, .h6, .global-nav li a.dropdown-item.first-level {
  font-size: 1.4375rem; }

h1.super, .blog-items-list .super.post-title, h2.super, .super.giftcard-header, h3.super, .super.section-title, .super.listing-title, .login-modal .super.account-sub-heading, .super.auth-sub-heading, h4.super, .search-wrap .super.search-input, .content-result h1.super, .content-result .blog-items-list .super.post-title, .blog-items-list .content-result .super.post-title, h5.super, .cart-table-header .super.cell, h6.super, .super.product-item-brand, .super.product-stock, .cart-item-info .super.product-name, .super.giftwrap-subtitle {
  font-size: 3.625rem; }

/* Basic elements */
hr {
  background: #e6e9ef;
  height: 1px; }

cite {
  color: #e6e6e6; }

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

/* Buttons */
button {
  border: 0; }

.button, .blog .post-read-more {
  padding: 1rem 0.5rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(287.81deg, rgba(33, 73, 78, 0.9) 24.88%, rgba(143, 197, 205, 0.9) 103.72%), #55929a;
  border-radius: 4px;
  box-shadow: 0 0 0 2px transparent inset;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover, .blog .post-read-more:hover {
    color: #ffffff;
    background: linear-gradient(287.81deg, rgba(33, 73, 78, 0.6) 24.88%, rgba(143, 197, 205, 0.6) 103.72%), #2f6168; }
  .button.button-wide, .blog .post-read-more {
    padding-left: 3em;
    padding-right: 3em; }
  .button.button-medium, .blog .button-medium.post-read-more {
    padding: .75rem 0.5rem;
    font-size: 14px; }
  .button.button-small, .blog .button-small.post-read-more {
    padding: 0.25em 0.5em;
    font-size: 12px; }
  .button.button-primary, .blog .button-primary.post-read-more {
    width: 100%; }
  .button.button-secondary, .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more, .blog .button-secondary.post-read-more {
    color: #407981;
    background: rgba(0, 0, 255, 0);
    border: 2px solid #407981;
    border-radius: 4px; }
    .button.button-secondary:hover, .login-modal .account-create .button:hover, .login-modal .account-create .blog .post-read-more:hover, .blog .login-modal .account-create .post-read-more:hover, .blog .button-secondary.post-read-more:hover {
      color: white;
      background-color: #407981; }
  .button.button-tertiary, .blog .button-tertiary.post-read-more {
    color: white;
    background: #282a2f; }
    .button.button-tertiary:hover, .blog .button-tertiary.post-read-more:hover {
      color: #282a2f;
      box-shadow: 0 0 0 2px #282a2f inset;
      background-color: transparent; }
  .button.button-pill, .blog .button-pill.post-read-more {
    line-height: 1;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    height: 22px;
    width: fit-content;
    font-size: 0.75rem;
    color: #153135;
    background: #f3f3f3;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 22px; }
    .button.button-pill:hover, .blog .button-pill.post-read-more:hover {
      background-color: #dadada; }
  .button:disabled, .blog .post-read-more:disabled, .button.button-disabled, .button.compare-submit.is-disabled, .blog .compare-submit.is-disabled.post-read-more, .blog .button-disabled.post-read-more {
    cursor: not-allowed;
    opacity: 0.6; }
  .button.spinner, .blog .spinner.post-read-more {
    position: relative; }
    .button.spinner.progress .button-text, .blog .spinner.progress.post-read-more .button-text {
      opacity: 0.1; }
  .button .icon-spinner, .blog .post-read-more .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: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  color: #e6e6e6;
  text-align: center;
  background-color: transparent;
  border: 2px solid #e6e9ef;
  transition: all 0.3s ease; }
  .button-group-item + .button-group-item {
    margin-left: -2px; }
  .button-group-item:hover {
    background-color: #f26c33;
    border-color: #f26c33;
    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, .main-content .product-tabs .button-group-item.accordion-title.is-open {
    z-index: 1;
    color: white;
    background-color: #282a2f;
    border-color: #282a2f; }
  .button-group-item.disabled, .button-group-item.active, .main-content .product-tabs .button-group-item.accordion-title.is-open {
    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; }

.BraintreePaypalButton {
  margin: 8px auto !important; }

/*----------  Forms  ----------*/
.form-field, .account-wrapper .form-field {
  margin-bottom: 1.75rem; }

.form-label {
  font-weight: normal; }
  .form-label.checkbox .form-label-text {
    margin-bottom: 0; }

.form-input, .review-form .product-item-rating {
  display: block;
  padding: 1.1875rem 1.0625rem 1.125rem;
  color: #b4b4b4;
  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), .review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]):not(.quantity-input) {
    box-shadow: 0 0 0 1px #cdcdcd inset; }
  .form-input:focus, .review-form .product-item-rating:focus {
    outline: none; }
  .form-input.form-input-short, .review-form .form-input-short.product-item-rating {
    padding: 0.875rem 1.0625rem 0.8125rem;
    height: 2.8125rem; }
  .form-input option[disabled="disabled"], .review-form .product-item-rating option[disabled="disabled"] {
    color: #b6bac2; }

.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: normal;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }

.form-select-wrapper {
  position: relative;
  display: block;
  cursor: pointer; }
  .form-select-wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2321494e' xmlns='http://www.w3.org/2000/svg' width='19.283' height='11.729' viewBox='0 0 19.283 11.729'%3E%3Cpath data-name='arrow' d='M9.641,11.729,0,2.692,2.872,0l6.77,6.345L16.411,0l2.872,2.692Z'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    width: 16px;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%; }

.form-select {
  height: 3.125rem;
  padding: 0 2.25rem 0 1.0625rem;
  background-color: white;
  appearance: none;
  font-size: 1.2rem; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.form-input-short {
    height: 2.8125rem;
    padding: 0 2.25rem 0 1.0625rem; }

.form-label-text,
.form-field-title {
  display: block;
  margin: 0 0.625rem 0.5rem 0;
  font-weight: 600;
  color: #21494e; }

.form-field-title .required-text {
  display: none; }
  .form-required .form-field-title .required-text {
    display: inline-block; }

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

.input-group-item {
  display: table-cell;
  vertical-align: top; }
  .input-group-item:first-child .button, .input-group-item:first-child .blog .post-read-more, .blog .input-group-item:first-child .post-read-more {
    border-radius: 4px 0 0 4px;
    margin-right: -2px; }
  .input-group-item:last-child .button, .input-group-item:last-child .blog .post-read-more, .blog .input-group-item:last-child .post-read-more {
    border-radius: 0 4px 4px 0;
    margin-left: -2px; }
  .input-group-item.form-field {
    width: 99%; }
  .input-group-item .form-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; }

/* Tables */
table {
  color: #6b6e79;
  border-color: #e6e9ef; }

th {
  color: #b4b4b4; }

table.geotrust-ssl-seal-table {
  margin-top: 30px;
  margin-bottom: 0;
  border: 0; }
  table.geotrust-ssl-seal-table td {
    padding: 0;
    border: 0; }

.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);
  margin-bottom: 0; }
  .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: #0A7CBA; }
    .alert.alert-success .alert-dismiss, .alert.success .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23053b59' 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; }

/*----------  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); } }

/*----------  Page  ----------*/
.page-header .page-title {
  margin: 0 auto; }

.section-title {
  margin: 0 0 2.083em;
  font-size: 24px; }
  .section-title.mb-sm {
    margin: 0 0 25px; }
  @media screen and (max-width: 767px) {
    .section-title.mobile-mb-none {
      margin: 0; } }

.page-content ul,
.product-description ul,
.blog-content ul {
  list-style: disc; }

.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-stock, .page-content .page-feed .cart-item-info .product-name, .cart-item-info .page-content .page-feed .product-name, .page-content .page-feed .giftwrap-subtitle,
.product-description .page-feed h6,
.product-description .page-feed .product-item-brand,
.product-description .page-feed .product-stock,
.product-description .page-feed .cart-item-info .product-name,
.cart-item-info .product-description .page-feed .product-name,
.product-description .page-feed .giftwrap-subtitle,
.blog-content .page-feed h6,
.blog-content .page-feed .product-item-brand,
.blog-content .page-feed .product-stock,
.blog-content .page-feed .cart-item-info .product-name,
.cart-item-info .blog-content .page-feed .product-name,
.blog-content .page-feed .giftwrap-subtitle {
  margin-top: 0; }

.page-content .page-feed li,
.product-description .page-feed li,
.blog-content .page-feed li {
  margin-bottom: 0; }

/*----------  Pagination  ----------*/
.pagination-wrapper {
  margin: 3.4375rem 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; }

/*----------  Banners  ----------*/
.banners {
  padding: 0 15px;
  text-align: center;
  background: #eff1f5; }

.banners-bottom {
  background: white;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef; }

.banner {
  max-width: 1230px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e6e9ef; }
  .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 .listing-title,
  .banner .login-modal .account-sub-heading,
  .login-modal .banner .account-sub-heading,
  .banner .auth-sub-heading,
  .banner h4,
  .banner .search-wrap .search-input,
  .search-wrap .banner .search-input,
  .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 .cart-table-header .cell,
  .cart-table-header .banner .cell,
  .banner h6,
  .banner .product-item-brand,
  .banner .product-stock,
  .banner .cart-item-info .product-name,
  .cart-item-info .banner .product-name,
  .banner .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #006ec2; }
  .banner:last-child {
    border-bottom: 0; }

.product-item-image, .product-grid-item .product-item-thumbnail-image-alt, .account-product-item .product-item-thumbnail-image-alt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  border: 0;
  width: 100%;
  max-height: 100%; }
  .thumbnail-cover .product-item-image, .thumbnail-cover .product-grid-item .product-item-thumbnail-image-alt, .product-grid-item .thumbnail-cover .product-item-thumbnail-image-alt, .thumbnail-cover .account-product-item .product-item-thumbnail-image-alt, .account-product-item .thumbnail-cover .product-item-thumbnail-image-alt {
    height: 100%; }

.ratio-any img {
  width: 100%; }

.ratio-16-9:not(.carousel) {
  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:not(.carousel) {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%; }

.ratio-3-4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%; }

.amp-product-options .form-field-quantity-control {
  position: relative;
  display: block; }
  .amp-product-options .form-field-quantity-control .form-input, .amp-product-options .form-field-quantity-control .review-form .product-item-rating, .review-form .amp-product-options .form-field-quantity-control .product-item-rating {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center; }
  .amp-product-options .form-field-quantity-control .quantity-control-action {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer; }
    .amp-product-options .form-field-quantity-control .quantity-control-action:hover {
      color: #f26c33; }
  .amp-product-options .form-field-quantity-control .quantity-decrement {
    left: 8px; }
  .amp-product-options .form-field-quantity-control .quantity-increment {
    right: 8px; }

.amp-product-options .button-progress .complete-text {
  top: calc(50% - 10px); }

.mini-cart-open .mini-cart {
  transform: translateX(-375px); }

.mini-cart-open .mini-cart-overlay {
  display: block;
  opacity: 0.65; }

.mini-cart,
.mini-cart-overlay {
  transition: all .3s ease; }

.mini-cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #505050;
  opacity: 0;
  display: none; }

.gift-message-cart,
.gift-message-mini-cart {
  color: #FF5E5D;
  font-size: 1.125rem; }
  .gift-message-cart a,
  .gift-message-mini-cart a {
    text-decoration: underline; }

.mini-cart {
  position: fixed;
  top: 0;
  right: -375px;
  width: 375px;
  height: 100%;
  z-index: 1100;
  background-color: white; }
  .no-js .mini-cart {
    overflow: auto; }
  .mini-cart .gift-message-mini-cart {
    margin: 24px 24px 0 24px;
    font-size: 0.875rem; }

.mini-cart-inner {
  position: relative;
  top: 0; }

.mini-cart-top-bar {
  margin: 24px 24px 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada; }
  .mini-cart-top-bar .mini-cart-title {
    color: #373737;
    font-size: 1.125rem;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: none;
    margin: 0; }
  .mini-cart-top-bar .button-cart-close {
    padding: 0;
    background: none; }
    .mini-cart-top-bar .button-cart-close .icon-close {
      fill: #407981; }
      .mini-cart-top-bar .button-cart-close .icon-close:hover {
        fill: #f26c33; }

.mini-cart-contents > .icon-spinner {
  display: block;
  margin: 1.25rem auto; }

.mini-cart-contents .mini-cart-shipping-progress {
  position: relative; }
  .mini-cart-contents .mini-cart-shipping-progress svg, .mini-cart-contents .mini-cart-shipping-progress p {
    margin-top: 12px; }
  .mini-cart-contents .mini-cart-shipping-progress svg {
    fill: #21494e;
    width: 24px;
    height: 16px;
    margin-left: 24px; }
  .mini-cart-contents .mini-cart-shipping-progress p {
    text-align: left;
    color: #21494e;
    font-size: 0.75rem;
    padding: 0 24px 12px 8px; }
    .mini-cart-contents .mini-cart-shipping-progress p span, .mini-cart-contents .mini-cart-shipping-progress p a {
      color: #21494e;
      font-weight: 800; }
  .mini-cart-contents .mini-cart-shipping-progress .mini-cart-shipping-progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px; }
    .mini-cart-contents .mini-cart-shipping-progress .mini-cart-shipping-progress-bar.background {
      width: 100%;
      background: #dadada; }
    .mini-cart-contents .mini-cart-shipping-progress .mini-cart-shipping-progress-bar.progress-bar {
      width: 0;
      background: #407981;
      transition: width 0.3s ease; }

.mini-cart-item {
  color: #153135;
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item.free-shipping-message {
    padding-bottom: 10px; }
    .mini-cart-item.free-shipping-message::after {
      content: '*This product does not qualify for free shipping';
      color: red;
      padding: 0 25px;
      margin-left: 130px; }
  .mini-cart-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    background-color: #dadada;
    content: ""; }
  .mini-cart-item.removing .mini-cart-item-wrap {
    pointer-events: none;
    opacity: 0.2; }
  .mini-cart-item .icon-spinner {
    position: absolute;
    top: 25px;
    right: 25px; }
  .mini-cart-item .custom-free-shipping-message {
    background: rgba(253, 178, 147, 0.15);
    padding: 4px 8px;
    margin: 0 24px 24px 24px;
    border-radius: 4px;
    color: #d74d11;
    font-size: 0.75rem; }
    .mini-cart-item .custom-free-shipping-message span {
      display: flex;
      align-items: center; }
    .mini-cart-item .custom-free-shipping-message svg {
      fill: #d74d11;
      width: 16px;
      margin-right: 8px; }

.mini-cart-item-wrap {
  display: flex;
  padding: 25px; }
  .mini-cart-item-wrap .giftcard-image {
    width: 75px; }

.mini-cart-item-thumb {
  position: relative;
  width: 75px; }
  .mini-cart-item-thumb.no-image {
    background-color: white;
    box-shadow: 1px 0 0 0 #e6e9ef inset; }

.mini-cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.mini-cart-item-quantity,
.mini-cart-item-options {
  padding: 4px 0 0; }
  .mini-cart-item-quantity .value,
  .mini-cart-item-options .value {
    font-weight: 800;
    color: #373737; }

.mini-cart-item-options .option-value {
  margin-right: 4px; }
  .mini-cart-item-options .option-value:not(:last-child):after {
    content: ","; }

.mini-cart-item-title {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #373737; }

.mini-cart-item-description {
  display: flex !important;
  flex-wrap: wrap;
  padding-left: 24px;
  width: 100%;
  font-size: 0.75rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #9b9b9b; }

.mini-cart-item-details {
  flex-grow: 1; }

.mini-cart-item-price {
  display: flex;
  align-items: flex-end;
  padding-bottom: 4px;
  font-weight: 800;
  color: #373737; }
  .mini-cart-item-price .price-discounted {
    text-decoration: line-through; }

.mini-cart-item-actions {
  margin-top: 8px; }

.mini-cart-footer {
  padding: 24px; }
  .mini-cart-footer.has-border {
    border-top: 1px solid #dadada; }
  .mini-cart-footer .mini-cart-empty {
    color: #21494e;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center; }
  .mini-cart-footer .mini-cart-less-than-message {
    font-size: 0.75rem;
    text-align: center;
    color: dimgray; }
  .mini-cart-footer .button-cart-close {
    position: relative;
    margin: 24px auto;
    display: block;
    width: 100%;
    max-width: 210px; }

.mini-cart-footer-title {
  font-size: 0.875rem;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  color: dimgray; }
  .mini-cart-footer-title .mini-cart-subtotal {
    float: right;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #373737; }

.mini-cart-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .mini-cart-actions .button-checkout {
    width: 100%; }
  .mini-cart-actions .button-cart {
    margin-top: 12px;
    font-size: 0.875rem;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #407981; }
    .mini-cart-actions .button-cart:hover {
      color: #153135; }

/*----------  Search Form  ----------*/
.search-form {
  position: relative;
  max-width: 220px;
  margin: 1.375rem auto 0; }
  .search-form .search-input {
    width: 100%;
    color: #000; }
  .search-form .button-search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 0;
    color: #e6e6e6;
    background: none;
    transform: translateY(-50%); }
  .search-form .icon-search {
    width: 24px;
    height: 24px; }
  .search-form .form-inline-message {
    position: absolute;
    bottom: -3.125rem; }

.multi-link-alert-bar-active .search-form-expandable .form-field {
  top: 24px !important; }

.single-link-alert-bar-active .search-form-expandable .form-field {
  top: 48px !important; }
  @media screen and (max-width: 1023px) {
    .single-link-alert-bar-active .search-form-expandable .form-field {
      top: 32px !important; } }

.search-form-expandable .form-field {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1000;
  background: #fff;
  width: 100%;
  height: 7rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out; }
  @media screen and (max-width: 1023px) {
    .search-form-expandable .form-field {
      height: 3.5rem; } }
  .search-form-expandable .form-field.is-active {
    opacity: 1;
    overflow: unset;
    z-index: 1000; }
  .search-form-expandable .form-field svg {
    fill: #373737;
    width: 2rem; }
  .search-form-expandable .form-field .search-input {
    border: 0 !important;
    box-shadow: unset !important;
    font-size: 1.25rem;
    color: #505050;
    font-weight: 400; }
    .search-form-expandable .form-field .search-input::placeholder {
      color: #828282;
      text-transform: unset;
      letter-spacing: inherit;
      font-size: 1.25rem;
      font-weight: 400; }
  .search-form-expandable .form-field .form-inline-message {
    display: none; }
  .search-form-expandable .form-field [ss-autocomplete] {
    top: 7rem;
    left: 0;
    right: unset;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .search-form-expandable .form-field [ss-autocomplete] {
        top: 3.5rem; } }
    .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container {
      width: 100%;
      max-width: 1060px;
      margin: 0;
      padding: 32px;
      box-shadow: 0 0 8px rgba(37, 40, 43, 0.12); }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms,
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets {
        width: 200px;
        padding: 0 24px 0 0;
        background: unset; }
        @media screen and (max-width: 1023px) {
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms,
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets {
            width: 100%; } }
      
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets {
        display: block; }
        @media screen and (max-width: 1023px) {
          
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets {
            display: none; } }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-list-link {
        color: #55929a;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 0; }
        @media screen and (max-width: 865px) {
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-list-link {
            padding: 16px 16px 16px 0 !important; } }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms {
        border: none !important; }
        @media screen and (max-width: 1199px) {
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms {
            padding-bottom: 32px; } }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
        border-right: 1px solid #dadada;
        border-bottom: none;
        font-size: 1rem; }
        @media screen and (max-width: 865px) {
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
            margin: 0 !important; } }
        @media screen and (max-width: 1199px) {
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list {
            border-right: none;
            border-bottom: 1px solid #dadada;
            padding-bottom: 16px; } }
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
          background: unset;
          border-right: 2px solid #d74d11; }
          @media screen and (max-width: 1199px) {
            .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active {
              border-right: none; } }
          .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-terms .ss-list .ss-active a {
            color: #d74d11; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets a {
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: none; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-facets .ss-title,
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-title {
        color: #373737;
        font-size: 1rem;
        margin-top: 16px; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-results {
        padding-top: 0; }
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-results .ss-ac-item {
          margin: 0 0 32px 0; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details p {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: left !important;
        line-height: 1rem; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .product-info-sku {
        font-size: 0.8125rem;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        font-weight: 400 !important;
        color: #21494e; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-name {
        font-size: 0.8125rem;
        color: #373737;
        text-decoration: none !important; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-price {
        margin-top: 8px !important;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        font-size: 0.875rem; }
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular,
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
          font-family: "Inter", Arial, Helvetica, sans-serif;
          margin: 0; }
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular {
          font-size: 0.875rem;
          color: #55929a !important;
          font-weight: 600 !important; }
        
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
          font-size: 0.75rem;
          color: #9b9b9b !important;
          font-weight: 400 !important;
          margin-left: 8px; }
      .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-see-more {
        text-align: left; }
        .search-form-expandable .form-field [ss-autocomplete] .ss-ac-container .ss-ac-see-more a.ss-ac-see-more-link {
          font-size: 0.875rem;
          font-weight: 600;
          color: #407981;
          text-decoration: none; }

.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba(40, 42, 47, 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: #f26c33; }
  .search-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-bottom: 0.625rem;
    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 .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; }
    .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; }

.button-search-submit {
  float: right;
  right: 0;
  background: none; }
  .button-search-submit:hover, .button-search-submit:focus {
    color: #f26c33;
    outline: 0; }
  .button-search-submit .icon {
    width: 25px;
    height: 25px; }

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

.tabs {
  margin-top: 1.5625rem; }

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

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

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

@media screen and (max-width: 767px) {
  .product-listing.section {
    padding-top: 0; } }

/*----------  Category Banner  ----------*/
.category-banner .container, .category-banner .product-stacked {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-stacked {
      background-color: #eff1f5; } }

.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(255, 255, 255, 0.8);
      color: black;
      text-align: left; } }

/*----------  Listing Header  ----------*/
.listing-header {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .listing-header {
      margin-left: -15px;
      margin-right: -15px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .listing-header .listing-utils {
      display: none; } }

.listing-title {
  margin-bottom: 1.3em; }
  @media screen and (min-width: 768px) {
    .listing-title {
      float: left; } }

.listing-description {
  clear: left; }

.listing-utils {
  float: right; }
  .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 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .no-sidebar .product-listing-grid {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    margin-right: 0; } }

.js .product-listing-grid .listing-view {
  display: none; }

.product-listing-grid .listing-view.active, .product-listing-grid .main-content .product-tabs .listing-view.accordion-title.is-open, .main-content .product-tabs .product-listing-grid .listing-view.accordion-title.is-open {
  display: block; }

.product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
  margin-bottom: 3.75rem; }
  @media screen and (min-width: 480px) {
    .product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
      width: 49.15254%;
      float: left; }
      .product-listing-grid .product-grid-item:nth-child(2n + 1), .product-listing-grid .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-listing-grid .product-grid-item:nth-child(2n + 2), .product-listing-grid .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
      width: 32.20339%;
      float: left; }
      .product-listing-grid .product-grid-item:nth-child(3n + 1), .product-listing-grid .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-listing-grid .product-grid-item:nth-child(3n + 2), .product-listing-grid .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .product-listing-grid .product-grid-item:nth-child(3n + 3), .product-listing-grid .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 480px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 49.15254%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 768px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 32.20339%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(3n + 3), .no-sidebar .product-listing-grid .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 23.72881%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 3), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 4), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }

.product-listing-grid .pagination {
  margin: 3.125rem 0 5rem; }

/*----------  Sidebar  ----------*/
@media screen and (min-width: 768px) {
  .listing-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 30px; } }

.listing-sidebar .listing-utils {
  float: none;
  padding: 30px 15px;
  margin: 0 -0.9375rem;
  border-top: 1px solid #e6e9ef; }
  @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 .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: 2em;
  border-bottom: solid 1px #898f94;
  padding-bottom: 10px; }

.listing-title.category-facet-list-filter-by {
  float: none;
  font-size: 1.3rem; }

.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: "Inter", Arial, Helvetica, sans-serif;
    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: #282a2f; }
  .facet-list-items .product-item-rating-facet.full .icon-star {
    fill: #282a2f; }

.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;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 1.3em;
  color: #898f94; }
  .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::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 #e6e6e6;
  color: #e6e6e6;
  position: relative;
  float: right;
  color: #e6e6e6;
  cursor: pointer; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #e6e6e6;
    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; }

.listing-sidebar .category-nav .category-nav-list .facet-item {
  margin-bottom: 0; }
  .listing-sidebar .category-nav .category-nav-list .facet-item a {
    padding-left: 0;
    color: #4b868e;
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-transform: none;
    text-decoration: underline;
    font-size: 15px;
    line-height: 22.5px; }

.facet-item,
.facet-toggle-more {
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  color: #898f94;
  text-transform: uppercase; }
  .facet-item a,
  .facet-toggle-more a {
    color: inherit;
    text-decoration: none;
    padding-left: 20px; }
  .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: #f26c33; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23f26c33' 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, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    .facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
      width: 94%; } }

.facet-price .form-field {
  display: table-cell;
  padding-right: 6%; }
  .facet-price .form-field .form-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 .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 .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 .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; }

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

.products-related .product-grid-item, .products-related .account-product-item {
  margin-bottom: 3em; }
  @media screen and (min-width: 480px) {
    .products-related .product-grid-item, .products-related .account-product-item {
      margin-bottom: 0; } }

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

.products-related .carousel-navigation-item {
  color: #e6e6e6; }
  .products-related .carousel-navigation-item.previous {
    left: -50px; }
  .products-related .carousel-navigation-item.next {
    right: -50px; }

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

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

.product-grid-item .product-item-actions, .account-product-item .product-item-actions {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out; }
  .product-grid-item .product-item-actions .button, .account-product-item .product-item-actions .button, .product-grid-item .product-item-actions .blog .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more, .account-product-item .product-item-actions .blog .post-read-more, .blog .account-product-item .product-item-actions .post-read-more {
    display: block;
    width: 135px;
    margin: 0 auto 0.9375em;
    padding-left: 0.25em;
    padding-right: 0.25em; }
    .product-grid-item .product-item-actions .button ~ .button, .account-product-item .product-item-actions .button ~ .button, .product-grid-item .product-item-actions .blog .post-read-more ~ .button, .blog .product-grid-item .product-item-actions .post-read-more ~ .button, .account-product-item .product-item-actions .blog .post-read-more ~ .button, .blog .account-product-item .product-item-actions .post-read-more ~ .button, .product-grid-item .product-item-actions .blog .button ~ .post-read-more, .blog .product-grid-item .product-item-actions .button ~ .post-read-more, .account-product-item .product-item-actions .blog .button ~ .post-read-more, .blog .account-product-item .product-item-actions .button ~ .post-read-more, .product-grid-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more ~ .post-read-more, .account-product-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .account-product-item .product-item-actions .post-read-more ~ .post-read-more {
      margin-bottom: 0; }

.product-list-item {
  display: table;
  width: 100%; }
  .product-list-item:not(:last-child) {
    border-bottom: 1px solid #e6e9ef; }
  @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;
      height: 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 .tax-label {
    display: block; }
  .product-list-item .button, .product-list-item .blog .post-read-more, .blog .product-list-item .post-read-more {
    width: 100%;
    margin: 15px 0;
    white-space: nowrap; }
    .product-list-item .button + .button, .product-list-item .blog .post-read-more + .button, .blog .product-list-item .post-read-more + .button, .product-list-item .blog .button + .post-read-more, .blog .product-list-item .button + .post-read-more, .product-list-item .blog .post-read-more + .post-read-more, .blog .product-list-item .post-read-more + .post-read-more {
      margin: 0; }

.product-item-brand {
  color: #6b6e79; }

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

.product-item-title {
  margin: 0.625rem 0;
  font-family: "Inter", Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  color: #2e3036;
  text-transform: none; }
  .product-item-title a {
    color: inherit; }

.product-item-thumbnail {
  position: relative;
  margin-bottom: 1rem;
  background-color: white;
  overflow: hidden;
  width: 100%; }
  .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-actions {
    top: 50%; }

.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-grid-item.product-block .product-item-rating, .product-block.account-product-item .product-item-rating {
  display: flex;
  flex-direction: column; }
  .product-grid-item.product-block .product-item-rating .rating-title, .product-block.account-product-item .product-item-rating .rating-title {
    margin-right: 0; }

.product-item-rating {
  margin: 0 0 8px 0; }
  .product-item-rating .rating-title {
    margin-right: 9px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 13px; }
  .product-item-rating .icon-star {
    width: 22px;
    height: 22px;
    vertical-align: middle; }
    .product-item-rating .icon-star.full {
      fill: #f26c33; }
  .product-item-rating .full {
    color: #f26c33; }
    .product-item-rating .full .icon-star {
      opacity: 1; }

.promo-grid-item {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 15%;
  background-color: #ddd; }

.product-details .product-quantity-submit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 16px; }
  @media screen and (max-width: 1023px) {
    .product-details .product-quantity-submit {
      justify-content: flex-start; } }

.modal .product-details {
  padding: 15px 0;
  background-color: transparent; }

.product-details .button, .product-details .blog .post-read-more, .blog .product-details .post-read-more {
  width: unset;
  max-width: 365px;
  flex-grow: 1;
  margin-left: 24px; }

.product-single-details-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #dadada; }
  .modal-quick-shop .product-single-details-container {
    border-bottom: none; }
  @media screen and (max-width: 1023px) {
    .product-single-details-container {
      flex-direction: column; }
      .product-single-details-container .mobile-info {
        display: block; }
      .product-single-details-container .desktop-info {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .product-single-details-container .mobile-info {
      display: none; }
    .product-single-details-container .desktop-info {
      display: block; } }
  .product-single-details-container .quick-shop-details-lower {
    font-size: 0.875rem;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #407981; }
    .product-single-details-container .quick-shop-details-lower:hover {
      color: #153135; }
  .product-single-details-container .product-brand a {
    font-weight: 600;
    font-size: 1rem;
    color: #407981; }
    .product-single-details-container .product-brand a:hover {
      text-decoration: underline; }
  .product-single-details-container .product-sku {
    font-size: 0.8125rem;
    color: #9b9b9b; }
  .product-single-details-container .product-reviews-link {
    font-size: 1rem;
    color: #407981;
    text-decoration: underline; }
  .product-single-details-container .product-details-column {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .product-single-details-container .product-details-column {
        width: 100%; } }
    .product-single-details-container .product-details-column.product-images {
      padding-right: 24px; }
      @media screen and (max-width: 1023px) {
        .product-single-details-container .product-details-column.product-images {
          max-width: 450px;
          margin: 0 auto;
          padding: 0; } }
      .product-single-details-container .product-details-column.product-images form {
        display: flex;
        flex-direction: column; }
    .product-single-details-container .product-details-column.product-info {
      padding-left: 24px; }
      @media screen and (max-width: 1023px) {
        .product-single-details-container .product-details-column.product-info {
          padding: 0; } }
      .product-single-details-container .product-details-column.product-info .product-detail-alert {
        display: flex;
        width: 100%;
        padding: 1rem;
        margin-bottom: 0.5rem;
        border: 2px solid #1e1e1e;
        border-radius: 4px;
        background-color: transparent;
        color: #1e1e1e;
        font-weight: 600; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert svg {
          fill: #1e1e1e;
          width: 24px;
          height: 24px;
          margin: 0 16px 0 0; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert ul li {
          font-weight: 400; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert.bulk {
          border-color: #d74d11; }
          .product-single-details-container .product-details-column.product-info .product-detail-alert.bulk svg {
            fill: #d74d11; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert.available {
          border-color: #e9f6dc;
          background: #e9f6dc; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert.unavailable {
          border-color: #f6dcdc;
          background: #f6dcdc; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert.warranty {
          border-color: #dceff6;
          background: #dceff6; }
        .product-single-details-container .product-details-column.product-info .product-detail-alert.release {
          border-color: #f6ecdc;
          background: #f6ecdc; }

.related-products {
  background: #f6f7f9;
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media screen and (max-width: 1619px) {
    .related-products {
      margin: 16px 0 32px 0;
      padding: 16px; } }
  .related-products .product-grid {
    display: flex;
    padding: 0 0 4px 0; }
    .related-products .product-grid .product-grid-item, .related-products .product-grid .account-product-item {
      flex: 1;
      margin: 4px 8px;
      padding: 8px; }
      .related-products .product-grid .product-grid-item .product-item-title, .related-products .product-grid .account-product-item .product-item-title {
        font-size: 0.8125rem;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-weight: 800;
        color: #373737; }
      .related-products .product-grid .product-grid-item .show-on-hover, .related-products .product-grid .account-product-item .show-on-hover {
        display: none !important; }
  @media screen and (min-width: 1620px) {
    .related-products {
      position: fixed;
      right: 0;
      top: 242px;
      width: 180px; }
      .related-products .product-grid.widescreen {
        display: flex !important;
        flex-direction: column; } }
  @media screen and (max-width: 1619px) and (min-width: 1440px) {
    .related-products .product-grid.desktop {
      display: flex !important; } }
  @media screen and (max-width: 1439px) and (min-width: 768px) {
    .related-products .product-grid.tablet {
      display: flex !important; } }
  @media screen and (max-width: 767px) {
    .related-products .product-grid.mobile {
      display: flex !important; } }
  .related-products .related-p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #1e1e1e;
    display: block;
    text-align: center;
    margin: 4px 0 0 0; }
  .related-products .product-grid-item, .related-products .account-product-item {
    border: none !important;
    background: #fff;
    padding: 4px;
    margin: 0 12px 12px 12px;
    height: unset; }
    .related-products .product-grid-item .product-item-thumbnail, .related-products .account-product-item .product-item-thumbnail {
      width: 60%;
      margin: 0 auto; }
    .related-products .product-grid-item .show-on-hover, .related-products .account-product-item .show-on-hover {
      visibility: unset !important; }
    .related-products .product-grid-item .product-item-title a, .related-products .account-product-item .product-item-title a {
      overflow: inherit !important;
      max-height: inherit !important; }
    .related-products .product-grid-item .product-item-cart-action-button, .related-products .account-product-item .product-item-cart-action-button {
      display: none; }

.slick-track {
  margin-right: unset;
  margin-left: unset; }

.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-slides-wrap .video-slide {
    background: #000;
    position: relative; }
    .product-slides-wrap .video-slide img {
      width: 100%; }
    .product-slides-wrap .video-slide svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: rgba(255, 255, 255, 0.76);
      width: 50%; }
    .product-slides-wrap .video-slide iframe {
      width: 100%;
      aspect-ratio: 1.5/1; }

.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:hover, .product-images-pagination .pagination-item:focus, .product-images-pagination .pagination-item.slick-current {
      outline: none;
      opacity: 1; }
    .product-images-pagination .pagination-item.video-item {
      background: #000;
      position: relative; }
      .product-images-pagination .pagination-item.video-item svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: rgba(255, 255, 255, 0.76);
        width: 60%; }
  .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: #006ec2;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  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; }

input.product-quantity {
  border-radius: 0;
  font-size: 1.25rem;
  height: 50px !important; }

.quant-input-wrap {
  box-shadow: 0 0 0 1px #cdcdcd inset;
  border-radius: 4px; }

.product-quantity-toggle-wrapper {
  display: inline-block;
  margin-top: -0.3125rem;
  vertical-align: middle;
  height: 51px; }
  .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 #e6e6e6;
    color: #e6e6e6;
    color: #1e1e1e;
    line-height: 1;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-radius: 0;
    height: 50px;
    margin: 0;
    width: 50px;
    border: none; }
    .product-quantity-toggle-wrapper .product-quantity-toggle .icon {
      height: 50px;
      width: 17px; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:hover {
      color: #f26c33;
      border-color: #f26c33; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:focus {
      outline: none; }
  .product-quantity-toggle-wrapper .form-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: "Poppins", Arial, Helvetica, sans-serif;
    color: #6b6e79;
    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 .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 .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 .review-form .product-item-rating[type="number"]:focus, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #e6e6e6; }
  .product-quantity-toggle-wrapper .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

.product-quantity-submit .product-quantity-container {
  display: flex;
  align-items: center; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-bottom: 0;
    user-select: none; }
    .product-quantity-submit .product-quantity-container .form-field .form-label {
      margin-bottom: 0; }

.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;
  box-shadow: none !important;
  color: #1e1e1e;
  background: transparent; }
  .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; }

.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, .blog .add-to-wishlist.post-read-more {
    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: #153135; }
  @media screen and (max-width: 1023px) {
    .add-to-wishlists {
      padding-right: 1.5em;
      padding-left: 1.5em; } }
  .add-to-wishlists a {
    color: white; }
    .add-to-wishlists a:hover {
      color: #f26c33; }
  .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 #153135;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); }

.product-message-area {
  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; }

.product-options-container {
  margin: 30px 0 0;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .product-options-container.mobile-w-full {
      width: 100%; } }
  .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;
    width: 100%; }
  .product-options-container .form-field-title {
    display: block;
    margin-bottom: 0.625rem;
    margin-left: 0; }
  .product-options-container .form-label.radio {
    display: flex;
    align-items: baseline; }

.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: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 2px solid #e6e9ef;
  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: #6b6e79;
    border-color: #6b6e79; }

/* colour swatch */
.swatch-value {
  font-style: normal;
  font-weight: normal;
  color: #9fa2ab; }

.form-field.swatch-group .swatch-wrap {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 767px) {
    .form-field.swatch-group .swatch-wrap:first-child .swatch-pattern-expanded {
      left: -10px;
      transform: translateX(0); }
    .form-field.swatch-group .swatch-wrap:last-child .swatch-pattern-expanded {
      left: auto;
      transform: translateX(0); } }

.form-field.swatch-group .swatch {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%; }

.form-field.swatch-group .swatch-color {
  background-color: #eee;
  background-size: cover; }
  .form-field.swatch-group .swatch-color.secondary {
    left: 50%; }
  .form-field.swatch-group .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field.swatch-group .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field.swatch-group .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 #e6e9ef;
  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; }

.main-content .product-tabs {
  padding: 25px 0;
  border-bottom: 1px solid #e6e9ef; }
  .main-content .product-tabs .tabs {
    margin: 0 0 25px; }
    @media screen and (max-width: 767px) {
      .main-content .product-tabs .tabs {
        display: none; } }
  .main-content .product-tabs .accordion-title {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 2px solid #e6e9ef; }
    @media screen and (max-width: 767px) {
      .main-content .product-tabs .accordion-title {
        margin-right: 0;
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      .main-content .product-tabs .accordion-title {
        display: none; } }
    .main-content .product-tabs .accordion-title:first-of-type {
      border-top: 2px solid #e6e9ef; }
    .main-content .product-tabs .accordion-title.is-open .icon-minus {
      display: inline-block; }
    .main-content .product-tabs .accordion-title.is-open .icon-plus {
      display: none; }
    @media screen and (max-width: 767px) {
      .main-content .product-tabs .accordion-title.is-open {
        margin-right: 0; } }
    .main-content .product-tabs .accordion-title a {
      display: block;
      padding: 15px;
      color: inherit; }
    .main-content .product-tabs .accordion-title .icon {
      position: absolute;
      top: 1.25rem;
      right: 15px;
      width: 1rem;
      height: 1rem; }
    .main-content .product-tabs .accordion-title .icon-plus {
      display: inline-block; }
    .main-content .product-tabs .accordion-title .icon-minus {
      display: none; }
  @media screen and (max-width: 767px) {
    .main-content .product-tabs .tab-content-panel {
      padding: 30px 15px;
      margin-right: -15px;
      margin-left: -15px;
      border-bottom: 2px solid #e6e9ef; } }
  .main-content .product-tabs .product-videos-list .video-container {
    max-width: 640px;
    margin: 15px auto 0; }
    .main-content .product-tabs .product-videos-list .video-container:first-of-type {
      margin-top: 0; }

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

.review-item {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #dadada; }
  .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-author {
  margin-right: 8px;
  font-size: 1rem;
  color: #1e1e1e;
  font-weight: 600; }

.review-date {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #9b9b9b;
  text-transform: uppercase; }

.review-item-title {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #1e1e1e; }

.review-item-body {
  margin: 0;
  color: dimgray;
  font-size: 1rem; }

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

.reviews-show-more-link {
  display: inline-block;
  font-size: 1.125rem;
  color: #55929a; }
  .reviews-show-more-link:hover {
    color: #55929a; }
    .reviews-show-more-link:hover .icon-arrow-down {
      transform: scale(2);
      color: #55929a; }
  .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; }

@media screen and (min-width: 768px) {
  .product-warranty {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 768px) {
  .product-warranty + .product-details-blocks {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; } }

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

.product-details-block {
  margin-bottom: 2em;
  font-family: "Inter", Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 480px) {
    .product-details-block {
      width: 32.20339%;
      float: left; }
      .product-details-block:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-details-block:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .product-details-block:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }

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

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

.review-form {
  border-radius: 4px; }
  .review-form .form-input, .review-form .product-item-rating {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .review-form .rating-name,
    .review-form .rating-email,
    .review-form .rating-number {
      width: 47.0339%;
      float: left;
      margin-right: 1.69492%; } }
  @media screen and (min-width: 768px) {
    .review-form .rating-email {
      float: right;
      margin-right: 0; } }
  .review-form .rating-subject {
    clear: both; }
  .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; }

.product-single-tabless .reviews-wrap {
  background: #f3f3f3; }
  .product-single-tabless .reviews-wrap .reviews-section-header {
    border-bottom: 2px solid #dadada; }
    .product-single-tabless .reviews-wrap .reviews-section-header .out-of,
    .product-single-tabless .reviews-wrap .reviews-section-header .based-on {
      font-size: 1rem;
      color: #373737; }
    .product-single-tabless .reviews-wrap .reviews-section-header .based-on {
      font-weight: 600; }
  .product-single-tabless .reviews-wrap .review-form {
    background: transparent; }
    .product-single-tabless .reviews-wrap .review-form .form-submit {
      width: unset; }

.cart-options-modal {
  max-width: 600px;
  padding: 5vw;
  opacity: 0; }
  .modal-wrapper.loaded .cart-options-modal {
    opacity: 1; }
  .cart-options-modal .reconfigure-errors {
    display: none; }
  .cart-options-modal .icon-close {
    width: 15px;
    height: 15px; }

section.video-header {
  position: relative;
  height: calc(100vh - 130px);
  overflow: hidden;
  display: none; }
  @media screen and (min-width: 768px) {
    section.video-header {
      display: block; } }
  section.video-header video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  section.video-header .svg-wrap {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    cursor: pointer; }
  section.video-header svg {
    fill: #fff; }

section.image-header {
  position: relative;
  height: 320px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    section.image-header {
      height: calc(100vh - 300px);
      max-height: 1000px; } }
  section.image-header img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  section.image-header .image-header-copy {
    position: absolute;
    top: 50%;
    background: #F6F7F9;
    border: 1px solid #707070;
    width: 100%; }
    @media screen and (max-width: 767px) {
      section.image-header .image-header-copy {
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        max-width: calc(100% - 1.5rem); } }
    @media screen and (min-width: 768px) {
      section.image-header .image-header-copy {
        left: 40px;
        transform: translateY(-50%);
        max-width: 600px; } }
    section.image-header .image-header-copy h1, section.image-header .image-header-copy .blog-items-list .post-title, .blog-items-list section.image-header .image-header-copy .post-title, section.image-header .image-header-copy p {
      color: #373737; }
    section.image-header .image-header-copy h1, section.image-header .image-header-copy .blog-items-list .post-title, .blog-items-list section.image-header .image-header-copy .post-title {
      font-size: 37px;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        section.image-header .image-header-copy h1, section.image-header .image-header-copy .blog-items-list .post-title, .blog-items-list section.image-header .image-header-copy .post-title {
          font-size: 55px; } }
    section.image-header .image-header-copy.home h1, section.image-header .image-header-copy.home .blog-items-list .post-title, .blog-items-list section.image-header .image-header-copy.home .post-title {
      font-size: 36px; }
      @media screen and (min-width: 768px) {
        section.image-header .image-header-copy.home h1, section.image-header .image-header-copy.home .blog-items-list .post-title, .blog-items-list section.image-header .image-header-copy.home .post-title {
          font-size: 1.75rem; } }
    section.image-header .image-header-copy p {
      font-size: 16px;
      line-height: 16px; }
      @media screen and (min-width: 768px) {
        section.image-header .image-header-copy p {
          font-size: 20px;
          line-height: 25px; } }

nav.product-group-navigation ul li {
  background: #F6F7F9;
  border: 1px solid #707070;
  margin-bottom: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 6px 6px 6px; }
  @media screen and (min-width: 768px) {
    nav.product-group-navigation ul li {
      margin: 0 24px; }
      nav.product-group-navigation ul li:first-child {
        margin-left: 0; }
      nav.product-group-navigation ul li:last-child {
        margin-right: 0; } }
  nav.product-group-navigation ul li a:hover .product-group-item-hover-wrap img {
    opacity: 0.8; }
  nav.product-group-navigation ul li a:hover .product-group-item-hover-wrap .product-group-hover-button {
    display: block; }
  nav.product-group-navigation ul li .product-group-item-hover-wrap {
    position: relative;
    border: 1px solid #707070;
    background: black;
    height: 300px;
    overflow: hidden; }
    @media screen and (min-width: 480px) {
      nav.product-group-navigation ul li .product-group-item-hover-wrap {
        height: 380px; } }
    @media screen and (min-width: 768px) {
      nav.product-group-navigation ul li .product-group-item-hover-wrap {
        height: unset; } }
    nav.product-group-navigation ul li .product-group-item-hover-wrap img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        nav.product-group-navigation ul li .product-group-item-hover-wrap img {
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover; } }
  nav.product-group-navigation ul li .product-group-hover-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 1.5rem);
    background: #4E9AA5;
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    border-radius: 4px; }
  nav.product-group-navigation ul li .product-group-item-text {
    color: #373737;
    font-size: 18px;
    line-height: 1; }

.breadcrumbs-container {
  max-width: 1800px;
  margin: 0 auto; }
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 1.5rem 0 !important; }
    @media screen and (max-width: 1023px) {
      .breadcrumbs-container .breadcrumbs {
        padding: 0.5rem 0 !important; } }
  .breadcrumbs-container .breadcrumb a {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #828282; }
  .breadcrumbs-container .breadcrumb:not(:last-child) a {
    font-weight: 600;
    color: #407981; }
  .breadcrumbs-container .breadcrumb:not(:last-child)::after {
    content: "/";
    margin: 0 3px 0 1px;
    font-weight: 100;
    color: #828282; }
  .breadcrumbs-container .breadcrumb:not(:last-child) a:hover {
    text-decoration: underline; }

.site-wrapper {
  width: 100%;
  overflow: hidden; }

.site-canvas {
  position: relative;
  padding-top: 7rem;
  transition: transform .3s ease, padding 0.2s linear; }
  @media screen and (min-width: 1024px) {
    .site-canvas {
      padding-top: 13.5625rem; } }

.container, .product-stacked {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }
  .container:after, .product-stacked:after {
    content: " ";
    display: block;
    clear: both; }
  .container.container-small, .container-small.product-stacked {
    max-width: 820px; }

.section {
  padding: 3.4375rem 0; }
  .section.p-sm {
    padding: 25px 0; }
  .section.pb-sm {
    padding-bottom: 25px; }
  .section.pb-none {
    padding-bottom: 0; }
  .section.pt-sm {
    padding-top: 25px; }
  .section.error {
    text-align: center; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background: linear-gradient(256.81deg, rgba(143, 197, 205, 0.3) -9.95%, rgba(21, 49, 53, 0.3) 100.01%), #153135;
  transition: transform 0.3s ease; }

.alert-bar {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #f26c33; }
  .multi-link-alert-bar-active .alert-bar {
    height: 24px; }
  .single-link-alert-bar-active .alert-bar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .single-link-alert-bar-active .alert-bar {
        height: 32px; } }
  .alert-bar .alert-bar-marquee {
    display: inline-block;
    animation: scroll-left 120s linear infinite; }

@keyframes scroll-left {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(-100%); } }
  .alert-bar .single-link {
    color: white; }
    .alert-bar .single-link a {
      color: white;
      font-size: 2rem; }
      @media screen and (max-width: 1408px) {
        .alert-bar .single-link a {
          font-size: 1.625rem; } }
      @media screen and (max-width: 1216px) {
        .alert-bar .single-link a {
          font-size: 1.25rem; } }
      @media screen and (max-width: 1023px) {
        .alert-bar .single-link a {
          font-size: 1rem; } }
  .alert-bar .multi-link {
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 3px 0; }
    .alert-bar .multi-link:after {
      content: '//'; }
    .alert-bar .multi-link:last-child:after {
      content: ''; }
    .alert-bar .multi-link a {
      color: white;
      margin: 0 40px; }

.top-bar {
  position: relative;
  z-index: 1000;
  color: white;
  padding: 0 48px;
  max-width: 1800px; }
  @media screen and (max-width: 1408px) {
    .top-bar {
      padding: 0 24px; } }
  @media screen and (max-width: 1216px) {
    .top-bar {
      padding: 0 16px; } }
  @media screen and (max-width: 1023px) {
    .top-bar .main-nav-bar {
      order: 1;
      flex-grow: 0;
      padding-right: 18px; }
    .top-bar .company-logo {
      order: 2; }
    .top-bar .left-nav-bar {
      order: 3; }
    .top-bar .top-bar-button-user {
      display: none; } }
  .top-bar .company-logo svg {
    fill: #f26c33;
    transition: fill 0.15s ease-in-out; }
  .top-bar .company-logo:hover svg {
    fill: #ffffff; }
  .top-bar .company-logo svg {
    width: 7.875rem;
    margin-right: 48px; }
    @media screen and (max-width: 1408px) {
      .top-bar .company-logo svg {
        width: 6.25rem;
        margin-right: 24px; } }
    @media screen and (max-width: 1216px) {
      .top-bar .company-logo svg {
        width: 5rem;
        margin-right: 16px; } }
    @media screen and (max-width: 1023px) {
      .top-bar .company-logo svg {
        width: 4rem; } }
  .top-bar .main-nav-bar,
  .top-bar .left-nav-bar,
  .top-bar .top-bar-button,
  .top-bar .button-search-expander {
    height: 7rem; }
    @media screen and (max-width: 1023px) {
      .top-bar .main-nav-bar,
      .top-bar .left-nav-bar,
      .top-bar .top-bar-button,
      .top-bar .button-search-expander {
        height: 3.5rem; } }
  .top-bar .top-bar-button,
  .top-bar .button-search-expander {
    background: none;
    padding: 0 0 0 10%;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .top-bar .top-bar-button,
      .top-bar .button-search-expander {
        padding: 0 0 0 24px; } }
    .top-bar .top-bar-button:focus,
    .top-bar .button-search-expander:focus {
      outline: none; }
    .top-bar .top-bar-button:hover,
    .top-bar .button-search-expander:hover {
      color: #f26c33; }
      .top-bar .top-bar-button:hover svg,
      .top-bar .button-search-expander:hover svg {
        fill: #f26c33; }
    .top-bar .top-bar-button .header-cart-quantity,
    .top-bar .button-search-expander .header-cart-quantity {
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      font-weight: 600;
      font-size: 1.125rem; }
    .top-bar .top-bar-button svg,
    .top-bar .button-search-expander svg {
      transition: fill 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      fill: #f3f3f3;
      width: 2rem; }
      @media screen and (max-width: 1408px) {
        .top-bar .top-bar-button svg,
        .top-bar .button-search-expander svg {
          width: 1.875rem; } }
      @media screen and (max-width: 1216px) {
        .top-bar .top-bar-button svg,
        .top-bar .button-search-expander svg {
          width: 1.75rem; } }
    .top-bar .top-bar-button .nav-link:after,
    .top-bar .button-search-expander .nav-link:after {
      display: none; }
    .top-bar .top-bar-button .dropdown-menu,
    .top-bar .button-search-expander .dropdown-menu {
      margin-top: -2px !important;
      left: 100% !important; }

.promo-message {
  padding: 1rem 2rem 1rem 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: white;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #153135; }
  .promo-message a {
    color: white;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #f26c33;
      text-decoration: none; }

.site-footer {
  color: #e6e6e6;
  font-size: 1.125rem;
  background: linear-gradient(256.81deg, rgba(143, 197, 205, 0.3) -9.95%, rgba(21, 49, 53, 0.3) 100.01%), #153135; }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-nav-wrap,
  .site-footer .footer-nav-fine-print {
    max-width: 1800px;
    padding: 48px; }
    @media screen and (max-width: 650px) {
      .site-footer .footer-nav-wrap,
      .site-footer .footer-nav-fine-print {
        padding: 24px; } }
  .site-footer .footer-nav-wrap {
    flex-direction: row; }
    @media screen and (max-width: 1216px) {
      .site-footer .footer-nav-wrap {
        flex-direction: column; } }
  .site-footer .footer-logo {
    width: 40%; }
    @media screen and (max-width: 1408px) {
      .site-footer .footer-logo {
        width: 30%; } }
    @media screen and (max-width: 1216px) {
      .site-footer .footer-logo {
        width: unset; } }
    .site-footer .footer-logo svg {
      width: 7.875rem;
      fill: #f26c33;
      margin: 0 48px 48px 0; }
  .site-footer .footer-newsletter-social {
    flex-direction: row;
    border-bottom: 1px solid #8fc5cd; }
    @media screen and (max-width: 900px) {
      .site-footer .footer-newsletter-social {
        flex-direction: column; } }
    .site-footer .footer-newsletter-social h4, .site-footer .footer-newsletter-social .search-wrap .search-input, .search-wrap .site-footer .footer-newsletter-social .search-input, .site-footer .footer-newsletter-social .content-result h1, .content-result .site-footer .footer-newsletter-social h1, .site-footer .footer-newsletter-social .content-result .blog-items-list .post-title, .content-result .blog-items-list .site-footer .footer-newsletter-social .post-title, .site-footer .footer-newsletter-social .blog-items-list .content-result .post-title, .blog-items-list .content-result .site-footer .footer-newsletter-social .post-title {
      color: #ffffff; }
    .site-footer .footer-newsletter-social .footer-social {
      padding-left: 24px; }
      @media screen and (max-width: 900px) {
        .site-footer .footer-newsletter-social .footer-social {
          padding-left: 0; } }
      .site-footer .footer-newsletter-social .footer-social h4, .site-footer .footer-newsletter-social .footer-social .search-wrap .search-input, .search-wrap .site-footer .footer-newsletter-social .footer-social .search-input, .site-footer .footer-newsletter-social .footer-social .content-result h1, .content-result .site-footer .footer-newsletter-social .footer-social h1, .site-footer .footer-newsletter-social .footer-social .content-result .blog-items-list .post-title, .content-result .blog-items-list .site-footer .footer-newsletter-social .footer-social .post-title, .site-footer .footer-newsletter-social .footer-social .blog-items-list .content-result .post-title, .blog-items-list .content-result .site-footer .footer-newsletter-social .footer-social .post-title {
        opacity: 0; }
      .site-footer .footer-newsletter-social .footer-social p {
        text-align: left; }
        @media screen and (max-width: 900px) {
          .site-footer .footer-newsletter-social .footer-social p {
            text-align: center; } }
      .site-footer .footer-newsletter-social .footer-social .footer-social-media {
        justify-content: space-between; }
        @media screen and (max-width: 900px) {
          .site-footer .footer-newsletter-social .footer-social .footer-social-media {
            justify-content: center; } }
        .site-footer .footer-newsletter-social .footer-social .footer-social-media .social-media-link {
          margin: 0 8px 0 0; }
          @media screen and (max-width: 900px) {
            .site-footer .footer-newsletter-social .footer-social .footer-social-media .social-media-link {
              margin: 0 8px; } }
    .site-footer .footer-newsletter-social .newsletter-signup {
      position: relative; }
      .site-footer .footer-newsletter-social .newsletter-signup form,
      .site-footer .footer-newsletter-social .newsletter-signup form * {
        padding: 0 !important;
        margin: 0 !important; }
      .site-footer .footer-newsletter-social .newsletter-signup form p {
        display: none !important; }
      .site-footer .footer-newsletter-social .newsletter-signup form input {
        background: #FFFFFF !important;
        border-radius: 4px !important;
        padding: 16px 24px !important;
        height: 56px !important;
        margin-right: 16px !important;
        font-family: "Inter", Arial, Helvetica, sans-serif !important;
        font-size: 1.125rem !important;
        flex-grow: 1 !important;
        box-shadow: none !important;
        border: 1px solid #407981 !important; }
      .site-footer .footer-newsletter-social .newsletter-signup form button,
      .site-footer .footer-newsletter-social .newsletter-signup form input.button,
      .site-footer .footer-newsletter-social .newsletter-signup form .blog input.post-read-more,
      .blog .site-footer .footer-newsletter-social .newsletter-signup form input.post-read-more {
        box-sizing: border-box;
        padding: 0 48px !important;
        height: 56px !important;
        border-radius: 4px !important;
        font-family: "Poppins", Arial, Helvetica, sans-serif !important;
        font-size: 1.25rem !important;
        flex-grow: 1 !important;
        transition: all 0.15s ease-in-out, color 0.15s ease-in-out;
        width: auto;
        margin: 0 !important;
        border: 3px solid #8fc5cd !important;
        background: transparent !important;
        color: #8fc5cd !important; }
        .site-footer .footer-newsletter-social .newsletter-signup form button:hover,
        .site-footer .footer-newsletter-social .newsletter-signup form input.button:hover,
        .site-footer .footer-newsletter-social .newsletter-signup form .blog input.post-read-more:hover,
        .blog .site-footer .footer-newsletter-social .newsletter-signup form input.post-read-more:hover {
          border-color: #ffffff !important;
          color: #ffffff !important; }
        @media screen and (max-width: 650px) {
          .site-footer .footer-newsletter-social .newsletter-signup form button,
          .site-footer .footer-newsletter-social .newsletter-signup form input.button,
          .site-footer .footer-newsletter-social .newsletter-signup form .blog input.post-read-more,
          .blog .site-footer .footer-newsletter-social .newsletter-signup form input.post-read-more {
            padding: 0 16px !important; } }
      .site-footer .footer-newsletter-social .newsletter-signup .form-field {
        width: 100%;
        margin-bottom: 30px; }
      .site-footer .footer-newsletter-social .newsletter-signup .form-inline-message {
        text-align: left;
        color: #ffffff; }
      .site-footer .footer-newsletter-social .newsletter-signup .newsletter-summary {
        margin-top: 30px;
        text-align: center; }
      .site-footer .footer-newsletter-social .newsletter-signup .g-recaptcha {
        display: none; }
  .site-footer .footer-social a {
    color: inherit; }
    .site-footer .footer-social a svg {
      fill: #e6e6e6;
      height: 32px;
      transition: fill 0.15s ease-in-out; }
    .site-footer .footer-social a:hover {
      text-decoration: none;
      color: #ffffff; }
      .site-footer .footer-social a:hover svg {
        fill: #f26c33; }
  .site-footer .footer-nav-lists-wrap {
    flex-direction: row; }
    @media screen and (max-width: 800px) {
      .site-footer .footer-nav-lists-wrap {
        flex-direction: column; } }
  .site-footer ul.footer-nav {
    font-size: 1rem;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .site-footer ul.footer-nav {
        margin-bottom: 16px; } }
    .site-footer ul.footer-nav li {
      display: flex;
      align-items: flex-start;
      margin: 4px 0 16px 0; }
      .site-footer ul.footer-nav li svg {
        display: inline-block;
        width: 18px;
        margin: 4px 8px 0 0;
        fill: #e6e6e6; }
    .site-footer ul.footer-nav h4, .site-footer ul.footer-nav .search-wrap .search-input, .search-wrap .site-footer ul.footer-nav .search-input, .site-footer ul.footer-nav .content-result h1, .content-result .site-footer ul.footer-nav h1, .site-footer ul.footer-nav .content-result .blog-items-list .post-title, .content-result .blog-items-list .site-footer ul.footer-nav .post-title, .site-footer ul.footer-nav .blog-items-list .content-result .post-title, .blog-items-list .content-result .site-footer ul.footer-nav .post-title {
      font-size: 1.125rem;
      color: #ffffff; }
  .site-footer .footer-nav-fine-print {
    padding: 24px 48px 48px 48px;
    margin: 48px 0 0 0;
    color: #cdcdcd;
    font-size: 0.8125rem;
    flex-direction: row;
    text-align: inherit;
    width: calc(100% - 96px);
    border-top: 1px solid #8fc5cd; }
    @media screen and (max-width: 1216px) {
      .site-footer .footer-nav-fine-print {
        padding: 24px 24px 48px 24px; } }
    @media screen and (max-width: 900px) {
      .site-footer .footer-nav-fine-print {
        flex-direction: column;
        text-align: center;
        line-height: 2; } }
    @media screen and (max-width: 650px) {
      .site-footer .footer-nav-fine-print {
        padding: 24px 16px;
        margin: 16px 0 0 0;
        width: calc(100% - (32px)); } }
    .site-footer .footer-nav-fine-print a {
      text-decoration: underline;
      margin: 0 16px; }
      @media screen and (max-width: 1216px) {
        .site-footer .footer-nav-fine-print a {
          margin: 0 8px; } }
      .site-footer .footer-nav-fine-print a:hover {
        color: #ffffff; }

.button-top {
  position: fixed;
  right: 12px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: white;
  opacity: 0;
  border-radius: 30px;
  background-color: #9b9b9b;
  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: #8fc5cd;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: 12px;
    transform: translateY(0); }
    @media screen and (min-width: 768px) {
      .button-top.show {
        bottom: 27px; } }
  .button-top .icon {
    width: 16px;
    height: 10px; }

@media screen and (min-width: 768px) {
  section.tile-section {
    border: 1px solid #707070; } }

section.tile-section .map-tile,
section.tile-section .carousel-tile {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    section.tile-section .map-tile,
    section.tile-section .carousel-tile {
      max-height: 400px; } }
  @media screen and (min-width: 1024px) {
    section.tile-section .map-tile,
    section.tile-section .carousel-tile {
      max-height: 425px; } }
  @media screen and (min-width: 1240px) {
    section.tile-section .map-tile,
    section.tile-section .carousel-tile {
      max-height: 450px; } }

@media screen and (max-width: 767px) {
  section.tile-section .map-tile {
    border: 1px solid #707070; } }

@media screen and (min-width: 768px) {
  section.tile-section .map-tile {
    height: unset;
    border-right: 1px solid #707070; } }

section.tile-section .map-tile p {
  font-size: 16px;
  font-style: italic;
  color: #000;
  margin: 0 0 20px;
  line-height: 1; }

section.tile-section .map-tile h2, section.tile-section .map-tile .giftcard-header {
  font-size: 26px;
  text-transform: uppercase;
  color: #13657f;
  margin: 0 0 10px;
  line-height: 1; }

section.tile-section .carousel-tile {
  line-height: 1; }
  @media screen and (max-width: 767px) {
    section.tile-section .carousel-tile {
      border: 1px solid #707070; } }
  @media screen and (min-width: 768px) {
    section.tile-section .carousel-tile {
      border: unset; } }

@media screen and (max-width: 767px) and (min-width: 480px) {
  section.tile-section .categories ul {
    border: 1px solid #707070; } }

@media screen and (min-width: 768px) {
  section.tile-section .categories ul {
    border-top: 1px solid #707070; } }

section.tile-section .categories ul li {
  position: relative;
  overflow: hidden;
  height: 230px; }
  @media screen and (max-width: 479px) {
    section.tile-section .categories ul li {
      border: 1px solid #707070; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    section.tile-section .categories ul li {
      border: unset; } }
  @media screen and (min-width: 768px) {
    section.tile-section .categories ul li {
      border-right: 1px solid #707070; }
      section.tile-section .categories ul li:last-child {
        border: none; } }
  section.tile-section .categories ul li span {
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.46) 5px 5px 5px; }
  section.tile-section .categories ul li img {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: unset;
    min-width: 100%; }

section.top-brands .section-title,
section.products-featured .section-title {
  background: #373737;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0; }

section.top-brands .container ul, section.top-brands .product-stacked ul,
section.products-featured .container ul,
section.products-featured .product-stacked ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  section.top-brands .container ul li, section.top-brands .product-stacked ul li,
  section.products-featured .container ul li,
  section.products-featured .product-stacked ul li {
    width: calc(100% / 2);
    padding: 16px 24px; }
    @media screen and (min-width: 480px) {
      section.top-brands .container ul li, section.top-brands .product-stacked ul li,
      section.products-featured .container ul li,
      section.products-featured .product-stacked ul li {
        width: calc(100% / 3);
        padding: 20px 32px; } }
    @media screen and (min-width: 768px) {
      section.top-brands .container ul li, section.top-brands .product-stacked ul li,
      section.products-featured .container ul li,
      section.products-featured .product-stacked ul li {
        width: calc(100% / 4);
        padding: 20px 40px; } }
    @media screen and (min-width: 1024px) {
      section.top-brands .container ul li, section.top-brands .product-stacked ul li,
      section.products-featured .container ul li,
      section.products-featured .product-stacked ul li {
        width: calc(100% / 7);
        padding: 32px; } }

.slick-slider .product-grid-item, .slick-slider .account-product-item {
  min-height: 600px;
  justify-content: space-between; }

/*----------  Top-bar Tab  ----------*/
.compare-wrap {
  position: relative;
  display: none;
  height: 7rem;
  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: 7rem;
  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: #153135;
  text-align: center;
  background-color: #f26c33;
  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: #2e3036;
  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 {
  color: #153135;
  position: relative;
  transition: background-color 0.3s ease;
  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-wrap {
  display: table;
  width: 100%;
  padding: 25px; }
  .compare-tab-item-wrap > * {
    display: table-cell; }
  .compare-tab-item-wrap .giftcard-image {
    width: 75px; }

.compare-tab-item-thumb {
  width: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.compare-tab-item-description {
  vertical-align: middle;
  padding-left: 20px;
  width: 90%;
  padding-right: 15px;
  text-align: left; }

.compare-tab-item-title {
  font-family: "Inter", Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  text-transform: uppercase; }

.compare-tab-item-price {
  color: #f26c33;
  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: #e6e9ef; }
  .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; }

.cart .link {
  font-size: 0.75rem;
  cursor: pointer; }

.cart-table-header,
.cart-item {
  position: relative; }
  @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; }

/*----------  Cart Table Header  ----------*/
.cart-table-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e9ef; }
  @media screen and (max-width: 767px) {
    .cart-table-header {
      display: none; } }
  .cart-table-header .cell {
    color: #2e3036; }

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

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

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

/*----------  Cart Table Items  ----------*/
.cart-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #e6e9ef; }
  @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-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-image {
  width: 100px; }

.cart-item-link {
  display: block;
  position: relative;
  width: 100%; }
  .cart-item-link img {
    width: auto;
    height: auto;
    border: 1px solid #e6e9ef; }

.cart-item-text {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 480px) {
    .cart-item-text {
      padding-left: 30px; } }

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

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

.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 #e6e6e6;
    color: #e6e6e6;
    line-height: 0;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .quantity-control .button-control-action:hover {
      color: #f26c33;
      border-color: #f26c33; }
    .quantity-control .button-control-action:focus {
      outline: none; }
  .quantity-control .form-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: "Poppins", Arial, Helvetica, sans-serif;
    color: #6b6e79;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .quantity-control .form-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 .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 .review-form .product-item-rating[type="number"]:focus, .review-form .quantity-control .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #e6e6e6; }
  .quantity-control .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

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

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

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

/*----------  Gift Wrapping  ----------*/
.giftwrapping-detail {
  color: #e6e6e6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  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: normal; }
  .giftwrap-modal .form-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: #e6e6e6; }

.giftwrap-form .form-actions {
  text-align: center; }

.giftwrap-form .button + .button, .giftwrap-form .blog .post-read-more + .button, .blog .giftwrap-form .post-read-more + .button, .giftwrap-form .blog .button + .post-read-more, .blog .giftwrap-form .button + .post-read-more, .giftwrap-form .blog .post-read-more + .post-read-more, .blog .giftwrap-form .post-read-more + .post-read-more {
  margin-left: 1.5em; }

/*----------  Cart Totals  ----------*/
@media screen and (min-width: 768px) {
  .cart-totals-column {
    width: 45%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 1024px) {
  .cart-totals-column {
    width: 35%;
    float: left;
    margin-right: 1.69492%; } }

@media screen and (min-width: 768px) {
  .cart-totals-column:last-child {
    float: right;
    margin-right: 0; } }

.cart-totals-item {
  padding: 1.625rem 0;
  border-bottom: 1px solid #e6e9ef; }
  .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 {
  font-weight: normal; }

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

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

@media screen and (max-width: 479px) {
  .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
    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, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
      width: calc(50% - 10px);
      padding-right: 0;
      padding-left: 0; } }

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

.cart-additional-checkout-buttons {
  text-align: center; }
  .cart-additional-checkout-buttons p {
    float: none !important; }
  .cart-additional-checkout-buttons form {
    clear: both; }
  .cart-additional-checkout-buttons > * {
    margin-bottom: 0.9375rem; }
  .cart-additional-checkout-buttons:last-child {
    margin-bottom: 0; }

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

.coupon-code {
  border: 0; }

.form-coupon {
  position: relative; }

.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-quote-item {
  cursor: pointer;
  margin-left: 2px; }
  .shipping-quote-item:hover {
    color: #f26c33; }
  .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; }

.form-gift-certificate {
  display: none;
  margin-top: 1.75rem; }
  .form-gift-certificate.visible {
    display: block; }

.account-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem; }
  .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='%23e6e6e6' 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='%23e6e6e6' 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: 3.4375rem;
    padding: 1.1875rem 1.0625rem 1.125rem;
    color: #b4b4b4;
    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 select {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      appearance: none; }

.account-login .account-button-secondary {
  margin-left: 1.25rem; }

/*----------  Auth Modal  ----------*/
.login-modal .modal-title {
  margin: 0;
  color: white;
  text-align: center; }

.login-modal .account-sub-heading {
  text-align: center; }

.login-modal .account-login-wrapper {
  display: block;
  padding: 0; }
  @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-button-secondary {
  padding: 0 0 3px;
  background-color: transparent;
  color: #407981;
  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, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more {
    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); }

/*----------  Login  ----------*/
.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 .blog .post-read-more, .blog .auth-login-form .post-read-more,
.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: "Inter", Arial, Helvetica, sans-serif;
  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='%236b6e79' 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: 13px;
      margin-right: 0.9375rem;
      content: ""; }

/*----------  Forgot Password  ----------*/
.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; }

/*----------  Nav  ----------*/
.account-nav-list {
  text-transform: uppercase;
  border: 0; }

.account-nav-item {
  color: inherit;
  border: 0; }
  .account-nav-item.is-active {
    border: 0;
    color: #f26c33; }

.account-nav-link {
  padding: 0.625rem 0; }

/*----------  Products  ----------*/
.account-product-item {
  margin-bottom: 3rem; }
  @media screen and (min-width: 480px) {
    .account-product-item {
      width: 49.15254%;
      float: left; }
      .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .account-product-item {
      width: 32.20339%;
      float: left; }
      .account-product-item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .account-product-item:nth-child(3n + 2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none; }
      .account-product-item:nth-child(3n + 3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none; } }

/*----------  Blog Index  ----------*/
.blog-items-list .post {
  max-width: 40.3125rem;
  padding-bottom: 3.4375rem;
  margin: 3.4375rem auto 0;
  border-bottom: 1px solid #e6e9ef; }
  .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; } }

.blog-items-list .blog-thumb {
  margin-bottom: 1.875rem; }

.post-image-link {
  display: block;
  position: relative; }

.blog-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.featured-image-container {
  display: block; }
  .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-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #e6e6e6;
  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: 3.4375rem; }

.post-tag {
  padding: 0.625rem;
  margin-right: 6px;
  background-color: #eff1f5;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .post-tag:before {
    content: "#"; }
  .post-tag:hover {
    color: white;
    background-color: #bfc1c4; }

/*----------  Share Buttons  ----------*/
.share-buttons {
  line-height: 0; }

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

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

.brand-items-list {
  font-size: 0; }

.brand-item {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 1rem;
  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 #e6e9ef;
    transition: all 0.6s ease-out; }
    .brand-item a:hover {
      background-color: #2e3036;
      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(46, 48, 54, 0.75); }

.brand-item-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0; }

.form-contact-us .form-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; }

@media screen and (min-width: 768px) {
  .giftcard-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 30px; } }

.giftcard-content {
  padding-bottom: 3.4375rem; }
  @media screen and (min-width: 768px) {
    .giftcard-content {
      width: 74.57627%;
      float: left;
      margin-right: 1.69492%;
      float: right;
      margin-right: 0; } }
  .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 #e6e9ef; }

.giftcard-nav-item {
  margin: 0 0.5rem 0.625rem;
  text-decoration: none;
  color: #e6e6e6; }
  .giftcard-nav-item.is-active {
    color: #f26c33; }

.giftcertificates .giftcard-body {
  padding: 3.125rem 4.5rem;
  background-color: #eff1f5; }

.giftcard-body .form-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-theme .form-label {
  width: 32.20339%;
  float: left; }
  .giftcard-form-theme .form-label:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .giftcard-form-theme .form-label:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none; }
  .giftcard-form-theme .form-label:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none; }

.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: -55px;
    margin-left: calc(50% + 10px); } }

.giftcard-redeem-steps {
  margin-left: 1em; }

#diagonal-content-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    #diagonal-content-wrapper .hidden-m {
      display: none !important; }
    #diagonal-content-wrapper #landing-wrapper + .diagonal-box {
      margin-top: 600px; } }
  @media screen and (max-width: 1023px) {
    #diagonal-content-wrapper .show-m {
      display: none !important; }
    #diagonal-content-wrapper .top-spacing-s {
      margin-top: 64px; } }
  #diagonal-content-wrapper .next-section {
    width: 60px;
    text-align: center;
    cursor: pointer; }
    #diagonal-content-wrapper .next-section svg {
      width: 100%;
      height: 50px; }
    #diagonal-content-wrapper .next-section.first {
      margin-left: auto;
      margin-bottom: 15px; }
    #diagonal-content-wrapper .next-section.types {
      margin-left: auto; }
  #diagonal-content-wrapper .photo-credit {
    position: relative;
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px; }
    #diagonal-content-wrapper .photo-credit p {
      margin: 0; }
    @media screen and (max-width: 1023px) {
      #diagonal-content-wrapper .photo-credit {
        padding: 25px; } }
  #diagonal-content-wrapper .disclaimer {
    position: relative;
    background-color: #d0d4da;
    padding: 25px 0;
    color: #363636; }
    #diagonal-content-wrapper .disclaimer h3, #diagonal-content-wrapper .disclaimer .section-title, #diagonal-content-wrapper .disclaimer .listing-title, #diagonal-content-wrapper .disclaimer .login-modal .account-sub-heading, .login-modal #diagonal-content-wrapper .disclaimer .account-sub-heading, #diagonal-content-wrapper .disclaimer .auth-sub-heading {
      text-align: center;
      margin-top: 0; }
    #diagonal-content-wrapper .disclaimer p {
      font-size: 16px; }
    @media screen and (max-width: 1023px) {
      #diagonal-content-wrapper .disclaimer {
        padding: 25px 15px; } }
  #diagonal-content-wrapper #landing-wrapper {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 1024px) {
      #diagonal-content-wrapper #landing-wrapper {
        position: absolute;
        top: 0;
        min-height: 100vh; } }
    #diagonal-content-wrapper #landing-wrapper .container, #diagonal-content-wrapper #landing-wrapper .product-stacked {
      position: relative; }
      @media screen and (min-width: 1024px) {
        #diagonal-content-wrapper #landing-wrapper .container, #diagonal-content-wrapper #landing-wrapper .product-stacked {
          min-height: 100vh; } }
    #diagonal-content-wrapper #landing-wrapper .ratio__16_9 {
      padding-top: 56.25%;
      width: 100%; }
    #diagonal-content-wrapper #landing-wrapper #landing-message {
      position: absolute;
      top: 25px;
      right: 15px;
      color: #e3511d;
      font-size: 18px;
      margin: 0;
      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1); }
      #diagonal-content-wrapper #landing-wrapper #landing-message span {
        display: block;
        font-size: 48px;
        line-height: 1; }
      @media screen and (min-width: 480px) {
        #diagonal-content-wrapper #landing-wrapper #landing-message {
          font-size: 28px; }
          #diagonal-content-wrapper #landing-wrapper #landing-message span {
            font-size: 72px; } }
      @media screen and (min-width: 768px) {
        #diagonal-content-wrapper #landing-wrapper #landing-message {
          font-size: 32px; }
          #diagonal-content-wrapper #landing-wrapper #landing-message span {
            font-size: 96px; } }
      @media screen and (min-width: 1024px) {
        #diagonal-content-wrapper #landing-wrapper #landing-message {
          top: var(--bs-gutter-x, 0.75rem);
          right: var(--bs-gutter-x, 0.75rem);
          font-size: 48px; }
          #diagonal-content-wrapper #landing-wrapper #landing-message span {
            font-size: 128px; } }
    #diagonal-content-wrapper #landing-wrapper #landing-bottom {
      position: absolute;
      top: 25%;
      bottom: 0;
      left: 0;
      right: 0; }
  #diagonal-content-wrapper .diagonal-box {
    position: relative;
    padding: 25px 15px;
    font-size: 16px; }
    #diagonal-content-wrapper .diagonal-box:nth-child(even) {
      background-color: #363636; }
      #diagonal-content-wrapper .diagonal-box:nth-child(even):before {
        background-color: #363636; }
      #diagonal-content-wrapper .diagonal-box:nth-child(even) .container, #diagonal-content-wrapper .diagonal-box:nth-child(even) .product-stacked,
      #diagonal-content-wrapper .diagonal-box:nth-child(even) h1,
      #diagonal-content-wrapper .diagonal-box:nth-child(even) .blog-items-list .post-title,
      .blog-items-list #diagonal-content-wrapper .diagonal-box:nth-child(even) .post-title, #diagonal-content-wrapper .diagonal-box:nth-child(even) h2, #diagonal-content-wrapper .diagonal-box:nth-child(even) .giftcard-header, #diagonal-content-wrapper .diagonal-box:nth-child(even) h3, #diagonal-content-wrapper .diagonal-box:nth-child(even) .section-title, #diagonal-content-wrapper .diagonal-box:nth-child(even) .listing-title, #diagonal-content-wrapper .diagonal-box:nth-child(even) .login-modal .account-sub-heading, .login-modal #diagonal-content-wrapper .diagonal-box:nth-child(even) .account-sub-heading, #diagonal-content-wrapper .diagonal-box:nth-child(even) .auth-sub-heading {
        color: #FFF; }
      #diagonal-content-wrapper .diagonal-box:nth-child(even) a {
        color: #48c5fd; }
        #diagonal-content-wrapper .diagonal-box:nth-child(even) a:hover {
          color: #54aad0; }
    #diagonal-content-wrapper .diagonal-box:nth-child(odd) {
      background-color: #FFFFFF; }
      #diagonal-content-wrapper .diagonal-box:nth-child(odd):before {
        background-color: #FFFFFF; }
      #diagonal-content-wrapper .diagonal-box:nth-child(odd) .container, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .product-stacked,
      #diagonal-content-wrapper .diagonal-box:nth-child(odd) h1,
      #diagonal-content-wrapper .diagonal-box:nth-child(odd) .blog-items-list .post-title,
      .blog-items-list #diagonal-content-wrapper .diagonal-box:nth-child(odd) .post-title, #diagonal-content-wrapper .diagonal-box:nth-child(odd) h2, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .giftcard-header, #diagonal-content-wrapper .diagonal-box:nth-child(odd) h3, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .section-title, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .listing-title, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .login-modal .account-sub-heading, .login-modal #diagonal-content-wrapper .diagonal-box:nth-child(odd) .account-sub-heading, #diagonal-content-wrapper .diagonal-box:nth-child(odd) .auth-sub-heading {
        color: #363636; }
    #diagonal-content-wrapper .diagonal-box .container, #diagonal-content-wrapper .diagonal-box .product-stacked {
      position: relative; }
    #diagonal-content-wrapper .diagonal-box .top-spacing {
      margin-top: 32px; }
    @media screen and (min-width: 1024px) {
      #diagonal-content-wrapper .diagonal-box {
        padding: 300px 0;
        margin-top: -1px; }
        #diagonal-content-wrapper .diagonal-box:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          transform: skewy(-20deg);
          transform-origin: 50% 0;
          outline: 1px solid transparent;
          backface-visibility: hidden; }
        #diagonal-content-wrapper .diagonal-box:nth-child(even), #diagonal-content-wrapper .diagonal-box:nth-child(odd) {
          background-color: transparent; }
        #diagonal-content-wrapper .diagonal-box .top-spacing {
          margin-top: 64px; }
        #diagonal-content-wrapper .diagonal-box .top-spacing-xl {
          margin-top: 128px; }
        #diagonal-content-wrapper .diagonal-box .top-outside {
          position: absolute;
          top: -370px;
          right: var(--bs-gutter-x, 0.75rem);
          width: 33.3333%;
          padding-left: 32px; }
          #diagonal-content-wrapper .diagonal-box .top-outside.types {
            top: -425px; }
          #diagonal-content-wrapper .diagonal-box .top-outside.material {
            top: -110px; }
          #diagonal-content-wrapper .diagonal-box .top-outside.diameter {
            top: -450px; }
          #diagonal-content-wrapper .diagonal-box .top-outside.certifications {
            top: -300px;
            padding-left: 20px; } }
  #diagonal-content-wrapper .content-table {
    width: 100%;
    color: #FFF; }
    #diagonal-content-wrapper .content-table .content-table__header {
      font-size: 26px; }
    #diagonal-content-wrapper .content-table .content-table__content {
      font-size: 22px; }
    #diagonal-content-wrapper .content-table .content-table__label {
      display: inline-block;
      width: 55px; }
  #diagonal-content-wrapper .content-grid {
    display: flex;
    flex-direction: column; }
    #diagonal-content-wrapper .content-grid > * + * {
      margin-top: 32px; }
    #diagonal-content-wrapper .content-grid .content-item {
      display: block; }
      #diagonal-content-wrapper .content-grid .content-item h3, #diagonal-content-wrapper .content-grid .content-item .section-title, #diagonal-content-wrapper .content-grid .content-item .listing-title, #diagonal-content-wrapper .content-grid .content-item .login-modal .account-sub-heading, .login-modal #diagonal-content-wrapper .content-grid .content-item .account-sub-heading, #diagonal-content-wrapper .content-grid .content-item .auth-sub-heading {
        margin-top: 0; }
      #diagonal-content-wrapper .content-grid .content-item .content-image {
        width: 100%; }
        #diagonal-content-wrapper .content-grid .content-item .content-image.limit-width {
          max-width: 300px; }
    #diagonal-content-wrapper .content-grid .no-spacing-top {
      margin-top: 0 !important; }
    @media screen and (max-width: 1023px) {
      #diagonal-content-wrapper .content-grid .content-item .content-image.limit-width-s {
        max-width: 300px; }
      #diagonal-content-wrapper .content-grid .no-spacing-top-s {
        margin-top: 0 !important; } }
    @media screen and (min-width: 1024px) {
      #diagonal-content-wrapper .content-grid {
        flex-direction: row; }
        #diagonal-content-wrapper .content-grid > * + * {
          margin-left: 32px;
          margin-top: 0; }
        #diagonal-content-wrapper .content-grid .content-item.content-one-thirds {
          width: 33.3333%; }
        #diagonal-content-wrapper .content-grid .content-item.content-two-thirds {
          width: 66.6667%; } }

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

.site-wrapper .site-canvas .section.error .container.display-flex, .site-wrapper .site-canvas .section.error .display-flex.product-stacked {
  display: flex; }
  @media screen and (min-width: 481px) {
    .site-wrapper .site-canvas .section.error .container.display-flex, .site-wrapper .site-canvas .section.error .display-flex.product-stacked {
      flex-direction: row; } }
  .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 481px) {
      .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container {
        width: 50%; } }
    .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container .error-main-title, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container .error-main-title {
      font-size: 2.25em;
      color: black;
      margin: 0;
      line-height: 1.25; }
    .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container .error-blurb, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container .error-blurb {
      margin: 2em 0;
      font-size: 1.5em;
      color: black;
      line-height: 1.25; }
    .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container .error-list, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container .error-list {
      margin: 4px 0;
      font-size: 1.25em;
      color: #3c5593;
      line-height: 1.25; }
    .site-wrapper .site-canvas .section.error .container.display-flex .right-side-of-container .error-list-title, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .right-side-of-container .error-list-title {
      text-decoration: underline;
      color: black;
      font-size: 1.25em;
      margin-top: 10px;
      line-height: 1.25; }
  .site-wrapper .site-canvas .section.error .container.display-flex .left-side-of-container, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .left-side-of-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 481px) {
      .site-wrapper .site-canvas .section.error .container.display-flex .left-side-of-container, .site-wrapper .site-canvas .section.error .display-flex.product-stacked .left-side-of-container {
        width: 50%; } }

@media screen and (min-height: 1081px) and (min-width: 1920px) {
  .site-wrapper .site-canvas .main-content .section.error {
    display: flex; } }

.site-wrapper .site-canvas .section.error {
  padding-top: 15px; }
  @media screen and (max-width: 767px) {
    .site-wrapper .site-canvas .section.error .container.abc-404.display-flex, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked {
      flex-direction: column;
      justify-content: center; }
      .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .left-side-of-container, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .left-side-of-container {
        width: 100%; }
        .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .left-side-of-container img, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .left-side-of-container img {
          max-width: 80%;
          margin: 0 auto; }
      .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .right-side-of-container, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .right-side-of-container {
        width: 100%;
        margin-top: 10px !important;
        text-align: center; }
      .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .right-side-of-container .error-main-title, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .right-side-of-container .error-main-title {
        font-size: 1.75em !important; }
      .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .right-side-of-container .error-list-title, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .right-side-of-container .error-list-title {
        margin-top: 0 !important; }
      .site-wrapper .site-canvas .section.error .container.abc-404.display-flex .right-side-of-container .error-blurb, .site-wrapper .site-canvas .section.error .abc-404.display-flex.product-stacked .right-side-of-container .error-blurb {
        font-size: 1.25em !important; } }
  .site-wrapper .site-canvas .section.error .generic-404 {
    min-height: 800px;
    padding: 24px 0; }
    @media screen and (max-width: 767px) {
      .site-wrapper .site-canvas .section.error .generic-404 {
        padding: 8px 0;
        justify-content: flex-start;
        min-height: 400px; } }
    .site-wrapper .site-canvas .section.error .generic-404 h1, .site-wrapper .site-canvas .section.error .generic-404 .blog-items-list .post-title, .blog-items-list .site-wrapper .site-canvas .section.error .generic-404 .post-title, .site-wrapper .site-canvas .section.error .generic-404 h2, .site-wrapper .site-canvas .section.error .generic-404 .giftcard-header, .site-wrapper .site-canvas .section.error .generic-404 p {
      color: #21494e; }
    .site-wrapper .site-canvas .section.error .generic-404 h1, .site-wrapper .site-canvas .section.error .generic-404 .blog-items-list .post-title, .blog-items-list .site-wrapper .site-canvas .section.error .generic-404 .post-title {
      font-size: 12.5rem; }
      @media screen and (max-width: 767px) {
        .site-wrapper .site-canvas .section.error .generic-404 h1, .site-wrapper .site-canvas .section.error .generic-404 .blog-items-list .post-title, .blog-items-list .site-wrapper .site-canvas .section.error .generic-404 .post-title {
          font-size: 9.375rem; } }
    .site-wrapper .site-canvas .section.error .generic-404 h2, .site-wrapper .site-canvas .section.error .generic-404 .giftcard-header {
      font-weight: 400;
      text-transform: uppercase;
      font-size: 2.5rem; }
      @media screen and (max-width: 767px) {
        .site-wrapper .site-canvas .section.error .generic-404 h2, .site-wrapper .site-canvas .section.error .generic-404 .giftcard-header {
          font-size: 2rem; } }
    .site-wrapper .site-canvas .section.error .generic-404 p {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .site-wrapper .site-canvas .section.error .generic-404 p {
          font-size: 1.125rem; } }

@media screen and (max-width: 1023px) {
  .cart-header.page-header {
    display: block; } }

.dropdown-mega-panel .children-arrow-icon.arrow-right {
  background: url("https://cdn11.bigcommerce.com/s-3ff42/stencil/3d43dc50-3389-0137-3a27-0242ac110009/e/1cfa7fd0-46d3-0138-b083-0242ac11000c/img/custom/arrow-right.png") 97.5% center/8px no-repeat !important;
  color: #818282;
  padding: 7px 15px 7px 12px; }

.dropdown-mega-panel li.li_hover .children-arrow-icon.arrow-right {
  background: #d8d6d7 url("https://cdn11.bigcommerce.com/s-3ff42/stencil/3d43dc50-3389-0137-3a27-0242ac110009/e/1cfa7fd0-46d3-0138-b083-0242ac11000c/img/custom/arrow-right.png") 97.5% center/8px no-repeat !important; }

.button-top.show {
  padding-top: 0; }

.section.sub-grid .container, .section.sub-grid .product-stacked {
  display: flex; }

.section.sub-grid .container .row, .section.sub-grid .product-stacked .row {
  display: flex; }

.cart-free-shipping-message {
  display: none;
  color: red;
  text-align: center;
  width: 100%; }

#simpleNavBasic .registered-trademark::after {
  content: "\00ae"; }

#simpleNavBasic a.navbar-link::after {
  border-width: 2px;
  width: 0.5em;
  height: 0.5em; }

#simpleNavBasic #dropdown-highrise {
  margin-left: -91px;
  min-width: 489px; }

#simpleNavBasic #dropdown-waterfed {
  margin-left: -186px;
  min-width: 489px; }

#simpleNavBasic #dropdown-misc {
  margin-left: -295px;
  min-width: 489px; }

#simpleNavBasic #dropdown-sales {
  margin-left: -424px;
  min-width: 489px; }

@media screen and (max-width: 1025px) {
  .truncate-text {
    /* autoprefixer: off */
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: inherit;
    margin-bottom: 60px;
    position: relative; }
  .readMoreSpan {
    border-top: 2px solid #ccc;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: white;
    padding-bottom: 5px; }
    .readMoreSpan .readMoreButton {
      width: 200px;
      margin: -3px auto 30px auto;
      border-bottom-left-radius: 3.5px;
      border-bottom-right-radius: 3.5px;
      padding: 15px 30px;
      background-color: white;
      color: #4B868E;
      border-right: 2px solid #ccc;
      border-left: 2px solid #ccc;
      border-bottom: 2px solid #ccc;
      border-top: 2px solid white;
      text-transform: uppercase;
      font-size: 15px; }
      .readMoreSpan .readMoreButton:focus {
        outline-style: none; } }

.product-grid-item, .account-product-item {
  border: solid 1px transparent;
  padding: 0 15px 15px 15px;
  transition: border-color 0.2s;
  display: flex !important;
  flex-direction: column;
  position: relative; }
  .product-grid-item .product-item-thumbnail-image-alt, .account-product-item .product-item-thumbnail-image-alt {
    display: none; }
  .product-grid-item .product-badge, .account-product-item .product-badge {
    z-index: 999;
    visibility: hidden; }
  .product-grid-item .show-on-hover, .account-product-item .show-on-hover {
    visibility: hidden; }
    @media screen and (max-width: 1023px) {
      .product-grid-item .show-on-hover, .account-product-item .show-on-hover {
        visibility: visible; } }
  .product-grid-item .product-item-title a, .account-product-item .product-item-title a {
    display: block;
    color: inherit;
    position: relative;
    line-height: 1.2em; }
  @media screen and (min-width: 619px) {
    .product-grid-item:hover, .account-product-item:hover {
      border: 1px solid #e6e9ef; }
      .product-grid-item:hover .product-grid-item-inner, .account-product-item:hover .product-grid-item-inner {
        border: solid 1px #788182;
        background: #ffffff;
        position: absolute;
        width: 100%;
        z-index: 200; }
      .product-grid-item:hover .product-item-thumbnail-image-alt.alt-image-1, .account-product-item:hover .product-item-thumbnail-image-alt.alt-image-1 {
        display: block;
        position: absolute;
        top: 0;
        z-index: 100; }
      .product-grid-item:hover .product-item-rating-box, .account-product-item:hover .product-item-rating-box {
        display: block; }
        .product-grid-item:hover .product-item-rating-box .rating-title, .account-product-item:hover .product-item-rating-box .rating-title {
          display: none; }
      .product-grid-item:hover .product-item-stock-level, .account-product-item:hover .product-item-stock-level {
        display: block; }
      .product-grid-item:hover .product-item-title a, .account-product-item:hover .product-item-title a {
        overflow: inherit;
        max-height: inherit; }
      .product-grid-item:hover .show-on-hover, .account-product-item:hover .show-on-hover {
        visibility: visible; } }

.product-item-stock-level {
  font-size: 0.875rem; }

.email-cart-contents-form .success-view {
  display: none; }

.email-cart-contents-form form {
  padding: 20px;
  background: #e0e0e0;
  border-radius: 3px;
  display: none; }
  .email-cart-contents-form form li {
    margin-bottom: 20px; }
    .email-cart-contents-form form li input {
      width: 100%; }
    .email-cart-contents-form form li#id_2 {
      margin-bottom: 0; }

/* Accordion control */
.accordion {
  border-top: solid 1px #555555;
  border-left: solid 1px #555555;
  border-right: solid 1px #555555; }
  .accordion .accordion-item {
    border-bottom: solid 1px #555555;
    background: #ffffff; }
    .accordion .accordion-item .accordion-item-title {
      border-bottom: solid 1px #555555;
      color: #4a4a4a;
      margin: 0;
      padding: 7px 12px;
      font-size: 1.3rem;
      cursor: pointer;
      background: #f6f5f5 url("../img/custom/accordion-icon-closed.gif") no-repeat right 30px center; }
    .accordion .accordion-item .accordion-item-content {
      display: none;
      padding: 15px 30px; }
    .accordion .accordion-item.active .accordion-item-title, .accordion .main-content .product-tabs .accordion-item.accordion-title.is-open .accordion-item-title, .main-content .product-tabs .accordion .accordion-item.accordion-title.is-open .accordion-item-title {
      background: #f6f5f5 url("../img/custom/accordion-icon-opened.gif") no-repeat right 30px center; }
    .accordion .accordion-item.active .accordion-item-content, .accordion .main-content .product-tabs .accordion-item.accordion-title.is-open .accordion-item-content, .main-content .product-tabs .accordion .accordion-item.accordion-title.is-open .accordion-item-content {
      background: #ffffff; }

/*----------  Custom Category Header  ----------*/
body.category section.product-listing {
  padding-top: 1.5em; }

body.category section.product-listing-header {
  padding: 0;
  background: #f6f7f9; }
  @media screen and (min-width: 768px) {
    body.category section.product-listing-header {
      padding-bottom: 30px; } }
  body.category section.product-listing-header .listing-header {
    margin: 10px 0; }
    body.category section.product-listing-header .listing-header .listing-title {
      display: none; }
    body.category section.product-listing-header .listing-header .category-three-column {
      display: flex;
      justify-content: space-between; }
      body.category section.product-listing-header .listing-header .category-three-column .col {
        width: 32%;
        flex: inherit; }
        body.category section.product-listing-header .listing-header .category-three-column .col:last-child {
          margin-right: 0; }
        body.category section.product-listing-header .listing-header .category-three-column .col h3, body.category section.product-listing-header .listing-header .category-three-column .col .section-title, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading,
        body.category section.product-listing-header .listing-header .category-three-column .col h2,
        body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header {
          color: #ab3e36;
          font-size: 20px;
          text-align: center; }
          body.category section.product-listing-header .listing-header .category-three-column .col h3 a, body.category section.product-listing-header .listing-header .category-three-column .col .section-title a, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title a, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading a, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading a, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading a,
          body.category section.product-listing-header .listing-header .category-three-column .col h2 a,
          body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header a {
            text-decoration: none;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            width: 100%; }
            body.category section.product-listing-header .listing-header .category-three-column .col h3 a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .section-title a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading a:hover, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading a:hover,
            body.category section.product-listing-header .listing-header .category-three-column .col h2 a:hover,
            body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header a:hover {
              color: #ab3e36; }
        body.category section.product-listing-header .listing-header .category-three-column .col > a {
          display: block;
          background: #000000; }
          body.category section.product-listing-header .listing-header .category-three-column .col > a:hover img {
            opacity: .7; }
        body.category section.product-listing-header .listing-header .category-three-column .col img {
          border: solid 1px #000000;
          transition: opacity 0.2s ease;
          cursor: pointer;
          display: block; }
  @media screen and (max-width: 767px) {
    body.category section.product-listing-header {
      background: #ffffff; }
      body.category section.product-listing-header .listing-header {
        margin: 10px 0; }
        body.category section.product-listing-header .listing-header .listing-title {
          display: block; }
        body.category section.product-listing-header .listing-header .category-three-column {
          display: block; }
          body.category section.product-listing-header .listing-header .category-three-column .col {
            width: 100%; }
            body.category section.product-listing-header .listing-header .category-three-column .col.hide-on-mobile {
              display: none; }
            body.category section.product-listing-header .listing-header .category-three-column .col h3 a, body.category section.product-listing-header .listing-header .category-three-column .col .section-title a, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title a, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading a, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading a, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading a,
            body.category section.product-listing-header .listing-header .category-three-column .col h2 a,
            body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header a {
              display: block;
              text-decoration: none;
              cursor: pointer;
              color: #ab3e36;
              font-size: 18px;
              text-align: center;
              padding: 10px 0;
              border: solid 1px #ab3e36; }
              body.category section.product-listing-header .listing-header .category-three-column .col h3 a:active, body.category section.product-listing-header .listing-header .category-three-column .col .section-title a:active, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title a:active, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading a:active, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading a:active, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading a:active, body.category section.product-listing-header .listing-header .category-three-column .col h3 a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .section-title a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .listing-title a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .login-modal .account-sub-heading a:hover, .login-modal body.category section.product-listing-header .listing-header .category-three-column .col .account-sub-heading a:hover, body.category section.product-listing-header .listing-header .category-three-column .col .auth-sub-heading a:hover,
              body.category section.product-listing-header .listing-header .category-three-column .col h2 a:active,
              body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header a:active,
              body.category section.product-listing-header .listing-header .category-three-column .col h2 a:hover,
              body.category section.product-listing-header .listing-header .category-three-column .col .giftcard-header a:hover {
                background: #e0e0e0 !important; }
            body.category section.product-listing-header .listing-header .category-three-column .col > a {
              display: none; } }

/*----------  Category Banner  ----------*/
.category-banner .container, .category-banner .product-stacked {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-stacked {
      background-color: #eff1f5; } }

.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(255, 255, 255, 0.8);
      color: black;
      text-align: left; } }

/*----------  Listing Header  ----------*/
.listing-header {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .listing-header {
      margin-left: -15px;
      margin-right: -15px;
      text-align: center;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .listing-header .listing-utils {
      display: none;
      float: none;
      padding: 20px;
      height: 80px; }
      .listing-header .listing-utils .sorting {
        float: right;
        margin: 0; }
        .listing-header .listing-utils .sorting .form-select {
          padding: 0 1.0625rem 0 1.0625rem; } }

.category-nav.facet-list {
  border-bottom: none;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .category-nav.facet-list .listing-title {
      float: inherit; } }

@media screen and (min-width: 768px) {
  .listing-title {
    float: left; } }

.listing-description {
  clear: left; }

.listing-utils {
  float: right; }
  .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 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .no-sidebar .product-listing-grid {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: right;
    margin-right: 0; } }

.js .product-listing-grid .listing-view {
  display: none; }

.product-listing-grid .listing-view.active, .product-listing-grid .main-content .product-tabs .listing-view.accordion-title.is-open, .main-content .product-tabs .product-listing-grid .listing-view.accordion-title.is-open {
  display: block; }

.product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
  margin-bottom: 3rem;
  width: 49.15254%;
  float: left; }
  .product-listing-grid .product-grid-item:nth-child(2n + 1), .product-listing-grid .account-product-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .product-listing-grid .product-grid-item:nth-child(2n + 2), .product-listing-grid .account-product-item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none; }
  @media screen and (min-width: 1024px) {
    .product-listing-grid .product-grid-item, .product-listing-grid .account-product-item {
      width: 23.72881%;
      float: left; }
      .product-listing-grid .product-grid-item:nth-child(4n + 1), .product-listing-grid .account-product-item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .product-listing-grid .product-grid-item:nth-child(4n + 2), .product-listing-grid .account-product-item:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .product-listing-grid .product-grid-item:nth-child(4n + 3), .product-listing-grid .account-product-item:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .product-listing-grid .product-grid-item:nth-child(4n + 4), .product-listing-grid .account-product-item:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 480px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 49.15254%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(2n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(2n + 2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; } }
  @media screen and (min-width: 1024px) {
    .no-sidebar .product-listing-grid .product-grid-item, .no-sidebar .product-listing-grid .account-product-item {
      width: 23.72881%;
      float: left; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 1), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 2), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 2) {
        margin-left: 25.42373%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 3), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 3) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none; }
      .no-sidebar .product-listing-grid .product-grid-item:nth-child(4n + 4), .no-sidebar .product-listing-grid .account-product-item:nth-child(4n + 4) {
        margin-left: 76.27119%;
        margin-right: -100%;
        clear: none; } }

.product-listing-grid .pagination {
  margin: 1.5625rem 0 2.5rem; }

/* HORIZONTAL ROWS */
section.horizontal-rows .full-width-row {
  padding: 40px 0 0 0; }
  section.horizontal-rows .full-width-row.background-image {
    background-size: cover;
    background-repeat: no-repeat; }

section.horizontal-rows .desc-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px; }
  section.horizontal-rows .desc-row > div img {
    display: block;
    margin: 0 auto; }
  section.horizontal-rows .desc-row.two-col > div:first-child {
    margin-right: 2%; }
  section.horizontal-rows .desc-row.three-col > div:nth-child(2) {
    margin: 0 2%; }
  section.horizontal-rows .desc-row .one-third {
    width: 33%; }
  section.horizontal-rows .desc-row .two-thirds {
    width: 66%; }
  section.horizontal-rows .desc-row .one-half {
    width: 50%; }
  @media screen and (max-width: 619px) {
    section.horizontal-rows .desc-row {
      display: block;
      margin-bottom: 0; }
      section.horizontal-rows .desc-row > div {
        width: 100% !important;
        margin: 0 0 10px 0 !important; }
        section.horizontal-rows .desc-row > div.hide-on-mobile {
          display: none; } }

.desc-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px; }
  .desc-row > div img {
    display: block;
    margin: 0 auto; }
  .desc-row.two-col > div:first-child {
    margin-right: 2%; }
  .desc-row.three-col > div:nth-child(2) {
    margin: 0 2%; }
  .desc-row .one-third {
    width: 33%; }
  .desc-row .two-thirds {
    width: 66%; }
  .desc-row .one-half {
    width: 50%; }
  @media screen and (max-width: 619px) {
    .desc-row {
      display: block;
      margin-bottom: 0; }
      .desc-row > div {
        width: 100% !important;
        margin: 0 0 10px 0 !important; }
        .desc-row > div.hide-on-mobile {
          display: none; } }

.page-content .desc-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  .page-content .desc-row > div img {
    display: block;
    margin: 0 auto; }
  .page-content .desc-row.two-col > div:first-child {
    margin-right: 2%; }
  .page-content .desc-row.three-col > div:nth-child(2) {
    margin: 0 2%; }
  .page-content .desc-row .one-third {
    width: 33%; }
  .page-content .desc-row .two-thirds {
    width: 66%; }
  .page-content .desc-row .one-half {
    width: 50%; }
  @media screen and (max-width: 619px) {
    .page-content .desc-row {
      display: block;
      margin-bottom: 0; }
      .page-content .desc-row > div {
        width: 100% !important;
        margin: 0 0 10px 0 !important; }
        .page-content .desc-row > div.hide-on-mobile {
          display: none; } }

#product-description .desc-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  #product-description .desc-row > div img {
    display: block;
    margin: 0 auto; }
  #product-description .desc-row.two-col > div:first-child {
    margin-right: 2%; }
  #product-description .desc-row.three-col > div:nth-child(2) {
    margin: 0 2%; }
  #product-description .desc-row .one-third {
    width: 33%; }
  #product-description .desc-row .two-thirds {
    width: 66%; }
  #product-description .desc-row .one-half {
    width: 50%; }
  @media screen and (max-width: 619px) {
    #product-description .desc-row {
      display: block;
      margin-bottom: 0; }
      #product-description .desc-row > div {
        width: 100% !important;
        margin: 0 0 10px 0 !important; }
        #product-description .desc-row > div.hide-on-mobile {
          display: none; } }

/* scss-combine:components/products/product-single-stacked */
.product-stacked {
  max-width: none !important; }
  .product-stacked .full-width-row {
    padding: 40px 0 0 0; }
    .product-stacked .full-width-row.background-image {
      background-size: cover;
      background-repeat: no-repeat; }
  .product-stacked .desc-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px; }
    .product-stacked .desc-row > div img {
      display: block;
      margin: 0 auto; }
    .product-stacked .desc-row.two-col > div:first-child {
      margin-right: 2%; }
    .product-stacked .desc-row.three-col > div:nth-child(2) {
      margin: 0 2%; }
    .product-stacked .desc-row .one-third {
      width: 33%; }
    .product-stacked .desc-row .two-thirds {
      width: 66%; }
    .product-stacked .desc-row .one-half {
      width: 50%; }
    @media screen and (max-width: 619px) {
      .product-stacked .desc-row {
        display: block;
        margin-bottom: 0; }
        .product-stacked .desc-row > div {
          width: 100% !important;
          margin: 0 0 10px 0 !important; }
          .product-stacked .desc-row > div.hide-on-mobile {
            display: none; } }

.currentState {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px; }

.mapsvg-wrap {
  max-width: 670px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .mapsvg-wrap {
      max-width: 400px; } }
  @media screen and (min-width: 1024px) {
    .mapsvg-wrap {
      max-width: 425px; } }
  @media screen and (min-width: 1240px) {
    .mapsvg-wrap {
      max-width: 450px; } }

.cart-item-quantity .quantity-control .form-input[type=text], .cart-item-quantity .quantity-control .review-form .product-item-rating[type=text], .review-form .cart-item-quantity .quantity-control .product-item-rating[type=text] {
  display: inline-block;
  width: 2.1875rem;
  padding: 0;
  color: #898f94;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  -moz-appearance: textfield; }

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  background: #ffffff;
  color: #000000;
  overflow: hidden; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table th,
  .rwd-table td {
    text-align: left; }
    @media (min-width: 768px) {
      .rwd-table th,
      .rwd-table td {
        padding: 1em !important;
        display: table-cell; }
        .rwd-table th:first-child,
        .rwd-table td:first-child {
          padding-left: 0; }
        .rwd-table th:last-child,
        .rwd-table td:last-child {
          padding-right: 0; } }
  .rwd-table th,
  .rwd-table td:before {
    color: #000000; }

.sticky-table {
  max-width: 1200px;
  margin: 0 auto; }
  .sticky-table * {
    box-sizing: border-box; }
  .sticky-table table#sticky-table {
    border-spacing: 0; }
    .sticky-table table#sticky-table span[data-tippy-content] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%; }
  .sticky-table table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    border: 0; }
  .sticky-table table.stripe {
    border-spacing: 0; }
  .sticky-table thead th {
    min-width: 90px;
    height: 70px;
    font: Bold 16px/18px Arial;
    letter-spacing: 0;
    color: #466289;
    opacity: 1;
    padding: 15px;
    text-align: center;
    outline: none;
    vertical-align: middle;
    border: 0;
    box-sizing: content-box;
    word-wrap: normal; }
    .sticky-table thead th:nth-child(even) {
      background: #F7F4F4; }
  .sticky-table tbody td {
    text-align: center;
    font: Bold 16px/18px Arial;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 0 15px;
    box-sizing: content-box;
    border: 0; }
    .sticky-table tbody td:nth-child(even) {
      background: #F7F4F4; }
  .sticky-table tbody tr {
    height: 54px; }
  .sticky-table img {
    max-height: 46px;
    max-width: 80%;
    margin-bottom: 0; }
  .sticky-table input {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #466289;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #466289;
    font-size: 16px;
    font-weight: bold;
    height: 46px; }
  .sticky-table textarea {
    margin: 8px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #466289;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #466289;
    font-size: 16px;
    font-weight: bold; }
  .sticky-table button {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border-radius: 0;
    background: transparent;
    color: #466289;
    border: 2px solid #466289;
    font-size: 16px;
    font-weight: bold;
    height: 46px; }
  .sticky-table .DTFC_LeftBodyWrapper {
    background: #466289;
    overflow: hidden !important; }
    .sticky-table .DTFC_LeftBodyWrapper tbody td {
      color: #fff; }
    .sticky-table .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
      overflow-x: hidden !important;
      min-width: 164px;
      width: calc(100% + 17px) !important;
      padding-right: 0 !important; }
      @media screen and (max-width: 991px) {
        .sticky-table .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
          padding-right: 17px !important; } }
      .sticky-table .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner > table {
        max-width: 164px; }
  .sticky-table .DTFC_LeftHeadWrapper {
    z-index: 9;
    padding-top: 15px;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0; }
    .sticky-table .DTFC_LeftHeadWrapper table {
      background: #466289; }
    .sticky-table .DTFC_LeftHeadWrapper thead th {
      color: #fff; }
    .sticky-table .DTFC_LeftHeadWrapper.shadow-vertical {
      padding-top: 0; }
      .sticky-table .DTFC_LeftHeadWrapper.shadow-vertical th {
        padding: 30px 15px 15px; }
      .sticky-table .DTFC_LeftHeadWrapper.shadow-vertical .asc_dsc_arrow {
        top: 2px; }
  .sticky-table .DTFC_LeftWrapper {
    height: 100% !important;
    min-width: 164px;
    z-index: 9; }
  .sticky-table .DTFC_LeftWrapper.has-scrollbar {
    height: calc(100% - 8px) !important; }
  .sticky-table .dataTables_scrollHead {
    padding-top: 15px;
    z-index: 9;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0; }
    .sticky-table .dataTables_scrollHead tr th:first-child {
      min-width: 134px; }
    .sticky-table .dataTables_scrollHead .dataTables_scrollHeadInner {
      background: #fff; }
    .sticky-table .dataTables_scrollHead.shadow-vertical {
      padding-top: 0; }
      .sticky-table .dataTables_scrollHead.shadow-vertical th {
        padding: 30px 15px 15px; }
      .sticky-table .dataTables_scrollHead.shadow-vertical .asc_dsc_arrow {
        top: 2px; }
  .sticky-table .shadow-vertical::before {
    content: '';
    height: 15px;
    width: 9999px;
    position: absolute;
    left: -5000px;
    z-index: 9;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.29);
    bottom: 5px; }
  .sticky-table .shadow-horizontal:before {
    content: '';
    height: calc(100% - 15px);
    width: 100%;
    position: absolute;
    box-shadow: 6px 3px 3px rgba(0, 0, 0, 0.2);
    top: 15px; }
  .sticky-table .dataTables_scrollBody {
    background-color: #fff; }
    .sticky-table .dataTables_scrollBody tr td:first-child {
      min-width: 134px; }
    .sticky-table .dataTables_scrollBody::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .sticky-table .dataTables_scrollBody::-webkit-scrollbar-track {
      border-radius: 10px; }
    .sticky-table .dataTables_scrollBody::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
      background: #267CC6; }
    .sticky-table .dataTables_scrollBody span.asc_dsc_arrow {
      display: none !important; }
  .sticky-table th {
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .sticky-table th:hover span.asc_dsc_arrow {
        display: block; } }
  .sticky-table span.asc_dsc_arrow {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 23px;
    width: 23px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29); }
  .sticky-table .asc_dsc_arrow:before {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 7px;
    top: 50%;
    position: absolute;
    width: 0;
    border-bottom-color: #333;
    margin-top: -9px; }
  .sticky-table .asc_dsc_arrow:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 7px;
    top: 50%;
    position: absolute;
    width: 0;
    border-top-color: #333;
    margin-top: 1px; }
  .sticky-table th.sorted span.asc_dsc_arrow {
    display: block;
    background: #267CC6; }
  .sticky-table th.sorted .asc_dsc_arrow:before {
    border-bottom-color: #fff; }
  .sticky-table th.sorted .asc_dsc_arrow:after {
    border-top-color: #fff; }
  .sticky-table .dataTables_scroll {
    margin-left: 164px;
    width: calc(100% - 164px); }
    .sticky-table .dataTables_scroll table thead tr th:first-child {
      display: none; }
    .sticky-table .dataTables_scroll table tbody tr td:first-child {
      display: none; }
  .sticky-table .control {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-size: 18px;
    height: 54px;
    margin: 0; }
    .sticky-table .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .sticky-table .control input:focus ~ .control__indicator {
        background: transparent; }
      .sticky-table .control input:checked ~ .control__indicator {
        background: transparent; }
        .sticky-table .control input:checked ~ .control__indicator:after {
          display: block; }
        .sticky-table .control input:checked ~ .control__indicator:focus ~ .control__indicator {
          background: transparent; }
      .sticky-table .control input:disabled ~ .control__indicator {
        background: transparent;
        opacity: 0.6;
        pointer-events: none; }
    .sticky-table .control:hover input ~ .control__indicator {
      background: transparent; }
      .sticky-table .control:hover input ~ .control__indicator:not([disabled]):checked ~ .control__indicator {
        background: transparent; }
  .sticky-table .control__indicator {
    position: absolute;
    top: 4px;
    left: calc(50% - 25px);
    height: 46px;
    width: 46px;
    background: transparent;
    border: 2px solid #466289;
    border-radius: 10px; }
    .sticky-table .control__indicator:after {
      content: '';
      position: absolute;
      display: none; }
  .sticky-table .control--radio .control__indicator {
    border-radius: 50%; }
    .sticky-table .control--radio .control__indicator:after {
      left: 6px;
      top: 6px;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background: #466289; }
  .sticky-table .control--radio input:disabled ~ .control__indicator:after {
    background: #466289; }
  .sticky-table .control--checkbox .control__indicator:after {
    left: 16px;
    top: 9px;
    width: 10px;
    height: 18px;
    border: solid #466289;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .sticky-table .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #466289; }
  .sticky-table .select {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%; }
    .sticky-table .select select {
      display: inline-block;
      width: 100%;
      cursor: pointer;
      padding: 10px 15px;
      outline: 0;
      border-radius: 0;
      background: transparent;
      color: #466289;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 2px solid #466289;
      font-size: 16px;
      font-weight: bold;
      height: 46px;
      margin-top: 4px; }
      .sticky-table .select select::-ms-expand {
        display: none; }
      .sticky-table .select select:hover {
        color: #466289;
        background: transparent; }
        .sticky-table .select select:hover ~ .select__arrow {
          border-top-color: #466289; }
      .sticky-table .select select:focus {
        color: #466289;
        background: transparent; }
        .sticky-table .select select:focus ~ .select__arrow {
          border-top-color: #466289; }
      .sticky-table .select select:disabled {
        opacity: 0.5;
        pointer-events: none; }
        .sticky-table .select select:disabled ~ .select__arrow {
          border-top-color: transparent; }
  .sticky-table .select__arrow {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #466289 transparent transparent transparent; }
  .sticky-table .sb-container {
    position: relative;
    overflow: hidden !important;
    padding-right: 10px; }
  .sticky-table .sb-content {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box; }
  .sticky-table .sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 10px; }
  .sticky-table .sb-scrollbar-container-hide {
    right: -20px; }
  .sticky-table .sb-scrollbar {
    position: absolute;
    right: 0;
    height: 30px;
    width: 10px;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.5); }

.tippy-tooltip {
  font-family: arial, sans-serif;
  font-size: 16px;
  border-radius: 0 !important;
  position: relative;
  color: #F7F4F4;
  padding: 12px 15px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }
  .tippy-tooltip [x-arrow] {
    z-index: -1;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #333;
    border: 1px solid;
    border-color: transparent transparent #333 #333; }

.tippy-tooltip[data-theme~='large-arrow'] > .tippy-arrow::before {
  transform: scale(1.75); }

.tippy-box {
  font-family: arial, sans-serif;
  font-size: 16px;
  border-radius: 0 !important;
  position: relative;
  color: #F7F4F4;
  padding: 12px 15px;
  background-color: #333;
  outline: 0;
  transition-property: transform, visibility, opacity;
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-popper[x-placement=top] [x-arrow] {
  bottom: -8px; }

.tippy-popper {
  z-index: 9 !important; }

.calculator {
  background: #f0f0f3;
  float: left;
  width: 100%;
  padding: 47px 15px; }
  @media screen and (max-width: 480px) {
    .calculator {
      padding: 0 15px 47px; } }

.cols-1-3 {
  width: 33.15%;
  float: left;
  padding-top: 20px; }
  @media screen and (max-width: 1024px) {
    .cols-1-3 {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .cols-1-3 {
      width: 100%; } }

.cols-1-3.map_box {
  width: 100%;
  border-top: 3px solid #bdbcbc; }
  @media (min-width: 983px) and (max-width: 1025px) {
    .cols-1-3.map_box {
      width: 80%;
      display: block;
      margin: 0 auto;
      float: none;
      border-top: 3px solid #bdbcbc; } }
  @media screen and (min-width: 1026px) {
    .cols-1-3.map_box {
      width: 33.15%;
      margin-top: 20px;
      float: left;
      border-top: none; } }

.cols-1-3.detail_box {
  border-right: 3px solid #bdbcbc;
  border-left: 3px solid #bdbcbc; }
  @media (min-width: 983px) and (max-width: 1025px) {
    .cols-1-3.detail_box {
      float: none;
      display: inline-block; } }
  @media screen and (max-width: 1024px) {
    .cols-1-3.detail_box {
      border-right: 0 solid #bdbcbc; } }
  @media screen and (max-width: 480px) {
    .cols-1-3.detail_box {
      border-left: 0 solid #bdbcbc;
      border-top: 3px solid #bdbcbc;
      margin-top: 20px; } }

.detail_box .wrap {
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .detail_box .wrap {
      padding: 0 0 0 25px; } }
  @media screen and (max-width: 480px) {
    .detail_box .wrap {
      padding: 0 0 0 0; } }

.value_box .wrap {
  padding: 0 25px 0 0; }
  @media screen and (max-width: 480px) {
    .value_box .wrap {
      padding: 0 0 0 0; } }

.map_box .wrap {
  padding: 0 0 0 25px; }
  @media screen and (max-width: 1024px) {
    .map_box .wrap {
      padding: 0 0 0 0; } }

.calculator input[type=text] {
  float: left;
  width: 110px;
  font-size: 24.3px;
  padding: 0 0 0 0;
  text-align: center;
  height: 54px;
  border-radius: 5px;
  border: 2px solid #000;
  box-shadow: none;
  margin-right: 5px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.calculator form div {
  overflow: hidden;
  margin: 0 0 45px 0; }
  @media screen and (max-width: 480px) {
    .calculator form div {
      margin-bottom: 20px; } }

.calculator .button, .calculator .blog .post-read-more, .blog .calculator .post-read-more {
  margin: 0 0 5px;
  cursor: pointer;
  width: 22px;
  height: 24px;
  line-height: normal;
  float: none;
  text-align: center;
  border: 0 solid #000;
  font-size: 0;
  padding: 0;
  color: #000;
  border-radius: 0;
  display: block;
  position: relative;
  background-size: cover;
  background: url(https://cdn6.bigcommerce.com/s-3ff42/product_images/uploaded_images/inc-desc-button.png) no-repeat; }

.calculator .dec {
  background-position: bottom; }

.calculator .buttons {
  padding: 20px 0 0 140px; }

.calculator .county {
  width: 143px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  text-align-last: left;
  font-size: 21.25px;
  color: #000;
  line-height: 1;
  background: url(https://cdn6.bigcommerce.com/s-3ff42/product_images/uploaded_images/down-chevron.png) no-repeat 91% 53% !important; }

.calculator .county option {
  background-color: #f0f0f3; }

.calculator .county:focus {
  outline: 0; }

.detail_box ul {
  margin: 0;
  padding: 0; }

.detail_box ul li {
  color: #000;
  list-style: none;
  font-size: 20px;
  margin-bottom: 33px;
  position: relative;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .detail_box ul li {
      line-height: 26px; } }

.detail_box ul li:before {
  content: '*';
  position: absolute;
  left: 8px;
  top: 0; }

.detail_box ul li span {
  color: #e22323;
  font-size: 24px; }

.detail_box p.small_text {
  color: #e22323;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 20px; }
  .detail_box p.small_text a {
    color: #e22323;
    text-decoration: none; }

.value_box p {
  font-size: 20px;
  color: #224bb8;
  margin-top: 0;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .value_box p {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .value_box p {
      font-size: 14px;
      margin-bottom: 20px; } }

.map_box img {
  width: 100%; }

.calculator .left_label,
.calculator .right_label {
  margin-bottom: 0; }

@-moz-document url-prefix() {
  select,
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0; } }

/* LOW RISE */
.grid-col-new {
  width: 74%; }
  .grid-col-new .row {
    display: flex;
    justify-content: space-between; }
    .grid-col-new .row .half-col {
      width: 49% !important; }

.category-mainimage {
  border: 1px solid #000;
  position: relative;
  height: 100%;
  background-size: cover !important; }
  .category-mainimage p {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-style: italic; }

.category-mainimage.black-content p {
  color: #000; }

.slider {
  min-height: 320px;
  height: 320px;
  overflow: hidden;
  position: relative; }
  .carousel-tile .slider {
    min-height: unset;
    height: unset; }
  .slider .heroCarousel-slide {
    min-height: 320px;
    background-size: cover !important;
    position: relative; }
    .slider .heroCarousel-slide .heroCarousel-content {
      position: absolute;
      left: 25px;
      top: 2px;
      font-size: 22px;
      color: #000; }
  .slider .slick-dots {
    display: block !important; }

.new-page-title {
  background: linear-gradient(to bottom, #fdc338 0, #c9920e 100%);
  padding: 35px 30px;
  border: 1px solid #000;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .new-page-title {
      padding: 15px 20px; } }
  .new-page-title h1, .new-page-title .blog-items-list .post-title, .blog-items-list .new-page-title .post-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    text-shadow: 0 4px 2px rgba(45, 45, 45, 0.7);
    line-height: normal;
    margin: 0; }
    @media only screen and (max-width: 1279px) {
      .new-page-title h1, .new-page-title .blog-items-list .post-title, .blog-items-list .new-page-title .post-title {
        font-size: 30px; } }

.new-page-title.red-gradient {
  background: linear-gradient(to bottom, #ee4f57 0, #a9353a 100%); }

.new-page-title.sea-gradient {
  background: linear-gradient(to bottom, #7fb7a5 0, #507e6f 100%); }

.new-page-title.lightblue-gradient {
  background: linear-gradient(to bottom, #bfdadd 0, #a3bcbf 100%); }
  .new-page-title.lightblue-gradient h1 span, .new-page-title.lightblue-gradient .blog-items-list .post-title span, .blog-items-list .new-page-title.lightblue-gradient .post-title span {
    font-size: 28px;
    vertical-align: top; }

.slider.slider-rm-height {
  min-height: inherit; }

.category-mainimage.position-center {
  background-position: center; }

.slider.slider-rm-height .slick-dots {
  top: auto; }

.slider.slider-rm-height .heroCarousel-slide {
  min-height: inherit; }

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  [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; }

.warrior-shipping .section-title,
.products-related .section-title,
.resources-featured .section-title {
  background: #373737;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0; }

.product-tabs {
  width: 100%;
  max-width: none; }

.product-tabs .accordion-title.is-open, .tab-title.active, .main-content .product-tabs .accordion-title.is-open {
  color: #fff;
  background-color: #425da5;
  border-color: #293e73;
  text-transform: uppercase;
  font-weight: normal; }

.product-tabs .accordion-title.is-open, .tab-title, .main-content .product-tabs .accordion-title.is-open {
  padding: 0;
  font-size: 15px;
  border: 2px solid #293e73;
  background-color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: normal; }

.container .nav-col li a, .product-stacked .nav-col li a {
  color: #424343;
  text-decoration: none; }
  .container .nav-col li a:hover, .product-stacked .nav-col li a:hover {
    text-decoration: underline;
    color: #000; }

/*------- Custom Popup -----------*/
.customTooltipPopup {
  pointer-events: auto !important;
  z-index: 9 !important; }

.customTooltipPopup .tippy-box {
  border-radius: 4px !important;
  background-color: #6a97ce;
  padding: 25px; }

.customTooltipPopup .tippy-arrow {
  width: 16px;
  height: 16px;
  color: #6a97ce; }

.customTooltipPopup .tippy-content {
  padding: 0; }

.closeTippyToolTop {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 7px;
  display: block;
  z-index: 9;
  top: 7px;
  background-image: url(/s-1v0wl8nggh/product_images/uploaded_images/x-mark.png);
  height: 16px;
  width: 16px;
  background-size: contain; }

.customTooltip {
  padding-right: 20px;
  background-image: url(/s-1v0wl8nggh/product_images/uploaded_images/info-outline-icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  display: inline-block; }

.customTooltipText {
  border-bottom: 2px dashed #6a97ce; }

.customTooltipContent * {
  color: #fff; }

[data-tippy-root] {
  border-radius: 0;
  font-family: arial, sans-serif;
  font-size: 16px; }

.site-wrapper {
  overflow: visible; }

.product .product-image {
  pointer-events: none; }

a[data-toggle-link-modal] {
  cursor: pointer; }

.youtube-video-modal.modal .modal-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center; }
  .youtube-video-modal.modal .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cart-totals input.form-input, .cart-totals .review-form input.product-item-rating, .review-form .cart-totals input.product-item-rating {
  height: 100%; }

.shipping-calculator .form-field .form-input, .shipping-calculator .form-field .review-form .product-item-rating, .review-form .shipping-calculator .form-field .product-item-rating {
  height: 2.8125rem;
  font-size: 15px; }

.shipping-calculator .get-shipping-quote {
  height: 2.8rem;
  padding: 0 1rem; }

.shipping-quotes .shipping-quote-item {
  display: flex; }
  .shipping-quotes .shipping-quote-item .input-radio {
    margin-right: 20px; }

.cart .cart-free-shipping-message {
  margin-top: 15px; }

.cart .cart-actions {
  margin-bottom: 2rem; }

.product-quantity-submit .product-quantity.form-input, .product-quantity-submit .review-form .product-quantity.product-item-rating, .review-form .product-quantity-submit .product-quantity.product-item-rating {
  padding: 20px; }

.product-quantity-submit button.special-order {
  background-color: #9e4141;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-quantity-submit button.special-order:hover {
    background-color: #ba5757; }

.footer-shipping-information {
  margin-top: 10px; }
  .footer-shipping-information a {
    text-decoration: none; }
    .footer-shipping-information a:hover {
      color: #818282;
      text-decoration: underline; }

ol,
ul {
  padding-left: inherit !important; }

.facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
  padding: 11px 14px; }

.form-field .form-input.form-input-short, .form-field .review-form .form-input-short.product-item-rating, .review-form .form-field .form-input-short.product-item-rating {
  padding: 7px 14px; }

.swatch .icon.icon-check-mark {
  width: 15px; }

.listing-sidebar .facet-list .listing-title {
  font-size: 1.3rem; }

.quantity-control .button-control-action {
  border-radius: 0; }

.cart-item-remove {
  color: #4b868e; }
  .cart-item-remove:hover {
    color: #898f94; }

.email-cart-contents-form .form-view {
  margin-top: 15px; }

/* ===== SELECT BOX WITH AUTOCOMPLETE ======= */
.custom-combobox {
  position: relative;
  display: inline-block; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0; }

.custom-combobox .custom-combobox-input {
  margin: 0;
  float: left;
  width: 170px;
  font-size: 22px;
  padding: 0;
  text-align: center;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #000;
  box-shadow: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.ui-widget-content.ui-autocomplete {
  width: 170px !important;
  height: 175px;
  overflow: auto; }

.ui-widget-content.ui-autocomplete li.ui-menu-item {
  background-color: #E9E9E9; }

.ui-widget-content.ui-autocomplete li div {
  padding: 10px;
  cursor: pointer;
  color: #666666; }

.ui-widget-content.ui-autocomplete li div:hover {
  background-color: #CECECE;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25), 0 1px 4px rgba(0, 0, 0, 0.22); }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  left: 0;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25), 0 1px 4px rgba(0, 0, 0, 0.22); }

body .ui-tooltip {
  border-width: 2px; }
  @media screen and (max-width: 1024px) {
    body .ui-tooltip {
      display: none !important; } }

.right_label .county {
  display: none; }

.pole-calculator-container {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.filter-calculator-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%; }

.filter-calculator-container.add-bottom-border {
  border-bottom: 3px solid #bdbcbc; }

.filter-calc-title {
  font-size: 24px;
  text-decoration: underline;
  margin-top: 0;
  color: black; }

.pole-calculator-label, .filter-calculator-label {
  font-size: 20px;
  font-weight: bold;
  color: #224bb8;
  margin-top: 0; }

.pole-calculator-container input,
.filter-calculator-container input {
  width: 110px;
  font-size: 24.3px;
  padding: 0;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #000;
  box-shadow: none;
  margin-right: 5px;
  color: #000;
  -webkit-appearance: none; }

.pole-calculator-container input:focus,
.filter-calculator-container input:focus {
  outline: none; }

.pole-calculator-container input[type=number]::-webkit-inner-spin-button,
.pole-calculator-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.calculator-button-container .calculator-button-plus,
.calculator-button-container .calculator-button-minus {
  cursor: pointer;
  width: 22px;
  height: 24px;
  line-height: normal;
  text-align: center;
  border: 0 solid #000;
  font-size: 0;
  padding: 0;
  color: #000;
  border-radius: 0;
  display: block;
  font-weight: normal;
  position: relative;
  background: url(https://cdn6.bigcommerce.com/s-3ff42/product_images/uploaded_images/inc-desc-button.png) no-repeat;
  background-size: cover; }

.calculator-button-container .calculator-button-plus {
  margin: 0 0 2px; }

.calculator-button-container .calculator-button-minus {
  margin: 0 0 5px; }

.double-label-small-text {
  font-size: 18px; }

#double-label {
  line-height: 1; }

/* DESKTOP STYLES */
@media screen and (min-width: 480px) {
  #double-label {
    margin-bottom: 25px; }
  .calculator-border {
    border-left: 3px solid #bdbcbc;
    border-right: 3px solid #bdbcbc; }
  .pole-calculator-input, .filter-calculator-input {
    display: flex;
    justify-content: flex-start; }
  .filter-calculator-container .filter-calculator-section {
    width: 30%; }
  .filter-calculator-container .filter-calculator-section {
    padding: 40px; }
  #filter-health {
    display: none; }
  #filter-outputs {
    display: block; }
  .filter-calculator-container .filter-calculator-title {
    padding: 40px 40px 20px 0;
    width: 100px; }
  .filter-calculator-wrapper {
    background-color: #f0f0f3;
    padding: 0 0 40px 0; }
  .pole-calculator-container {
    background-color: #f0f0f3;
    padding: 0 0 60px 0; }
  .pole-calculator-label, .filter-calculator-label {
    margin-bottom: 15px; }
  .filter-calculator-label.tall-label {
    margin-bottom: 35px; } }

@media screen and (min-width: 1025px) {
  .pole-calculator-container .calculator-section {
    padding: 20px 40px; } }

/* TABLET & MOBILE STYLES */
@media screen and (max-width: 1024px) {
  .calculator-border {
    border-top: 3px solid #bdbcbc;
    border-bottom: 3px solid #bdbcbc;
    border-left: none;
    border-right: none; }
  section .pole-calculator-container,
  section .filter-calculator-container {
    flex-direction: column; }
  .pole-calculator-label, .filter-calculator-label {
    margin-bottom: 15px; }
  .filter-calculator-label.tall-label {
    margin-bottom: 15px; }
  .pole-calculator-input, .filter-calculator-input {
    display: flex;
    justify-content: center; }
  .pole-calculator-container .calculator-section {
    text-align: center; }
  .filter-calculator-container .filter-calculator-title {
    padding: 20px 40px 0 40px;
    width: 300px; }
  .filter-calculator-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .filter-calculator-container .filter-calculator-section {
    padding: 20px 35px 0 35px;
    width: auto; }
  #filter-health {
    display: block;
    padding-top: 20px; }
  #filter-outputs {
    display: none; }
  .filter-calculator-container {
    margin: 0;
    padding-bottom: 40px; }
  #filter-health, .filter-calc-title {
    margin-bottom: 0; }
  .filter-calculator-wrapper {
    padding: 30px; }
  .pole-calculator-container .calculator-section {
    padding: 40px; } }

@media screen and (max-width: 479px) {
  #pole-height, #pole-recommended {
    margin-right: 0; }
  .pole-calculator-container .calculator-section {
    padding: 40px 0; }
  .filter-calculator-wrapper {
    padding: 30px 10px; } }

@media screen and (min-width: 371px) {
  .pole-calculator-input.calc-text-input input,
  .filter-calculator-input.calc-text-input input {
    width: 250px; } }

@media screen and (max-width: 370px) {
  .pole-calculator-input.calc-text-input input,
  .filter-calculator-input.calc-text-input input {
    width: 100%;
    font-size: 20px; } }

/*----------  Cart Totals  ----------*/
.cart-less-than-message {
  color: red;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin: 20px; }

.custom-free-shipping-message {
  display: none;
  color: red;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -12px; }

.cart-custom-free-shipping-message {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
  margin: 6px 2px; }

.cart-custom-quantity-upsell {
  display: none;
  position: relative;
  height: 2.2rem; }
  .cart-custom-quantity-upsell.show {
    display: table-row; }
  .cart-custom-quantity-upsell div {
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .cart-custom-quantity-upsell div {
        position: absolute;
        top: 0;
        right: 0; } }
    .cart-custom-quantity-upsell div a {
      color: #CC2E2E;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1;
      text-decoration: underline;
      margin-right: 16px; }
      @media screen and (min-width: 1240px) {
        .cart-custom-quantity-upsell div a {
          margin-right: 68px; } }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_444444_256x240.png") !important; }

.ui-widget-header .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_444444_256x240.png") !important; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_555555_256x240.png") !important; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_ffffff_256x240.png") !important; }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_777620_256x240.png") !important; }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_cc0000_256x240.png") !important; }

.ui-button .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_777777_256x240.png") !important; }

.calculator a.ui-button.ui-widget.custom-combobox-toggle {
  width: 22px;
  border: 2px solid black;
  border-radius: 0;
  padding: 0;
  height: 22px;
  margin-left: 6px;
  color: black;
  top: 8px; }

.mapsvg {
  /* set map height to 100px for a preloader message - */
  /* real height will be set later by MapSVG */
  height: 100px;
  position: relative;
  overflow: hidden; }

.mapsvg-wrap *, .mapsvg * {
  outline: none !important;
  touch-action: manipulation;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.mapsvg-popover,
.mapsvg-details-container {
  outline: none !important;
  touch-action: manipulation;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.mapsvg.mapsvg-responsive {
  width: 100%;
  height: auto; }

.mapsvg.mapsvg-cursor-pointer .mapsvg-region {
  cursor: pointer; }

.mapsvg.mapsvg-disabled-regions .mapsvg-region {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  cursor: default; }

.mapsvg-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
  cursor: default; }

.mapsvg text, .mapsvg tspan {
  pointer-events: none; }

.mapsvg svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*overflow: visible !important;*/
  max-width: none !important;
  max-height: none !important;
  width: 100%;
  height: auto;
  /*height: 100vh;*/
  position: relative;
  -webkit-transition: transform .40s;
  -moz-transition: transform .40s;
  -ms-transition: transform .40s;
  -o-transition: transform .40s;
  transition: transform .40s;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

/* SMOOTH TRANSITIONS */
.mapsvg.no-transitions * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

.mapsvg-popover {
  -webkit-transition: transform .40s;
  -moz-transition: transform .40s;
  -ms-transition: transform .40s;
  -o-transition: transform .40s;
  transition: transform .40s; }

.mapsvg-marker {
  -webkit-transition: transform .40s;
  -moz-transition: transform .40s;
  -ms-transition: transform .40s;
  -o-transition: transform .40s;
  transition: transform .40s; }

.mapsvg-scrollpane {
  -webkit-transition: transform .40s;
  -moz-transition: transform .40s;
  -ms-transition: transform .40s;
  -o-transition: transform .40s;
  transition: transform .40s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mapsvg-with-google-map.mapsvg-google-map-loading svg,
.mapsvg-with-google-map.mapsvg-google-map-loading .mapsvg-scrollpane {
  opacity: 0; }

.mapsvg-google-map-loading.mapsvg-fade-in svg,
.mapsvg-google-map-loading.mapsvg-fade-in .mapsvg-scrollpane {
  opacity: 1;
  -webkit-transition: opacity .30s ease-out !important;
  -moz-transition: opacity .30s ease-out !important;
  -ms-transition: opacity .30s ease-out !important;
  -o-transition: opacity .30s ease-out !important;
  transition: opacity .30s ease-out !important; }

.mapsvg-with-google-map .mapsvg-scrollpane,
.mapsvg-with-google-map svg,
.mapsvg-with-google-map .mapsvg-popover,
.mapsvg-with-google-map .mapsvg-marker {
  -webkit-transition: transform .10s ease-out;
  -moz-transition: transform .10s ease-out;
  -ms-transition: transform .10s ease-out;
  -o-transition: transform .10s ease-out;
  transition: transform .10s ease-out; }

.mapsvg-with-google-map.scrolling * {
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*!* These doesn't affect anything, but, just in case. *!*/
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.mapsvg.scrolling .mapsvg-scrollpane {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.mapsvg.mapsvg-scrollable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.mapsvg.scrolling {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* PRELOADER */
.mapsvg-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px !important;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  background: #f5f5f2;
  color: #999; }

/* ZOOM BUTTONS */
.mapsvg-buttons {
  position: absolute;
  margin: 10px;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 5px #999; }

.mapsvg-buttons.right {
  right: 0; }

.mapsvg-buttons.left {
  left: 0; }

.mapsvg-btn-zoom,
.mapsvg-btn {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  padding: 0; }

.mapsvg-btn-zoom:hover,
.mapsvg-btn:hover {
  background-color: #f2f2f2; }

.mapsvg-btn-zoom.in {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #ddd; }

.mapsvg-btn-zoom.out {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.mapsvg-btn-back:before {
  content: '&lsaquo;';
  display: block;
  position: absolute;
  color: #999;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  pointer-events: none; }

.mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  background-color: #999;
  height: 1px;
  width: 12px;
  pointer-events: none; }

.mapsvg-btn-zoom.in:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  background-color: #999;
  height: 12px;
  width: 1px;
  pointer-events: none; }

/* TOOLTIPS */
.mapsvg-tooltip {
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial;
  color: #000000;
  position: absolute;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 999999;
  background-color: white;
  border: 1px solid #eee;
  padding: 4px 7px;
  max-width: 600px;
  opacity: 0;
  -webkit-transition: opacity .16s ease-out;
  -moz-transition: opacity .16s ease-out;
  -ms-transition: opacity .16s ease-out;
  -o-transition: opacity .16s ease-out;
  transition: opacity .16s ease-out;
  pointer-events: none;
  text-align: left; }

.mapsvg-tooltip.mapsvg-tooltip-visible {
  opacity: 1; }

.mapsvg-tooltip.mapsvg-tt-top {
  transform: translate(-50%, -100%) translateY(-10px); }

.mapsvg-tooltip.mapsvg-tt-left {
  transform: translate(-100%, -50%) translateX(-10px); }

.mapsvg-tooltip.mapsvg-tt-bottom {
  transform: translate(-50%, 25px); }

.mapsvg-tooltip.mapsvg-tt-right {
  transform: translate(15px, -50%); }

.mapsvg-tooltip.mapsvg-tt-top-left {
  transform: translate(-100%, -100%) translate(10px, -10px); }

.mapsvg-tooltip.mapsvg-tt-top-right {
  transform: translateY(-100%) translateY(-10px); }

.mapsvg-tooltip.mapsvg-tt-bottom-left {
  transform: translate(-100%, 25px) translateX(10px); }

.mapsvg-tooltip.mapsvg-tt-bottom-right {
  transform: translateY(25px); }

/* POPOVERS */
.mapsvg-popover-close {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 1200; }

.mapsvg-popover .nano > .nano-content {
  overflow-x: auto !important; }

.mapsvg-popover img {
  max-width: 100%; }

.mapsvg-popover-close {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: scale(0.25);
  -webkit-transform: scale(0.25); }

.mapsvg-auto-height {
  position: relative; }

.mapsvg-popover-close:hover::before, .mapsvg-popover-close:hover::after {
  background: #666; }

.mapsvg-popover-close::before, .mapsvg-popover-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000; }

@-moz-document url-prefix() {
  .mapsvg-popover-close::before, .mapsvg-popover-close::after {
    height: 3px; } }

.mapsvg-popover-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mapsvg-popover-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mapsvg-popover-close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }

.mapsvg-popover-close.hairline::before, .mapsvg-popover-close.hairline::after {
  height: 2px; }

.mapsvg-popover-close.thick::before, .mapsvg-popover-close.thick::after {
  height: 4px;
  margin-top: -2px; }

.mapsvg-popover-close.black::before, .mapsvg-popover-close.black::after {
  height: 8px;
  margin-top: -4px; }

.mapsvg-popover-close.heavy::before, .mapsvg-popover-close.heavy::after {
  height: 12px;
  margin-top: -6px; }

.mapsvg-popover-close.pointy::Before, .mapsvg-popover-close.pointy::after {
  width: 200%;
  left: -50%; }

.mapsvg-popover-close.rounded::before, .mapsvg-popover-close.rounded::after {
  border-radius: 5px; }

.mapsvg-popover-close.blades::before, .mapsvg-popover-close.blades::after {
  border-radius: 5px 0; }

.mapsvg-popover-close.warp::before, .mapsvg-popover-close.warp::after {
  border-radius: 120% 0; }

.mapsvg-popover-close.fat::before, .mapsvg-popover-close.fat::after {
  border-radius: 100%; }

.mapsvg-popover .mapsvg-popover-content {
  overflow-y: auto; }

.mapsvg-popover {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.5);
  color: #000;
  display: none;
  font-size: 12px;
  font-family: 'Helvetica', sans-serif;
  /*padding: 15px 10px 7px 10px;*/
  position: absolute;
  width: 250px;
  min-width: 100px;
  max-width: 100%;
  max-height: 300px;
  min-height: 55px;
  bottom: 100%;
  margin-bottom: 6px;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2; }

.mapsvg-auto-height {
  position: relative; }

.mapsvg-popover .mapsvg-controller-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mapsvg-popover .mapsvg-controller-view-toolbar + .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
  padding-top: 0; }

.mapsvg-popover .mapsvg-controller-view-toolbar {
  height: 20px; }

.mapsvg-popover .mapsvg-popover-content {
  overflow-y: auto; }

.mapsvg-popover:before {
  border-top: 7px solid white;
  border-top-color: inherit;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute; }

.mapsvg-popover.mapsvg-popover-visible {
  display: block; }

.mapsvg-popover.mapsvg-popover-animate {
  -webkit-animation: fade-in .2s linear 1;
  /* , move-up .2s ease-out */
  -moz-animation: fade-in .2s linear 1;
  /* , move-up .2s ease-out */
  -ms-animation: fade-in .2s linear 1;
  /* , move-up .2s ease-out */ }

/* CHOROPLETH MAPS */
.mapsvg-gauge {
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 50%;
  min-width: 10%;
  font-size: 11px !important;
  line-height: 15px !important;
  color: #666666;
  padding: 0px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5); }

.mapsvg-gauge table {
  width: auto;
  margin: 0;
  border: 0;
  padding: 0; }

.mapsvg-gauge .mapsvg-gauge-gradient {
  min-width: 100px; }

.mapsvg-gauge table tr {
  border: 0 !important; }

.mapsvg-gauge table td {
  padding: 2px 7px;
  border: 0 !important; }

/* DIRECTORY */
.mapsvg-wrap {
  position: relative;
  box-sizing: border-box; }

.mapsvg-wrap .mapsvg-directory {
  display: flex;
  flex-flow: column;
  max-height: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #f5f5f5; }

.mapsvg-wrap .mapsvg-directory.mapsvg-directory-right {
  left: auto;
  right: 0; }

.mapsvg-controller-view {
  position: relative;
  height: 100%;
  pointer-events: auto;
  /*border-right: 1px solid #eee;*/ }

.mapsvg-controller-view-wrap.nano {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mapsvg-controller-view-content {
  padding: 15px;
  box-sizing: border-box; }

.mapsvg-mobile-buttons {
  height: 50px;
  background-color: #eee;
  position: relative;
  display: none; }

.mapsvg-button-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 0;
  line-height: 50px;
  cursor: pointer;
  color: #222;
  text-align: center;
  border: 1px solid #ddd; }

.mapsvg-button-map {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
  line-height: 50px;
  cursor: pointer;
  color: #444;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-right: 0; }

.mapsvg-button-menu:hover, .mapsvg-button-map:hover {
  background-color: #e2e2e2; }

.mapsvg-button-menu.active, .main-content .product-tabs .mapsvg-button-menu.accordion-title.is-open, .mapsvg-button-map.active, .main-content .product-tabs .mapsvg-button-map.accordion-title.is-open {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff; }

.mapsvg-directory-search-wrap-margin {
  position: relative;
  height: 34px; }

.mapsvg-directory-search {
  height: 34px;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 3px 15px 3px 15px;
  font-weight: normal;
  width: 100%; }

.mapsvg-directory-search {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box; }

.mapsvg-filter-btn-ok {
  display: none; }

.mapsvg-directory-list-wrap:after,
.mapsvg-details-container:after {
  content: " ";
  height: 100%;
  position: absolute;
  right: -15px;
  width: 15px;
  top: 0; }

.mapsvg-directory-search:active,
.mapsvg-directory-search:focus {
  border: 1px solid #eee !important; }

.mapsvg-directory-search:focus,
.mapsvg-directory-search:active {
  outline: 0 !important;
  -webkit-appearance: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.mapsvg-directory-list-wrap {
  border-right: 1px solid #e5e5e5;
  max-height: 100%;
  flex: 1 0;
  z-index: 1;
  background: #fafafa;
  position: relative;
  height: 48px; }

.mapsvg-directory-list {
  overflow-y: scroll;
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.mapsvg-directory-item {
  display: block;
  cursor: pointer;
  padding: 10px; }

.mapsvg-directory-item:hover {
  background: rgba(0, 0, 0, 0.05); }

.mapsvg-directory-item.hover {
  background: rgba(0, 0, 0, 0.05); }

.mapsvg-directory-item.selected {
  background: rgba(0, 0, 0, 0.1) !important; }

.mapsvg-directory-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.mapsvg-wrap .mapsvg {
  flex: 1 0;
  min-width: 0;
  /* firefox flex fix */ }

.mapsvg-directory {
  min-width: 0;
  /* firefox flex fix */
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased; }

.mapsvg-directory.mapsvg-directory-overlapping .mapsvg-details-container {
  box-shadow: none; }

.mapsvg-directory ul {
  margin: 0; }

.mapsvg-directory li {
  list-style: none; }

.mapsvg-directory-filter-wrap {
  padding-top: 7px; }

.mapsvg-directory-filter-wrap:first-child {
  padding-top: 0; }

.mapsvg-directory-filter-wrap:empty {
  display: none; }

.mapsvg-filter-tag {
  background: #ddd;
  color: #666;
  display: inline-block;
  padding: 0 8px;
  line-height: 27px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapsvg-filter-delete {
  display: inline-block;
  color: #444;
  font-size: 16px;
  padding-left: 3px; }

.mapsvg-filter-delete:hover {
  color: #999;
  cursor: pointer; }

.mapsvg-directory-search-wrap {
  box-sizing: border-box;
  position: relative; }

/* DETAILS VIEW */
.mapsvg-details-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  max-height: 100%; }

.mapsvg-details-container > div {
  background-color: #fafafa; }

.mapsvg-details-container .mapsvg-controller-view-content {
  padding-top: 0; }

.mapsvg-details-container.near {
  z-index: 3;
  pointer-events: none; }

.mapsvg-details-container.top {
  z-index: 3;
  pointer-events: none; }

.mapsvg-details-container:empty {
  display: none; }

.over .mapsvg-details-container {
  opacity: 0; }

/*.mapsvg-details-view-toolbar {*/
/*position: relative;*/
/*height: 25px;*/
/*}*/
.mapsvg-details-container.mapsvg-over {
  left: 0;
  width: 100%;
  z-index: 2; }

.mapsvg-details-container.mapsvg-over:after {
  box-shadow: none !important; }

.mapsvg-details-container.mapsvg-near {
  width: 100%;
  z-index: -1; }

/*.mapsvg-details-container.nano {*/
/*position: absolute;*/
/*top: 35px;*/
/*bottom: 0px;*/
/*left: 10px;*/
/*right: 0px;*/
/*}*/
/*.mapsvg-details-container.nano .nano-content {*/
/*right: 15px;*/
/*}*/
.mapsvg-controller-view-toolbar {
  padding: 7px;
  box-sizing: border-box; }

.mapsvg-controller-view-toolbar:empty {
  display: none; }

.mapsvg-controller-view-toolbar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.mapsvg-details-container .mapsvg-controller-view-toolbar {
  height: 28px;
  padding: 0; }

.mapsvg-details-close {
  transform: scale(0.4);
  /*cursor: pointer;*/
  /*background: url('../img/close.png');*/
  /*background-size: cover;*/
  /*width: 25px;*/
  /*height: 25px;*/
  /*display: block;*/
  /*position: relative;*/
  /*float: right;*/ }

/*.mapsvg-details-close:hover {*/
/*opacity: .6;*/
/*}*/
.mapsvg-details-back {
  left: 0;
  right: auto;
  cursor: pointer;
  background: url("../img/left.png");
  background-size: cover;
  width: 25px;
  height: 25px; }

/* MARKERS */
.mapsvg-marker {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: none !important; }

.mapsvg-marker-hidden {
  opacity: 0.4;
  pointer-events: none; }

.mapsvg-marker-visible {
  display: block !important; }

/* LAYERS */
.mapsvg-layers-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }

.mapsvg-layer-gm {
  pointer-events: none; }

/* PAGINATION  (bootstrap styles) */
.mapsvg-pagination .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.mapsvg-pagination .pager li {
  display: inline-block;
  margin: 0 2px; }

.mapsvg-pagination .pager li > a,
.mapsvg-pagination .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  line-height: 1.5;
  font-family: Helvetica;
  box-shadow: none;
  text-decoration: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.mapsvg-pagination .pager li > a:hover,
.mapsvg-pagination .pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.mapsvg-pagination .pager .next > a,
.mapsvg-pagination .pager .next > span {
  float: right; }

.mapsvg-pagination .pager .previous > a,
.mapsvg-pagination .pager .previous > span {
  float: left; }

.mapsvg-pagination .pager .disabled > a,
.mapsvg-pagination .pager .disabled > a:hover,
.mapsvg-pagination .pager .disabled > a:focus,
.mapsvg-pagination .pager .disabled > span {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff; }

.mapsvg-pagination li.disabled {
  pointer-events: none; }

/* pagination when directory is switched off */
.mapsvg > .mapsvg-pagination {
  position: absolute;
  bottom: 10px;
  left: 7px; }

.mapsvg > .mapsvg-pagination ul {
  margin: 0; }

.mapsvg-filter-label:empty {
  display: none; }

#mapsvg-admin .mapsvg-filter-label:empty {
  display: block !important; }

/* GROUPS CONTROL */
.mapsvg-layers-control {
  max-width: 200px;
  position: absolute;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  height: 100%; }

.mapsvg-layers-control.closed {
  pointer-events: none; }

.mapsvg-layers-control.closed .mapsvg-layers-label {
  pointer-events: all; }

.mapsvg-layers-control.mapsvg-top-left {
  top: 0px;
  left: 0px; }

.mapsvg-layers-control.mapsvg-top-left {
  top: 0px;
  left: 0px; }

.mapsvg-layers-control.mapsvg-top-right {
  top: 0px;
  right: 0px; }

.mapsvg-layers-control.mapsvg-bottom-right {
  bottom: 0px;
  right: 0px; }

.mapsvg-layers-control.mapsvg-bottom-left {
  bottom: 0px;
  left: 0px; }

.mapsvg-layers-control .mapsvg-layers-label {
  height: 23px;
  line-height: 23px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapsvg-layers-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  border-top: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.mapsvg-layers-control.closed .mapsvg-layers-list-wrap {
  display: none; }

.mapsvg-layers-control.closed .mapsvg-layers-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0; }

.mapsvg-layers-list-wrap {
  position: absolute;
  top: 33px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.mapsvg-layers-list-wrap .nano {
  height: 100% !important; }

.mapsvg-layers-item {
  padding: 3px 7px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer; }

.mapsvg-layers-item label {
  cursor: pointer; }

/* FLOORS */
.mapsvg-floors-control {
  max-width: 200px;
  position: absolute;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  height: 100%;
  pointer-events: none; }

.mapsvg-floors-control.mapsvg-top-left {
  top: 0px;
  left: 0px; }

.mapsvg-floors-control.mapsvg-top-right {
  top: 0px;
  right: 0px; }

.mapsvg-floors-control.mapsvg-bottom-right {
  bottom: 0px;
  right: 0px; }

.mapsvg-floors-control.mapsvg-bottom-left {
  bottom: 0px;
  left: 0px; }

.mapsvg-floors-control .mapsvg-floors-label {
  height: 23px;
  line-height: 23px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 7px;
  cursor: pointer; }

.mapsvg-floors-label {
  pointer-events: all; }

.mapsvg-floors-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  border-top: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.mapsvg-floors-control.closed .mapsvg-floors-list-wrap {
  display: none; }

.mapsvg-floors-control.closed .mapsvg-floors-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0; }

.mapsvg-floors-list-wrap {
  position: absolute;
  top: 33px;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.mapsvg-floors-list-wrap .nano {
  height: 100% !important; }

.mapsvg-floors-item {
  padding: 3px 7px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  pointer-events: all; }

.mapsvg-floors-item label {
  cursor: pointer; }

/* IOS SWITCHES */
input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px;
  display: none; }

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2.0em;
  font-weight: normal; }

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 16px; }

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #55D069; }

/* SMALL */
input[type="checkbox"].ios8-switch-sm {
  margin: 5px 0 0 10px; }

input[type="checkbox"].ios8-switch-sm + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em; }

input[type="checkbox"].ios8-switch-sm + label:before {
  width: 25px;
  /* x*5 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:after {
  width: 15px;
  /* x*3 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-sm:checked + label:after {
  margin-left: 10px;
  /* x*2 */ }

/* LARGE */
input[type="checkbox"].ios8-switch-lg {
  margin: 10px 0 0 20px; }

input[type="checkbox"].ios8-switch-lg + label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em; }

input[type="checkbox"].ios8-switch-lg + label:before {
  width: 50px;
  /* x*5 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:after {
  width: 30px;
  /* x*3 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-lg:checked + label:after {
  margin-left: 20px;
  /* x*2 */ }

.mapsvg-no-results {
  padding: 10px;
  color: #666; }

.mapsvg-layers-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* MOBILE DEVICES */
@media (max-width: 812px) {
  /* 812px = iPhone X, all others phones are smaller */
  body .mapsvg-details-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    margin: 0 !important;
    height: auto !important; }
  .mapsvg-layers-control {
    left: auto !important; }
  body.mapsvg-fullscreen-popovers .mapsvg-popover {
    font-size: 1.2em;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    position: fixed;
    height: 100%;
    min-height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    z-index: 999999999; }
  body.mapsvg-fullscreen-popovers .mapsvg-popover.mapsvg-popover-animate {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  body.mapsvg-fullscreen-popovers .mapsvg-popover:before {
    display: none !important; }
  /* zoom buttons for mobile devices */
  .mapsvg-btn-zoom,
  .mapsvg-btn {
    width: 32px;
    height: 32px; }
  .mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
    top: 15px;
    left: 6px;
    height: 1px;
    width: 20px; }
  .mapsvg-btn-zoom.in:after {
    top: 6px;
    left: 15px;
    height: 21px;
    width: 1px; }
  /*.mapsvg-popover {*/
  /*padding-top: 20px;*/
  /*}*/
  .mapsvg-popover .mapsvg-controller-view-toolbar {
    height: 38px;
    padding: 0; }
  .mapsvg-details-container .mapsvg-controller-view-toolbar {
    height: 38px;
    padding: 0; }
  .mapsvg-popover-close {
    top: 3px !important;
    right: 3px !important;
    z-index: 999;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .mapsvg-mobile-buttons {
    display: block; }
  .mapsvg-button-map, .mapsvg-button-menu {
    display: block; }
  .mapsvg-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .mapsvg-wrap .mapsvg-directory {
    width: 100% !important; }
  /* switch "near" to "over" on mobiles */
  .mapsvg-details-conainer {
    left: 0 !important;
    width: 100% !important; }
  .mapsvg-details-container.near {
    z-index: 3 !important;
    left: 0 !important; }
  .mapsvg-controller-view {
    width: 100% !important; }
  .mapsvg-directory.closed {
    /*left: -100%;*/
    display: none; }
  .mapsvg-directory {
    overflow: visible !important; }
  /*
	.mapsvg-directory-filter-wrap {
		padding: 20px;
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		background-color: white;
		overflow: scroll;
		z-index: 9999000;
	}
	.mapsvg-filter-btn-ok {
		display: block;
		margin-top: 15px;
	}
	*/ }

/* ICONS */
@font-face {
  font-family: 'mapsvg-icons';
  src: url("font/mapsvg-icons.eot?98971180");
  src: url("font/mapsvg-icons.eot?98971180#iefix") format("embedded-opentype"), url("font/mapsvg-icons.woff2?98971180") format("woff2"), url("font/mapsvg-icons.woff?98971180") format("woff"), url("font/mapsvg-icons.ttf?98971180") format("truetype"), url("font/mapsvg-icons.svg?98971180#mapsvg-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mapsvg-icon-"]:before, [class*=" mapsvg-icon-"]:before {
  font-family: "mapsvg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.mapsvg-icon-menu:before {
  content: '\f0c9'; }

/* '' */
.mapsvg-icon-map:before {
  content: '\f278'; }

/* '' */
/* ANIMATIONS */
@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* NAVBAR */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar > .container, .navbar > .product-stacked,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  align-items: center;
  width: 100%; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none; } }

.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important; }
  .navbar-expand-xxl .navbar-toggler {
    display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand .navbar-collapse {
  display: flex !important; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .main-content .product-tabs .nav-link.accordion-title.is-open,
.main-content .product-tabs .navbar-light .navbar-nav .nav-link.accordion-title.is-open {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .main-content .product-tabs .nav-link.accordion-title.is-open,
.main-content .product-tabs .navbar-dark .navbar-nav .nav-link.accordion-title.is-open {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none; } }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .main-content .product-tabs .nav-link.accordion-title.is-open, .main-content .product-tabs .nav-tabs .nav-link.accordion-title.is-open,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .main-content .product-tabs .nav-link.accordion-title.is-open, .main-content .product-tabs .nav-pills .nav-link.accordion-title.is-open,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* CONTAINER */
.container, .product-stacked,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

.navbar > .container, .navbar > .product-stacked,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between; }

/* UTILITIES */
.p-0 {
  padding: 0 !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-lg-0 {
  margin-bottom: 0 !important; }

.me-auto {
  margin-right: auto !important; }

/* COLLAPSE */
.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

/* DROPDOWN */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu[style] {
  right: auto !important; }

.dropdown-menu-start {
  --bs-position: start;
  right: auto;
  left: 0; }

.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto;
    left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto;
    left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto;
    left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto;
    left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa; }

.dropdown-item.active, .main-content .product-tabs .dropdown-item.accordion-title.is-open,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .main-content .product-tabs .dropdown-item.accordion-title.is-open, .main-content .product-tabs .dropdown-menu-dark .dropdown-item.accordion-title.is-open,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd; }

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd; }

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa; }

.dropdown-item.active, .main-content .product-tabs .dropdown-item.accordion-title.is-open,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .main-content .product-tabs .dropdown-item.accordion-title.is-open, .main-content .product-tabs .dropdown-menu-dark .dropdown-item.accordion-title.is-open,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd; }

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd; }

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15); }

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6; }

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd; }

/* GENERAL STYLES */
body.freeze-scroll {
  height: 100%;
  overflow-y: hidden; }

.button-top.show {
  visibility: visible; }
  .button-top.show.make-invisible {
    visibility: hidden; }

.is-mobile-nav-only {
  display: unset; }
  @media screen and (min-width: 1024px) {
    .is-mobile-nav-only {
      display: none; } }

.nav-item {
  height: 7rem;
  display: flex;
  align-items: center;
  padding-right: 16px; }
  @media screen and (max-width: 1408px) {
    .nav-item {
      padding-right: 8px; } }

.navbar-collapse.collapsing,
.navbar-collapse.show,
.navbar-toggler.collapsed ~ .navbar-collapse {
  transition: none; }

.global-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(37, 40, 43, 0.12);
  margin: 0;
  padding: 0.875rem !important;
  left: -1rem;
  overflow-y: scroll;
  max-height: 75vh; }
  .global-nav .dropdown-menu .second-level-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(15, auto);
    padding: 10px 0; }
    .global-nav .dropdown-menu .second-level-menu li {
      display: flex;
      align-items: center;
      width: 280px;
      height: 40px; }
  .global-nav .dropdown-menu .dropdown-divider {
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #dadada; }

.global-nav .main-level::after {
  border-top: 1px solid white;
  border-right: 0 solid transparent;
  border-left: 1px solid white;
  position: relative;
  margin-right: 0;
  height: 6px;
  width: 6px;
  margin-bottom: -1px;
  margin-left: 8px;
  transform: rotate(225deg); }

.global-nav .main-level.show, .global-nav .main-level:hover {
  color: #f26c33; }

.global-nav .main-level.show::after, .global-nav .main-level:hover::after {
  border-color: #f26c33; }

.global-nav li a.main-level {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  padding-left: 0;
  padding-right: 24px; }
  @media screen and (max-width: 1408px) {
    .global-nav li a.main-level {
      padding-right: 16px;
      font-size: 1.125rem; } }
  @media screen and (max-width: 1216px) {
    .global-nav li a.main-level {
      padding-right: 14px;
      font-size: 1rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1100px) {
    .global-nav li a.main-level:after {
      display: none; } }

.global-nav li a.dropdown-item.first-level:hover {
  background-color: inherit;
  color: #000; }

.global-nav li a.dropdown-item.second-level, .global-nav li a.dropdown-item.third-level {
  color: #407981;
  white-space: normal;
  line-height: 1; }
  .global-nav li a.dropdown-item.second-level:hover, .global-nav li a.dropdown-item.third-level:hover {
    background-color: inherit;
    color: #153135; }

.global-nav li a.dropdown-item.second-level {
  font-size: 1rem;
  font-weight: 600; }

.global-nav li a.dropdown-item.third-level {
  font-size: 0.9375rem;
  font-weight: 400;
  border-left: 1px solid #e6e6e6;
  padding: 0 0 0 0.75rem;
  margin: 0.25rem 1rem;
  height: 100%;
  display: flex;
  align-items: center; }

/* MOBILE+TABLET */
@media screen and (max-width: 1023px) {
  .global-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 0 !important; }
  nav.navbar {
    height: 100%;
    align-items: center; }
    nav.navbar .navbar-toggler {
      border-color: transparent;
      padding: 0; }
      nav.navbar .navbar-toggler:focus {
        box-shadow: none; }
      nav.navbar .navbar-toggler .navbar-toggler-icon {
        width: 19px;
        height: 19px;
        background: url("https://www.window-cleaning-supply.com/content/images/icons/No.svg") no-repeat center center;
        transition: all 300ms ease-in-out; }
    nav.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
      background: url("https://www.window-cleaning-supply.com/content/images/icons/hamburger.svg") no-repeat center center;
      width: 19px;
      height: 19px; }
    nav.navbar .navbar-collapse {
      position: fixed;
      top: 50px;
      left: 0;
      width: 85%; }
      .multi-link-alert-bar-active nav.navbar .navbar-collapse {
        top: 24px !important; }
      .single-link-alert-bar-active nav.navbar .navbar-collapse {
        top: 48px !important; } }
      @media screen and (max-width: 1023px) and (max-width: 1023px) {
        .single-link-alert-bar-active nav.navbar .navbar-collapse {
          top: 32px !important; } }

@media screen and (max-width: 1023px) {
    nav.navbar .navbar-collapse.collapse.show {
      background-color: rgba(55, 55, 55, 0.69);
      color: #373737;
      width: 100vw;
      height: 100%;
      left: 0;
      top: 0;
      margin-top: 3.5rem;
      overflow-y: scroll; }
      nav.navbar .navbar-collapse.collapse.show .global-nav {
        width: 90%;
        min-width: 330px;
        max-width: 500px;
        background-color: white;
        height: calc(100vh - $topbar-height-mobile);
        overflow: scroll;
        padding-bottom: 130px; }
        nav.navbar .navbar-collapse.collapse.show .global-nav .mobile-nav-hours {
          padding: 16px;
          background-color: #f3f3f3;
          color: #21494e;
          font-size: 0.8125rem; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .mobile-nav-hours .phone-number a {
            color: #21494e;
            font-size: 0.875rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            margin-bottom: 4px; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .mobile-nav-hours .phone-number a svg {
              width: 18px;
              fill: #21494e;
              margin-right: 8px; }
        nav.navbar .navbar-collapse.collapse.show .global-nav ul.is-mobile-nav-only {
          border-top: 1px solid #e6e6e6;
          margin: 8px 16px;
          padding-top: 8px; }
        nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item.bottom-link.on-mobile-nav {
          border-right: 0;
          border-bottom: 0;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item.bottom-link.on-mobile-nav a {
            color: #407981;
            width: 100%;
            font-size: 0.875rem;
            padding: 8px 4px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
        nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item {
          display: list-item;
          height: unset;
          padding: 0; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link {
            color: #407981;
            border-top: 1px solid #e6e6e6;
            border-right: 0;
            border-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link::after {
              border-top: 2px solid #407981;
              border-right: 0 solid transparent;
              border-left: 2px solid #407981;
              height: 8px;
              width: 8px;
              transform: rotate(45deg);
              transition-duration: 0.1s;
              transition-timing-function: ease;
              transition-delay: 0s;
              transition-property: all; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.show::after {
              transform: rotate(225deg);
              margin-bottom: 0; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.main-level {
            font-size: 0.875rem;
            font-weight: 600;
            margin: 8px 16px;
            padding: 20px 4px 4px 4px; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.main-level.my-account-link {
              padding-top: 8px;
              border-top: 0; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.second-level {
            border: none;
            font-size: 0.8125rem;
            margin: 0 16px; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.second-level::after {
              height: 6px;
              width: 6px; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item .nav-link.third-level {
            border: none;
            font-size: 0.75rem;
            margin: 0 16px;
            font-style: italic; }
          nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item.dropdown .dropdown-menu.show {
            margin-top: 0;
            padding: 0; }
            nav.navbar .navbar-collapse.collapse.show .global-nav .nav-item.dropdown .dropdown-menu.show .second-level-menu {
              height: 100% !important; } }
