/*! Theme: Peak v1.12.14 */
/* scss-combine:../../node_modules/normalize.scss/normalize */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
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; }

/* scss-combine:../../node_modules/bc-baseline/baseline */
/* scss-combine:lib/extends */
.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, .product-quantity-submit .product-quantity-container, .form-field-rectangle, .form-field-swatch .form-field-control, .date-select-group, .product-tabs .tab-content-panel, .section, .footer-nav-wrap, .cart-totals, .cart-totals-item, .cart-additional-checkout-buttons, .shipping-calculator, .giftcard-form-theme .form-field {
  *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, .product-quantity-submit .product-quantity-container:before, .form-field-rectangle:before, .form-field-swatch .form-field-control:before, .date-select-group:before, .product-tabs .tab-content-panel:before, .section:before, .footer-nav-wrap:before, .cart-totals:before, .cart-totals-item:before, .cart-additional-checkout-buttons:before, .shipping-calculator:before, .giftcard-form-theme .form-field: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, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .product-tabs .tab-content-panel:after, .section:after, .footer-nav-wrap:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field: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, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .product-tabs .tab-content-panel:after, .section:after, .footer-nav-wrap:after, .cart-totals:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after {
    clear: both; }

/* scss-combine:lib/mixins */
/* scss-combine:lib/text-inputs */
/* scss-combine:styles/general */
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,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.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, .form-field-swatch .form-label-text, .blog-latest-posts .post-thumb img {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* scss-combine:styles/button */
.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; }

/* scss-combine:styles/form */
.form-fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.form-label {
  display: block; }

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

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

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

input[type="color"].form-input, .navigation-mobile input.search-input[type="color"], .review-form input.product-item-rating[type="color"], input[type="date"].form-input, .navigation-mobile input.search-input[type="date"], .review-form input.product-item-rating[type="date"], input[type="datetime"].form-input, .navigation-mobile input.search-input[type="datetime"], .review-form input.product-item-rating[type="datetime"], input[type="datetime-local"].form-input, .navigation-mobile input.search-input[type="datetime-local"], .review-form input.product-item-rating[type="datetime-local"], input[type="email"].form-input, .navigation-mobile input.search-input[type="email"], .review-form input.product-item-rating[type="email"], input[type="month"].form-input, .navigation-mobile input.search-input[type="month"], .review-form input.product-item-rating[type="month"], input[type="number"].form-input, .navigation-mobile input.search-input[type="number"], .review-form input.product-item-rating[type="number"], input[type="password"].form-input, .navigation-mobile input.search-input[type="password"], .review-form input.product-item-rating[type="password"], input[type="search"].form-input, .navigation-mobile input.search-input[type="search"], .review-form input.product-item-rating[type="search"], input[type="tel"].form-input, .navigation-mobile input.search-input[type="tel"], .review-form input.product-item-rating[type="tel"], input[type="text"].form-input, .navigation-mobile input.search-input[type="text"], .review-form input.product-item-rating[type="text"], input[type="time"].form-input, .navigation-mobile input.search-input[type="time"], .review-form input.product-item-rating[type="time"], input[type="url"].form-input, .navigation-mobile input.search-input[type="url"], .review-form input.product-item-rating[type="url"], input[type="week"].form-input, .navigation-mobile input.search-input[type="week"], .review-form input.product-item-rating[type="week"], input:not([type]).form-input, .navigation-mobile input.search-input:not([type]), .review-form input.product-item-rating:not([type]), textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

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

/* scss-combine:styles/table */
table {
  margin: 1em 0;
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  border-top: 1px solid;
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  border-left: 1px solid;
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

/* scss-combine:../../node_modules/susy/sass/susy */
/* scss-combine:susy/language/susy */
/* scss-combine:../su */
/* scss-combine:su/utilities */
/* scss-combine:su/settings */
/* scss-combine:su/validation */
/* scss-combine:su/grid */
/* scss-combine:../output/float */
/* scss-combine:shared */
/* scss-combine:support */
/* scss-combine:support/support */
/* scss-combine:support/prefix */
/* scss-combine:support/background */
/* scss-combine:support/box-sizing */
/* scss-combine:support/rem */
/* scss-combine:support/clearfix */
/* scss-combine:shared/inspect */
/* scss-combine:shared/output */
/* scss-combine:shared/direction */
/* scss-combine:shared/background */
/* scss-combine:shared/container */
/* scss-combine:shared/margins */
/* scss-combine:shared/padding */
/* scss-combine:float/container */
/* scss-combine:float/span */
/* scss-combine:float/end */
/* scss-combine:float/isolate */
/* scss-combine:susy/settings */
/* scss-combine:susy/validation */
/* scss-combine:susy/grids */
/* scss-combine:susy/box-sizing */
/* scss-combine:susy/context */
/* scss-combine:susy/background */
/* scss-combine:susy/container */
/* scss-combine:susy/span */
/* scss-combine:susy/gutters */
/* scss-combine:susy/isolate */
/* scss-combine:susy/gallery */
/* scss-combine:susy/rows */
/* scss-combine:susy/margins */
/* scss-combine:susy/padding */
/* scss-combine:susy/bleed */
/* scss-combine:susy/breakpoint-plugin */
/* scss-combine:../../node_modules/slick-carousel/slick/slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

.tab-content-panel {
  display: none; }
  .tab-content-panel.active {
    display: block; }

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

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

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* scss-combine:general/functions */
/* scss-combine:general/user-settings */
/* scss-combine:general/variables */
/* scss-combine:general/mixins */
/*----------  Layout  ----------*/
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
/* scss-combine:general/extends */
/*----------  Text treatments  ----------*/
body, .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a, .compare-table-heading {
  font-family: "Roboto";
  color: #6b6e79;
  font-size: 15px;
  line-height: 1.666; }

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

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

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

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

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

.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-tabs, .account-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

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

/*----------  Forms  ----------*/
.review-form, .form-contact-us {
  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  ----------*/
.customer-links:after, .customer-utils .button-wishlist:after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 18px;
  vertical-align: top;
  content: '';
  pointer-events: none;
  background-color: #e6e9ef;
  transform: translateY(-50%);
  opacity: 0.3; }

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

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

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

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

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

/*----------  Button  ----------*/
.button.inverse:hover, .blog .inverse.post-read-more:hover, .mini-cart .button-checkout:hover {
  box-shadow: 0 0 0 2px white 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; }

/* scss-combine:core/account */
/* scss-combine:account/components/layout */
.account-wrapper {
  font-size: 15px; }

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

/* scss-combine:account/components/forms */
.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 .navigation-mobile .search-input, .navigation-mobile .account-wrapper .search-input, .account-wrapper .review-form .product-item-rating, .review-form .account-wrapper .product-item-rating {
  width: 100%; }
  .account-wrapper .form-input.account-form-half, .account-wrapper .navigation-mobile .account-form-half.search-input, .navigation-mobile .account-wrapper .account-form-half.search-input, .account-wrapper .review-form .account-form-half.product-item-rating, .review-form .account-wrapper .account-form-half.product-item-rating {
    width: 50%; }

.account-wrapper .form-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; } }

/* scss-combine:account/components/table */
.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; }

/* scss-combine:account/components/list */
.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-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: 15px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 18px; }

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

.account-item-details {
  font-size: 15px;
  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;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bfbfbf;
  text-transform: uppercase; }

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

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

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

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

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

/* scss-combine:account/components/navigation */
.account-nav-list {
  padding: 0;
  margin-bottom: 7.5px;
  list-style: none;
  border: 1px solid #e6e9ef;
  border-radius: 0; }

.account-nav-item {
  color: #ed2e33;
  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; }

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

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

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

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

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

/* scss-combine:account/components/shipments */
.account-shipments {
  margin-bottom: 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; }

/* scss-combine:account/pages/address */
.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-actions {
    padding-top: 7.5px; }

/* scss-combine:account/pages/orders-receipt */
.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; }

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

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

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

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

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

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

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

/* scss-combine:account/pages/messages */
.account-messages-table.table-clean {
  border-bottom: 1px solid #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: 17px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #929292; }

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

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

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

/* scss-combine:account/pages/download */
.account-download {
  padding: 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;
  font-weight: normal;
  color: #929292; }

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

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

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

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

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

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

/* scss-combine:account/pages/invoice */
.account-invoice-date {
  margin-top: -20px;
  font-size: 15px; }

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

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

/* scss-combine:account/pages/settings */
.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; }

/* scss-combine:account/pages/auth-login */
.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; }

/* scss-combine:account/pages/auth-forgot */
.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 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; }

/* scss-combine:account/pages/auth-create */
.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; } }

/* scss-combine:account/pages/auth-created */
.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 15px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

/* scss-combine:account/pages/auth-new-password */
.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

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

/* scss-combine:account/pages/gift-certificate */
.giftcard-nav {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #ed2e33; }
  .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; }

/* scss-combine:core/unavailable */
.unavailable-container {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh;
  font-size: 14px; }
  @media (min-width: 400px) {
    .unavailable-container {
      font-size: 16px; } }

#mce-error-response a {
  display: none; }

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

/* scss-combine:core/swatch */
.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%); }

/* scss-combine:modules/dropdown */
.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; }

/* scss-combine:modules/modal */
.modal-overlay {
  background-color: rgba(40, 42, 47, 0.95); }

