/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .blog-items-list .post-title {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address, .button-group, .form-field-date, .banners, .listing-header, .product-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-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-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-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-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-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-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-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after, .giftcard-form-theme .form-field:after {
    clear: both; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

a {
  text-decoration: none; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h4,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
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,
.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 {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

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

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

.form-label {
  display: block; }

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

.form-input, .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; }

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

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

th {
  font-weight: bold; }

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

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

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

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

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

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

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

ul.tabs {
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal; }
  ul.tabs .active {
    font-weight: bold; }
  ul.tabs li {
    display: inline-block; }

.tabs-content > * {
  display: none; }
  .tabs-content > *.active {
    display: block; }

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

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

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

/*----------  Layout  ----------*/
/* rosswog commented out - need to find out why media query wont work 
@mixin media($max: false, $min: false) {
  @if $max {
    @if $min {
      @media screen and (max-width: $max - 1) and (min-width: $min) { @content; }
    } @else {
      @media screen and (max-width: $max - 1) { @content; }
    }
  } @else {
    @media screen and (min-width: $min) { @content; }
  }
}
*/
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
/*---------- Images ----------*/
/*----------  Text treatments  ----------*/
.compare-table-heading {
  color: #6b6e79;
  font-size: 15px;
  line-height: 1.666; }

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

.page-header {
  text-align: center; }

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

.link, .variation-preview-label, .blog-latest-posts .post-read-more, .giftcard-nav-item {
  font-weight: 700;
  text-decoration: none; }
  .link:hover, .variation-preview-label:hover, .blog-latest-posts .post-read-more:hover, .giftcard-nav-item:hover {
    text-decoration: none;
    color: #c22a1e; }

/*----------  Layout  ----------*/
.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; }
  @media screen and (min-width: 640px) {
    .review-form, .form-contact-us {
      padding: 50px; } }
  .review-form:after, .form-contact-us:after {
    content: " ";
    display: block;
    clear: both; }

/*----------  Utils  ----------*/
.customer-utils .button-wishlist:after, .logo-align-center .customer-utils .button-wishlist:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 18px;
  vertical-align: top;
  content: '';
  pointer-events: none;
  background-color: #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; }

.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, .selected-facet a:after, .account-wrapper .form-field-email .form-field-control:after, .account-wrapper .form-field-password .form-field-control:after, .login-modal .account-create-facts li:before, .account-create-facts li:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

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

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

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

.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;
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

.account-item-title {
  margin-top: 3px;
  font-size: 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-actions {
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 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%; }
  @media screen and (max-width: 620px) {
    .account-receipt-totals {
      width: 100%;
      margin-left: 0; } }

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

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-top: 1px solid #e6e9ef; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

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

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

.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.billing-heading {
  margin: 0; }

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

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

.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

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

.account-create {
  background: #f5f5f5; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

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

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 15px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

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

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

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

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

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 7.5px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 7.5px; } }

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

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

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

.giftcard-nav {
  padding: 0;
  margin-bottom: 1vw;
  text-align: center; }

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

.giftcard-heading-container {
  margin-bottom: 0;
  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; }

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

.unavailable-container-inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle; }

.unavailable-logo {
  margin-top: 0; }

.unavailable-heading {
  font-size: 1.5em; }

.unavailable-message {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875em; }

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

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

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

.dropdown {
  position: relative; }

.dropdown-panel {
  position: absolute;
  top: 200%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 10rem;
  font-size: .875rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2); }
  .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;
  vertical-align: middle;
  transition: transform 0.3s ease; }
  .dropdown-open .icon-arrow-down {
    transform: rotate(-180deg); }
  .nav-mobile-panel-parent .nav-mobile-item-parent .icon-arrow-down {
    margin-top: -0.1rem; }

.tier-toggle {
  padding: 0.3125rem 0 !important;
  background: transparent; }

.tier-open > a {
  color: white; }