.modal {
  margin-bottom: 5vw;
  width: 90%;
  max-width: 1230px;
  padding: 15px; }
  .loaded .modal {
    background-color: #fff; }
  .modal.modal-quick-shop {
    top: 5vw; }
  .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: #ed2e33; }
  .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: #ed2e33;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* scss-combine:modules/tabs */
.tabs {
  margin-bottom: 55px;
  font-size: 0;
  text-align: center; }

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

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

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

/* scss-combine:modules/baguetteBox */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

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

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

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

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

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

.spinner:not(.button) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1,
.double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

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

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

.mega-nav-root-list {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  border-right: 1px solid #3f434b;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  height: 460px;
  letter-spacing: 0.077em;
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  text-transform: uppercase; }
  .mega-nav-root-list li {
    display: block; }
    .mega-nav-root-list li a {
      letter-spacing: normal; }
    .mega-nav-root-list li.active a {
      color: #ed2e33; }
    .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: #ed2e33; }
  .mega-nav-child-list-back:hover svg path {
    fill: #ed2e33; }

.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;
      font-weight: lighter;
      padding: 0; }
    .mega-nav-child-list .mega-nav-child-item:hover > a {
      color: #ed2e33; }
    .mega-nav-child-list .mega-nav-child-item:hover .mega-nav-arrow svg path {
      fill: #ed2e33; }

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

/* scss-combine:modules/carousel */
/*----------  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-tabs {
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .container, .carousel .product-tabs {
        padding: 0; } }

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

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

.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(40, 42, 47, 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: "Roboto Condensed";
    font-weight: 400;
    font-size: 40px;
    color: white; }
  .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: #ed2e33; }

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

.slick-dots {
  position: absolute;
  top: 41.66667vw;
  left: 50%;
  transform: translateX(-50%) translateY(-34px);
  list-style: none;
  margin: 0 0 30px 0;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .slick-dots {
      top: auto; } }
  .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: 2px solid white;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .slick-dots li:hover {
      background-color: #ed2e33;
      border-color: #ed2e33; }
  .slick-dots .slick-active {
    border-color: #ed2e33; }
  .slick-dots button {
    display: none; }

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

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

/* Headers */
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,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  line-height: 1.25; }
  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,
  .product-item-price a,
  h5 a,
  .bulk-pricing-block .product-details-heading a,
  .review-item-title a,
  .cart-table-header .cell a,
  .cart-item-info .product-name a,
  h6 a,
  .product-item-brand a,
  .product-details .product-brand a,
  .product-stock a,
  .site-footer .footer-title a,
  .giftwrap-subtitle 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,
    .product-item-price a:hover,
    h5 a:hover,
    .bulk-pricing-block .product-details-heading a:hover,
    .review-item-title a:hover,
    .cart-table-header .cell a:hover,
    .cart-item-info .product-name a:hover,
    h6 a:hover,
    .product-item-brand a:hover,
    .product-details .product-brand a:hover,
    .product-stock a:hover,
    .site-footer .footer-title a:hover,
    .giftwrap-subtitle a:hover {
      color: #ed2e33; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-weight: 400; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-family: "Roboto Condensed", sans-serif;
  color: #2e3036; }


h2,
.giftcard-header,
h4,
.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price {
  font-family: "Roboto";
  font-weight: 300;
  text-transform: none; }

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


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


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


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


h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-size: 1.0625rem; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: #2e3036; }

/* Utility classes */
.text-center {
  text-align: center; }

.hidden {
  display: none; }

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

cite {
  color: #b6bac2; }

img {
  max-width: 100%;
  height: auto; }
  img:not([src]) {
    visibility: hidden; }

svg {
  fill: currentColor; }

.list-bulleted {
  margin: 1em 0 1em 1.5em;
  list-style: disc; }

/* scss-combine:general/button */
/* Buttons */
button {
  border: 0; }

.button, .blog .post-read-more {
  padding: 1.0625em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: white;
  background-color: #ed2e33;
  border-radius: 4px;
  box-shadow: 0 0 0 2px transparent inset;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover, .blog .post-read-more:hover {
    color: white;
    background-color: #282a2f; }
  .button.button-wide, .blog .post-read-more {
    padding-left: 3em;
    padding-right: 3em; }
  .button.button-small, .blog .button-small.post-read-more {
    padding: 0.25em 0.5em;
    font-size: 13px; }
  .button.button-short, .blog .button-short.post-read-more {
    padding: 0.75em 1.5em; }
  .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: #b6bac2;
    background: rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 2px #b6bac2 inset; }
    .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: #b6bac2; }
  .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: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: "Roboto Condensed";
  font-size: 0.8125rem;
  line-height: 1;
  color: #b6bac2;
  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: #ed2e33;
    border-color: #ed2e33;
    color: white; }
  .button-group-item:first-child {
    border-radius: 4px 0 0 4px; }
  .button-group-item:last-child {
    border-radius: 0 4px 4px 0; }
  .button-group-item.active {
    z-index: 1;
    color: white;
    background-color: #282a2f;
    border-color: #282a2f; }
  .button-group-item.disabled, .button-group-item.active {
    pointer-events: none;
    cursor: default; }
  .button-group-item .icon-grid-view {
    width: 16px;
    height: 16px; }
  .button-group-item .icon-list-view {
    width: 17px;
    height: 16px; }

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

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

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  padding: 1.1875rem 1.0625rem 1.125rem;
  color: #b6bac2;
  border: 0;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .navigation-mobile .search-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]):not(.quantity-input) {
    box-shadow: 0 0 0 2px #e6e9ef inset; }
  .form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
    height: 3.4375rem; }
  .form-input:focus, .navigation-mobile .search-input:focus, .review-form .product-item-rating:focus {
    outline: none; }
  .form-input.form-input-short, .navigation-mobile .form-input-short.search-input, .review-form .form-input-short.product-item-rating {
    padding: 0.875rem 1.0625rem 0.8125rem;
    height: 2.8125rem; }

.form-radio,
.form-checkbox {
  display: inline-block;
  vertical-align: middle; }
  .form-radio + .form-label-text,
  .form-checkbox + .form-label-text {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }

.form-select-wrapper {
  position: relative;
  display: block; }
  .form-select-wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23b6bac2' version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6.514 6.232l9.487 9.597 9.487-9.597c1.491-1.491 3.904-1.491 5.395 0 1.483 1.507 1.491 3.944 0 5.451l-12.19 12.306c-1.483 1.491-3.904 1.491-5.395 0l-12.182-12.306c-1.489-1.507-1.489-3.944 0.002-5.451 1.491-1.491 3.904-1.491 5.395 0z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%; }

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

.form-label-text,
.form-field-title {
  display: block;
  margin: 0 0.625rem 0.5rem 0;
  font-weight: normal; }

.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 .navigation-mobile .search-input, .navigation-mobile .input-group-item .search-input, .input-group-item .review-form .product-item-rating, .review-form .input-group-item .product-item-rating {
    width: 100%; }

.form-field-date .form-select-wrapper {
  float: left; }

.form-field-date .form-date-year {
  width: 44%; }

.form-field-date .form-date-month {
  width: 25%;
  margin-right: 3%;
  margin-left: 3%; }

.form-field-date .form-date-day {
  width: 25%; }

/*----------  Form Errors  ----------*/
.form-error {
  color: #FF5E5D;
  border: 1px solid #FF5E5D; }
  .form-error::placeholder {
    color: #fff6f6; }

.form-error-message {
  color: #FF5E5D; }

.form-inline-message {
  display: block;
  margin-top: 0.625rem;
  clear: left; }
  .form-field-invalid .form-inline-message {
    color: #FF5E5D; }

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

th {
  color: #b6bac2; }

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

/* scss-combine:general/global */
/*----------  Spinner  ----------*/
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8); }
  .loading-overlay .icon-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px; }

/*----------  Animations  ----------*/
.icon-spinner {
  width: 20px;
  height: 20px;
  animation: spin 0.75s linear infinite; }

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

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

.section-title {
  margin: 0 0 2.083em;
  font-size: 24px; }

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

.page-content a,
.product-description a,
.blog-content a {
  color: #ed2e33; }
  .page-content a:hover,
  .product-description a:hover,
  .blog-content a:hover {
    text-decoration: underline; }

.page-content img,
.product-description img,
.blog-content img {
  margin-bottom: 2em; }

.page-content .feedflare img,
.product-description .feedflare img,
.blog-content .feedflare img {
  margin-bottom: 0; }

.page-content .page-feed h6, .page-content .page-feed .product-item-brand, .page-content .page-feed .product-details .product-brand, .product-details .page-content .page-feed .product-brand, .page-content .page-feed .product-stock, .page-content .page-feed .site-footer .footer-title, .site-footer .page-content .page-feed .footer-title, .page-content .page-feed .giftwrap-subtitle,
.product-description .page-feed h6,
.product-description .page-feed .product-item-brand,
.product-description .page-feed .product-details .product-brand,
.product-details .product-description .page-feed .product-brand,
.product-description .page-feed .product-stock,
.product-description .page-feed .site-footer .footer-title,
.site-footer .product-description .page-feed .footer-title,
.product-description .page-feed .giftwrap-subtitle,
.blog-content .page-feed h6,
.blog-content .page-feed .product-item-brand,
.blog-content .page-feed .product-details .product-brand,
.product-details .blog-content .page-feed .product-brand,
.blog-content .page-feed .product-stock,
.blog-content .page-feed .site-footer .footer-title,
.site-footer .blog-content .page-feed .footer-title,
.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: 5rem 0;
  text-align: center; }

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

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

/*----------  Newsletter Signup  ----------*/
.newsletter-signup {
  background-color: #eff1f5; }
  .newsletter-signup .container, .newsletter-signup .product-tabs {
    max-width: 616px; }
  .newsletter-signup .subscription-form {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .subscription-form {
        display: flex;
        align-items: flex-start;
        justify-content: center; } }
  .newsletter-signup .form-field {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .form-field {
        display: inline-block;
        flex: 2;
        width: auto;
        margin: 0 30px 0 0; } }
  .newsletter-signup .form-input, .newsletter-signup .navigation-mobile .search-input, .navigation-mobile .newsletter-signup .search-input, .newsletter-signup .review-form .product-item-rating, .review-form .newsletter-signup .product-item-rating {
    width: 100%; }
  .newsletter-signup .form-inline-message {
    text-align: left; }

/*----------  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 .product-item-price,
  .banner h5,
  .banner .bulk-pricing-block .product-details-heading,
  .bulk-pricing-block .banner .product-details-heading,
  .banner .review-item-title,
  .banner .cart-table-header .cell,
  .cart-table-header .banner .cell,
  .banner .cart-item-info .product-name,
  .cart-item-info .banner .product-name,
  .banner h6,
  .banner .product-item-brand,
  .banner .product-details .product-brand,
  .product-details .banner .product-brand,
  .banner .product-stock,
  .banner .site-footer .footer-title,
  .site-footer .banner .footer-title,
  .banner .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #6b6e79; }
  .banner:last-child {
    border-bottom: 0; }

/* scss-combine:components/mini-cart */
.mini-cart {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #2e3036;
  transition: transform .3s ease; }
  .no-js .mini-cart {
    overflow: auto; }

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

.mini-cart-top-bar {
  color: white; }
  .mini-cart-top-bar .button-cart-close {
    position: absolute;
    top: 2.5rem;
    right: 1.5625rem;
    padding: 0;
    background: none; }
    .mini-cart-top-bar .button-cart-close .icon-close:hover {
      color: #ed2e33; }

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

.mini-cart-title {
  color: white;
  font-size: 18px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  text-transform: none;
  margin: 0;
  padding: 2.5rem 0; }

.mini-cart-empty {
  color: white;
  text-align: center; }

.mini-cart-item, .compare-tab-item {
  color: white;
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item:not(:last-of-type):after, .compare-tab-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    content: ""; }
  .mini-cart-item:hover, .compare-tab-item:hover {
    background-color: #222428; }
    .mini-cart-item:hover:after, .compare-tab-item:hover:after {
      background-color: #222428; }
    .mini-cart-item:hover .mini-cart-item-actions, .compare-tab-item:hover .mini-cart-item-actions {
      opacity: 1; }
  .mini-cart-item.removing .mini-cart-item-wrap, .removing.compare-tab-item .mini-cart-item-wrap, .mini-cart-item.removing .compare-tab-item-wrap, .removing.compare-tab-item .compare-tab-item-wrap {
    pointer-events: none;
    opacity: 0.2; }
  .mini-cart-item a, .compare-tab-item a {
    color: inherit; }
  .mini-cart-item .icon-spinner, .compare-tab-item .icon-spinner {
    position: absolute;
    top: 25px;
    right: 25px; }

.mini-cart-item-wrap, .compare-tab-item-wrap {
  display: table;
  width: 100%;
  padding: 25px; }
  .mini-cart-item-wrap > *, .compare-tab-item-wrap > * {
    display: table-cell; }
  .mini-cart-item-wrap .giftcard-image, .compare-tab-item-wrap .giftcard-image {
    width: 75px; }

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

.mini-cart-item-title, .compare-tab-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase; }

.mini-cart-item-options {
  padding-top: 2px;
  padding-bottom: 2px; }
  .mini-cart-item-options .option-value {
    margin-right: 4px;
    color: #6b6e79; }
    .mini-cart-item-options .option-value:not(:last-child):after {
      content: ","; }

.mini-cart-item-description, .compare-tab-item-description {
  vertical-align: middle;
  padding-left: 20px;
  width: 90%; }

.mini-cart-item-actions {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .mini-cart-item-actions .link {
    margin-right: 14px; }

.mini-cart-item-price {
  text-align: right;
  vertical-align: bottom;
  opacity: 0.6; }
  .mini-cart-item-price .price-discounted {
    text-decoration: line-through; }

.mini-cart-footer {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .mini-cart-footer .mini-cart-subtotal {
    float: right;
    font-size: 111%;
    vertical-align: middle; }

.mini-cart-footer-title {
  color: white; }

.mini-cart-actions .button, .mini-cart-actions .blog .post-read-more, .blog .mini-cart-actions .post-read-more {
  width: calc(50% - 5px); }
  .mini-cart-actions .button + .button, .mini-cart-actions .blog .post-read-more + .button, .blog .mini-cart-actions .post-read-more + .button, .mini-cart-actions .blog .button + .post-read-more, .blog .mini-cart-actions .button + .post-read-more, .mini-cart-actions .blog .post-read-more + .post-read-more, .blog .mini-cart-actions .post-read-more + .post-read-more {
    float: right; }

.mini-cart-actions .button-secondary, .mini-cart-actions .login-modal .account-create .button, .login-modal .account-create .mini-cart-actions .button, .mini-cart-actions .login-modal .account-create .blog .post-read-more, .login-modal .account-create .blog .mini-cart-actions .post-read-more, .mini-cart-actions .blog .login-modal .account-create .post-read-more, .blog .login-modal .account-create .mini-cart-actions .post-read-more {
  color: white;
  box-shadow: 0 0 0 2px white inset; }
  .mini-cart-actions .button-secondary:hover, .mini-cart-actions .login-modal .account-create .button:hover, .login-modal .account-create .mini-cart-actions .button:hover, .mini-cart-actions .login-modal .account-create .blog .post-read-more:hover, .login-modal .account-create .blog .mini-cart-actions .post-read-more:hover, .mini-cart-actions .blog .login-modal .account-create .post-read-more:hover, .blog .login-modal .account-create .mini-cart-actions .post-read-more:hover {
    box-shadow: 0 0 0 2px #b6bac2 inset; }

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

.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: #ed2e33; }
  .search-wrap .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 586px;
    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 .navigation-mobile .search-input, .navigation-mobile .search-wrap .search-form .search-input, .search-wrap .search-form .review-form .search-input.product-item-rating, .review-form .search-wrap .search-form .search-input.product-item-rating {
      box-shadow: none; }
  .search-wrap .search-input {
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: white; }
    .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: #ed2e33;
    outline: 0; }
  .button-search-submit .icon {
    width: 25px;
    height: 25px; }

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

.tabs {
  margin-top: 5rem; }

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

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

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

/* scss-combine:components/navigation-mobile */
.nav-mobile-open .site-canvas {
  transform: none;
  padding-top: 3.5rem; }

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

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

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

.button-mobile-nav-back {
  left: 20px;
  display: none; }
  .button-mobile-nav-back .icon {
    width: 9px;
    height: 14px; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block; }

.button-mobile-nav-toggle {
  left: 10px;
  height: 28px; }
  @media screen and (min-width: 768px) {
    .button-mobile-nav-toggle {
      display: none; } }
  .button-mobile-nav-toggle:focus {
    outline: none; }
  .button-mobile-nav-toggle .burger {
    display: block;
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before, .button-mobile-nav-toggle .burger:after {
      display: block;
      height: 2px;
      width: 16px;
      border-radius: 1px;
      background: white;
      content: '';
      transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before {
      transform: translateY(calc(-100% - 3px)); }
    .button-mobile-nav-toggle .burger:after {
      transform: translateY(3px); }

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

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

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

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

/* scss-combine:components/products/product-listing */
@media screen and (max-width: 767px) {
  .product-listing.section {
    padding-top: 0; } }

/*----------  Category Banner  ----------*/
.category-banner .container, .category-banner .product-tabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-tabs {
      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(40, 42, 47, 0.8);
      color: white;
      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;
      background-color: #eff1f5; } }
  @media screen and (max-width: 767px) {
    .listing-header .listing-utils {
      display: none; } }

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

.listing-description {
  clear: left; }

.listing-utils {
  float: right; }
  .listing-utils .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 {
  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 .navigation-mobile .search-input, .navigation-mobile .listing-sidebar .listing-utils .search-input, .listing-sidebar .listing-utils .review-form .product-item-rating, .review-form .listing-sidebar .listing-utils .product-item-rating {
    width: 100%; }

.faceted-search-toggle {
  position: relative;
  display: block;
  margin: 1.5em 0;
  text-decoration: none;
  cursor: pointer; }
  .faceted-search-toggle::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .faceted-search-toggle {
      display: none; }
      .faceted-search-toggle::before {
        display: none; } }
  .faceted-search-toggle.is-open .icon-plus {
    display: none; }

@media screen and (max-width: 767px) {
  .faceted-search {
    display: none; } }

.faceted-search.visible {
  display: block; }

.facet-list {
  margin-bottom: 3em; }

.facet-list-items {
  display: none; }
  .facet-list-items.is-open,
  .is-open .facet-list-items {
    display: block; }
  .facet-list-items .product-item-rating > .icon-star {
    cursor: not-allowed; }
  .facet-list-items .product-item-rating .selected-rating {
    font-family: "Roboto Condensed";
    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;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }
  .facet-list-title::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .facet-list-title {
      font-size: 0.875rem; }
      .facet-list-title::before {
        display: none; } }

.facet-list-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #b6bac2;
  color: #b6bac2;
  position: relative;
  float: right;
  color: #b6bac2;
  cursor: pointer; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #b6bac2;
    content: ""; }
  .facet-list-toggle::before {
    top: 0.1875rem;
    left: 0.4375rem;
    width: 0.125rem;
    height: 0.625rem;
    transition: all 0.1s ease; }
    .is-open .facet-list-toggle::before {
      display: none; }
  .facet-list-toggle::after {
    top: 0.4375rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.125rem; }

.facet-item,
.facet-toggle-more {
  margin-bottom: 0.625rem;
  font-family: "Roboto Condensed";
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  color: #b6bac2;
  text-transform: uppercase; }
  .facet-item a,
  .facet-toggle-more a {
    color: inherit; }
  .facet-item .icon,
  .facet-toggle-more .icon {
    width: 9px;
    height: 6px; }
  .facet-item.toggle-link-text-on,
  .facet-toggle-more.toggle-link-text-on {
    display: none; }

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

.facet-default.is-open {
  display: block; }

.selected-facet {
  color: #ed2e33;
  font-weight: bold; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ed2e33' 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 .navigation-mobile .search-input, .navigation-mobile .facet-price .form-field .search-input, .facet-price .form-field .review-form .product-item-rating, .review-form .facet-price .form-field .product-item-rating {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    -moz-appearance: textfield; }
    .facet-price .form-field .form-input::-webkit-inner-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-inner-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-inner-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-inner-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-inner-spin-button, .facet-price .form-field .form-input::-webkit-outer-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-outer-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-outer-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-outer-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.facet-price .form-input, .facet-price .navigation-mobile .search-input, .navigation-mobile .facet-price .search-input, .facet-price .review-form .product-item-rating, .review-form .facet-price .product-item-rating {
  width: 100%; }

.facet-price .icon-loop {
  position: relative;
  top: 1px;
  left: 1px;
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

.product-grid-item, .account-product-item {
  text-align: center; }
  .product-grid-item .product-item-actions, .account-product-item .product-item-actions {
    position: absolute;
    top: -100%;
    width: 100%;
    transform: translateY(-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;
      margin: 0; }
      .product-list-item .product-item-thumbnail img {
        max-height: 176px; } }
  .product-list-item .product-item-details {
    padding: 0 30px;
    width: 100%; }
  .product-list-item .product-item-actions {
    text-align: center; }
  .product-list-item .product-item-price {
    font-size: 1.25rem; }
  .product-list-item .product-price-line {
    margin-bottom: 0.625rem; }
  .product-list-item .tax-label {
    display: block; }
  .product-list-item .button, .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;
  font-weight: 700;
  letter-spacing: 0.066em;
  color: white;
  text-transform: uppercase;
  background-color: #282a2f;
  transition: transform 0.15s ease-in-out; }

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

.product-item-thumbnail {
  position: relative;
  padding: 4%;
  margin-bottom: 1.8125rem;
  overflow: hidden;
  background-color: white;
  border: 1px solid #e6e9ef; }
  .product-item-thumbnail .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: all 0.3s ease-in-out; }
    .thumbnail-cover .product-item-thumbnail .product-item-thumbnail-image {
      background-size: cover; }
  .product-item-thumbnail a {
    display: block; }
  .product-item-thumbnail img {
    display: block;
    margin: 0 auto; }
  .product-item-thumbnail:hover .product-item-thumbnail-image {
    transform: scale(1.1); }
  .product-item-thumbnail:hover .product-item-mask {
    opacity: 1; }
  .product-item-thumbnail:hover .product-item-actions {
    top: 50%; }
  .product-item-thumbnail:hover .product-badge {
    transform: translateX(calc(100% + 1px)); }

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

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

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

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

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

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

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

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

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

/* scss-combine:components/products/product-single-details */
.product-details {
  background-color: #eff1f5; }
  @media screen and (max-width: 1023px) {
    .product-details .add-to-cart {
      padding-right: 5px;
      padding-left: 5px;
      width: 48%; } }
  .modal .product-details {
    padding: 15px 0;
    background-color: transparent; }
  .product-details .breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem; }
  .product-details .product-title {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .product-details .product-title {
        margin: 0; } }
  .product-details .product-brand {
    display: block;
    margin-bottom: 1em;
    color: #6b6e79; }
    .product-details .product-brand:hover {
      text-decoration: underline; }
  .product-details .product-price {
    font-size: 1.375rem; }
    @media screen and (min-width: 768px) {
      .product-details .product-price {
        font-size: 1.75rem; } }
  .product-details .price-rrp {
    opacity: 0.5; }
    .product-details .price-rrp + .price {
      float: left;
      margin-right: 0.25em; }
  .product-details .price-you-save {
    font-size: 15px; }
  .product-details .product-rating-block {
    margin-top: 0.625rem; }

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

@media screen and (min-width: 768px) {
  .product-details-column {
    width: 48.72881%;
    float: left;
    margin-right: 1.69492%; }
    .product-details-column:last-child {
      float: right;
      margin-right: 0; } }

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

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

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

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

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

.total-reviews {
  color: #6b6e79;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 0.8125rem;
  margin-left: 0.35em; }

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

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

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

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

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

.product-quantity-submit .product-quantity-container {
  padding: 30px 0;
  border-bottom: 1px solid #e6e9ef; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-right: 2.5rem;
    margin-bottom: 0;
    user-select: none; }

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

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

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

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

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

.product-quantity-submit .add-to-cart {
  float: left;
  margin: 30px 0; }
  @media screen and (min-width: 1024px) {
    .product-quantity-submit .add-to-cart {
      margin: 30px 30px 30px 0; } }

.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: #282a2f; }
  @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: #ed2e33; }
  .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 #282a2f;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); }

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

.variation-preview {
  display: block; }

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

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

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

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

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

.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: "Roboto Condensed";
  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 .form-field-control {
  clear: left; }

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

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

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

.form-field-swatch .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio:checked + .swatch::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E6269C699-FBB7-4109-B1F3-15F8609CEA35%3C/title%3E%3Cpath d='M5.72 9.6325l-.3995.3995L.082 4.7936l2.1064-2.1063L5.62 6.1187 11.7704-.032l2.1064 2.1064L6.0192 9.932 5.72 9.6324z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    content: "";
    transform: translate(-50%, -50%) scale(1); }

.swatch-pattern-expanded {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  padding: 3px;
  border: 1px solid #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;
  line-height: 1.4;
  vertical-align: middle; }

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

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

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

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

.review-date {
  font-family: "Roboto Condensed";
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  color: #b6bac2;
  text-transform: uppercase; }

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

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

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

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

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

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

@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: "Roboto Condensed"; }
  @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 {
  font-weight: bold;
  text-transform: uppercase; }

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

.review-form {
  border-radius: 4px; }
  .review-form .form-input, .review-form .navigation-mobile .search-input, .navigation-mobile .review-form .search-input, .review-form .product-item-rating {
    width: 100%; }
  @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; }

/* scss-combine:layout/layout */
.site-wrapper {
  width: 100%;
  overflow: hidden; }

.mini-cart-open .site-header,
.mini-cart-open .site-canvas,
.mini-cart-open .mini-cart {
  transform: translateX(-400px); }

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

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

.section {
  padding: 5rem 0; }
  .section.error {
    text-align: center; }

/* scss-combine:layout/header */
.site-header {
  font-family: "Roboto Condensed";
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #e6e9ef;
  transition: transform 0.3s ease; }
  .site-header button {
    background: none; }

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

.top-bar-button {
  display: inline-block;
  vertical-align: top;
  height: 3.5rem;
  padding-top: 1.25rem;
  color: inherit; }
  .top-bar-button:focus {
    outline: none;
    color: #ed2e33; }
  .top-bar-button:hover {
    color: #ed2e33; }

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

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

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

.top-bar-right {
  white-space: nowrap; }
  .logo-align-center .top-bar-right {
    width: 32.20339%; }
  .top-bar-right > * {
    white-space: normal; }
  @media screen and (max-width: 1023px) {
    .top-bar-right {
      padding-right: 15px; } }

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

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

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

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

.promo-message {
  font-family: "Roboto";
  padding: 1rem 2rem 1rem 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: white;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #282a2f; }
  @media screen and (max-width: 767px) {
    .promo-message {
      white-space: normal; } }
  .promo-message a {
    color: white;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #ed2e33;
      text-decoration: none; }
  .top-bar-center .promo-message {
    position: absolute;
    left: 50%;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    text-align: left;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1023px) {
      .top-bar-center .promo-message {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .logo-align-left .site-alerts .promo-message,
    .logo-align-right .site-alerts .promo-message {
      display: none; } }

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

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

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

/* Nav Bar */
.main-nav-bar {
  background-color: white;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main-nav-bar {
      display: none; } }
  .main-nav-bar > .container, .main-nav-bar > .product-tabs {
    display: block;
    width: 100%;
    max-width: 1230px;
    height: 6.25rem;
    text-align: left;
    transition: height 0.2s linear; }
    .compressed .main-nav-bar > .container, .compressed .main-nav-bar > .product-tabs {
      height: 3.5rem; }
  .main-nav-bar .site-branding {
    display: inline-block;
    width: 15.25424%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .logo-align-right .main-nav-bar .site-branding {
      float: right;
      margin: 0;
      padding-right: 6px;
      text-align: right; }
    .main-nav-bar .site-branding .logo-align-left {
      float: left; }
    .logo-align-center .main-nav-bar .site-branding {
      display: none; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .site-branding {
        display: none; } }
  .main-nav-bar .site-branding-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: calc(100% - 1rem); }
    .logo-align-right .main-nav-bar .site-branding-link {
      width: auto; }
    .compressed .main-nav-bar .site-branding-link {
      height: 80%; }
  .main-nav-bar .site-branding-logo {
    max-height: 100%;
    vertical-align: middle;
    padding: 10px 0; }
  .main-nav-bar .site-branding-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all; }
  .main-nav-bar .navigation {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-left: 1.69492%;
    text-align: center;
    width: 66.10169%; }
    .logo-align-right .main-nav-bar .navigation {
      float: left;
      margin-left: 0;
      text-align: left;
      max-width: 75%;
      width: auto; }
      @media screen and (max-width: 1023px) {
        .logo-align-right .main-nav-bar .navigation {
          max-width: none;
          width: 100%;
          float: none;
          text-align: left; } }
      .logo-align-right .logo-align-right .main-nav-bar .navigation .enforce-max-width {
        max-width: 95%; }
      .logo-align-right .main-nav-bar .navigation ul li:first-child .top-level-nav-link:first-child {
        padding-left: 0; }
    .logo-align-center .main-nav-bar .navigation {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      width: auto; }
    .logo-align-center .main-nav-bar .navigation > .button-search-toggle {
      display: none; }
    .main-nav-bar .navigation .button-search-toggle {
      height: 100%;
      vertical-align: top; }
      .main-nav-bar .navigation .button-search-toggle svg {
        vertical-align: middle;
        margin-top: -3px; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .navigation {
        width: 91.52542%;
        height: 100%;
        margin-left: -0.75rem; } }
    .main-nav-bar .navigation > ul {
      display: inline-block; }
      .logo-align-right .main-nav-bar .navigation > ul {
        max-width: 95%; }
      .main-nav-bar .navigation > ul > li {
        display: inline-block;
        margin-right: 1.5rem; }
        .main-nav-bar .navigation > ul > li.dropdown > a {
          padding: 1rem 0.75rem; }
        .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
          margin-right: 1.5rem; }
      .main-nav-bar .navigation > ul li:nth-last-child(n+10),
      .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
        margin-right: 0; }
        @media screen and (max-width: 1439px) {
          .main-nav-bar .navigation > ul li:nth-last-child(n+10),
          .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
            margin-right: 0.625rem; } }
  .main-nav-bar .top-level-nav-link {
    padding: 1rem 0;
    display: block;
    color: #6b6e79;
    font-size: 0.8125rem;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear, padding 0.2s linear, height 0.2s linear; }
    @media screen and (min-width: 1230px) {
      .main-nav-bar .top-level-nav-link {
        padding: 1rem 0.9375rem; } }
    .main-nav-bar .top-level-nav-link:hover:not(.pages) {
      color: #ed2e33; }
    .main-nav-bar .top-level-nav-link.pages span:hover {
      color: #ed2e33; }
  .main-nav-bar .dropdown-open > a {
    color: white;
    background-color: rgba(40, 42, 47, 0.97); }
    .main-nav-bar .dropdown-open > a:hover {
      color: white; }
  .main-nav-bar .dropdown-panel {
    text-align: left;
    background-color: rgba(40, 42, 47, 0.97); }

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

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

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

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

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

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

.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: "Roboto Condensed";
      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: "Roboto Condensed";
      font-weight: 300; }
  .mega-nav-list ul ul ul {
    margin-top: 0; }
  .mega-nav-list .tier-panel {
    padding: 0; }
  .mega-nav-list .tier-open > a {
    opacity: 1; }
  .mega-nav-list .tier-toggle {
    padding-top: 0 !important; }

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

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

.breadcrumb {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  .breadcrumb:not(:last-child)::after {
    content: "/"; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.breadcrumb-label {
  color: #2e3036; }
  .breadcrumb-label:not(.breadcrumb-link) {
    color: #b6bac2; }

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

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

/* scss-combine:layout/footer */
.site-footer {
  background-color: #2e3036;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    color: white;
    margin-top: 40px; }
  .site-footer .container, .site-footer .product-tabs {
    padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-nav {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-nav {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%; } }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .navigation ul ul {
    margin-left: 1em; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-info {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 5%; }
  @media screen and (max-width: 1023px) {
    .site-footer .footer-social {
      clear: both;
      padding-top: 3em; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-social {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      float: right;
      margin-right: 0; } }
  .site-footer .footer-social a {
    color: inherit; }
    .site-footer .footer-social a:hover {
      text-decoration: none;
      color: white; }
  .site-footer .social-media-link {
    display: inline-block;
    margin-right: 1.25rem; }
  .site-footer .bottom-bar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }

.footer-nav-wrap {
  padding-bottom: 57px; }

.button-top {
  position: fixed;
  right: 12px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: white;
  opacity: 0;
  background-color: #ed2e33;
  border-radius: 4px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  @media screen and (min-width: 768px) {
    .button-top {
      right: 38px; } }
  .button-top:hover {
    background-color: #6b6e79;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: 12px;
    transform: translateY(0); }
    @media screen and (min-width: 768px) {
      .button-top.show {
        bottom: 27px; } }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: 16px;
    height: 10px; }

.footer-payment-icons-list {
  margin-top: 30px; }
  .footer-payment-icons-list li {
    display: inline-block;
    width: 50px;
    margin: 42px 5px; }
    .show-credits .footer-payment-icons-list li {
      margin: 12px 5px 0; }
  .footer-payment-icons-list svg {
    max-width: 80%; }

.footer-site-copyright,
.footer-theme-credits {
  display: block;
  color: white;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.077em;
  text-transform: uppercase; }

.footer-site-copyright {
  margin-top: 42px; }

.footer-theme-credits {
  margin-bottom: 42px; }

/* scss-combine:pages/home */
/*----------  Home Products  ----------*/
.products-new {
  background-color: #eff1f5; }
  .products-new .product-grid-item, .products-new .account-product-item {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 480px) {
      .products-new .product-grid-item, .products-new .account-product-item {
        width: 49.15254%;
        float: left;
        margin-bottom: 0; }
        .products-new .product-grid-item:nth-child(2n + 1), .products-new .account-product-item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .products-new .product-grid-item:nth-child(2n + 2), .products-new .account-product-item:nth-child(2n + 2) {
          margin-left: 50.84746%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:first-child, .products-new .account-product-item:first-child, .products-new .product-grid-item:nth-child(2), .products-new .account-product-item:nth-child(2) {
          margin-bottom: 2.5rem; } }
    @media screen and (min-width: 768px) {
      .products-new .product-grid-item, .products-new .account-product-item {
        width: 23.72881%;
        float: left;
        margin-bottom: 0; }
        .products-new .product-grid-item:nth-child(4n + 1), .products-new .account-product-item:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .products-new .product-grid-item:nth-child(4n + 2), .products-new .account-product-item:nth-child(4n + 2) {
          margin-left: 25.42373%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:nth-child(4n + 3), .products-new .account-product-item:nth-child(4n + 3) {
          margin-left: 50.84746%;
          margin-right: -100%;
          clear: none; }
        .products-new .product-grid-item:nth-child(4n + 4), .products-new .account-product-item:nth-child(4n + 4) {
          margin-left: 76.27119%;
          margin-right: -100%;
          clear: none; } }

.products-featured {
  padding-bottom: 0; }

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

/*----------  Blog Recent Posts  ----------*/
.blog-latest-posts {
  background-color: #eff1f5; }
  .blog-latest-posts .post {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .blog-latest-posts .post {
        width: 32.20339%;
        float: left;
        margin-bottom: 0; }
        .blog-latest-posts .post:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .blog-latest-posts .post:nth-child(3n + 2) {
          margin-left: 33.89831%;
          margin-right: -100%;
          clear: none; }
        .blog-latest-posts .post:nth-child(3n + 3) {
          margin-left: 67.79661%;
          margin-right: -100%;
          clear: none; } }
  .blog-latest-posts .post-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 75.26316%; }
  .blog-latest-posts .post-title {
    margin-bottom: 0; }
  .blog-latest-posts .post-read-more {
    display: inline-block;
    margin-top: 20px;
    color: #ed2e33; }

/*----------  Newsletter  ----------*/
.default .newsletter-signup {
  background-color: white; }

/* scss-combine:pages/compare */
/*----------  Top-bar Tab  ----------*/
.compare-wrap {
  position: relative;
  display: none;
  height: 3.5rem;
  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: 3.5rem;
  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: #282a2f;
  text-align: center;
  background-color: #ed2e33;
  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 {
  display: none; }
  .compare-tab-item.animating, .compare-tab-item.visible {
    display: block; }
  .compare-tab-item.animating-in, .compare-tab-item.animating-out {
    transform: translateY(-10%);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease; }
  .compare-tab-item.visible {
    transform: translateY(0);
    opacity: 1; }

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

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

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

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

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

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

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

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

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

.compare-row {
  border-top-color: #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; }

/* scss-combine:pages/cart */
.cart .link {
  font-size: 0.75rem;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .cart-table-header,
  .cart-item {
    display: table;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .cart-table-header .cell,
  .cart-item .cell {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle; } }

.cart-table-header .cell:last-child,
.cart-item .cell:last-child {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .cart-table-header .cell:last-child,
    .cart-item .cell:last-child {
      text-align: right; } }

.cart-empty {
  text-align: center; }

/*----------  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-brand {
    font-weight: bold; }
  .cart-item-info .product-name {
    margin-bottom: 0.35em;
    display: block; }

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

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

.cart-item-image {
  width: 100px;
  border: 1px solid #e6e9ef; }
  .cart-item-image img {
    display: block; }

.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 #b6bac2;
    color: #b6bac2;
    line-height: 0;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .quantity-control .button-control-action:hover {
      color: #ed2e33;
      border-color: #ed2e33; }
    .quantity-control .button-control-action:focus {
      outline: none; }
  .quantity-control .form-input[type="number"], .quantity-control .navigation-mobile .search-input[type="number"], .navigation-mobile .quantity-control .search-input[type="number"], .quantity-control .review-form .product-item-rating[type="number"], .review-form .quantity-control .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Roboto";
    color: #6b6e79;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .quantity-control .form-input[type="number"]::-webkit-inner-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-inner-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-inner-spin-button, .quantity-control .form-input[type="number"]::-webkit-outer-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-outer-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-outer-spin-button {
      appearance: none; }
    .quantity-control .form-input[type="number"]:focus, .quantity-control .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .quantity-control .search-input[type="number"]:focus, .quantity-control .review-form .product-item-rating[type="number"]:focus, .review-form .quantity-control .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #b6bac2; }
  .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-update {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .needs-updating .cart-item-update {
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .cart-item-update {
      position: absolute;
      right: 0; } }

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

/*----------  Gift Wrapping  ----------*/
.giftwrapping-detail {
  color: #b6bac2;
  font-family: "Roboto Condensed";
  font-size: 0.875rem; }

.giftwrap-modal {
  max-width: 49.3125rem;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .giftwrap-modal .form-field-title {
    margin-left: 0;
    display: block; }
  .giftwrap-modal .form-radio + .form-label-text {
    font-weight: 300; }
  .giftwrap-modal .form-input:not(.form-radio), .giftwrap-modal .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftwrap-modal .search-input:not(.form-radio), .giftwrap-modal .review-form .product-item-rating:not(.form-radio), .review-form .giftwrap-modal .product-item-rating:not(.form-radio) {
    width: 100%; }

.giftwrap-subtitle,
.giftwrap-title {
  text-align: center; }

.giftwrap-title {
  margin-top: 0; }

.giftwrap-subtitle {
  margin-bottom: 1.5em;
  color: #b6bac2; }

.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: table;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    border-spacing: 2rem 2rem;
    margin: 2rem 0 0 -2rem; }
    .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
      display: table-cell;
      width: 50%;
      padding-right: 0;
      padding-left: 0; } }

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

/* scss-combine:pages/account */
.account-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .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='%23b6bac2' 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='%23b6bac2' 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: #b6bac2;
    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: #b6bac2;
  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: "Roboto Condensed";
  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: #ed2e33; }

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

/* scss-combine:pages/blog */
/*----------  Blog Index  ----------*/
.blog .post-thumb {
  background: none !important; }

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

.post-thumb,
.featured-image-container {
  display: block; }
  .post-thumb img,
  .featured-image-container img {
    width: 100%; }

.post .icon-calendar,
.post .icon-avatar {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(-1px); }

.post-meta {
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #b6bac2;
  text-transform: uppercase; }
  .post-meta > * {
    vertical-align: middle; }

.post-date {
  margin-right: 38px; }

/*----------  Blog Single  ----------*/
.blog-content {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .blog-content {
      padding: 0; } }

.blog-post-single .post-header {
  background-color: transparent; }

.blog-post-single .post-meta {
  margin-bottom: 0; }

.blog-post-single .post-main {
  max-width: 40.3125rem;
  margin: 0 auto; }

.blog-post-single .post-footer {
  margin-bottom: 10rem;
  text-align: center; }
  .blog-post-single .post-footer .post-tags,
  .blog-post-single .post-footer .share-buttons-nav {
    margin-top: 5rem; }

.post-tag {
  padding: 0.625rem;
  margin-right: 6px;
  background-color: #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: #b6bac2; }
    .social-link a:hover {
      color: #ed2e33; }
  .social-link .icon {
    width: 28px;
    height: 14px; }

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

/* scss-combine:pages/brands */
.brand-items-list {
  font-size: 0; }

.brand-item {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 15px;
  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-title {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  margin: 0; }

/* scss-combine:pages/contact-us */
.form-contact-us .form-input, .form-contact-us .navigation-mobile .search-input, .navigation-mobile .form-contact-us .search-input, .form-contact-us .review-form .product-item-rating, .review-form .form-contact-us .product-item-rating {
  width: 100%; }

.form-contact-us .form-actions {
  text-align: center; }

/* scss-combine:pages/gift-certificates */
@media screen and (min-width: 768px) {
  .giftcard-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 30px; } }

.giftcard-content {
  padding-bottom: 5rem; }
  @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: #b6bac2; }
  .giftcard-nav-item.is-active {
    color: #ed2e33; }

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

.giftcard-body .form-input:not(.form-radio), .giftcard-body .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftcard-body .search-input:not(.form-radio), .giftcard-body .review-form .product-item-rating:not(.form-radio), .review-form .giftcard-body .product-item-rating:not(.form-radio) {
  width: 100%; }

.giftcard-body .giftcard-heading,
.giftcard-body .giftcard-subheading {
  display: none; }

.giftcard-form-preview iframe {
  width: 100%; }

.form-giftcard-balance {
  display: table;
  width: 100%; }
  .form-giftcard-balance .form-field,
  .form-giftcard-balance .form-actions {
    display: table-cell;
    vertical-align: bottom; }
  .form-giftcard-balance .form-field {
    width: 90%;
    padding-right: 1.875rem; }

.giftcard-balance-container {
  margin: 0; }

.giftcard-form-theme .form-field-control {
  overflow: hidden; }

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

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

/* scss-combine:pages/sitemap */
.sitemap-group {
  display: inline-block;
  width: 33%;
  margin-bottom: 50px;
  padding: 0 15px;
  vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .sitemap-group {
      width: 32%; }
      .sitemap-group:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .sitemap-group {
      width: 100%; } }

.sitemap-title {
  font-size: 16px; }

.sitemap-showall {
  display: block;
  margin-top: 15px;
  font-weight: 600; }

/********************1-11-2017*****************************/
p, a {
  font-family: 'Open Sans', sans-serif !important; }

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,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal; }

.main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
  margin-right: 0; }

.top-bar-button {
  width: 70px; }

.section {
  padding: 3rem 0; }

.tabs {
  margin-top: 0; }

.product-carousel {
  margin-bottom: 0; }

.blog-latest-posts {
  background-color: #eff1f5;
  display: none; }

.banners-bottom {
  border-top: none;
  background: #fff;
  padding: 3rem; }

div#HomePageLeft {
  float: right;
  width: 52%;
  margin-left: 6%;
  background: #fff;
  padding: 0 20px 20px;
  border-radius: 6px;
  margin-top: 0; }

div#HomePageVideo {
  float: right;
  width: 100%; }

p.h3.home {
  text-align: left;
  width: 100%;
  float: right; }

div#HomePageLeft h3#HomeTitleLeft, div#HomePageLeft #HomeTitleLeft.section-title, div#HomePageLeft #HomeTitleLeft.listing-title, div#HomePageLeft .login-modal #HomeTitleLeft.account-sub-heading, .login-modal div#HomePageLeft #HomeTitleLeft.account-sub-heading, div#HomePageLeft #HomeTitleLeft.auth-sub-heading {
  text-align: left;
  color: #4e4e4e; }

div#HomePageLeft p.HomeTextLeft {
  text-align: left;
  margin: 6px 0; }

#HomePageLeft h3#HomeTitleLeft, #HomePageLeft #HomeTitleLeft.section-title, #HomePageLeft #HomeTitleLeft.listing-title, #HomePageLeft .login-modal #HomeTitleLeft.account-sub-heading, .login-modal #HomePageLeft #HomeTitleLeft.account-sub-heading, #HomePageLeft #HomeTitleLeft.auth-sub-heading {
  margin-bottom: 10px; }

.compare-table-heading, .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a, body {
  font-family: 'Open Sans', sans-serif !important; }

.main-nav-bar .site-branding-logo {
  float: left; }

.slick-dots li {
  border: 2px solid #e0e0e0; }

section.products-new.section {
  padding-bottom: 1rem; }

.video-right {
  float: left;
  width: 42%; }

p.fq {
  font-weight: 600;
  color: #4c4944;
  font-size: 16px;
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.products-new .account-product-item, .page-left .products-new .product-grid-item, .page-left .products-new .account-product-item {
  width: 100%;
  float: left;
  clear: both !important;
  margin: 0 0 40px 0 !important; }

.page-left {
  float: left;
  width: 30%;
  background: #eff1f5; }

.page-left section.page-products-new.section {
  padding: 2rem 0; }

.page-left section.page-products-new.section h3.section-title, .page-left section.page-products-new.section .section-title, .page-left section.page-products-new.section .section-title.listing-title, .page-left section.page-products-new.section .login-modal .section-title.account-sub-heading, .login-modal .page-left section.page-products-new.section .section-title.account-sub-heading, .page-left section.page-products-new.section .section-title.auth-sub-heading {
  margin-bottom: 25px; }

.page-right {
  float: right;
  width: 70%;
  padding-left: 4%; }

.page-right h1, .page-right .blog-items-list .post-title, .blog-items-list .page-right .post-title {
  margin-top: 0; }

.page-left article.product-grid-item.product-block, .page-left article.product-block.account-product-item {
  margin-bottom: 30px; }

.page-right h3, .page-right .section-title, .page-right .listing-title, .page-right .login-modal .account-sub-heading, .login-modal .page-right .account-sub-heading, .page-right .auth-sub-heading {
  margin-bottom: 10px;
  float: left;
  width: 100%; }

.page-right img.__mce_add_custom__ {
  margin-bottom: 0px; }

.page-right p {
  text-align: left; }

.page-right div {
  width: 100% !important;
  padding: 0 !important; }

.page-left.review-page {
  display: none; }

.right1 {
  width: 62%;
  float: right;
  padding-left: 4%; }

.left1 {
  float: left;
  width: 38%; }

.right1 blockquote {
  margin: 0;
  background: #eff1f5;
  padding: 15px; }

.left1 blockquote {
  background: #eff1f5;
  margin: 0;
  padding: 15px; }

.left1 h4, .left1 .search-wrap .search-input, .search-wrap .left1 .search-input, .left1 .content-result h1, .content-result .left1 h1, .left1 .content-result .blog-items-list .post-title, .content-result .blog-items-list .left1 .post-title, .left1 .blog-items-list .content-result .post-title, .blog-items-list .content-result .left1 .post-title, .left1 .product-item-price {
  color: #4c4c4c;
  margin-bottom: 10px; }

.left1 p strong {
  font-weight: normal; }

.page-right .form-contact-us {
  margin: 0;
  background: #fff; }

.page-right .form-contact-us input, .page-right .form-contact-us textarea, .page-right .dealer-form input {
  border: 1px solid #d4d4d4;
  box-shadow: none !important;
  padding: 12px;
  height: auto !important; }

.page-right .form-contact-us .form-actions {
  text-align: left; }

.page-right .form-contact-us .form-actions input.button.button-contact-submit, .page-right .form-contact-us .form-actions .blog input.button-contact-submit.post-read-more, .blog .page-right .form-contact-us .form-actions input.button-contact-submit.post-read-more, .page-right .dealer-form input[type="submit"] {
  padding: 12px 40px;
  height: auto !important; }

.page-right .dealer-form section {
  margin: 0;
  padding: 0; }

.page-right .dealer-form section .account-create {
  display: none; }

article.page-content.cms-page .page-right .account-login-wrapper div {
  width: 50% !important;
  margin: 10px 0; }

.product-badge, .product-item-title {
  font-weight: normal; }

section.products-featured.products-new.section {
  background: #fff;
  padding-bottom: 3rem; }

h4 strong, .search-wrap .search-input strong, .content-result h1 strong, .content-result .blog-items-list .post-title strong, .blog-items-list .content-result .post-title strong, .product-item-price strong {
  font-weight: normal; }

p strong {
  font-weight: 600; }

a {
  word-wrap: break-word; }

#HomePageLeft h3#HomeTitleLeft, #HomePageLeft #HomeTitleLeft.section-title, #HomePageLeft #HomeTitleLeft.listing-title, #HomePageLeft .login-modal #HomeTitleLeft.account-sub-heading, .login-modal #HomePageLeft #HomeTitleLeft.account-sub-heading, #HomePageLeft #HomeTitleLeft.auth-sub-heading {
  margin-top: 0;
  font-weight: 900;
  color: #45536e !important;
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 20px;
  margin-bottom: 20px; }

#HomePageLeftLi p.HomeTextLeft::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #6b6d7a;
  left: 0;
  border-radius: 50%;
  top: 8px;
  bottom: 0; }

#HomePageLeftLi p.HomeTextLeft {
  padding-left: 30px;
  position: relative;
  color: #6b6d7a;
  font-weight: 400;
  margin: 9px 0 !important; }

div#HomePageVideo {
  margin-top: 100px; }

div#HomePageVideo p.h3.home {
  text-align: center; }

.tubes-sec {
  float: left;
  margin: 75px 0 0 0; }

#mc-embedded-subscribe-form .width30, #mc-embedded-subscribe-form .width70, #mc-embedded-subscribe-form .width50 {
  width: 46% !important;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle; }

#mc-embedded-subscribe-form .width100 {
  width: 100% !important;
  clear: both;
  float: none; }

#mc-embedded-subscribe-form .mc-field-group {
  margin-bottom: 20px; }

#mc-embedded-subscribe-form .width70 input, #mc-embedded-subscribe-form .width30 input, #mc-embedded-subscribe-form .width70 input, #mc-embedded-subscribe-form .width50 input {
  border-bottom: 1px solid #c7c6c6 !important;
  border: none;
  width: 57%; }

.mc-field-group label {
  width: 100% !important;
  max-width: 150px !important;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  line-height: 21px; }

#mc-embedded-subscribe-form .mc-field-group .asterisk {
  color: red; }

#mc-embedded-subscribe-form .width100 input, #mc-embedded-subscribe-form .policywidth70 input {
  border-bottom: 1px solid #c7c6c6 !important;
  border: none;
  width: 75%; }

#mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-month, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-year, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-day {
  border-bottom: 1px solid #c7c6c6 !important;
  border: none;
  width: 31% !important; }

#mc-embedded-subscribe-form .datefield.policywidth70 {
  width: 77% !important;
  display: inline-block; }

#mc-embedded-subscribe-form .small-meta.nowrap {
  display: block; }

#mc-embedded-subscribe-form .mc-field-group input:active, #mc-embedded-subscribe-form .mc-field-group input:focus {
  border-bottom: 1px solid #fc5f45 !important; }

.indicates-required {
  font-size: 18px; }

.indicates-required .asterisk {
  color: red; }

#mc-embedded-subscribe-form #mc-embedded-subscribe {
  padding: 12px 40px;
  height: auto !important; }

#mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-day:focus, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-month:focus, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-year:focus {
  border-bottom: 1px solid #fc5f45 !important; }

.main-nav-bar .site-branding-link {
  width: auto; }

.compressed .main-nav-bar .site-branding-link {
  height: 100%;
  width: 100%;
  max-width: 35% !important; }

/**section.products-featured.products-new.section .product_class_85   {order: 4;}
section.products-featured.products-new.section .product_class_81  {order: 3;}
section.products-featured.products-new.section .product_class_76 {order: 2;}
section.products-featured.products-new.section .product_class_84  {order: 5;}
section.products-featured.products-new.section .product_class_82 {order: 6;}
section.products-featured.products-new.section .product_class_86 {order: 7;}
section.products-featured.products-new.section .product_class_83 {order: 1;}

section.products-featured.products-new.section .product_class_85   {-webkit-order: 4;}
section.products-featured.products-new.section .product_class_81  {-webkit-order: 3;}
section.products-featured.products-new.section .product_class_76 {-webkit-order: 2;}
section.products-featured.products-new.section .product_class_84  {-webkit-order: 5;}
section.products-featured.products-new.section .product_class_82{-webkit-order: 6;}
section.products-featured.products-new.section .product_class_86 {-webkit-order: 7;}
section.products-featured.products-new.section .product_class_83 {-webkit-order: 1;}**/
/*****************media******************************/
@media (max-width: 1229px) {
  .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
    margin-right: 1rem; }
  .tubes-sec {
    margin: 40px 0 0; }
  .mc-field-group label {
    width: 100% !important;
    max-width: 115px !important; } }

@media (max-width: 1024px) {
  #mc-embedded-subscribe-form .width30, #mc-embedded-subscribe-form .width50, #mc-embedded-subscribe-form .width70 {
    width: 100% !important;
    margin-right: 0px; }
  #mc-embedded-subscribe-form .width30 input, #mc-embedded-subscribe-form .width50 input, #mc-embedded-subscribe-form .width70 input {
    width: 100%; }
  .mc-field-group label {
    width: 100% !important;
    max-width: 100% !important; }
  #mc-embedded-subscribe-form .policywidth70 input, #mc-embedded-subscribe-form .width100 input {
    width: 100%; }
  #mc-embedded-subscribe-form .datefield.policywidth70 {
    width: 100% !important;
    display: inline-block; }
  #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-day, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-month, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-year {
    width: 31% !important; } }

@media (max-width: 991px) {
  article.page-content.cms-page .page-right .account-login-wrapper div {
    width: 100% !important;
    margin: 10px 0; }
  .container, .product-tabs, .product-tabs {
    max-width: 737px; }
  #HomePageLeft h3#HomeTitleLeft, #HomePageLeft #HomeTitleLeft.section-title, #HomePageLeft #HomeTitleLeft.listing-title, #HomePageLeft .login-modal #HomeTitleLeft.account-sub-heading, .login-modal #HomePageLeft #HomeTitleLeft.account-sub-heading, #HomePageLeft #HomeTitleLeft.auth-sub-heading {
    font-size: 20px; }
  .tubes-sec {
    float: left;
    margin: 20px 0 0; }
  div#HomePageLeft {
    width: 56%;
    margin-left: 0; } }

@media (max-width: 767px) {
  .container, .product-tabs, .product-tabs {
    max-width: 570px !important; }
  div#HomePageLeft {
    width: 100%;
    margin-right: 0; }
  .video-right {
    width: 100%; }
  .banners-bottom {
    padding: 1rem; }
  .blog-items-list .post-title, h1, .blog-items-list .post-title {
    font-size: 2rem; }
  .navigation-mobile .button-util, .navigation-mobile .children a, .navigation-mobile .currency-selector .dropdown-toggle, .navigation-mobile .nav-mobile-item, .navigation-mobile .nav-mobile-item a {
    font-size: 14px; }
  .search-form .form-field {
    margin: 0; }
  .section-title {
    margin: 0 0 1em;
    font-size: 24px; }
  .section {
    padding: 2rem 0; }
  section.product-listing.section {
    padding: 2rem 0; }
  .carousel-item-info {
    display: none; }
  footer.site-footer .container, footer.site-footer .product-tabs {
    padding-top: 0;
    padding-bottom: 0; }
  .site-footer .footer-social h4.footer-title, .site-footer .footer-social .search-wrap .footer-title.search-input, .search-wrap .site-footer .footer-social .footer-title.search-input, .site-footer .footer-social .content-result h1.footer-title, .content-result .site-footer .footer-social h1.footer-title, .site-footer .footer-social .content-result .blog-items-list .footer-title.post-title, .content-result .blog-items-list .site-footer .footer-social .footer-title.post-title, .site-footer .footer-social .blog-items-list .content-result .footer-title.post-title, .blog-items-list .content-result .site-footer .footer-social .footer-title.post-title, .site-footer .footer-social .footer-title.product-item-price {
    margin-top: 0; }
  .footer-nav-wrap {
    padding-bottom: 40px; }
  .footer-site-copyright {
    margin-top: 12px; }
  div#HomePageVideo {
    margin-top: 20px; }
  div#HomePageLeft {
    margin-left: 0;
    margin-top: 30px; }
  #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-day, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-month, #mc-embedded-subscribe-form .datefield.policywidth70 input#mce-DATE12-year {
    width: 30% !important; } }

@media (max-width: 600px) {
  .container, .product-tabs, .product-tabs {
    max-width: 450px !important; }
  .page-left {
    float: left;
    width: 100%;
    background: #eff1f5; }
  .page-right {
    float: right;
    width: 100%; }
  .page-right h1, .page-right .blog-items-list .post-title, .blog-items-list .page-right .post-title {
    margin: 20px 0 0 0;
    float: left;
    width: 100%; }
  .page-right {
    padding-left: 0; }
  .blog-items-list .post-title, h1, .blog-items-list .post-title {
    font-size: 22px; }
  .form-contact-us {
    margin-top: 30px !important;
    float: left; }
  .left1 {
    float: left;
    width: 100%; }
  .right1 {
    width: 100%;
    float: right;
    padding-left: 0; }
  div#HomePageLeft {
    margin-left: 0;
    margin-top: 30px; } }

@media (max-width: 480px) {
  .container, .product-tabs, .product-tabs {
    max-width: 300px !important; } }

/* 10 May 23 */
/* testimonial slider */
section.testimonials_wrapper {
  background-color: #ebeced;
  padding: 3rem 0 6rem; }

section.testimonials_wrapper .testimonials_head_wrap {
  text-align: center; }

section.testimonials_wrapper .testimonials_content_wrap {
  background: #fff;
  padding: 32px 22px;
  min-height: 350px;
  margin-right: 15px;
  margin-left: 15px; }