.tier-panel {
  position: static;
  display: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
  overflow: hidden;
  background: transparent; }
  .tier-panel.tier-open {
    display: block; }
  .tier-panel.animating, .tier-panel.visible {
    display: block; }
  .tier-panel.animating-in, .tier-panel.animating-out {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .tier-panel.visible {
    opacity: 1; }
  .tier-panel a {
    white-space: nowrap; }
    .main-dropdown .tier-panel a {
      line-height: 30px; }

.modal-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 {
  position: absolute;
  top: 19px;
  right: 20px;
  color: white;
  background: none; }
  .visible .button-modal-close {
    position: fixed; }
  .button-modal-close:hover {
    color: #b6bac2; }
  .button-modal-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: #b6bac2;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tabs {
  background-color: #ffffff;
  text-align: center;
  padding: 0rem;
  margin: 0;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 0 0 4px 0; }

/* TABS PROJECT 2025 */
.product-tabs {
  margin: 1rem 0 0 0; }
  @media screen and (min-width: 640px) {
    .product-tabs {
      margin: 0 0 0 0; } }

ul.tabs {
  margin: 0 auto .5rem auto;
  padding: 0;
  text-align: center;
  display: block; }
  @media screen and (min-width: 640px) {
    ul.tabs {
      margin: 1rem auto; } }

.tabs li {
  padding: 0; }

.tabs li a {
  display: block;
  margin: 0;
  padding: .75rem;
  font-size: .75rem;
  font-weight: normal; }
  @media screen and (min-width: 640px) {
    .tabs li a {
      margin: 0;
      padding: 1rem;
      font-size: 1rem; } }

.tab-title {
  padding: 0; }
  .tab-title.active, .product-tabs .accordion-title.is-open {
    margin: 0;
    color: #000000;
    background-color: #eeeeee; }
  .tab-title:not(:first-child) {
    margin-left: -1px; }
  .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 a {
    display: block;
    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; }

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

.mega-nav-variant-container {
  display: block;
  max-width: 100%;
  min-width: span(3 of 12);
  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: 24%;
  margin-right: 2%;
  border-right: 1px solid #1a1a1a;
  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: #b6bac2; }
    .mega-nav-root-list li:hover a {
      color: white;
      text-decoration: underline; }

.mega-nav-child-container {
  display: block;
  float: left;
  max-width: 75%;
  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;
  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: #c22a1e; }
  .mega-nav-child-list-back:hover svg path {
    fill: #c22a1e; }

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

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

/*----------  Carousel  ----------*/
.carousel {
  cursor: ew-resize;
  cursor: grab; }
  .js .carousel .carousel-item {
    opacity: 0; }
  .js .carousel.slick-initialized .carousel-item {
    opacity: 1; }
  .carousel .container {
    position: relative; }
    @media screen and (max-width: 639px) {
      .carousel .container {
        padding: 0; } }

@media screen and (max-width: 600px) {
  .carousel {
    display: none; } }

.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%);
  background-color: rgba(40, 42, 47, 0.8); }
  @media screen and (min-width: 640px) {
    .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;
    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: #b6bac2; }

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

.related-products-listing-grid .carousel-navigation-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 0;
  color: white;
  cursor: pointer;
  padding: 0 .33rem; }
  .related-products-listing-grid .carousel-navigation-item.previous {
    left: 0; }
  .related-products-listing-grid .carousel-navigation-item.next {
    right: 0; }
  .related-products-listing-grid .carousel-navigation-item .icon {
    height: 24px;
    width: 15px; }

.slick-dots {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  list-style: none;
  margin: 0;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .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 black;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer; }
    .slick-dots li:hover {
      background-color: #b6bac2;
      border-color: #b6bac2; }
  .slick-dots .slick-active {
    border-width: 0;
    background: black; }
  .slick-dots button {
    display: none; }

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

/* Links */
a {
  color: #000000; }
  a:hover {
    color: #666666; }

.main-content a {
  font-weight: 600; }

/* 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;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  display: block; }
  img:not([src]) {
    visibility: hidden; }

svg {
  fill: currentColor; }

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

ul {
  margin: 0;
  padding: 0; }

/* Buttons */
button {
  border: 0;
  padding: .5rem 1rem; }

.button, .blog .post-read-more {
  margin-top: 0rem;
  padding: .5rem 1rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 4px;
  border: .0625rem solid black;
  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: 3rem;
    padding-right: 3rem; }
  .button.button-small, .blog .button-small.post-read-more {
    padding: 0.25rem 0.5rem;
    font-size: 13px; }
  .button.button-short, .blog .button-short.post-read-more {
    padding: 0.75rem 1.5rem; }
  .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: #000000;
    background: #FFFFFF;
    box-shadow: 0 0 0 2px #000000 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: #FFFFFF;
      background-color: #000000; }
  .button.button-tertiary, .blog .button-tertiary.post-read-more {
    color: white;
    background: #282a2f; }
    .button.button-tertiary:hover, .blog .button-tertiary.post-read-more:hover {
      color: #282a2f;
      box-shadow: 0 0 0 2px #282a2f inset;
      background-color: transparent; }
  .button.button-coupon-codes, .blog .button-coupon-codes.post-read-more {
    color: #000000;
    background: #FFFFFF; }
    .button.button-coupon-codes:hover, .blog .button-coupon-codes.post-read-more:hover {
      color: #FFFFFF;
      background-color: #000000; }
  .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: 2rem;
  min-width: 2rem;
  padding: .33rem;
  color: #322f2b;
  text-align: center;
  background-color: transparent;
  border: .1rem solid #322f2b;
  transition: all 0.3s ease; }
  .button-group-item:hover {
    background-color: #b6bac2;
    border-color: #b6bac2;
    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; }

/*----------  Forms  ----------*/
.form-field {
  margin-bottom: 0; }

.shipping-calculator .form-field {
  margin-bottom: .5rem; }

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

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  color: #000000;
  font-size: .75rem;
  display: block;
  padding: .25rem .75rem;
  border: 0;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: .0625rem solid black; }
  .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: .5rem 2rem .5rem .5rem; }

#couponcode {
  padding: .5rem; }

.account-create-form .form-input, .account-create-form .navigation-mobile .search-input, .navigation-mobile .account-create-form .search-input, .account-create-form .review-form .product-item-rating, .review-form .account-create-form .product-item-rating {
  padding: .5rem; }

.input-radio {
  float: left;
  margin: .125rem .5rem 0 0; }

.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: .6rem;
    display: inline-block;
    width: 1.2rem;
    height: .8rem;
    margin-top: -.4rem;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%; }

.form-select {
  background-color: white;
  appearance: none; }
  .form-select::-ms-expand {
    display: none; }

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

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

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

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

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

th {
  color: #b6bac2; }

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

.alert a {
  font-weight: bold;
  color: #000000; }

.alert {
  position: relative;
  color: #000000;
  text-align: center;
  padding: 1rem;
  /* transition: opacity 0.9s $ease-out-quad; */ }
  .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 {
    display: block;
    padding-top: 1rem;
    cursor: pointer; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
  .alert a:not(.alert-dismiss) {
    color: #C22A1E;
    text-decoration: underline; }
    .alert a:not(.alert-dismiss):hover {
      text-decoration: none; }

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

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

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

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

.section-title {
  margin: 0 0 2.083em; }

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

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

.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 .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 .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 .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: 1rem 0;
  text-align: center; }

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

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

/*----------  Newsletter Signup  ----------*/
.newsletter-signup {
  background-color: #eff1f5; }
  .newsletter-signup .container {
    max-width: 616px; }
  .newsletter-signup .subscription-form {
    text-align: center; }
    @media screen and (min-width: 640px) {
      .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: 640px) {
      .newsletter-signup .form-field {
        display: inline-block;
        flex: 2;
        width: auto;
        margin: 0 30px 0 0; } }
  .newsletter-signup .form-input, .newsletter-signup .navigation-mobile .search-input, .navigation-mobile .newsletter-signup .search-input, .newsletter-signup .review-form .product-item-rating, .review-form .newsletter-signup .product-item-rating {
    width: 100%; }
  .newsletter-signup .form-inline-message {
    text-align: left; }
  .newsletter-signup .newsletter-summary {
    margin-top: 30px;
    text-align: center; }

/*----------  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: 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 .content-result h1,
  .content-result .banner h1,
  .banner .content-result .blog-items-list .post-title,
  .content-result .blog-items-list .banner .post-title,
  .banner .blog-items-list .content-result .post-title,
  .blog-items-list .content-result .banner .post-title,
  .banner h5,
  .banner .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 .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #6b6e79; }
  .banner:last-child {
    border-bottom: 0; }

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

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

.ratio-16-9:not(.carousel) {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

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

.ratio-1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.ratio-3-1:not(.carousel) {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%; }

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

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

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

.mini-cart {
  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: #b6bac2; }

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

.mini-cart-title {
  text-align: center;
  text-transform: none;
  margin: 0;
  padding: 2.5rem 0; }

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

.mini-cart-item, .compare-tab-item {
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item:not(:last-of-type):after, .compare-tab-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    content: ""; }
  .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 {
  position: relative;
  width: 75px; }
  .mini-cart-item-thumb.no-image {
    background-color: white; }

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

.mini-cart-item-title, .compare-tab-item-title {
  font-weight: bold; }

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

/*----------  Search Form  ----------*/
.search-form {
  position: relative; }
  .search-form .search-input {
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    padding: .5rem;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0; }
  .search-form .button-search-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .5rem;
    width: 1rem;
    line-height: 0;
    color: #b6bac2;
    background: none;
    padding: 0;
    margin: 0; }
  .search-form .form-inline-message {
    position: absolute;
    bottom: -3.125rem; }

/* no more full screen search
.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba($color-modal-background, 0.98);
  transform: translateY(-100%);
  transition: all 0.2s ease-out;

  &.search-open {
    top: 0;
    height: 100vh;
    opacity: 1;
    transform: translateY(0);
  }

  .icon {
    fill: #ffffff;
  }

  .button-search-close {
    @extend .button-modal-close;

    &:hover {
      color: $color-accent;
    }
  }

  .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 586px;
    padding-bottom: rem-calc(10);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid rgba(contrast($color-modal-background, 100%), 0.2);

    .search-input.form-input {
      box-shadow: none;
    }
  }

  .search-input {
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: contrast($color-modal-background, 100%);

    &::placeholder {
      color: contrast($color-modal-background, 100%);
      text-transform: none;
    }

    &:focus {
      outline: none;
    }
  }

  .button-search-submit {
    top: rem-calc(25);
    color: contrast($color-modal-background, 100%);
  }

  .form-field {
    margin: 0;
  }
}

*/
/*----------  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; }

.nav-mobile-open .site-canvas {
  transform: none; }

.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-toggle.has-promo {
  top: auto;
  bottom: 15px;
  transform: translateY(0); }

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

@media screen and (min-width: 640px) {
  .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;
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 1px;
    content: '';
    transition: transform 0.2s ease; }
  .button-mobile-nav-toggle .burger:before {
    transform: rotate(0deg) translate3d(0, -5px, 0); }
  .button-mobile-nav-toggle .burger:after {
    transform: translateY(3px); }

.button-mobile-nav-cart.has-promo {
  top: auto;
  bottom: 8%;
  transform: translateY(0); }

@media screen and (min-width: 640px) {
  .button-mobile-nav-cart {
    display: none; } }

.button-mobile-nav-cart a {
  display: block;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.navigation-mobile {
  position: fixed;
  z-index: 1000;
  top: 5.375rem;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  background-color: #ffffff;
  background-image: url("https://huntworthgear.com/content/bg-mega-nav-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 640px) {
    .navigation-mobile {
      display: none !important; } }
  .navigation-mobile svg {
    fill: black; }
  .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: 50%;
    transform: translate7(-50%);
    padding: 0;
    background: none; }
    .navigation-mobile .button-search-submit .icon-search {
      fill: #000000;
      width: 24px;
      height: 24px; }
  .navigation-mobile a {
    color: #4e443f;
    font-weight: 500;
    padding: 2rem 0; }
  .navigation-mobile .navigation {
    padding: 0 1rem;
    float: none;
    transition: transform 0.2s ease; }
    .navigation-mobile .navigation li,
    .navigation-mobile .navigation a {
      display: block; }
  .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-size: 1.6rem;
    border-width: 0 0 .1px 0;
    border-style: solid;
    border-color: #d7d7d6; }
  .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a {
    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); }

.navigation-mobile button {
  margin: 0;
  padding: 0; }

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

.navigation-mobile ul {
  margin: 0;
  padding: 0; }

.nav-mobile-panel {
  width: 100%;
  transition: transform 0.5s ease; }
  .nav-mobile-panel.is-active {
    position: relative;
    transform: translateX(0%); }
  .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 {
    font-size: 1rem !important;
    text-align: center; }

.mobile-nav-header-card {
  display: none;
  width: 33%;
  margin: 0px auto;
  background: #ffffff;
  color: #000000;
  padding: 1vw 2vw 1vw 2vw;
  border-radius: 1vw; }

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

/*----------  Category Banner  ----------*/
.category-banner .container {
  position: relative; }
  @media screen and (max-width: 639px) {
    .category-banner .container {
      background-color: transparent; } }

.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: left; }
  @media screen and (min-width: 640px) {
    .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: 639px) {
    .listing-header .listing-utils {
      display: none; } }

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

.listing-description {
  clear: left;
  padding: 1%; }

.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: 0; }
  .listing-utils .form-field {
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 639px) {
    .listing-utils .button-group {
      display: none; } }

/*----------  Listing Grid  ----------*/
.category-comparison .product-listing-grid {
  width: 100%;
  float: none;
  margin: 1rem 0; }
  @media all and (max-width: 640px) {
    .category-comparison .product-listing-grid {
      width: 100%; } }

.product-listing-grid {
  width: 75%;
  float: left;
  margin: 1rem 0;
  /*  .listing-wrapper {
    display: grid;

    @include media($max: $breakpoint-xs) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 1.5%;
    }

    @include media($min: $breakpoint-s) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    @include media($min: $breakpoint-m) {
      //grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    &.with-sidebar {
      @include media($min: $breakpoint-xs) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1%;
      }

      @include media($min: $breakpoint-m) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    &.list-view {
      display: block;
      //flex-direction: column;
    }
  }
*/ }
  @media all and (max-width: 640px) {
    .product-listing-grid {
      width: 100%; } }
  .js .product-listing-grid .listing-view {
    display: none; }
  .product-listing-grid .listing-view.active {
    display: block; }
  .product-listing-grid .product-list-item {
    display: block;
    float: none;
    width: 100%; }

.pagination {
  display: block;
  text-align: center;
  margin: 0 auto; }

.product-grid-item, .account-wishlist-items .account-product-item,
.account-recently-viewed .account-product-item {
  margin: 0 0rem 1.5rem 0rem;
  display: block;
  float: left;
  width: 25%; }

.related-products-listing-grid .product-grid-item, .related-products-listing-grid .account-wishlist-items .account-product-item, .account-wishlist-items .related-products-listing-grid .account-product-item,
.related-products-listing-grid .account-recently-viewed .account-product-item, .account-recently-viewed .related-products-listing-grid .account-product-item {
  margin: 0;
  display: block;
  float: left;
  width: 25%; }

@media all and (max-width: 640px) {
  .product-grid-item, .account-wishlist-items .account-product-item,
  .account-recently-viewed .account-product-item {
    width: 50%;
    margin: 0; } }

/*----------  Sidebar  ----------*/
.listing-sidebar {
  margin: 0 .5rem 0rem .5rem;
  padding: .5rem;
  border: 1px solid #e6e9ef; }
  @media screen and (min-width: 640px) {
    .listing-sidebar {
      padding-right: 30px;
      float: left;
      width: 25%;
      border: none;
      padding: 0 1rem 0 0;
      margin: 0; } }
  .listing-sidebar .listing-utils {
    display: none;
    float: none;
    padding: 1rem 0;
    border-top: 1px solid #e6e9ef; }
    @media screen and (min-width: 640px) {
      .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;
  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: 640px) {
    .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: 639px) {
  .faceted-search {
    display: none; } }

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

.facet-list {
  margin-top: 1rem; }

.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 .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;
  text-transform: none;
  cursor: pointer;
  padding-bottom: .5rem; }
  .facet-list-title::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 640px) {
    .facet-list-title::before {
      display: none; } }

.facet-list-toggle {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #b6bac2;
  width: 1rem;
  height: 1rem;
  position: relative;
  float: right;
  color: #b6bac2;
  cursor: pointer;
  font-size: 1rem; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #b6bac2;
    content: ""; }
  .facet-list-toggle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .125rem;
    height: 80%; }
    .is-open .facet-list-toggle::before {
      display: none; }
  .facet-list-toggle::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: .125rem; }

.facet-item,
.facet-toggle-more {
  margin-bottom: .5rem;
  font-weight: 300; }
  .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: #b6bac2; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23b6bac2' 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: ""; }

@media screen and (min-width: 640px) {
  .facet-price {
    display: table;
    width: 100%;
    display: none; }
    .facet-price.is-open {
      display: block; } }

@media screen and (min-width: 640px) {
  .facet-price .form-actions {
    display: table-cell; } }

@media screen and (min-width: 640px) {
  .facet-price .form-actions {
    display: block;
    margin-top: 6%; } }

.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: 639px) and (min-width: 640px) {
    .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; }

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

@media screen and (min-width: 640px) {
  .products-featured .product-grid-item, .products-featured .account-wishlist-items .account-product-item, .account-wishlist-items .products-featured .account-product-item,
  .products-featured .account-recently-viewed .account-product-item, .account-recently-viewed .products-featured .account-product-item,
  .products-related .product-grid-item,
  .products-related .account-wishlist-items .account-product-item,
  .account-wishlist-items .products-related .account-product-item,
  .products-related .account-recently-viewed .account-product-item,
  .account-recently-viewed .products-related .account-product-item {
    margin-bottom: 0; } }

.products-featured .product-item-thumbnail,
.products-related .product-item-thumbnail {
  margin-right: 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; }

.products-featured .tab-title,
.products-related .tab-title {
  flex-basis: 50%; }
  @media screen and (max-width: 639px) {
    .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-sku-rosswog {
  font-weight: 300; }

.category-comparison .product-grid-item, .category-comparison .account-wishlist-items .account-product-item, .account-wishlist-items .category-comparison .account-product-item,
.category-comparison .account-recently-viewed .account-product-item, .account-recently-viewed .category-comparison .account-product-item {
  text-align: center;
  padding: 0;
  width: 20%; }

.product-grid-item, .account-wishlist-items .account-product-item,
.account-recently-viewed .account-product-item {
  text-align: center;
  padding: .5rem; }

.product-item-details {
  height: 7rem; }

.related-products-listing-grid .product-item-details {
  height: 5rem; }

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

.product-list-item {
  clear: both;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0; }
  .product-list-item:not(:last-child) {
    border-bottom: 1px solid #e6e9ef; }
  @media screen and (min-width: 640px) {
    .product-list-item .product-item-thumbnail {
      width: 25%;
      display: block;
      float: left;
      margin: 0; }
      .product-list-item .product-item-thumbnail img {
        max-height: 176px; } }
  .product-list-item .product-item-details {
    padding: 0 30px;
    width: 75%;
    float: left; }
  .product-list-item .product-item-actions {
    text-align: center; }
  .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-item-title {
  margin: 0 0 .5rem 0;
  font-weight: normal;
  color: #2e3036;
  text-transform: none; }
  .product-item-title a {
    color: inherit; }

.product-item-thumbnail {
  position: relative;
  margin-bottom: 1.8125rem;
  background-color: white;
  border: 1px solid #e6e9ef;
  overflow: hidden; }
  .product-item-thumbnail a {
    display: block; }
  .product-item-thumbnail .item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .product-item-thumbnail:hover .product-item-thumbnail-image {
    transform: scale(1.1); }
  .product-item-thumbnail:hover .product-item-mask {
    opacity: 1; }
  .product-item-thumbnail:hover .product-item-actions {
    top: 50%; }

.product-item-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: 639px) {
    .product-item-mask {
      display: none; } }

.product-item-rating {
  margin-top: 0;
  margin-bottom: 20px;
  color: #b6bac2;
  display: block;
  clear: both; }
  .product-item-rating .rating-title {
    margin-right: 9px;
    vertical-align: middle; }
  .product-item-rating .icon-star {
    width: .5rem;
    height: .5rem;
    opacity: 0.5;
    vertical-align: middle; }
    .product-item-rating .icon-star.full {
      fill: #b6bac2; }
  .product-item-rating .full {
    color: #b6bac2; }
    .product-item-rating .full .icon-star {
      opacity: 1; }

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

.price-ns-label {
  color: #b6bac2; }

.price-ns {
  color: #b6bac2;
  text-decoration: line-through; }

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

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

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

.promo-grid-item {
  width: 24%;
  margin-right: 2%;
  padding-top: 15%;
  background-color: #ddd; }

.product-details {
  background-color: #eff1f5; }
  .modal .product-details {
    padding: 15px 0;
    background-color: transparent; }
  .product-details .breadcrumbs {
    display: block;
    line-height: 1;
    margin: 0 0 .5rem 0; }
  .product-details .breadcrumbs .is-active {
    display: none; }
  .product-details .breadcrumbs li.home {
    display: none; }
  .product-details .product-title {
    margin-bottom: 0; }
    @media screen and (min-width: 640px) {
      .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 .price-rrp {
    opacity: 0.5; }
    .product-details .price-rrp + .price {
      float: left;
      margin-right: 0.25em; }
  .product-details .product-rating-block {
    margin-top: 0.625rem; }

/****     Product image Carousel              *****/
.product-images-loader {
  padding: 3.125rem 0;
  text-align: center; }
  .product-images-loader.initialized {
    display: none; }

/* REMOVED BY MIKE ROSSWOG, TO DISABLE IMAGE ZOOMING
.product-slides-wrap {
  background-color: transparent;

  .js & { visibility: hidden; }

  &.slick-initialized { visibility: visible; }
}

.product-image {
  background-repeat: no-repeat;

  .no-touchevents & {
    &:hover img {
      opacity: 0 !important;
    }
  }

  &.no-zoom {
    background-position: 50% 50%;
    background-size: 100% auto;

    img {
      opacity: 0;
    }
  }

  img {
    display: block;
    width: 100%;
    transition: opacity 0.2s $ease-out-quad;
    background-color: #fff; //fallback for images with alpha channel
  }
}

*/
.product-images-pagination {
  overflow: hidden;
  margin: 1rem -0.375rem; }
  @media screen and (max-width: 639px) {
    .product-images-pagination {
      padding: 0 1.5rem; } }
  .product-images-pagination.pagination-has-arrows {
    padding: 0 1.5rem; }
  .product-images-pagination .pagination-item {
    margin: 0 auto;
    cursor: pointer; }
    .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:hover {
    opacity: 0.8; }

.slick-vertical .slick-slide {
  margin: 0 auto; }

.product-images-pagination-icon {
  position: relative;
  height: 1rem;
  width: 75%;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px; }
  @media screen and (min-width: 640px) {
    .product-images-pagination-icon {
      height: 1.5rem;
      width: 100%; } }
  .product-images-pagination-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .75rem;
    height: .75rem;
    fill: #DDDDDD; }
  .product-images-pagination-icon.slick-disabled {
    cursor: default; }

.product-details-column .showonmobile {
  padding: 0; }

.price-saved {
  color: #000000;
  font-size: .75rem;
  line-height: 1.75;
  display: block;
  float: left;
  margin: 0 .5rem 0 0; }

/****    END Product image Carousel              *****/
.total-reviews {
  margin-left: 0.35em; }

.product-description-last .product-description {
  padding-top: .25rem; }
  @media screen and (min-width: 640px) {
    .product-description-last .product-description {
      padding-top: 0; } }

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

.product-quantity-toggle-wrapper {
  margin: 0 0 0 .25rem;
  display: inline-block;
  line-height: .75rem;
  vertical-align: middle; }
  .product-quantity-toggle-wrapper .product-quantity-toggle {
    display: block;
    float: left;
    border: .05625rem solid #000000;
    color: #6B6E79;
    margin: 0 .5rem 0 0;
    padding: .125rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #b6bac2;
    background-color: white;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .product-quantity-toggle-wrapper .product-quantity-toggle svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .product-quantity-toggle-wrapper .product-quantity-toggle:hover {
      color: #b6bac2;
      border-color: #b6bac2; }
    .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;
    padding: .5rem;
    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 {
    display: block;
    width: .75rem;
    height: .75rem;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    pointer-events: none; }

.product-quantity-submit .product-quantity-container {
  border-bottom: 1px solid #e6e9ef; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-right: 1rem;
    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;
  vertical-align: top; }

.product-quantity-submit .share-title {
  margin-right: .5rem;
  margin-bottom: 0;
  font-size: .875rem; }

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

.wishlist-form {
  position: relative;
  display: inline-block;
  padding: 30px 0; }
  @media screen and (max-width: 639px) {
    .wishlist-form {
      width: 100%;
      text-align: right; } }

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

.product-message-area {
  clear: both; }

.variation-preview {
  display: block; }

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

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

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

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

.product-options-container {
  margin: 0; }
  @media screen and (min-width: 640px) {
    .product-options-container {
      margin: 0rem 3% 0 0; } }
  .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-left: 0; }
  .product-options-container .required .form-label-text:after {
    content: "*"; }

.option-unavailable {
  opacity: 0.5; }

.form-field-title {
  display: block;
  padding: 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; }

.form-field-rectangle .rectangle-text {
  display: block;
  text-align: center;
  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: 639px) {
    .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;
  padding: 15px 0;
  line-height: 1.4;
  vertical-align: middle; }

.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: 640px) {
    .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: 639px) {
  .product-tabs .tab-content-panel {
    padding: 0; } }

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

.product-warranty {
  /*
  @include media($min: $breakpoint-s) {
    @include span(5.5);
  }

  & + .product-details-blocks {
    @include media($min: $breakpoint-s) {
      @include span(5.5);
      @include last;
    }
  }

  .product-details-block {
    width: 100%;
  }
NEED TO SOLVE THIS SPAN LAYOUT*/ }

.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%; }
  .review-form .rating-name,
  .review-form .rating-email,
  .review-form .rating-number {
    /*
    @include media($min: $breakpoint-s) {
      @include span(5.75);
    }
    */ }
  .review-form .rating-email {
    /*
    @include media($min: $breakpoint-s) {
      @include last;
    }
    */ }
  .review-form .rating-subject {
    /*
    @include break;
    */ }
  .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; }

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

.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: 5.375rem; }
  @media screen and (min-width: 640px) {
    .site-canvas {
      padding-top: 5.45rem; } }

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 .5rem 0 .5rem; }
  @media screen and (min-width: 640px) {
    .container {
      padding: 0; } }

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

.site-header {
  font-family: "Roboto Condensed";
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #e6e9ef; }
  .site-header button {
    background: none; }
  .site-header .button-primary {
    background-color: #b6bac2; }

.top-bar {
  position: relative;
  z-index: 10;
  background-color: black;
  color: white; }
  .top-bar .icon {
    fill: currentColor; }
  .top-bar .data-cart-promos {
    padding: .25rem 0;
    font-size: .75rem; }
  .top-bar .container {
    display: table;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    vertical-align: middle; }
    @media screen and (max-width: 639px) {
      .top-bar .container {
        padding-left: 0;
        padding-right: 0; } }

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

.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: 639px) {
    .top-bar-left {
      display: none; } }

.top-bar-center {
  width: 100%; }
  .top-bar-center .site-branding {
    margin: 0;
    font-size: 24px;
    color: white;
    text-align: center;
    vertical-align: bottom; }
    .top-bar-center .site-branding .site-branding-logo {
      width: auto;
      padding: 20px 0;
      vertical-align: middle; }
    @media screen and (min-width: 640px) {
      .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: 640px) {
      .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: span(4); }
  .top-bar-right > * {
    white-space: normal; }
  @media screen and (max-width: 639px) {
    .top-bar-right {
      padding-right: 15px; } }

.currency-selector-flag img {
  width: auto; }

.no-currency-selector .customer-links:after {
  display: none; }

.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: black;
    padding: 2.5vw; }
  .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: #b6bac2; }

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

.promo-message {
  font-family: "Roboto Condensed";
  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: transparent; }
  @media screen and (max-width: 639px) {
    .promo-message {
      white-space: normal; } }
  .promo-message a {
    color: white;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #b6bac2;
      text-decoration: none; }
  @media screen and (max-width: 639px) {
    .top-bar-center .promo-message {
      display: none; } }
  @media screen and (min-width: 640px) {
    .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: 639px) {
    .customer-utils {
      display: none; } }
  .customer-utils .button-wishlist {
    margin-right: 2.375rem; }

.logo-align-center .customer-utils .button-wishlist:after {
  top: auto;
  bottom: 0; }

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

.nav-page .dropdown-panel {
  background-color: #ffffff; }
  .navigation-mobile .nav-page .dropdown-panel {
    white-space: normal; }
  .nav-page .dropdown-panel li:not(:last-child) {
    margin-bottom: 1rem;
    display: block; }
    .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; }

.multi-row .mega-nav.dropdown-open .dropdown-toggle {
  position: relative; }
  .multi-row .mega-nav.dropdown-open .dropdown-toggle::after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    content: ""; }

.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: 639px) {
    .search-button-wrap {
      width: span(1);
      color: black; } }
  .search-button-wrap .button-search-toggle {
    vertical-align: middle; }
    .search-button-wrap .button-search-toggle:hover {
      color: #b6bac2; }
    .search-button-wrap .button-search-toggle:focus {
      outline: none;
      color: #b6bac2; }

.breadcrumbs {
  text-align: center;
  font-size: .75rem; }
  .page-header .breadcrumbs,
  .product-listing .breadcrumbs {
    margin-top: 0; }

.breadcrumb {
  display: inline-block; }
  .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: 640px) {
    .product-listing-desktop-breadcrumbs {
      display: block; } }

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

.site-footer {
  clear: both;
  background-color: #383530;
  color: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 1rem 1.5rem 0rem;
  margin-top: 0rem; }
  @media screen and (min-width: 640px) {
    .site-footer {
      padding: 1.5rem 0 1.5rem 0; } }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    color: white;
    margin-top: 40px; }
  .site-footer .container {
    padding-top: 35px; }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .navigation ul ul {
    margin-left: 1em; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-info {
    padding-right: 5%; }
  .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%;
    padding-bottom: 14px;
    border-top: 1px solid rgba(230, 230, 230, 0.1);
    text-align: center; }

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

.button-top {
  position: fixed;
  right: .5rem;
  bottom: 0;
  z-index: 1000;
  width: 2rem;
  height: 2rem;
  color: white;
  opacity: 0;
  background-color: #c40001;
  border-radius: 2px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  @media screen and (min-width: 640px) {
    .button-top {
      right: 2rem; } }
  .button-top:hover {
    background-color: #6b6e79;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: .5rem;
    transform: translateY(0); }
    @media screen and (min-width: 640px) {
      .button-top.show {
        bottom: 1rem; } }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: .75rem;
    height: .5rem; }

.footer-payment-icons-list {
  margin-top: 30px; }
  .footer-payment-icons-list li {
    display: inline-block;
    width: 18%;
    margin: 0 auto; }
    .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; }

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

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

/*----------  Home Products  ----------*/
.products-new {
  background-color: #eff1f5; }
  .products-new .container {
    display: grid; }
    @media screen and (min-width: 640px) {
      .products-new .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2%;
        align-items: start; } }
    @media screen and (min-width: 640px) {
      .products-new .container {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .products-new .product-grid-item, .products-new .account-wishlist-items .account-product-item, .account-wishlist-items .products-new .account-product-item,
  .products-new .account-recently-viewed .account-product-item, .account-recently-viewed .products-new .account-product-item {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 640px) {
      .products-new .product-grid-item, .products-new .account-wishlist-items .account-product-item, .account-wishlist-items .products-new .account-product-item,
      .products-new .account-recently-viewed .account-product-item, .account-recently-viewed .products-new .account-product-item {
        margin-bottom: 1rem; } }

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

/*----------  Brand List  ----------*/
.brand-list {
  display: none;
  padding-bottom: 40px;
  background-color: black;
  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: 640px) {
      .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 .recent-posts {
    display: grid; }
    @media screen and (min-width: 640px) {
      .blog-latest-posts .recent-posts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2%;
        align-items: start; } }
  .blog-latest-posts .post {
    margin-bottom: 3rem; }
    @media screen and (min-width: 640px) {
      .blog-latest-posts .post {
        margin-bottom: 0; } }
  .blog-latest-posts .post-title {
    margin-bottom: 0; }
  .blog-latest-posts .post-read-more {
    display: inline-block;
    margin-top: 20px;
    color: #b6bac2; }

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

/*----------  Top-bar Tab  ----------*/
.compare-wrap {
  position: relative;
  display: none;
  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 {
  background: #ffffff;
  line-height: 2rem; }

.compare-items-count {
  position: relative;
  top: -.125rem;
  left: .25rem;
  font-size: .5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: black;
  text-align: center;
  background-color: #b6bac2;
  border-radius: 50%; }

.compare-tab {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 410px;
  height: auto;
  padding: 30px 0;
  overflow: scroll;
  text-align: center;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -15px);
  transition: all 0.3s ease; }
  @media screen and (min-width: 640px) {
    .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-thumb {
  width: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

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

.compare-tab-item-price {
  color: #b6bac2;
  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: 639px) {
    .compare-content {
      overflow-x: auto; } }

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

.compare-row {
  border-top-color: #e6e9ef; }
  .compare-row:first-child {
    border-color: transparent; }

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

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

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

.cart-item-edit-button {
  display: block; }

.remove-item-link {
  display: block; }

.cart .on-canvas {
  background: #EEEEEE; }

.cart .total {
  display: block; }

.paypal-button {
  background-color: #FFFFFF;
  background: #FFFFFF; }

.paypal-button-color-gold {
  background-color: #FFFFFF;
  background: #FFFFFF; }

.alert-cart-added {
  width: 50%; }
  .alert-cart-added .alert-dismiss-text {
    margin-top: 35px;
    display: inline-block; }
    .alert-cart-added .alert-dismiss-text:hover {
      color: #C22A1E; }
  .alert-cart-added .btn-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: #C22A1E; }
    .alert-cart-added .btn-close:hover {
      opacity: .8; }

@media all and (max-width: 767px) {
  .alert-cart-added {
    width: 90%; } }

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

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

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

.cart-empty {
  text-align: center;
  padding: 2rem 0 2rem 0; }

.cart-empty .button, .cart-empty .blog .post-read-more, .blog .cart-empty .post-read-more {
  margin: 1rem 0 0 0; }

.cart-content {
  margin: 1rem;
  padding: 1rem 1rem 0rem 1rem;
  background: #FFFFFF;
  font-size: .75rem;
  border: 1px solid #e0e0df; }
  @media screen and (min-width: 640px) {
    .cart-content {
      margin: .5rem 0 1rem 0; } }

.cart-table a {
  font-weight: normal; }

/*----------  Cart Table Header  ----------*/
.cart-table-header {
  font-size: .75rem;
  background: #FFFFFF;
  margin: 0;
  padding: 0 0 .5rem 0; }
  .cart-table-header .cell {
    color: #2e3036; }

.cart h1, .cart .blog-items-list .post-title, .blog-items-list .cart .post-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0; }

h1.cart-item-edit-product-title, .blog-items-list .cart-item-edit-product-title.post-title {
  margin: 0 0 1rem 0; }

.cart-options-modal .form-field-title {
  margin: 0 0 1rem 0; }

.qty-items-in-cart {
  margin: .5rem 0 0 0; }

.cart h2, .cart .giftcard-header {
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0 0; }

/*----------  Cart Table Items  ----------*/
.cart-item {
  padding: 1rem 0 0 0;
  margin: 0 0 1rem 0;
  border-top: 1px solid #e6e9ef; }

@media screen and (min-width: 640px) {
  .cart-item-info {
    display: block;
    float: left;
    width: 50%; } }

.cart-item-info .product-brand {
  font-weight: bold; }

.cart-item-info .product-name {
  margin-bottom: 0.35em;
  display: block; }

.huntworth-image-and-text {
  display: block;
  float: left;
  width: 50%; }
  @media screen and (min-width: 640px) {
    .huntworth-image-and-text {
      width: 50%; } }

.cart-item-image {
  display: block;
  float: left;
  width: 30%; }
  @media screen and (min-width: 640px) {
    .cart-item-image {
      width: 10%; } }

.cart-item-image img {
  margin: 0 0 .5rem 0; }
  @media screen and (min-width: 640px) {
    .cart-item-image img {
      margin: 0; } }

.cart-item-text {
  display: block;
  float: left;
  width: 70%;
  padding: 0 0 0 .5rem; }
  @media screen and (min-width: 640px) {
    .cart-item-text {
      width: 40%;
      padding: 0 1rem 0 1rem; } }

.huntworth-options-quantity-price {
  display: block;
  width: 100%;
  margin: .5rem 0 0 0;
  padding: .125rem .25rem;
  clear: both;
  float: none;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE; }
  @media screen and (min-width: 640px) {
    .huntworth-options-quantity-price {
      width: 50%;
      float: left;
      clear: none;
      margin: 0;
      padding: .25rem .5rem; } }

.cart-item-options {
  display: block;
  float: left;
  width: 30%;
  margin: 0; }
  @media screen and (min-width: 640px) {
    .cart-item-options {
      float: left;
      width: 30%; } }

.cart-item-quantity {
  display: block;
  float: left;
  width: 30%;
  padding: 0;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .cart-item-quantity {
      float: left;
      width: 30%;
      padding: 0; } }

.cart-item-price {
  display: block;
  float: left;
  text-align: right;
  width: 40%;
  margin: 0; }
  @media screen and (min-width: 640px) {
    .cart-item-price {
      width: 40%;
      margin: 0; } }

.huntworth-price-ea {
  display: block;
  padding: 0; }

.huntworth-price-total {
  display: block;
  margin: .3125rem 0 0 0; }

.huntworth-price-qty-1 {
  display: block;
  padding: 1.3125rem 0 0 0; }

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

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

.cart-label {
  margin: 0 0 .25rem 0;
  display: block; }

.product-option {
  display: inline-block;
  height: 1rem;
  margin: 0 0 .25rem 0;
  padding: 0 .25rem;
  border-width: .0625rem;
  border-style: solid;
  border-color: black;
  width: auto; }

.quantity-control {
  display: inline-block;
  margin: 0 0 .25rem 0; }
  .quantity-control .button-control-action {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    border-radius: 25%;
    background: #ffffff;
    color: #000000;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .quantity-control .button-control-action:hover {
      color: #b6bac2;
      border-color: #b6bac2; }
    .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;
    height: 1rem;
    width: 2rem;
    padding: 0;
    margin: 0;
    border-radius: 0;
    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: .5rem;
    height: .5rem;
    line-height: 0;
    pointer-events: none;
    fill: black; }

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

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

.cart-item-remove {
  position: absolute;
  top: 1.5625rem;
  right: 0; }
  @media screen and (min-width: 640px) {
    .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  ----------*/
.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  ----------*/
.cart-totals {
  font-size: .75rem;
  background: #FFFFFF;
  padding: 1rem 1rem 1rem;
  margin: .5rem 1rem 1rem 1rem;
  border: 1px solid #e0e0df;
  font-weight: normal; }
  @media screen and (min-width: 640px) {
    .cart-totals {
      margin: .5rem 1rem 3rem 1rem; } }

.cart-totals-item {
  padding: 0 0 .5rem 0;
  margin: 0 0 .5rem 0;
  border-bottom: 1px solid #e6e9ef; }
  .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;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .5rem; }

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

.cart-totals-link {
  color: gray;
  font-weight: normal;
  display: inline;
  margin: 0 0 0 .5rem; }

.cart-actions {
  padding-top: .5rem;
  text-align: center; }
  .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
    padding-right: 2rem;
    padding-left: 2rem;
    margin: 0 auto;
    text-align: center;
    background: #000000; }

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

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

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

.form-coupon {
  position: relative;
  padding: 0 0 .25rem 0; }

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

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

.shipping-quotes {
  clear: both; }

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

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

.account-wrapper {
  /*
  @extend %wrapper-padding;
  max-width: $max-width;
  padding-top: $section-padding;
  padding-bottom: $section-padding;
  */
  width: 75%;
  margin: 2rem auto; }
  .account-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .account-wrapper .form-field {
    padding-bottom: .5rem; }
  .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: 1rem;
      bottom: .5rem;
      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: auto;
    padding: 1rem .5rem;
    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: 640px) {
    .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: 639px) {
    .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: $modal-width-narrow; broken in theme*/
  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 {
  padding: 30px; }
  @media screen and (min-width: 640px) {
    .account-login,
    .account-create {
      padding: 2vw; } }

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

.auth-login-form .auth-button-alt {
  text-align: right;
  text-decoration: underline; }

.account-create-facts {
  padding-left: 0;
  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 {
  border: 0; }

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

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

/*----------  Products  ----------*/
.account-wishlist-items,
.account-recently-viewed {
  display: grid; }
  @media screen and (min-width: 640px) {
    .account-wishlist-items,
    .account-recently-viewed {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      column-gap: 2%;
      align-items: start; } }
  .account-wishlist-items .account-product-item,
  .account-recently-viewed .account-product-item {
    margin-bottom: 3rem; }

/*----------  Blog Index  ----------*/
.blog-items-list .post {
  max-width: 1280px;
  padding-bottom: 1rem;
  margin: 1rem 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: 640px) {
    .blog-items-list .share-buttons-nav {
      margin-top: 0;
      margin-left: 1.875rem; } }

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

.blog-post-index {
  margin: 2rem 0 0 0; }

.post-image-link {
  display: block;
  position: relative;
  text-align: center; }
  .post-image-link img {
    height: 12rem;
    width: 18rem;
    margin: 0 auto; }

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

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

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

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

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

/*----------  Blog Single  ----------*/
.blog-content {
  padding: 0 20px; }
  @media screen and (min-width: 640px) {
    .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: 1280px;
  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: 1rem; }

.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: #b6bac2; }
  .social-link .icon {
    width: 28px;
    height: 14px; }

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

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

.brand-item {
  display: inline-block;
  width: 50%;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom; }
  @media screen and (min-width: 640px) {
    .brand-item {
      width: span(25%); } }
  .brand-item a {
    position: relative;
    display: block;
    padding: 50% 0;
    color: inherit;
    border: 1px solid #e6e9ef;
    transition: all 0.6s ease-out; }
    .brand-item a:hover {
      background-color: #2e3036;
      color: white;
      transition: all 0.3s ease-out; }
    .brand-item a .brand-name {
      position: absolute;
      max-width: 75%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.brand-item-image-container {
  overflow: hidden; }
  .brand-item-image-container .brand-name {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color 0.6s ease-out; }
  .brand-item:hover .brand-item-image-container .brand-name {
    background-color: rgba(46, 48, 54, 0.75); }

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

.giftcertificates .main-content .container {
  display: grid; }
  @media screen and (min-width: 640px) {
    .giftcertificates .main-content .container {
      grid-template-columns: 1fr 3fr;
      column-gap: 2%;
      align-items: start; } }

@media screen and (min-width: 640px) {
  .giftcard-sidebar {
    padding-right: 30px; } }

.giftcard-content {
  /*padding-bottom: $section-padding */ }
  .giftcard-content .giftcard-subheading {
    margin: 1.5em 0; }

.giftcard-nav {
  margin-bottom: 1vw;
  text-align: left; }

.giftcard-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e6e9ef; }

.giftcard-nav-item {
  margin: 1vw 0;
  text-decoration: none;
  color: #b6bac2; }
  .giftcard-nav-item.is-active {
    color: #b6bac2; }

.giftcertificates .giftcard-body {
  padding: 1vw 2vw;
  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 {
  /*@include gallery(4);*/ }

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

@media screen and (min-width: 640px) {
  #giftcard-amount {
    width: calc(50% - 8px); } }

@media screen and (min-width: 640px) {
  .giftcard-form-help-message {
    float: left;
    position: relative;
    top: -55px;
    margin-left: calc(50% + 10px); } }

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

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

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

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

/*                                                                              
                                                                                                
                                                                                                
                                                                                                
       ###################################################################################      
       ################## ############################################# ##################      
       ################  ###############################################  ################      
       ##############(  #################################################   ##############      
       #############   ###################################################   #############      
       ############    ###################################################    ############      
       ############   #######################################/#############   *###########      
       ###########    #############  #######################/ #############    ###########      
       ###########    #############  #######################  #############    (##########      
       ##########     ############   #######################   ############     ##########      
       ##########     ###########    #######################(   .##########     ##########      
       ##########     #########     *(#####################(*     #########     ##########      
       ##########      #####           (#################*           ######     ##########      
       ###########     #,        ###############################         #     (##########      
       ###########            #####################################            ###########      
       ###########(         #################*##### #################          ###########      
       ############         ################  #####  ################         ############      
       #############        ###############   #####   ###############        #############      
       ##############        #############    #####    #############        ##############      
        ###############        ##########     #####     ##########        ###############       
         ################        #######      #####      #######        (###############        
          #################         #######   #####      #####        ################/         
           (#################          ############       #####     #################           
            .###################          #########       #####  ,##################            
              ####################           ######       (########################             
               ######################                      #######################              
                #######################/                   ######################               
                 #########################                 #####################                
                  ###########################              ####################                 
                   ####################  ######,           ###################                  
                    ###################    ######          ##################                   
                     ##################      #####(        #################                    
                      #################       #####        ################                     
                       ################       #####        ###############                      
                        ##############        #####        ##############                       
                         ############         #####         .###########                        
                          ###########         #####         .##########                         
                           ###########################################                          
                            #########################################                           
                                                                                                
                                                                                                
Mike Rosswog's Huntworth Stylesheet */
html {
  font-size: 1.2vw;
  line-height: 1.25;
  letter-spacing: -0.0125rem; }

@media all and (max-width: 639px) {
  html {
    font-size: 4.375vw; } }

@media all and (max-width: 428px) {
  html {
    font-size: 4.8vw; } }

#mc_embed_signup {
  margin: 0 1rem 0 0; }

.icon-arrow-down {
  width: .5rem;
  height: .375rem; }

body.page {
  color: #000000; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

.main-content {
  width: 100%;
  margin: 0 auto; }

p {
  margin: 0;
  padding: 1rem 0 0 0;
  text-align: left; }

ul {
  text-align: left; }

hr {
  display: block;
  clear: both;
  margin: 0;
  line-height: 0;
  width: 100% !important;
  height: 4rem !important;
  border: 0px;
  background-image: url("https://huntworthgear.com/content/hr.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FFFFFF !important;
  background-position: center; }

@media all and (max-width: 640px) {
  hr {
    height: 2rem !important; } }

@media all and (max-width: 640px) {
  .column-heat-boost hr {
    display: none; } }

.product-details-column hr {
  height: 1vw !important; }

@media all and (max-width: 640px) {
  .product-details-column hr {
    height: 5vw !important; } }

.cart hr {
  height: 2rem !important; }

img {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 0; }

img-inline {
  display: inline; }

.centered {
  display: block;
  margin: 0 auto !important;
  text-align: center !important; }

@media all and (max-width: 640px) {
  .centered-mobile {
    display: block;
    margin: 0 auto !important;
    text-align: center !important; } }

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

.align-right {
  text-align: right; }

.listing-description p {
  margin: 0px 32px 8px 32px; }

.page-content br {
  margin: 0px;
  padding: 0px;
  line-height: 0px; }

.product-carousel {
  margin-bottom: 0px !important; }

/*.section-title {
	margin: 0 0 0 1rem !important;
}
*/
ul.footer-payment-icons-list {
  margin-top: 0px !important; }

.show-credits .footer-payment-icons-list li {
  margin: 0px 2px !important; }

.section {
  padding: 0 !important; }

.site-footer .footer-logo-wrapper img {
  margin: 0px auto; }

@media screen and (min-width: 768px) {
  .product-details-column-1 {
    width: 33%;
    float: left;
    margin-right: 1%; } }

@media screen and (min-width: 768px) {
  .product-details-column-2 {
    width: 66%;
    float: left; } }

.size-chart {
  border-width: 0px;
  box-shadow: 0px 4px 4px #999999; }

.size-chart th {
  padding: 5px 10px;
  border-width: 0px;
  background-color: #CCCCCC;
  color: #FFFFFF; }

.size-chart td {
  padding: 5px 10px; }

.size-chart-link {
  background: #CC0000;
  padding: 2px 5px;
  border-radius: 3px; }

.size-chart-link:link {
  color: #FFFFFF; }

.size-chart-link:visited {
  color: #FFFFFF; }

.size-chart-link:hover {
  color: #CCCCCC; }

.size-chart-link:active {
  color: #FFFFFF; }

.product-description {
  padding-bottom: 0 !important; }

.product-stock {
  padding-bottom: 0 !important; }

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-rating-block {
  display: none; }

.product-details-column h3, .product-details-column .section-title, .product-details-column .listing-title, .product-details-column .login-modal .account-sub-heading, .login-modal .product-details-column .account-sub-heading, .product-details-column .auth-sub-heading {
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 1 !important; }

.share-block {
  margin-top: 0 !important; }

.product-quantity-submit .product-quantity-container {
  padding: 0 !important;
  border-bottom: 0 !important; }

.product-quantity-submit .add-to-cart {
  display: block;
  text-align: center; }

.wishlist-form {
  margin: 7px 0 0 0;
  padding: 0 !important; }

.review-item {
  padding-top: 15px !important;
  margin-bottom: 15px !important; }

.product-details-column ul {
  display: inline;
  margin: 0;
  padding: 0; }

.email-popup-r7 {
  opacity: 0;
  position: fixed;
  top: 23px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #000;
  color: #ccc;
  border: 1px solid red;
  padding: 12px;
  z-index: 1000000; }

.show {
  opacity: 1; }

.huntworth-banner {
  margin: 0px;
  padding: 0px;
  line-height: 0; }

.clear-both {
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0; }

a.rock-button {
  background-image: url("https://huntworthgear.com/content/camo/Huntworth-Rock-Button.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
  display: block;
  width: 192px;
  height: 64px;
  margin: 0px auto; }

a.wide-button {
  transition: background-color 0.25s linear;
  display: block;
  width: 100%;
  background-color: #FF0000;
  color: #000000 !important;
  text-align: center;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: black; }

@media all and (max-width: 640px) {
  a.wide-button {
    padding: 1rem 0; } }

a.wide-button:hover {
  transition: background-color 0.25s linear;
  background-color: #DD0000;
  text-decoration: none; }

.center-column-960 {
  width: 960px;
  margin: 0 auto;
  padding: 2rem 0 0 0; }

@media all and (max-width: 960px) {
  .center-column-960 {
    width: 93%;
    margin: 0 auto; } }

.camo-page-title {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 45px;
  color: #464238; }

/* MOBILE BANNER */
.link-mobile-home-banner {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  background-image: url("https://huntworthgear.com/content/Huntworth-Introducing-Tarnen-Concealment-2020-mobile.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .link-mobile-home-banner {
    display: block; } }

@media all and (min-width: 640px) {
  .link-mobile-home-banner {
    display: none; } }

.badge-mobile-home-banner {
  position: absolute;
  bottom: 4%;
  right: 50%;
  transform: translateX(50%);
  background: #000000;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC; }

/* END MOBILE BANNER */
/* /////////////////////////////// H O M E  P A G E ///////////////////////////////////// */
.center-column-90 {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%; }

@media all and (max-width: 640px) {
  .center-column-90 {
    width: 100%; } }

.center-column-75 {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1rem 0 1rem 0;
  width: 75%;
  /* 75% Column Width because 2560x1440 native resolution makes a 1920px column with 960 and 480 columns inside. */ }

@media all and (max-width: 640px) {
  .center-column-75 {
    width: 100%;
    padding: 0px; } }

@media all and (max-width: 640px) {
  .product .center-column-75 {
    width: 100%;
    padding: .5rem 0 0 0; } }

.center-column-75-system-builder {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
  width: 75%;
  /* 75% Column Width because 2560x1440 native resolution makes a 1920px column with 960 and 480 columns inside. */ }

@media all and (max-width: 640px) {
  .center-column-75-system-builder {
    width: 90%;
    padding: 0px; } }

/*
.center-column-75 a:link {
	color: #ffffff;
	text-decoration: none;

}

.center-column-75 a:visited {
	color: #ffffff;
}

.center-column-75 a:hover {
	color: #ff0000;
}

.center-column-75 a:active {
	color: #ffff;
}
*/
.center-column-66 {
  display: block;
  margin: 0 auto;
  width: 66.6%; }

@media all and (max-width: 640px) {
  .center-column-66 {
    width: 100%; } }

@media all and (max-width: 640px) {
  .home .center-column-66 {
    width: 100%;
    padding: 0 1rem; } }

.center-column-50 {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 50%; }

@media all and (max-width: 640px) {
  .center-column-50 {
    width: 100%; } }

.center-column-33 {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 33%; }

@media all and (max-width: 640px) {
  .center-column-33 {
    width: 100%; } }

.center-column-25 {
  display: block;
  margin: 0 auto;
  width: 20%; }

@media all and (max-width: 640px) {
  .center-column-25 {
    width: 100%;
    padding: 0 1rem; } }

.rosswog-paypal {
  padding: 1rem 0 0 0; }

.seo-content {
  margin: 0;
  padding: 2rem;
  text-align: left; }

@media all and (max-width: 640px) {
  .seo-content {
    padding: .25rem 1rem 1.5rem 1rem; } }

.seo-content p {
  text-align: left; }

.seo-content h2, .seo-content .giftcard-header {
  display: block;
  text-align: left;
  font-weight: 600;
  margin: 0;
  padding: 1rem 0 0 0; }

.black-button {
  display: inline-block;
  margin: 1rem auto;
  text-align: center;
  background: #000000;
  padding: .25rem .5rem;
  color: #FFFFFF;
  text-decoration: none; }

a:link.black-button {
  color: #FFFFFF; }

a:visited.black-button {
  color: #FFFFFF; }

a:hover.black-button {
  color: #CCCCCC; }

a:active.black-button {
  color: #FFFFFF; }

.white-button {
  display: inline-block;
  margin: 1rem 0;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  padding: .25rem .5rem;
  text-decoration: none; }

a:link.white-button {
  color: #000000; }

a:visited.white-button {
  color: #000000; }

a:hover.white-button {
  color: #CC0000; }

a:active.white-button {
  color: #000000; }

.red-button {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  background-color: #de1b21;
  padding: .5rem 1rem;
  text-decoration: none;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: #000000; }

@media all and (max-width: 640px) {
  .red-button {
    border-width: 0 0 3px 0; } }

a:link.red-button {
  color: #eeeeee; }

a:visited.red-button {
  color: #eeeeee; }

a:hover.red-button {
  color: #dddddc; }

a:active.red-button {
  color: #eeeeee; }

.section-1 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1.5rem .5% .5% .5%;
  background-image: url("https://huntworthgear.com/content/bg-section-1.jpg");
  background-position: top;
  background-repeat: repeat-x; }

.section-1 h1, .section-1 .blog-items-list .post-title, .blog-items-list .section-1 .post-title {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0 0 1rem 0; }

.section-1 p {
  padding: 0 0 1.5rem 0; }

.section-2 {
  position: relative;
  z-index: 2;
  background-color: #f1f1f1;
  margin: 0;
  padding: 1rem;
  box-shadow: #cac9c7 0px 0px 18px; }

@media all and (max-width: 640px) {
  .section-2 {
    padding: 0;
    background-color: #ffffff; } }

.section-3 {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: #999999 0px 0px 18px; }

@media all and (max-width: 640px) {
  .section-3 {
    padding: 0; } }

.section-5 {
  position: relative;
  z-index: 7;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: #999999 0px 0px 18px;
  padding: 1.5rem 0 0 0; }

.section-popular-categories {
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  margin: 0;
  padding: 1.5rem 0; }

.section-popular-categories h2, .section-popular-categories .giftcard-header {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem; }

.insta {
  z-index: 4;
  background: #ffffff; }

.insta-content {
  padding: 0 1rem 1rem 1rem; }

.insta p {
  text-align: center; }

.insta-content h3, .insta-content .section-title, .insta-content .listing-title, .insta-content .login-modal .account-sub-heading, .login-modal .insta-content .account-sub-heading, .insta-content .auth-sub-heading {
  margin: 0;
  padding: 1vw 0 2vw 0px;
  line-height: 1 !important;
  font-weight: 200; }

.column-10 {
  position: relative;
  float: left;
  display: block;
  width: 10%; }

@media all and (max-width: 640px) {
  .column-10 {
    float: none;
    width: 100%; } }

.column-125 {
  position: relative;
  float: left;
  width: 12.5%;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-125 {
    width: 100%; } }

.column-14 {
  position: relative;
  float: left;
  display: block;
  width: 14.285%;
  text-align: center; }

.column-14-last {
  position: relative;
  float: left;
  display: block;
  width: 14.285%;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-14 {
    float: left;
    width: 33.333%;
    padding-top: 1.5rem; } }

@media all and (max-width: 640px) {
  .column-14-last {
    float: none;
    clear: both;
    width: 33.333%;
    margin: 0 auto;
    text-align: center;
    padding-top: .5rem; } }

.column-15 {
  position: relative;
  float: left;
  display: block;
  width: 15%; }

@media all and (max-width: 640px) {
  .column-15 {
    float: none;
    width: 100%; } }

.column-16 {
  position: relative;
  float: left;
  display: block;
  width: 16.666%;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-16 {
    float: left;
    width: 33.333%; } }

.column-20 {
  position: relative;
  float: left;
  display: block;
  width: 20%; }

@media all and (max-width: 640px) {
  .column-20 {
    float: none;
    width: 100%; } }

.column-25 {
  position: relative;
  float: left;
  display: block;
  width: 25%; }

@media all and (max-width: 640px) {
  .column-25 {
    float: none;
    width: 100%; } }

@media all and (max-width: 640px) {
  .section-1 .column-25 {
    float: left;
    width: 50%; } }

.column-25-spacer {
  position: relative;
  float: left;
  display: block;
  width: 25%; }

@media all and (max-width: 640px) {
  .column-25-spacer {
    float: none;
    width: 100%;
    clear: both; } }

.column-25-system-builder {
  position: relative;
  float: left;
  display: block;
  width: 25%; }

@media all and (max-width: 640px) {
  .column-25-system-builder {
    width: 50%; } }

.column-30 {
  position: relative;
  float: left;
  display: block;
  width: 30%; }

@media all and (max-width: 640px) {
  .column-30 {
    float: none;
    width: 100%; } }

.section-1 .column-33 {
  position: relative;
  float: left;
  width: 33.333%; }

.column-33 {
  display: block;
  position: relative;
  float: left;
  width: 33.333%; }

@media all and (max-width: 640px) {
  .column-33 {
    float: none;
    width: 100%; } }

@media all and (max-width: 640px) {
  .column-system-builder .column-33 {
    float: left;
    width: 50%; } }

.column-45 {
  position: relative;
  float: left;
  display: block;
  width: 45%; }

@media all and (max-width: 640px) {
  .column-45 {
    float: none;
    width: 100%; } }

.column-50 {
  position: relative;
  display: block;
  float: left;
  width: 50%; }

@media all and (max-width: 640px) {
  .column-50 {
    width: 100%;
    float: none; } }

.column-50-top {
  position: relative;
  display: block;
  float: left;
  width: 50%; }

@media all and (max-width: 640px) {
  .column-50-top {
    width: 100%;
    float: none; } }

@media all and (max-width: 640px) {
  .dont-collapse .column-50 {
    width: 50%;
    float: left; } }

.column-50 .column-50 {
  float: left; }

@media all and (max-width: 640px) {
  .column-50 .column-50 {
    width: 50%;
    float: left; } }

.column-40 {
  display: block;
  position: relative;
  width: 40%;
  float: left; }

@media all and (max-width: 640px) {
  .column-40 {
    width: 100%;
    float: none; } }

.column-60 {
  display: block;
  position: relative;
  width: 60%;
  float: left; }

@media all and (max-width: 640px) {
  .column-60 {
    width: 100%;
    float: none; } }

@media all and (max-width: 640px) {
  .dont-collapse .column-40 {
    width: 40%;
    float: left; } }

@media all and (max-width: 640px) {
  .dont-collapse .column-60 {
    width: 60%;
    float: left; } }

.column-66 {
  display: block;
  position: relative;
  width: 66.666%;
  float: left; }

@media all and (max-width: 640px) {
  .column-66 {
    width: 100%;
    float: none; } }

@media all and (max-width: 640px) {
  .home .column-66 .column-33 {
    width: 33.333%;
    float: left; } }

.column-75 {
  display: block;
  position: relative;
  width: 75%;
  float: left; }

@media all and (max-width: 640px) {
  .column-75 {
    width: 100%;
    float: none; } }

.column-100 {
  position: relative;
  display: block;
  width: 100%; }

.fifty-fifty {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bottom {
  position: absolute;
  bottom: 0; }

.square {
  width: 100%;
  padding-bottom: 100%; }

.square-plus {
  padding-bottom: 133%; }

.one-and-a-half-x-one {
  padding-bottom: 66%; }

.two-x-one {
  padding-bottom: 50%; }

.ten-x-one {
  padding-bottom: 10%;
  background: #0000FF; }

.hero-image-disruption {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/disruption-2025.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .hero-image-disruption {
    background-image: url("https://huntworthgear.com/content/disruption-2025-mobile.jpg");
    background-size: contain; } }

.hero-image-tarnen {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/tarnen-2025.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .hero-image-tarnen {
    background-image: url("https://huntworthgear.com/content/tarnen-2025-mobile.jpg");
    background-size: contain; } }

.hero-image-vertek {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/vertek-2025.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .hero-image-vertek {
    background-image: url("https://huntworthgear.com/content/vertek-2025-mobile.jpg");
    background-size: contain; } }

.hero-image-hiddn {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/hiddn-2025.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .hero-image-hiddn {
    background-image: url("https://huntworthgear.com/content/hiddn-2025-mobile.jpg");
    background-size: contain; } }

.hero-image-link {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  background: #000000;
  padding: .25rem .5rem;
  white-space: nowrap;
  font-size: 1.2rem;
  box-shadow: 0px 0px 9px white; }

@media all and (max-width: 640px) {
  .hero-image-link {
    font-size: .75rem; } }

.hero-image-link a {
  color: #FFFFFF; }

.video-column-100 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 2vw 2vw 2vw; }

.air-20 {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%; }

.air-4x5 {
  position: absolute;
  top: 2%;
  left: 2.5%;
  width: 95%;
  height: 96%; }

@media all and (max-width: 640px) {
  .air-4x5 {
    top: 0.5%;
    left: 1%;
    width: 98%;
    height: 99%; } }

.air-women {
  position: absolute;
  top: 0%;
  left: 1.25%;
  width: 97.5%;
  height: 97%; }

@media all and (max-width: 640px) {
  .air-women {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%; } }

.air-10 {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%; }

.air-5 {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%; }

/*
@media all and (max-width:640px) {
    .air-5 {
		position: absolute;
		top: 2%;
		left: 2%;
		width: 96%;
		height: 96%;
    }
}
*/
.air-105 {
  position: absolute;
  top: 1.5%;
  left: .5%;
  width: 99%;
  height: 97%; }

@media all and (max-width: 640px) {
  .air-105 {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%; } }

/* 2023 HW MW LW ////////////////// */
.one-by-one-link-text {
  position: absolute;
  top: 3%;
  left: 5%;
  background: none;
  border: none;
  width: 55%;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  text-shadow: #000000 0px .1875rem 0px; }

.two-by-one-link-text {
  position: absolute;
  top: 5%;
  left: 3%;
  background: none;
  border: none;
  width: 33%;
  font-size: 1.4rem;
  line-height: 1;
  text-shadow: #000000 0px .1875rem 0px; }

.hml-link-text {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1; }

.hml-link-text-black {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: .5rem 1rem;
  box-shadow: 0px 0px 9px white;
  white-space: nowrap;
  text-align: center; }

@media all and (max-width: 640px) {
  .hml-link-text-black {
    font-size: .75rem;
    padding: .25rem .5rem; } }

.hml-link-text-white {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  padding: .5rem 1rem;
  box-shadow: 0px 5px 0px black;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  text-align: center; }

@media all and (max-width: 640px) {
  .hml-link-text-white {
    font-size: .75rem;
    padding: .25rem .5rem; } }

.link-heavyweight {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/heavyweight-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-midweight {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/midweight-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-lightweight {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/lightweight-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-heat-boost-2025 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/heat-boost-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-system-builder-2025 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/system-builder-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-womens-2025 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/womens-2025.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

/* 2024 Womens */
.mwa-link-text {
  position: absolute;
  top: 5%;
  left: 4%;
  background: none;
  border: none;
  width: 50%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1; }

.link-all-womens .mwa-link-text {
  left: 1%; }

@media all and (max-width: 640px) {
  .link-all-womens .mwa-link-text {
    left: 4%; } }

.link-all-womens {
  padding-bottom: 16.666%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/womens-2024.jpg");
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .link-all-womens {
    padding-bottom: 50%;
    background-image: url("https://huntworthgear.com/content/womens-2024-mobile.jpg"); } }

/* Nick 2022 /////////////////// */
.link-shop-nick-2021 {
  position: relative;
  padding-bottom: 33%;
  background-image: url("https://huntworthgear.com/content/2022/nick.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .link-shop-nick-2021 {
    background-image: url("https://huntworthgear.com/content/2022/nick-mobile.jpg");
    padding-bottom: 66%;
    /* 4:3 aspect ratio on mobile verison of this photo */ } }

.badge-shop-nick-2021 {
  position: absolute;
  top: 56.25%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 20%;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  text-align: center; }

@media all and (max-width: 640px) {
  .badge-shop-nick-2021 {
    font-size: 1.25rem;
    left: 25%;
    width: 42%; } }

.badge-shop-nick-2021 a:link {
  color: #ffffff;
  text-shadow: 0 2px black;
  text-decoration: none;
  font-weight: 400; }

.badge-shop-nick-2021 a:visited {
  color: #ffffff; }

.badge-shop-nick-2021 a:hover {
  color: #cfdef1; }

.badge-shop-nick-2021 a:active {
  color: #ffffff; }

/* END NICK 2022 */
/* ////////////////////////////////////// */
/* main camo page */
.image-huntworth-camo-patterns {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-huntworth-camo-patterns.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-huntworth-camo-patterns {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-huntworth-camo-patterns-mobile.jpg"); } }

.camo-patterns-disruption {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-disruption-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .camo-patterns-disruption {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-disruption-2021-mobile.jpg"); } }

.camo-patterns-tarnen {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-tarnen-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .camo-patterns-tarnen {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-tarnen-mobile-2023.jpg"); } }

.camo-patterns-hiddn {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-hiddn-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .camo-patterns-hiddn {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-hiddn-2021-mobile.jpg"); } }

.camo-patterns-snow-camo {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-snow-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .camo-patterns-snow-camo {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-snow-camo-2021-mobile.jpg"); } }

.camo-patterns-lifestyle {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-lifestyle-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .camo-patterns-lifestyle {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-lifestyle-2021-mobile.jpg"); } }

/* 2021 Camo Pages */
.h1-camo-2021 {
  position: absolute;
  top: 56%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 33%;
  text-align: center;
  color: #ffffff; }

@media all and (max-width: 640px) {
  .h1-camo-2021 {
    position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 49%; } }

.h1-camo-2021 h1, .h1-camo-2021 .blog-items-list .post-title, .blog-items-list .h1-camo-2021 .post-title {
  text-transform: none;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  margin: 0;
  text-shadow: #000000 0 .1rem 0; }

@media all and (max-width: 640px) {
  .h1-camo-2021 h1, .h1-camo-2021 .blog-items-list .post-title, .blog-items-list .h1-camo-2021 .post-title {
    font-size: .75rem; } }

.h1-camo-2021 .black-button {
  margin: .25rem auto 0 auto; }

@media all and (max-width: 640px) {
  .h1-camo-2021 .black-button {
    font-size: .75rem; } }

.h1-camo-2021 p {
  text-transform: none;
  color: #FFFFFF;
  margin: .25rem auto 0 auto;
  text-shadow: #000000 0 2px 0;
  text-align: center; }

@media all and (max-width: 640px) {
  .h1-camo-2021 p {
    line-height: 1; } }

.video-camo-2021 {
  position: absolute;
  top: 55%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 10%;
  color: #FFFFFF !important;
  text-shadow: #000000 0 4px 0;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  padding-top: 5rem;
  background-image: url("https://huntworthgear.com/content/camo-2021/play-button.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 50%; }

@media all and (max-width: 640px) {
  .video-camo-2021 {
    position: absolute;
    top: 72%;
    left: 81%;
    transform: translate(-50%, -50%);
    width: 25%;
    padding-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.1;
    background-size: 25%; } }

a.video-camo-2021:hover {
  text-decoration: none; }

.powr-popup {
  margin: 0;
  padding: 0;
  line-height: 0; }

/* 2024 Camo Pages Patterns: VERTEK */
.image-vertek-page {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-vertek.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-vertek-page {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-vertek-mobile.jpg"); } }

.pattern-vertek-page {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-vertek.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-vertek-page {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-vertek-mobile.jpg"); } }

.versatile-vertek-page {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-vertek.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-vertek-page {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-vertek-mobile.jpg"); } }

.all-season-vertek-page {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-vertek.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .all-season-vertek-page {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/all-season-vertek-mobile.jpg"); } }

/* 2021 Camo Pages Patterns: Disruption */
.image-disruption-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-disruption-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-disruption-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-disruption-2021-mobile.jpg"); } }

.pattern-disruption-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-disruption-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-disruption-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-disruption-2021-mobile.jpg"); } }

.versatile-disruption-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-disruption-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-disruption-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-disruption-2021-mobile.jpg"); } }

.all-season-disruption-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-disruption-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .all-season-disruption-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/all-season-disruption-2021-mobile.jpg"); } }

/* Tarnen */
.image-tarnen-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-tarnen-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-tarnen-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/image-tarnen-mobile-2023.jpg"); } }

.pattern-tarnen-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-tarnen-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-tarnen-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-tarnen-2021-mobile.jpg"); } }

.versatile-tarnen-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-tarnen-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-tarnen-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-tarnen-2021-mobile.jpg"); } }

.all-season-tarnen-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .all-season-tarnen-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021-mobile.jpg"); } }

/* Hidd'n */
.image-hiddn-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-hiddn-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-hiddn-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/image-hiddn-mobile-2023.jpg"); } }

.pattern-hiddn-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-hiddn-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-hiddn-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-hiddn-2021-mobile.jpg"); } }

.versatile-hiddn-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-hiddn-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-hiddn-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-hiddn-2021-mobile.jpg"); } }

.all-season-hiddn-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .all-season-hiddn-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021-mobile.jpg"); } }

/* Snow Camo */
.image-snow-camo-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-snow-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-snow-camo-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-snow-camo-2021-mobile.jpg"); } }

.pattern-snow-camo-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-snow-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-snow-camo-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-snow-camo-2021-mobile.jpg"); } }

.versatile-snow-camo-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-snow-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-snow-camo-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-snow-camo-2021-mobile.jpg"); } }

.all-season-snow-camo-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/season-snow-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .all-season-snow-camo-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/season-snow-camo-2021-mobile.jpg"); } }

/* Lifestyle */
.image-lifestyle-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/image-lifestyle-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-lifestyle-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/image-lifestyle-2021-mobile.jpg"); } }

.pattern-lifestyle-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/pattern-lifestyle-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .pattern-lifestyle-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/pattern-lifestyle-2021-mobile.jpg"); } }

.versatile-lifestyle-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/versatile-lifestyle-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .versatile-lifestyle-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/camo-2021/versatile-lifestyle-2021-mobile.jpg"); } }

/* ////////////////////////////////////// */
/* FLASH SALE */
.flash-sale-ribbon {
  display: block;
  float: none;
  text-align: center;
  background-color: #0a9eff;
  background-image: url("https://huntworthgear.com/content/bg-flash-sale-ribbon-holiday-sale.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  color: #000000;
  font-size: 1rem;
  padding: .5rem 0 .5rem 0;
  font-weight: 400;
  text-shadow: 0 -.1rem .2rem #ffffff; }

@media all and (max-width: 640px) {
  .flash-sale-ribbon {
    font-size: .875rem;
    padding: .5rem 0 .5rem 0; } }

.flash-sale-ribbon a {
  color: #000000; }

.flash-sale-ribbon .black-button {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 0 0 2rem;
  border-style: solid;
  border-width: .025rem;
  border-color: #FFFFFF; }

@media all and (max-width: 640px) {
  .flash-sale-ribbon .black-button {
    color: #ffffff;
    margin: 5rem auto 0rem auto; } }

/* BIG HOLIDAY SALE BANNER */
.holiday-sale-ribbon {
  display: block;
  float: none;
  text-align: center;
  background-color: #00692a;
  background-image: url("https://huntworthgear.com/content/huntworth-tree.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.1;
  padding: 1.5rem 0rem 1.5rem 0rem;
  text-shadow: 0px 4px #000000; }

@media all and (max-width: 640px) {
  .holiday-sale-ribbon {
    font-size: 1rem;
    padding: 1rem 0 1rem 0;
    background-image: url("https://huntworthgear.com/content/huntworth-tree-mobile.jpg");
    background-position: middle center;
    background-size: cover;
    text-shadow: 0px 2px #000000; } }

.holiday-sale-ribbon h2, .holiday-sale-ribbon .giftcard-header {
  margin-bottom: .5rem; }

.holiday-sale-ribbon a {
  color: #FFFFFF; }

.holiday-sale-ribbon .black-button {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 0 0 2rem;
  border-style: solid;
  border-width: .025rem;
  border-color: #FFFFFF; }

@media all and (max-width: 640px) {
  .holiday-sale-ribbon .black-button {
    color: #ffffff;
    margin: 5rem auto 0rem auto; } }

/* BIG CLEARANCE BANNER */
.clearance-sale-ribbon {
  display: block;
  float: none;
  text-align: center;
  background-color: #1b72de;
  background-image: url("https://huntworthgear.com/content/bg-clearance.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 1rem 0 1rem 0rem;
  font-weight: 700; }

@media all and (max-width: 640px) {
  .clearance-sale-ribbon {
    font-size: 1.2rem;
    padding: 1rem;
    background-image: url("https://huntworthgear.com/content/bg-clearance-mobile.jpg");
    background-position: center bottom;
    background-size: 100%; } }

.clearance-sale-ribbon p {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: .5rem 0 0 0; }

.clearance-sale-ribbon a {
  color: #FFFFFF; }

.clearance-sale-ribbon .black-button {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 0 0 2rem;
  border-style: solid;
  border-width: .025rem;
  border-color: #FFFFFF; }

@media all and (max-width: 640px) {
  .clearance-sale-ribbon .black-button {
    color: #ffffff;
    margin: 5rem auto 0rem auto; } }

/* SILENTX */
.banner-silentx {
  background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
  background-position: center bottom;
  /* Center the image */
  background-repeat: repeat-x;
  /* Do not repeat the image */
  background-color: #000000;
  position: relative;
  z-index: 10;
  color: #FFFFFF; }

@media all and (max-width: 640px) {
  .banner-silentx {
    background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
    background-color: #000000; } }

.content-silentx {
  text-align: center; }

.banner-silentx h2, .banner-silentx .giftcard-header {
  padding: 1rem 3rem 0 3rem; }

.banner-silentx p {
  font-weight: 400;
  text-align: center;
  margin: 0 1rem; }

@media all and (max-width: 640px) {
  .banner-silentx p {
    margin: 0 .5rem 0 .5rem; } }

.banner-silentx .white-button {
  text-align: center;
  margin: 1rem auto;
  display: table; }

.silentx-horizontal {
  width: 75%;
  margin: 1.5rem auto 0 auto; }

@media all and (max-width: 640px) {
  .silentx-horizontal {
    width: 93%;
    margin: 0 auto;
    padding-top: .5rem; } }

.column-info-page {
  padding: 1rem 0 1rem 0;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-info-page {
    padding: 0 0 1rem 0; } }

.column-info-page .column-50-top {
  padding: 1rem; }

.column-info-page .red-button {
  margin: 1rem 0; }

.column-info-page h3, .column-info-page .section-title, .column-info-page .listing-title, .column-info-page .login-modal .account-sub-heading, .login-modal .column-info-page .account-sub-heading, .column-info-page .auth-sub-heading {
  padding: 4rem 0 0 0 !important; }

@media all and (max-width: 640px) {
  .column-info-page h3, .column-info-page .section-title, .column-info-page .listing-title, .column-info-page .login-modal .account-sub-heading, .login-modal .column-info-page .account-sub-heading, .column-info-page .auth-sub-heading {
    padding: 1rem 1rem 0 1rem !important; } }

.column-info-page .black-button {
  margin: 1vw auto 0 auto !important; }

@media all and (max-width: 640px) {
  .column-info-page .black-button {
    margin: 5vw auto !important; } }

.column-info-page .column-50-video {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding-top: 1rem; }

@media all and (max-width: 640px) {
  .column-info-page .column-50-video {
    float: none;
    width: 100%;
    padding: 0; } }

.column-info-page h1, .column-info-page .blog-items-list .post-title, .blog-items-list .column-info-page .post-title {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem; }

@media all and (max-width: 640px) {
  .column-info-page h1, .column-info-page .blog-items-list .post-title, .blog-items-list .column-info-page .post-title {
    padding: 0;
    margin: 0;
    text-align: center; } }

.column-info-page h2, .column-info-page .giftcard-header {
  padding: .5rem 0;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-info-page h2, .column-info-page .giftcard-header {
    padding: .5rem 0;
    margin: 0;
    text-align: center; } }

.column-info-page .column-50 p {
  margin-right: 2rem; }

@media all and (max-width: 640px) {
  .column-info-page .column-50 p {
    padding: .5rem 1rem 1rem 1rem;
    margin: 0; } }

.column-info-page ul {
  padding: 1rem 2rem 0 2rem;
  margin: 0 !important; }

@media all and (max-width: 640px) {
  .column-info-page ul {
    padding: 1rem 2rem 0rem 2rem;
    margin: 0 !important; } }

.column-info-page li {
  margin-bottom: 0 !important;
  padding: 0 0 .5rem 0; }

.column-info-page li.last {
  margin-bottom: 0 !important;
  padding: 0; }

.column-info-page .column-33 p {
  margin: 0 1.25vw 2.5vw 0; }

@media all and (max-width: 640px) {
  .column-info-page .column-33 p {
    margin: 5vw 2.5vw; } }

.column-info-page .column-66 {
  display: block;
  position: relative;
  width: 66.666%;
  float: right;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-info-page .column-66 {
    float: none;
    width: 100%; } }

.column-info-page .column-66 p {
  margin-left: 4rem;
  margin-right: 4rem; }

@media all and (max-width: 640px) {
  .column-info-page .column-66 p {
    margin: 1rem 1rem 1.5rem 1rem; } }

.banner-compare-heavyweight-jackets {
  background-image: url("https://huntworthgear.com/content/bg-banner-compare-heavyweight-jackets.jpg");
  background-position: center bottom;
  /* Center the image */
  background-repeat: repeat-x;
  /* Do not repeat the image */
  background-color: #000000;
  position: relative;
  z-index: 10;
  color: #FFFFFF; }

@media all and (max-width: 640px) {
  .banner-compare-heavyweight-jackets {
    background-image: url("https://huntworthgear.com/content/bg-banner-compare-heavyweight-jackets-mobile.jpg");
    background-color: #000000; } }

.banner-compare-heavyweight-pants-and-bibs {
  background-image: url("https://huntworthgear.com/content/bg-banner-compare-heavyweight-pants-and-bibs.jpg");
  background-position: center bottom;
  /* Center the image */
  background-repeat: repeat-x;
  /* Do not repeat the image */
  background-color: #000000;
  position: relative;
  z-index: 10;
  color: #FFFFFF; }

@media all and (max-width: 640px) {
  .banner-compare-heavyweight-pants-and-bibs {
    background-image: url("https://huntworthgear.com/content/bg-banner-compare-heavyweight-pants-and-bibs-mobile.jpg");
    background-color: #000000; } }

.banner-compare-midweight-jackets {
  background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
  background-position: center bottom;
  /* Center the image */
  background-repeat: repeat-x;
  /* Do not repeat the image */
  background-color: #000000;
  position: relative;
  z-index: 10;
  color: #FFFFFF; }

@media all and (max-width: 640px) {
  .banner-compare-midweight-jackets {
    background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
    background-color: #000000; } }

.banner-compare-midweight-pants-and-bibs {
  background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
  background-position: center bottom;
  /* Center the image */
  background-repeat: repeat-x;
  /* Do not repeat the image */
  background-color: #000000;
  position: relative;
  z-index: 10;
  color: #FFFFFF; }

@media all and (max-width: 640px) {
  .banner-compare-heavyweight-jackets {
    background-image: url("https://huntworthgear.com/content/bg-banner-silentx.jpg");
    background-color: #000000; } }

/* HEAT BOOST */
/* Home page and Heat Boost Page both have .banner-heat-boost holding a .content-heat-boost div */
.banner-heat-boost {
  background-image: url("https://huntworthgear.com/content/bg-banner-heat-boost-23.jpg");
  background-position: center top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: 100%;
  /* Resize the background image to cover the entire container */
  background-color: #ff9900;
  position: relative;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-heat-boost {
    background-image: url("https://huntworthgear.com/content/bg-banner-heat-boost-mobile-23.jpg");
    background-color: #ff9900; } }

/* Heat Boost Home */
.content-heat-boost-home {
  text-align: center; }

.heat-boost-horizontal {
  padding-left: 1rem;
  padding-right: 0rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  width: 100%; }

@media all and (max-width: 640px) {
  .heat-boost-horizontal {
    width: 100%;
    padding: .75rem; } }

.content-heat-boost-home h2, .content-heat-boost-home .giftcard-header {
  text-align: center;
  margin: 0;
  text-shadow: 0px 2px #FF9900;
  font-weight: 600;
  font-size: 1rem; }

@media all and (max-width: 640px) {
  .content-heat-boost-home h2, .content-heat-boost-home .giftcard-header {
    padding: 1rem 1rem 0 1rem; } }

.content-heat-boost-home p {
  margin: .75rem 0 .75rem 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: .87rem; }

@media all and (max-width: 640px) {
  .content-heat-boost-home p {
    padding: 0 2rem;
    margin: 0rem 0 .75rem 0; } }

.content-heat-boost-home .black-button {
  color: #ffffff;
  margin: .5rem auto 0 auto; }

@media all and (max-width: 640px) {
  .content-heat-boost-home .black-button {
    color: #ffffff;
    margin: .5rem auto 0rem auto; } }

.content-heat-boost {
  text-align: center; }

.content-heat-boost h2, .content-heat-boost .giftcard-header {
  padding: 1rem 2rem 0 2rem; }

.content-heat-boost p {
  font-weight: 400;
  text-align: center;
  margin: 1rem 3rem 0 3rem; }

@media all and (max-width: 640px) {
  .content-heat-boost p {
    margin: 0 2rem 0 2rem;
    padding: 0; } }

@media all and (max-width: 640px) {
  .content-heat-boost .heat-boost-home {
    margin: 0 15vw; } }

.content-heat-boost .black-button {
  margin: 0.5rem auto 1rem auto; }

/* Under .banner-heat-boost there is a .column-heat-boost with custom styles for 50%, 33%, and 66% wide columns */
.column-heat-boost {
  padding: 1rem 0 1rem 0;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-heat-boost {
    padding: 0 0 1rem 0; } }

.column-heat-boost .red-button {
  margin: 1rem 0 1rem 0; }

.column-heat-boost h2, .column-heat-boost .giftcard-header {
  padding: 1rem 0 0 0 !important; }

@media all and (max-width: 640px) {
  .column-heat-boost h2, .column-heat-boost .giftcard-header {
    padding: 1rem 1rem 0 1rem !important; } }

.column-heat-boost .black-button {
  margin: 1vw auto 0 auto !important; }

@media all and (max-width: 640px) {
  .column-heat-boost .black-button {
    margin: 5vw auto !important; } }

.column-heat-boost .column-50-video {
  position: relative;
  display: block;
  float: right;
  width: 50%; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-50-video {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem; } }

.column-heat-boost .column-50 h1, .column-heat-boost .column-50 .blog-items-list .post-title, .blog-items-list .column-heat-boost .column-50 .post-title {
  text-align: left;
  font-size: 1.2rem; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-50 h1, .column-heat-boost .column-50 .blog-items-list .post-title, .blog-items-list .column-heat-boost .column-50 .post-title {
    padding: 0;
    text-align: center; } }

.column-heat-boost .column-50 p {
  margin-right: 2rem; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-50 p {
    margin-right: 1rem;
    margin-left: 1rem; } }

.column-heat-boost ul {
  padding: 1rem 2rem 0 2rem;
  margin: 0 !important; }

@media all and (max-width: 640px) {
  .column-heat-boost ul {
    padding: 1rem 2rem 0rem 2rem;
    margin: 0 !important; } }

.column-heat-boost li {
  margin-bottom: 0 !important;
  padding: 0 0 .5rem 0; }

.column-heat-boost li.last {
  margin-bottom: 0 !important;
  padding: 0; }

.column-heat-boost .column-33 p {
  margin: 0 1.25vw 2.5vw 0; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-33 p {
    margin: 5vw 2.5vw; } }

.column-heat-boost .column-66 {
  display: block;
  position: relative;
  width: 66.666%;
  float: right;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-66 {
    float: none;
    width: 100%; } }

.column-heat-boost .column-66 p {
  margin-left: 4rem;
  margin-right: 4rem; }

@media all and (max-width: 640px) {
  .column-heat-boost .column-66 p {
    margin: 0 .5rem 1.5rem 1rem; } }

.go-right {
  float: right; }

.go-left {
  float: left; }

.heat-boost-video {
  position: relative;
  padding-bottom: 56.25%;
  background-image: url("https://huntworthgear.com/content/heat-boost/huntworth-heat-boost-video-bg.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.heat-boost-video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
  color: #FFFFFF !important;
  text-shadow: #000000 0 4px 0;
  text-align: center;
  font-size: 2vw;
  font-weight: 600;
  padding-top: 5vw;
  background-image: url("https://huntworthgear.com/content/camo-2021/play-button.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 33%; }

@media all and (max-width: 640px) {
  .heat-boost-video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    font-size: 4vw;
    padding-top: 15vw;
    background-size: 50%; } }

a.heat-boost-video-link:hover {
  text-decoration: none; }

a.heat-boost-info-link:link {
  color: #ff6600; }

a.heat-boost-info-link:visited {
  color: #ff6600; }

a.heat-boost-info-link:hover {
  color: #ff0000; }

a.heat-boost-info-link:active {
  color: #ff6600; }

/* Under .banner-camo there is a .column-camo with custom styles for 50%, 33%, and 66% wide columns */
.column-camo {
  padding: 0 0 1.5rem 0;
  text-align: center; }

.column-camo h1, .column-camo .blog-items-list .post-title, .blog-items-list .column-camo .post-title {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 2rem; }

.column-camo .column-50 {
  padding: 0; }

@media all and (max-width: 640px) {
  .column-camo .column-50 {
    padding: 0 0 1rem 0; } }

@media all and (max-width: 640px) {
  .column-camo .red-button {
    margin: 1rem auto; } }

.column-camo .column-50-video {
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding-top: 2rem; }

@media all and (max-width: 640px) {
  .column-camo .column-50-video {
    float: none;
    width: 100%;
    padding-top: 0; } }

.column-camo .column-50-top h1, .column-camo .column-50-top .blog-items-list .post-title, .blog-items-list .column-camo .column-50-top .post-title {
  text-align: left;
  font-size: 1.2rem;
  padding-top: 2rem; }

@media all and (max-width: 640px) {
  .column-camo .column-50-top h1, .column-camo .column-50-top .blog-items-list .post-title, .blog-items-list .column-camo .column-50-top .post-title {
    padding: 0;
    text-align: center; } }

.column-camo .column-50 h3, .column-camo .column-50 .section-title, .column-camo .column-50 .listing-title, .column-camo .column-50 .login-modal .account-sub-heading, .login-modal .column-camo .column-50 .account-sub-heading, .column-camo .column-50 .auth-sub-heading {
  margin: 0 auto;
  padding: 2.5rem 1rem 0 1rem;
  text-align: center; }

@media all and (max-width: 640px) {
  .column-camo .column-50 h3, .column-camo .column-50 .section-title, .column-camo .column-50 .listing-title, .column-camo .column-50 .login-modal .account-sub-heading, .login-modal .column-camo .column-50 .account-sub-heading, .column-camo .column-50 .auth-sub-heading {
    padding: 0 1rem 0 1rem;
    margin: 0; } }

.column-camo .column-50 p {
  margin: 0 2rem 1rem 2rem; }

@media all and (max-width: 640px) {
  .column-camo .column-50 p {
    margin: 0 .5rem 0 1rem; } }

.column-camo .go-left p {
  margin: 0 2rem 1rem 2rem; }

@media all and (max-width: 640px) {
  .column-camo .go-left p {
    margin: 0 1rem 0 1rem; } }

.column-camo .centered .red-button {
  margin: 0 .5rem; }

.column-50-top {
  text-align: left; }

@media all and (max-width: 640px) {
  .column-50-top {
    margin: 0;
    padding: 1rem .25rem 1rem 1rem; } }

.column-50-top p {
  margin: 1rem 0 0 0rem;
  padding: 0 2rem 0 0;
  text-align: left; }

@media all and (max-width: 640px) {
  .column-50-top p {
    margin: 0;
    padding: 0 0 0 0; } }

/*
.column-50-top h2 {
	text-align: left !important;
	margin: 0;
	padding: 1rem 0 0 0;
}

@media all and (max-width:640px) {
	.column-50-top h2 {
		padding: 1rem 0;
	}
}
*/
.column-50-top .red-button {
  margin: 1rem 0 0 0;
  text-align: left; }

@media all and (max-width: 640px) {
  .column-camo .column-50-top .red-button {
    margin: 1rem 0 0 0; } }

.column-camo img {
  padding: 0 0 0 0; }

@media all and (max-width: 640px) {
  .column-camo img {
    padding: 0; } }

@media all and (max-width: 640px) {
  .column-camo .column-50-video img {
    padding: 0 0 0 0; } }

.column-camo ul {
  padding: 1rem 2rem 0 2rem;
  margin: 0 !important; }

@media all and (max-width: 640px) {
  .column-camo ul {
    padding: 1rem 2rem 0rem 1rem;
    margin: 0 !important; } }

.column-camo li {
  margin-bottom: 0 !important;
  padding: 0 0 .5rem 0; }

.column-camo li.last {
  margin-bottom: 0 !important;
  padding: 0; }

/* END 2024 COLUMN CAMO */
.shadowed {
  z-index: 1000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.p-20 {
  padding: 2rem 2rem 2rem 2rem; }
  @media screen and (min-width: 640px) {
    .p-20 {
      padding: 2rem 2rem 2rem 2rem; } }

.m-b-10 {
  margin-bottom: 1rem !important; }

.p-t-10 {
  padding-top: 1rem; }

.p-t-10-desktop {
  padding-top: 1rem; }

@media all and (max-width: 640px) {
  .p-t-10-desktop {
    padding-top: 0; } }

.p-t-15 {
  padding-top: 1.5rem; }

.p-t-20 {
  padding-top: 2rem; }

.p-t-30 {
  padding-top: 3rem; }

.p-tb-30 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p-tb-20 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.p-tb-10 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-t-b-10 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-b-5 {
  padding-bottom: .5rem; }

.p-t-5 {
  padding-top: .5rem; }

.p-t-25 {
  padding-top: .25rem; }

.p-b-10 {
  padding-bottom: 1rem; }

.p-b-10-mobile {
  padding-bottom: 0; }

@media all and (max-width: 640px) {
  .p-b-10-mobile {
    padding-bottom: 1rem; } }

.p-t-10-mobile {
  padding-bottom: 0; }

@media all and (max-width: 640px) {
  .p-t-10-mobile {
    padding-top: 1rem; } }

.p-b-15 {
  padding-bottom: 1.5rem; }

.p-b-20 {
  padding: 0 0 2rem 0; }

.p-b-30 {
  padding-bottom: 3rem; }

.p-l-10 {
  padding-left: 1rem; }

.p-l-20 {
  padding-left: 2rem; }

@media all and (max-width: 640px) {
  .p-l-20 {
    padding-left: 0; } }

.p-l-30 {
  padding-left: 3rem; }

.p-r-10 {
  padding-right: 1rem; }

.p-r-20 {
  padding-right: 2rem; }

.p-r-30 {
  padding-right: 3rem; }

@media all and (max-width: 640px) {
  .p-r-30 {
    padding-right: 1rem; } }

.p-l-r-10 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p-l-r-10-no-mobile {
  padding-left: 1rem;
  padding-right: 1rem; }

@media all and (max-width: 640px) {
  .p-l-r-10-no-mobile {
    padding-left: 0;
    padding-right: 0; } }

.m-l-r-10 {
  margin: 0 1rem; }

.m-l-r-20 {
  margin: 0 2rem; }

@media all and (max-width: 640px) {
  .m-l-r-20 {
    margin: 0 0 0 0; } }

.column-properties-of-graphene {
  margin: 0 2.5rem; }

@media all and (max-width: 640px) {
  .column-properties-of-graphene {
    margin: 0; } }

.column-properties-of-graphene ul {
  list-style-image: url("https://huntworthgear.com/content/heat-boost-icon.svg"); }

/* WOMEN'S TARNEN */
.banner-womens-tarnen {
  position: relative;
  padding-bottom: 25%;
  /* 1920x480 aspect ratio */
  background-image: url("https://huntworthgear.com/content/bg-womens-tarnen-23.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  margin: 2vw 0 0 0; }

@media all and (max-width: 640px) {
  .banner-womens-tarnen {
    padding-bottom: 66%;
    /* 960x480 aspect ratio */
    background-image: url("https://huntworthgear.com/content/bg-womens-tarnen-mobile-23.jpg"); } }

.content-womens-tarnen {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translate(-50%, -50%);
  width: 20%;
  background-color: #d6d5d1;
  padding: 1rem;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1; }

@media all and (max-width: 640px) {
  .content-womens-tarnen {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    width: 50%;
    font-size: 1rem;
    padding: .5rem; } }

.content-womens-tarnen p {
  color: #ffffff;
  text-align: center; }

.green-button {
  display: block;
  width: 80%;
  margin: 1vw auto;
  text-align: center;
  font-size: 1.2rem;
  background: #608070;
  padding: .5vw;
  border: 4px solid #FFFFFF; }

@media all and (max-width: 640px) {
  .green-button {
    width: 80%;
    font-size: 1rem;
    border: 2px solid #FFFFFF; } }

.green-button a:link {
  color: #FFFFFF;
  text-decoration: none; }

.green-button a:visited {
  text-decoration: none; }

.green-button a:hover {
  text-decoration: none; }

.green-button a:active {
  text-decoration: none; }

/* Our History Page */
.h1-our-story-2021 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 30%;
  color: #ffffff; }

@media all and (max-width: 640px) {
  .h1-our-story-2021 {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 33%; } }

.h1-our-story-2021 h1, .h1-our-story-2021 .blog-items-list .post-title, .blog-items-list .h1-our-story-2021 .post-title {
  text-transform: none;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  margin: 0;
  text-shadow: #000000 0 4px 0; }

@media all and (max-width: 640px) {
  .h1-our-story-2021 h1, .h1-our-story-2021 .blog-items-list .post-title, .blog-items-list .h1-our-story-2021 .post-title {
    font-size: 1rem;
    text-shadow: #000000 0 2px 0; } }

.image-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-image-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .image-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-image-2021-mobile.jpg"); } }

.history-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-our-history-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .history-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-our-history-2021-mobile.jpg"); } }

.why-choose-huntworth-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-why-choose-huntworth-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .why-choose-huntworth-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-why-choose-huntworth-2021-mobile.jpg"); } }

.huntworth-camo-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-camo-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .huntworth-camo-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-camo-2021-mobile.jpg"); } }

.huntworth-technology-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-technology-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .huntworth-technology-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-technology-2021-mobile.jpg"); } }

.huntworth-every-day-our-story-2021 {
  position: relative;
  padding-bottom: 33%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-every-day-2021.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .huntworth-every-day-our-story-2021 {
    padding-bottom: 66%;
    background-image: url("https://huntworthgear.com/content/our-story/our-story-huntworth-every-day-2021-mobile.jpg"); } }

#mc_embed_signup form {
  padding: 0px !important; }

.form-all {
  margin: 0 !important; }

.site-header {
  border-bottom: 0px !important; }

/*
.top-bar .container {
	min-height: 0 !important;
	max-height: none !important;
	height: 2.5rem !important; /* html font-size is 15 so 2.5 * 15 = 37.5 
}

@media all and (max-width:640px) {
	.top-bar .container {
		min-height: 0 !important;
		height: 7.5rem !important; /* html font-size is 15 so 2.5 * 15 = 37.5 
	}
}*/
.top-bar-button {
  padding-top: 0 !important;
  min-height: 0 !important;
  height: auto !important; }

.default .slick-slider {
  line-height: 0 !important; }

.product-description ul li {
  margin-bottom: .25rem !important; }

.HorizontalFormContainer dt {
  line-height: 15px !important; }

.HorizontalFormContainer dd {
  line-height: 15px !important; }

dt {
  line-height: 15px !important; }

dd {
  line-height: 15px !important; }

.FormFieldLabel {
  line-height: 15px !important; }

svg {
  fill: black; }

svg.icon-close {
  fill: white; }

.social-media-link svg {
  fill: white; }

/* ////////////////////////////////// A Plus Content ////////////////////////////////////// */
.camo-a-plus-2021 {
  background-color: #9e9b95; }

.camo-a-plus-2021 p {
  padding: 0 0 2rem 0; }

.a-plus-disruption-images {
  position: relative;
  padding-bottom: 66%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-disruption-2021-mobile.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.a-plus-tarnen-images {
  position: relative;
  padding-bottom: 66%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-tarnen-2021-mobile.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.a-plus-hiddn-images {
  position: relative;
  padding-bottom: 66%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/all-season-hiddn-2021-mobile.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.a-plus-snow-camo-images {
  position: relative;
  padding-bottom: 66%;
  /* 3:1 aspect ratio */
  background-image: url("https://huntworthgear.com/content/camo-2021/season-snow-camo-2021-mobile.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.video-a-plus-2021 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF !important;
  text-shadow: #000000 0 4px 0;
  text-align: center;
  font-weight: 600;
  background-image: url("https://huntworthgear.com/content/camo-2021/play-button.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 3rem;
  width: 20%;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-top: 3rem; }

@media all and (max-width: 640px) {
  .video-a-plus-2021 {
    width: 50%;
    padding-top: 64px; } }

/* H1 Banner Images / HEADERS for CATEGORIES */
.listing-header {
  margin-bottom: 0; }

@media all and (max-width: 640px) {
  .listing-header p {
    padding: 1rem 1rem 0 1rem; } }

.category-breadcrumbs-utils {
  margin: 0 0 1rem 0; }

@media all and (max-width: 640px) {
  .category-breadcrumbs-utils {
    margin: 0 0 0 0; } }

.category-header {
  position: relative;
  height: 9rem;
  color: #ffffff;
  background-color: #434542;
  margin-top: 1rem;
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover; }

@media all and (max-width: 640px) {
  .category-header {
    height: 10.5rem;
    margin-top: 0px; } }

.category-header h1, .category-header .blog-items-list .post-title, .blog-items-list .category-header .post-title {
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 2.5vw;
  text-align: left;
  text-shadow: #000000 0px .1rem 0px, #000000 0px 0.1rem 4.5px, #000000 0px 0.1rem 9px;
  text-transform: none !important; }

@media all and (max-width: 640px) {
  .category-header h1, .category-header .blog-items-list .post-title, .blog-items-list .category-header .post-title {
    top: 81.25%;
    padding: 0 2rem 0 1rem;
    text-shadow: #000000 0px 2px 0px; } }

.category-header p {
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0px;
  width: 33%;
  font-size: .8rem;
  color: #FFFFFF;
  margin: 0;
  padding: 0 20px 0 0;
  text-align: left;
  text-shadow: #000000 0px 2px 0px; }

@media all and (max-width: 640px) {
  .category-header p {
    width: 100%;
    bottom: 5%;
    transform: translateY(0%);
    padding: 0 20px 0 20px;
    text-shadow: #000000 0px 1px 0px; } }

.category-header-read-more {
  background-color: #292622;
  margin-top: 15px;
  color: #FFFFFF;
  text-shadow: #000000 0px 2px 0px;
  padding: 20px; }

.category-header-read-more h1, .category-header-read-more .blog-items-list .post-title, .blog-items-list .category-header-read-more .post-title {
  color: #ffffff;
  font-weight: 200;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: left;
  text-shadow: #000000 0px 2px 0px;
  text-transform: none !important; }

.category-header-read-more p {
  color: #FFFFFF;
  margin: 0;
  padding: 0px;
  text-align: left;
  text-shadow: #000000 0px 1px 0px; }

.category-header-read-more ul {
  list-style-type: disc;
  padding: 20px 0px 20px 20px; }

/* CATEGORY BANNERS */
.listing-header .everyday-heat-boost {
  background-image: url("https://huntworthgear.com/content/category/everyday-heat-boost.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .everyday-heat-boost {
    background-image: url("https://huntworthgear.com/content/category/everyday-heat-boost-mobile.jpg"); } }

.listing-header .compare-heavyweight-jackets {
  background-image: url("https://huntworthgear.com/content/category/compare-heavyweight-jackets.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .compare-heavyweight-jackets {
    background-image: url("https://huntworthgear.com/content/category/compare-heavyweight-jackets-mobile.jpg"); } }

.listing-header .compare-heavyweight-pants-bibs {
  background-image: url("https://huntworthgear.com/content/category/compare-heavyweight-pants-bibs.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .compare-heavyweight-pants-bibs {
    background-image: url("https://huntworthgear.com/content/category/compare-heavyweight-pants-bibs-mobile.jpg"); }
  .listing-header .compare-heavyweight-pants-bibs h1, .listing-header .compare-heavyweight-pants-bibs .blog-items-list .post-title, .blog-items-list .listing-header .compare-heavyweight-pants-bibs .post-title {
    color: #000000;
    text-shadow: #FFFFFF 0px .125rem 0px;
    text-shadow: #FFFFFF 0px .125rem .125rem;
    padding: 0 33% 0 1rem; } }

.listing-header .compare-midweight-jackets {
  background-image: url("https://huntworthgear.com/content/category/compare-midweight-jackets.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .compare-midweight-jackets {
    background-image: url("https://huntworthgear.com/content/category/compare-midweight-jackets-mobile.jpg"); } }

.listing-header .compare-midweight-pants-bibs {
  background-image: url("https://huntworthgear.com/content/category/compare-midweight-pants-bibs.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .compare-midweight-pants-bibs {
    background-image: url("https://huntworthgear.com/content/category/compare-midweight-pants-bibs-mobile.jpg"); } }

.listing-header .blog {
  background-image: url("https://huntworthgear.com/content/category/blog.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .blog {
    background-image: url("https://huntworthgear.com/content/category/blog-mobile.jpg"); } }

.listing-header .pattern-all {
  background-image: url("https://huntworthgear.com/content/category/pattern-all.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-all {
    background-image: url("https://huntworthgear.com/content/category/pattern-all-mobile.jpg"); } }

.listing-header .pattern-disruption {
  background-image: url("https://huntworthgear.com/content/category/pattern-disruption.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-disruption {
    background-image: url("https://huntworthgear.com/content/category/pattern-disruption-mobile.jpg"); } }

.listing-header .pattern-tarnen {
  background-image: url("https://huntworthgear.com/content/category/pattern-tarnen.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-tarnen {
    background-image: url("https://huntworthgear.com/content/category/pattern-tarnen-mobile.jpg"); } }

.listing-header .pattern-vertek {
  background-image: url("https://huntworthgear.com/content/category/pattern-vertek.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-vertek {
    background-image: url("https://huntworthgear.com/content/category/pattern-vertek-mobile.jpg"); } }

.listing-header .pattern-obrys {
  background-image: url("https://staging5.mybigcommerce.com/content/category/pattern-obrys.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-obrys {
    background-image: url("https://staging5.mybigcommerce.com/content/category/pattern-obrys-mobile.jpg"); } }

.listing-header .pattern-hiddn {
  background-image: url("https://huntworthgear.com/content/category/pattern-hiddn.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-hiddn {
    background-image: url("https://huntworthgear.com/content/category/pattern-hiddn-mobile.jpg"); } }

.listing-header .pattern-snow-camo {
  background-image: url("https://huntworthgear.com/content/category/pattern-snow-camo.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-snow-camo {
    background-image: url("https://huntworthgear.com/content/category/pattern-snow-camo-mobile.jpg"); } }

.listing-header .pattern-hunting-solid-colors {
  background-image: url("https://huntworthgear.com/content/category/pattern-hunting-solid-colors.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-hunting-solid-colors {
    background-image: url("https://huntworthgear.com/content/category/pattern-hunting-solid-colors-mobile.jpg"); } }

.listing-header .pattern-blaze {
  background-image: url("https://huntworthgear.com/content/category/pattern-blaze.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-blaze {
    background-image: url("https://huntworthgear.com/content/category/pattern-blaze-mobile.jpg"); } }

.listing-header .pattern-lifestyle {
  background-image: url("https://huntworthgear.com/content/category/pattern-lifestyle.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pattern-lifestyle {
    background-image: url("https://huntworthgear.com/content/category/pattern-lifestyle-mobile.jpg"); } }

.listing-header .heat-boost {
  background-image: url("https://huntworthgear.com/content/category/heat-boost.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-heat-boost {
    background-image: url("https://huntworthgear.com/content/category/mens-heat-boost-mobile.jpg"); } }

.listing-header .heat-boost-mens {
  background-image: url("https://huntworthgear.com/content/category/heat-boost-mens.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .heat-boost-mens {
    background-image: url("https://huntworthgear.com/content/category/heat-boost-mens-mobile.jpg"); } }

.listing-header .heat-boost-womens {
  background-image: url("https://huntworthgear.com/content/category/heat-boost-womens.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .heat-boost-womens {
    background-image: url("https://huntworthgear.com/content/category/heat-boost-womens-mobile.jpg"); } }

.listing-header .silentx {
  background-image: url("https://huntworthgear.com/content/category/silentx.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .silentx {
    background-image: url("https://huntworthgear.com/content/category/silentx-mobile.jpg"); } }

.listing-header .mens-hunting-clothing {
  background-image: url("https://huntworthgear.com/content/category/mens-hunting-clothing.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-hunting-clothing {
    background-image: url("https://huntworthgear.com/content/category/mens-hunting-clothing-mobile.jpg"); } }

.listing-header .jackets {
  background-image: url("https://huntworthgear.com/content/category/jackets.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .jackets {
    background-image: url("https://huntworthgear.com/content/category/jackets-mobile.jpg"); } }

.listing-header .pants-and-bibs {
  background-image: url("https://huntworthgear.com/content/category/pants-and-bibs.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .pants-and-bibs {
    background-image: url("https://huntworthgear.com/content/category/pants-and-bibs-mobile.jpg"); } }

.listing-header .base-layers {
  background-image: url("https://huntworthgear.com/content/category/base-layers.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .base-layers {
    background-image: url("https://huntworthgear.com/content/category/base-layers-mobile.jpg"); } }

.listing-header .mens-hunting-gloves {
  background-image: url("https://huntworthgear.com/content/category/mens-hunting-gloves.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-hunting-gloves {
    background-image: url("https://huntworthgear.com/content/category/mens-hunting-gloves-mobile.jpg"); } }

.listing-header .mens-hunting-headwear {
  background-image: url("https://huntworthgear.com/content/category/mens-hunting-headwear.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-hunting-headwear {
    background-image: url("https://huntworthgear.com/content/category/mens-hunting-headwear-mobile.jpg"); } }

.listing-header .mens-lifestyle {
  background-image: url("https://huntworthgear.com/content/category/mens-lifestyle.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-lifestyle {
    background-image: url("https://huntworthgear.com/content/category/mens-lifestyle-mobile.jpg"); } }

.listing-header .mens {
  background-image: url("https://huntworthgear.com/content/category/mens.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens {
    background-image: url("https://huntworthgear.com/content/category/mens-mobile.jpg"); } }

.listing-header .mens-new-arrivals {
  background-image: url("https://huntworthgear.com/content/category/mens-new-arrivals.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .mens-new-arrivals {
    background-image: url("https://huntworthgear.com/content/category/mens-new-arrivals-mobile.jpg"); } }

.listing-header .womens {
  background-image: url("https://huntworthgear.com/content/category/womens.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens {
    background-image: url("https://huntworthgear.com/content/category/womens-mobile.jpg"); } }

.listing-header .womens-new-arrivals {
  background-image: url("https://huntworthgear.com/content/category/womens-new-arrivals.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens-new-arrivals {
    background-image: url("https://huntworthgear.com/content/category/womens-new-arrivals-mobile.jpg"); } }

.listing-header .womens-hunting-clothing {
  background-image: url("https://huntworthgear.com/content/category/womens-hunting-clothing.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens-hunting-clothing {
    background-image: url("https://huntworthgear.com/content/category/womens-hunting-clothing-mobile.jpg"); } }

.listing-header .womens-hunting-gloves {
  background-image: url("https://huntworthgear.com/content/category/womens-hunting-gloves.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens-hunting-gloves {
    background-image: url("https://huntworthgear.com/content/category/womens-hunting-gloves-mobile.jpg"); } }

.listing-header .womens-hunting-headwear {
  background-image: url("https://huntworthgear.com/content/category/womens-hunting-headwear.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens-hunting-headwear {
    background-image: url("https://huntworthgear.com/content/category/womens-hunting-headwear-mobile.jpg"); } }

.listing-header .womens-lifestyle {
  background-image: url("https://huntworthgear.com/content/category/womens-lifestyle.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .womens-lifestyle {
    background-image: url("https://huntworthgear.com/content/category/womens-lifestyle-mobile.jpg"); } }

.listing-header .youth {
  background-image: url("https://huntworthgear.com/content/category/youth.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .youth {
    background-image: url("https://huntworthgear.com/content/category/youth-mobile.jpg"); } }

.listing-header .youth-clothing {
  background-image: url("https://huntworthgear.com/content/category/youth-clothing.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .youth-clothing {
    background-image: url("https://huntworthgear.com/content/category/youth-clothing-mobile.jpg"); } }

.listing-header .youth-new-arrivals {
  background-image: url("https://huntworthgear.com/content/category/youth-new-arrivals.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .youth-new-arrivals {
    background-image: url("https://huntworthgear.com/content/category/youth-new-arrivals-mobile.jpg"); } }

.listing-header .youth-hunting-gloves {
  background-image: url("https://huntworthgear.com/content/category/youth-hunting-gloves.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .youth-hunting-gloves {
    background-image: url("https://huntworthgear.com/content/category/youth-hunting-gloves-mobile.jpg"); } }

.listing-header .youth-hunting-headwear {
  background-image: url("https://huntworthgear.com/content/category/youth-hunting-headwear.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .youth-hunting-headwear {
    background-image: url("https://huntworthgear.com/content/category/youth-hunting-headwear-mobile.jpg"); } }

.listing-header .misc {
  background-image: url("https://huntworthgear.com/content/category/misc.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .misc {
    background-image: url("https://huntworthgear.com/content/category/misc-mobile.jpg"); } }

.listing-header .gift-certificates {
  background-image: url("https://huntworthgear.com/content/category/gift-certificates.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .gift-certificates {
    background-image: url("https://huntworthgear.com/content/category/gift-certificates-mobile.jpg"); } }

.listing-header .accessories {
  background-image: url("https://huntworthgear.com/content/category/accessories.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .accessories {
    background-image: url("https://huntworthgear.com/content/category/accessories-mobile.jpg"); } }

.listing-header .hunting-packs {
  background-image: url("https://huntworthgear.com/content/category/hunting-packs.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .hunting-packs {
    background-image: url("https://huntworthgear.com/content/category/hunting-packs-mobile.jpg"); } }

.listing-header .suspenders {
  background-image: url("https://huntworthgear.com/content/category/suspenders.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .suspenders {
    background-image: url("https://huntworthgear.com/content/category/suspenders-mobile.jpg"); } }

.listing-header .decals {
  background-image: url("https://huntworthgear.com/content/category/decals.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .decals {
    background-image: url("https://huntworthgear.com/content/category/decals-mobile.jpg"); } }

.listing-header .logo-wear {
  background-image: url("https://huntworthgear.com/content/category/logo-wear.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .logo-wear {
    background-image: url("https://huntworthgear.com/content/category/logo-wear-mobile.jpg"); } }

.listing-header .clearance {
  background-image: url("https://huntworthgear.com/content/category/clearance.jpg"); }

@media all and (max-width: 640px) {
  .listing-header .clearance {
    background-image: url("https://huntworthgear.com/content/category/clearance-mobile.jpg"); } }

/* end of .listing-header */
li.hunting-packs {
  background-image: none; }

.product-slides-container .slick-slider {
  display: block; }

@media all and (max-width: 640px) {
  .product-slides-container .slick-slider {
    display: block;
    width: 100%; } }

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

.product-videos-list {
  display: block;
  position: relative;
  margin: .5rem auto;
  padding-top: 1.5rem;
  padding-right: 0%; }

@media all and (max-width: 640px) {
  .product-videos-list {
    padding: 0 0 .5rem 0;
    margin: 0; } }

.product-videos-list p {
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12.5%;
  margin: 0;
  padding: 0 0 0 64px;
  font-weight: 600;
  line-height: 1;
  background-image: url("https://huntworthgear.com/content/product/play-button-product.jpg");
  background-position: center left;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: auto 100%;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .product-videos-list p {
    padding: 0 0 0 48px; } }

#stamped-main-widget {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important; }

.stamped-container {
  margin: 0px auto !important; }

/* CREATE ACCOUNT */
.HorizontalFormContainer {
  width: 1200px !important; }

/* READ MORE/LESS  */
.readmore_content {
  height: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.readmore_content.open {
  height: auto;
  display: inline; }

.readmore,
.readless {
  cursor: pointer;
  font-weight: 600; }

.readmore.hide,
.readless.hide {
  display: none; }

.readless {
  display: block;
  margin: 0; }

@media all and (max-width: 640px) {
  .readless {
    margin: 0 1.25vw; } }

#mc_embed_signup_scroll {
  color: #000000; }

#mc_embed_signup input.email {
  width: 100%; }

/* anna */
/* CSS Document */
/* Custom code starts */
.visible-mobile {
  display: none !important; }

@media (max-width: 480px) {
  .visible-mobile {
    display: inline !important; }
  .hidden-mobile {
    display: none !important; } }

.powr-banner:after {
  /*clear float*/
  clear: both; }

.powr-banner > div {
  margin: 0px 0px -32px 0px;
  width: 100%; }

.nick {
  clear: both;
  margin: 0 0 0 0;
  width: 100%; }

.home-banner {
  width: 100%;
  height: auto;
  margin: 0px 0px -10px 0px; }

@media (max-width: 480px) {
  /*breakpoint*/
  .home-banner > div {
    display: none; } }

.home-mobile-banner {
  width: 100%;
  height: auto; }

@media (min-width: 480px) {
  /*breakpoint*/
  .home-mobile-banner > div {
    display: none; } }

.content-margins {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 0px 15px; }

.content-margins h2, .content-margins .giftcard-header {
  color: #67625b;
  margin: 5px 0px 10px 0px; }

.metal_buttons {
  background: url(https://cdn7.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/footer-bg.jpg?t=1530643922) repeat;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: 300; }

.blackfriday {
  display: block;
  float: none;
  text-align: center;
  background-color: #a3cc29;
  color: #000000;
  font-size: .875rem;
  padding: .5rem 0 .5rem 0;
  font-weight: bold; }

@media all and (max-width: 640px) {
  .blackfriday {
    font-size: .8rem; } }

.blackfriday a {
  color: #FFFFFF; }

.homeiframe iframe {
  width: 100%;
  height: auto;
  overflow: hidden;
  scroll: none; }

.elfsight-app-93cf165a-ddf4-4fae-b8b8-c01828f83ff2 {
  text-align: center; }

.apps-cached_view {
  margin: 0; }

.powr-multi-slider {
  margin: 0px 0px 0px 0px;
  width: 100%; }

#appView {
  margin: 0px 0px 0px 0px; }

.ProductList .ProductPriceRating em .SalePrice {
  color: #f00 !important; }

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.top-bar-center {
  text-align: center; }

.video-container {
  width: 100%;
  height: auto;
  text-align: center; }

.videoWrapper {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .videoWrapper {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .videoWrapper {
    width: 300%;
    left: -100%; } }

/*----------  Banners  ----------*/
.banners {
  padding: 0 0;
  text-align: center;
  background: url(https://cdn11.bigcommerce.com/s-ntj8ctissz/product_images/uploaded_images/huntworth-rock-background-2020.jpg?t=1595002108) repeat #ececec; }

.banner {
  max-width: 100%;
  padding: 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 .content-result h1,
  .content-result .banner h1,
  .banner .content-result .blog-items-list .post-title,
  .content-result .blog-items-list .banner .post-title,
  .banner .blog-items-list .content-result .post-title,
  .blog-items-list .content-result .banner .post-title,
  .banner h5,
  .banner .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 .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #6b6e79; }
  .banner:last-child {
    border-bottom: 0; }

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

.blog-items-list .post {
  width: 48%;
  float: left;
  padding-bottom: 1rem;
  margin: 1%; }
  .blog-items-list .post:last-child {
    border: 0; }

@media (max-width: 480px) {
  .blog-items-list {
    /*breakpoint*/ }
    .blog-items-list .post {
      float: none;
      width: 100%; } }

.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 {
  font-size: 14px;
  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: 640px) {
    .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: 300;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #b6bac2;
  text-transform: none; }
  .post-meta > * {
    vertical-align: middle; }

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

/*----------  Blog Single  ----------*/
.blog-post-single .post-header {
  background-color: transparent; }

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

.blog-post-single .post-main {
  max-width: 1280px;
  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: 1rem; }

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

.site-footer a {
  color: #ffffff; }

.stamped-product-reviews-badge {
  color: #6b6e79;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: .8125rem;
  line-height: 1.75;
  display: block;
  clear: both; }

.form-field-invalid .form-inline-message {
  font-size: 1rem; }

/* end anna */
.cart-additional-checkout-buttons {
  text-align: center; }

.or-use-label {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0; }

.mini-cart-actions {
  clear: both;
  display: block;
  padding-top: 1rem; }

.mini-cart-actions .button, .mini-cart-actions .blog .post-read-more, .blog .mini-cart-actions .post-read-more {
  float: left; }

.huntworth-paypment-minicart {
  clear: both;
  display: block;
  padding: 1rem 0;
  color: #FFFFFF; }

.huntworth-paypment-minicart a {
  font-weight: bold;
  color: #FFFFFF; }

/*------------------------SYSTEM BUILDER-----------------------*/
.system-builder-home {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: .5rem 0 0 0;
  background-color: #FFFFFF;
  box-shadow: #999999 0px 0px 18px; }

@media all and (max-width: 640px) {
  .system-builder-home {
    padding: .5rem 0 2rem 0; } }

.system-builder-home h2, .system-builder-home .giftcard-header {
  padding-top: 1rem;
  float: left;
  width: 50%; }

@media all and (max-width: 640px) {
  .system-builder-home h2, .system-builder-home .giftcard-header {
    text-align: center;
    float: none;
    width: 100%; } }

.system-builder-home p {
  font-weight: 400;
  float: left;
  width: 50%;
  padding: 0 3rem 0 0; }

@media all and (max-width: 640px) {
  .system-builder-home p {
    float: none;
    width: 100%;
    padding: 0 1.5rem 0 1.5rem;
    margin-top: 0; } }

.gear-layout-home {
  width: 50%;
  float: right; }

@media all and (max-width: 640px) {
  .gear-layout-home {
    width: 100%;
    float: none; } }

.block-1x1 {
  display: block;
  position: relative;
  padding-bottom: 100%;
  width: 100%; }

.block-2x1 {
  display: block;
  position: relative;
  padding-bottom: 50%;
  width: 100%; }

.block-3x2 {
  display: block;
  position: relative;
  padding-bottom: 66%;
  width: 100%; }

@media all and (max-width: 640px) {
  .block-3x2 {
    padding-bottom: 150%; } }

.block-4x5 {
  display: block;
  position: relative;
  padding-bottom: 125%;
  width: 100%; }

@media all and (max-width: 640px) {
  .block-4x5 {
    padding-bottom: 300%; } }

.block-5x4 {
  display: block;
  position: relative;
  padding-bottom: 80%;
  width: 100%; }

.block-6x1 {
  display: block;
  position: relative;
  padding-bottom: 16.666%;
  width: 100%;
  margin: 1rem 0 0 0; }

@media all and (max-width: 640px) {
  .block-6x1 {
    padding-bottom: 50%;
    margin: 0 0 0 0; } }

.system-builder-air-10 {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  background-color: #EEEEEE; }

.system-builder-info-text {
  margin: 0 0 2rem 0; }

@media all and (max-width: 640px) {
  .system-builder-info-text {
    margin: 0 0 1rem 0; } }

.column-system-builder {
  padding-top: 2rem; }

@media all and (max-width: 640px) {
  .column-system-builder {
    padding: 1rem 1rem 0 1rem; } }

.column-system-builder h1, .column-system-builder .blog-items-list .post-title, .blog-items-list .column-system-builder .post-title {
  padding-top: 0;
  margin: 0 5rem 0 0; }

@media all and (max-width: 640px) {
  .column-system-builder h1, .column-system-builder .blog-items-list .post-title, .blog-items-list .column-system-builder .post-title {
    margin: 0 2rem 0 0; } }

.column-system-builder h2, .column-system-builder .giftcard-header {
  padding-top: 1rem;
  margin: 0; }

.column-system-builder p {
  padding-right: 4rem; }

@media all and (max-width: 640px) {
  .column-system-builder p {
    padding-right: 0;
    padding-bottom: 1rem; } }

.system-builder-main-page-link {
  display: block;
  margin: 0;
  padding: .5rem 1rem;
  color: #FFFFFF;
  background-color: #45423d;
  font-size: 1rem; }

@media all and (max-width: 640px) {
  .system-builder-main-page-link {
    padding-right: 2rem; } }

.system-builder-main-page-desc {
  display: block;
  margin: 0;
  padding: 1rem 2rem 2rem 2rem;
  color: #FFFFFF;
  background-color: #4e453e; }

.system-builder-landing-page {
  padding: 1rem; }

.system-builder-link-text {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  background: #000000;
  padding: .5rem 1rem; }

.system-builder-links-top {
  margin: 1rem 0 .5rem 0; }

.link-late-season-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-late-season-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-late-elk-or-whitetail-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-late-elk-or-whitetail-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-early-whitetail-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-early-whitetail-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-early-elk-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-early-elk-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-turkey-hunting-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-turkey-hunting-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-high-temperature-system-dc {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-dc.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.link-high-temperature-system-trn {
  display: block;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  background-image: url("https://huntworthgear.com/content/bg-link-late-season-system-trn.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

/* system landing page */
.system-landing-page-h1-banner {
  display: block;
  position: relative;
  padding-bottom: 28.125%;
  /*(1920x540 end result)*/
  width: 100%;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media all and (max-width: 640px) {
  .system-landing-page-h1-banner {
    display: block;
    position: relative;
    padding-bottom: 110%;
    /* 393x491 end result */
    width: 100%; } }

.h1-early-whitetail {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-early-whitetail-desktop.jpg"); }

.h1-early-elk {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-early-elk-desktop.jpg"); }

.h1-late-whitetail {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-late-whitetail-desktop.jpg"); }

.h1-late-elk {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-late-elk-desktop.jpg"); }

.h1-late-season {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-late-season-desktop.jpg"); }

.h1-turkey-season {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-spring-turkey-desktop.jpg"); }

.h1-hot-weather {
  background-image: url("https://huntworthgear.com/content/system-builder/h1-hot-weather-desktop.jpg"); }

@media all and (max-width: 640px) {
  .h1-early-whitetail {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-early-whitetail-mobile.jpg"); }
  .h1-early-elk {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-early-elk-mobile.jpg"); }
  .h1-late-whitetail {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-late-whitetail-mobile.jpg"); }
  .h1-late-elk {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-late-elk-mobile.jpg"); }
  .h1-late-season {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-late-season-mobile.jpg"); }
  .h1-turkey-season {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-spring-turkey-mobile.jpg"); }
  .h1-hot-weather {
    background-image: url("https://huntworthgear.com/content/system-builder/h1-hot-weather-mobile.jpg"); } }

.system-landing-page-h1-h2-card {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  margin: 0 1rem 0 2rem; }

@media all and (max-width: 640px) {
  .system-landing-page-h1-h2-card {
    top: 3%;
    left: 5%;
    width: 90%;
    transform: none;
    margin: 0 0 0 0; } }

.quote-box-late-whitetail {
  background-color: #FFFFFF;
  margin: 0 1rem 2rem 1rem;
  padding: .5rem; }

@media all and (max-width: 640px) {
  .quote-box-late-whitetail {
    margin: 0;
    padding: .5rem 0;
    width: 100%; } }

.quote-late-whitetail {
  font-family: Times;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  margin: .5rem;
  border-color: #000000;
  border-width: 4px;
  border-style: solid;
  /*	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -50%); */
  position: relative; }

@media all and (max-width: 640px) {
  .quote-late-whitetail {
    margin: 0rem; } }

.quote-late-whitetail p {
  text-align: center; }

.opening-quote {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  background-color: #FFFFFF;
  padding: .125rem .5rem;
  line-height: 1; }

@media all and (max-width: 640px) {
  .opening-quote {
    top: -0.5rem;
    left: 1rem; } }

.closing-quote {
  display: block;
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  background-color: #FFFFFF;
  padding: .125rem .5rem;
  line-height: 1; }

@media all and (max-width: 640px) {
  .closing-quote {
    bottom: -1rem;
    right: 1rem; } }

.system-builder-button {
  display: inline-block;
  border: 2px solid #000000;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  padding: .25rem .5rem;
  margin: .5rem auto 0 auto;
  border-radius: 0; }

a.system-builder-button:hover {
  color: #CC0000; }

.camo-selection-1 {
  display: block;
  margin: 1rem auto;
  text-align: center; }

.camo-selection-2 {
  display: block;
  margin: 1rem auto;
  text-align: center; }

.camo-selection-3 {
  display: block;
  margin: 1rem auto;
  text-align: center; }

.camo-selection-1 .red-button {
  margin-top: 0;
  width: 93%;
  padding: .5rem 0; }

.camo-selection-2 .red-button {
  margin-top: 0;
  width: 93%;
  padding: .5rem 0; }

.camo-selection-3 .red-button {
  margin-top: 0;
  width: 93%;
  padding: .5rem 0; }

.system-builder-video-link {
  font-size: .8rem;
  margin: .5rem 0 0 0; }

.system-builder-icon-video {
  display: inline;
  height: .8rem; }

.system-thumbnail {
  padding: 1rem 2rem 2rem 0; }

@media all and (max-width: 640px) {
  .system-thumbnail {
    padding: 1rem 0 1rem 0; } }

.system-builder-header-image {
  width: 100%; }

@media all and (max-width: 640px) {
  .system-builder-header-image {
    width: 100%; } }

/* system product listing page */
.huntworth-custom-listing-product .column-40 {
  padding: 0; }

@media all and (max-width: 640px) {
  .huntworth-custom-listing-product .column-40 {
    padding: 0; } }

.huntworth-custom-listing-product {
  margin: 1rem;
  padding: 1rem;
  height: 19rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px #bfb9b4; }

@media all and (max-width: 640px) {
  .huntworth-custom-listing-product {
    margin: 1rem 0;
    height: auto; } }

.huntworth-custom-listing-product h3, .huntworth-custom-listing-product .section-title, .huntworth-custom-listing-product .listing-title, .huntworth-custom-listing-product .login-modal .account-sub-heading, .login-modal .huntworth-custom-listing-product .account-sub-heading, .huntworth-custom-listing-product .auth-sub-heading {
  margin: 0;
  padding: 0; }

.huntworth-custom-listing-product p {
  margin: 0 .5rem 0 0;
  padding: 0;
  height: 10.5rem; }

@media all and (max-width: 640px) {
  .huntworth-custom-listing-product p {
    padding: .5rem 0 0 0;
    margin: 0 0 0 0;
    height: auto; } }

.system-builder-feature {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0 0 .25rem 0; }

.system-builder-feature img {
  height: 1.25rem; }

/*
img.sbiheatboost {
	height: 1.25rem;
	margin: 0 0 .25rem 0;
}

img.sbiprimaloft {
	height: 1rem;
}

img.sbimicroban {
	height: 1.125rem;
	margin: 0 0 .25rem 0;
}
*/
.huntworth-custom-listing-product-title {
  font-weight: bold;
  font-size: 1.2rem; }

.system-builder-sku {
  float: left;
  font-size: .75rem;
  line-height: 1.25;
  margin: .25rem 0 .25rem 0;
  font-weight: 400; }

.system-builder-price {
  font-size: .75rem;
  line-height: 1.25;
  margin: .25rem 0 .25rem 0;
  font-weight: 600; }

a.system-builder-breadcrumb-button {
  display: inline-block;
  background-color: #9e998e;
  color: #FFFFFF;
  padding: .25rem .5rem;
  margin: 1rem .5rem 0 0;
  border-radius: .125rem; }

a.lwledc-breadcrumb-button {
  display: inline-block;
  background-color: #45423d;
  color: #FFFFFF;
  padding: .5vw 1.5vw;
  border-radius: .5vw; }

@media all and (max-width: 640px) {
  a.lwledc-breadcrumb-button {
    padding: 1vw 4vw;
    border-radius: 1vw;
    background-size: 4vw; } }

.rosswog-panel {
  margin: 1.5rem 1rem .5rem 1rem;
  padding: .5rem 1rem 1rem 1rem;
  display: block;
  background-image: url("https://huntworthgear.com/content/home/bg-section-1.jpg");
  z-index: 100000000000; }

@media all and (max-width: 640px) {
  .rosswog-panel {
    margin: 2rem 0 1rem 0;
    padding: .5rem 1rem 0rem 1rem; } }

.rosswog-panel h2, .rosswog-panel .giftcard-header {
  padding-top: 1rem; }

.rosswog-panel-description {
  margin: 1rem 3rem 0 0; }

@media all and (max-width: 640px) {
  .rosswog-panel-description {
    margin: 1rem 0 0 0; } }

.basic-panel {
  margin: .25rem;
  padding: .5rem 1rem 1rem 1rem;
  display: block;
  background-color: #ede5df;
  font-size: .875rem;
  z-index: 100000000000; }

.stamped-review-header {
  margin: 0 1rem !important; }

.stamped-review-content {
  margin: 0 1rem !important; }

.extra-links {
  text-align: center;
  margin: 0 auto; }

.home-page-text-link {
  color: #000000;
  margin: 0 1rem; }

.product-images-container {
  overflow: hidden;
  padding: 0 0rem 0 0; }

@media all and (max-width: 640px) {
  .product-images-container {
    overflow: hidden; } }

.extra-nav-list {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0; }

.extra-nav-list-column {
  display: block;
  width: 16.666%;
  float: left; }

@media all and (max-width: 640px) {
  .extra-nav-list-column {
    width: 33.333%; } }

.extra-nav-list a {
  font-weight: 400; }

.extra-nav-list a.extra-nav-list-bold {
  font-weight: 700;
  text-transform: uppercase; }

.show-on-mobile {
  display: block !important;
  height: 10vw; }

@media all and (min-width: 641px) {
  .hide-on-desktop {
    display: none; } }

@media all and (max-width: 640px) {
  .hide-on-mobile {
    display: none; } }

/* 2024 VERTEK LAUNCH */
.banner-vertek-home {
  background-image: url("https://huntworthgear.com/content/bg-banner-vertek.jpg");
  background-position: center top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  background-color: #50443e;
  position: relative;
  z-index: 10;
  text-align: center; }

@media all and (max-width: 640px) {
  .banner-vertek-home {
    background-image: url("https://huntworthgear.com/content/bg-banner-vertek-mobile.jpg");
    background-color: #50443e; } }

.banner-vertek-home h2, .banner-vertek-home .giftcard-header {
  color: #ded1c3;
  text-align: center;
  text-shadow: #000000 0px 4px 0px;
  padding-top: 1rem; }

@media all and (max-width: 640px) {
  .banner-vertek-home h2, .banner-vertek-home .giftcard-header {
    padding-top: 13rem; } }

.banner-vertek-home p {
  color: #ffffff;
  text-align: center; }

.banner-vertek-home .red-button {
  margin: 1rem auto; }

@media all and (max-width: 640px) {
  .banner-vertek-home .red-button {
    margin: 1rem auto 0 auto; } }

/* August 2025 Launch */
.banner-20250801 {
  position: relative;
  background-color: #50443e; }

.banner-20250801-ratios {
  padding-bottom: 16.75%; }

@media all and (max-width: 640px) {
  .banner-20250801-ratios {
    padding-bottom: 125%; } }

.banner-20250801-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-20250801-content {
    top: 81.25%;
    left: 50%;
    width: 100%; } }

.banner-20250801-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/20250801-desktop.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .banner-20250801-image {
    background-image: url("https://huntworthgear.com/content/20250801-mobile.jpg"); } }

.banner-20250801 a {
  color: #ffffff; }

.banner-20250801 h2 a, .banner-20250801 .giftcard-header a {
  color: #ffffff; }

.banner-20250801 h2, .banner-20250801 .giftcard-header {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 .125rem 0 #000000 , 0 0rem 1rem #000000;
  margin: 0 0 1rem 0;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700; }

@media all and (max-width: 640px) {
  .banner-20250801 h2, .banner-20250801 .giftcard-header {
    margin: 0 0 1rem 0; } }

.banner-20250801 p {
  float: left;
  margin: 0;
  padding: 0 1rem 0 0;
  color: #ffffff;
  font-weight: normal;
  text-shadow: #000000 0px .1rem 0, 0 0rem 1rem #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2; }

@media all and (max-width: 640px) {
  .banner-20250801 p {
    padding: 0 0 0 1rem; } }

.banner-20250801 small {
  margin: 0;
  font-size: .9rem;
  line-height: 1; }

.banner-20250801 .red-button {
  margin-top: .125rem;
  cursor: pointer; }

/* Marketing Banner */
.banner-20250502 {
  position: relative;
  background-color: #50443e; }

.banner-20250502-ratios {
  padding-bottom: 16.75%; }

@media all and (max-width: 640px) {
  .banner-20250502-ratios {
    padding-bottom: 100%; } }

.banner-20250502-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  text-align: center;
  padding: 0;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-20250502-content {
    top: 72%;
    left: 50%;
    width: 100%; } }

.banner-20250502-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/20250528-desktop.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .banner-20250502-image {
    background-image: url("https://huntworthgear.com/content/20250528-mobile.jpg"); } }

.banner-20250502 a {
  color: #ffffff; }

.banner-20250502 h2 a, .banner-20250502 .giftcard-header a {
  color: #ffffff; }

.banner-20250502 h2, .banner-20250502 .giftcard-header {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 .125rem 0 #000000 , 0 0rem 1rem #000000;
  margin: 1rem 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700; }

@media all and (max-width: 640px) {
  .banner-20250502 h2, .banner-20250502 .giftcard-header {
    margin: .25rem 0 .5rem 0; } }

.banner-20250502 p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: normal;
  text-shadow: #000000 0px .1rem 0, 0 0rem 1rem #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1; }

.banner-20250502 small {
  margin: 0;
  font-size: .9rem;
  line-height: 1; }

.banner-20250502 .white-button {
  background: #FFFFFF;
  color: #000000;
  margin: 1rem auto;
  padding: .25rem .5rem;
  box-shadow: #000000 0px .15rem 0px, 0 0rem 1rem #000000; }

@media all and (max-width: 640px) {
  .banner-20250502 .white-button {
    margin: 1rem auto 0 auto; } }

/* 2025 Winter Markdown Sale */
.banner-20250117 {
  position: relative;
  background-color: #50443e; }

.banner-20250117-ratios {
  padding-bottom: 16.75%; }

@media all and (max-width: 640px) {
  .banner-20250117-ratios {
    padding-bottom: 125%; } }

.banner-20250117-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 66%;
  transform: translate(-50%, -50%);
  width: 30rem;
  text-align: center;
  padding: 0;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-20250117-content {
    top: 50%;
    left: 50%;
    width: 100%; } }

.banner-20250117-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/bg-20250118-desktop.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .banner-20250117-image {
    background-image: url("https://huntworthgear.com/content/bg-20250118-mobile.jpg"); } }

.banner-20250117 a {
  color: #ffffff; }

.banner-20250117 h2 a, .banner-20250117 .giftcard-header a {
  color: #80e5ff; }

.banner-20250117 h2, .banner-20250117 .giftcard-header {
  color: #80e5ff;
  text-align: center;
  text-shadow: 0 .3rem 0 #000000 , 0 0rem 1rem #000000;
  margin: .25rem 0 0 0;
  font-size: 3.33rem;
  font-weight: 900; }

@media all and (max-width: 640px) {
  .banner-20250117 h2, .banner-20250117 .giftcard-header {
    font-size: 2.22rem; } }

.banner-20250117 p {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  text-shadow: #000000 0px .15rem 0px, 0 0rem 1rem #000000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1; }

.banner-20250117 small {
  margin: 0;
  font-size: .9rem;
  line-height: 1; }

.banner-20250117 .red-button {
  margin: 1rem auto; }

@media all and (max-width: 640px) {
  .banner-20250117 .red-button {
    margin: 1rem auto 0 auto; } }

/* 2025 February 17 Off Sale */
.banner-20250217 {
  position: relative;
  background-color: #50443e; }

.banner-20250217-ratios {
  padding-bottom: 16.75%; }

@media all and (max-width: 640px) {
  .banner-20250217-ratios {
    padding-bottom: 127.5%; } }

.banner-20250217-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  text-align: center;
  padding: 0;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-20250217-content {
    top: 50%;
    left: 50%;
    width: 100%; } }

.banner-20250217-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/20250217-desktop.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .banner-20250217-image {
    background-image: url("https://huntworthgear.com/content/20250217-mobile.jpg"); } }

.banner-20250217 a {
  color: #ffffff; }

.banner-20250217 h2 a, .banner-20250217 .giftcard-header a {
  color: #ffffff; }

.banner-20250217 h2, .banner-20250217 .giftcard-header {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 .125rem 0 #000000 , 0 0rem 1rem #000000;
  margin: 1rem 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900; }

@media all and (max-width: 640px) {
  .banner-20250217 h2, .banner-20250217 .giftcard-header {
    margin: .25rem 0 .5rem 0; } }

.banner-20250217 p {
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  text-shadow: #000000 0px .1rem 0, 0 0rem 1rem #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1; }

.banner-20250217 small {
  margin: 0;
  font-size: .9rem;
  line-height: 1; }

.banner-20250217 .white-button {
  background: #ffffff;
  color: #000000;
  margin: 1rem auto;
  box-shadow: #000000 0px .15rem 0px, 0 0rem 1rem #000000; }

@media all and (max-width: 640px) {
  .banner-20250217 .white-button {
    margin: 1rem auto 0 auto; } }

.main-content .search-form {
  margin: 1rem; }

/* 2025 February 17 Off Sale */
.banner-20250303 {
  position: relative;
  background-color: #50443e; }

.banner-20250303-ratios {
  padding-bottom: 16.75%; }

@media all and (max-width: 640px) {
  .banner-20250303-ratios {
    padding-bottom: 127.5%; } }

.banner-20250303-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  text-align: center;
  padding: 0;
  z-index: 10; }

@media all and (max-width: 640px) {
  .banner-20250303-content {
    top: 50%;
    left: 50%;
    width: 100%; } }

.banner-20250303-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://huntworthgear.com/content/20250303-desktop.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; }

@media all and (max-width: 640px) {
  .banner-20250303-image {
    background-image: url("https://huntworthgear.com/content/20250303-mobile.jpg"); } }

.banner-20250303 a {
  color: #ffffff; }

.banner-20250303 h2 a, .banner-20250303 .giftcard-header a {
  color: #ffffff; }

.banner-20250303 h2, .banner-20250303 .giftcard-header {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 .125rem 0 #000000 , 0 0rem 1rem #000000;
  margin: 1rem 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900; }

@media all and (max-width: 640px) {
  .banner-20250303 h2, .banner-20250303 .giftcard-header {
    margin: .25rem 0 .5rem 0; } }

.banner-20250303 p {
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  text-shadow: #000000 0px .1rem 0, 0 0rem 1rem #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1; }

.banner-20250303 small {
  margin: 0;
  font-size: .9rem;
  line-height: 1; }

.banner-20250303 .white-button {
  background: #ffffff;
  color: #000000;
  margin: 1rem auto;
  box-shadow: #000000 0px .15rem 0px, 0 0rem 1rem #000000; }

@media all and (max-width: 640px) {
  .banner-20250303 .white-button {
    margin: 1rem auto 0 auto; } }

/* Copied from Brunner's Huntworth Stylesheets */
/* _hw_cart.scss */
/* _hw_checkout.scss */
.ExpressCheckoutBlock .ExpressCheckoutContent .HorizontalFormContainer dd {
  margin: 0 0 20px 0 !important; }
  @media screen and (min-width: 640px) {
    .ExpressCheckoutBlock .ExpressCheckoutContent .HorizontalFormContainer dd {
      margin: 0 !important; } }

/* _hw_footerheader.scss */
/*********   Header   *************/
.top-bar {
  background-color: #de1b21;
  color: #ffffff;
  text-align: center; }

.main-nav-bar {
  position: relative;
  background-color: #ffffff;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .main-nav-bar .site-branding {
    display: block;
    float: left;
    width: 55%;
    padding: 0.5rem 0 0.5rem .75rem; }
    .main-nav-bar .site-branding img {
      height: 3rem; }
    @media screen and (min-width: 640px) {
      .main-nav-bar .site-branding {
        width: 75%;
        padding: 0.5rem 0 0.5rem 1.5rem; } }
    @media screen and (min-width: 640px) {
      .main-nav-bar .site-branding {
        width: 20%;
        padding: 0.5rem 0 0.5rem 1.5rem; } }
  .main-nav-bar .navigation {
    display: none;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .main-nav-bar .navigation {
        display: block;
        width: 60%;
        float: left; } }
    .main-nav-bar .navigation > ul {
      display: inline-block;
      padding: 0%;
      height: 1rem;
      line-height: 1rem;
      margin: 1.5rem auto;
      list-style: none;
      text-align: center; }
    .main-nav-bar .navigation > ul li ul li {
      padding: 0 1rem;
      text-align: left; }
    .main-nav-bar .navigation > ul li ul li ul li {
      padding: 0;
      float: none; }
  .main-nav-bar .utility-wrapper {
    margin: 1rem auto .5rem auto;
    display: block;
    width: 45%;
    float: left; }
    @media screen and (min-width: 640px) {
      .main-nav-bar .utility-wrapper {
        width: 20%;
        margin: .75rem auto .75rem auto; } }
    .main-nav-bar .utility-wrapper .search-form {
      display: none; }
      @media screen and (min-width: 640px) {
        .main-nav-bar .utility-wrapper .search-form {
          display: block;
          float: left;
          width: 64%;
          padding: 0;
          margin: 0; } }
    .main-nav-bar .utility-wrapper .header-account-buttons {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      width: 25%; }
      @media screen and (min-width: 640px) {
        .main-nav-bar .utility-wrapper .header-account-buttons {
          width: 18%; } }
      .main-nav-bar .utility-wrapper .header-account-buttons .customer-links {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%; }
        .main-nav-bar .utility-wrapper .header-account-buttons .customer-links a {
          text-align: center;
          margin: 0;
          padding: 0; }
          .main-nav-bar .utility-wrapper .header-account-buttons .customer-links a:hover {
            color: #C22A1E; }
        .main-nav-bar .utility-wrapper .header-account-buttons .customer-links svg {
          display: block;
          margin: 0 auto;
          padding: 0;
          height: 1.5rem; }
        .main-nav-bar .utility-wrapper .header-account-buttons .customer-links span {
          display: block;
          margin: .3rem auto 0rem auto;
          font-size: .6rem;
          line-height: .5rem;
          font-weight: 600; }
    .main-nav-bar .utility-wrapper .customer-utils {
      display: none; }
      @media screen and (min-width: 640px) {
        .main-nav-bar .utility-wrapper .customer-utils {
          display: block;
          float: left;
          width: 18%;
          margin: 0;
          padding: 0;
          position: relative; } }
      .main-nav-bar .utility-wrapper .customer-utils .button-cart-toggle {
        padding: 0;
        display: none; }
        @media screen and (min-width: 640px) {
          .main-nav-bar .utility-wrapper .customer-utils .button-cart-toggle {
            display: block;
            width: 100%;
            height: 100%; }
            .main-nav-bar .utility-wrapper .customer-utils .button-cart-toggle:hover {
              color: #C22A1E; } }
      .main-nav-bar .utility-wrapper .customer-utils .cart-quantity {
        font-weight: 400;
        position: absolute;
        left: 56%;
        top: 21%;
        transform: translatex(-50%);
        transform: translateY(-50%); }
      .main-nav-bar .utility-wrapper .customer-utils .mini-cart-subtotal {
        margin-right: 0; }
      .main-nav-bar .utility-wrapper .customer-utils .button-wishlist {
        margin-right: 16px; }
      .main-nav-bar .utility-wrapper .customer-utils a, .main-nav-bar .utility-wrapper .customer-utils button {
        display: block; }
      .main-nav-bar .utility-wrapper .customer-utils svg {
        display: block;
        margin: 0 auto;
        height: 1.5rem; }
      .main-nav-bar .utility-wrapper .customer-utils span {
        margin: .3rem auto 0rem auto;
        padding: 0;
        display: block;
        font-size: .6rem;
        text-align: center;
        line-height: .5rem;
        font-weight: 600; }
    .main-nav-bar .utility-wrapper .button-mobile-nav-toggle {
      display: block;
      float: left;
      padding: 0;
      width: 25%; }
      .main-nav-bar .utility-wrapper .button-mobile-nav-toggle img {
        height: 1.5rem; }
      .main-nav-bar .utility-wrapper .button-mobile-nav-toggle span {
        display: block;
        margin: .3rem auto .2rem auto;
        font-size: .6rem;
        line-height: .5rem;
        font-weight: 600; }
      @media screen and (min-width: 640px) {
        .main-nav-bar .utility-wrapper .button-mobile-nav-toggle {
          display: none; } }
    .main-nav-bar .utility-wrapper .button-mobile-nav-cart {
      display: block;
      float: left;
      padding-left: 0;
      width: 25%;
      position: relative; }
      @media screen and (min-width: 640px) {
        .main-nav-bar .utility-wrapper .button-mobile-nav-cart {
          display: none; } }
      .main-nav-bar .utility-wrapper .button-mobile-nav-cart .cart-quantity {
        font-weight: 400;
        position: absolute;
        left: 50%;
        top: 17%;
        transform: translatex(-50%);
        transform: translateY(-50%); }
      .main-nav-bar .utility-wrapper .button-mobile-nav-cart a {
        display: block; }
        .main-nav-bar .utility-wrapper .button-mobile-nav-cart a:hover {
          color: #C22A1E; }
      .main-nav-bar .utility-wrapper .button-mobile-nav-cart svg {
        display: block;
        margin: 0px auto;
        height: 1.5rem; }
      .main-nav-bar .utility-wrapper .button-mobile-nav-cart span {
        display: block;
        margin: .3rem auto .2rem auto;
        font-size: .6rem;
        line-height: .5rem;
        font-weight: 600; }

.dropdown-panel-list li {
  float: none; }

.top-level-nav-link {
  text-transform: none;
  font-weight: 400;
  float: left;
  padding: 0 1rem;
  text-align: center; }

.navigation-mobile .top-level-nav-link {
  float: none;
  text-align: left; }

.mega-nav-panel {
  top: 100%;
  width: 100%;
  overflow-y: auto;
  transition: top 0.2s linear;
  background-color: #ffffff;
  background-image: url("https://huntworthgear.com/content/bg-mega-nav.jpg");
  background-repeat: none;
  background-size: cover; }

.mega-nav {
  position: static;
  list-style: none;
  margin-top: 0; }

.mega-nav-list {
  padding: 0;
  display: table;
  width: 100%; }

.dropdown-panel {
  background-color: #ffffff;
  background-image: url("https://huntworthgear.com/content/bg-mega-nav.jpg");
  background-repeat: none;
  background-size: cover; }

.dropdown-panel-list {
  padding: .5rem 0 1rem 0;
  width: 100%; }

.mega-nav-panel a {
  color: #4e443f; }

.dropdown-panel a {
  color: #4e443f; }

.mega-nav-panel .parent {
  display: table-cell;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0 1rem 0 1rem;
  border-width: 0 1px 0 0;
  border-color: #dededc;
  border-style: solid; }

.mega-nav-panel .noborder {
  border-width: 0 0 0 0; }

.mega-nav-panel .parent a {
  display: block;
  margin: 0 0 .5rem 0;
  text-align: left;
  font-weight: 600; }

.mega-nav-panel a.sub-parent {
  margin: 1.5rem 0 1.5rem 0;
  display: block;
  clear: both; }

.mega-nav-panel .children li {
  display: block;
  clear: both;
  float: none;
  text-align: left;
  margin: 0 0 .5rem 0;
  padding: 0;
  font-size: .875rem;
  border: 0; }

.mega-nav-panel .children a {
  font-weight: 400; }

.icon-arrow-down {
  margin-left: 0.1em; }

.mega-nav ul > li:last-child {
  margin-right: 0; }

.mega-nav-list .system-builder {
  display: none; }

.navigation-mobile .nav-mobile-panel-child .system-builder {
  display: none !important; }

.mega-nav-list .by-season {
  display: none !important; }

.navigation-mobile .nav-mobile-panel-child .by-season {
  display: none !important; }

.mega-nav-list .clearance {
  display: none !important; }

.navigation-mobile .nav-mobile-panel-child .clearance {
  display: block !important; }

/*** mobile specific  ******/
.nav-mobile-open .top-bar {
  position: relative;
  z-index: 10; }

.navigation-mobile .search-form {
  margin-top: 0; }

.navigation-mobile a {
  padding: 7px 0; }

.navigation-mobile .utils {
  padding: 0 0 0 20px; }

.button-mobile-nav-cart {
  display: none; }

/**********   Footer   ***********/
.site-footer {
  background-color: #322f2b; }
  .site-footer .footer-nav-wrap {
    padding-bottom: 260px;
    position: relative; }
    @media screen and (min-width: 640px) {
      .site-footer .footer-nav-wrap {
        padding-bottom: 0; } }
  .site-footer .footer-col {
    float: left;
    box-sizing: border-box;
    padding: 0 0 6vw 0;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 640px) {
      .site-footer .footer-col {
        width: 16.66%;
        padding: 0; } }
  .site-footer .footer-nav {
    margin-left: 1rem; }
    @media screen and (min-width: 640px) {
      .site-footer .footer-nav {
        margin-left: 0; } }
  .site-footer .footer-title {
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: none;
    font-weight: 600; }
  .site-footer ul li {
    margin: 0; }
  .site-footer .footer-logo-wrapper {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .site-footer .footer-logo-wrapper {
        float: left;
        position: relative; } }
    .site-footer .footer-logo-wrapper img {
      height: 9rem;
      padding: 0 0 1rem 0; }
    .site-footer .footer-logo-wrapper .footer-site-copyright {
      margin-top: 0;
      font-weight: 700; }
  @media screen and (min-width: 640px) {
    .site-footer .footer-social-media .social-media-link {
      display: block; } }
  .site-footer .footer-social-media .social-media-link svg {
    fill: white;
    width: 24px; }
  .site-footer .bottom-bar.show-credits {
    display: none; }

/* _hw_general.scss */
/* Headers */
h1, .blog-items-list .post-title, .h1,
h2,
.giftcard-header, .h2,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading, .h3,
h4,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title, .h4,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name, .h5,
h6,
.product-item-brand,
.product-details .product-brand,
.giftwrap-subtitle, .h6 {
  margin: 0;
  padding: 0; }
  h1 a, .blog-items-list .post-title a, .h1 a,
  h2 a,
  .giftcard-header a, .h2 a,
  h3 a,
  .section-title a,
  .listing-title a,
  .login-modal .account-sub-heading a,
  .auth-sub-heading a, .h3 a,
  h4 a,
  .content-result h1 a,
  .content-result .blog-items-list .post-title a,
  .blog-items-list .content-result .post-title a, .h4 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, .h5 a,
  h6 a,
  .product-item-brand a,
  .product-details .product-brand a,
  .giftwrap-subtitle a, .h6 a {
    color: inherit; }
    h1 a:hover, .blog-items-list .post-title a:hover, .h1 a:hover,
    h2 a:hover,
    .giftcard-header a:hover, .h2 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, .h3 a:hover,
    h4 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, .h4 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, .h5 a:hover,
    h6 a:hover,
    .product-item-brand a:hover,
    .product-details .product-brand a:hover,
    .giftwrap-subtitle a:hover, .h6 a:hover {
      color: #b6bac2; }

h1, .blog-items-list .post-title, .h1 {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
  display: block; }


h2,
.giftcard-header, .h2 {
  font-size: 1.6rem;
  line-height: 1.1;
  display: block;
  font-weight: 700; }


h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading, .h3 {
  font-size: 1.3rem;
  line-height: 1.1;
  display: block;
  font-weight: 700; }


h4,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title, .h4 {
  font-size: 1rem;
  line-height: 1.1;
  display: block;
  font-weight: 300; }

/*  typography   */
/**  general layout        ***/
.page-header {
  padding: 1rem 0; }

/* buttons    */
.btn {
  line-height: 4rem;
  height: 4rem;
  padding: 0 60px;
  text-align: center;
  border-radius: 5px; }

.btn-black {
  background-color: #000000;
  color: #ffffff; }

/*  End Forms*/
.hideonmobile {
  display: none; }

.showonmobile {
  display: block; }

@media screen and (min-width: 640px) {
  .hideonmobile {
    display: block; }
  .showonmobile {
    display: none; } }

/** Breadcrumbs */
.breadcrumbs {
  margin-bottom: .5rem;
  text-align: left; }

.blog-post-single .breadcrumbs {
  margin-bottom: 1rem; }

.breadcrumbs-system-builder-container {
  padding: .5vw;
  background-color: #EEEEEE;
  border-radius: .5vw;
  margin: 1vw 0 0 0; }

@media all and (max-width: 767px) {
  .breadcrumbs-system-builder-container {
    margin: 1vw 0 0 0;
    padding: 2vw;
    border-radius: 1vw; } }

.breadcrumbs-system-builder-container .breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 0; }

.breadcrumbs,
.breadcrumbs a {
  color: #000000; }

/** End Breadcrumbs */
/****  Slick slider  */
.slick-prev {
  margin-left: 40px;
  z-index: 1000; }

.slick-next {
  margin-right: 40px;
  z-index: 1001; }

@media only screen and (max-width: 1026px) {
  .huntworth-slick {
    display: none; } }

@media only screen and (min-width: 1026px) {
  .huntworth-slick-mobile {
    display: none; } }

/******** End Slick slider  **************/
/* _hw_product.scss */
/****  General product - shared across multiple pages   ***/
.prikid-size-chart-button-placeholder {
  display: block;
  float: left;
  clear: left;
  padding: .5rem .5rem 0 0;
  border: 0; }

.prikid-size-chart-trigger-button {
  border: 0; }

.prk-tingle-modal-box {
  font-size: .75rem; }

.tableWrapper table {
  font-size: .625rem; }

.prk-text-block-wrapper {
  font-size: .75rem; }

.account-content {
  padding-bottom: 1rem; }

.form-field-control {
  display: block;
  clear: both; }

.alert-cart-added {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 9px;
  z-index: 100000000000;
  box-shadow: 0px 5px 5px #000000; }

.alert-cart-added .alert-dismiss {
  color: black; }

.alert-cart-added .alert-message {
  padding: 4vw;
  text-align: center; }

.alert-cart-added .alert-message p {
  margin: 0 auto;
  padding: 1rem 0 0 0;
  text-align: center; }

.alert-cart-added .alert-message a {
  margin: 0 auto;
  text-align: center; }

.alert-error {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 9px;
  z-index: 100000000000;
  box-shadow: 0px 5px 5px #000000; }

.alert-error .alert-dismiss {
  color: black;
  padding: 1rem 0 0 0; }

.alert-error .alert-message {
  padding: 4vw;
  text-align: center; }

.alert-error .alert-message p {
  margin: 0 auto;
  padding: 1rem 0 0 0;
  text-align: center; }

.alert-error .alert-message a {
  margin: 0 auto;
  text-align: center; }

.huntworth-sku {
  margin: 0.5rem 0 0 0;
  font-weight: 500; }
  @media screen and (min-width: 640px) {
    .huntworth-sku {
      margin: 0; } }

.product-name {
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 .5rem 0;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .product-name {
      margin: 0 0 1rem 0;
      padding: 0; } }

.product-description {
  margin: 1rem;
  padding: 0;
  font-size: .87rem; }
  @media screen and (min-width: 640px) {
    .product-description {
      padding: 0;
      margin: 0; } }
  .product-description .two-column-text {
    column-count: 2;
    column-width: 300px;
    column-gap: 2em;
    margin-top: 0rem; }
    .product-description .two-column-text p {
      margin-top: 0; }
    @media screen and (min-width: 640px) {
      .product-description .two-column-text {
        padding-bottom: 1rem; }
        .product-description .two-column-text p {
          margin-left: auto; } }

.product-item-rating {
  margin-bottom: 0; }

/****  end general product  ****/
.product .main-content {
  padding: 0rem 0 0 0;
  background-color: #FFFFFF; }
  @media screen and (max-width: 639px) {
    .product .main-content {
      padding: 0; } }

.product-details {
  background-color: #FFFFFF; }
  .product-details p {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0px;
    font-weight: 400; }

/****     Product image Carousel              *****/
.slick-vertical.product-images-pagination {
  margin: 0;
  width: 18%;
  float: left;
  padding: 0 .5rem 0 0; }
  @media screen and (min-width: 640px) {
    .slick-vertical.product-images-pagination {
      margin-top: 0rem; } }
  .slick-vertical.product-images-pagination .product-images-pagination-icon {
    position: relative;
    top: auto;
    padding-right: 0;
    padding-left: 0; }
    .slick-vertical.product-images-pagination .product-images-pagination-icon svg {
      margin: 0 auto; }
    .slick-vertical.product-images-pagination .product-images-pagination-icon.pagination-prev {
      margin: 0 auto .25rem auto;
      text-align: center; }
    .slick-vertical.product-images-pagination .product-images-pagination-icon.pagination-next {
      margin: 0 auto;
      text-align: center; }
  .slick-vertical.product-images-pagination + .product-slides-container {
    padding-left: 18%; }

/****    END Product image Carousel              *****/
.product-badge {
  display: block;
  position: absolute;
  top: .5rem;
  right: 0;
  z-index: 1;
  padding: .25rem .5rem;
  font-weight: 700;
  font-size: .75rem;
  color: #f7f3f0;
  background-color: #de1b21; }

.product-badge-inline {
  display: inline;
  float: left;
  clear: left;
  padding: .125rem .25rem;
  margin: 0 .25rem 0 0;
  font-weight: 700;
  font-size: .75rem;
  color: #f7f3f0;
  background-color: #de1b21; }

/***     Product Detial Columns      ****/
.product-title-2025 {
  margin: 0 0 0rem 0;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem; }
  @media screen and (min-width: 640px) {
    .product-title-2025 {
      margin: 0 2rem 0 0; } }

.product-price {
  display: block;
  clear: both;
  margin: 0rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 700; }

.product-details-column {
  box-sizing: border-box;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 640px) {
    .product-details-column {
      float: left;
      width: 50%; } }
  .product-details-column .h1 {
    margin: 0 auto;
    padding: 0;
    text-transform: none;
    font-weight: 400; }
  .product-details-column .product-title {
    margin: .5rem 25% .5rem 0;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem; }
  .product-details-column .price-saved {
    color: #000000;
    font-size: .75rem;
    line-height: 1.75;
    display: block;
    float: left;
    margin: 0 .5rem 0 0; }
  .product-details-column p.product-short-description {
    margin: 0 12.5% .5rem 0;
    font-size: 1rem; }
  .product-details-column .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%; }
    .product-details-column .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.product-videos-list {
  width: 100%;
  margin: 0px auto; }
  @media screen and (min-width: 640px) {
    .product-videos-list {
      width: 100%;
      margin: 0; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%; }

#product-videos .video-container {
  margin: 1rem 0; }

/***   END Product Detail Columns  ***/
.product-quantity-submit {
  margin: 0;
  display: block;
  float: left; }

.product-quantity-container {
  margin: 0; }

.product-quantity {
  color: #000000; }
  .product-quantity::placeholder {
    color: #000000;
    opacity: 1; }

.add-to-cart {
  display: block;
  float: left;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: .25rem 2rem;
  font-size: 1rem;
  margin-right: 0; }

.add-to-cart-form {
  display: block;
  clear: both;
  margin-top: 0;
  padding: 0 0 0.5rem 0; }

.form-field-title {
  color: #000000;
  font-size: .75rem;
  display: block;
  margin: 0 0 .25rem 0;
  clear: both; }

.form-label-text {
  color: #000000; }

.form-field-rectangle .rectangle {
  margin: 0 .25rem .5rem 0;
  min-width: 2.9375rem;
  font-size: 1rem; }
  .form-field-rectangle .rectangle.option-unavailable {
    cursor: default;
    opacity: 0.3;
    background-image: url("https://huntworthgear.com/content/slash.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
    .form-field-rectangle .rectangle.option-unavailable input[type="radio"] {
      cursor: default; }
  .form-field-rectangle .rectangle:not(.option-unavailable):hover .rectangle-text {
    color: #ffffff;
    background-color: #000000; }

.form-field-rectangle input[type="radio"]:checked + .rectangle-text {
  font-size: .75rem; }

.form-field-rectangle .rectangle-text {
  display: block;
  margin: 0;
  padding: .25rem .75rem;
  color: black;
  text-align: center;
  border: .05625rem solid #000000;
  border-radius: 4px;
  font-size: .75rem; }

.product-tabs {
  border-bottom: none; }

.products-related {
  margin: 0; }
  .products-related .section-title {
    text-align: left;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1rem; }
  .products-related .product-item-thumbnail {
    border: none; }

#product-features-block {
  background-color: #7a7167; }
  #product-features-block #features-block-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: .5rem 1rem 1rem 1rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 640px) {
      #product-features-block #features-block-content {
        flex-wrap: nowrap;
        max-width: 75%;
        padding: 0 0 1rem 0; } }
  #product-features-block .product-features-image {
    display: none;
    flex: 1 1 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    margin-right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 640px) {
      #product-features-block .product-features-image {
        flex: 1 1 50%;
        width: 48%;
        margin-bottom: 0;
        padding-right: 1rem; } }
    #product-features-block .product-features-image img {
      max-width: 95%;
      display: block;
      margin: 0 auto; }
      #product-features-block .product-features-image img.fallback-image {
        opacity: 0.7; }
        @media screen and (min-width: 640px) {
          #product-features-block .product-features-image img.fallback-image {
            max-height: 400px; } }
  #product-features-block .product-features-copy {
    color: #FFFFFF;
    flex: 1 1 100%;
    width: 100%;
    box-sizing: border-box;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 2rem; }
    @media screen and (min-width: 640px) {
      #product-features-block .product-features-copy {
        flex: 1 1 50%;
        width: 50%;
        padding-left: 1rem; } }
    #product-features-block .product-features-copy h3, #product-features-block .product-features-copy .section-title, #product-features-block .product-features-copy .listing-title, #product-features-block .product-features-copy .login-modal .account-sub-heading, .login-modal #product-features-block .product-features-copy .account-sub-heading, #product-features-block .product-features-copy .auth-sub-heading {
      color: #FFFFFF;
      flex: 1 1 100%; }
    #product-features-block .product-features-copy ul {
      flex: 1 1 100%; }
      #product-features-block .product-features-copy ul li {
        margin: 1rem 0 0 0;
        font-size: .87rem; }

#product_cta {
  background-color: #dedede;
  margin-top: 1rem; }

/** quick shop is the bottom at the bottom of the quick view */
a.quick-shop-details-lower {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-top: 10px; }

/***  Product Reviews  *******/
#product-reviews,
.review-form {
  background-color: #f1f0f5; }

#product-reviews {
  padding-top: 1rem; }

.product-reviews-title {
  display: block;
  margin: 0 auto;
  width: 194px;
  text-transform: none; }

.related-products-listing-grid .product-carousel {
  padding: 0 1rem 1rem 1rem; }

/* _hw_productcategory.scss */
/** Faceted Search  */
.facet-list-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000; }
  .facet-list-title:first-of-type {
    margin-top: 0; }

.facet-list-items {
  color: #000000; }

.facet-item {
  color: #000000;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none; }

.facet-item a {
  font-weight: 400;
  font-size: .8rem; }

.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 {
  color: #000000;
  opacity: 1;
  box-shadow: 0 0 0 2px #6B6E79 inset !important; }
  .facet-price .form-input::placeholder, .facet-price .navigation-mobile .search-input::placeholder, .navigation-mobile .facet-price .search-input::placeholder, .facet-price .review-form .product-item-rating::placeholder, .review-form .facet-price .product-item-rating::placeholder {
    color: #000000;
    opacity: 1; }

.facet-list-toggle {
  border-color: #c22a1e;
  color: #c22a1e; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    background-color: #c22a1e; }

.facet-toggle-more .facet-item {
  color: #c22a1e;
  text-transform: none; }

.facet-toggle-more svg {
  fill: #c22a1e; }

/** End Faceted Search  */
/*   Breadcrumbs and Utils*/
.category-breadcrumbs-utils {
  display: flex;
  justify-content: space-between; }
  .category-breadcrumbs-utils .product-listing-desktop-breadcrumbs {
    display: none; }
    @media screen and (min-width: 640px) {
      .category-breadcrumbs-utils .product-listing-desktop-breadcrumbs {
        display: flex;
        justify-content: flex-start;
        align-items: center; } }
  .category-breadcrumbs-utils .product-listing-mobile-breadcrumbs {
    display: none; }
    @media screen and (min-width: 640px) {
      .category-breadcrumbs-utils .product-listing-mobile-breadcrumbs {
        display: none; } }
  .category-breadcrumbs-utils .listing-utils {
    display: none; }
    @media screen and (min-width: 640px) {
      .category-breadcrumbs-utils .listing-utils {
        float: none;
        display: inline-block; } }

/***  End Breadcrumbs and Utils  */
/** Product Grid  */
.product-listing-grid {
  color: #000000; }

/** End Product Grid  */
/******  Product listings item (category page - grid and list view   ******/
.product-item-thumbnail {
  margin-bottom: 1rem; }

.product-item-price {
  color: #C22A1E;
  font-weight: 700; }

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

.product-item-rating {
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: .875; }
  .product-item-rating .icon-star {
    opacity: 1; }
  .product-item-rating svg {
    fill: orange; }

/******  End Product listings item    ******/
.search-tabs {
  display: none !important; }

.product-details .price-ns-wrapper {
  display: inline;
  float: left;
  margin: 0 1rem 0 0; }

.product-details .price-value-wrapper {
  display: inline;
  float: left; }

#product-features-block-tab #features-block-content {
  padding: .5rem 1rem 1rem 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 640px) {
    #product-features-block-tab #features-block-content {
      padding: 0; } }

@media screen and (min-width: 640px) {
  #product-features-block-tab .product-features-image {
    flex: 1 1 50%;
    width: 48%;
    margin-bottom: 0;
    padding-right: 1rem; } }

#product-features-block-tab .product-features-image img {
  max-width: 95%;
  display: none;
  margin: 0 auto; }
  #product-features-block-tab .product-features-image img.fallback-image {
    opacity: 0.7; }
    @media screen and (min-width: 640px) {
      #product-features-block-tab .product-features-image img.fallback-image {
        max-height: 400px; } }

#product-features-block-tab .product-features-copy {
  margin: 0 0 2rem 0; }
  #product-features-block-tab .product-features-copy ul li {
    margin: 1rem 0 0 0;
    font-size: .87rem; }

.nav-test {
  clear: both;
  margin: 1.5rem 0 0 0; }

.camo-drop-shadow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.twenty-five-desc {
  margin: 0 2rem 0 0;
  padding: 0;
  display: block;
  background-image: url("https://huntworthgear.com/content/twenty-five-desc.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 639px) {
    .twenty-five-desc {
      margin: 0;
      background: none; } }

.twenty-five-desc-content {
  padding: 1.5rem 5.25rem 5.25rem 1.5rem;
  position: relative;
  z-index: 8; }
  @media screen and (max-width: 639px) {
    .twenty-five-desc-content {
      padding: 1rem 2.5rem 3.5rem 1rem; } }

.twenty-five-desc-shadow {
  padding: 0;
  display: block;
  background-color: #FF0000; }

.grey-bg {
  margin: 0;
  padding: 0;
  background-color: #dcdad5;
  background-image: url("https://huntworthgear.com/content/2025-web-seamless.jpg"); }
  @media screen and (min-width: 640px) {
    .grey-bg {
      margin: 0;
      background-color: #dcdad5;
      background-image: url("https://huntworthgear.com/content/2025-web-seamless.jpg"); } }

.desc-2025 {
  display: block;
  width: 60%;
  float: left;
  position: relative;
  z-index: 8;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 639px) {
    .desc-2025 {
      width: 100%;
      margin: 0 0 0 .5rem;
      float: none; } }

.desc-2025-bg-layer-1 {
  z-index: 7;
  background-color: #ffffff;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-1 {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw); } }

.desc-2025-bg-layer-2-huntworth {
  z-index: 6;
  background: #503e3e;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-huntworth {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-disruption {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-disruption.jpg");
  background-repeat: none;
  background-size: cover;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-disruption {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-tarnen {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-tarnen.jpg");
  background-repeat: none;
  background-size: 100% 100%;
  background-color: #503e3e;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-tarnen {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-tarnen-heat-boost-silentx {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-tarnen.jpg");
  background-repeat: none;
  background-size: 100% 100%;
  background-color: #503e3e;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-tarnen-heat-boost-silentx {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-vertek {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-vertek.jpg");
  background-repeat: none;
  background-size: cover;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-vertek {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-hiddn {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-hiddn.jpg");
  background-repeat: none;
  background-size: cover;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-hiddn {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-obrys {
  z-index: 6;
  background-image: url("https://staging5.mybigcommerce.com/content/bg-obrys.jpg");
  background-repeat: none;
  background-size: cover;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-obrys {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.desc-2025-bg-layer-2-snow {
  z-index: 6;
  background-image: url("https://huntworthgear.com/content/bg-snow-camo.jpg");
  background-repeat: none;
  background-size: cover;
  display: block;
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }
  @media screen and (max-width: 639px) {
    .desc-2025-bg-layer-2-snow {
      width: calc(100% - 9vw);
      height: calc(100% - 9vw);
      top: .75rem;
      left: .75rem; } }

.features-2025 {
  display: block;
  margin: 1.5rem 0 0 0;
  width: 40%;
  position: absolute;
  left: 60%; }
  @media screen and (max-width: 639px) {
    .features-2025 {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding: 0 .75rem .75rem .75rem;
      margin: 0; } }

.huntworth-features-table {
  table-layout: fixed;
  background-color: #FFFFFF;
  width: 100%;
  font-size: .75rem;
  margin: 1.5rem 0 0 0;
  padding: 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 639px) {
    .huntworth-features-table {
      padding: 0;
      margin: 0; } }

.huntworth-features-table .header {
  padding: .375rem .75rem;
  margin: 0; }

.huntworth-features-table .even {
  padding: .375rem .75rem; }

.huntworth-features-table .odd {
  padding: .375rem .75rem; }

.huntworth-features-table .header {
  background-color: #8f8986;
  color: #FFFFFF;
  font-weight: 700; }

.huntworth-features-table .header a {
  color: #FFFFFF; }

.comparison-navigation-header {
  font-size: .75rem;
  font-weight: 700;
  padding: .25rem;
  margin: 0 0 .5rem 0;
  color: #4e443f;
  border: 1px solid grey;
  text-align: center;
  border-radius: .1rem; }

.huntworth-comparison-table {
  width: 100%;
  float: left;
  font-size: .75rem;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); }

.comparison-page {
  overflow: hidden;
  margin: 0; }
  @media screen and (max-width: 639px) {
    .comparison-page {
      padding: 0 0 1rem 0; } }

.comparison-page .huntworth-comparison-table {
  display: block;
  width: 46%;
  float: left;
  font-size: .75rem;
  text-align: left;
  margin: 1rem 2% 0 2%;
  padding: 1rem 0 0 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: .1rem;
  border-color: #8f8986; }
  @media screen and (min-width: 640px) {
    .comparison-page .huntworth-comparison-table {
      width: 16.666%;
      margin: 0 0 0 0;
      border: 0;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); } }

.midweight-jackets-comparison-page .huntworth-comparison-table {
  display: block;
  width: 46%;
  float: left;
  font-size: .75rem;
  text-align: left;
  margin: 1rem 2% 0 2%;
  padding: 1rem 0 0 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: .1rem;
  border-color: #8f8986; }
  @media screen and (min-width: 640px) {
    .midweight-jackets-comparison-page .huntworth-comparison-table {
      width: 20%;
      margin: 0 0 0 0;
      border: 0;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); } }

@media screen and (min-width: 640px) {
  .midweight-pants-comparison-page .huntworth-comparison-table {
    width: 14.28%; } }

.header {
  font-weight: 700;
  margin: .5rem;
  padding: 0;
  overflow: hidden;
  border-style: solid;
  border-width: .05rem;
  border-color: #CCCCCC; }
  @media screen and (min-width: 640px) {
    .header {
      padding: 0;
      border-width: .05rem 0 0 0;
      margin: 0; } }

.sub-header {
  font-weight: 700;
  margin: 0 .5rem .5rem .5rem;
  padding: 0;
  overflow: hidden;
  border-style: solid;
  border-width: .05rem;
  border-color: #CCCCCC; }
  @media screen and (min-width: 640px) {
    .sub-header {
      padding: 0;
      border-width: .05rem 0 0 0;
      margin: 0; } }

.even {
  display: block;
  clear: both;
  background-color: #EEEEEE;
  border: 0;
  overflow: hidden;
  padding: 0; }

.odd {
  display: block;
  clear: both;
  background-color: #FFFFFF;
  border: 0;
  padding: 0;
  overflow: hidden; }

.comparison-page .legend {
  display: block; }
  @media screen and (max-width: 639px) {
    .comparison-page .legend {
      display: none; } }

.comparison-page .legend .even {
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .comparison-page .legend .even {
      padding: .5rem 0; } }

.comparison-page .legend .odd {
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .comparison-page .legend .odd {
      padding: .5rem 0; } }

.comparison-page .legend .header {
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .comparison-page .legend .header {
      padding: .5rem 0; } }

.comparison-page .legend .sub-header {
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .comparison-page .legend .sub-header {
      padding: .5rem 0; } }

.huntworth-comparison-table .column-1 {
  display: block;
  float: left;
  font-size: .75rem;
  color: #434542;
  width: 40%;
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .huntworth-comparison-table .column-1 {
      width: 50%; } }

.comparison-page .huntworth-comparison-table .column-1 {
  float: none;
  text-align: center;
  width: 100%;
  padding: .25rem 0 0 0; }
  @media screen and (min-width: 640px) {
    .comparison-page .huntworth-comparison-table .column-1 {
      display: none; } }

.comparison-page .huntworth-comparison-table .sub-header .column-1 {
  float: none;
  text-align: center;
  width: 100%;
  padding: .25rem; }
  @media screen and (min-width: 640px) {
    .comparison-page .huntworth-comparison-table .sub-header .column-1 {
      display: none; } }

.huntworth-comparison-table .column-2 {
  display: block;
  float: left;
  font-weight: 700;
  text-align: center;
  width: 60%;
  padding: .375rem .75rem; }
  @media screen and (max-width: 639px) {
    .huntworth-comparison-table .column-2 {
      width: 50%;
      padding: .375rem 0 .375rem 0; } }

.comparison-page .huntworth-comparison-table .column-2 {
  float: none;
  text-align: center;
  width: 100%;
  padding: 0 0 .25rem 0; }
  @media screen and (min-width: 640px) {
    .comparison-page .huntworth-comparison-table .column-2 {
      width: 100%;
      padding: .375rem 0 .375rem 0; } }

.comparison-page .huntworth-comparison-table .header .column-2 {
  float: none;
  width: 100%; }

.comparison-page .huntworth-comparison-table .sub-header .column-2 {
  float: none;
  width: 100%; }
  @media screen and (max-width: 639px) {
    .comparison-page .huntworth-comparison-table .sub-header .column-2 {
      display: none; } }

.huntworth-comparison-table-column {
  display: block;
  width: 15%;
  float: left; }

.huntworth-comparison-table-footer {
  clear: both;
  color: #FFFFFF;
  background: #434542;
  font-size: .66rem;
  padding: 1rem;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 640px) {
    .huntworth-comparison-table-footer {
      font-size: .75rem; } }

.huntworth-comparison-table-footer a {
  color: #ffffff; }

.no-padding td {
  padding: 0 0 0 0; }

.comparison-spacer {
  line-height: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 100%; }

#performance {
  padding: 2rem 0 0 0; }

#performance h3, #performance .section-title, #performance .listing-title, #performance .login-modal .account-sub-heading, .login-modal #performance .account-sub-heading, #performance .auth-sub-heading {
  border-bottom: 1px solid black;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0; }

#Routput {
  display: block;
  margin: .5rem 0 0 0;
  text-align: center; }

.coupon-code-display {
  text-align: center;
  display: block;
  margin: .5rem 0 0 0; }

.coupon-code-title {
  margin: 0 auto;
  padding: 0 0 .5rem 0;
  text-align: center; }

.cart-free-shipping-message {
  margin: .5rem 0 0 0;
  padding: .5rem 0 0 0;
  border-width: .25rem 0 0 0;
  border-style: solid;
  border-color: #c9342e;
  text-align: center;
  font-size: .625rem; }

.cart-content .huntworth-cart-icon {
  height: 1rem;
  padding: 0 .25rem 0 0;
  float: left; }

::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */ }

.compare-wrap {
  z-index: 10000; }

.compare-tab {
  border: 1px solid gray;
  color: black; }

.search .tabs {
  display: none; }

.info-carousel {
  background-color: #9e9b95; }

.info-carousel .center-column-75 {
  padding: 1.5rem 0; }
  @media screen and (max-width: 639px) {
    .info-carousel .center-column-75 {
      margin: 0;
      padding: 0; } }

.info-carousel .column-60 {
  padding: 0 2rem 0 0; }
  @media screen and (max-width: 639px) {
    .info-carousel .column-60 {
      padding: 0rem; } }

.info-carousel .column-40 {
  padding: 5rem 0 0 0; }
  @media screen and (max-width: 639px) {
    .info-carousel .column-40 {
      padding: 1rem; } }

.info-carousel h2, .info-carousel .giftcard-header {
  text-align: center; }