section.testimonials_wrapper .quotes_icon i {
  color: #204ecf;
  font-size: 24px; }

section.testimonials_wrapper .testimonials_img_wrap {
  display: flex; }

section.testimonials_wrapper .testimonials_img_wrap .testimonials_img {
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px; }

section.testimonials_wrapper .testimonials_content_wrap .testimonials_content {
  min-height: 180px; }

section.testimonials_wrapper .client_info p {
  color: #000; }

section.testimonials_wrapper ul.slick-dots {
  margin-top: 74px; }

section.testimonials_wrapper .testimonials_rating {
  margin-bottom: 35px; }

/* see oiut section */
.new-banner-cstm {
  background: #ed2e33;
  margin-top: 30px;
  padding: 15px 20px; }

.new-banner-cstm .banner-wrapper_new {
  display: flex;
  align-items: center; }

.new-banner-cstm .banner-wrapper_new .third_button_cstm {
  margin-left: auto; }

.new-banner-cstm .second-heading-text h3, .new-banner-cstm .second-heading-text .section-title, .new-banner-cstm .second-heading-text .listing-title, .new-banner-cstm .second-heading-text .login-modal .account-sub-heading, .login-modal .new-banner-cstm .second-heading-text .account-sub-heading, .new-banner-cstm .second-heading-text .auth-sub-heading {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding: 0 15px 0; }

.new-banner-cstm .banner-wrapper_new .third_button_cstm > a {
  background: #8d0708;
  padding: 16px 32px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.new-banner-cstm .banner-wrapper_new .third_button_cstm button.banner_button:hover {
  background: #000; }

.banner_cstm > div > div > div > div {
  padding: 0; }

/* product css */
.section_tool_cstm > .container .page-left, .section_tool_cstm > .product-tabs .page-left {
  float: unset;
  width: 100%; }

.section_tool_cstm > .container .page-left .container.product_wrapper, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 18px; }

.section_tool_cstm > .container .page-left .page-products-new.section, .section_tool_cstm > .product-tabs .page-left .page-products-new.section {
  background: #fff; }

.section_tool_cstm > .container .page-left .container.product_wrapper article.product-grid-item, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.product-grid-item, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.product-grid-item, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.product-grid-item, .section_tool_cstm > .container .page-left .container.product_wrapper article.account-product-item, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.account-product-item, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.account-product-item, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.account-product-item {
  max-width: calc(100% / 5 - 15px);
  width: calc(100% / 5 - 15px); }

.section_tool_cstm > .container .page-left .container.product_wrapper article.product-grid-item figure.product-item-thumbnail, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.product-grid-item figure.product-item-thumbnail, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.product-grid-item figure.product-item-thumbnail, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.product-grid-item figure.product-item-thumbnail, .section_tool_cstm > .container .page-left .container.product_wrapper article.account-product-item figure.product-item-thumbnail, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.account-product-item figure.product-item-thumbnail, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.account-product-item figure.product-item-thumbnail, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.account-product-item figure.product-item-thumbnail {
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center; }

.section_tool_cstm > .container .page-left .container.product_wrapper article.product-grid-item figure.product-item-thumbnail a, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.product-grid-item figure.product-item-thumbnail a, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.product-grid-item figure.product-item-thumbnail a, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.product-grid-item figure.product-item-thumbnail a, .section_tool_cstm > .container .page-left .container.product_wrapper article.account-product-item figure.product-item-thumbnail a, .section_tool_cstm > .product-tabs .page-left .container.product_wrapper article.account-product-item figure.product-item-thumbnail a, .section_tool_cstm > .container .page-left .product_wrapper.product-tabs article.account-product-item figure.product-item-thumbnail a, .section_tool_cstm > .product-tabs .page-left .product_wrapper.product-tabs article.account-product-item figure.product-item-thumbnail a {
  width: 100%; }

.section_tool_cstm > .container .page-right, .section_tool_cstm > .product-tabs .page-right {
  float: unset;
  width: 100%;
  padding: 0; }

.section_tool_cstm > .container .page-right .wrapper_step_by_step, .section_tool_cstm > .product-tabs .page-right .wrapper_step_by_step {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 22px;
  justify-content: center; }

.section_tool_cstm > .container .page-right .wrapper_step_by_step .tool_description, .section_tool_cstm > .product-tabs .page-right .wrapper_step_by_step .tool_description {
  max-width: calc(100% / 3 - 15px); }

/* product video css */
.wrap-main-video {
  margin-top: 2.5rem; }

.video-wrapper-cstm {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 22px; }

.video-wrapper-cstm .second_video-wrap {
  max-width: calc(100% / 3 - 15px);
  width: calc(100% / 3 - 15px) !important; }

.video-wrapper-cstm .second_video-wrap p {
  margin: 0; }

.video-wrapper-cstm .second_video-wrap p iframe {
  width: 100%; }

.video-wrapper-cstm .second_video-wrap p:nth-child(1) {
  min-height: 70px; }

.share-block {
  display: none !important; }

/* .product-details-column .product-description {
    display: none;
} */
.banners.banners-bottom.banner-advantage .video-right {
  float: unset;
  width: 100%; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper {
  display: flex;
  grid-column-gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px; }

.banners.banners-bottom.banner-advantage .video-right .home-page-cstm-new div#HomePageLeft {
  float: unset;
  width: 100%; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo {
  float: unset !important;
  width: 50%;
  margin: 0;
  max-width: 50%; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video {
  float: unset !important;
  width: 50%;
  height: 442px; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3#HomeTitleLeft, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal #HomeTitleLeft.account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.auth-sub-heading {
  text-align: start; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo ul#HomePageLeftUl p.HomeTextLeft {
  text-align: start;
  margin: 5px 0 !important; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video img.__mce_add_custom__ {
  width: 100%;
  height: 100%; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3#HomeTitleLeft, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal #HomeTitleLeft.account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.auth-sub-heading {
  margin-top: 0; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft p.h3.home {
  width: 100%;
  max-width: 100%; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft iframe {
  max-width: 50%;
  flex: 0 0 50%; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  background: #ebeced;
  padding: 60px 30px 60px 30px; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec {
  margin: 0 !important; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec:nth-child(2) {
  margin-top: 15px !important; }

span.span_three img {
  max-width: 88px; }

section.testimonials_wrapper .testimonials_rating p {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 15px; }

section.testimonials_wrapper .testimonials_rating span.span_one {
  display: flex;
  align-items: center;
  grid-column-gap: 15px; }

.section_tool_cstm > .container .page-left .page-products-new.section, .section_tool_cstm > .product-tabs .page-left .page-products-new.section {
  margin-bottom: 70px;
  border-bottom: 1px solid #e6e6e6; }

/* 11-MAY-2023 */
section.testimonials_wrapper .testimonials_content_wrap .testimonials_content > p {
  font-size: 17px; }

section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading h3, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .section-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .listing-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .login-modal .account-sub-heading, .login-modal section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .account-sub-heading, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .auth-sub-heading {
  margin: 0 0 42px 0; }

.home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm h3#HomeTitleLeft, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm #HomeTitleLeft.section-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm #HomeTitleLeft.listing-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .login-modal #HomeTitleLeft.account-sub-heading, .login-modal .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm #HomeTitleLeft.account-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm #HomeTitleLeft.auth-sub-heading {
  font-size: 24px; }

/* .last_page_content p>strong a {
    position: relative;
}
.last_page_content p>strong a:before {
    content: "\f358";
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    top: -2px;
    left: auto;
    right: -30px;
    wth: 0;
} */
.video-wrapper-cstm .second_video-wrap p:first-child {
  min-height: 70px;
  text-align: center; }

section.product-details .product-details-column:nth-child(3) .product-item-rating {
  margin: 0;
  display: flex;
  align-items: center; }

section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs {
  margin: 0;
  padding-left: 23px; }

section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs a {
  height: 55px;
  width: 177.25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs li.tab-title.active, section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs .product-tabs li.accordion-title.is-open, .product-tabs section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs li.accordion-title.is-open {
  width: 177.25px;
  height: 55px; }

section.product-details .product-options-container {
  margin: 0; }

.product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container {
  display: flex; }

.product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline {
  margin: 0;
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 20px; }

.product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container button.button, .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .blog button.post-read-more, .blog .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container button.post-read-more {
  margin: 0; }

.product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .wishlist-form {
  padding: 0;
  margin-left: 25px; }

.last_page_content > p:first-child span strong span {
  font-size: 24px !important; }

/* feedback-button */
._hj-G09L\+__MinimizedWidgetMiddle__container button._hj-ETLL8__MinimizedWidgetMiddle__label {
  top: -45px !important; }

section.carousel span.carousel-navigation-item svg.icon {
  color: #000; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3#HomeTitleLeft, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal #HomeTitleLeft.account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo #HomeTitleLeft.auth-sub-heading {
  font-weight: 600;
  letter-spacing: 0.45px; }

.last_page_content > p:first-child {
  text-align: center; }

.last_page_content .additional_section_tools_page {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*.last_page_content p>strong a {
    position: relative;
    display: block;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 550px;
    color: red;
} 
.last_page_content .additional_section_tools_page .first_link a, .last_page_content .additional_section_tools_page .second_link a {
    width: 100%;
    max-width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #006cb6;
    border-radius: 10px;
}
.last_page_content .additional_section_tools_page p {
    text-align: center;
}
.last_page_content .additional_section_tools_page .first_link, .last_page_content .additional_section_tools_page .second_link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
*/
/* Updation Area */
.additional_section_tools_page > div {
  width: calc(50% - 30px) !important;
  text-align: center;
  padding: 0 60px !important; }

.additional_section_tools_page > div p {
  margin: 0 0 20px;
  text-align: center; }

.additional_section_tools_page > div a {
  background: #ed2e33;
  padding: 10px 15px;
  color: #FFF;
  font-size: 15px;
  display: table;
  margin: 0 auto;
  border-radius: 5px; }

.additional_section_tools_page > div a:hover {
  text-decoration: none; }

.main-nav-bar .navigation .enforce-max-width li .top-level-nav-link {
  padding: 0 10px; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video img.__mce_add_custom__ {
  height: auto; }

.banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal .account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .auth-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec h3, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .section-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .listing-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .login-modal .account-sub-heading, .login-modal .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .account-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .auth-sub-heading {
  font-weight: 900 !important;
  font-size: 28px !important;
  color: #45536e !important;
  margin-bottom: 20px !important; }

.product-details .product-rating-block .product-item-rating .total-reviews + .tabs .tab-title {
  width: auto !important;
  height: auto !important; }

.product-details .product-rating-block .product-item-rating .total-reviews + .tabs .tab-title a {
  padding: 10px 25px;
  width: auto;
  min-width: inherit;
  height: auto; }

.site-footer .footer-social .footer-social-media li a svg {
  height: 22px;
  width: 22px; }

@media only screen and (max-width: 1365px) {
  .main-nav-bar .navigation .enforce-max-width li .top-level-nav-link {
    padding: 0; }
  .product-quantity-submit .product-quantity-container .button, .product-quantity-submit .product-quantity-container .blog .post-read-more, .blog .product-quantity-submit .product-quantity-container .post-read-more {
    padding: 15px 30px; } }

@media (max-width: 1229px) {
  .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
    margin-right: 4px; } }

@media only screen and (max-width: 1365px) {
  .new-banner-cstm {
    padding: 15px 0; }
  .new-banner-cstm .banner-wrapper_new .second-heading-text h3, .new-banner-cstm .banner-wrapper_new .second-heading-text .section-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .listing-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .login-modal .account-sub-heading, .login-modal .new-banner-cstm .banner-wrapper_new .second-heading-text .account-sub-heading, .new-banner-cstm .banner-wrapper_new .second-heading-text .auth-sub-heading {
    font-size: 24px; }
  .new-banner-cstm .container, .new-banner-cstm .product-tabs {
    max-width: 100%; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 60px 30px 60px 30px; }
  .main-nav-bar .navigation {
    margin-left: 0rem;
    padding-left: 15px; } }

@media only screen and (max-width: 1199px) {
  .product-details .container, .product-details .product-tabs {
    max-width: 100%;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container {
    align-items: flex-end; }
  .product-quantity-submit .product-quantity-container .button, .product-quantity-submit .product-quantity-container .blog .post-read-more, .blog .product-quantity-submit .product-quantity-container .post-read-more {
    padding: 15px;
    width: 156px;
    line-height: 1; }
  .additional_section_tools_page > div {
    padding: 0 0px !important; }
  .video-wrapper-cstm .second_video-wrap p:first-child {
    margin-bottom: 15px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal .account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .auth-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec h3, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .section-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .listing-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .login-modal .account-sub-heading, .login-modal .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .account-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .auth-sub-heading {
    font-weight: 900 !important;
    font-size: 20px !important;
    color: #45536e !important;
    margin-bottom: 15px !important; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 51px 30px 51px 30px; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline {
    max-width: 150px;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline input {
    height: 50px; } }

@media only screen and (max-width: 991px) {
  .new-banner-cstm .banner-wrapper_new {
    flex-wrap: wrap;
    justify-content: center; }
  .new-banner-cstm .banner-wrapper_new .second-heading-text h3, .new-banner-cstm .banner-wrapper_new .second-heading-text .section-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .listing-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .login-modal .account-sub-heading, .login-modal .new-banner-cstm .banner-wrapper_new .second-heading-text .account-sub-heading, .new-banner-cstm .banner-wrapper_new .second-heading-text .auth-sub-heading {
    margin: 10px 0 25px; }
  .new-banner-cstm .banner-wrapper_new .third_button_cstm > a {
    display: table;
    padding: 10px 40px; }
  .new-banner-cstm .banner-wrapper_new .third_button_cstm {
    margin-left: 0; }
  section.testimonials_wrapper ul.slick-dots {
    margin-top: 0;
    top: auto;
    bottom: -60px;
    transform: translate(-50%, 0); }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 14px 30px 14px 29px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo h3, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .section-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .listing-title, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .login-modal .account-sub-heading, .login-modal .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .account-sub-heading, .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo .auth-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec h3, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .section-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .listing-title, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .login-modal .account-sub-heading, .login-modal .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .account-sub-heading, .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm .tubes-sec .auth-sub-heading {
    font-size: 18px !important;
    margin: 0 !important; }
  #HomePageLeftLi p.HomeTextLeft {
    padding-left: 15px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video img.__mce_add_custom__ {
    height: auto; }
  section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading h3, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .section-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .listing-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .login-modal .account-sub-heading, .login-modal section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .account-sub-heading, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .auth-sub-heading {
    margin: 0 0 25px 0; }
  .new-banner-cstm .banner-wrapper_new {
    flex-direction: column; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline {
    min-width: 150px; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .wishlist-form {
    width: auto; }
  .product-quantity-submit .product-quantity-container .button, .product-quantity-submit .product-quantity-container .blog .post-read-more, .blog .product-quantity-submit .product-quantity-container .post-read-more {
    padding: 15px;
    width: 156px;
    line-height: 1;
    margin-bottom: 2px !important; }
  .section.tool-page-section.section_tool_cstm .container, .section.tool-page-section.section_tool_cstm .product-tabs {
    max-width: 100% !important; }
  .video-wrapper-cstm .second_video-wrap p:first-child {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px; }
  .video-wrapper-cstm iframe {
    max-height: 200px; } }

@media only screen and (max-width: 767px) {
  .new-banner-cstm .banner-wrapper_new .second-heading-text h3, .new-banner-cstm .banner-wrapper_new .second-heading-text .section-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .listing-title, .new-banner-cstm .banner-wrapper_new .second-heading-text .login-modal .account-sub-heading, .login-modal .new-banner-cstm .banner-wrapper_new .second-heading-text .account-sub-heading, .new-banner-cstm .banner-wrapper_new .second-heading-text .auth-sub-heading {
    font-size: 20px;
    text-align: center;
    margin: 15px 0; }
  .new-banner-cstm .banner-wrapper_new .third_button_cstm > a {
    padding: 10px 20px;
    font-size: 14px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper {
    flex-direction: column; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video {
    width: 100%;
    height: auto;
    margin-bottom: 25px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper .top-video {
    float: unset !important;
    width: 100%;
    height: auto;
    margin-bottom: 25px; }
  .banners.banners-bottom.banner-advantage .video-right .home-page-cstm-new div#HomePageLeft {
    flex-direction: column; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft iframe {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 25px 15px;
    width: 100%;
    max-width: 100%; }
  #HomePageLeftLi p.HomeTextLeft {
    padding-left: 15px;
    line-height: 21px; }
  section.testimonials_wrapper .testimonials_content_wrap {
    margin-right: 0;
    margin-left: 0; }
  section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading h3, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .section-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .listing-title, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .login-modal .account-sub-heading, .login-modal section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .account-sub-heading, section.testimonials_wrapper .testimonials_head_wrap .testimonials_heading .auth-sub-heading {
    margin-bottom: 25px; }
  .banners.banners-bottom.banner-advantage .video-right .new-section_wrapper div#HomePageVideo {
    width: 100%;
    max-width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container {
    flex-wrap: wrap;
    padding-bottom: 0; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline {
    margin-bottom: 15px; }
  .product-quantity-submit .product-quantity-container .button, .product-quantity-submit .product-quantity-container .blog .post-read-more, .blog .product-quantity-submit .product-quantity-container .post-read-more {
    width: 100%;
    margin-bottom: 15px !important; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .wishlist-form {
    padding: 0;
    margin-left: 0;
    width: 100%; }
  .product-quantity-submit .product-quantity-container {
    border-bottom: 0px solid #e6e9ef; }
  .product-details .product-rating-block .product-item-rating .total-reviews + .tabs .tab-title a {
    padding: 10px;
    font-size: 11px; }
  .last_page_content .additional_section_tools_page {
    flex-direction: column; }
  .additional_section_tools_page > div {
    width: 100% !important;
    margin-bottom: 25px; }
  .video-wrapper-cstm {
    flex-direction: column; }
  .video-wrapper-cstm .second_video-wrap {
    max-width: 100%;
    width: 100% !important; }
  .video-wrapper-cstm .second_video-wrap p:first-child {
    min-height: inherit; }
  .section_tool_cstm > .container .page-right .wrapper_step_by_step .tool_description, .section_tool_cstm > .product-tabs .page-right .wrapper_step_by_step .tool_description {
    width: 100%;
    max-width: 100%; } }

.dropdown-panel.visible ul li a:hover {
  color: #ed2e33; }

.main-nav-bar .navigation > ul .dropdown-open a.dropdown-toggle {
  font-weight: 700;
  background: transparent;
  color: #6b6e79; }

.dropdown-panel.visible ul li a {
  color: #6b6e79; }

.dropdown-panel.visible {
  background-color: #fff; }

.nav-page .dropdown-panel {
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: 221px; }

.nav-page .dropdown-panel ul {
  margin: 0;
  width: 100%; }

.nav-page .dropdown-panel ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 0; }

.nav-page .dropdown-panel ul li a {
  padding: 10px 0;
  display: block;
  font-size: 14px; }

.button-mobile-nav-back {
  left: 36px;
  margin-top: -1px; }

section.banner_home_page_cstm_slider button {
  font-size: 0;
  background: 0 0;
  background: 0 0;
  border: transparent; }

button.slick-prev.slick-arrow:before {
  content: '\f053';
  font-family: fontAwesome;
  font-size: 40px;
  color: #fff; }

button.slick-next.slick-arrow:before {
  content: '\f054';
  font-family: fontAwesome;
  font-size: 40px;
  color: #fff; }

button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  border-radius: 5%;
  text-shadow: 3px 3px 16px #272634;
  border-radius: 5px; }

button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 999;
  text-shadow: 3px 3px 16px #272634;
  border-radius: 5px; }

.first_cstm_section_img {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center; }

.first_cstm_section_img.video {
  max-width: 100%;
  width: 50%;
  right: 0 !important;
  left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
  clip-path: circle(85.3% at 100% 50%); }

.cstm_image_text h2, .cstm_image_text .giftcard-header {
  color: #538ec9;
  font-family: Montserrat, sans-serif !important;
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  margin: 0; }

.cstm_image_text p {
  font-size: 30px;
  color: #575858;
  font-weight: 800; }

.second_video_cstm iframe,
.second_video_cstm {
  width: 800px;
  height: 971px; }

.second_video_cstm iframe {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  right: 0; }

.second_video_cstm {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  padding-top: 25px;
  height: 0; }

.logo_img_new {
  position: absolute;
  top: 96px;
  left: 60px; }

.cstm_image_text {
  padding-left: 60px; }

@media (max-width: 1649px) {
  .logo_img_new {
    position: absolute;
    top: 19px;
    left: 60px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    color: #538ec9;
    font-family: Montserrat, sans-serif !important;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 20px;
    color: #575858;
    font-weight: 800; } }

@media (max-width: 1365px) {
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 50px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 17px; } }

@media (max-width: 1199px) {
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    margin: 0; } }

@media (max-width: 991px) {
  .logo_img_new img {
    max-width: 50%; }
  .logo_img_new {
    position: absolute;
    top: 0;
    left: 60px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 23px;
    font-weight: 800;
    line-height: 40px;
    margin: 0; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 60px 30px 60px 30px; }
  .tool_description p {
    padding-bottom: 20px; } }

@media (max-width: 800px) {
  .home-page-new-section .home-page-cstm-new div#HomePageLeft iframe {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }

@media (max-width: 767px) {
  .logo_img_new {
    position: absolute;
    top: 49px;
    left: 0; }
  .first_cstm_section_img.video {
    width: 100%; }
  .cstm_image_text {
    padding-left: 0; }
  .first_cstm_section_img.video {
    width: 100%;
    clip-path: unset; }
  .first_cstm_section_img {
    display: flex;
    flex-direction: column; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 18px;
    font-weight: 800;
    line-height: 31px;
    margin: 0; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px;
    top: 58px; }
  .second_video_cstm {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 42%;
    padding-top: 25px;
    height: 0; }
  .banners_four_cstm_new ul.slick-dots {
    transform: translateX(-50%) translateY(31px); }
  .logo_img_new img {
    display: none; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px;
    top: 15px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 17px;
    font-weight: 800;
    line-height: 22px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 13px;
    line-height: 20px; }
  .product-item-details {
    padding-bottom: 40px; } }

@media (max-width: 480px) {
  button.slick-next.slick-arrow:before,
  button.slick-prev.slick-arrow:before {
    font-size: 24px;
    color: #fff; } }

section.banner_home_page_cstm_slider button {
  font-size: 0;
  background: 0 0;
  background: 0 0;
  border: transparent; }

button.slick-prev.slick-arrow:before {
  content: '\f053';
  font-family: fontAwesome;
  font-size: 40px;
  color: #fff; }

button.slick-next.slick-arrow:before {
  content: '\f054';
  font-family: fontAwesome;
  font-size: 40px;
  color: #fff; }

button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  border-radius: 5%;
  text-shadow: 3px 3px 16px #272634;
  border-radius: 5px; }

button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 999;
  text-shadow: 3px 3px 16px #272634;
  border-radius: 5px; }

section.carousel span.carousel-navigation-item svg.icon {
  color: #fff; }

.carousel-navigation-item .icon {
  height: 35px;
  width: 35px; }

.first_cstm_section_img {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center; }

.first_cstm_section_img.video {
  max-width: 100%;
  width: 50%;
  right: 0 !important;
  left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
  clip-path: circle(96.3% at 100% 50%); }

.cstm_image_text h2, .cstm_image_text .giftcard-header {
  color: #538ec9;
  font-family: Montserrat, sans-serif !important;
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  margin: 0; }

.cstm_image_text p {
  font-size: 30px;
  color: #575858;
  font-weight: 800; }

.second_video_cstm iframe,
.second_video_cstm {
  width: 800px;
  height: 971px; }

.second_video_cstm iframe {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  right: 0; }

.second_video_cstm {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  padding-top: 25px;
  height: 0; }

.logo_img_new {
  position: absolute;
  top: 96px;
  left: 60px; }

.cstm_image_text {
  padding-left: 60px; }

.three-images-icons-section {
  display: flex;
  align-items: unset;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 100px;
  margin-bottom: 30px;
  padding: 20px 0px; }

.new-icons-images-home {
  padding: 20px 0px; }

.three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
  max-width: calc(100%/3 - 433px);
  width: 100%;
  text-align: center; }

.three-images-icons-section .first-icon-image-home img, .three-images-icons-section .second-icon-image-home img, .three-images-icons-section .third-icon-image-home img {
  max-width: 90px;
  width: 100%;
  object-fit: contain;
  height: 90px;
  margin: 0;
  border-radius: 50%; }

.three-images-icons-section .first-icon-image-home p, .three-images-icons-section .second-icon-image-home p, .three-images-icons-section .third-icon-image-home p, .top-video .image-below-cstm-icon .second-icon-image-home p, .top-video .image-below-cstm-icon .third-icon-image-home p {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #000;
  text-align: center; }

.three-images-icons-section .first-icon-image-home span, .three-images-icons-section .second-icon-image-home span, .three-images-icons-section .third-icon-image-home span, .top-video .image-below-cstm-icon .second-icon-image-home span, .top-video .image-below-cstm-icon .third-icon-image-home span {
  font-size: 16px;
  text-align: center;
  display: block;
  color: #000;
  font-weight: 500;
  line-height: normal; }

.buy-now-button a button.button-buy-now {
  max-width: 250px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ed2e33;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  margin-right: 0;
  width: 100%; }

.footer-nav-wrap .three-images-icons-section .first-icon-image-home img, .footer-nav-wrap .three-images-icons-section .second-icon-image-home img, .footer-nav-wrap .three-images-icons-section .third-icon-image-home img {
  max-width: 70px !important;
  width: 100%;
  height: 70px;
  max-width: 100%;
  filter: invert(1);
  -o-object-fit: contain;
  border: 1px solid #000;
  padding: 15px;
  object-fit: contain;
  border-radius: 50%; }

.footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
  width: 100%;
  max-width: calc(100%/3 - 8px); }

.footer-nav-wrap .three-images-icons-section {
  grid-column-gap: 12px;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  right: 30px;
  margin: 0px; }

.footer-nav-wrap .three-images-icons-section .first-icon-image-home p, .footer-nav-wrap .three-images-icons-section .second-icon-image-home p, .footer-nav-wrap .three-images-icons-section .third-icon-image-home p {
  font-size: 13px;
  color: #fff;
  font-weight: 500; }

[data-sub-layout="9dc42e74-cd9f-4d26-b773-79b5734cf030"] {
  padding: 0 !important; }

.banner_cstm [data-sub-layout-container="e246fa62-934f-4ed8-aae0-aac249bb49ed"] {
  width: 100%; }

.buy-now-button {
  text-align: center;
  justify-content: center;
  display: flex; }

.buy-now-button a {
  max-width: 250px;
  width: 100%; }

.banners.banners-bottom .buy-now-button {
  justify-content: center;
  max-width: 576px;
  margin-left: auto; }

.top-video .image-below-cstm-icon {
  display: flex;
  align-content: center;
  grid-column-gap: 110px;
  justify-content: center;
  padding: 20px 0px; }

.top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
  max-width: calc(100%/2 - 107px);
  width: 100%; }

.top-video .image-below-cstm-icon .second-icon-image-home img, .top-video .image-below-cstm-icon .third-icon-image-home img {
  max-width: 120px;
  height: 100px;
  object-fit: contain; }

.home-page-new-section {
  padding: 40px 0px 0px 0px; }

.footer-nav-wrap .three-images-icons-section .second-icon-image-home span, .footer-nav-wrap .three-images-icons-section .third-icon-image-home span {
  font-size: 12px;
  color: #fff; }

section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
  max-width: calc(100%/3 - 157px);
  width: 100%;
  text-align: center; }

section.products-featured.section {
  background-color: #fff !important; }

section.products-featured.section .product_wrapper article.product-grid-item, section.products-featured.section .product_wrapper article.account-product-item {
  margin: 0px !important; }

.buy-now-button.review-page {
  float: unset;
  clear: both; }

.product-details-column .icon-images-section .three-images-icons-section .first-icon-image-home, .product-details-column .icon-images-section .three-images-icons-section .second-icon-image-home {
  max-width: calc(100%/2  - 70px); }

.product-details-column .icon-images-section .three-images-icons-section {
  grid-column-gap: 10px; }

.product-details-column .icon-images-section .three-images-icons-section .first-icon-image-home img, .product-details-column .icon-images-section .three-images-icons-section .second-icon-image-home img {
  height: 90px; }

.product-details-column .icon-images-section {
  padding: 30px 0px 0px; }

.icon-images-section.single.product {
  padding: 30px 0px 0px; }

body.page.page.About.Us .featured-product-new-one {
  display: none; }

body.page.page.How.to.Use.the.Tool .new-products-one {
  display: none; }

body.page.page.FAQ .featured-product-new-one, body.page.page.Dealers .featured-product-new-one {
  display: none; }

section.product-listing.section .contact-wrap-two-sction {
  display: flex;
  align-items: flex-start;
  padding: 70px 50px;
  grid-column-gap: 80px; }

section.product-listing.section .contact-wrap-two-sction .page-left, section.product-listing.section .contact-wrap-two-sction .page-right {
  background-color: transparent;
  padding: 0;
  word-break: break-all; }

section.product-listing.section .contact-wrap-two-sction .page-right {
  max-width: 50%;
  width: 100%; }

section.product-listing.section .contact-wrap-two-sction .page-left {
  max-width: 50%;
  width: 100%; }

section.product-listing.section .contact-wrap-two-sction .page-left h4, section.product-listing.section .contact-wrap-two-sction .page-left .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-left .search-input, section.product-listing.section .contact-wrap-two-sction .page-left .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-left h1, section.product-listing.section .contact-wrap-two-sction .page-left .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .product-item-price, section.product-listing.section .contact-wrap-two-sction .page-right h4, section.product-listing.section .contact-wrap-two-sction .page-right .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-right .search-input, section.product-listing.section .contact-wrap-two-sction .page-right .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-right h1, section.product-listing.section .contact-wrap-two-sction .page-right .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .product-item-price {
  margin: 0 0 40px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section {
  display: flex;
  margin-bottom: 50px;
  max-width: 100%;
  width: 100% !important;
  flex-wrap: wrap; }

.contact-wrap-section .left-text-cstm-contact {
  max-width: 62%;
  width: 100%; }

.contact-wrap-section .left-first-section {
  max-width: 38%;
  width: 100%; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3 i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading i, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading i {
  font-size: 24px;
  margin-right: 10px;
  max-width: 25px;
  width: 100%; }

.contact-wrap-section .left-text-cstm-contact span {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%; }

.contact-wrap-two-sction .page-right .form-contact-us {
  background-color: transparent;
  max-width: 80%;
  margin-left: auto; }

.contact-wrap-two-sction .page-right .form-contact-us form .form-field {
  margin-bottom: 20px; }

.contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label span {
  font-size: 20px;
  font-weight: 300;
  color: #fff; }

.contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label input {
  height: 55px !important;
  background-color: #1d1d1d;
  border-radius: 0;
  border: 1.5px solid #837d7d;
  color: #fff;
  text-transform: capitalize; }

.contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label input::placeholder, .contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label textarea::placeholder {
  color: #fff;
  font-size: 18px;
  opacity: 1;
  text-transform: capitalize;
  font-weight: 500; }

.contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label textarea {
  background-color: #1d1d1d;
  border: 2px solid #474747;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize; }

.contact-with-us-section .contact-wrap-section:nth-last-child(2) span:first-child {
  display: block;
  font-size: 18px; }

section.product-listing.section .contact-wrap-two-sction .page-right h4, section.product-listing.section .contact-wrap-two-sction .page-right .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-right .search-input, section.product-listing.section .contact-wrap-two-sction .page-right .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-right h1, section.product-listing.section .contact-wrap-two-sction .page-right .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .product-item-price {
  text-align: center;
  max-width: 80%;
  margin-left: auto; }

.contact-wrap-two-sction .page-right .form-contact-us .form-actions input.button, .contact-wrap-two-sction .page-right .form-contact-us .form-actions .blog input.post-read-more, .blog .contact-wrap-two-sction .page-right .form-contact-us .form-actions input.post-read-more {
  border: 1px solid #ef2838; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section:nth-child(2) .left-text-cstm-contact span {
  display: block; }

section.product-listing.section .page-left .three-images-icons-section .first-icon-image-home, section.product-listing.section .page-left .three-images-icons-section .second-icon-image-home {
  max-width: calc(100%/2 - 50px);
  text-align: left; }

section.product-listing.section .page-left .three-images-icons-section {
  grid-column-gap: 30px;
  justify-content: flex-start; }

section.product-listing.section .page-left .three-images-icons-section .first-icon-image-home p, section.product-listing.section .page-left .three-images-icons-section .second-icon-image-home p {
  color: #fff; }

section.product-listing.section .page-left .three-images-icons-section .first-icon-image-home span, section.product-listing.section .page-left .three-images-icons-section .second-icon-image-home span {
  color: #000;
  text-align: left; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section:nth-last-child(2) {
  width: 100%;
  max-width: 100%; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section:nth-last-child(2) .left-text-cstm-contact span:not(:first-child) {
  display: inline;
  width: auto; }

body.Contact.Us section.page-products-new.section .page-right {
  float: unset;
  width: 100%;
  max-width: 100%;
  padding: 0px !important; }

section.page-products-new.section .page-right .form-contact-us {
  padding: 50px 35px !important;
  border: 1px solid #ddfd; }

section.product-listing.section .contact-wrap-two-sction .page-left, section.page-products-new.section .page-right .form-contact-us form.form {
  max-width: calc(100%/2 - 30px);
  width: 100% !important; }

section.page-products-new.section .page-right .form-contact-us form.form h4, section.page-products-new.section .page-right .form-contact-us form.form .search-wrap .search-input, .search-wrap section.page-products-new.section .page-right .form-contact-us form.form .search-input, section.page-products-new.section .page-right .form-contact-us form.form .content-result h1, .content-result section.page-products-new.section .page-right .form-contact-us form.form h1, section.page-products-new.section .page-right .form-contact-us form.form .content-result .blog-items-list .post-title, .content-result .blog-items-list section.page-products-new.section .page-right .form-contact-us form.form .post-title, section.page-products-new.section .page-right .form-contact-us form.form .blog-items-list .content-result .post-title, .blog-items-list .content-result section.page-products-new.section .page-right .form-contact-us form.form .post-title, section.page-products-new.section .page-right .form-contact-us form.form .product-item-price {
  margin: 0 0 40px;
  font-size: 26px;
  color: #000;
  font-weight: 600; }

section.page-products-new.section .page-right .form-contact-us form.form .form-field {
  margin-bottom: 25px; }

section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase; }

section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control input {
  height: 55px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #000; }

section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 16px;
  color: #000; }

section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control textarea::placeholder, section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control input::placeholder {
  color: #000;
  opacity: 1;
  font-size: 14px; }

section.page-products-new.section .page-right .form-contact-us input.button-contact-submit {
  font-size: 18px;
  color: #fff;
  background-color: #ed2e33;
  border-radius: 4px;
  height: 52px !important;
  border: 1px solid #ed2e33; }

body.Contact.Us section.page-products-new.section .page-right p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-align: left; }

body.Bikes.\&.Axle.Size.List section.page-products-new.section .page-right .form-contact-us {
  display: none; }

.contact-wrap-section .left-text-cstm-contact span a {
  color: #000; }

section.product-listing.section section.page-products-new.section {
  padding: 0; }

body.Contact.Us section.page-products-new.section .page-right > p {
  color: #000; }

section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-text-cstm-contact {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }

section.product-listing.section .contact-wrap-two-sction .contact-with-us-section {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px; }

.cstm_table-wrap table {
  width: 100%;
  white-space: nowrap; }

.cstm_table-wrap {
  width: 100%;
  overflow: scroll; }

.modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .first-icon-image-home, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .second-icon-image-home, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .third-icon-image-home {
  max-width: calc(100%/3 - 11px); }

.modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail {
  display: block !important; }

.modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section {
  justify-content: flex-start; }

.modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview {
  display: block; }

.modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .product-quantity-submit .add-to-cart {
  margin: 0px 30px 0px 0; }

.below-cart-images-home-quickview {
  display: none; }

.quick-view-below-thumbnail {
  display: none; }

.modal.modal-quick-shop .product-item-rating span.reviews-jumplink.total-reviews {
  margin-right: 20px; }

.modal.modal-quick-shop .product-item-rating {
  display: flex;
  align-items: center; }

.modal.modal-quick-shop .product-item-rating ul.tabs {
  margin: 0; }

.modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .product-quantity-submit .add-to-cart {
  margin: 0 21px 0 0;
  max-width: 150px;
  padding: 0;
  height: 50px;
  width: 100%; }

@media (max-width: 1649px) {
  .logo_img_new {
    position: absolute;
    top: 19px;
    left: 60px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    color: #538ec9;
    font-family: Montserrat, sans-serif !important;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 20px;
    color: #575858;
    font-weight: 800; }
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 300px); } }

@media (max-width: 1535px) {
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 250px); }
  .top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
    max-width: calc(100%/2 - 67px);
    width: 100%; } }

@media (max-width: 1365px) {
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 50px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 17px; }
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 150px); }
  .top-video .image-below-cstm-icon {
    grid-column-gap: 60px; }
  .top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
    max-width: calc(100%/2 - 50px);
    width: 100%; } }

@media (max-width: 1199px) {
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    margin: 0; }
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 70px);
    width: 100%;
    text-align: center; }
  .top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
    max-width: calc(100%/2 - 40px);
    width: 100%; }
  .top-video .image-below-cstm-icon {
    grid-column-gap: 20px; }
  .top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
    max-width: calc(100%/2 - 10px);
    width: 100%; }
  .product-details-column .icon-images-section .three-images-icons-section .first-icon-image-home, .product-details-column .icon-images-section .three-images-icons-section .second-icon-image-home {
    max-width: calc(100%/2 - 20px); }
  section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 95px);
    width: 100%; }
  section.products-featured.section .product_wrapper article.account-product-item, section.products-featured.section .product_wrapper article.product-grid-item, section.products-featured.section .product_wrapper article.account-product-item {
    margin: 0 !important;
    width: calc(100% / 4 - 15px) !important;
    max-width: calc(100% / 4 - 15px) !important; }
  section.page-products-new.section .product_wrapper article.product-grid-item, section.page-products-new.section .product_wrapper article.account-product-item {
    max-width: calc(100% / 4 - 15px) !important;
    width: calc(100% / 4 - 15px) !important; }
  section.product-listing.section .contact-wrap-two-sction .page-left {
    max-width: 50%;
    width: 100%; }
  section.product-listing.section .contact-wrap-two-sction .page-right {
    max-width: 50%;
    width: 100%; }
  section.product-listing.section .contact-wrap-two-sction {
    grid-column-gap: 30px;
    padding: 50px 30px; }
  section.product-listing.section .contact-wrap-two-sction .page-left h4, section.product-listing.section .contact-wrap-two-sction .page-left .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-left .search-input, section.product-listing.section .contact-wrap-two-sction .page-left .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-left h1, section.product-listing.section .contact-wrap-two-sction .page-left .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .product-item-price, section.product-listing.section .contact-wrap-two-sction .page-right h4, section.product-listing.section .contact-wrap-two-sction .page-right .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-right .search-input, section.product-listing.section .contact-wrap-two-sction .page-right .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-right h1, section.product-listing.section .contact-wrap-two-sction .page-right .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .product-item-price {
    margin: 0 0 30px;
    font-size: 20px; }
  .contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label span {
    font-size: 16px; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading {
    font-size: 17px; }
  .contact-wrap-section .left-text-cstm-contact span {
    font-size: 16px; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3 i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading i, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading i, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading i {
    font-size: 26px;
    max-width: 30px; }
  .contact-with-us-section .contact-wrap-section:last-child span:first-child {
    font-size: 16px; }
  section.product-listing.section .contact-wrap-two-sction .page-right h4, section.product-listing.section .contact-wrap-two-sction .page-right .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-right .search-input, section.product-listing.section .contact-wrap-two-sction .page-right .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-right h1, section.product-listing.section .contact-wrap-two-sction .page-right .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .product-item-price {
    margin-left: auto; }
  body.Contact.Us section.page-products-new.section .page-right p {
    font-size: 16px; }
  .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .first-icon-image-home img, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .second-icon-image-home img, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .third-icon-image-home img {
    height: 50px; }
  .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .first-icon-image-home p, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .second-icon-image-home p, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .third-icon-image-home p {
    font-size: 15px; }
  .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .first-icon-image-home span, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .second-icon-image-home span, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .third-icon-image-home span {
    font-size: 14px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .first-icon-image-home img, .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .second-icon-image-home img {
    height: 60px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .three-images-icons-section {
    margin: 0;
    padding-bottom: 10px; } }

@media (max-width: 1056px) {
  .footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
    text-align: center; } }

@media (max-width: 1023px) {
  .footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
    width: 100%;
    max-width: calc(100%/3 - 120px); }
  .footer-nav-wrap .three-images-icons-section {
    justify-content: flex-start; }
  section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 90px);
    width: 100%; }
  .three-images-icons-section {
    grid-column-gap: 50px; }
  section.page-products-new.section .page-right .form-contact-us form.form, section.product-listing.section .contact-wrap-two-sction .page-left {
    max-width: 100%;
    width: 100% !important; } }

@media (max-width: 991px) {
  .logo_img_new img {
    max-width: 50%; }
  .logo_img_new {
    position: absolute;
    top: 0;
    left: 60px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 23px;
    font-weight: 800;
    line-height: 40px;
    margin: 0; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    padding: 60px 30px 60px 30px; }
  .tool_description p {
    padding-bottom: 20px; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft iframe {
    max-width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%; }
  .home-page-new-section .home-page-cstm-new div#HomePageLeft .tubes-sec-new-cstm {
    max-width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    padding-left: 15px;
    background: #ebeced;
    margin-top: 20px; }
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 40px);
    width: 100%;
    text-align: center; }
  .footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
    width: 100%;
    max-width: calc(100%/3 - 80px); }
  .three-images-icons-section {
    margin-bottom: 30px; }
  section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 25px);
    width: 100%; }
  section.products-featured.section .product_wrapper article.account-product-item, section.products-featured.section .product_wrapper article.product-grid-item, section.products-featured.section .product_wrapper article.account-product-item {
    margin: 0 !important;
    width: calc(100% / 3 - 15px) !important;
    max-width: calc(100% / 3 - 15px) !important; }
  section.page-products-new.section .product_wrapper article.product-grid-item, section.page-products-new.section .product_wrapper article.account-product-item {
    max-width: calc(100% / 3 - 15px) !important;
    width: calc(100% / 3 - 15px) !important; }
  section.product-listing.section .contact-wrap-two-sction {
    flex-wrap: wrap;
    grid-row-gap: 40px; }
  section.product-listing.section .contact-wrap-two-sction .page-left {
    max-width: 100%;
    width: 100%;
    order: 2; }
  section.product-listing.section .contact-wrap-two-sction .page-right {
    max-width: 100%;
    width: 100%;
    order: 1; }
  .contact-wrap-two-sction .page-right .form-contact-us {
    background-color: transparent;
    max-width: 100%;
    margin-left: auto; }
  section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
    max-width: calc(100%/3 - 55px);
    width: 100%; }
  .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .first-icon-image-home, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .second-icon-image-home, .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section .third-icon-image-home {
    max-width: 100%; }
  .modal-wrapper .modal-quick-shop.modal .modal-content .product-details-column .quick-view-below-thumbnail .icon-images-section.single.product .three-images-icons-section {
    grid-row-gap: 25px; }
  .product-details .product-rating-block .product-item-rating .total-reviews + .tabs .tab-title a {
    padding: 10px 16px; }
  .modal.modal-quick-shop .product-item-rating ul.tabs {
    margin: 0;
    width: 100%;
    max-width: 145px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .product-quantity-submit .add-to-cart {
    margin: 0;
    max-width: 140px; }
  .product-quantity-submit .product-quantity-container .form-field.form-inline {
    margin-right: 0;
    margin-left: 14px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .first-icon-image-home p, .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .second-icon-image-home p {
    font-size: 15px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .below-cart-images-home-quickview .second-icon-image-home span {
    font-size: 14px; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start; } }

@media (max-width: 800px) {
  .home-page-new-section .home-page-cstm-new div#HomePageLeft iframe {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }
  section.products-featured.products-new.section article.product-grid-item:nth-last-child(2) .product-item-details, section.products-featured.products-new.section article.account-product-item:nth-last-child(2) .product-item-details, section.products-featured.products-new.section article.product-grid-item:last-child .product-item-details, section.products-featured.products-new.section article.account-product-item:last-child .product-item-details {
    padding: 0px; }
  section.products-featured.products-new.section article.product-grid-item:last-child, section.products-featured.products-new.section article.account-product-item:last-child {
    margin: 0; } }

@media (max-width: 767px) {
  .logo_img_new {
    position: absolute;
    top: 49px;
    left: 0; }
  .first_cstm_section_img.video {
    width: 100%; }
  .cstm_image_text {
    padding-left: 0; }
  .first_cstm_section_img.video {
    width: 100%;
    clip-path: unset; }
  .first_cstm_section_img {
    display: flex;
    flex-direction: column; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 18px;
    font-weight: 800;
    line-height: 31px;
    margin: 0; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px;
    top: 58px; }
  .second_video_cstm {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 42%;
    padding-top: 25px;
    height: 0; }
  .banners_four_cstm_new ul.slick-dots {
    transform: translateX(-50%) translateY(31px); }
  .logo_img_new img {
    display: none; }
  .first_image_cstm {
    position: absolute;
    z-index: 9;
    padding: 0 10px;
    top: 15px; }
  .cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
    font-size: 17px;
    font-weight: 800;
    line-height: 22px;
    margin: 0; }
  .cstm_image_text p {
    font-size: 13px;
    line-height: 20px; }
  .product-item-details {
    padding-bottom: 40px; }
  .slick-dots {
    position: absolute;
    top: 63.66667vw;
    left: 50%;
    transform: translateX(-50%) translateY(-34px);
    list-style: none;
    margin: 0 0 30px 0;
    line-height: 1;
    text-align: center; }
  .carousel-navigation-item {
    display: block !important; }
  .carousel-navigation-item .icon {
    height: 20px;
    width: 20px; }
  .three-images-icons-section .first-icon-image-home, .three-images-icons-section .second-icon-image-home, .three-images-icons-section .third-icon-image-home {
    max-width: 100%;
    width: 100%;
    text-align: center; }
  .three-images-icons-section {
    grid-column-gap: 0px;
    grid-row-gap: 30px; }
  .top-video .image-below-cstm-icon {
    grid-column-gap: 0;
    flex-wrap: wrap;
    grid-row-gap: 30px; }
  .top-video .image-below-cstm-icon .second-icon-image-home, .top-video .image-below-cstm-icon .third-icon-image-home {
    max-width: 100%;
    width: 100%; }
  .footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
    width: 100%;
    max-width: calc(100%/3 - 30px); }
  .footer-nav-wrap .three-images-icons-section {
    right: 13px; }
  .product-details-column .icon-images-section .three-images-icons-section .first-icon-image-home, .product-details-column .icon-images-section .three-images-icons-section .second-icon-image-home {
    max-width: 100%; }
  section.products-featured .three-images-icons-section .first-icon-image-home, section.products-featured .three-images-icons-section .second-icon-image-home, section.products-featured .three-images-icons-section .third-icon-image-home {
    max-width: 100%;
    width: 100%; }
  section.products-featured.section .product_wrapper article.account-product-item, section.products-featured.section .product_wrapper article.product-grid-item, section.products-featured.section .product_wrapper article.account-product-item {
    margin: 0 !important;
    width: calc(100% / 2 - 15px) !important;
    max-width: calc(100% / 2 - 15px) !important; }
  section.page-products-new.section .product_wrapper article.product-grid-item, section.page-products-new.section .product_wrapper article.account-product-item {
    max-width: calc(100% / 2 - 15px) !important;
    width: calc(100% / 2 - 15px) !important; }
  section.product-listing.section .contact-wrap-two-sction {
    padding: 30px 15px; }
  section.product-listing.section .contact-wrap-two-sction .page-left h4, section.product-listing.section .contact-wrap-two-sction .page-left .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-left .search-input, section.product-listing.section .contact-wrap-two-sction .page-left .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-left h1, section.product-listing.section .contact-wrap-two-sction .page-left .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-left .post-title, section.product-listing.section .contact-wrap-two-sction .page-left .product-item-price {
    font-size: 17px;
    margin-bottom: 20px; }
  section.product-listing.section .contact-wrap-two-sction .page-right h4, section.product-listing.section .contact-wrap-two-sction .page-right .search-wrap .search-input, .search-wrap section.product-listing.section .contact-wrap-two-sction .page-right .search-input, section.product-listing.section .contact-wrap-two-sction .page-right .content-result h1, .content-result section.product-listing.section .contact-wrap-two-sction .page-right h1, section.product-listing.section .contact-wrap-two-sction .page-right .content-result .blog-items-list .post-title, .content-result .blog-items-list section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .blog-items-list .content-result .post-title, .blog-items-list .content-result section.product-listing.section .contact-wrap-two-sction .page-right .post-title, section.product-listing.section .contact-wrap-two-sction .page-right .product-item-price {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 17px; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section {
    text-align: left; }
  .contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label input {
    height: 50px !important; }
  .contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label input::placeholder, .contact-wrap-two-sction .page-right .form-contact-us form .form-field label.form-label textarea::placeholder {
    font-size: 16px; }
  section.product-listing.section .page-left .three-images-icons-section {
    grid-column-gap: 100px;
    flex-flow: column;
    align-items: center; }
  section.product-listing.section .page-left .three-images-icons-section .first-icon-image-home, section.product-listing.section .page-left .three-images-icons-section .second-icon-image-home {
    max-width: 100%; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section:nth-child(2) .left-text-cstm-contact span {
    display: block;
    text-align: left; }
  .contact-with-us-section .contact-wrap-section:nth-last-child(2) span:first-child {
    font-size: 14px; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading {
    font-size: 15px; }
  section.page-products-new.section .page-right .form-contact-us form.form h4, section.page-products-new.section .page-right .form-contact-us form.form .search-wrap .search-input, .search-wrap section.page-products-new.section .page-right .form-contact-us form.form .search-input, section.page-products-new.section .page-right .form-contact-us form.form .content-result h1, .content-result section.page-products-new.section .page-right .form-contact-us form.form h1, section.page-products-new.section .page-right .form-contact-us form.form .content-result .blog-items-list .post-title, .content-result .blog-items-list section.page-products-new.section .page-right .form-contact-us form.form .post-title, section.page-products-new.section .page-right .form-contact-us form.form .blog-items-list .content-result .post-title, .blog-items-list .content-result section.page-products-new.section .page-right .form-contact-us form.form .post-title, section.page-products-new.section .page-right .form-contact-us form.form .product-item-price {
    margin: 0 0 20px;
    font-size: 20px; }
  section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-title {
    font-size: 15px; }
  section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control textarea::placeholder, section.page-products-new.section .page-right .form-contact-us form.form .form-field span.form-field-control input::placeholder {
    font-size: 15px; }
  .contact-wrap-section .left-text-cstm-contact span {
    font-size: 14px; }
  section.page-products-new.section .page-right .form-contact-us {
    padding: 30px 15px !important; }
  body.Contact.Us section.page-products-new.section .page-right p {
    font-size: 17px; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section {
    max-width: 100%;
    width: 100% !important; }
  .modal.modal-quick-shop .product-item-rating ul.tabs {
    margin: 0 0 0 6px;
    width: 100%;
    max-width: 115px; }
  .modal.modal-quick-shop .product-item-rating span.reviews-jumplink.total-reviews {
    margin-right: 0px; }
  .modal-wrapper.visible .modal-quick-shop.modal .modal-body section.product-details .product-quantity-submit .add-to-cart {
    margin: 0;
    max-width: 100px;
    font-size: 14px; }
  .product-quantity-submit .product-quantity-container {
    padding: 10px 0px; }
  .product-quantity-submit .product-quantity-container .wishlist-form {
    width: 100%;
    padding-bottom: 0;
    text-align: left; }
  .product-quantity-submit .product-quantity-container .wishlist-form a.button.add-to-wishlist, .product-quantity-submit .product-quantity-container .wishlist-form .blog a.add-to-wishlist.post-read-more, .blog .product-quantity-submit .product-quantity-container .wishlist-form a.add-to-wishlist.post-read-more {
    max-width: 300px;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .button-wide.add-to-cart, .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .blog .add-to-cart.post-read-more, .blog .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .add-to-cart.post-read-more {
    max-width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .button-wide.add-to-cart, .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .blog .add-to-cart.post-read-more, .blog .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .add-to-cart.post-read-more {
    max-width: 140px;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .wishlist-form {
    width: auto;
    margin-left: 10px;
    margin-top: 0px; }
  section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs {
    margin: 0;
    padding-left: 5px; }
  .product-quantity-submit .product-quantity-container .wishlist-form .blog a.add-to-wishlist.post-read-more, .product-quantity-submit .product-quantity-container .wishlist-form a.button.add-to-wishlist, .product-quantity-submit .product-quantity-container .wishlist-form .blog a.add-to-wishlist.post-read-more, .blog .product-quantity-submit .product-quantity-container .wishlist-form a.add-to-wishlist.post-read-more {
    max-width: 300px;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .button-wide.add-to-cart, .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .blog .add-to-cart.post-read-more, .blog .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .add-to-cart.post-read-more {
    max-width: 110px;
    width: 100%;
    font-size: 15px; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container {
    justify-content: center; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .wishlist-form {
    max-width: 200px;
    width: 100%; }
  .product-details .product-details-column:nth-child(3) .add-to-cart-form .product-quantity-container .form-field.form-inline {
    margin-right: 10px;
    margin-bottom: 10px !important; }
  section.product-details .product-details-column:nth-child(3) .product-item-rating {
    justify-content: center; }
  section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs {
    margin: 0;
    padding-left: 16px; }
  .product-quantity-submit .product-quantity-container .form-field.form-inline input {
    height: 50px; } }

@media (max-width: 515px) {
  section.product-details .product-details-column:nth-child(3) .product-item-rating {
    flex-wrap: wrap;
    grid-row-gap: 8px; }
  section.product-details .product-details-column:nth-child(3) .product-item-rating ul.tabs {
    max-width: 100%;
    width: 100%; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section h3, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .section-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .listing-title, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .login-modal .account-sub-heading, .login-modal section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .account-sub-heading, section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section .left-first-section .auth-sub-heading {
    justify-content: flex-start; }
  .banners_four_cstm_new ul.slick-dots {
    transform: translateX(-50%) translateY(20px); }
  .footer-nav-wrap .three-images-icons-section .first-icon-image-home, .footer-nav-wrap .three-images-icons-section .second-icon-image-home, .footer-nav-wrap .three-images-icons-section .third-icon-image-home {
    width: 100%;
    max-width: calc(100%/3 - 10px); }
  section.products-featured.section .product_wrapper article.account-product-item, section.products-featured.section .product_wrapper article.product-grid-item, section.products-featured.section .product_wrapper article.account-product-item {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  section.page-products-new.section .product_wrapper article.product-grid-item, section.page-products-new.section .product_wrapper article.account-product-item {
    max-width: 100% !important;
    width: 100% !important; }
  .contact-wrap-section .left-first-section, .contact-wrap-section .left-text-cstm-contact {
    max-width: 100%;
    width: 100%;
    text-align: left; }
  section.product-listing.section .contact-wrap-two-sction .page-left .contact-with-us-section .contact-wrap-section {
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-row-gap: 5px; } }

@media (max-width: 480px) {
  button.slick-next.slick-arrow:before,
  button.slick-prev.slick-arrow:before {
    font-size: 24px;
    color: #fff; } }

.banner_home_page_cstm_slider {
  background: url(https://cdn11.bigcommerce.com/s-zlony/images/stencil/original/image-manager/banner-3-.jpg?t=1684322369&_gl=1*1352u7g*_ga*Mzc5OTIxNjUuMTY3MTE2OTI5MA..*_ga_WS2VZYPC6G*MTY4NDMyNjgwOS4xMS4xLjE2ODQzMjY4MjkuNDAuMC4w);
  background-size: cover; }

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

.cstm_image_text .giftcard-header, .cstm_image_text h2, .cstm_image_text .giftcard-header {
  font-family: Anton,sans-serif !important;
  font-size: 64px;
  line-height: 110px; }

.cstm_image_text p {
  font-family: 'Anton', sans-serif !important;
  font-size: 35px;
  font-weight: 400; }

.modal_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 0;
  width: 800px;
  z-index: 999;
  display: none; }

.modal_popup.active {
  display: block; }

.modal_popup::before {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 50%;
  width: 100vw;
  height: 100vh;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.modal_popup .close {
  z-index: 3;
  position: absolute;
  right: -10px;
  width: 40px;
  height: 40px;
  top: -10px;
  font-family: 'Open Sans',sans-serif !important;
  font-weight: bold;
  text-shadow: none;
  color: #000;
  font-size: 19px; }

.modal_popup iframe {
  width: 100%;
  height: 445px;
  line-height: 1;
  display: block; }

@media only screen and (max-width: 1199px) {
  .modal_popup {
    width: 500px; }
  .modal_popup iframe {
    height: 275px; } }

@media only screen and (max-width: 767px) {
  .modal_popup {
    width: 300px; }
  .modal_popup iframe {
    height: 170px; } }

.product-description p strong {
  font-weight: 700; }

.adjust-space {
  max-width: 1024px;
  margin: auto; }

@media only screen and (max-width: 567px) {
  .top-video .image-below-cstm-icon {
    grid-column-gap: 50px; }
  section.products-featured.products-new.section .container, section.products-featured.products-new.section .product-tabs {
    margin-top: 60px; } }

.Size.List .form-contact-us {
  display: block !important; }

body.Size.List .contact-wrap-two-sction .page-left {
  display: none; }

.Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us {
  max-width: 100%; }

.Bikes.\&.Axle.Size.List .form-contact-us {
  border: 0; }

.Bikes.\&.Axle.Size.List .contact-wrap-two-sction label.form-label span.form-field-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #6b6e79; }

.Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us span.form-field-control textarea::placeholder, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us span.form-field-control input::placeholder {
  color: #b6bac2 !important;
  font-size: 15px; }

.Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us h4, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .search-wrap .search-input, .search-wrap .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .search-input, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .content-result h1, .content-result .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us h1, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .content-result .blog-items-list .post-title, .content-result .blog-items-list .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .post-title, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .blog-items-list .content-result .post-title, .blog-items-list .content-result .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .post-title, .Bikes.\&.Axle.Size.List .contact-wrap-two-sction form#form-contact-us .product-item-price {
  display: none; }

.contact-wrap-section:nth-child(3) .left-text-cstm-contact span:last-child {
  padding-left: 7px; }

.main-nav-bar .navigation > ul > li > a {
  padding: 1rem .75rem; }

@media (max-width: 1365px) {
  .main-nav-bar .navigation > ul > li > a {
    padding: 10px 9px !important; } }

@media (max-width: 1279px) {
  .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
    margin-right: 0; } }

@media (max-width: 1199px) {
  .main-nav-bar .navigation {
    margin-left: 0;
    padding-left: 0;
    width: 73%; }
  .main-nav-bar .navigation > ul > li > a {
    padding: 10px 7px !important; } }

@media (max-width: 991px) {
  .main-nav-bar .navigation {
    width: 90%; }
  .main-nav-bar .navigation > ul > li > a {
    font-size: 12px; } }

@media screen and (max-width: 1365px) and (min-width: 1285px) {
  .wishlist-form {
    padding: 0px 0; } }

@media (max-width: 576px) {
  .modal.modal-quick-shop {
    padding: 0; } }

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 20px; }

.testimonial-videos-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  margin-top: 40px; }

.testimonial-cta-container {
  margin-top: 60px;
  margin-bottom: 20px; }

.testimonial-videos-container {
  text-align: center;
  align-items: center;
  gap: 30px; }

.testimonial-videos-container p {
  text-align: center; }

.testimonial-videos-container p {
  text-align: center; }

.testimonial-videos .name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: inline-block; }

.testimonial-videos .star {
  color: #ed2e33;
  font-size: 20px; }

.testimonial-videos {
  box-shadow: 12px 8px 15px 0 rgba(50, 50, 93, 0.11);
  background-color: #eff1f5;
  padding: 40px !important;
  border-radius: 3px; }

.testimonial-videos .check-icon {
  width: 20px;
  height: 20px;
  background-color: #ed2e33;
  color: #fff;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
  display: inline-block; }

img.__mce_add_custom__ {
  margin-bottom: unset; }

.testimonial-card {
  background-color: #eff1f5;
  padding: 40px !important;
  border-radius: 3px;
  box-shadow: 12px 8px 15px 0 rgba(50, 50, 93, 0.11); }

.testimonial-card .name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: inline-block; }

/*.designation {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}*/
.testimonial-card .rating {
  margin: 10px 0;
  margin-bottom: 20px; }

.testimonial-card .star {
  color: #ed2e33;
  font-size: 20px; }

.testimonial-card .review-text {
  font-size: 16px; }

/* Your existing styles */
/* Add the following styles for the check-icon */
.testimonial-card .check-icon {
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
  display: inline-block; }

/* Use this style if you want the check-icon to be a circle */
.testimonial-card .check-icon {
  width: 20px;
  height: 20px;
  background-color: #ed2e33;
  /* Choose any color you like */
  color: #ffffff;
  border-radius: 50%;
  line-height: 22px; }

/* Media Queries */
/* For screens with a width of 767px and below */
@media (max-width: 767px) {
  .testimonial-videos-container {
    grid-template-columns: repeat(1, 1fr); } }

/* For screens with a width of 768px and above */
@media (min-width: 768px) {
  .testimonial-container {
    grid-template-columns: repeat(2, 1fr); } }

/* For screens with a width of 1024px and above */
@media (min-width: 1024px) {
  .testimonial-container {
    grid-template-columns: repeat(2, 1fr); } }

/* For screens with a width of 1366px and above */
@media (min-width: 1366px) {
  .testimonial-container {
    grid-template-columns: repeat(3, 1fr); } }

/* For screens with a width of 1920px and above */
@media (min-width: 1920px) {
  .testimonial-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; } }

.tool-page-section .product_wrapper {
  display: none !important; }

.tool-page-section .products-featured .section-title {
  display: none; }

.product-rating-block a {
  cursor: pointer !important; }

#modelMakeName {
  background-image: url("https://cdn11.bigcommerce.com/s-zlony/images/stencil/original/image-manager/search-icon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #3a6cc5;
  margin-bottom: 15px; }

#bajaAxleSizeTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  margin-top: 0; }

#bajaAxleSizeTable th {
  background-color: #3a6cc5;
  color: #ffffff; }

#bajaAxleSizeTable th, #bajaAxleSizeTable td {
  text-align: left;
  padding: 12px; }

#bajaAxleSizeTable tr {
  border-bottom: 1px solid #ddd; }

#bajaAxleSizeTable tr.header, #bajaAxleSizeTable tr:hover {
  background-color: #f1f1f1; }

.faq-content-area .question h5, .faq-content-area .question .bulk-pricing-block .product-details-heading, .bulk-pricing-block .faq-content-area .question .product-details-heading, .faq-content-area .question .review-item-title, .faq-content-area .question .cart-table-header .cell, .cart-table-header .faq-content-area .question .cell, .faq-content-area .question .cart-item-info .product-name, .cart-item-info .faq-content-area .question .product-name {
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 600;
  margin: 0 auto; }

.faq-content-area .answer p {
  padding: 20px 0;
  margin: 0; }

.Terms.\&.Conditions .section_tool_cstm .cms-page .page-left {
  display: none; }

body.Policies p {
  font-size: 17px; }

.Policies .section_tool_cstm .cms-page .page-left {
  display: none; }

.Policies .page-right .text-primary .text-success {
  font-size: 24px;
  font-weight: 700;
  color: #2e3036; }

.Policies .page-right .text-primary .text-success img {
  margin-bottom: 20px; }

@media only screen and (max-width: 1199px) {
  .Policies .page-right .text-primary .text-success {
    font-size: 22px; } }

@media only screen and (max-width: 767px) {
  .Policies .page-right .text-primary .text-success {
    font-size: 20px; } }

@media (max-width: 1023px) {
  .footer-nav-wrap .footer-col.footer-nav {
    width: calc(100%/3 - 20px); }
  .video-section .videos-section-youtube iframe {
    min-height: 450px; } }

@media (max-width: 767px) {
  .footer-nav-wrap .footer-col.footer-nav {
    width: 100%; }
  .video-section .videos-section-youtube {
    padding: 30px 0px 0px;
    text-align: center; }
  .video-section .videos-section-youtube iframe {
    min-height: auto; } }

.first-icon-image-home {
  display: none; }

.footer-nav-wrap .footer-col.footer-info.footer-nav {
  display: none; }

.footer-nav-wrap .footer-col.footer-nav {
  width: 22%; }

.video-section .videos-section-youtube {
  padding: 50px 0px 20px;
  text-align: center; }

.video-section .videos-section-youtube iframe {
  max-width: 1200px;
  width: 100%;
  min-height: 600px; }

.videos-section-youtube {
  text-align: center;
  padding: 50px 0px; }
