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

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

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

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .all-link {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, .link:active, .form-actions a.forgot-password:active, body:not(.page-home) .c-link:active, .rental-catalog .section .sub-section--label .veiw-product:active, .product-info-slidebar .prd-product-link:active, .all-link:active,
a:hover,
.link:hover,
.form-actions a.forgot-password:hover,
body:not(.page-home) .c-link:hover,
.rental-catalog .section .sub-section--label .veiw-product:hover,
.product-info-slidebar .prd-product-link:hover,
.all-link:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #151515;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }


a:hover,
.link:hover,
.form-actions a.forgot-password:hover,
body:not(.page-home) .c-link:hover,
.rental-catalog .section .sub-section--label .veiw-product:hover,
.product-info-slidebar .prd-product-link:hover,
.all-link:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title,
h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5; }

a, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .all-link {
  color: #b61616;
  line-height: inherit;
  text-decoration: underline; }
  
  a:hover,
  .link:hover,
  .form-actions a.forgot-password:hover,
  body:not(.page-home) .c-link:hover,
  .rental-catalog .section .sub-section--label .veiw-product:hover,
  .product-info-slidebar .prd-product-link:hover,
  .all-link:hover, a:focus, .link:focus, .form-actions a.forgot-password:focus, body:not(.page-home) .c-link:focus, .rental-catalog .section .sub-section--label .veiw-product:focus, .product-info-slidebar .prd-product-link:focus, .all-link:focus {
    color: #151515; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title,
h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
h4,
h5,
h6 {
  color: #151515;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  .modal-header-title small,
  .productView-price span small,
  .product-info-slidebar .cart-heading .slide-title small,
  h3 small,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 small,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title small,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span small,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span small,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title small,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title small,
  h4 small,
  h5 small,
  h6 small {
    color: #707070;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 34px; }


h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title {
  font-size: 26px; }


h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

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

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

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

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

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

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

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

These are all the button

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

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

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

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

*/
.button, #consent-manager button, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #b61616;
  color: #b61616;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, #consent-manager button:hover, .sell-your-gear-form-new .form-submit-button:hover, .product-info-slidebar .cart-button:hover, .button:focus, #consent-manager button:focus, .sell-your-gear-form-new .form-submit-button:focus, .product-info-slidebar .cart-button:focus, .button.is-active, #consent-manager button.is-active, .sell-your-gear-form-new .is-active.form-submit-button, .product-info-slidebar .is-active.cart-button, .button.active, #consent-manager button.active, .sell-your-gear-form-new .active.form-submit-button, .product-info-slidebar .active.cart-button {
    background-color: transparent;
    border-color: #b61616;
    color: white; }
  .button:active, #consent-manager button:active, .sell-your-gear-form-new .form-submit-button:active, .product-info-slidebar .cart-button:active {
    background-color: transparent;
    border: 1px solid #b61616;
    color: white; }
  .button:focus, #consent-manager button:focus, .sell-your-gear-form-new .form-submit-button:focus, .product-info-slidebar .cart-button:focus, .button.is-active, #consent-manager button.is-active, .sell-your-gear-form-new .is-active.form-submit-button, .product-info-slidebar .is-active.cart-button, .button.active, #consent-manager button.active, .sell-your-gear-form-new .active.form-submit-button, .product-info-slidebar .active.cart-button {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, #consent-manager button + .button, .sell-your-gear-form-new .form-submit-button + .button, .product-info-slidebar .cart-button + .button, #consent-manager .button + button, #consent-manager button + button, .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-submit-button + button, .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .cart-button + button, .sell-your-gear-form-new .button + .form-submit-button, #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager button + .form-submit-button, .sell-your-gear-form-new .form-submit-button + .form-submit-button, .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .button + .cart-button, #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager button + .cart-button, .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-submit-button + .cart-button, .product-info-slidebar .cart-button + .cart-button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

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

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button {
  background-color: #b61616;
  border-color: #b61616;
  color: white; }
  .button--primary:hover, .sell-your-gear-form-new .form-submit-button:hover, .product-info-slidebar .cart-button:hover, .button--primary:focus, .sell-your-gear-form-new .form-submit-button:focus, .product-info-slidebar .cart-button:focus, .button--primary.is-active, .sell-your-gear-form-new .is-active.form-submit-button, .product-info-slidebar .is-active.cart-button, .button--primary.active, .sell-your-gear-form-new .active.form-submit-button, .product-info-slidebar .active.cart-button {
    background-color: white;
    border-color: white;
    color: #b61616; }
  .button--primary:active, .sell-your-gear-form-new .form-submit-button:active, .product-info-slidebar .cart-button:active {
    background-color: white;
    border: 1px solid white;
    color: #b61616; }

.button[disabled], #consent-manager button[disabled], .sell-your-gear-form-new .form-submit-button[disabled], .product-info-slidebar .cart-button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, #consent-manager button + .button--slab, .sell-your-gear-form-new .form-submit-button + .button--slab, .product-info-slidebar .cart-button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #b61616; }

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


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

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button, #consent-manager .buttonGroup > button, .sell-your-gear-form-new .buttonGroup > .form-submit-button, .product-info-slidebar .buttonGroup > .cart-button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, #consent-manager .buttonGroup > button:first-child, .sell-your-gear-form-new .buttonGroup > .form-submit-button:first-child, .product-info-slidebar .buttonGroup > .cart-button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, #consent-manager .buttonGroup > button:last-child, .sell-your-gear-form-new .buttonGroup > .form-submit-button:last-child, .product-info-slidebar .buttonGroup > .cart-button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f7f8f9;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a, .dropdown-menu-item .link, .dropdown-menu-item .form-actions a.forgot-password, .form-actions .dropdown-menu-item a.forgot-password, .dropdown-menu-item body:not(.page-home) .c-link, body:not(.page-home) .dropdown-menu-item .c-link, .dropdown-menu-item .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .dropdown-menu-item .veiw-product, .dropdown-menu-item .product-info-slidebar .prd-product-link, .product-info-slidebar .dropdown-menu-item .prd-product-link, .dropdown-menu-item .all-link {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a, .dropdown-menu-item .link, .dropdown-menu-item .form-actions a.forgot-password, .form-actions .dropdown-menu-item a.forgot-password, .dropdown-menu-item body:not(.page-home) .c-link, body:not(.page-home) .dropdown-menu-item .c-link, .dropdown-menu-item .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .dropdown-menu-item .veiw-product, .dropdown-menu-item .product-info-slidebar .prd-product-link, .product-info-slidebar .dropdown-menu-item .prd-product-link, .dropdown-menu-item .all-link {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

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

.form-legend {
  background: transparent;
  border: solid #222222;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #707070;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .select2-search--dropdown .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field {
  appearance: none;
  background-color: white;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #222222;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled, .select2-search--dropdown .select2-search__field:disabled, .productView-options [data-product-attribute='input-file'] .form-file:disabled {
    background-color: white;
    color: #222222;
    cursor: not-allowed; }
  .form-input[readonly], .select2-search--dropdown .select2-search__field[readonly], .productView-options [data-product-attribute='input-file'] .form-file[readonly] {
    background-color: #f7f8f9;
    border-color: #222222;
    color: #828282;
    cursor: text; }
  .form-input:focus, .select2-search--dropdown .select2-search__field:focus, .productView-options [data-product-attribute='input-file'] .form-file:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows], .select2-search--dropdown .select2-search__field[rows], .productView-options [data-product-attribute='input-file'] .form-file[rows] {
    height: auto; }
  .form-input[type="search"], .select2-search--dropdown .select2-search__field[type="search"], .productView-options [data-product-attribute='input-file'] .form-file[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-file::-webkit-input-placeholder, .cart-total .form-input::-webkit-input-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #222222; }
  .form-input::-ms-clear, .select2-search--dropdown .select2-search__field::-ms-clear, .productView-options [data-product-attribute='input-file'] .form-file::-ms-clear, .cart-total .form-input::-ms-clear, .cart-total .select2-search--dropdown .select2-search__field::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .select2-search--dropdown .select2-search__field::-moz-placeholder, .productView-options [data-product-attribute='input-file'] .form-file::-moz-placeholder, .cart-total .form-input::-moz-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-moz-placeholder {
    color: #222222; }
  .form-input:-ms-input-placeholder, .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-file:-ms-input-placeholder {
    color: #222222; }

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #e3e3e3;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

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

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

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

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

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

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

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action, .select2-search--dropdown .has-action.select2-search__field, .productView-options [data-product-attribute='input-file'] .has-action.form-file {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction, .select2-search--dropdown .has-action.select2-search__field + .button--inputAction, .productView-options [data-product-attribute='input-file'] .has-action.form-file + .button--inputAction, .cart-total .has-action.form-input + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon, .select2-search--dropdown .has-icon.select2-search__field, .productView-options [data-product-attribute='input-file'] .has-icon.form-file {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon, .select2-search--dropdown .has-icon.select2-search__field + .icon, .productView-options [data-product-attribute='input-file'] .has-icon.form-file + .icon, .cart-total .has-icon.form-input + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix #consent-manager button, #consent-manager .form-prefixPostfix button, .form-prefixPostfix .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-prefixPostfix .form-submit-button, .form-prefixPostfix .product-info-slidebar .cart-button, .product-info-slidebar .form-prefixPostfix .cart-button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #222222;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input, .select2-search--dropdown .form-prefixPostfix-label--prefix + .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix-label--prefix + .form-file, .cart-total .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

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

.form-field--success .form-input, .form-field--success .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-field--success .select2-search__field, .form-field--success .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-field--success .form-file,
.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .form-field--error .form-file,
.form-field--warning .form-input,
.form-field--warning .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--warning .select2-search__field,
.form-field--warning .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .form-field--warning .form-file {
  float: left; }

.form-field--success .form-input, .form-field--success .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-field--success .select2-search__field, .form-field--success .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-field--success .form-file,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

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

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


.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .form-field--error .form-file,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

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

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


.form-field--warning .form-input,
.form-field--warning .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--warning .select2-search__field,
.form-field--warning .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .form-field--warning .form-file,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #707070;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a, .breadcrumb .link, .breadcrumb .form-actions a.forgot-password, .form-actions .breadcrumb a.forgot-password, .breadcrumb body:not(.page-home) .c-link, body:not(.page-home) .breadcrumb .c-link, .breadcrumb .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .breadcrumb .veiw-product, .breadcrumb .product-info-slidebar .prd-product-link, .product-info-slidebar .breadcrumb .prd-product-link, .breadcrumb .all-link {
    color: #707070; }
  .breadcrumb.current {
    color: #707070;
    cursor: default; }
    .breadcrumb.current a, .breadcrumb.current .link, .breadcrumb.current body:not(.page-home) .c-link, body:not(.page-home) .breadcrumb.current .c-link, .breadcrumb.current .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .breadcrumb.current .veiw-product, .breadcrumb.current .product-info-slidebar .prd-product-link, .product-info-slidebar .breadcrumb.current .prd-product-link, .breadcrumb.current .all-link {
      color: #707070;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:hover .link, .breadcrumb.current:hover body:not(.page-home) .c-link, body:not(.page-home) .breadcrumb.current:hover .c-link, .breadcrumb.current:hover .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .breadcrumb.current:hover .veiw-product, .breadcrumb.current:hover .product-info-slidebar .prd-product-link, .product-info-slidebar .breadcrumb.current:hover .prd-product-link, .breadcrumb.current:hover .all-link, .breadcrumb.current:focus, .breadcrumb.current:focus a, .breadcrumb.current:focus .link, .breadcrumb.current:focus body:not(.page-home) .c-link, body:not(.page-home) .breadcrumb.current:focus .c-link, .breadcrumb.current:focus .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .breadcrumb.current:focus .veiw-product, .breadcrumb.current:focus .product-info-slidebar .prd-product-link, .product-info-slidebar .breadcrumb.current:focus .prd-product-link, .breadcrumb.current:focus .all-link {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #222222; }
    .breadcrumb.unavailable a, .breadcrumb.unavailable .link, .breadcrumb.unavailable body:not(.page-home) .c-link, body:not(.page-home) .breadcrumb.unavailable .c-link, .breadcrumb.unavailable .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .breadcrumb.unavailable .veiw-product, .breadcrumb.unavailable .product-info-slidebar .prd-product-link, .product-info-slidebar .breadcrumb.unavailable .prd-product-link, .breadcrumb.unavailable .all-link {
      color: #222222; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a,
    .breadcrumb.unavailable:hover .link,
    .breadcrumb.unavailable:hover body:not(.page-home) .c-link,
    body:not(.page-home) .breadcrumb.unavailable:hover .c-link,
    .breadcrumb.unavailable:hover .rental-catalog .section .sub-section--label .veiw-product,
    .rental-catalog .section .sub-section--label .breadcrumb.unavailable:hover .veiw-product,
    .breadcrumb.unavailable:hover .product-info-slidebar .prd-product-link,
    .product-info-slidebar .breadcrumb.unavailable:hover .prd-product-link,
    .breadcrumb.unavailable:hover .all-link, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus,
    .breadcrumb.unavailable .link:focus,
    .breadcrumb.unavailable body:not(.page-home) .c-link:focus,
    body:not(.page-home) .breadcrumb.unavailable .c-link:focus,
    .breadcrumb.unavailable .rental-catalog .section .sub-section--label .veiw-product:focus,
    .rental-catalog .section .sub-section--label .breadcrumb.unavailable .veiw-product:focus,
    .breadcrumb.unavailable .product-info-slidebar .prd-product-link:focus,
    .product-info-slidebar .breadcrumb.unavailable .prd-product-link:focus,
    .breadcrumb.unavailable .all-link:focus {
      color: #222222;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #707070;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #b61616;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #707070;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #222222;
    cursor: default; }

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

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

.tab-title {
  color: #707070;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #151515; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

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

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

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

.navList:after {
  clear: both; }

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

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

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

.navList-section + .navList-section {
  margin-top: 1.5rem; }

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

.navList-action {
  color: #b61616;
  font-size: 16px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #707070;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li .link, .pagination-list li .form-actions a.forgot-password, .form-actions .pagination-list li a.forgot-password, .pagination-list li body:not(.page-home) .c-link, body:not(.page-home) .pagination-list li .c-link, .pagination-list li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .pagination-list li .veiw-product, .pagination-list li .product-info-slidebar .prd-product-link, .product-info-slidebar .pagination-list li .prd-product-link, .pagination-list li .all-link, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #707070;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover, li.pagination-item .link:hover, li.pagination-item body:not(.page-home) .c-link:hover, body:not(.page-home) li.pagination-item .c-link:hover, li.pagination-item .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label li.pagination-item .veiw-product:hover, li.pagination-item .product-info-slidebar .prd-product-link:hover, .product-info-slidebar li.pagination-item .prd-product-link:hover, li.pagination-item .all-link:hover {
    color: #b61616; }

li.pagination-item--current a, li.pagination-item--current .link, li.pagination-item--current .form-actions a.forgot-password, .form-actions li.pagination-item--current a.forgot-password, li.pagination-item--current body:not(.page-home) .c-link, body:not(.page-home) li.pagination-item--current .c-link, li.pagination-item--current .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label li.pagination-item--current .veiw-product, li.pagination-item--current .product-info-slidebar .prd-product-link, .product-info-slidebar li.pagination-item--current .prd-product-link, li.pagination-item--current .all-link, li.pagination-item--current button {
  color: #b61616;
  cursor: default; }

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

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

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

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

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox #consent-manager button, #consent-manager .alertBox button, .alertBox .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .alertBox .form-submit-button, .alertBox .product-info-slidebar .cart-button, .product-info-slidebar .alertBox .cart-button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #222222; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a, .accordion-navigation.is-open > .link, .form-actions .accordion-navigation.is-open > a.forgot-password, body:not(.page-home) .accordion-navigation.is-open > .c-link, .rental-catalog .section .sub-section--label .accordion-navigation.is-open > .veiw-product, .product-info-slidebar .accordion-navigation.is-open > .prd-product-link, .accordion-navigation.is-open > .all-link {
    background: white;
    color: black; }
  .accordion-navigation > a, .accordion-navigation > .link, .form-actions .accordion-navigation > a.forgot-password, body:not(.page-home) .accordion-navigation > .c-link, .rental-catalog .section .sub-section--label .accordion-navigation > .veiw-product, .product-info-slidebar .accordion-navigation > .prd-product-link, .accordion-navigation > .all-link {
    background: white;
    color: #151515;
    padding: 1.875rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover, .accordion-navigation > .link:hover, .form-actions .accordion-navigation > a.forgot-password:hover, body:not(.page-home) .accordion-navigation > .c-link:hover, .rental-catalog .section .sub-section--label .accordion-navigation > .veiw-product:hover, .product-info-slidebar .accordion-navigation > .prd-product-link:hover, .accordion-navigation > .all-link:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a,
.accordion-navigation--success.is-open > .link,
.form-actions .accordion-navigation--success.is-open > a.forgot-password,
body:not(.page-home) .accordion-navigation--success.is-open > .c-link,
.rental-catalog .section .sub-section--label .accordion-navigation--success.is-open > .veiw-product,
.product-info-slidebar .accordion-navigation--success.is-open > .prd-product-link,
.accordion-navigation--success.is-open > .all-link {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a,
.accordion-navigation--error.is-open > .link,
.form-actions .accordion-navigation--error.is-open > a.forgot-password,
body:not(.page-home) .accordion-navigation--error.is-open > .c-link,
.rental-catalog .section .sub-section--label .accordion-navigation--error.is-open > .veiw-product,
.product-info-slidebar .accordion-navigation--error.is-open > .prd-product-link,
.accordion-navigation--error.is-open > .all-link {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a,
.accordion-navigation--warning.is-open > .link,
.form-actions .accordion-navigation--warning.is-open > a.forgot-password,
body:not(.page-home) .accordion-navigation--warning.is-open > .c-link,
.rental-catalog .section .sub-section--label .accordion-navigation--warning.is-open > .veiw-product,
.product-info-slidebar .accordion-navigation--warning.is-open > .prd-product-link,
.accordion-navigation--warning.is-open > .all-link {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer #consent-manager button, #consent-manager .modal-footer button, .modal-footer .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .modal-footer .form-submit-button, .modal-footer .product-info-slidebar .cart-button, .product-info-slidebar .modal-footer .cart-button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer #consent-manager button, #consent-manager .modal-footer button, .modal-footer .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .modal-footer .form-submit-button, .modal-footer .product-info-slidebar .cart-button, .product-info-slidebar .modal-footer .cart-button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar #consent-manager button, #consent-manager .actionBar button, .actionBar .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .actionBar .form-submit-button, .actionBar .product-info-slidebar .cart-button, .product-info-slidebar .actionBar .cart-button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input,
    .actionBar-section .select2-search--dropdown .select2-search__field,
    .select2-search--dropdown .actionBar-section .select2-search__field,
    .actionBar-section .productView-options [data-product-attribute='input-file'] .form-file,
    .productView-options [data-product-attribute='input-file'] .actionBar-section .form-file {
      display: inline-block;
      width: 12.5rem; } }

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

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

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

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

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body {
      padding-top: 0; } }

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

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

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

h1,
h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title,
h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .all-link {
  transition: color 0.15s ease; }

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

.page-heading, .rental-catalog h2, .rental-catalog .modal-header-title, .rental-catalog .productView-price span, .productView-price .rental-catalog span, .product-info-slidebar .cart-heading .slide-title, .blog-details .blog-grid-header .blog-grid-title {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 34px; }


h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title {
  font-size: 26px; }


h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions #consent-manager button, #consent-manager .table-actions button, .table-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .table-actions .form-submit-button, .table-actions .product-info-slidebar .cart-button, .product-info-slidebar .table-actions .cart-button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions #consent-manager button, #consent-manager .table-actions button, .table-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .table-actions .form-submit-button, .table-actions .product-info-slidebar .cart-button, .product-info-slidebar .table-actions .cart-button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions #consent-manager button + .button, #consent-manager .table-actions button + .button, .table-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .table-actions .form-submit-button + .button, .table-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .table-actions .cart-button + .button, .table-actions #consent-manager .button + button, #consent-manager .table-actions .button + button, .table-actions #consent-manager button + button, #consent-manager .table-actions button + button, .table-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .table-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .table-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .table-actions .form-submit-button + button, .table-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .table-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .table-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .table-actions .cart-button + button, .table-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .table-actions .button + .form-submit-button, .table-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .table-actions #consent-manager button + .form-submit-button, #consent-manager .table-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .table-actions button + .form-submit-button, .table-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .table-actions .form-submit-button + .form-submit-button, .table-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .table-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .table-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .table-actions .cart-button + .form-submit-button, .table-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .table-actions .button + .cart-button, .table-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .table-actions #consent-manager button + .cart-button, #consent-manager .table-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .table-actions button + .cart-button, .table-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .table-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .table-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .table-actions .form-submit-button + .cart-button, .table-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .table-actions .cart-button + .cart-button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu #consent-manager button:focus, #consent-manager .dropdown-menu button:focus, .dropdown-menu .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .dropdown-menu .form-submit-button:focus, .dropdown-menu .product-info-slidebar .cart-button:focus, .product-info-slidebar .dropdown-menu .cart-button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a, .dropdown-menu-item:first-child > .link, .form-actions .dropdown-menu-item:first-child > a.forgot-password, body:not(.page-home) .dropdown-menu-item:first-child > .c-link, .rental-catalog .section .sub-section--label .dropdown-menu-item:first-child > .veiw-product, .product-info-slidebar .dropdown-menu-item:first-child > .prd-product-link, .dropdown-menu-item:first-child > .all-link {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a, .dropdown-menu-item:last-child > .link, .form-actions .dropdown-menu-item:last-child > a.forgot-password, body:not(.page-home) .dropdown-menu-item:last-child > .c-link, .rental-catalog .section .sub-section--label .dropdown-menu-item:last-child > .veiw-product, .product-info-slidebar .dropdown-menu-item:last-child > .prd-product-link, .dropdown-menu-item:last-child > .all-link {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a, .dropdown-menu-item > .link, .form-actions .dropdown-menu-item > a.forgot-password, body:not(.page-home) .dropdown-menu-item > .c-link, .rental-catalog .section .sub-section--label .dropdown-menu-item > .veiw-product, .product-info-slidebar .dropdown-menu-item > .prd-product-link, .dropdown-menu-item > .all-link {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button, .form-wishlist #consent-manager button, #consent-manager .form-wishlist button, .form-wishlist .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-wishlist .form-submit-button, .form-wishlist .product-info-slidebar .cart-button, .product-info-slidebar .form-wishlist .cart-button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button, .form-wishlist #consent-manager button, #consent-manager .form-wishlist button, .form-wishlist .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-wishlist .form-submit-button, .form-wishlist .product-info-slidebar .cart-button, .product-info-slidebar .form-wishlist .cart-button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button, .form-wishlist #consent-manager button, #consent-manager .form-wishlist button, .form-wishlist .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-wishlist .form-submit-button, .form-wishlist .product-info-slidebar .cart-button, .product-info-slidebar .form-wishlist .cart-button {
        margin-right: 0.75rem; } }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open #consent-manager button, #consent-manager #wishlist-dropdown.is-open button, #wishlist-dropdown.is-open .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new #wishlist-dropdown.is-open .form-submit-button, #wishlist-dropdown.is-open .product-info-slidebar .cart-button, .product-info-slidebar #wishlist-dropdown.is-open .cart-button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) #consent-manager button, #consent-manager #wishlist-dropdown.is-open li:not(:last-child) button, #wishlist-dropdown.is-open li:not(:last-child) .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new #wishlist-dropdown.is-open li:not(:last-child) .form-submit-button, #wishlist-dropdown.is-open li:not(:last-child) .product-info-slidebar .cart-button, .product-info-slidebar #wishlist-dropdown.is-open li:not(:last-child) .cart-button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

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

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

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

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #b61616; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--previous > .link, .form-actions .pagination-item.pagination-item--previous > a.forgot-password, body:not(.page-home) .pagination-item.pagination-item--previous > .c-link, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--previous > .veiw-product, .product-info-slidebar .pagination-item.pagination-item--previous > .prd-product-link, .pagination-item.pagination-item--previous > .all-link, .pagination-item.pagination-item--next > a, .pagination-item.pagination-item--next > .link, .form-actions .pagination-item.pagination-item--next > a.forgot-password, body:not(.page-home) .pagination-item.pagination-item--next > .c-link, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--next > .veiw-product, .product-info-slidebar .pagination-item.pagination-item--next > .prd-product-link, .pagination-item.pagination-item--next > .all-link {
    color: #b61616; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--previous > .link:hover, .form-actions .pagination-item.pagination-item--previous > a.forgot-password:hover, body:not(.page-home) .pagination-item.pagination-item--previous > .c-link:hover, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--previous > .veiw-product:hover, .product-info-slidebar .pagination-item.pagination-item--previous > .prd-product-link:hover, .pagination-item.pagination-item--previous > .all-link:hover, .pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--next > .link:hover, .form-actions .pagination-item.pagination-item--next > a.forgot-password:hover, body:not(.page-home) .pagination-item.pagination-item--next > .c-link:hover, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--next > .veiw-product:hover, .product-info-slidebar .pagination-item.pagination-item--next > .prd-product-link:hover, .pagination-item.pagination-item--next > .all-link:hover {
      color: #151515; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--previous > .link:hover .icon > svg, .form-actions .pagination-item.pagination-item--previous > a.forgot-password:hover .icon > svg, body:not(.page-home) .pagination-item.pagination-item--previous > .c-link:hover .icon > svg, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--previous > .veiw-product:hover .icon > svg, .product-info-slidebar .pagination-item.pagination-item--previous > .prd-product-link:hover .icon > svg, .pagination-item.pagination-item--previous > .all-link:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-item.pagination-item--next > .link:hover .icon > svg, .form-actions .pagination-item.pagination-item--next > a.forgot-password:hover .icon > svg, body:not(.page-home) .pagination-item.pagination-item--next > .c-link:hover .icon > svg, .rental-catalog .section .sub-section--label .pagination-item.pagination-item--next > .veiw-product:hover .icon > svg, .product-info-slidebar .pagination-item.pagination-item--next > .prd-product-link:hover .icon > svg, .pagination-item.pagination-item--next > .all-link:hover .icon > svg {
        fill: #151515; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #707070;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button, #consent-manager button, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, #consent-manager button + .button, .sell-your-gear-form-new .form-submit-button + .button, .product-info-slidebar .cart-button + .button, #consent-manager .button + button, #consent-manager button + button, .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-submit-button + button, .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .cart-button + button, .sell-your-gear-form-new .button + .form-submit-button, #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager button + .form-submit-button, .sell-your-gear-form-new .form-submit-button + .form-submit-button, .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .button + .cart-button, #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager button + .cart-button, .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-submit-button + .cart-button, .product-info-slidebar .cart-button + .cart-button {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button, #consent-manager button + .button, .sell-your-gear-form-new .form-submit-button + .button, .product-info-slidebar .cart-button + .button, #consent-manager .button + button, #consent-manager button + button, .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-submit-button + button, .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .cart-button + button, .sell-your-gear-form-new .button + .form-submit-button, #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager button + .form-submit-button, .sell-your-gear-form-new .form-submit-button + .form-submit-button, .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .button + .cart-button, #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager button + .cart-button, .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-submit-button + .cart-button, .product-info-slidebar .cart-button + .cart-button {
        margin-left: 0.75rem; } }

.button[disabled], #consent-manager button[disabled], .sell-your-gear-form-new .form-submit-button[disabled], .product-info-slidebar .cart-button[disabled] {
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

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

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

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

.form-inlineMessage {
  display: block; }


.form-field--error .form-input,
.form-field--error .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .form-field--error .select2-search__field,
.form-field--error .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .form-field--error .form-file {
  float: none; }

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

.form-field--success .form-input[type="text"], .form-field--success .select2-search--dropdown .select2-search__field[type="text"], .select2-search--dropdown .form-field--success .select2-search__field[type="text"], .form-field--success .productView-options [data-product-attribute='input-file'] .form-file[type="text"], .productView-options [data-product-attribute='input-file'] .form-field--success .form-file[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"], .form-field--success .select2-search--dropdown .select2-search__field[name="credit_card_number"], .select2-search--dropdown .form-field--success .select2-search__field[name="credit_card_number"], .form-field--success .productView-options [data-product-attribute='input-file'] .form-file[name="credit_card_number"], .productView-options [data-product-attribute='input-file'] .form-field--success .form-file[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"], .form-field--success .select2-search--dropdown .select2-search__field[name="cvv"], .select2-search--dropdown .form-field--success .select2-search__field[name="cvv"], .form-field--success .productView-options [data-product-attribute='input-file'] .form-file[name="cvv"], .productView-options [data-product-attribute='input-file'] .form-field--success .form-file[name="cvv"] {
  background-position: right 2.25rem center; }

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

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

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

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button, .form-actions #consent-manager button, #consent-manager .form-actions button, .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button, .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .form-actions .cart-button,
  .form-actions input,
  .form-actions a,
  .form-actions .link,
  .form-actions a.forgot-password,
  .form-actions body:not(.page-home) .c-link,
  body:not(.page-home) .form-actions .c-link,
  .form-actions .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .form-actions .veiw-product,
  .form-actions .product-info-slidebar .prd-product-link,
  .product-info-slidebar .form-actions .prd-product-link,
  .form-actions .all-link {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions #consent-manager button, #consent-manager .form-actions button, .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button, .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .form-actions .cart-button,
      .form-actions input,
      .form-actions a,
      .form-actions .link,
      .form-actions a.forgot-password,
      .form-actions body:not(.page-home) .c-link,
      body:not(.page-home) .form-actions .c-link,
      .form-actions .rental-catalog .section .sub-section--label .veiw-product,
      .rental-catalog .section .sub-section--label .form-actions .veiw-product,
      .form-actions .product-info-slidebar .prd-product-link,
      .product-info-slidebar .form-actions .prd-product-link,
      .form-actions .all-link {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions #consent-manager button + .button, #consent-manager .form-actions button + .button, .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .form-actions .form-submit-button + .button, .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .form-actions .cart-button + .button, .form-actions #consent-manager .button + button, #consent-manager .form-actions .button + button, .form-actions #consent-manager button + button, #consent-manager .form-actions button + button, .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-actions .form-submit-button + button, .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .form-actions .cart-button + button, .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .form-actions .button + .form-submit-button, .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .form-actions #consent-manager button + .form-submit-button, #consent-manager .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .form-actions button + .form-submit-button, .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button + .form-submit-button, .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .form-actions .cart-button + .form-submit-button, .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .form-actions .button + .cart-button, .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .form-actions #consent-manager button + .cart-button, #consent-manager .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .form-actions button + .cart-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .cart-button, .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .form-actions .cart-button + .cart-button,
    .form-actions .button + input,
    .form-actions #consent-manager button + input,
    #consent-manager .form-actions button + input,
    .form-actions .sell-your-gear-form-new .form-submit-button + input,
    .sell-your-gear-form-new .form-actions .form-submit-button + input,
    .form-actions .product-info-slidebar .cart-button + input,
    .product-info-slidebar .form-actions .cart-button + input,
    .form-actions .button + a,
    .form-actions #consent-manager button + a,
    #consent-manager .form-actions button + a,
    .form-actions .sell-your-gear-form-new .form-submit-button + a,
    .sell-your-gear-form-new .form-actions .form-submit-button + a,
    .form-actions .product-info-slidebar .cart-button + a,
    .product-info-slidebar .form-actions .cart-button + a,
    .form-actions .button + .link,
    .form-actions #consent-manager button + .link,
    #consent-manager .form-actions button + .link,
    .form-actions .sell-your-gear-form-new .form-submit-button + .link,
    .sell-your-gear-form-new .form-actions .form-submit-button + .link,
    .form-actions .product-info-slidebar .cart-button + .link,
    .product-info-slidebar .form-actions .cart-button + .link,
    .form-actions body:not(.page-home) .button + .c-link,
    body:not(.page-home) .form-actions .button + .c-link,
    .form-actions #consent-manager body:not(.page-home) button + .c-link,
    body:not(.page-home) .form-actions #consent-manager button + .c-link,
    #consent-manager .form-actions body:not(.page-home) button + .c-link,
    body:not(.page-home) #consent-manager .form-actions button + .c-link,
    .form-actions .sell-your-gear-form-new body:not(.page-home) .form-submit-button + .c-link,
    body:not(.page-home) .form-actions .sell-your-gear-form-new .form-submit-button + .c-link,
    .sell-your-gear-form-new .form-actions body:not(.page-home) .form-submit-button + .c-link,
    body:not(.page-home) .sell-your-gear-form-new .form-actions .form-submit-button + .c-link,
    .form-actions .product-info-slidebar body:not(.page-home) .cart-button + .c-link,
    body:not(.page-home) .form-actions .product-info-slidebar .cart-button + .c-link,
    .product-info-slidebar .form-actions body:not(.page-home) .cart-button + .c-link,
    body:not(.page-home) .product-info-slidebar .form-actions .cart-button + .c-link,
    .form-actions .rental-catalog .section .sub-section--label .button + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .button + .veiw-product,
    .form-actions #consent-manager .rental-catalog .section .sub-section--label button + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions #consent-manager button + .veiw-product,
    #consent-manager .form-actions .rental-catalog .section .sub-section--label button + .veiw-product,
    .rental-catalog .section .sub-section--label #consent-manager .form-actions button + .veiw-product,
    .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-submit-button + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .form-submit-button + .veiw-product,
    .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .form-submit-button + .veiw-product,
    .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .form-submit-button + .veiw-product,
    .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .cart-button + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .cart-button + .veiw-product,
    .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .cart-button + .veiw-product,
    .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .cart-button + .veiw-product,
    .form-actions .product-info-slidebar .button + .prd-product-link,
    .product-info-slidebar .form-actions .button + .prd-product-link,
    .form-actions #consent-manager .product-info-slidebar button + .prd-product-link,
    .product-info-slidebar .form-actions #consent-manager button + .prd-product-link,
    #consent-manager .form-actions .product-info-slidebar button + .prd-product-link,
    .product-info-slidebar #consent-manager .form-actions button + .prd-product-link,
    .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .prd-product-link,
    .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .prd-product-link,
    .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .prd-product-link,
    .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .prd-product-link,
    .form-actions .product-info-slidebar .cart-button + .prd-product-link,
    .product-info-slidebar .form-actions .cart-button + .prd-product-link,
    .form-actions .button + .all-link,
    .form-actions #consent-manager button + .all-link,
    #consent-manager .form-actions button + .all-link,
    .form-actions .sell-your-gear-form-new .form-submit-button + .all-link,
    .sell-your-gear-form-new .form-actions .form-submit-button + .all-link,
    .form-actions .product-info-slidebar .cart-button + .all-link,
    .product-info-slidebar .form-actions .cart-button + .all-link,
    .form-actions input + .button,
    .form-actions #consent-manager input + button,
    #consent-manager .form-actions input + button,
    .form-actions .sell-your-gear-form-new input + .form-submit-button,
    .sell-your-gear-form-new .form-actions input + .form-submit-button,
    .form-actions .product-info-slidebar input + .cart-button,
    .product-info-slidebar .form-actions input + .cart-button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions input + .link,
    .form-actions input + a.forgot-password,
    .form-actions body:not(.page-home) input + .c-link,
    body:not(.page-home) .form-actions input + .c-link,
    .form-actions .rental-catalog .section .sub-section--label input + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions input + .veiw-product,
    .form-actions .product-info-slidebar input + .prd-product-link,
    .product-info-slidebar .form-actions input + .prd-product-link,
    .form-actions input + .all-link,
    .form-actions a + .button,
    .form-actions .link + .button,
    .form-actions body:not(.page-home) .c-link + .button,
    body:not(.page-home) .form-actions .c-link + .button,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + .button,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + .button,
    .form-actions .product-info-slidebar .prd-product-link + .button,
    .product-info-slidebar .form-actions .prd-product-link + .button,
    .form-actions .all-link + .button,
    .form-actions #consent-manager a + button,
    #consent-manager .form-actions a + button,
    .form-actions #consent-manager .link + button,
    #consent-manager .form-actions .link + button,
    .form-actions body:not(.page-home) #consent-manager .c-link + button,
    #consent-manager .form-actions body:not(.page-home) .c-link + button,
    body:not(.page-home) .form-actions #consent-manager .c-link + button,
    #consent-manager body:not(.page-home) .form-actions .c-link + button,
    .form-actions .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button,
    #consent-manager .form-actions .rental-catalog .section .sub-section--label .veiw-product + button,
    .rental-catalog .section .sub-section--label .form-actions #consent-manager .veiw-product + button,
    #consent-manager .rental-catalog .section .sub-section--label .form-actions .veiw-product + button,
    .form-actions .product-info-slidebar #consent-manager .prd-product-link + button,
    #consent-manager .form-actions .product-info-slidebar .prd-product-link + button,
    .product-info-slidebar .form-actions #consent-manager .prd-product-link + button,
    #consent-manager .product-info-slidebar .form-actions .prd-product-link + button,
    .form-actions #consent-manager .all-link + button,
    #consent-manager .form-actions .all-link + button,
    .form-actions .sell-your-gear-form-new a + .form-submit-button,
    .sell-your-gear-form-new .form-actions a + .form-submit-button,
    .form-actions .sell-your-gear-form-new .link + .form-submit-button,
    .sell-your-gear-form-new .form-actions .link + .form-submit-button,
    .form-actions body:not(.page-home) .sell-your-gear-form-new .c-link + .form-submit-button,
    .sell-your-gear-form-new .form-actions body:not(.page-home) .c-link + .form-submit-button,
    body:not(.page-home) .form-actions .sell-your-gear-form-new .c-link + .form-submit-button,
    .sell-your-gear-form-new body:not(.page-home) .form-actions .c-link + .form-submit-button,
    .form-actions .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .form-submit-button,
    .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button,
    .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .veiw-product + .form-submit-button,
    .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-actions .veiw-product + .form-submit-button,
    .form-actions .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .form-submit-button,
    .sell-your-gear-form-new .form-actions .product-info-slidebar .prd-product-link + .form-submit-button,
    .product-info-slidebar .form-actions .sell-your-gear-form-new .prd-product-link + .form-submit-button,
    .sell-your-gear-form-new .product-info-slidebar .form-actions .prd-product-link + .form-submit-button,
    .form-actions .sell-your-gear-form-new .all-link + .form-submit-button,
    .sell-your-gear-form-new .form-actions .all-link + .form-submit-button,
    .form-actions .product-info-slidebar a + .cart-button,
    .product-info-slidebar .form-actions a + .cart-button,
    .form-actions .product-info-slidebar .link + .cart-button,
    .product-info-slidebar .form-actions .link + .cart-button,
    .form-actions body:not(.page-home) .product-info-slidebar .c-link + .cart-button,
    .product-info-slidebar .form-actions body:not(.page-home) .c-link + .cart-button,
    body:not(.page-home) .form-actions .product-info-slidebar .c-link + .cart-button,
    .product-info-slidebar body:not(.page-home) .form-actions .c-link + .cart-button,
    .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .cart-button,
    .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .veiw-product + .cart-button,
    .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + .cart-button,
    .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .veiw-product + .cart-button,
    .form-actions .product-info-slidebar .prd-product-link + .cart-button,
    .product-info-slidebar .form-actions .prd-product-link + .cart-button,
    .form-actions .product-info-slidebar .all-link + .cart-button,
    .product-info-slidebar .form-actions .all-link + .cart-button,
    .form-actions a + input,
    .form-actions .link + input,
    .form-actions a.forgot-password + input,
    .form-actions body:not(.page-home) .c-link + input,
    body:not(.page-home) .form-actions .c-link + input,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + input,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + input,
    .form-actions .product-info-slidebar .prd-product-link + input,
    .product-info-slidebar .form-actions .prd-product-link + input,
    .form-actions .all-link + input,
    .form-actions a + a,
    .form-actions .link + a,
    .form-actions a.forgot-password + a,
    .form-actions body:not(.page-home) .c-link + a,
    body:not(.page-home) .form-actions .c-link + a,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + a,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + a,
    .form-actions .product-info-slidebar .prd-product-link + a,
    .product-info-slidebar .form-actions .prd-product-link + a,
    .form-actions .all-link + a,
    .form-actions a + .link,
    .form-actions .link + .link,
    .form-actions body:not(.page-home) .c-link + .link,
    body:not(.page-home) .form-actions .c-link + .link,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + .link,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + .link,
    .form-actions .product-info-slidebar .prd-product-link + .link,
    .product-info-slidebar .form-actions .prd-product-link + .link,
    .form-actions .all-link + .link,
    .form-actions a + a.forgot-password,
    .form-actions body:not(.page-home) a + .c-link,
    body:not(.page-home) .form-actions a + .c-link,
    .form-actions body:not(.page-home) .link + .c-link,
    body:not(.page-home) .form-actions .link + .c-link,
    .form-actions body:not(.page-home) .c-link + .c-link,
    body:not(.page-home) .form-actions .c-link + .c-link,
    .form-actions .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product + .c-link,
    body:not(.page-home) .form-actions .rental-catalog .section .sub-section--label .veiw-product + .c-link,
    .rental-catalog .section .sub-section--label .form-actions body:not(.page-home) .veiw-product + .c-link,
    body:not(.page-home) .rental-catalog .section .sub-section--label .form-actions .veiw-product + .c-link,
    .form-actions .product-info-slidebar body:not(.page-home) .prd-product-link + .c-link,
    body:not(.page-home) .form-actions .product-info-slidebar .prd-product-link + .c-link,
    .product-info-slidebar .form-actions body:not(.page-home) .prd-product-link + .c-link,
    body:not(.page-home) .product-info-slidebar .form-actions .prd-product-link + .c-link,
    .form-actions body:not(.page-home) .all-link + .c-link,
    body:not(.page-home) .form-actions .all-link + .c-link,
    .form-actions .rental-catalog .section .sub-section--label a + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions a + .veiw-product,
    .form-actions .rental-catalog .section .sub-section--label .link + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .link + .veiw-product,
    .form-actions body:not(.page-home) .rental-catalog .section .sub-section--label .c-link + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions body:not(.page-home) .c-link + .veiw-product,
    body:not(.page-home) .form-actions .rental-catalog .section .sub-section--label .c-link + .veiw-product,
    .rental-catalog .section .sub-section--label body:not(.page-home) .form-actions .c-link + .veiw-product,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + .veiw-product,
    .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .prd-product-link + .veiw-product,
    .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product,
    .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .prd-product-link + .veiw-product,
    .form-actions .rental-catalog .section .sub-section--label .all-link + .veiw-product,
    .rental-catalog .section .sub-section--label .form-actions .all-link + .veiw-product,
    .form-actions .product-info-slidebar a + .prd-product-link,
    .product-info-slidebar .form-actions a + .prd-product-link,
    .form-actions .product-info-slidebar .link + .prd-product-link,
    .product-info-slidebar .form-actions .link + .prd-product-link,
    .form-actions body:not(.page-home) .product-info-slidebar .c-link + .prd-product-link,
    .product-info-slidebar .form-actions body:not(.page-home) .c-link + .prd-product-link,
    body:not(.page-home) .form-actions .product-info-slidebar .c-link + .prd-product-link,
    .product-info-slidebar body:not(.page-home) .form-actions .c-link + .prd-product-link,
    .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .prd-product-link,
    .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .veiw-product + .prd-product-link,
    .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + .prd-product-link,
    .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .veiw-product + .prd-product-link,
    .form-actions .product-info-slidebar .prd-product-link + .prd-product-link,
    .product-info-slidebar .form-actions .prd-product-link + .prd-product-link,
    .form-actions .product-info-slidebar .all-link + .prd-product-link,
    .product-info-slidebar .form-actions .all-link + .prd-product-link,
    .form-actions a + .all-link,
    .form-actions .link + .all-link,
    .form-actions body:not(.page-home) .c-link + .all-link,
    body:not(.page-home) .form-actions .c-link + .all-link,
    .form-actions .rental-catalog .section .sub-section--label .veiw-product + .all-link,
    .rental-catalog .section .sub-section--label .form-actions .veiw-product + .all-link,
    .form-actions .product-info-slidebar .prd-product-link + .all-link,
    .product-info-slidebar .form-actions .prd-product-link + .all-link,
    .form-actions .all-link + .all-link {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions #consent-manager button + .button, #consent-manager .form-actions button + .button, .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .form-actions .form-submit-button + .button, .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .form-actions .cart-button + .button, .form-actions #consent-manager .button + button, #consent-manager .form-actions .button + button, .form-actions #consent-manager button + button, #consent-manager .form-actions button + button, .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-actions .form-submit-button + button, .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .form-actions .cart-button + button, .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .form-actions .button + .form-submit-button, .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .form-actions #consent-manager button + .form-submit-button, #consent-manager .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .form-actions button + .form-submit-button, .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button + .form-submit-button, .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .form-actions .cart-button + .form-submit-button, .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .form-actions .button + .cart-button, .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .form-actions #consent-manager button + .cart-button, #consent-manager .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .form-actions button + .cart-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .cart-button, .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .form-actions .cart-button + .cart-button,
        .form-actions .button + input,
        .form-actions #consent-manager button + input,
        #consent-manager .form-actions button + input,
        .form-actions .sell-your-gear-form-new .form-submit-button + input,
        .sell-your-gear-form-new .form-actions .form-submit-button + input,
        .form-actions .product-info-slidebar .cart-button + input,
        .product-info-slidebar .form-actions .cart-button + input,
        .form-actions .button + a,
        .form-actions #consent-manager button + a,
        #consent-manager .form-actions button + a,
        .form-actions .sell-your-gear-form-new .form-submit-button + a,
        .sell-your-gear-form-new .form-actions .form-submit-button + a,
        .form-actions .product-info-slidebar .cart-button + a,
        .product-info-slidebar .form-actions .cart-button + a,
        .form-actions .button + .link,
        .form-actions #consent-manager button + .link,
        #consent-manager .form-actions button + .link,
        .form-actions .sell-your-gear-form-new .form-submit-button + .link,
        .sell-your-gear-form-new .form-actions .form-submit-button + .link,
        .form-actions .product-info-slidebar .cart-button + .link,
        .product-info-slidebar .form-actions .cart-button + .link,
        .form-actions body:not(.page-home) .button + .c-link,
        body:not(.page-home) .form-actions .button + .c-link,
        .form-actions #consent-manager body:not(.page-home) button + .c-link,
        body:not(.page-home) .form-actions #consent-manager button + .c-link,
        #consent-manager .form-actions body:not(.page-home) button + .c-link,
        body:not(.page-home) #consent-manager .form-actions button + .c-link,
        .form-actions .sell-your-gear-form-new body:not(.page-home) .form-submit-button + .c-link,
        body:not(.page-home) .form-actions .sell-your-gear-form-new .form-submit-button + .c-link,
        .sell-your-gear-form-new .form-actions body:not(.page-home) .form-submit-button + .c-link,
        body:not(.page-home) .sell-your-gear-form-new .form-actions .form-submit-button + .c-link,
        .form-actions .product-info-slidebar body:not(.page-home) .cart-button + .c-link,
        body:not(.page-home) .form-actions .product-info-slidebar .cart-button + .c-link,
        .product-info-slidebar .form-actions body:not(.page-home) .cart-button + .c-link,
        body:not(.page-home) .product-info-slidebar .form-actions .cart-button + .c-link,
        .form-actions .rental-catalog .section .sub-section--label .button + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .button + .veiw-product,
        .form-actions #consent-manager .rental-catalog .section .sub-section--label button + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions #consent-manager button + .veiw-product,
        #consent-manager .form-actions .rental-catalog .section .sub-section--label button + .veiw-product,
        .rental-catalog .section .sub-section--label #consent-manager .form-actions button + .veiw-product,
        .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-submit-button + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .form-submit-button + .veiw-product,
        .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .form-submit-button + .veiw-product,
        .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .form-submit-button + .veiw-product,
        .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .cart-button + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .cart-button + .veiw-product,
        .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .cart-button + .veiw-product,
        .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .cart-button + .veiw-product,
        .form-actions .product-info-slidebar .button + .prd-product-link,
        .product-info-slidebar .form-actions .button + .prd-product-link,
        .form-actions #consent-manager .product-info-slidebar button + .prd-product-link,
        .product-info-slidebar .form-actions #consent-manager button + .prd-product-link,
        #consent-manager .form-actions .product-info-slidebar button + .prd-product-link,
        .product-info-slidebar #consent-manager .form-actions button + .prd-product-link,
        .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .prd-product-link,
        .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .prd-product-link,
        .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .prd-product-link,
        .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .prd-product-link,
        .form-actions .product-info-slidebar .cart-button + .prd-product-link,
        .product-info-slidebar .form-actions .cart-button + .prd-product-link,
        .form-actions .button + .all-link,
        .form-actions #consent-manager button + .all-link,
        #consent-manager .form-actions button + .all-link,
        .form-actions .sell-your-gear-form-new .form-submit-button + .all-link,
        .sell-your-gear-form-new .form-actions .form-submit-button + .all-link,
        .form-actions .product-info-slidebar .cart-button + .all-link,
        .product-info-slidebar .form-actions .cart-button + .all-link,
        .form-actions input + .button,
        .form-actions #consent-manager input + button,
        #consent-manager .form-actions input + button,
        .form-actions .sell-your-gear-form-new input + .form-submit-button,
        .sell-your-gear-form-new .form-actions input + .form-submit-button,
        .form-actions .product-info-slidebar input + .cart-button,
        .product-info-slidebar .form-actions input + .cart-button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions input + .link,
        .form-actions input + a.forgot-password,
        .form-actions body:not(.page-home) input + .c-link,
        body:not(.page-home) .form-actions input + .c-link,
        .form-actions .rental-catalog .section .sub-section--label input + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions input + .veiw-product,
        .form-actions .product-info-slidebar input + .prd-product-link,
        .product-info-slidebar .form-actions input + .prd-product-link,
        .form-actions input + .all-link,
        .form-actions a + .button,
        .form-actions .link + .button,
        .form-actions body:not(.page-home) .c-link + .button,
        body:not(.page-home) .form-actions .c-link + .button,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + .button,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + .button,
        .form-actions .product-info-slidebar .prd-product-link + .button,
        .product-info-slidebar .form-actions .prd-product-link + .button,
        .form-actions .all-link + .button,
        .form-actions #consent-manager a + button,
        #consent-manager .form-actions a + button,
        .form-actions #consent-manager .link + button,
        #consent-manager .form-actions .link + button,
        .form-actions body:not(.page-home) #consent-manager .c-link + button,
        #consent-manager .form-actions body:not(.page-home) .c-link + button,
        body:not(.page-home) .form-actions #consent-manager .c-link + button,
        #consent-manager body:not(.page-home) .form-actions .c-link + button,
        .form-actions .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button,
        #consent-manager .form-actions .rental-catalog .section .sub-section--label .veiw-product + button,
        .rental-catalog .section .sub-section--label .form-actions #consent-manager .veiw-product + button,
        #consent-manager .rental-catalog .section .sub-section--label .form-actions .veiw-product + button,
        .form-actions .product-info-slidebar #consent-manager .prd-product-link + button,
        #consent-manager .form-actions .product-info-slidebar .prd-product-link + button,
        .product-info-slidebar .form-actions #consent-manager .prd-product-link + button,
        #consent-manager .product-info-slidebar .form-actions .prd-product-link + button,
        .form-actions #consent-manager .all-link + button,
        #consent-manager .form-actions .all-link + button,
        .form-actions .sell-your-gear-form-new a + .form-submit-button,
        .sell-your-gear-form-new .form-actions a + .form-submit-button,
        .form-actions .sell-your-gear-form-new .link + .form-submit-button,
        .sell-your-gear-form-new .form-actions .link + .form-submit-button,
        .form-actions body:not(.page-home) .sell-your-gear-form-new .c-link + .form-submit-button,
        .sell-your-gear-form-new .form-actions body:not(.page-home) .c-link + .form-submit-button,
        body:not(.page-home) .form-actions .sell-your-gear-form-new .c-link + .form-submit-button,
        .sell-your-gear-form-new body:not(.page-home) .form-actions .c-link + .form-submit-button,
        .form-actions .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .form-submit-button,
        .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button,
        .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .veiw-product + .form-submit-button,
        .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-actions .veiw-product + .form-submit-button,
        .form-actions .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .form-submit-button,
        .sell-your-gear-form-new .form-actions .product-info-slidebar .prd-product-link + .form-submit-button,
        .product-info-slidebar .form-actions .sell-your-gear-form-new .prd-product-link + .form-submit-button,
        .sell-your-gear-form-new .product-info-slidebar .form-actions .prd-product-link + .form-submit-button,
        .form-actions .sell-your-gear-form-new .all-link + .form-submit-button,
        .sell-your-gear-form-new .form-actions .all-link + .form-submit-button,
        .form-actions .product-info-slidebar a + .cart-button,
        .product-info-slidebar .form-actions a + .cart-button,
        .form-actions .product-info-slidebar .link + .cart-button,
        .product-info-slidebar .form-actions .link + .cart-button,
        .form-actions body:not(.page-home) .product-info-slidebar .c-link + .cart-button,
        .product-info-slidebar .form-actions body:not(.page-home) .c-link + .cart-button,
        body:not(.page-home) .form-actions .product-info-slidebar .c-link + .cart-button,
        .product-info-slidebar body:not(.page-home) .form-actions .c-link + .cart-button,
        .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .cart-button,
        .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .veiw-product + .cart-button,
        .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + .cart-button,
        .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .veiw-product + .cart-button,
        .form-actions .product-info-slidebar .prd-product-link + .cart-button,
        .product-info-slidebar .form-actions .prd-product-link + .cart-button,
        .form-actions .product-info-slidebar .all-link + .cart-button,
        .product-info-slidebar .form-actions .all-link + .cart-button,
        .form-actions a + input,
        .form-actions .link + input,
        .form-actions a.forgot-password + input,
        .form-actions body:not(.page-home) .c-link + input,
        body:not(.page-home) .form-actions .c-link + input,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + input,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + input,
        .form-actions .product-info-slidebar .prd-product-link + input,
        .product-info-slidebar .form-actions .prd-product-link + input,
        .form-actions .all-link + input,
        .form-actions a + a,
        .form-actions .link + a,
        .form-actions a.forgot-password + a,
        .form-actions body:not(.page-home) .c-link + a,
        body:not(.page-home) .form-actions .c-link + a,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + a,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + a,
        .form-actions .product-info-slidebar .prd-product-link + a,
        .product-info-slidebar .form-actions .prd-product-link + a,
        .form-actions .all-link + a,
        .form-actions a + .link,
        .form-actions .link + .link,
        .form-actions body:not(.page-home) .c-link + .link,
        body:not(.page-home) .form-actions .c-link + .link,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + .link,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + .link,
        .form-actions .product-info-slidebar .prd-product-link + .link,
        .product-info-slidebar .form-actions .prd-product-link + .link,
        .form-actions .all-link + .link,
        .form-actions a + a.forgot-password,
        .form-actions body:not(.page-home) a + .c-link,
        body:not(.page-home) .form-actions a + .c-link,
        .form-actions body:not(.page-home) .link + .c-link,
        body:not(.page-home) .form-actions .link + .c-link,
        .form-actions body:not(.page-home) .c-link + .c-link,
        body:not(.page-home) .form-actions .c-link + .c-link,
        .form-actions .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product + .c-link,
        body:not(.page-home) .form-actions .rental-catalog .section .sub-section--label .veiw-product + .c-link,
        .rental-catalog .section .sub-section--label .form-actions body:not(.page-home) .veiw-product + .c-link,
        body:not(.page-home) .rental-catalog .section .sub-section--label .form-actions .veiw-product + .c-link,
        .form-actions .product-info-slidebar body:not(.page-home) .prd-product-link + .c-link,
        body:not(.page-home) .form-actions .product-info-slidebar .prd-product-link + .c-link,
        .product-info-slidebar .form-actions body:not(.page-home) .prd-product-link + .c-link,
        body:not(.page-home) .product-info-slidebar .form-actions .prd-product-link + .c-link,
        .form-actions body:not(.page-home) .all-link + .c-link,
        body:not(.page-home) .form-actions .all-link + .c-link,
        .form-actions .rental-catalog .section .sub-section--label a + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions a + .veiw-product,
        .form-actions .rental-catalog .section .sub-section--label .link + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .link + .veiw-product,
        .form-actions body:not(.page-home) .rental-catalog .section .sub-section--label .c-link + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions body:not(.page-home) .c-link + .veiw-product,
        body:not(.page-home) .form-actions .rental-catalog .section .sub-section--label .c-link + .veiw-product,
        .rental-catalog .section .sub-section--label body:not(.page-home) .form-actions .c-link + .veiw-product,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + .veiw-product,
        .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .prd-product-link + .veiw-product,
        .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product,
        .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .prd-product-link + .veiw-product,
        .form-actions .rental-catalog .section .sub-section--label .all-link + .veiw-product,
        .rental-catalog .section .sub-section--label .form-actions .all-link + .veiw-product,
        .form-actions .product-info-slidebar a + .prd-product-link,
        .product-info-slidebar .form-actions a + .prd-product-link,
        .form-actions .product-info-slidebar .link + .prd-product-link,
        .product-info-slidebar .form-actions .link + .prd-product-link,
        .form-actions body:not(.page-home) .product-info-slidebar .c-link + .prd-product-link,
        .product-info-slidebar .form-actions body:not(.page-home) .c-link + .prd-product-link,
        body:not(.page-home) .form-actions .product-info-slidebar .c-link + .prd-product-link,
        .product-info-slidebar body:not(.page-home) .form-actions .c-link + .prd-product-link,
        .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .prd-product-link,
        .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .veiw-product + .prd-product-link,
        .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + .prd-product-link,
        .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .veiw-product + .prd-product-link,
        .form-actions .product-info-slidebar .prd-product-link + .prd-product-link,
        .product-info-slidebar .form-actions .prd-product-link + .prd-product-link,
        .form-actions .product-info-slidebar .all-link + .prd-product-link,
        .product-info-slidebar .form-actions .all-link + .prd-product-link,
        .form-actions a + .all-link,
        .form-actions .link + .all-link,
        .form-actions body:not(.page-home) .c-link + .all-link,
        body:not(.page-home) .form-actions .c-link + .all-link,
        .form-actions .rental-catalog .section .sub-section--label .veiw-product + .all-link,
        .rental-catalog .section .sub-section--label .form-actions .veiw-product + .all-link,
        .form-actions .product-info-slidebar .prd-product-link + .all-link,
        .product-info-slidebar .form-actions .prd-product-link + .all-link,
        .form-actions .all-link + .all-link {
          margin: 0 0 0 0.75rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

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

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

.form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file, .form-prefixPostfix .button, .form-prefixPostfix #consent-manager button, #consent-manager .form-prefixPostfix button, .form-prefixPostfix .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-prefixPostfix .form-submit-button, .form-prefixPostfix .product-info-slidebar .cart-button, .product-info-slidebar .form-prefixPostfix .cart-button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input, .form-prefixPostfix .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-prefixPostfix .select2-search__field, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field::-webkit-input-placeholder, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file::-webkit-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file::-webkit-input-placeholder {
  color: #222222; }

.form-prefixPostfix .form-input::-moz-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field::-moz-placeholder, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file::-moz-placeholder, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file::-moz-placeholder {
  color: #222222; }

.form-prefixPostfix .form-input:-ms-input-placeholder, .form-prefixPostfix .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .select2-search--dropdown .form-prefixPostfix .select2-search__field:-ms-input-placeholder, .form-prefixPostfix .productView-options [data-product-attribute='input-file'] .form-file:-ms-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-prefixPostfix .form-file:-ms-input-placeholder {
  color: #222222; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix #consent-manager button, #consent-manager .form-prefixPostfix button, .form-prefixPostfix .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-prefixPostfix .form-submit-button, .form-prefixPostfix .product-info-slidebar .cart-button, .product-info-slidebar .form-prefixPostfix .cart-button {
    width: auto; } }

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

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

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

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

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

.form-increment .button, .form-increment #consent-manager button, #consent-manager .form-increment button, .form-increment .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-increment .form-submit-button, .form-increment .product-info-slidebar .cart-button, .product-info-slidebar .form-increment .cart-button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button, .form-minMaxRow #consent-manager button, #consent-manager .form-minMaxRow button, .form-minMaxRow .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-minMaxRow .form-submit-button, .form-minMaxRow .product-info-slidebar .cart-button, .product-info-slidebar .form-minMaxRow .cart-button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 16px;
  margin: 0 0 0.25rem; }
  .card-title > a, .card-title > .link, .form-actions .card-title > a.forgot-password, body:not(.page-home) .card-title > .c-link, .rental-catalog .section .sub-section--label .card-title > .veiw-product, .product-info-slidebar .card-title > .prd-product-link, .card-title > .all-link {
    color: #151515;
    display: block;
    text-decoration: none; }
    .card-title > a:hover, .card-title > .link:hover, .form-actions .card-title > a.forgot-password:hover, body:not(.page-home) .card-title > .c-link:hover, .rental-catalog .section .sub-section--label .card-title > .veiw-product:hover, .product-info-slidebar .card-title > .prd-product-link:hover, .card-title > .all-link:hover {
      color: #b61616; }

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

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

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #b61616; }
    .card--alternate:hover .card-body {
      background-color: #b61616; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a, .card--alternate:hover .card-title > .link, .card--alternate:hover .form-actions .card-title > a.forgot-password, .card--alternate:hover body:not(.page-home) .card-title > .c-link, body:not(.page-home) .card--alternate:hover .card-title > .c-link, .card--alternate:hover .rental-catalog .section .sub-section--label .card-title > .veiw-product, .rental-catalog .section .sub-section--label .card--alternate:hover .card-title > .veiw-product, .card--alternate:hover .product-info-slidebar .card-title > .prd-product-link, .product-info-slidebar .card--alternate:hover .card-title > .prd-product-link, .card--alternate:hover .card-title > .all-link {
      color: white; }

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

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

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

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

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

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

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

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

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

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

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


.actionBar-section .form-input,
.actionBar-section .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .actionBar-section .select2-search__field,
.actionBar-section .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .actionBar-section .form-file,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .actionBar-section .select2-search__field,
.actionBar-section .productView-options [data-product-attribute='input-file'] .form-file,
.productView-options [data-product-attribute='input-file'] .actionBar-section .form-file,
.actionBar-section .form-select {
  display: inline-block; }

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #e6e6e6 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #151515; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #b61616; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input, .dropdown--quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .dropdown--quickSearch .select2-search__field, .dropdown--quickSearch .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .dropdown--quickSearch .form-file {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, .banners .navPages-quickSearch > .banner, .why-choose-us.shg-box .navPages-quickSearch > .benefit-boxes {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a, .navPages-list--user #currencySelection2 .link, .navPages-list--user #currencySelection2 body:not(.page-home) .c-link, body:not(.page-home) .navPages-list--user #currencySelection2 .c-link, .navPages-list--user #currencySelection2 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .navPages-list--user #currencySelection2 .veiw-product, .navPages-list--user #currencySelection2 .product-info-slidebar .prd-product-link, .product-info-slidebar .navPages-list--user #currencySelection2 .prd-product-link, .navPages-list--user #currencySelection2 .all-link {
    padding: 0.75rem 1.5rem; }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a, .tag .link, .tag .form-actions a.forgot-password, .form-actions .tag a.forgot-password, .tag body:not(.page-home) .c-link, body:not(.page-home) .tag .c-link, .tag .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .tag .veiw-product, .tag .product-info-slidebar .prd-product-link, .product-info-slidebar .tag .prd-product-link, .tag .all-link {
    color: #707070;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover, .tag .link:hover, .tag body:not(.page-home) .c-link:hover, body:not(.page-home) .tag .c-link:hover, .tag .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .tag .veiw-product:hover, .tag .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .tag .prd-product-link:hover, .tag .all-link:hover {
      color: #b61616; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a, .heroCarousel .link, .heroCarousel .form-actions a.forgot-password, .form-actions .heroCarousel a.forgot-password, .heroCarousel body:not(.page-home) .c-link, body:not(.page-home) .heroCarousel .c-link, .heroCarousel .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .heroCarousel .veiw-product, .heroCarousel .product-info-slidebar .prd-product-link, .product-info-slidebar .heroCarousel .prd-product-link, .heroCarousel .all-link {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a, .heroCarousel-slide .link, .heroCarousel-slide .form-actions a.forgot-password, .form-actions .heroCarousel-slide a.forgot-password, .heroCarousel-slide body:not(.page-home) .c-link, body:not(.page-home) .heroCarousel-slide .c-link, .heroCarousel-slide .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .heroCarousel-slide .veiw-product, .heroCarousel-slide .product-info-slidebar .prd-product-link, .product-info-slidebar .heroCarousel-slide .prd-product-link, .heroCarousel-slide .all-link {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

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

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

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

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.productView-brand {
  color: #707070;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a, .productView-brand .link, .productView-brand .form-actions a.forgot-password, .form-actions .productView-brand a.forgot-password, .productView-brand body:not(.page-home) .c-link, body:not(.page-home) .productView-brand .c-link, .productView-brand .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-brand .veiw-product, .productView-brand .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-brand .prd-product-link, .productView-brand .all-link {
    color: #707070; }
    .productView-brand a:hover, .productView-brand .link:hover, .productView-brand body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-brand .c-link:hover, .productView-brand .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-brand .veiw-product:hover, .productView-brand .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-brand .prd-product-link:hover, .productView-brand .all-link:hover {
      color: #b61616; }

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type='number'], .productView-options .select2-search--dropdown .select2-search__field[type='number'], .select2-search--dropdown .productView-options .select2-search__field[type='number'], .productView-options [data-product-attribute='input-file'] .form-file[type='number'] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type='file'] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button, .productView-options .add-to-cart-buttons #consent-manager button, #consent-manager .productView-options .add-to-cart-buttons button, .productView-options .add-to-cart-buttons .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-buttons .form-submit-button, .productView-options .add-to-cart-buttons .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-buttons .cart-button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #707070;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #b61616; }

.productOptions-list {
  border: 1px solid #e0e0e0;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #e0e0e0; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

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

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action #consent-manager button, #consent-manager .compareTable-action button, .compareTable-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .compareTable-action .form-submit-button, .compareTable-action .product-info-slidebar .cart-button, .product-info-slidebar .compareTable-action .cart-button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

.banners {
  background-color: #b61616;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a, .banners .link, .banners .form-actions a.forgot-password, .form-actions .banners a.forgot-password, .banners body:not(.page-home) .c-link, body:not(.page-home) .banners .c-link, .banners .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .banners .veiw-product, .banners .product-info-slidebar .prd-product-link, .product-info-slidebar .banners .prd-product-link, .banners .all-link {
    color: white; }

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

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

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

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

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

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

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

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

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 1024px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

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

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

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

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

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

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

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

.cart-item-label {
  color: #151515;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cart-item-label {
      display: none; } }

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .select2-search--dropdown .cart-total .select2-search__field, .cart-total .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .cart-total .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #707070;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #707070;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #b61616; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input, .coupon-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .coupon-form .select2-search__field, .coupon-form .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .coupon-form .form-file,
  .coupon-form .button,
  .coupon-form #consent-manager button,
  #consent-manager .coupon-form button,
  .coupon-form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .coupon-form .form-submit-button,
  .coupon-form .product-info-slidebar .cart-button,
  .product-info-slidebar .coupon-form .cart-button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
  .select2-search--dropdown .cart-gift-certificate-form .select2-search__field,
  .cart-gift-certificate-form .productView-options [data-product-attribute='input-file'] .form-file,
  .productView-options [data-product-attribute='input-file'] .cart-gift-certificate-form .form-file,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager button,
  #consent-manager .cart-gift-certificate-form button,
  .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .cart-gift-certificate-form .form-submit-button,
  .cart-gift-certificate-form .product-info-slidebar .cart-button,
  .product-info-slidebar .cart-gift-certificate-form .cart-button {
    float: left; }
  .coupon-form .form-input, .coupon-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .coupon-form .select2-search__field, .coupon-form .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .coupon-form .form-file,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
  .select2-search--dropdown .cart-gift-certificate-form .select2-search__field,
  .cart-gift-certificate-form .productView-options [data-product-attribute='input-file'] .form-file,
  .productView-options [data-product-attribute='input-file'] .cart-gift-certificate-form .form-file {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form #consent-manager button,
  #consent-manager .coupon-form button,
  .coupon-form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .coupon-form .form-submit-button,
  .coupon-form .product-info-slidebar .cart-button,
  .product-info-slidebar .coupon-form .cart-button,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form #consent-manager button,
  #consent-manager .cart-gift-certificate-form button,
  .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .cart-gift-certificate-form .form-submit-button,
  .cart-gift-certificate-form .product-info-slidebar .cart-button,
  .product-info-slidebar .cart-gift-certificate-form .cart-button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input, .estimator-form .select2-search--dropdown .select2-search__field, .select2-search--dropdown .estimator-form .select2-search__field, .estimator-form .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .estimator-form .form-file {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .estimator-form .form-submit-button, .estimator-form .product-info-slidebar .cart-button, .product-info-slidebar .estimator-form .cart-button {
    width: 60%; }

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

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

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input, .estimator-form-input .select2-search--dropdown .select2-search__field, .select2-search--dropdown .estimator-form-input .select2-search__field, .estimator-form-input .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .estimator-form-input .form-file,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions #consent-manager button, #consent-manager .cart-actions button, .cart-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cart-actions .form-submit-button, .cart-actions .product-info-slidebar .cart-button, .product-info-slidebar .cart-actions .cart-button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button, .cart-actions #consent-manager button, #consent-manager .cart-actions button, .cart-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cart-actions .form-submit-button, .cart-actions .product-info-slidebar .cart-button, .product-info-slidebar .cart-actions .cart-button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

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

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

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a, .previewCartItem-name > .link, .form-actions .previewCartItem-name > a.forgot-password, body:not(.page-home) .previewCartItem-name > .c-link, .rental-catalog .section .sub-section--label .previewCartItem-name > .veiw-product, .product-info-slidebar .previewCartItem-name > .prd-product-link, .previewCartItem-name > .all-link {
    text-decoration: none; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button, .previewCartAction #consent-manager button, #consent-manager .previewCartAction button, .previewCartAction .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .previewCartAction .form-submit-button, .previewCartAction .product-info-slidebar .cart-button, .product-info-slidebar .previewCartAction .cart-button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

.previewCartAction-checkout {
  padding-right: 0.375rem; }

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

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

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button, .panel--address .form-actions #consent-manager button, #consent-manager .panel--address .form-actions button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button, .panel--address .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .panel--address .form-actions .cart-button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager button + .button, #consent-manager .panel--address .form-actions button + .button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .button, .panel--address .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .panel--address .form-actions .cart-button + .button, .panel--address .form-actions #consent-manager .button + button, #consent-manager .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager button + button, #consent-manager .panel--address .form-actions button + button, .panel--address .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + button, .panel--address .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .panel--address .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .panel--address .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .panel--address .form-actions .cart-button + button, .panel--address .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .button + .form-submit-button, .panel--address .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager button + .form-submit-button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .panel--address .form-actions button + .form-submit-button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .panel--address .form-actions .cart-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .panel--address .form-actions .button + .cart-button, .panel--address .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .panel--address .form-actions #consent-manager button + .cart-button, #consent-manager .panel--address .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .panel--address .form-actions button + .cart-button, .panel--address .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .cart-button, .panel--address .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .panel--address .form-actions .cart-button + .cart-button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager button + .button, #consent-manager .panel--address .form-actions button + .button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .button, .panel--address .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .panel--address .form-actions .cart-button + .button, .panel--address .form-actions #consent-manager .button + button, #consent-manager .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager button + button, #consent-manager .panel--address .form-actions button + button, .panel--address .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + button, .panel--address .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .panel--address .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .panel--address .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .panel--address .form-actions .cart-button + button, .panel--address .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .button + .form-submit-button, .panel--address .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager button + .form-submit-button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .panel--address .form-actions button + .form-submit-button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .panel--address .form-actions .cart-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .panel--address .form-actions .button + .cart-button, .panel--address .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .panel--address .form-actions #consent-manager button + .cart-button, #consent-manager .panel--address .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .panel--address .form-actions button + .cart-button, .panel--address .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .cart-button, .panel--address .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .panel--address .form-actions .cart-button + .cart-button {
            margin-left: 0.375rem; } }

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

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

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

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

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

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

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

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

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

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #151515;
    opacity: 1; }

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

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

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout #consent-manager button, #consent-manager .previewCartCheckout button, .previewCartCheckout .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .previewCartCheckout .form-submit-button, .previewCartCheckout .product-info-slidebar .cart-button, .product-info-slidebar .previewCartCheckout .cart-button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p, .previewCartCheckout #consent-manager button + p, #consent-manager .previewCartCheckout button + p, .previewCartCheckout .sell-your-gear-form-new .form-submit-button + p, .sell-your-gear-form-new .previewCartCheckout .form-submit-button + p, .previewCartCheckout .product-info-slidebar .cart-button + p, .product-info-slidebar .previewCartCheckout .cart-button + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout #consent-manager button:not(:last-child), #consent-manager .previewCartCheckout button:not(:last-child), .previewCartCheckout .sell-your-gear-form-new .form-submit-button:not(:last-child), .sell-your-gear-form-new .previewCartCheckout .form-submit-button:not(:last-child), .previewCartCheckout .product-info-slidebar .cart-button:not(:last-child), .product-info-slidebar .previewCartCheckout .cart-button:not(:last-child) {
      margin-bottom: 0.75rem; }

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

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

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

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

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

.cookieMessage {
  background: #f7f8f9;
  color: #151515;
  display: none; }
  .cookieMessage .button, .cookieMessage #consent-manager button, #consent-manager .cookieMessage button, .cookieMessage .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cookieMessage .form-submit-button, .cookieMessage .product-info-slidebar .cart-button, .product-info-slidebar .cookieMessage .cart-button {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button, .cookieMessage #consent-manager button, #consent-manager .cookieMessage button, .cookieMessage .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cookieMessage .form-submit-button, .cookieMessage .product-info-slidebar .cart-button, .product-info-slidebar .cookieMessage .cart-button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage #consent-manager button, #consent-manager .cookieMessage button, .cookieMessage .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cookieMessage .form-submit-button, .cookieMessage .product-info-slidebar .cart-button, .product-info-slidebar .cookieMessage .cart-button {
        vertical-align: top; } }

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

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

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

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

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

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

.new-customer-fact {
  padding-left: 0.75rem; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

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

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a, .account-product-title > .link, .form-actions .account-product-title > a.forgot-password, body:not(.page-home) .account-product-title > .c-link, .rental-catalog .section .sub-section--label .account-product-title > .veiw-product, .product-info-slidebar .account-product-title > .prd-product-link, .account-product-title > .all-link {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #222222;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #222222;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #707070;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

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

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

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

.account-orderStatus-action {
  color: #707070;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #b61616; }

.account .pagination {
  color: #222222;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #222222; }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #b61616;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #707070;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod #consent-manager button, #consent-manager .paymentMethod button, .paymentMethod .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .paymentMethod .form-submit-button, .paymentMethod .product-info-slidebar .cart-button, .product-info-slidebar .paymentMethod .cart-button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 16px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #151515;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #222222;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input, .manual-captcha-input-container .select2-search--dropdown .select2-search__field, .select2-search--dropdown .manual-captcha-input-container .select2-search__field, .manual-captcha-input-container .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .manual-captcha-input-container .form-file {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #151515;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f7f8f9;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #b61616; }
    .header-logo__link:active {
      color: #b61616; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 300;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 26px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: "px"; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #151515;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #151515;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .body {
      margin-top: 2.5rem; } }

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #707070;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a, .footer-info-list .link, .footer-info-list .form-actions a.forgot-password, .form-actions .footer-info-list a.forgot-password, .footer-info-list body:not(.page-home) .c-link, body:not(.page-home) .footer-info-list .c-link, .footer-info-list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-info-list .veiw-product, .footer-info-list .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-info-list .prd-product-link, .footer-info-list .all-link {
    color: #707070;
    text-decoration: none; }
    .footer-info-list a:hover, .footer-info-list .link:hover, .footer-info-list body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-info-list .c-link:hover, .footer-info-list .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-info-list .veiw-product:hover, .footer-info-list .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-info-list .prd-product-link:hover, .footer-info-list .all-link:hover {
      color: #b61616; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #707070;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a, .footer-copyright .link, .footer-copyright .form-actions a.forgot-password, .form-actions .footer-copyright a.forgot-password, .footer-copyright body:not(.page-home) .c-link, body:not(.page-home) .footer-copyright .c-link, .footer-copyright .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-copyright .veiw-product, .footer-copyright .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-copyright .prd-product-link, .footer-copyright .all-link {
    color: #707070;
    text-decoration: none; }
    .footer-copyright a:hover, .footer-copyright .link:hover, .footer-copyright body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-copyright .c-link:hover, .footer-copyright .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-copyright .veiw-product:hover, .footer-copyright .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-copyright .prd-product-link:hover, .footer-copyright .all-link:hover {
      color: #b61616; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container, .banners .banner, .why-choose-us.shg-box .benefit-boxes {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container, .banners .banner, .why-choose-us.shg-box .benefit-boxes {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a, .blog-title .link, .blog-title .form-actions a.forgot-password, .form-actions .blog-title a.forgot-password, .blog-title body:not(.page-home) .c-link, body:not(.page-home) .blog-title .c-link, .blog-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .blog-title .veiw-product, .blog-title .product-info-slidebar .prd-product-link, .product-info-slidebar .blog-title .prd-product-link, .blog-title .all-link {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #707070;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 16px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

/* Fix product grid inside Page Builder */
.pageBuilder-widget .productGrid {
  font-size: initial;
  /* cancel inline-block hack */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(auto, 1fr));
  gap: 24px; }

.pageBuilder-widget .productGrid .product {
  display: block;
  width: 100% !important; }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #222222;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 16px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 16px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a, .listItem-title > .link, .form-actions .listItem-title > a.forgot-password, body:not(.page-home) .listItem-title > .c-link, .rental-catalog .section .sub-section--label .listItem-title > .veiw-product, .product-info-slidebar .listItem-title > .prd-product-link, .listItem-title > .all-link {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button, .listItem-actions #consent-manager button, #consent-manager .listItem-actions button, .listItem-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .listItem-actions .form-submit-button, .listItem-actions .product-info-slidebar .cart-button, .product-info-slidebar .listItem-actions .cart-button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions #consent-manager button, #consent-manager .listItem-actions button, .listItem-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .listItem-actions .form-submit-button, .listItem-actions .product-info-slidebar .cart-button, .product-info-slidebar .listItem-actions .cart-button {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions #consent-manager button + .button, #consent-manager .listItem-actions button + .button, .listItem-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .listItem-actions .form-submit-button + .button, .listItem-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .listItem-actions .cart-button + .button, .listItem-actions #consent-manager .button + button, #consent-manager .listItem-actions .button + button, .listItem-actions #consent-manager button + button, #consent-manager .listItem-actions button + button, .listItem-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .listItem-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .listItem-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .listItem-actions .form-submit-button + button, .listItem-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .listItem-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .listItem-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .listItem-actions .cart-button + button, .listItem-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .listItem-actions .button + .form-submit-button, .listItem-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .listItem-actions #consent-manager button + .form-submit-button, #consent-manager .listItem-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .listItem-actions button + .form-submit-button, .listItem-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .listItem-actions .form-submit-button + .form-submit-button, .listItem-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .listItem-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .listItem-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .listItem-actions .cart-button + .form-submit-button, .listItem-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .listItem-actions .button + .cart-button, .listItem-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .listItem-actions #consent-manager button + .cart-button, #consent-manager .listItem-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .listItem-actions button + .cart-button, .listItem-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .listItem-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .listItem-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .listItem-actions .form-submit-button + .cart-button, .listItem-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .listItem-actions .cart-button + .cart-button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #b61616; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #b61616; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #b61616;
  color: white; }

.sold-out-flag-side {
  background: #b61616;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #b61616;
  color: white; }

.sold-out-flag-sash {
  background: #b61616;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* --- [ Theme Files ] ---*/
/* --- [ Media Mixin ] --- */
/* --- [ Common Mixin ] --- */
/*--- [ Variables ] ---*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  padding: 0;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

h1,
.h1,
h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title,
.h2,
h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 700;
  margin-top: 0; }

h1,
.h1 {
  font-size: 34px; }
  @media screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 2.2rem; } }


h2,
.modal-header-title,
.productView-price span,
.product-info-slidebar .cart-heading .slide-title,
.h2 {
  font-size: 26px; }
  @media screen and (max-width: 1024px) {
    
    h2,
    .modal-header-title,
    .productView-price span,
    .product-info-slidebar .cart-heading .slide-title,
    .h2 {
      font-size: 2.2rem; } }


h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
.h3 {
  font-size: 22px; }
  @media screen and (max-width: 1024px) {
    
    h3,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
    .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
    .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
    .h3 {
      font-size: 1.8rem; } }

h4,
.h4 {
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    h4,
    .h4 {
      font-size: 1.6rem; } }

h5,
.h5 {
  font-size: 16px; }

h6,
.h6 {
  font-size: 13px; }

.a-link {
  color: #b61616; }
  .a-link:hover {
    color: #151515; }

a, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .all-link {
  color: #b61616;
  text-decoration: none;
  font-weight: 500; }
  
  a:hover,
  .link:hover,
  .form-actions a.forgot-password:hover,
  body:not(.page-home) .c-link:hover,
  .rental-catalog .section .sub-section--label .veiw-product:hover,
  .product-info-slidebar .prd-product-link:hover,
  .all-link:hover {
    color: #151515; }

p {
  margin-bottom: 1.5rem;
  color: #707070; }
  p:empty {
    margin: 0; }
    p:empty + h1,
    p:empty + h2,
    p:empty + .modal-header-title,
    .productView-price p:empty + span,
    .product-info-slidebar .cart-heading p:empty + .slide-title,
    p:empty + h3,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list p:empty + h2,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list p:empty + .modal-header-title,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price p:empty + span,
    .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list p:empty + span,
    .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading p:empty + .slide-title,
    .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list p:empty + .slide-title,
    p:empty + h4,
    p:empty + h5,
    p:empty + h6 {
      margin-top: 0px; }
  p + h1,
  p + h2,
  p + .modal-header-title,
  .productView-price p + span,
  .product-info-slidebar .cart-heading p + .slide-title,
  p + h3,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list p + h2,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list p + .modal-header-title,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price p + span,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list p + span,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading p + .slide-title,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list p + .slide-title,
  p + h4,
  p + h5,
  p + h6 {
    font-weight: 600;
    line-height: 1.4;
    margin-top: 3.5rem;
    margin-bottom: 1.4rem; }

ul + h1,
ul + h2,
ul + .modal-header-title,
.productView-price ul + span,
.product-info-slidebar .cart-heading ul + .slide-title,
ul + h3,
.header-main .navPages .navPage-subMenu-inner .subMenu-list ul + h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list ul + .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price ul + span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list ul + span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading ul + .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list ul + .slide-title,
ul + h4,
ul + h5,
ul + h6 {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 3.5rem;
  margin-bottom: 1.4rem; }

img {
  max-width: 100%;
  vertical-align: middle; }

address {
  font-style: normal; }

:focus-visible {
  outline: 0; }

.table thead tr th,
.table thead tr td {
  font-size: inherit; }

.custom-ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .productView-keyFeatures ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .productView-description #tab-description ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .template-page:not(.page-home) .page-content.page-content--centered ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .template-sitemap .body ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .product-info-slidebar .prd-info ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section), .template-blog_post .blog-grid-post-body .blog-grid-post ul:not(.camera-repairs-ul):not(.page-ctas):not(.form-section) {
  list-style: none;
  margin-left: 0; }
  .custom-ul  li, .productView-keyFeatures ul  li, .productView-description #tab-description ul  li, .template-page:not(.page-home) .page-content.page-content--centered ul  li, .template-sitemap .body ul  li, .product-info-slidebar .prd-info ul  li, .template-blog_post .blog-grid-post-body .blog-grid-post ul  li {
    margin-bottom: 1rem;
    position: relative;
    color: #707070;
    padding-left: 1.3rem; }
    .custom-ul  li::before, .productView-keyFeatures ul  li::before, .productView-description #tab-description ul  li::before, .template-page:not(.page-home) .page-content.page-content--centered ul  li::before, .template-sitemap .body ul  li::before, .product-info-slidebar .prd-info ul  li::before, .template-blog_post .blog-grid-post-body .blog-grid-post ul  li::before {
      content: "";
      width: .3rem;
      height: .3rem;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      background-color: #707070;
      position: absolute;
      left: 0rem;
      top: .9rem; }

/* ========== COMMON CLASS ========== */
@media screen and (min-width: 1025px) {
  .mobile-view, .footer-info-heading .icon {
    display: none; } }

@media screen and (max-width: 1024px) {
  .desktop-view {
    display: none; } }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-v-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

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

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

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

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

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

.display-none {
  display: none; }

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

.clearfix:after,
.clearfix:after {
  clear: both; }

.text-left, .form-actions, .heading-banner .page-heading, .heading-banner .rental-catalog h2, .rental-catalog .heading-banner h2, .heading-banner .rental-catalog .modal-header-title, .rental-catalog .heading-banner .modal-header-title, .heading-banner .rental-catalog .productView-price span, .rental-catalog .productView-price .heading-banner span, .heading-banner .productView-price .rental-catalog span, .productView-price .rental-catalog .heading-banner span, .heading-banner .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .heading-banner .blog-grid-title, h1.page-heading, .blog-details .blog-grid-header h1.blog-grid-title, ol.breadcrumbs, .banners, .heroCarousel-content, .heroCarousel .shogun-image-content, .categorySection .page-heading, .categorySection .rental-catalog h2, .rental-catalog .categorySection h2, .categorySection .rental-catalog .modal-header-title, .rental-catalog .categorySection .modal-header-title, .categorySection .rental-catalog .productView-price span, .rental-catalog .productView-price .categorySection span, .categorySection .productView-price .rental-catalog span, .productView-price .rental-catalog .categorySection span, .categorySection .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .categorySection .blog-grid-title, .testimonials .page-heading, .testimonials .rental-catalog h2, .rental-catalog .testimonials h2, .testimonials .rental-catalog .modal-header-title, .rental-catalog .testimonials .modal-header-title, .testimonials .rental-catalog .productView-price span, .rental-catalog .productView-price .testimonials span, .testimonials .productView-price .rental-catalog span, .productView-price .rental-catalog .testimonials span, .testimonials .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .testimonials .blog-grid-title, .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label, .productView-similar .page-heading, .productView-similar .rental-catalog h2, .rental-catalog .productView-similar h2, .productView-similar .rental-catalog .modal-header-title, .rental-catalog .productView-similar .modal-header-title, .productView-similar .rental-catalog .productView-price span, .rental-catalog .productView-price .productView-similar span, .productView-similar .productView-price .rental-catalog span, .productView-price .rental-catalog .productView-similar span, .productView-similar .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .productView-similar .blog-grid-title, .product-info-slidebar .cart-heading .slide-title, .login .page-heading, .login .rental-catalog h2, .rental-catalog .login h2, .login .rental-catalog .modal-header-title, .rental-catalog .login .modal-header-title, .login .rental-catalog .productView-price span, .rental-catalog .productView-price .login span, .login .productView-price .rental-catalog span, .productView-price .rental-catalog .login span, .login .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .login .blog-grid-title, .template-account_order .body h2, .template-account_order .body .modal-header-title, .template-account_order .body .productView-price span, .productView-price .template-account_order .body span, .blog-grid-post-body {
  text-align: left; }

.text-center, .pagination, .navDropdown-subMenu, .promo-banner, .footer-newsletter, .footer-usp .usp-list .usp, .categorySection-item h2, .categorySection-item .modal-header-title, .categorySection-item .productView-price span, .productView-price .categorySection-item span, .categorySection-item .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item .slide-title, .featured-boxes .featured-box-inner, .featured-boxes .featured-box.shg-box .shg-box-content, .why-choose-us .benefit-box, .productView-callAction-bottom, .sell-your-gear-form-new .form-line[data-type="control_button"], .rental-form-para p, .product-info-slidebar .cart-button, .gift-certificate-form .form-actions {
  text-align: center; }

.text-right, .productView-description .product-tabs .sticky-data .productView-title {
  text-align: right; }

.color-primary, .highlight {
  color: #b61616; }

.color-secondary {
  color: #151515; }

.color-whitesBase {
  color: #f7f8f9; }

.padding-none {
  padding: 0 !important; }

.margin-none {
  margin: 0 !important; }

.link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .all-link {
  text-decoration: underline; }

.skip-to-main-link {
  display: none; }

.fs-12, ol.breadcrumbs .breadcrumb-label, .header .navUser--quickSearch .form-input, .header .navUser--quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .header .navUser--quickSearch .select2-search__field, .header .navUser--quickSearch .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .header .navUser--quickSearch .form-file, .header .navUser-item--cart .cart-sub-total, .navDropdown-subMenu p, .navDropdown-subMenu a, .navDropdown-subMenu .link, .navDropdown-subMenu .form-actions a.forgot-password, .form-actions .navDropdown-subMenu a.forgot-password, .navDropdown-subMenu body:not(.page-home) .c-link, body:not(.page-home) .navDropdown-subMenu .c-link, .navDropdown-subMenu .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .navDropdown-subMenu .veiw-product, .navDropdown-subMenu .product-info-slidebar .prd-product-link, .product-info-slidebar .navDropdown-subMenu .prd-product-link, .navDropdown-subMenu .all-link, .footer-usp .usp-list .usp .link, .footer-usp .usp-list .usp .form-actions a.forgot-password, .form-actions .footer-usp .usp-list .usp a.forgot-password, .footer-usp .usp-list .usp body:not(.page-home) .c-link, body:not(.page-home) .footer-usp .usp-list .usp .c-link, .footer-usp .usp-list .usp .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-usp .usp-list .usp .veiw-product, .footer-usp .usp-list .usp .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-usp .usp-list .usp .prd-product-link, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price .price-section--saving .price, .page-sidebar + .page-content .productGrid.product-list-view .product .card-sku-rating .sku-mfr, .product-list-mobile-top-bar .mobile-filter-box .filter-by, .sidebar-usp .usp-item .link, .sidebar-usp .usp-item .form-actions a.forgot-password, .form-actions .sidebar-usp .usp-item a.forgot-password, .sidebar-usp .usp-item body:not(.page-home) .c-link, body:not(.page-home) .sidebar-usp .usp-item .c-link, .sidebar-usp .usp-item .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .sidebar-usp .usp-item .veiw-product, .sidebar-usp .usp-item .product-info-slidebar .prd-product-link, .product-info-slidebar .sidebar-usp .usp-item .prd-product-link, .card-brand, .cart-item-title .definitionList, .cart-item-title .definitionList-value, .cart-item-title .definitionList-key {
  font-size: 1.2rem; }

.fs-13, .form-label, .form-inlineMessage, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .header-top, .navDropdown-subMenu .navDropdown-subMenu-action, .footer-newsletter .form .button, .footer-newsletter .form #consent-manager button, #consent-manager .footer-newsletter .form button, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button, .footer-newsletter .form .product-info-slidebar .cart-button, .product-info-slidebar .footer-newsletter .form .cart-button, .footer-locations .location-top-inner .location-toggle, .productGrid .card-price, .productGrid .card-price .price-section--saving, .productGrid .card-price .price-section--saving .price, .productGrid .card-description, .productGrid .card .stock, .productGrid .card .shipment, .productGrid .card .financing-available, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price .price-section.non-sale-price--withoutTax .price, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price .price-section.rrp-price--withoutTax .price, .sidebar-usp .usp-item p, .card-description p, .card-compare .form-label, .productView-brand, .productView .sku-mfr, .productView-priceStock .shipment, .productView-stock, .productView-renting-top .renting-toggle, .productView-renting .renting-box .button-wrap .button, .productView-renting .renting-box .button-wrap #consent-manager button, #consent-manager .productView-renting .renting-box .button-wrap button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button, .productView-similar .productCarousel .card-price, .productView-basic-info .location-direction .locations a, .productView-basic-info .location-direction .locations .link, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link, .productView-basic-info .location-direction .locations .all-link, .productView-instructor .instructor-item p a, .productView-instructor .instructor-item p .link, .productView-instructor .instructor-item p body:not(.page-home) .c-link, body:not(.page-home) .productView-instructor .instructor-item p .c-link, .productView-instructor .instructor-item p .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-instructor .instructor-item p .prd-product-link, .productView-instructor .instructor-item p .all-link, .previewCart .productView-info, .cart-item-brand, .estimator-form-label-text, .estimator-form-input, .page-community .section-list-item-label, .blog-grid-post a, .blog-grid-post .link, .blog-grid-post .all-link, .compareTable-item, .compareTable-item ul li, .pages-brand .page-sidebar .facetedSearch-clearLink, .pages-brand .page-sidebar .inlineList + a[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .link[data-faceted-search-facet], .pages-brand .page-sidebar .form-actions .inlineList + a.forgot-password[data-faceted-search-facet], .pages-brand .page-sidebar body:not(.page-home) .inlineList + .c-link[data-faceted-search-facet], body:not(.page-home) .pages-brand .page-sidebar .inlineList + .c-link[data-faceted-search-facet], .pages-brand .page-sidebar .rental-catalog .section .sub-section--label .inlineList + .veiw-product[data-faceted-search-facet], .rental-catalog .section .sub-section--label .pages-brand .page-sidebar .inlineList + .veiw-product[data-faceted-search-facet], .pages-brand .page-sidebar .product-info-slidebar .inlineList + .prd-product-link[data-faceted-search-facet], .product-info-slidebar .pages-brand .page-sidebar .inlineList + .prd-product-link[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .all-link[data-faceted-search-facet] {
  font-size: 1.3rem; }
  @media screen and (max-width: 1024px) {
    .fs-13, .form-label, .form-inlineMessage, .link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link, .header-top, .navDropdown-subMenu .navDropdown-subMenu-action, .footer-newsletter .form .button, .footer-newsletter .form #consent-manager button, #consent-manager .footer-newsletter .form button, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button, .footer-newsletter .form .product-info-slidebar .cart-button, .product-info-slidebar .footer-newsletter .form .cart-button, .footer-locations .location-top-inner .location-toggle, .productGrid .card-price, .productGrid .card-price .price-section--saving, .productGrid .card-price .price-section--saving .price, .productGrid .card-description, .productGrid .card .stock, .productGrid .card .shipment, .productGrid .card .financing-available, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price .price-section.non-sale-price--withoutTax .price, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price .price-section.rrp-price--withoutTax .price, .sidebar-usp .usp-item p, .card-description p, .card-compare .form-label, .productView-brand, .productView .sku-mfr, .productView-priceStock .shipment, .productView-stock, .productView-renting-top .renting-toggle, .productView-renting .renting-box .button-wrap .button, .productView-renting .renting-box .button-wrap #consent-manager button, #consent-manager .productView-renting .renting-box .button-wrap button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button, .productView-similar .productCarousel .card-price, .productView-basic-info .location-direction .locations a, .productView-basic-info .location-direction .locations .link, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link, .productView-basic-info .location-direction .locations .all-link, .productView-instructor .instructor-item p a, .productView-instructor .instructor-item p .link, .productView-instructor .instructor-item p body:not(.page-home) .c-link, body:not(.page-home) .productView-instructor .instructor-item p .c-link, .productView-instructor .instructor-item p .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-instructor .instructor-item p .prd-product-link, .productView-instructor .instructor-item p .all-link, .previewCart .productView-info, .cart-item-brand, .estimator-form-label-text, .estimator-form-input, .page-community .section-list-item-label, .blog-grid-post a, .blog-grid-post .link, .blog-grid-post .all-link, .compareTable-item, .compareTable-item ul li, .pages-brand .page-sidebar .facetedSearch-clearLink, .pages-brand .page-sidebar .inlineList + a[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .link[data-faceted-search-facet], .pages-brand .page-sidebar .form-actions .inlineList + a.forgot-password[data-faceted-search-facet], .pages-brand .page-sidebar body:not(.page-home) .inlineList + .c-link[data-faceted-search-facet], body:not(.page-home) .pages-brand .page-sidebar .inlineList + .c-link[data-faceted-search-facet], .pages-brand .page-sidebar .rental-catalog .section .sub-section--label .inlineList + .veiw-product[data-faceted-search-facet], .rental-catalog .section .sub-section--label .pages-brand .page-sidebar .inlineList + .veiw-product[data-faceted-search-facet], .pages-brand .page-sidebar .product-info-slidebar .inlineList + .prd-product-link[data-faceted-search-facet], .product-info-slidebar .pages-brand .page-sidebar .inlineList + .prd-product-link[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .all-link[data-faceted-search-facet] {
      font-size: 1.2rem; } }

.fs-14, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
.form-input, .select2-search--dropdown .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field, .button, #consent-manager button, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button, .form-checkbox + .form-label,
.form-radio + .form-label, .shg-product .shg-btn, .select2-container .select2-selection--single, .select2-results__option, .fancybox-infobar, .header-callUs, .promo-banner .promo-slider, .footer-usp .usp-list .usp p, .footer-locations .location-bottom .location .content-block .address, .footer-locations .location-bottom .location .content-block .direction, .footer-locations .location-bottom .location .content-block .phone, .footer-locations .location-bottom .location .content-block .timing, .footer-bottom .nav-list a, .footer-bottom .nav-list .link, .footer-bottom .nav-list body:not(.page-home) .c-link, body:not(.page-home) .footer-bottom .nav-list .c-link, .footer-bottom .nav-list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-bottom .nav-list .veiw-product, .footer-bottom .nav-list .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-bottom .nav-list .prd-product-link, .footer-bottom .nav-list .all-link, .footer-copyright > .powered-by, .categorySection-item h2, .categorySection-item .modal-header-title, .categorySection-item .productView-price span, .productView-price .categorySection-item span, .categorySection-item .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item .slide-title, .classes-education-right .classes-block p, .classes-education.shg-box .classes-education-right .classes-block p, .product-filter .product-view-button span, .actionBar .actionBar-section .form-select, .actionBar .actionBar-section .form-field .form-label, .sidebar-usp .usp-item h6, .card-price .price-section--saving, .card-price .price-section--saving .price, .productView-price .price-section--saving, .productView-price .price-section--saving .price, .productView-shortDesc p, .productView-options .form-field, .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option,
.productView-options div[data-product-attribute='swatch'] .form-radio + .form-label,
.productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option,
.productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label,
.productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option,
.productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label,
.productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option,
.productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label,
.productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option,
.productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label,
.productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option,
.productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label, .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label, .productView .form-wishlist .dropdown-menu .button, .productView .form-wishlist .dropdown-menu #consent-manager button, #consent-manager .productView .form-wishlist .dropdown-menu button, .productView .form-wishlist .dropdown-menu .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView .form-wishlist .dropdown-menu .form-submit-button, .productView .form-wishlist .dropdown-menu .product-info-slidebar .cart-button, .product-info-slidebar .productView .form-wishlist .dropdown-menu .cart-button, .productView-renting .renting-box p, .productView-callAction-top p, .productView-callAction-bottom .productView-share, .productView-callAction-bottom .productView-print, .productView-keyFeatures li, .productView-description #tab-description .description-inner .class-topics ul li,
.productView-description #tab-description .description-inner .class-equipment ul li, .productView-description #tab-description .description-inner .class-topics .disclaimer,
.productView-description #tab-description .description-inner .class-equipment .disclaimer, .productView-basic-info .skill-length .skill-level,
.productView-basic-info .skill-length .length, .productView-basic-info .location-direction, .productView-instructor .instructor-item span, .productView-instructor .instructor-item p, .cart-item-title > a, .cart-item-title > .link, .form-actions .cart-item-title > a.forgot-password, body:not(.page-home) .cart-item-title > .c-link, .rental-catalog .section .sub-section--label .cart-item-title > .veiw-product, .product-info-slidebar .cart-item-title > .prd-product-link, .cart-item-title > .all-link, .coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel, #CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label, .sell-your-gear-form-new .form-dropdown, .template-rental-catalog-form .jotform-form .form-submit-button,
.template-rent-from-the-woodlands .jotform-form .form-submit-button, .account-product-detail-heading, .definitionList-key, .alertBox, .blog-grid-post, .pages-brand .page-sidebar .accordion--navList .navList-action {
  font-size: 1.4rem; }
  @media screen and (max-width: 1024px) {
    .fs-14, input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea,
    .form-input, .select2-search--dropdown .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field, .button, #consent-manager button, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button, .form-checkbox + .form-label,
    .form-radio + .form-label, .shg-product .shg-btn, .select2-container .select2-selection--single, .select2-results__option, .fancybox-infobar, .header-callUs, .promo-banner .promo-slider, .footer-usp .usp-list .usp p, .footer-locations .location-bottom .location .content-block .address, .footer-locations .location-bottom .location .content-block .direction, .footer-locations .location-bottom .location .content-block .phone, .footer-locations .location-bottom .location .content-block .timing, .footer-bottom .nav-list a, .footer-bottom .nav-list .link, .footer-bottom .nav-list body:not(.page-home) .c-link, body:not(.page-home) .footer-bottom .nav-list .c-link, .footer-bottom .nav-list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-bottom .nav-list .veiw-product, .footer-bottom .nav-list .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-bottom .nav-list .prd-product-link, .footer-bottom .nav-list .all-link, .footer-copyright > .powered-by, .categorySection-item h2, .categorySection-item .modal-header-title, .categorySection-item .productView-price span, .productView-price .categorySection-item span, .categorySection-item .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item .slide-title, .classes-education-right .classes-block p, .classes-education.shg-box .classes-education-right .classes-block p, .product-filter .product-view-button span, .actionBar .actionBar-section .form-select, .actionBar .actionBar-section .form-field .form-label, .sidebar-usp .usp-item h6, .card-price .price-section--saving, .card-price .price-section--saving .price, .productView-price .price-section--saving, .productView-price .price-section--saving .price, .productView-shortDesc p, .productView-options .form-field, .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option,
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-label,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label, .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label, .productView .form-wishlist .dropdown-menu .button, .productView .form-wishlist .dropdown-menu #consent-manager button, #consent-manager .productView .form-wishlist .dropdown-menu button, .productView .form-wishlist .dropdown-menu .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView .form-wishlist .dropdown-menu .form-submit-button, .productView .form-wishlist .dropdown-menu .product-info-slidebar .cart-button, .product-info-slidebar .productView .form-wishlist .dropdown-menu .cart-button, .productView-renting .renting-box p, .productView-callAction-top p, .productView-callAction-bottom .productView-share, .productView-callAction-bottom .productView-print, .productView-keyFeatures li, .productView-description #tab-description .description-inner .class-topics ul li,
    .productView-description #tab-description .description-inner .class-equipment ul li, .productView-description #tab-description .description-inner .class-topics .disclaimer,
    .productView-description #tab-description .description-inner .class-equipment .disclaimer, .productView-basic-info .skill-length .skill-level,
    .productView-basic-info .skill-length .length, .productView-basic-info .location-direction, .productView-instructor .instructor-item span, .productView-instructor .instructor-item p, .cart-item-title > a, .cart-item-title > .link, .form-actions .cart-item-title > a.forgot-password, body:not(.page-home) .cart-item-title > .c-link, .rental-catalog .section .sub-section--label .cart-item-title > .veiw-product, .product-info-slidebar .cart-item-title > .prd-product-link, .cart-item-title > .all-link, .coupon-code-add,
    .coupon-code-cancel,
    .shipping-estimate-show,
    .gift-certificate-add,
    .gift-certificate-cancel, #CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label, .sell-your-gear-form-new .form-dropdown, .template-rental-catalog-form .jotform-form .form-submit-button,
    .template-rent-from-the-woodlands .jotform-form .form-submit-button, .account-product-detail-heading, .definitionList-key, .alertBox, .blog-grid-post, .pages-brand .page-sidebar .accordion--navList .navList-action {
      font-size: 1.4rem; } }

.fs-15, .shg-product .shg-product-title-component, .shg-product .product-price,
.shg-product .shg-product-sold-out, .header-main .navPages-action, .header .navUser-item--cart .dropdown-menu .previewCartItem-name, .header .navUser-item--cart .dropdown-menu .previewCartItem-price, .header .navUser-item--cart .dropdown-menu .previewCartItem-brand, .footer-info-col--first .social-sub-heading, .footer-info-list li a, .footer-info-list li .link, .footer-info-list li .form-actions a.forgot-password, .form-actions .footer-info-list li a.forgot-password, .footer-info-list li body:not(.page-home) .c-link, body:not(.page-home) .footer-info-list li .c-link, .footer-info-list li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-info-list li .veiw-product, .footer-info-list li .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-info-list li .prd-product-link, .footer-info-list li .all-link, .why-choose-us .benefit-box p, .why-choose-us.shg-box .benefit-box p, .card-title, .card-price, .card-price span, .productView-price, .productView-priceStock .financing-available, .previewCart .productView-price, .definitionList-value {
  font-size: 1.5rem; }
  @media screen and (max-width: 1024px) {
    .fs-15, .shg-product .shg-product-title-component, .shg-product .product-price,
    .shg-product .shg-product-sold-out, .header-main .navPages-action, .header .navUser-item--cart .dropdown-menu .previewCartItem-name, .header .navUser-item--cart .dropdown-menu .previewCartItem-price, .header .navUser-item--cart .dropdown-menu .previewCartItem-brand, .footer-info-col--first .social-sub-heading, .footer-info-list li a, .footer-info-list li .link, .footer-info-list li .form-actions a.forgot-password, .form-actions .footer-info-list li a.forgot-password, .footer-info-list li body:not(.page-home) .c-link, body:not(.page-home) .footer-info-list li .c-link, .footer-info-list li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-info-list li .veiw-product, .footer-info-list li .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-info-list li .prd-product-link, .footer-info-list li .all-link, .why-choose-us .benefit-box p, .why-choose-us.shg-box .benefit-box p, .card-title, .card-price, .card-price span, .productView-price, .productView-priceStock .financing-available, .previewCart .productView-price, .definitionList-value {
      font-size: 1.4rem; } }

.fs-16, .r-tabs-anchor, .shogun-tabs .shogun-tab-title, .featured-products .shg-product-title-component, .testimonials .testimonial .author h6, .testimonials.shg-box .testimonials-item .author h6, .page-sidebar .sidebarBlock-heading, .previewCartCheckout-subtotal,
.previewCartCheckout p, .cart-item-name__label, .rental-catalog .section-title, .panel--address .address-details .address-label,
.panel--address .address-details .address-description, .navBar:not(.navBar--account) .navBar-item, .navBar--sub .navBar-action, .pages-brand .page-sidebar .accordion-title {
  font-size: 1.6rem; }
  @media screen and (max-width: 1024px) {
    .fs-16, .r-tabs-anchor, .shogun-tabs .shogun-tab-title, .featured-products .shg-product-title-component, .testimonials .testimonial .author h6, .testimonials.shg-box .testimonials-item .author h6, .page-sidebar .sidebarBlock-heading, .previewCartCheckout-subtotal,
    .previewCartCheckout p, .cart-item-name__label, .rental-catalog .section-title, .panel--address .address-details .address-label,
    .panel--address .address-details .address-description, .navBar:not(.navBar--account) .navBar-item, .navBar--sub .navBar-action, .pages-brand .page-sidebar .accordion-title {
      font-size: 1.4rem; } }

.fs-18, .sub-heading, .rental-form-para p, .footer-usp .usp-list .usp h4, .footer-locations .location-top-inner h4, .footer-locations .location-bottom .location .content-block h4, .footer-info-heading, .classes-education-right .classes-block h4, .productView-options .add-to-cart-wrapper .button, .productView-options .add-to-cart-wrapper #consent-manager button, #consent-manager .productView-options .add-to-cart-wrapper button, .productView-options .add-to-cart-wrapper .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-wrapper .form-submit-button, .productView-options .add-to-cart-wrapper .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-wrapper .cart-button, .productView-keyFeatures h4, .productView-description .specifications-list .info-fields.specifications-subHead .info-name, .productView-instructor .instructor-item h4, .product-info-slidebar .prd-title, .panel--newAddress .address-addNew .address-title, .template-forgotpassword p, .account-heading, .account-listShipping h5, .template-account_inbox .body h2, .template-account_inbox .body .modal-header-title, .template-account_inbox .body .productView-price span, .productView-price .template-account_inbox .body span, .template-account_inbox .body .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-account_inbox .body .slide-title, .table thead tr th, .blog-grid .blog-grid-title, .compareTable-headingText {
  font-size: 1.8rem; }
  @media screen and (max-width: 1024px) {
    .fs-18, .sub-heading, .rental-form-para p, .footer-usp .usp-list .usp h4, .footer-locations .location-top-inner h4, .footer-locations .location-bottom .location .content-block h4, .footer-info-heading, .classes-education-right .classes-block h4, .productView-options .add-to-cart-wrapper .button, .productView-options .add-to-cart-wrapper #consent-manager button, #consent-manager .productView-options .add-to-cart-wrapper button, .productView-options .add-to-cart-wrapper .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-wrapper .form-submit-button, .productView-options .add-to-cart-wrapper .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-wrapper .cart-button, .productView-keyFeatures h4, .productView-description .specifications-list .info-fields.specifications-subHead .info-name, .productView-instructor .instructor-item h4, .product-info-slidebar .prd-title, .panel--newAddress .address-addNew .address-title, .template-forgotpassword p, .account-heading, .account-listShipping h5, .template-account_inbox .body h2, .template-account_inbox .body .modal-header-title, .template-account_inbox .body .productView-price span, .productView-price .template-account_inbox .body span, .template-account_inbox .body .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-account_inbox .body .slide-title, .table thead tr th, .blog-grid .blog-grid-title, .compareTable-headingText {
      font-size: 1.6rem; } }

.fs-20, .footer-newsletter .sub-heading, .footer-newsletter .rental-form-para p, .rental-form-para .footer-newsletter p, .heroCarousel-description, .productGrid .card-price span, .page-sidebar + .page-content .productGrid.product-list-view .product .card-title, .productView-description .product-tabs .sticky-data .price-section .price, .productView-description h3, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description h2, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .modal-header-title, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .productView-description span, .productView-description .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description span, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .productView-description .slide-title, .productView-description .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .slide-title, .productView-similar .productCarousel .card-price span {
  font-size: 2rem; }
  @media screen and (max-width: 1024px) {
    .fs-20, .footer-newsletter .sub-heading, .footer-newsletter .rental-form-para p, .rental-form-para .footer-newsletter p, .heroCarousel-description, .productGrid .card-price span, .page-sidebar + .page-content .productGrid.product-list-view .product .card-title, .productView-description .product-tabs .sticky-data .price-section .price, .productView-description h3, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description h2, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .modal-header-title, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .productView-description span, .productView-description .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description span, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .productView-description .slide-title, .productView-description .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .slide-title, .productView-similar .productCarousel .card-price span {
      font-size: 1.8rem; } }

.fs-24, .featured-boxes .featured-box h2, .featured-boxes .featured-box .modal-header-title, .featured-boxes .featured-box .productView-price span, .productView-price .featured-boxes .featured-box span, .featured-boxes .featured-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-boxes .featured-box .slide-title, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price span, .productView-description #tab-description .description-inner .class-topics h2, .productView-description #tab-description .description-inner .class-topics .modal-header-title, .productView-description #tab-description .description-inner .class-topics .productView-price span, .productView-price .productView-description #tab-description .description-inner .class-topics span, .productView-description #tab-description .description-inner .class-topics .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-topics .slide-title,
.productView-description #tab-description .description-inner .class-equipment h2, .productView-description #tab-description .description-inner .class-equipment .modal-header-title, .productView-description #tab-description .description-inner .class-equipment .productView-price span, .productView-price .productView-description #tab-description .description-inner .class-equipment span, .productView-description #tab-description .description-inner .class-equipment .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-equipment .slide-title, .productView-description .specifications-list .info-fields.specifications-head .info-name, .productView-related h2, .productView-related .modal-header-title, .productView-related .productView-price span, .productView-price .productView-related span, .productView-related .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-related .slide-title {
  font-size: 2.4rem; }
  @media screen and (max-width: 1024px) {
    .fs-24, .featured-boxes .featured-box h2, .featured-boxes .featured-box .modal-header-title, .featured-boxes .featured-box .productView-price span, .productView-price .featured-boxes .featured-box span, .featured-boxes .featured-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-boxes .featured-box .slide-title, .page-sidebar + .page-content .productGrid.product-list-view .product .card-price span, .productView-description #tab-description .description-inner .class-topics h2, .productView-description #tab-description .description-inner .class-topics .modal-header-title, .productView-description #tab-description .description-inner .class-topics .productView-price span, .productView-price .productView-description #tab-description .description-inner .class-topics span, .productView-description #tab-description .description-inner .class-topics .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-topics .slide-title,
    .productView-description #tab-description .description-inner .class-equipment h2, .productView-description #tab-description .description-inner .class-equipment .modal-header-title, .productView-description #tab-description .description-inner .class-equipment .productView-price span, .productView-price .productView-description #tab-description .description-inner .class-equipment span, .productView-description #tab-description .description-inner .class-equipment .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-equipment .slide-title, .productView-description .specifications-list .info-fields.specifications-head .info-name, .productView-related h2, .productView-related .modal-header-title, .productView-related .productView-price span, .productView-price .productView-related span, .productView-related .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-related .slide-title {
      font-size: 2rem; } }

.fs-28, .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .productView-title, .previewCart .productView-title {
  font-size: 2.8rem; }
  @media screen and (max-width: 1024px) {
    .fs-28, .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .productView-title, .previewCart .productView-title {
      font-size: 2.4rem; } }

.fs-30, .categorySection .page-heading, .categorySection .rental-catalog h2, .rental-catalog .categorySection h2, .categorySection .rental-catalog .modal-header-title, .rental-catalog .categorySection .modal-header-title, .categorySection .rental-catalog .productView-price span, .rental-catalog .productView-price .categorySection span, .categorySection .productView-price .rental-catalog span, .productView-price .rental-catalog .categorySection span, .categorySection .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection .slide-title, .categorySection .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .categorySection .blog-grid-title, .featured-section .content-block h2, .featured-section .content-block .modal-header-title, .featured-section .content-block .productView-price span, .productView-price .featured-section .content-block span, .featured-section .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .content-block .slide-title, .previewCartCheckout-price {
  font-size: 3rem; }
  @media screen and (max-width: 1024px) {
    .fs-30, .categorySection .page-heading, .categorySection .rental-catalog h2, .rental-catalog .categorySection h2, .categorySection .rental-catalog .modal-header-title, .rental-catalog .categorySection .modal-header-title, .categorySection .rental-catalog .productView-price span, .rental-catalog .productView-price .categorySection span, .categorySection .productView-price .rental-catalog span, .productView-price .rental-catalog .categorySection span, .categorySection .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection .slide-title, .categorySection .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .categorySection .blog-grid-title, .featured-section .content-block h2, .featured-section .content-block .modal-header-title, .featured-section .content-block .productView-price span, .productView-price .featured-section .content-block span, .featured-section .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .content-block .slide-title, .previewCartCheckout-price {
      font-size: 2.4rem; } }

.fs-34, .heading-banner .page-heading, .heading-banner .rental-catalog h2, .rental-catalog .heading-banner h2, .heading-banner .rental-catalog .modal-header-title, .rental-catalog .heading-banner .modal-header-title, .heading-banner .rental-catalog .productView-price span, .rental-catalog .productView-price .heading-banner span, .heading-banner .productView-price .rental-catalog span, .productView-price .rental-catalog .heading-banner span, .heading-banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .heading-banner .slide-title, .heading-banner .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .heading-banner .blog-grid-title {
  font-size: 3.4rem; }
  @media screen and (max-width: 1024px) {
    .fs-34, .heading-banner .page-heading, .heading-banner .rental-catalog h2, .rental-catalog .heading-banner h2, .heading-banner .rental-catalog .modal-header-title, .rental-catalog .heading-banner .modal-header-title, .heading-banner .rental-catalog .productView-price span, .rental-catalog .productView-price .heading-banner span, .heading-banner .productView-price .rental-catalog span, .productView-price .rental-catalog .heading-banner span, .heading-banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .heading-banner .slide-title, .heading-banner .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .heading-banner .blog-grid-title {
      font-size: 2.8rem; } }

.fs-36, .banners .banner h2, .banners .banner .modal-header-title, .banners .banner .productView-price span, .productView-price .banners .banner span, .banners .banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .banners .banner .slide-title {
  font-size: 3.6rem; }
  @media screen and (max-width: 1024px) {
    .fs-36, .banners .banner h2, .banners .banner .modal-header-title, .banners .banner .productView-price span, .productView-price .banners .banner span, .banners .banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .banners .banner .slide-title {
      font-size: 3rem; } }

/*--- [ Spacings ] ---*/
.mt-0 {
  margin-top: 0 !important; }

.mb-0, .heroCarousel.slick-dotted.slick-slider, .featured-section .slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.mb-20, .productGrid .card .productView-priceStock-row, .sidebar-usp .usp-item, .rental-catalog h2, .rental-catalog .modal-header-title, .rental-catalog .productView-price span, .productView-price .rental-catalog span, .rental-catalog .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .slide-title {
  margin-bottom: 2rem; }

.mb-30, .product-filter, .productView-details.product-options .alertBox,
.productView-details.product-options .backorder-shipping-description {
  margin-bottom: 3rem; }

.mt-48, .mtb-48, .productView-related, .productView-similar {
  margin-top: 4.8rem; }
  @media screen and (max-width: 1024px) {
    .mt-48, .mtb-48, .productView-related, .productView-similar {
      margin-top: 2rem; } }

.mt-71, .footer-newsletter, .page-bottom-banner, .social-feed, .rental-catalog {
  margin-top: 7.1rem; }
  @media screen and (max-width: 1024px) {
    .mt-71, .footer-newsletter, .page-bottom-banner, .social-feed, .rental-catalog {
      margin-top: 4rem; } }

.mb-71 {
  margin-bottom: 7.1rem; }
  @media screen and (max-width: 1024px) {
    .mb-71 {
      margin-bottom: 4rem; } }

.mb-48, .mtb-48, .productView-related, .productView-similar, .categorySection .sub-heading, .categorySection .rental-form-para p, .rental-form-para .categorySection p {
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1024px) {
    .mb-48, .mtb-48, .productView-related, .productView-similar, .categorySection .sub-heading, .categorySection .rental-form-para p, .rental-form-para .categorySection p {
      margin-bottom: 2rem; } }

.pt-30, .ptb-30, .login-row, .account-sidebar, .template-account_inbox .account .form, .template-blog_post .productView-share {
  padding-top: 3rem; }

.pb-30, .ptb-30, .gift-block {
  padding-bottom: 3rem; }

.pt-48, .ptb-48, .footer-usp, .categorySection, .productView-related, .social-feed, .banners, .page-content-news .page-section, #contact-us-page .form, .template-blog_post .tags, .brandGrid + .pagination {
  padding-top: 4.8rem; }
  @media screen and (max-width: 1024px) {
    .pt-48, .ptb-48, .footer-usp, .categorySection, .productView-related, .social-feed, .banners, .page-content-news .page-section, #contact-us-page .form, .template-blog_post .tags, .brandGrid + .pagination {
      padding-top: 2rem; } }

.pb-48, .ptb-48, .footer-usp, .categorySection, .productView-related, .social-feed, .products-tab,
.featured-products, .productView-description, .template-newsletter_subscribe .page-content {
  padding-bottom: 4.8rem; }
  @media screen and (max-width: 1024px) {
    .pb-48, .ptb-48, .footer-usp, .categorySection, .productView-related, .social-feed, .products-tab,
    .featured-products, .productView-description, .template-newsletter_subscribe .page-content {
      padding-bottom: 2rem; } }

.pt-71, .ptb-71, .footer-newsletter, .footer-main, .featured-boxes, .classes-education,
.featured-products, .why-choose-us, .productView-reviews, .page-rentals .rental-heading, .testimonials, .cart-totals, .rental-catalog {
  padding-top: 7.1rem; }
  @media screen and (max-width: 1024px) {
    .pt-71, .ptb-71, .footer-newsletter, .footer-main, .featured-boxes, .classes-education,
    .featured-products, .why-choose-us, .productView-reviews, .page-rentals .rental-heading, .testimonials, .cart-totals, .rental-catalog {
      padding-top: 4rem; } }

.pb-71, .ptb-71, .footer-newsletter, .footer-main, .featured-boxes, .classes-education,
.featured-products, .why-choose-us, .productView-reviews, .page-rentals .rental-heading, .category-heading, .login-row {
  padding-bottom: 7.1rem; }
  @media screen and (max-width: 1024px) {
    .pb-71, .ptb-71, .footer-newsletter, .footer-main, .featured-boxes, .classes-education,
    .featured-products, .why-choose-us, .productView-reviews, .page-rentals .rental-heading, .category-heading, .login-row {
      padding-bottom: 4rem; } }

.pl-40, .plr-40, .header-top, .header-main {
  padding-left: 4rem; }
  @media screen and (max-width: 1440px) {
    .pl-40, .plr-40, .header-top, .header-main {
      padding-left: 3rem; } }
  @media screen and (max-width: 1024px) {
    .pl-40, .plr-40, .header-top, .header-main {
      padding-left: 2rem; } }

.pr-40, .plr-40, .header-top, .header-main {
  padding-right: 4rem; }
  @media screen and (max-width: 1440px) {
    .pr-40, .plr-40, .header-top, .header-main {
      padding-right: 3rem; } }
  @media screen and (max-width: 1024px) {
    .pr-40, .plr-40, .header-top, .header-main {
      padding-right: 2rem; } }

.shg-category-row.slick-slider {
  display: block; }

.shg-category-grid {
  margin-bottom: 0 !important; }

.shg-default-text-content p {
  letter-spacing: 0 !important; }

hr {
  border: none;
  border-top: 0.1rem solid #E0E0E0;
  height: 0;
  line-height: normal;
  margin: 2rem 0; }

.container, .banners .banner, .why-choose-us.shg-box .benefit-boxes {
  width: 100%;
  max-width: 154rem;
  padding: 0; }
  @media (max-width: 1600px) {
    .container, .banners .banner, .why-choose-us.shg-box .benefit-boxes {
      padding: 0 3rem; } }
  @media screen and (max-width: 1024px) {
    .container, .banners .banner, .why-choose-us.shg-box .benefit-boxes {
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }

.container-fluid {
  width: 100%;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto; }

.page.page--home, .page.page-home {
  margin: 0; }
  .page.page--home .heading-banner, .page.page-home .heading-banner {
    display: none; }
  @media (max-width: 1600px) {
    .page.page--home, .page.page-home {
      margin: 0; } }

.page-instructors ol.breadcrumbs, .page-meet-the-instructors ol.breadcrumbs, .page-beginner-classes ol.breadcrumbs {
  display: none; }

.page-about-us ol.breadcrumbs, .page-about-us .heading-banner, .page-contact-us-precision-camera-video ol.breadcrumbs, .page-contact-us-precision-camera-video .heading-banner, .page-why-shop-here-precision-camera-video ol.breadcrumbs, .page-why-shop-here-precision-camera-video .heading-banner, .page-careers ol.breadcrumbs, .page-careers .heading-banner, .page-class-cancellations ol.breadcrumbs, .page-class-cancellations .heading-banner, .page-financing-precision-camera-video ol.breadcrumbs, .page-financing-precision-camera-video .heading-banner, .page-location-in-the-woodlands-precision-camera-video ol.breadcrumbs, .page-location-in-the-woodlands-precision-camera-video .heading-banner, .page-featured-classes-workshops ol.breadcrumbs, .page-featured-classes-workshops .heading-banner, .page-class-calendar ol.breadcrumbs, .page-class-calendar .heading-banner, .page-government-corporate-educational-sales-precision-camera-video ol.breadcrumbs, .page-government-corporate-educational-sales-precision-camera-video .heading-banner, .page-government-corporate-educational-sales-financing-options-precision-camera-video ol.breadcrumbs, .page-government-corporate-educational-sales-financing-options-precision-camera-video .heading-banner, .page-classes-at-precision-camera-and-video ol.breadcrumbs, .page-classes-at-precision-camera-and-video .heading-banner {
  display: none; }

.page-rentals .heading-banner, .page-contact-us-precision-camera-video .heading-banner, .page-why-shop-here-precision-camera-video .heading-banner, .page-financing-precision-camera-video .heading-banner {
  display: none; }

.page-rentals ol.breadcrumbs, .page-contact-us-precision-camera-video ol.breadcrumbs, .page-why-shop-here-precision-camera-video ol.breadcrumbs, .page-financing-precision-camera-video ol.breadcrumbs {
  margin-bottom: 2rem; }

.page-rentals .footer-newsletter, .page-contact-us-precision-camera-video .footer-newsletter, .page-why-shop-here-precision-camera-video .footer-newsletter, .page-financing-precision-camera-video .footer-newsletter {
  margin-top: 0; }

.page-careers .page-content {
  padding-top: 3rem !important; }

.custom-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.grid {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.body {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (min-width: 1025px) {
  .page-sidebar {
    padding-right: 4.05rem; } }

.page-content--centered {
  width: 80%; }
  @media screen and (max-width: 1280px) {
    .page-content--centered {
      width: 100%; } }

/*--- [ Form Reset ] ---*/
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea, .form-input, .select2-search--dropdown .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field {
  outline: none;
  padding: 1.4rem 2.2rem;
  border-radius: 0.3rem;
  height: 5rem;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  border-color: #e0e0e0; }
  input[type="text"]:-internal-autofill-selected,
  input[type="password"]:-internal-autofill-selected,
  input[type="date"]:-internal-autofill-selected,
  input[type="datetime"]:-internal-autofill-selected,
  input[type="datetime-local"]:-internal-autofill-selected,
  input[type="month"]:-internal-autofill-selected,
  input[type="week"]:-internal-autofill-selected,
  input[type="email"]:-internal-autofill-selected,
  input[type="number"]:-internal-autofill-selected,
  input[type="search"]:-internal-autofill-selected,
  input[type="tel"]:-internal-autofill-selected,
  input[type="time"]:-internal-autofill-selected,
  input[type="url"]:-internal-autofill-selected,
  input[type="color"]:-internal-autofill-selected,
  textarea:-internal-autofill-selected,
  .form-input:-internal-autofill-selected,
  .select2-search--dropdown .select2-search__field:-internal-autofill-selected,
  .productView-options [data-product-attribute='input-file'] .form-file:-internal-autofill-selected {
    background-color: #fff !important;
    box-shadow: 50px 50px #fff inset !important; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, .form-input::-webkit-input-placeholder, .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-file::-webkit-input-placeholder, .cart-total .form-input::-webkit-input-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #707070;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder, .form-input::-moz-placeholder, .select2-search--dropdown .select2-search__field::-moz-placeholder, .productView-options [data-product-attribute='input-file'] .form-file::-moz-placeholder, .cart-total .form-input::-moz-placeholder, .cart-total .select2-search--dropdown .select2-search__field::-moz-placeholder {
    color: #707070;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder, .form-input:-ms-input-placeholder, .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .productView-options [data-product-attribute='input-file'] .form-file:-ms-input-placeholder {
    color: #707070;
    opacity: 1; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder,
  .form-input:-moz-placeholder,
  .select2-search--dropdown .select2-search__field:-moz-placeholder,
  .productView-options [data-product-attribute='input-file'] .form-file:-moz-placeholder {
    color: #707070;
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea, .form-input, .select2-search--dropdown .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file, .cart-total .form-input, .cart-total .select2-search--dropdown .select2-search__field {
      padding: 1.3rem 2rem; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus, .form-input:focus, .select2-search--dropdown .select2-search__field:focus, .productView-options [data-product-attribute='input-file'] .form-file:focus {
    border-color: #e0e0e0; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
input:focus + label,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important; }

select {
  outline: none; }

select option {
  outline: none; }

textarea {
  resize: none; }

.form {
  margin-bottom: 3rem; }
  .form-prefixPostfix .button, .form-prefixPostfix #consent-manager button, #consent-manager .form-prefixPostfix button, .form-prefixPostfix .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-prefixPostfix .form-submit-button, .form-prefixPostfix .product-info-slidebar .cart-button, .product-info-slidebar .form-prefixPostfix .cart-button {
    height: auto;
    width: auto; }
    @media screen and (max-width: 767px) {
      .form-prefixPostfix .button, .form-prefixPostfix #consent-manager button, #consent-manager .form-prefixPostfix button, .form-prefixPostfix .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-prefixPostfix .form-submit-button, .form-prefixPostfix .product-info-slidebar .cart-button, .product-info-slidebar .form-prefixPostfix .cart-button {
        width: 100%; } }
  .form-label {
    cursor: auto;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.6rem; }
    .form-label small {
      text-transform: capitalize;
      font-size: 1.2rem;
      margin-top: 0;
      color: #707070; }
  .form-label--inlineSmall small {
    font-weight: 600; }
  .form-field {
    margin-bottom: 1.9rem; }
    @media screen and (max-width: 1024px) {
      .form-field {
        margin-bottom: 1.6rem; } }
  .form-minMaxRow .form-input, .form-minMaxRow .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-minMaxRow .select2-search__field, .form-minMaxRow .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-minMaxRow .form-file {
    background-color: transparent; }
  .form-minMaxRow .button, .form-minMaxRow #consent-manager button, #consent-manager .form-minMaxRow button, .form-minMaxRow .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-minMaxRow .form-submit-button, .form-minMaxRow .product-info-slidebar .cart-button, .product-info-slidebar .form-minMaxRow .cart-button {
    min-width: 0; }
  .form-inlineMessage {
    font-weight: 500; }
  .form-field--error .form-inlineMessage::before {
    top: 0.05rem;
    width: 1.2rem;
    height: 1.1rem; }

.form-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .form-row .form-field {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

@media screen and (max-width: 767px) {
  .form-row .form-field,
  .form-row--half .form-field {
    float: none;
    clear: both;
    width: 100%; } }

.form-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (max-width: 767px) {
    .form-column {
      float: none;
      clear: both;
      width: 100%; } }
  .form-column .form-field {
    padding: 0; }
    .form-column .form-field.form-field-group {
      padding: 1.5rem; }

/*--- [ Select Style ] ---*/
.form-select {
  height: auto;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none; }

.button, #consent-manager button, .sell-your-gear-form-new .form-submit-button, .product-info-slidebar .cart-button {
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.4rem 4rem;
  transition: all 0.4s linear;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  min-width: 20rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  text-align: center !important; }
  .button:hover, #consent-manager button:hover, .sell-your-gear-form-new .form-submit-button:hover, .product-info-slidebar .cart-button:hover, .button:focus, #consent-manager button:focus, .sell-your-gear-form-new .form-submit-button:focus, .product-info-slidebar .cart-button:focus {
    background-color: #b61616;
    border-color: #b61616;
    color: white; }
  .button .shg-btn-text, #consent-manager button .shg-btn-text, .sell-your-gear-form-new .form-submit-button .shg-btn-text, .product-info-slidebar .cart-button .shg-btn-text {
    padding: 0 !important;
    background-color: transparent !important;
    color: inherit !important; }
  .button--primary:hover, .sell-your-gear-form-new .form-submit-button:hover, .product-info-slidebar .cart-button:hover, .button--primary:focus, .sell-your-gear-form-new .form-submit-button:focus, .product-info-slidebar .cart-button:focus {
    background-color: white;
    border-color: #b61616;
    color: #b61616; }
  .button--secondary {
    background-color: #b61616;
    border-color: #b61616;
    color: white; }
    .button--secondary:hover, .button--secondary:focus {
      background-color: #151515;
      border-color: #151515;
      color: white; }

.link, .form-actions a.forgot-password, body:not(.page-home) .c-link, .rental-catalog .section .sub-section--label .veiw-product, .product-info-slidebar .prd-product-link {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.65px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #151515; }
  .link:hover, .form-actions a.forgot-password:hover, body:not(.page-home) .c-link:hover, .rental-catalog .section .sub-section--label .veiw-product:hover, .product-info-slidebar .prd-product-link:hover {
    color: #b61616;
    text-decoration: none; }

.form-actions {
  margin: 0;
  padding-top: 0.5rem; }
  .form-actions .button, .form-actions #consent-manager button, #consent-manager .form-actions button, .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button, .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .form-actions .cart-button,
  .form-actions a,
  .form-actions .link,
  .form-actions a.forgot-password,
  .form-actions body:not(.page-home) .c-link,
  body:not(.page-home) .form-actions .c-link,
  .form-actions .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .form-actions .veiw-product,
  .form-actions .product-info-slidebar .prd-product-link,
  .product-info-slidebar .form-actions .prd-product-link,
  .form-actions .all-link {
    vertical-align: middle; }
  .form-actions .forgot-password.link, .form-actions a.forgot-password, .form-actions body:not(.page-home) .forgot-password.c-link, body:not(.page-home) .form-actions .forgot-password.c-link, .form-actions .rental-catalog .section .sub-section--label .forgot-password.veiw-product, .rental-catalog .section .sub-section--label .form-actions .forgot-password.veiw-product, .form-actions .product-info-slidebar .forgot-password.prd-product-link, .product-info-slidebar .form-actions .forgot-password.prd-product-link, .form-actions .forgot-password.all-link {
    padding-left: 0.5rem; }
  .form-actions .button + .button, .form-actions #consent-manager button + .button, #consent-manager .form-actions button + .button, .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .form-actions .form-submit-button + .button, .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .form-actions .cart-button + .button, .form-actions #consent-manager .button + button, #consent-manager .form-actions .button + button, .form-actions #consent-manager button + button, #consent-manager .form-actions button + button, .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-actions .form-submit-button + button, .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .form-actions .cart-button + button, .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .form-actions .button + .form-submit-button, .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .form-actions #consent-manager button + .form-submit-button, #consent-manager .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .form-actions button + .form-submit-button, .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button + .form-submit-button, .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .form-actions .cart-button + .form-submit-button, .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .form-actions .button + .cart-button, .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .form-actions #consent-manager button + .cart-button, #consent-manager .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .form-actions button + .cart-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .cart-button, .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .form-actions .cart-button + .cart-button,
  .form-actions input + .button,
  .form-actions #consent-manager input + button,
  #consent-manager .form-actions input + button,
  .form-actions .sell-your-gear-form-new input + .form-submit-button,
  .sell-your-gear-form-new .form-actions input + .form-submit-button,
  .form-actions .product-info-slidebar input + .cart-button,
  .product-info-slidebar .form-actions input + .cart-button {
    margin-left: 1rem; }
    @media screen and (max-width: 767px) {
      .form-actions .button + .button, .form-actions #consent-manager button + .button, #consent-manager .form-actions button + .button, .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .form-actions .form-submit-button + .button, .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .form-actions .cart-button + .button, .form-actions #consent-manager .button + button, #consent-manager .form-actions .button + button, .form-actions #consent-manager button + button, #consent-manager .form-actions button + button, .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .form-actions .form-submit-button + button, .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .form-actions .cart-button + button, .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .form-actions .button + .form-submit-button, .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .form-actions #consent-manager button + .form-submit-button, #consent-manager .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .form-actions button + .form-submit-button, .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .form-actions .form-submit-button + .form-submit-button, .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .form-actions .cart-button + .form-submit-button, .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .form-actions .button + .cart-button, .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .form-actions #consent-manager button + .cart-button, #consent-manager .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .form-actions button + .cart-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .cart-button, .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .form-actions .cart-button + .cart-button,
      .form-actions input + .button,
      .form-actions #consent-manager input + button,
      #consent-manager .form-actions input + button,
      .form-actions .sell-your-gear-form-new input + .form-submit-button,
      .sell-your-gear-form-new .form-actions input + .form-submit-button,
      .form-actions .product-info-slidebar input + .cart-button,
      .product-info-slidebar .form-actions input + .cart-button {
        margin-top: 2rem;
        margin-left: 0; } }
    .form-actions .button + .button:hover, .form-actions #consent-manager button + .button:hover, #consent-manager .form-actions button + .button:hover, .form-actions .sell-your-gear-form-new .form-submit-button + .button:hover, .sell-your-gear-form-new .form-actions .form-submit-button + .button:hover, .form-actions .product-info-slidebar .cart-button + .button:hover, .product-info-slidebar .form-actions .cart-button + .button:hover, .form-actions #consent-manager .button + button:hover, #consent-manager .form-actions .button + button:hover, .form-actions #consent-manager button + button:hover, #consent-manager .form-actions button + button:hover, .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button:hover, #consent-manager .form-actions .sell-your-gear-form-new .form-submit-button + button:hover, .sell-your-gear-form-new .form-actions #consent-manager .form-submit-button + button:hover, #consent-manager .sell-your-gear-form-new .form-actions .form-submit-button + button:hover, .form-actions .product-info-slidebar #consent-manager .cart-button + button:hover, #consent-manager .form-actions .product-info-slidebar .cart-button + button:hover, .product-info-slidebar .form-actions #consent-manager .cart-button + button:hover, #consent-manager .product-info-slidebar .form-actions .cart-button + button:hover, .form-actions .sell-your-gear-form-new .button + .form-submit-button:hover, .sell-your-gear-form-new .form-actions .button + .form-submit-button:hover, .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button:hover, .sell-your-gear-form-new .form-actions #consent-manager button + .form-submit-button:hover, #consent-manager .form-actions .sell-your-gear-form-new button + .form-submit-button:hover, .sell-your-gear-form-new #consent-manager .form-actions button + .form-submit-button:hover, .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button:hover, .sell-your-gear-form-new .form-actions .form-submit-button + .form-submit-button:hover, .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button:hover, .sell-your-gear-form-new .form-actions .product-info-slidebar .cart-button + .form-submit-button:hover, .product-info-slidebar .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button:hover, .sell-your-gear-form-new .product-info-slidebar .form-actions .cart-button + .form-submit-button:hover, .form-actions .product-info-slidebar .button + .cart-button:hover, .product-info-slidebar .form-actions .button + .cart-button:hover, .form-actions #consent-manager .product-info-slidebar button + .cart-button:hover, .product-info-slidebar .form-actions #consent-manager button + .cart-button:hover, #consent-manager .form-actions .product-info-slidebar button + .cart-button:hover, .product-info-slidebar #consent-manager .form-actions button + .cart-button:hover, .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button:hover, .product-info-slidebar .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button:hover, .sell-your-gear-form-new .form-actions .product-info-slidebar .form-submit-button + .cart-button:hover, .product-info-slidebar .sell-your-gear-form-new .form-actions .form-submit-button + .cart-button:hover, .form-actions .product-info-slidebar .cart-button + .cart-button:hover, .product-info-slidebar .form-actions .cart-button + .cart-button:hover,
    .form-actions input + .button:hover,
    .form-actions #consent-manager input + button:hover,
    #consent-manager .form-actions input + button:hover,
    .form-actions .sell-your-gear-form-new input + .form-submit-button:hover,
    .sell-your-gear-form-new .form-actions input + .form-submit-button:hover,
    .form-actions .product-info-slidebar input + .cart-button:hover,
    .product-info-slidebar .form-actions input + .cart-button:hover {
      background-color: white;
      border-color: #b61616;
      color: #b61616; }

.form-field {
  margin-bottom: 2.6rem; }
  .form-field--increments {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    float: left; }
    .form-field--increments .form-label {
      display: none; }

.form-increment {
  width: 15rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: .1rem solid #E3E3E3;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem; }
  @media screen and (max-width: 1024px) {
    .form-increment {
      width: 11rem; } }
  .form-increment .form-input, .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-increment .select2-search__field, .form-increment .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-increment .form-file {
    padding: 0;
    color: black;
    background-color: transparent;
    font-size: 1.7rem;
    font-weight: 600;
    height: 5.8rem; }
    @media screen and (max-width: 1024px) {
      .form-increment .form-input, .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .form-increment .select2-search__field, .form-increment .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .form-increment .form-file {
        height: 4.8rem; } }
  .form-increment .button, .form-increment #consent-manager button, #consent-manager .form-increment button, .form-increment .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-increment .form-submit-button, .form-increment .product-info-slidebar .cart-button, .product-info-slidebar .form-increment .cart-button {
    border: none;
    padding: 2.5rem 1.9rem;
    line-height: 0;
    min-width: 0; }
    .form-increment .button:not(.button--primary):not(.button--secondary):hover, .form-increment #consent-manager button:not(.button--primary):not(.button--secondary):hover, #consent-manager .form-increment button:not(.button--primary):not(.button--secondary):hover, .form-increment .sell-your-gear-form-new .form-submit-button:not(.button--primary):not(.button--secondary):hover, .sell-your-gear-form-new .form-increment .form-submit-button:not(.button--primary):not(.button--secondary):hover, .form-increment .product-info-slidebar .cart-button:not(.button--primary):not(.button--secondary):hover, .product-info-slidebar .form-increment .cart-button:not(.button--primary):not(.button--secondary):hover {
      background-color: transparent; }
    .form-increment .button[disabled], .form-increment #consent-manager button[disabled], #consent-manager .form-increment button[disabled], .form-increment .sell-your-gear-form-new .form-submit-button[disabled], .sell-your-gear-form-new .form-increment .form-submit-button[disabled], .form-increment .product-info-slidebar .cart-button[disabled], .product-info-slidebar .form-increment .cart-button[disabled] {
      background-color: transparent; }
    @media screen and (max-width: 1024px) {
      .form-increment .button, .form-increment #consent-manager button, #consent-manager .form-increment button, .form-increment .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .form-increment .form-submit-button, .form-increment .product-info-slidebar .cart-button, .product-info-slidebar .form-increment .cart-button {
        padding: 1.8rem; } }
    .form-increment .button .icon, .form-increment #consent-manager button .icon, #consent-manager .form-increment button .icon, .form-increment .sell-your-gear-form-new .form-submit-button .icon, .sell-your-gear-form-new .form-increment .form-submit-button .icon, .form-increment .product-info-slidebar .cart-button .icon, .product-info-slidebar .form-increment .cart-button .icon {
      width: 1.1rem;
      height: 1.1rem; }
      .form-increment .button .icon svg, .form-increment #consent-manager button .icon svg, #consent-manager .form-increment button .icon svg, .form-increment .sell-your-gear-form-new .form-submit-button .icon svg, .sell-your-gear-form-new .form-increment .form-submit-button .icon svg, .form-increment .product-info-slidebar .cart-button .icon svg, .product-info-slidebar .form-increment .cart-button .icon svg {
        stroke: black; }
    .form-increment .button:focus, .form-increment #consent-manager button:focus, #consent-manager .form-increment button:focus, .form-increment .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .form-increment .form-submit-button:focus, .form-increment .product-info-slidebar .cart-button:focus, .product-info-slidebar .form-increment .cart-button:focus {
      background-color: transparent; }
    .form-increment .button:hover, .form-increment #consent-manager button:hover, #consent-manager .form-increment button:hover, .form-increment .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .form-increment .form-submit-button:hover, .form-increment .product-info-slidebar .cart-button:hover, .product-info-slidebar .form-increment .cart-button:hover {
      background-color: transparent; }
      .form-increment .button:hover .icon svg, .form-increment #consent-manager button:hover .icon svg, #consent-manager .form-increment button:hover .icon svg, .form-increment .sell-your-gear-form-new .form-submit-button:hover .icon svg, .sell-your-gear-form-new .form-increment .form-submit-button:hover .icon svg, .form-increment .product-info-slidebar .cart-button:hover .icon svg, .product-info-slidebar .form-increment .cart-button:hover .icon svg {
        stroke: #b61616; }

/*--- [ Checkbox ] ---*/
.form-field--success .form-checkbox + .form-label::before, .form-field--success .form-radio + .form-label::before {
  border-color: #151515; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  padding-left: 2.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none; }
  .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
  .form-radio + .form-label::before,
  .form-radio + .form-label::after {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.2rem; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    border-color: #151515; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cg clip-path='url(%23clip0_734_3231)'%3E%3Cpath d='M6.85668 0.0739746L6.52652 0.403808L5.04152 1.88881L3.55668 3.37364L3.43885 3.49147L3.14602 3.19864L2.29735 2.35014L2.14235 2.19514L0.610352 3.72714L0.765185 3.88214L1.61402 4.73081L1.90685 5.02381H1.90668L3.43885 6.55564L4.97085 5.02381L5.08868 4.90597L6.57368 3.42081L8.05852 1.93597L8.38868 1.60597L6.85668 0.0739746Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_734_3231'%3E%3Crect width='8' height='6.66667' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-color: #151515;
  background-size: 75%;
  background-position-x: 0.2rem;
  border-color: #151515;
  top: 0.2rem;
  left: 0; }

.form-radio + .form-label {
  margin-bottom: 10px; }

/*--- [ Radio Button ] ---*/
input[type="radio"],
.form-radio {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + label,
  input[type="radio"] + .form-label,
  .form-radio + label,
  .form-radio + .form-label {
    position: relative;
    padding-left: 2.3rem; }
    input[type="radio"] + label::before, input[type="radio"] + label::after,
    input[type="radio"] + .form-label::before,
    input[type="radio"] + .form-label::after,
    .form-radio + label::before,
    .form-radio + label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      width: 1.3rem;
      height: 1.3rem;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: .2rem; }
    input[type="radio"] + label::before,
    input[type="radio"] + .form-label::before,
    .form-radio + label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: .1rem solid #BDBDBD; }
    input[type="radio"] + label::after,
    input[type="radio"] + .form-label::after,
    .form-radio + label::after,
    .form-radio + .form-label::after {
      transform: scale(0);
      background-color: #151515;
      border: none; }
  input[type="radio"]:checked + label::after,
  input[type="radio"]:checked + .form-label::after,
  .form-radio:checked + label::after,
  .form-radio:checked + .form-label::after {
    transform: scale(0.6); }

/*--- [ Slick Slider ] ---*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-disabled {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
    line-height: 0;
    padding-bottom: 1.4rem;
    padding-top: 1.5rem; } }

@media screen and (max-width: 1024px) {
  .slick-dots li {
    height: auto;
    width: auto;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    counter-increment: dots-counter;
    margin-right: .5rem; } }

.slick-dots li button {
  width: 2.2rem;
  height: 1.2rem;
  display: inline-block !important;
  margin-left: 0;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23828282'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  opacity: 1;
  position: relative;
  border: none; }

.slick-dots li button::before {
  content: counter(dots-counter);
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
  color: #828282;
  font-family: 'sourcesanspro';
  position: absolute;
  left: 0;
  top: -.9rem;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto; }

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23151515'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E"); }
  @media screen and (max-width: 1024px) {
    .slick-dots li.slick-active button::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M5.37232 1.02693C5.18672 0.780532 4.89659 0.635466 4.58939 0.635466C4.28219 0.635466 3.99205 0.780532 3.80645 1.02693L0.874189 4.93627C0.652322 5.23173 0.616055 5.6296 0.782455 5.9592C0.948855 6.28987 1.28592 6.5 1.65712 6.5L7.52165 6.5C7.89285 6.5 8.22992 6.28987 8.39632 5.9592C8.56272 5.62853 8.52645 5.23173 8.30459 4.93627L5.37232 1.02693Z' fill='%23B61616'/%3E%3C/svg%3E");
      width: .9rem;
      height: .6rem;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      left: -.45rem;
      top: auto;
      bottom: -1.4rem;
      transform: translateX(0%); } }

@media screen and (max-width: 1024px) {
  .slick-dots li.slick-active button::before {
    color: #151515;
    background-color: transparent; } }

@media screen and (max-width: 1024px) {
  .slick-dots li:last-child {
    margin-right: 0; } }

@media screen and (max-width: 1024px) {
  .slick-dots li:last-child button {
    width: .2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23828282'/%3E%3C/svg%3E"); } }

@media screen and (max-width: 1024px) {
  .slick-dots li:last-child.slick-active button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23151515'/%3E%3C/svg%3E"); } }

.slick-arrow {
  padding: 0;
  border: none;
  background-color: white;
  margin-top: 0;
  height: 4.1rem;
  width: 4.1rem;
  border-radius: .2rem; }
  .slick-arrow::before {
    content: "";
    width: .9rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  .slick-arrow .carousel-tooltip {
    display: none; }
  .slick-arrow:hover {
    background-color: #b61616; }
    .slick-arrow:hover::before {
      opacity: 1; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

.slick-next {
  right: 0; }
  .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

/*---[ Page Heading ]---*/
.heading-banner {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .heading-banner .page-heading, .heading-banner .rental-catalog h2, .rental-catalog .heading-banner h2, .heading-banner .rental-catalog .modal-header-title, .rental-catalog .heading-banner .modal-header-title, .heading-banner .rental-catalog .productView-price span, .rental-catalog .productView-price .heading-banner span, .heading-banner .productView-price .rental-catalog span, .productView-price .rental-catalog .heading-banner span, .heading-banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .heading-banner .slide-title, .heading-banner .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .heading-banner .blog-grid-title {
    margin-top: 0;
    margin-bottom: 0; }
    .heading-banner .page-heading ~ p, .heading-banner .rental-catalog h2 ~ p, .rental-catalog .heading-banner h2 ~ p, .heading-banner .rental-catalog .modal-header-title ~ p, .rental-catalog .heading-banner .modal-header-title ~ p, .heading-banner .rental-catalog .productView-price span ~ p, .rental-catalog .productView-price .heading-banner span ~ p, .heading-banner .productView-price .rental-catalog span ~ p, .productView-price .rental-catalog .heading-banner span ~ p, .heading-banner .product-info-slidebar .cart-heading .rental-catalog .slide-title ~ p, .heading-banner .product-info-slidebar .cart-heading .slide-title ~ p, .product-info-slidebar .cart-heading .heading-banner .slide-title ~ p, .heading-banner .blog-details .blog-grid-header .blog-grid-title ~ p, .blog-details .blog-grid-header .heading-banner .blog-grid-title ~ p {
      margin-top: 1rem;
      color: #707070; }
  .heading-banner .heading-count ~ p {
    margin-top: 1rem;
    color: #707070; }

.page-heading, .rental-catalog h2, .rental-catalog .modal-header-title, .rental-catalog .productView-price span, .productView-price .rental-catalog span, .product-info-slidebar .cart-heading .slide-title, .blog-details .blog-grid-header .blog-grid-title {
  line-height: normal;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 4rem 0 1rem; }
  .page-heading.shg-c, .rental-catalog h2.shg-c, .rental-catalog .shg-c.modal-header-title, .rental-catalog .productView-price span.shg-c, .productView-price .rental-catalog span.shg-c, .product-info-slidebar .cart-heading .shg-c.slide-title, .blog-details .blog-grid-header .shg-c.blog-grid-title {
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .page-heading.shg-c, .rental-catalog h2.shg-c, .rental-catalog .shg-c.modal-header-title, .rental-catalog .productView-price span.shg-c, .productView-price .rental-catalog span.shg-c, .product-info-slidebar .cart-heading .shg-c.slide-title, .blog-details .blog-grid-header .shg-c.blog-grid-title {
        margin-bottom: 2rem; } }
    .page-heading.shg-c h2, .rental-catalog h2.shg-c h2, .rental-catalog .shg-c.modal-header-title h2, .rental-catalog .productView-price span.shg-c h2, .productView-price .rental-catalog span.shg-c h2, .product-info-slidebar .cart-heading .shg-c.slide-title h2, .blog-details .blog-grid-header .shg-c.blog-grid-title h2, .page-heading.shg-c .modal-header-title, .rental-catalog h2.shg-c .modal-header-title, .rental-catalog .shg-c.modal-header-title .modal-header-title, .rental-catalog .productView-price span.shg-c .modal-header-title, .productView-price .rental-catalog span.shg-c .modal-header-title, .product-info-slidebar .cart-heading .shg-c.slide-title .modal-header-title, .blog-details .blog-grid-header .shg-c.blog-grid-title .modal-header-title, .page-heading.shg-c .productView-price span, .productView-price .page-heading.shg-c span, .rental-catalog h2.shg-c .productView-price span, .productView-price .rental-catalog h2.shg-c span, .rental-catalog .shg-c.modal-header-title .productView-price span, .productView-price .rental-catalog .shg-c.modal-header-title span, .rental-catalog .productView-price span.shg-c span, .productView-price .rental-catalog span.shg-c span, .product-info-slidebar .cart-heading .shg-c.slide-title .productView-price span, .productView-price .product-info-slidebar .cart-heading .shg-c.slide-title span, .blog-details .blog-grid-header .shg-c.blog-grid-title .productView-price span, .productView-price .blog-details .blog-grid-header .shg-c.blog-grid-title span, .page-heading.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .page-heading.shg-c .slide-title, .rental-catalog h2.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog h2.shg-c .slide-title, .rental-catalog .shg-c.modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .shg-c.modal-header-title .slide-title, .rental-catalog .productView-price span.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .productView-price span.shg-c .slide-title, .productView-price .rental-catalog span.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-price .rental-catalog span.shg-c .slide-title, .product-info-slidebar .cart-heading .shg-c.slide-title .slide-title, .blog-details .blog-grid-header .shg-c.blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .blog-details .blog-grid-header .shg-c.blog-grid-title .slide-title {
      line-height: normal !important;
      font-size: 2.6rem !important;
      font-weight: inherit !important;
      text-transform: inherit !important;
      color: inherit !important; }
      @media screen and (max-width: 1024px) {
        .page-heading.shg-c h2, .rental-catalog h2.shg-c h2, .rental-catalog .shg-c.modal-header-title h2, .rental-catalog .productView-price span.shg-c h2, .productView-price .rental-catalog span.shg-c h2, .product-info-slidebar .cart-heading .shg-c.slide-title h2, .blog-details .blog-grid-header .shg-c.blog-grid-title h2, .page-heading.shg-c .modal-header-title, .rental-catalog h2.shg-c .modal-header-title, .rental-catalog .shg-c.modal-header-title .modal-header-title, .rental-catalog .productView-price span.shg-c .modal-header-title, .productView-price .rental-catalog span.shg-c .modal-header-title, .product-info-slidebar .cart-heading .shg-c.slide-title .modal-header-title, .blog-details .blog-grid-header .shg-c.blog-grid-title .modal-header-title, .page-heading.shg-c .productView-price span, .productView-price .page-heading.shg-c span, .rental-catalog h2.shg-c .productView-price span, .productView-price .rental-catalog h2.shg-c span, .rental-catalog .shg-c.modal-header-title .productView-price span, .productView-price .rental-catalog .shg-c.modal-header-title span, .rental-catalog .productView-price span.shg-c span, .productView-price .rental-catalog span.shg-c span, .product-info-slidebar .cart-heading .shg-c.slide-title .productView-price span, .productView-price .product-info-slidebar .cart-heading .shg-c.slide-title span, .blog-details .blog-grid-header .shg-c.blog-grid-title .productView-price span, .productView-price .blog-details .blog-grid-header .shg-c.blog-grid-title span, .page-heading.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .page-heading.shg-c .slide-title, .rental-catalog h2.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog h2.shg-c .slide-title, .rental-catalog .shg-c.modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .shg-c.modal-header-title .slide-title, .rental-catalog .productView-price span.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .productView-price span.shg-c .slide-title, .productView-price .rental-catalog span.shg-c .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-price .rental-catalog span.shg-c .slide-title, .product-info-slidebar .cart-heading .shg-c.slide-title .slide-title, .blog-details .blog-grid-header .shg-c.blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .blog-details .blog-grid-header .shg-c.blog-grid-title .slide-title {
          font-size: 2.2rem !important; } }

.sub-heading, .rental-form-para p {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #222222; }

/*--- [ Alert Box] ---*/
.alertBox {
  font-weight: 500;
  line-height: 1.5; }

/*--- [ productCarousel ] ---*/
.productCarousel {
  margin: 0; }

/*--- [ Breadcrumbs ] ---*/
ol.breadcrumbs {
  margin: 0;
  margin-top: 2.1rem; }
  @media screen and (max-width: 1024px) {
    ol.breadcrumbs {
      display: block;
      white-space: nowrap;
      overflow: auto; } }
  ol.breadcrumbs .breadcrumb {
    margin: 0;
    line-height: 1.2; }
    ol.breadcrumbs .breadcrumb-label {
      line-height: 1.45;
      font-weight: 500;
      color: #707070;
      text-transform: capitalize;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
    ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      border-right: 0;
      transform: none;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="10" viewBox="0 0 5 10" fill="none"><path d="M1 1L4 5L1 9" stroke="%23E0E0E0" stroke-width="1.5"/></svg>');
      width: 0.5rem;
      height: 1rem;
      margin: 0 0.6rem 0 1rem; }
    ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      font-weight: 500;
      color: #707070; }

nav[aria-label="Breadcrumb"] ~ .alertBox--info {
  margin-top: 3rem; }

/*--- [ Pagination ] ---*/
.pagination-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  padding-left: 7.1rem;
  padding-right: 7.1rem; }
  @media screen and (max-width: 1024px) {
    .pagination-list {
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-left: 4.2rem;
      padding-right: 4.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .pagination-list li {
    margin: 0;
    border: none; }
    @media screen and (max-width: 1024px) {
      .pagination-list li {
        font-size: 1.5rem;
        font-weight: 600;
        color: #151515; } }
    @media screen and (max-width: 1024px) {
      .pagination-list li .mobile-pages-count {
        font-weight: 600;
        margin-left: .4rem; } }
    .pagination-list li a, .pagination-list li .link, .pagination-list li .form-actions a.forgot-password, .form-actions .pagination-list li a.forgot-password, .pagination-list li body:not(.page-home) .c-link, body:not(.page-home) .pagination-list li .c-link, .pagination-list li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .pagination-list li .veiw-product, .pagination-list li .product-info-slidebar .prd-product-link, .product-info-slidebar .pagination-list li .prd-product-link, .pagination-list li .all-link {
      font-size: 1.5rem;
      font-weight: 600;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      line-height: normal;
      color: #202B2F;
      width: 4.2rem;
      height: 4.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      letter-spacing: 0.45px;
      padding: 0; }
    .pagination-list li.pagination-item {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .pagination-list li.pagination-item--current {
        background-color: #f7f8f9; }
      .pagination-list li.pagination-item:hover .pagination-link {
        color: #b61616; }
      .pagination-list li.pagination-item.pagination-item--current {
        margin: 0; }
      .pagination-list li.pagination-item.pagination-item--next {
        position: absolute;
        right: 0; }
      .pagination-list li.pagination-item.pagination-item--previous {
        position: absolute;
        left: 0; }
      .pagination-list li.pagination-item.pagination-item--next .icon, .pagination-list li.pagination-item.pagination-item--previous .icon {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0; }
        .pagination-list li.pagination-item.pagination-item--next .icon svg, .pagination-list li.pagination-item.pagination-item--previous .icon svg {
          fill: none;
          stroke: #151515; }
      .pagination-list li.pagination-item.pagination-item--next:hover .icon svg, .pagination-list li.pagination-item.pagination-item--previous:hover .icon svg {
        fill: white;
        stroke: #b61616; }

/*--- [ Tabs ] ---*/
.tabs {
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .tabs .tab {
    border: none;
    padding: 2.2rem 3.4rem 2.2rem;
    float: none;
    white-space: nowrap; }
    @media screen and (max-width: 1440px) {
      .tabs .tab {
        padding: 1.8rem 3.2rem; } }
    @media screen and (max-width: 1280px) {
      .tabs .tab {
        padding: 1.8rem 2rem; } }
    @media screen and (max-width: 1024px) {
      .tabs .tab {
        padding: 2rem .8rem; } }
    @media screen and (max-width: 375px) {
      .tabs .tab {
        padding: 2rem .6rem; } }
    .tabs .tab:first-child {
      padding-left: 0; }
    .tabs .tab-title {
      font-size: 1.7rem;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.68px;
      text-transform: uppercase;
      color: #151515;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .tabs .tab-title {
          font-size: 1.2rem; } }
    .tabs .tab.is-active .tab-title, .tabs .tab:hover .tab-title {
      color: #b61616; }
  .tabs-contents .tab-content {
    padding-top: 6.2rem; }
    @media screen and (max-width: 1024px) {
      .tabs-contents .tab-content {
        padding-top: 4rem; } }

/*--- [ Responsive Tab] ---*/
.r-tabs-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 3.4rem;
  margin: 0;
  list-style: none;
  margin-bottom: 4rem; }
  @media screen and (max-width: 1024px) {
    .r-tabs-nav {
      gap: 2rem; } }
  @media screen and (max-width: 375px) {
    .r-tabs-nav {
      gap: 1rem; } }

.r-tabs-anchor {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.3);
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.r-tabs-tab {
  padding-bottom: .9rem;
  position: relative; }
  .r-tabs-tab::after {
    content: "";
    width: 0;
    height: .15rem;
    position: absolute;
    left: 0;
    bottom: 0rem;
    transition: width .4s ease, opacity .6s ease;
    background-color: #b61616;
    opacity: 0; }

.r-tabs-state-active::after {
  width: 100%;
  opacity: 1; }

.r-tabs-state-active .r-tabs-anchor {
  color: #151515; }

.r-tabs-accordion-title {
  display: none; }

@media screen and (max-width: 1024px) {
  .r-tabs-panel {
    margin: 0 -3rem; } }

.r-tabs-panel:not(.r-tabs-state-active) {
  display: none; }

/*--- [ Sogun Tab] ---*/
@media screen and (max-width: 1024px) {
  .shogun-tabs {
    justify-content: center !important; } }

.shogun-tabs.shogun-rounded li.shogun-tab {
  flex-grow: inherit;
  margin-right: 4.9rem; }
  @media screen and (max-width: 1024px) {
    .shogun-tabs.shogun-rounded li.shogun-tab {
      margin-right: 1.6rem; } }
  .shogun-tabs.shogun-rounded li.shogun-tab .shogun-tab-box {
    padding: 0 !important; }
  .shogun-tabs.shogun-rounded li.shogun-tab:last-child {
    margin-right: 0; }

.shogun-tabs-body {
  padding-top: 4rem !important;
  border-top: none !important; }
  @media screen and (max-width: 1024px) {
    .shogun-tabs-body {
      padding-top: 2rem !important; } }

.shogun-tabs .shogun-tab-title {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(21, 21, 21, 0.3) !important;
  font-family: "Jost", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1024px) {
    .shogun-tabs .shogun-tab-title {
      font-size: 1.4rem !important; } }

.shogun-tabs .shogun-tab-box {
  border: none !important;
  background-color: transparent !important; }

.shogun-tabs .shogun-tab {
  padding-bottom: .9rem;
  padding-left: 0 !important;
  position: relative; }
  .shogun-tabs .shogun-tab .shogun-tab-border {
    display: none; }
  .shogun-tabs .shogun-tab::before {
    display: none; }
  .shogun-tabs .shogun-tab::after {
    content: "";
    width: 0;
    height: .15rem;
    position: absolute;
    left: 0;
    bottom: 0rem;
    transition: width .4s ease, opacity .6s ease;
    background-color: #b61616;
    opacity: 0; }
  .shogun-tabs .shogun-tab:hover .shogun-tab-title {
    color: #151515 !important; }
  .shogun-tabs .shogun-tab.shogun-tab-active::after {
    width: 100%;
    opacity: 1; }
  .shogun-tabs .shogun-tab.shogun-tab-active .shogun-tab-title {
    color: #151515 !important; }

/*--- [ Badges ] ---*/
.sale-flag-side,
.sold-out-flag-side {
  height: auto;
  padding: .3rem .9rem;
  border-radius: .3rem;
  top: 2rem;
  left: 2rem; }
  .sale-flag-side .sale-text,
  .sale-flag-side .sold-out-text,
  .sold-out-flag-side .sale-text,
  .sold-out-flag-side .sold-out-text {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Jost", Arial, Helvetica, sans-serif; }

#consent-manager {
  background-color: #b61616 !important; }
  #consent-manager div[class*="css"] {
    background-color: transparent !important; }
  #consent-manager button {
    height: auto; }

/*--- [ Popup model ] ---*/
.modal-header {
  padding: 1.9rem 3rem;
  padding-right: 4rem; }

.modal-header-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }

.modal-close {
  top: 2.7rem;
  right: 2.2rem;
  color: #151515;
  line-height: 0;
  background-color: white;
  border-radius: 50%; }
  .modal-close .icon {
    width: 1.9rem;
    height: 1.9rem; }
    .modal-close .icon svg {
      fill: #151515; }
  .modal-close:hover {
    color: #b61616; }
    .modal-close:hover .icon svg {
      fill: #b61616; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: none; }

.modal-body {
  padding: 3rem; }
  @media screen and (max-width: 1024px) {
    .modal-body {
      padding: 1.5rem; } }

.modal .form-radio + .form-label::before {
  border: 0.1rem solid #707070; }

.modal .form-radio + .form-label::after {
  width: 1.6rem;
  height: 1.6rem;
  top: 3.1px;
  left: 0.1rem;
  top: 0.3rem; }

.modal [data-product-attributes-wrapper] {
  height: auto !important; }

.modal--alert {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .modal--alert .alert-icon {
    margin-top: 0; }
  .modal--alert .modal-content {
    font-size: inherit; }
  @media screen and (max-width: 767px) {
    .modal--alert .button-container .button, .modal--alert .button-container #consent-manager button, #consent-manager .modal--alert .button-container button, .modal--alert .button-container .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .modal--alert .button-container .form-submit-button, .modal--alert .button-container .product-info-slidebar .cart-button, .product-info-slidebar .modal--alert .button-container .cart-button {
      min-width: 0; } }
  .modal--alert .button-container .confirm:focus,
  .modal--alert .button-container .confirm:hover {
    background-color: transparent;
    border-color: #b61616;
    color: #b61616; }

.modal .button:hover, .modal #consent-manager button:hover, #consent-manager .modal button:hover, .modal .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .modal .form-submit-button:hover, .modal .product-info-slidebar .cart-button:hover, .product-info-slidebar .modal .cart-button:hover, .modal .button:focus, .modal #consent-manager button:focus, #consent-manager .modal button:focus, .modal .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .modal .form-submit-button:focus, .modal .product-info-slidebar .cart-button:focus, .product-info-slidebar .modal .cart-button:focus {
  background-color: transparent;
  border-color: #b61616;
  color: #b61616; }

/*--- [ Yotpo Reviews & Ratings ] ---*/
.yotpo-head {
  display: none !important; }

.yotpo-reviews-container .yotpo-review-border-smooth {
  height: .2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2710%27 height=%275%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke-width=%272%27 stroke=%27%23151515%27 d=%27M0 .5h10%27/%3E%3C/svg%3E"); }

.yotpo-border-margin {
  display: none !important; }

.yotpo-new-review-btn {
  margin-bottom: 0 !important;
  line-height: normal;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 1.4rem 4rem !important;
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  border-radius: .2rem !important;
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  background-color: white !important;
  color: #151515 !important;
  border: 0.1rem solid #151515 !important; }
  .yotpo-new-review-btn:hover {
    background-color: #b61616 !important;
    color: white !important;
    border: 0.1rem solid #b61616 !important; }
  @media screen and (max-width: 1024px) {
    .yotpo-new-review-btn {
      padding: 1.4rem 2.4rem !important; } }

.yotpo-title-text {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase !important; }

.yotpo-display-l .yotpo-reviews-pagination-container, .yotpo-display-m .yotpo-reviews-pagination-container, .yotpo-reviews-main-widget .yotpo-reviews-pagination-container {
  margin: 0 !important; }

.yotpo-display-l .yotpo-star-distribution-index,
.yotpo-display-l .yotpo-star-distribution-value, .yotpo-display-m .yotpo-star-distribution-index,
.yotpo-display-m .yotpo-star-distribution-value, .yotpo-reviews-main-widget .yotpo-star-distribution-index,
.yotpo-reviews-main-widget .yotpo-star-distribution-value {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  color: #151515 !important; }

@media screen and (max-width: 1024px) {
  .yotpo-display-l .yotpo-bottom-line-summary, .yotpo-display-m .yotpo-bottom-line-summary, .yotpo-reviews-main-widget .yotpo-bottom-line-summary {
    margin-top: 0 !important; } }

.yotpo-display-l .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel, .yotpo-display-m .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel, .yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-right-panel {
  padding-top: 24px; }

.yotpo-display-l .yotpo-bottom-line-summary .yotpo-bottom-line-basic-text, .yotpo-display-m .yotpo-bottom-line-summary .yotpo-bottom-line-basic-text, .yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-basic-text {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  color: #151515 !important;
  font-size: 1.2rem; }

.yotpo-display-l .yotpo-bottom-line-summary .yotpo-bottom-line-score, .yotpo-display-m .yotpo-bottom-line-summary .yotpo-bottom-line-score, .yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-score {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  color: #151515 !important;
  font-weight: 500 !important;
  line-height: normal !important;
  font-style: normal !important; }
  @media screen and (min-width: 1025px) {
    .yotpo-display-l .yotpo-bottom-line-summary .yotpo-bottom-line-score, .yotpo-display-m .yotpo-bottom-line-summary .yotpo-bottom-line-score, .yotpo-reviews-main-widget .yotpo-bottom-line-summary .yotpo-bottom-line-score {
      font-size: 6rem !important; } }

.yotpo-display-l .yotpo-reviews-list, .yotpo-display-m .yotpo-reviews-list, .yotpo-reviews-main-widget .yotpo-reviews-list {
  border-top: 0.3rem solid #151515; }

.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review), .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review), .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 6.4rem !important; }
  @media screen and (max-width: 1024px) {
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review), .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review), .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) {
      margin-bottom: 2rem !important;
      margin-top: 2rem !important; } }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel {
    order: 1 !important;
    text-align: left !important; }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel .yotpo-date-format, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel .yotpo-date-format, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel .yotpo-date-format {
      font-size: 1.2rem !important;
      color: #000 !important;
      margin-bottom: 1rem; }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details {
    justify-content: flex-start !important; }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel {
    order: 3 !important; }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-image, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-image, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-image {
      display: none; }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-name {
      font-family: "Jost", Arial, Helvetica, sans-serif !important;
      font-size: 1.6rem !important;
      font-weight: 700 !important;
      color: #000 !important;
      margin-bottom: .8rem;
      line-height: 1;
      border-top: 0.1rem solid #E0E0E0;
      padding-top: 1.6rem; }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-verified-buyer-text, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-verified-buyer-text, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel .yotpo-reviewer .yotpo-reviewer-verified-buyer-text {
      font-size: 1.3rem !important;
      color: #000 !important; }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 3.6rem;
    column-count: 2;
    column-gap: 6.2rem;
    flex-direction: row !important; }
    @media screen and (max-width: 1024px) {
      .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel {
        flex-wrap: wrap;
        margin-bottom: 2rem; } }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content {
      width: 51.62%; }
      @media screen and (max-width: 1024px) {
        .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content {
          width: 100% !important; } }
      .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-content .yotpo-read-more-text {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
        font-size: 1.6rem !important;
        font-weight: 300 !important;
        color: #4F4F4F !important;
        line-height: 1.875; }
  .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title {
    flex-direction: column !important;
    margin-bottom: 0 !important;
    width: 41% !important; }
    @media screen and (max-width: 1024px) {
      .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title {
        width: 100% !important; } }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title {
      order: 1;
      margin-left: 0 !important;
      margin-bottom: 1.6rem;
      color: #151515 !important;
      font-weight: 600 !important;
      font-family: "Jost", Arial, Helvetica, sans-serif !important; }
      @media screen and (max-width: 1024px) {
        .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-review-title {
          margin-bottom: 0; } }
    .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating {
      order: 2 !important; }
      .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container {
        margin-right: .6rem !important; }
        .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container svg, .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container svg, .yotpo-reviews-main-widget .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-rating-title .yotpo-star-rating .star-container svg {
          width: 1.1rem;
          height: 1.1rem; }

/*--- [ Yotpo Modal ] ---*/
.yotpo-modal {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .yotpo-modal {
      width: 65rem; } }
  .yotpo-modal .yotpo-review-form {
    width: 100% !important; }
  .yotpo-modal .yotpo-review-form > div {
    width: 100%; }
  .yotpo-modal .yotpo-new-review-content {
    min-height: 0 !important;
    margin-bottom: 2.5rem; }
    .yotpo-modal .yotpo-new-review-content textarea {
      height: 100%;
      padding: 1.4rem 2.5rem !important; }
  .yotpo-modal .modal-body {
    margin: 0 !important;
    padding: 3rem !important; }
  .yotpo-modal .yotpo-star-rating-wrapper {
    min-height: 0 !important;
    margin-bottom: 2.5rem; }
  .yotpo-modal .yotpo-star-rating-icons-wrapper {
    padding: 0; }
  .yotpo-modal .yotpo-input-wrapper {
    width: 100% !important;
    min-height: 0 !important;
    margin-bottom: 2.5rem; }
    .yotpo-modal .yotpo-input-wrapper textarea {
      width: 100% !important; }
  .yotpo-modal .yotpo-name-email-wrapper {
    gap: 3rem; }
  .yotpo-modal .yotpo-new-input-container,
  .yotpo-modal .yotpo-upload-label {
    padding: 1.4rem 2.5rem !important;
    border-radius: 0.3rem !important;
    height: 5rem !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: none !important;
    letter-spacing: 0;
    border-color: #e0e0e0 !important;
    font-size: 1.4rem !important; }
  .yotpo-modal .yotpo-new-input-message {
    margin-top: 1.6rem !important; }
  .yotpo-modal .yotpo-form-label,
  .yotpo-modal .yotpo-file-input-headline {
    font-size: 1.3rem;
    cursor: auto;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 1.6rem !important;
    margin-top: 0 !important; }
  .yotpo-modal .close-btn-wrapper {
    left: auto !important;
    top: 2.6rem !important;
    right: 2.2rem;
    position: absolute !important;
    line-height: 0;
    z-index: 1; }
    .yotpo-modal .close-btn-wrapper .yotpo-close-icon {
      position: static !important;
      width: 1.1rem;
      height: 1.1rem; }
  .yotpo-modal header {
    padding: 1.9rem 3rem;
    border-bottom: 0.1rem solid #E0E0E0; }
  .yotpo-modal .yotpo-modal-header {
    margin: 0rem 0 !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 2.4rem !important; }
    .yotpo-modal .yotpo-modal-header h1 {
      margin: 0rem 0 !important;
      text-transform: uppercase;
      color: #151515 !important; }
  .yotpo-modal .yotpo-new-review-submit {
    line-height: normal !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 1.4rem 4rem !important;
    transition: all 0.4s linear !important;
    margin-bottom: 0 !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    font-size: 1.4rem !important;
    min-width: 20rem !important;
    border-radius: .2rem !important;
    background-color: #b61616 !important;
    border: 0.1rem solid #b61616 !important;
    height: auto !important;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .yotpo-modal .yotpo-new-review-submit {
        width: 100% !important; } }
    .yotpo-modal .yotpo-new-review-submit:hover, .yotpo-modal .yotpo-new-review-submit:focus {
      color: #b61616 !important;
      background-color: white !important; }
  .yotpo-modal .form-footer h6 {
    text-transform: capitalize !important;
    font-size: 1.2rem;
    margin-top: 0;
    color: #707070 !important; }
  @media screen and (max-width: 767px) {
    .yotpo-modal .form-footer {
      flex-direction: column !important; } }

.yotpo-review-form-modal {
  z-index: 999 !important; }

/*---- [ Sogun Page Builder ] ----*/
/*--- [ Slider Dots ] ---*/
@media screen and (max-width: 1024px) {
  .shg-sld-dots {
    line-height: 0;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem; } }

.shg-sld-dots .shg-sld-dot {
  opacity: 1;
  background-color: #828282 !important; }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot {
      width: 2.2rem;
      height: 1.2rem;
      display: inline-block !important;
      margin-left: 0;
      background-color: transparent !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23828282'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 0;
      opacity: 1;
      counter-increment: dots-counter;
      position: relative; } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot {
      width: 1.2rem;
      height: 2.3rem;
      display: block !important;
      margin-left: 0;
      background-color: transparent !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='23' viewBox='0 0 12 23' fill='none'%3E%3Cpath d='M11.8655 1.4365C11.8655 1.98583 11.426 2.42529 10.8767 2.42529L0.988793 2.42529C0.439463 2.42529 -1.92096e-08 1.98583 -4.32216e-08 1.4365C-6.72335e-08 0.88717 0.439463 0.447712 0.988792 0.447712L10.8767 0.447711C11.426 0.447711 11.8655 0.887169 11.8655 1.4365Z' fill='%23828282'/%3E%3Cpath d='M11.8649 22.018C11.8649 22.5674 11.4254 23.0068 10.8761 23.0068L5.93215 23.0068C5.38282 23.0068 4.94336 22.5674 4.94336 22.018C4.94336 21.4687 5.38282 21.0292 5.93215 21.0292L10.8761 21.0292C11.4254 21.0292 11.8649 21.4687 11.8649 22.018Z' fill='%23828282'/%3E%3Cpath d='M11.8649 15.1513C11.8649 15.7007 11.4254 16.1401 10.8761 16.1401L5.93215 16.1401C5.38282 16.1401 4.94336 15.7007 4.94336 15.1513C4.94336 14.602 5.38282 14.1625 5.93215 14.1625L10.8761 14.1625C11.4254 14.1625 11.8649 14.602 11.8649 15.1513Z' fill='%23828282'/%3E%3Cpath d='M11.8649 8.28464C11.8649 8.83397 11.4254 9.27344 10.8761 9.27344L5.93215 9.27344C5.38282 9.27344 4.94336 8.83397 4.94336 8.28464C4.94336 7.73531 5.38282 7.29585 5.93215 7.29585L10.8761 7.29585C11.4254 7.29585 11.8649 7.73531 11.8649 8.28464Z' fill='%23828282'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 0;
      opacity: 1;
      margin-bottom: .5rem;
      counter-increment: dots-counter;
      position: relative;
      padding-left: 1.5rem; } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot::before {
      content: counter(dots-counter);
      font-size: 1.7rem;
      line-height: 1.4;
      font-weight: 600;
      color: #828282;
      font-family: 'sourcesanspro';
      position: absolute;
      left: 0;
      top: -.9rem;
      transform: translate(-50%, -50%); } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot::before {
      content: counter(dots-counter);
      font-size: 1.7rem;
      line-height: 1.4;
      font-weight: 600;
      color: #828282;
      font-family: 'sourcesanspro';
      position: absolute;
      right: -.7rem;
      top: 0;
      transform: translate(100%, -50%); } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active {
      background-color: transparent !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='white'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E"); } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='23' viewBox='0 0 12 23' fill='none'%3E%3Cpath d='M11.8655 0.988256C11.8655 1.53759 11.426 1.97705 10.8767 1.97705L0.988793 1.97705C0.439463 1.97705 -1.92096e-08 1.53759 -4.32216e-08 0.988257C-6.72335e-08 0.438927 0.439463 -0.000523645 0.988792 -0.000523669L10.8767 -0.000524102C11.426 -0.000524126 11.8655 0.438927 11.8655 0.988256Z' fill='white'/%3E%3Cpath d='M11.8649 7.83689C11.8649 8.38622 11.4254 8.82568 10.8761 8.82568L5.93215 8.82568C5.38282 8.82568 4.94336 8.38622 4.94336 7.83689C4.94336 7.28756 5.38282 6.8481 5.93215 6.8481L10.8761 6.8481C11.4254 6.8481 11.8649 7.28756 11.8649 7.83689Z' fill='%23828282'/%3E%3Cpath d='M11.8649 14.7036C11.8649 15.2529 11.4254 15.6924 10.8761 15.6924L5.93215 15.6924C5.38282 15.6924 4.94336 15.2529 4.94336 14.7036C4.94336 14.1543 5.38282 13.7148 5.93215 13.7148L10.8761 13.7148C11.4254 13.7148 11.8649 14.1543 11.8649 14.7036Z' fill='%23828282'/%3E%3Cpath d='M11.8649 21.5698C11.8649 22.1191 11.4254 22.5586 10.8761 22.5586L5.93215 22.5586C5.38282 22.5586 4.94336 22.1191 4.94336 21.5698C4.94336 21.0205 5.38282 20.581 5.93215 20.581L10.8761 20.581C11.4254 20.581 11.8649 21.0205 11.8649 21.5698Z' fill='%23828282'/%3E%3C/svg%3E"); } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M5.37232 1.02693C5.18672 0.780532 4.89659 0.635466 4.58939 0.635466C4.28219 0.635466 3.99205 0.780532 3.80645 1.02693L0.874189 4.93627C0.652322 5.23173 0.616055 5.6296 0.782455 5.9592C0.948855 6.28987 1.28592 6.5 1.65712 6.5L7.52165 6.5C7.89285 6.5 8.22992 6.28987 8.39632 5.9592C8.56272 5.62853 8.52645 5.23173 8.30459 4.93627L5.37232 1.02693Z' fill='%23B61616'/%3E%3C/svg%3E");
      width: .9rem;
      height: .6rem;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      left: -.45rem;
      top: auto;
      bottom: -1.4rem;
      transform: translateX(0%); } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M5.47307 5.37232C5.71947 5.18672 5.86453 4.89659 5.86453 4.58939C5.86453 4.28219 5.71947 3.99205 5.47307 3.80645L1.56373 0.874188C1.26827 0.652322 0.8704 0.616055 0.5408 0.782455C0.210133 0.948855 -3.15337e-07 1.28592 -2.99112e-07 1.65712L-4.27649e-08 7.52165C-2.65392e-08 7.89285 0.210133 8.22992 0.5408 8.39632C0.871467 8.56272 1.26827 8.52645 1.56373 8.30459L5.47307 5.37232Z' fill='%23B61616'/%3E%3C/svg%3E");
      width: .6rem;
      height: .9rem;
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      left: -1.4rem;
      top: .03rem;
      transform: translateY(-50%); } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active::before {
      color: white; } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot.shg-sld-active::before {
      color: white; } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot:last-child {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23828282'/%3E%3C/svg%3E");
      width: .2rem; } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot:last-child {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M11.8655 0.988751C11.8655 1.53808 11.426 1.97754 10.8767 1.97754L0.988793 1.97754C0.439463 1.97754 -1.92093e-08 1.53808 -4.32213e-08 0.988752C-6.72332e-08 0.439423 0.439463 -4.23385e-05 0.988793 -4.23625e-05L10.8767 -4.27947e-05C11.426 -4.28187e-05 11.8655 0.439422 11.8655 0.988751Z' fill='%23828282'/%3E%3C/svg%3E"); } }
  @media screen and (max-width: 1024px) {
    .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23ffffff'/%3E%3C/svg%3E"); } }
  @media screen and (min-width: 1025px) {
    .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M11.8655 0.988751C11.8655 1.53808 11.426 1.97754 10.8767 1.97754L0.988793 1.97754C0.439463 1.97754 -1.92093e-08 1.53808 -4.32213e-08 0.988752C-6.72332e-08 0.439423 0.439463 -4.23385e-05 0.988793 -4.23625e-05L10.8767 -4.27947e-05C11.426 -4.28187e-05 11.8655 0.439422 11.8655 0.988751Z' fill='%23ffffff'/%3E%3C/svg%3E"); } }

.shg-sld-nav-button {
  border-radius: 0;
  background-color: rgba(247, 248, 249, 0.05);
  left: calc((100vw - 154rem) / 2) !important;
  top: auto !important;
  height: auto !important;
  bottom: 5.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 1600px) {
    .shg-sld-nav-button {
      left: 3rem !important; } }
  @media screen and (max-width: 1280px) {
    .shg-sld-nav-button {
      bottom: 3.2rem; } }
  .shg-sld-nav-button svg {
    display: none; }
  .shg-sld-nav-button::before {
    content: "";
    width: .9rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  .shg-sld-nav-button.shg-sld-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .shg-sld-nav-button.shg-sld-left:hover::before, .shg-sld-nav-button.shg-sld-left:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  .shg-sld-nav-button.shg-sld-right {
    margin-left: 4.1rem; }
    .shg-sld-nav-button.shg-sld-right::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    .shg-sld-nav-button.shg-sld-right:hover::before, .shg-sld-nav-button.shg-sld-right:focus::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }

/*--- [ Sogun Product Card ] ---*/
.shg-product .shg-product-image-wrapper {
  box-shadow: 0px 0px 100px 0px #F3F4F4 inset; }
  .shg-product .shg-product-image-wrapper .shogun-image {
    mix-blend-mode: multiply;
    aspect-ratio: 6/5;
    object-fit: contain; }

.shg-product .shg-product-title-component {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase !important;
  margin-bottom: 1rem;
  margin-top: 2.7rem;
  text-align: left; }
  @media screen and (min-width: 1025px) {
    .shg-product .shg-product-title-component {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media screen and (max-width: 1024px) {
    .shg-product .shg-product-title-component {
      margin-top: 1rem; } }
  .shg-product .shg-product-title-component h3, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title {
    font-size: inherit !important;
    text-transform: inherit !important; }
    .shg-product .shg-product-title-component h3 a, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 a, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 a, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title a, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title a, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span a, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span a, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span a, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span a, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title a, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title a, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title a, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title a, .shg-product .shg-product-title-component h3 .link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .link, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .link, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .link, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .link, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .link, .shg-product .shg-product-title-component h3 body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component h3 .c-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .c-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 body:not(.page-home) .c-link, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .c-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .c-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title body:not(.page-home) .c-link, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .c-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .c-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span body:not(.page-home) .c-link, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .c-link, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .c-link, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span body:not(.page-home) .c-link, body:not(.page-home) .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .c-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .c-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title body:not(.page-home) .c-link, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .c-link, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title body:not(.page-home) .c-link, body:not(.page-home) .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .c-link, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title body:not(.page-home) .c-link, body:not(.page-home) .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .c-link, .shg-product .shg-product-title-component h3 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component h3 .veiw-product, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .veiw-product, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .veiw-product, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .veiw-product, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .veiw-product, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .veiw-product, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .veiw-product, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .veiw-product, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .veiw-product, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .veiw-product, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .veiw-product, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .veiw-product, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .veiw-product, .shg-product .shg-product-title-component h3 .product-info-slidebar .prd-product-link, .product-info-slidebar .shg-product .shg-product-title-component h3 .prd-product-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .product-info-slidebar .prd-product-link, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .prd-product-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .product-info-slidebar .prd-product-link, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .prd-product-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .product-info-slidebar .prd-product-link, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .prd-product-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .product-info-slidebar .prd-product-link, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .prd-product-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .product-info-slidebar .prd-product-link, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .prd-product-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .product-info-slidebar .prd-product-link, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .prd-product-link, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .product-info-slidebar .prd-product-link, .product-info-slidebar .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .prd-product-link, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .prd-product-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .prd-product-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .prd-product-link, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .prd-product-link, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .prd-product-link, .shg-product .shg-product-title-component h3 .all-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .all-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .all-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .all-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .all-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .all-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .all-link, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .all-link, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .all-link, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .all-link, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .all-link, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .all-link, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .all-link {
      color: inherit; }
      .shg-product .shg-product-title-component h3 a:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 a:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 a:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title a:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title a:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span a:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span a:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span a:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span a:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title a:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title a:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title a:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title a:hover, .shg-product .shg-product-title-component h3 .link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .link:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .link:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .link:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .link:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .link:hover, .shg-product .shg-product-title-component h3 body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component h3 .c-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .c-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 body:not(.page-home) .c-link:hover, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .c-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .c-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title body:not(.page-home) .c-link:hover, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .c-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .c-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span body:not(.page-home) .c-link:hover, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .c-link:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .c-link:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .c-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .c-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .c-link:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .c-link:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .c-link:hover, .shg-product .shg-product-title-component h3 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component h3 .veiw-product:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .veiw-product:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .veiw-product:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .veiw-product:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .veiw-product:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .veiw-product:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .veiw-product:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .veiw-product:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .veiw-product:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .veiw-product:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .veiw-product:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .veiw-product:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .veiw-product:hover, .shg-product .shg-product-title-component h3 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .shg-product .shg-product-title-component h3 .prd-product-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .prd-product-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .prd-product-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .prd-product-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .prd-product-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .prd-product-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .prd-product-link:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .prd-product-link:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .prd-product-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .prd-product-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .prd-product-link:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .prd-product-link:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .prd-product-link:hover, .shg-product .shg-product-title-component h3 .all-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .all-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component h2 .all-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .all-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .modal-header-title .all-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .all-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .shg-product .shg-product-title-component span .all-link:hover, .shg-product .shg-product-title-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .all-link:hover, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component span .all-link:hover, .shg-product .shg-product-title-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .all-link:hover, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .shg-product .shg-product-title-component .slide-title .all-link:hover, .shg-product .shg-product-title-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .all-link:hover, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .shg-product .shg-product-title-component .slide-title .all-link:hover {
        color: #b61616; }
  @media screen and (min-width: 1025px) {
    .shg-product .shg-product-title-component .productView-rating {
      padding-left: 1rem;
      padding-top: .3rem; } }
  @media screen and (max-width: 1024px) {
    .shg-product .shg-product-title-component .productView-rating {
      margin-top: 1rem; } }
  .shg-product .shg-product-title-component .yotpo-sr-bottom-line-summary {
    align-items: center !important; }
    .shg-product .shg-product-title-component .yotpo-sr-bottom-line-summary > div {
      margin-right: .4rem !important; }
  .shg-product .shg-product-title-component .yotpo-sr-bottom-line-text {
    font-size: 1.2rem !important;
    color: #828282 !important;
    line-height: normal !important;
    font-family: 'sourcesanspro' !important; }
  .shg-product .shg-product-title-component .star-container {
    margin-right: .543rem !important; }
    .shg-product .shg-product-title-component .star-container svg {
      width: 1rem;
      height: 1rem; }

.shg-product .product-price,
.shg-product .shg-product-sold-out {
  text-align: left;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #151515; }

.shg-product > .shg-c {
  padding: 0 !important;
  text-align: left !important; }

.shg-product .shg-btn {
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.4rem 4rem !important;
  transition: all 0.4s linear;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  min-width: 20rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #b61616 !important;
  border: 1px solid #b61616 !important;
  width: 100%;
  margin-top: 2rem;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .shg-product .shg-btn {
      min-width: 0;
      padding: 1.2rem 2.4rem !important;
      font-size: 1.2rem !important; } }
  .shg-product .shg-btn.shg-product-atc-disabled:hover, .shg-product .shg-btn.shg-product-atc-disabled:focus, .shg-product .shg-btn.shg-product-atc-disabled:active {
    background-color: white !important;
    border-color: #b61616 !important;
    color: #b61616 !important;
    background: linear-gradient(155deg, #b61616 49.5%, #b61616 50.5%) !important; }
  .shg-product .shg-btn[id^="s-"]:hover, .shg-product .shg-btn[id^="s-"]:focus, .shg-product .shg-btn[id^="s-"]:active {
    background-color: white !important;
    border-color: #b61616 !important;
    color: #b61616 !important;
    background: linear-gradient(155deg, white 49.5%, white 50.5%) !important; }
  .shg-product .shg-btn:hover, .shg-product .shg-btn:focus, .shg-product .shg-btn:active {
    background-color: white !important;
    border-color: #b61616 !important;
    color: #b61616 !important;
    background: linear-gradient(155deg, white 49.5%, white 50.5%) !important; }

body:not(.page-home):not(.template-about-us) .shg-rich-text p {
  line-height: 1.4 !important; }
  body:not(.page-home):not(.template-about-us) .shg-rich-text p span {
    font-size: inherit !important; }

body:not(.page-home) .shogun-image-container {
  margin-left: auto;
  margin-right: auto; }

body:not(.page-home) .shg-btn-wrapper .shg-btn,
body:not(.page-home) .shg-btn-wrapper .button,
body:not(.page-home) .shg-btn-wrapper #consent-manager button,
#consent-manager body:not(.page-home) .shg-btn-wrapper button,
body:not(.page-home) .shg-btn-wrapper .sell-your-gear-form-new .form-submit-button,
.sell-your-gear-form-new body:not(.page-home) .shg-btn-wrapper .form-submit-button,
body:not(.page-home) .shg-btn-wrapper .product-info-slidebar .cart-button,
.product-info-slidebar body:not(.page-home) .shg-btn-wrapper .cart-button,
body:not(.page-home) #mc_embed_signup .shg-btn,
body:not(.page-home) #mc_embed_signup .button,
body:not(.page-home) #mc_embed_signup #consent-manager button,
#consent-manager body:not(.page-home) #mc_embed_signup button,
body:not(.page-home) #mc_embed_signup .sell-your-gear-form-new .form-submit-button,
.sell-your-gear-form-new body:not(.page-home) #mc_embed_signup .form-submit-button,
body:not(.page-home) #mc_embed_signup .product-info-slidebar .cart-button,
.product-info-slidebar body:not(.page-home) #mc_embed_signup .cart-button {
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.4rem 4rem !important;
  transition: all 0.4s linear;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  min-width: 20rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #b61616 !important;
  border: 1px solid #b61616 !important;
  margin-top: 2rem;
  position: relative;
  text-align: center !important;
  height: auto; }
  @media screen and (max-width: 1024px) {
    body:not(.page-home) .shg-btn-wrapper .shg-btn,
    body:not(.page-home) .shg-btn-wrapper .button,
    body:not(.page-home) .shg-btn-wrapper #consent-manager button,
    #consent-manager body:not(.page-home) .shg-btn-wrapper button,
    body:not(.page-home) .shg-btn-wrapper .sell-your-gear-form-new .form-submit-button,
    .sell-your-gear-form-new body:not(.page-home) .shg-btn-wrapper .form-submit-button,
    body:not(.page-home) .shg-btn-wrapper .product-info-slidebar .cart-button,
    .product-info-slidebar body:not(.page-home) .shg-btn-wrapper .cart-button,
    body:not(.page-home) #mc_embed_signup .shg-btn,
    body:not(.page-home) #mc_embed_signup .button,
    body:not(.page-home) #mc_embed_signup #consent-manager button,
    #consent-manager body:not(.page-home) #mc_embed_signup button,
    body:not(.page-home) #mc_embed_signup .sell-your-gear-form-new .form-submit-button,
    .sell-your-gear-form-new body:not(.page-home) #mc_embed_signup .form-submit-button,
    body:not(.page-home) #mc_embed_signup .product-info-slidebar .cart-button,
    .product-info-slidebar body:not(.page-home) #mc_embed_signup .cart-button {
      min-width: 0;
      padding: 1.2rem 2.4rem !important;
      font-size: 1.2rem !important; } }
  body:not(.page-home) .shg-btn-wrapper .shg-btn:hover, body:not(.page-home) .shg-btn-wrapper .shg-btn:focus, body:not(.page-home) .shg-btn-wrapper .shg-btn:active,
  body:not(.page-home) .shg-btn-wrapper .button:hover,
  body:not(.page-home) .shg-btn-wrapper #consent-manager button:hover,
  #consent-manager body:not(.page-home) .shg-btn-wrapper button:hover,
  body:not(.page-home) .shg-btn-wrapper .sell-your-gear-form-new .form-submit-button:hover,
  .sell-your-gear-form-new body:not(.page-home) .shg-btn-wrapper .form-submit-button:hover,
  body:not(.page-home) .shg-btn-wrapper .product-info-slidebar .cart-button:hover,
  .product-info-slidebar body:not(.page-home) .shg-btn-wrapper .cart-button:hover,
  body:not(.page-home) .shg-btn-wrapper .button:focus,
  body:not(.page-home) .shg-btn-wrapper #consent-manager button:focus,
  #consent-manager body:not(.page-home) .shg-btn-wrapper button:focus,
  body:not(.page-home) .shg-btn-wrapper .sell-your-gear-form-new .form-submit-button:focus,
  .sell-your-gear-form-new body:not(.page-home) .shg-btn-wrapper .form-submit-button:focus,
  body:not(.page-home) .shg-btn-wrapper .product-info-slidebar .cart-button:focus,
  .product-info-slidebar body:not(.page-home) .shg-btn-wrapper .cart-button:focus,
  body:not(.page-home) .shg-btn-wrapper .button:active,
  body:not(.page-home) .shg-btn-wrapper #consent-manager button:active,
  #consent-manager body:not(.page-home) .shg-btn-wrapper button:active,
  body:not(.page-home) .shg-btn-wrapper .sell-your-gear-form-new .form-submit-button:active,
  .sell-your-gear-form-new body:not(.page-home) .shg-btn-wrapper .form-submit-button:active,
  body:not(.page-home) .shg-btn-wrapper .product-info-slidebar .cart-button:active,
  .product-info-slidebar body:not(.page-home) .shg-btn-wrapper .cart-button:active,
  body:not(.page-home) #mc_embed_signup .shg-btn:hover,
  body:not(.page-home) #mc_embed_signup .shg-btn:focus,
  body:not(.page-home) #mc_embed_signup .shg-btn:active,
  body:not(.page-home) #mc_embed_signup .button:hover,
  body:not(.page-home) #mc_embed_signup #consent-manager button:hover,
  #consent-manager body:not(.page-home) #mc_embed_signup button:hover,
  body:not(.page-home) #mc_embed_signup .sell-your-gear-form-new .form-submit-button:hover,
  .sell-your-gear-form-new body:not(.page-home) #mc_embed_signup .form-submit-button:hover,
  body:not(.page-home) #mc_embed_signup .product-info-slidebar .cart-button:hover,
  .product-info-slidebar body:not(.page-home) #mc_embed_signup .cart-button:hover,
  body:not(.page-home) #mc_embed_signup .button:focus,
  body:not(.page-home) #mc_embed_signup #consent-manager button:focus,
  #consent-manager body:not(.page-home) #mc_embed_signup button:focus,
  body:not(.page-home) #mc_embed_signup .sell-your-gear-form-new .form-submit-button:focus,
  .sell-your-gear-form-new body:not(.page-home) #mc_embed_signup .form-submit-button:focus,
  body:not(.page-home) #mc_embed_signup .product-info-slidebar .cart-button:focus,
  .product-info-slidebar body:not(.page-home) #mc_embed_signup .cart-button:focus,
  body:not(.page-home) #mc_embed_signup .button:active,
  body:not(.page-home) #mc_embed_signup #consent-manager button:active,
  #consent-manager body:not(.page-home) #mc_embed_signup button:active,
  body:not(.page-home) #mc_embed_signup .sell-your-gear-form-new .form-submit-button:active,
  .sell-your-gear-form-new body:not(.page-home) #mc_embed_signup .form-submit-button:active,
  body:not(.page-home) #mc_embed_signup .product-info-slidebar .cart-button:active,
  .product-info-slidebar body:not(.page-home) #mc_embed_signup .cart-button:active {
    background-color: white !important;
    border-color: #b61616 !important;
    color: #b61616 !important;
    background: linear-gradient(155deg, white 49.5%, white 50.5%) !important; }

body:not(.page-home) .shg-default-text-content p {
  color: #707070; }

body:not(.page-home) .page-heading h1, body:not(.page-home) .rental-catalog h2 h1, .rental-catalog body:not(.page-home) h2 h1, body:not(.page-home) .rental-catalog .modal-header-title h1, .rental-catalog body:not(.page-home) .modal-header-title h1, body:not(.page-home) .rental-catalog .productView-price span h1, .rental-catalog .productView-price body:not(.page-home) span h1, body:not(.page-home) .productView-price .rental-catalog span h1, .productView-price .rental-catalog body:not(.page-home) span h1, body:not(.page-home) .product-info-slidebar .cart-heading .slide-title h1, .product-info-slidebar .cart-heading body:not(.page-home) .slide-title h1, body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title h1, .blog-details .blog-grid-header body:not(.page-home) .blog-grid-title h1,
body:not(.page-home) .page-heading h2,
body:not(.page-home) .rental-catalog h2 h2,
.rental-catalog body:not(.page-home) h2 h2,
body:not(.page-home) .rental-catalog .modal-header-title h2,
.rental-catalog body:not(.page-home) .modal-header-title h2,
body:not(.page-home) .rental-catalog .productView-price span h2,
.rental-catalog .productView-price body:not(.page-home) span h2,
body:not(.page-home) .productView-price .rental-catalog span h2,
.productView-price .rental-catalog body:not(.page-home) span h2,
body:not(.page-home) .product-info-slidebar .cart-heading .slide-title h2,
.product-info-slidebar .cart-heading body:not(.page-home) .slide-title h2,
body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title h2,
.blog-details .blog-grid-header body:not(.page-home) .blog-grid-title h2,
body:not(.page-home) .page-heading .modal-header-title,
body:not(.page-home) .rental-catalog h2 .modal-header-title,
.rental-catalog body:not(.page-home) h2 .modal-header-title,
body:not(.page-home) .rental-catalog .modal-header-title .modal-header-title,
.rental-catalog body:not(.page-home) .modal-header-title .modal-header-title,
body:not(.page-home) .rental-catalog .productView-price span .modal-header-title,
.rental-catalog .productView-price body:not(.page-home) span .modal-header-title,
body:not(.page-home) .productView-price .rental-catalog span .modal-header-title,
.productView-price .rental-catalog body:not(.page-home) span .modal-header-title,
body:not(.page-home) .product-info-slidebar .cart-heading .slide-title .modal-header-title,
.product-info-slidebar .cart-heading body:not(.page-home) .slide-title .modal-header-title,
body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title .modal-header-title,
.blog-details .blog-grid-header body:not(.page-home) .blog-grid-title .modal-header-title,
body:not(.page-home) .page-heading .productView-price span,
.productView-price body:not(.page-home) .page-heading span,
body:not(.page-home) .rental-catalog h2 .productView-price span,
.productView-price body:not(.page-home) .rental-catalog h2 span,
.rental-catalog body:not(.page-home) h2 .productView-price span,
.productView-price .rental-catalog body:not(.page-home) h2 span,
body:not(.page-home) .rental-catalog .modal-header-title .productView-price span,
.productView-price body:not(.page-home) .rental-catalog .modal-header-title span,
.rental-catalog body:not(.page-home) .modal-header-title .productView-price span,
.productView-price .rental-catalog body:not(.page-home) .modal-header-title span,
body:not(.page-home) .rental-catalog .productView-price span span,
.rental-catalog .productView-price body:not(.page-home) span span,
body:not(.page-home) .productView-price .rental-catalog span span,
.productView-price .rental-catalog body:not(.page-home) span span,
body:not(.page-home) .product-info-slidebar .cart-heading .slide-title .productView-price span,
.productView-price body:not(.page-home) .product-info-slidebar .cart-heading .slide-title span,
.product-info-slidebar .cart-heading body:not(.page-home) .slide-title .productView-price span,
.productView-price .product-info-slidebar .cart-heading body:not(.page-home) .slide-title span,
body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title .productView-price span,
.productView-price body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title span,
.blog-details .blog-grid-header body:not(.page-home) .blog-grid-title .productView-price span,
.productView-price .blog-details .blog-grid-header body:not(.page-home) .blog-grid-title span,
body:not(.page-home) .page-heading .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .page-heading .slide-title,
body:not(.page-home) .rental-catalog h2 .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .rental-catalog h2 .slide-title,
.rental-catalog body:not(.page-home) h2 .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .rental-catalog body:not(.page-home) h2 .slide-title,
body:not(.page-home) .rental-catalog .modal-header-title .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .rental-catalog .modal-header-title .slide-title,
.rental-catalog body:not(.page-home) .modal-header-title .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .rental-catalog body:not(.page-home) .modal-header-title .slide-title,
body:not(.page-home) .rental-catalog .productView-price span .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .rental-catalog .productView-price span .slide-title,
.rental-catalog .productView-price body:not(.page-home) span .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .rental-catalog .productView-price body:not(.page-home) span .slide-title,
body:not(.page-home) .productView-price .rental-catalog span .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .productView-price .rental-catalog span .slide-title,
.productView-price .rental-catalog body:not(.page-home) span .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .productView-price .rental-catalog body:not(.page-home) span .slide-title,
body:not(.page-home) .product-info-slidebar .cart-heading .slide-title .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .slide-title .slide-title,
body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title .slide-title,
.blog-details .blog-grid-header body:not(.page-home) .blog-grid-title .product-info-slidebar .cart-heading .slide-title,
.product-info-slidebar .cart-heading .blog-details .blog-grid-header body:not(.page-home) .blog-grid-title .slide-title {
  text-transform: inherit !important; }

body:not(.page-home) .shogun-heading-component h1 {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important; }

body:not(.page-home) .shogun-heading-component h2, body:not(.page-home) .shogun-heading-component .modal-header-title, body:not(.page-home) .shogun-heading-component .productView-price span, .productView-price body:not(.page-home) .shogun-heading-component span, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title,
body:not(.page-home) .shogun-heading-component h3,
body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2,
body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title,
body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span,
body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span,
body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title,
body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 1.4rem; }
  body:not(.page-home) .shogun-heading-component h2 a, body:not(.page-home) .shogun-heading-component .modal-header-title a, body:not(.page-home) .shogun-heading-component .productView-price span a, .productView-price body:not(.page-home) .shogun-heading-component span a, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title a, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title a, body:not(.page-home) .shogun-heading-component h2 .link, body:not(.page-home) .shogun-heading-component .modal-header-title .link, body:not(.page-home) .shogun-heading-component .productView-price span .link, .productView-price body:not(.page-home) .shogun-heading-component span .link, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .link, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .link, body:not(.page-home) .shogun-heading-component h2 .c-link, body:not(.page-home) .shogun-heading-component .modal-header-title .c-link, body:not(.page-home) .shogun-heading-component .productView-price span .c-link, .productView-price body:not(.page-home) .shogun-heading-component span .c-link, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .c-link, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .c-link, body:not(.page-home) .shogun-heading-component h2 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component h2 .veiw-product, body:not(.page-home) .shogun-heading-component .modal-header-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .modal-header-title .veiw-product, body:not(.page-home) .shogun-heading-component .productView-price span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .productView-price span .veiw-product, .productView-price body:not(.page-home) .shogun-heading-component span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-price body:not(.page-home) .shogun-heading-component span .veiw-product, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .veiw-product, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .veiw-product, body:not(.page-home) .shogun-heading-component h2 .product-info-slidebar .prd-product-link, .product-info-slidebar body:not(.page-home) .shogun-heading-component h2 .prd-product-link, body:not(.page-home) .shogun-heading-component .modal-header-title .product-info-slidebar .prd-product-link, .product-info-slidebar body:not(.page-home) .shogun-heading-component .modal-header-title .prd-product-link, body:not(.page-home) .shogun-heading-component .productView-price span .product-info-slidebar .prd-product-link, .product-info-slidebar body:not(.page-home) .shogun-heading-component .productView-price span .prd-product-link, .productView-price body:not(.page-home) .shogun-heading-component span .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-price body:not(.page-home) .shogun-heading-component span .prd-product-link, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .prd-product-link, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .prd-product-link, body:not(.page-home) .shogun-heading-component h2 .all-link, body:not(.page-home) .shogun-heading-component .modal-header-title .all-link, body:not(.page-home) .shogun-heading-component .productView-price span .all-link, .productView-price body:not(.page-home) .shogun-heading-component span .all-link, body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .slide-title .all-link, .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .all-link,
  body:not(.page-home) .shogun-heading-component h3 a,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 a,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 a,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title a,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title a,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span a,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span a,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span a,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span a,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title a,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title a,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title a,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title a,
  body:not(.page-home) .shogun-heading-component h3 .link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .link,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .link,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .link,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .link,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .link,
  body:not(.page-home) .shogun-heading-component h3 .c-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .c-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .c-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .c-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .c-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .c-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .c-link,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .c-link,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .c-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .c-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .c-link,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .c-link,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .c-link,
  body:not(.page-home) .shogun-heading-component h3 .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component h3 .veiw-product,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .veiw-product,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .veiw-product,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .veiw-product,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .veiw-product,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .veiw-product,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .veiw-product,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .veiw-product,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .veiw-product,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .veiw-product,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .veiw-product,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .veiw-product,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .rental-catalog .section .sub-section--label .veiw-product,
  .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .veiw-product,
  body:not(.page-home) .shogun-heading-component h3 .product-info-slidebar .prd-product-link,
  .product-info-slidebar body:not(.page-home) .shogun-heading-component h3 .prd-product-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .product-info-slidebar .prd-product-link,
  .product-info-slidebar body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .prd-product-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .product-info-slidebar .prd-product-link,
  .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .prd-product-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .product-info-slidebar .prd-product-link,
  .product-info-slidebar body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .prd-product-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .product-info-slidebar .prd-product-link,
  .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .prd-product-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .product-info-slidebar .prd-product-link,
  .product-info-slidebar body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .prd-product-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .product-info-slidebar .prd-product-link,
  .product-info-slidebar .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .prd-product-link,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .product-info-slidebar .prd-product-link,
  .product-info-slidebar body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .prd-product-link,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .product-info-slidebar .prd-product-link,
  .product-info-slidebar .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .prd-product-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .prd-product-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .prd-product-link,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .prd-product-link,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .prd-product-link,
  body:not(.page-home) .shogun-heading-component h3 .all-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list h2 .all-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component h2 .all-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title .all-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .modal-header-title .all-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span .all-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price body:not(.page-home) .shogun-heading-component span .all-link,
  body:not(.page-home) .shogun-heading-component .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span .all-link,
  .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component span .all-link,
  body:not(.page-home) .shogun-heading-component .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title .all-link,
  .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading body:not(.page-home) .shogun-heading-component .slide-title .all-link,
  body:not(.page-home) .shogun-heading-component .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title .all-link,
  .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list body:not(.page-home) .shogun-heading-component .slide-title .all-link {
    font-weight: inherit; }

body:not(.page-home) .shg-rich-text h2, body:not(.page-home) .shg-rich-text .modal-header-title, body:not(.page-home) .shg-rich-text .productView-price span, .productView-price body:not(.page-home) .shg-rich-text span, body:not(.page-home) .shg-rich-text .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading body:not(.page-home) .shg-rich-text .slide-title {
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 1rem; }

body:not(.page-home) .featured-classes-workshops .shg-c-lg-4 .shg-btn,
body:not(.page-home) .featured-classes-workshops .shg-c-lg-4 .shg-btn:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
  min-width: 0 !important;
  display: inline-block !important;
  border: none !important; }

body:not(.page-home) .btn-wrap .shg-box-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 2rem; }
  @media screen and (max-width: 767px) {
    body:not(.page-home) .btn-wrap .shg-box-content {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

body:not(.page-home) .btn-wrap .shg-btn-wrapper .shg-btn {
  margin-top: 0; }

body:not(.page-home) .link .shg-btn, body:not(.page-home) .form-actions a.forgot-password .shg-btn, .form-actions body:not(.page-home) a.forgot-password .shg-btn, body:not(.page-home) .c-link .shg-btn, body:not(.page-home) .rental-catalog .section .sub-section--label .veiw-product .shg-btn, .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product .shg-btn, body:not(.page-home) .product-info-slidebar .prd-product-link .shg-btn, .product-info-slidebar body:not(.page-home) .prd-product-link .shg-btn,
body:not(.page-home) .link .shg-btn:hover,
body:not(.page-home) .form-actions a.forgot-password .shg-btn:hover,
.form-actions body:not(.page-home) a.forgot-password .shg-btn:hover,
body:not(.page-home) .c-link .shg-btn:hover,
body:not(.page-home) .rental-catalog .section .sub-section--label .veiw-product .shg-btn:hover,
.rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product .shg-btn:hover,
body:not(.page-home) .product-info-slidebar .prd-product-link .shg-btn:hover,
.product-info-slidebar body:not(.page-home) .prd-product-link .shg-btn:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
  min-width: 0 !important;
  display: inline-block !important;
  border: none !important;
  text-decoration: underline; }

body:not(.page-home) .link .shg-btn, body:not(.page-home) .form-actions a.forgot-password .shg-btn, .form-actions body:not(.page-home) a.forgot-password .shg-btn, body:not(.page-home) .c-link .shg-btn, body:not(.page-home) .rental-catalog .section .sub-section--label .veiw-product .shg-btn, .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product .shg-btn, body:not(.page-home) .product-info-slidebar .prd-product-link .shg-btn, .product-info-slidebar body:not(.page-home) .prd-product-link .shg-btn {
  text-decoration: underline !important;
  color: #151515 !important;
  display: inline-block !important; }
  
  body:not(.page-home) .link .shg-btn:hover,
  body:not(.page-home) .form-actions a.forgot-password .shg-btn:hover,
  .form-actions body:not(.page-home) a.forgot-password .shg-btn:hover,
  body:not(.page-home) .c-link .shg-btn:hover,
  body:not(.page-home) .rental-catalog .section .sub-section--label .veiw-product .shg-btn:hover,
  .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product .shg-btn:hover,
  body:not(.page-home) .product-info-slidebar .prd-product-link .shg-btn:hover,
  .product-info-slidebar body:not(.page-home) .prd-product-link .shg-btn:hover {
    color: #b61616 !important; }

/*--- [ Marketing Banner ] ---*/
.banners {
  border-top: 0.1rem solid #E0E0E0;
  padding-bottom: 0;
  color: #707070; }
  .banners[data-banner-location="bottom"] {
    background-color: transparent; }
  @media screen and (max-width: 1024px) {
    .banners {
      padding-top: 4rem;
      padding-bottom: 0; } }
  .banners .banner h2, .banners .banner .modal-header-title, .banners .banner .productView-price span, .productView-price .banners .banner span, .banners .banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .banners .banner .slide-title {
    margin-top: 0;
    margin-bottom: 1.1rem; }

.socialLinks__link::after, .socialLinks__link::before {
  display: none !important; }

@media screen and (max-width: 1024px) {
  #chat-widget-container #chat-widget-minimized {
    transform: scale(0.7); } }

.select2 {
  width: 100% !important; }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  .select2-search--dropdown {
    display: block;
    padding: .5rem 1rem; }
    .select2-search--dropdown .select2-search__field {
      width: 100%;
      box-sizing: border-box;
      height: auto; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 24rem; }
    .select2-container.select-disabled {
      pointer-events: none;
      -webkit-filter: opacity(0.7) grayscale(1);
      filter: opacity(0.7) grayscale(1); }
    .select2-container--open .select2-dropdown {
      left: 0; }
    .select2-container--default .select2-results__option--selected {
      background-color: #b61616;
      color: white; }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      background-color: #b61616;
      color: white; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      height: 26px;
      margin-right: 20px;
      padding-right: 0px; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: .6rem;
      width: 4rem;
      height: 4rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 0.8rem;
        width: 1.3rem;
        background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 2L6.75736 6.24264L2.51472 2" stroke="%23151515" stroke-width="2.3" stroke-linecap="square"/></svg>');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
      float: left; }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
      left: 1px;
      right: auto; }
    .select2-container--default.select2-container--disabled .select2-selection--single {
      background-color: #eee;
      cursor: default; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none; }
      .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
        transform: rotate(180deg); }
    .select2-container .select2-selection--single {
      background-repeat: no-repeat;
      background-size: 1.6rem auto;
      background-position: right 1rem center;
      line-height: 1.5;
      padding: 1.4rem 2.2rem;
      padding-right: 3rem;
      border: 0.1rem solid #e0e0e0;
      color: #151515;
      outline: none;
      display: block;
      background-color: transparent;
      height: 50px;
      font-weight: 400;
      cursor: pointer;
      border-radius: 0.3rem; }
      @media screen and (max-width: 1024px) {
        .select2-container .select2-selection--single {
          padding: 1.2rem 2rem;
          height: auto; } }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        padding-right: 20px; }
      .select2-container .select2-selection--single .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 14px; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline;
        list-style: none;
        padding: 0; }
      .select2-container .select2-selection--multiple .select2-selection__clear {
        background-color: transparent;
        border: none;
        font-size: 14px; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: 1px solid rgba(200, 207, 217, 0.5);
      font-size: 100%;
      margin-top: 5px;
      margin-left: 5px;
      padding: 0;
      max-width: 100%;
      resize: none;
      height: 18px;
      vertical-align: bottom;
      font-family: sans-serif;
      overflow: hidden;
      word-break: keep-all; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
    background-color: white;
    border: 1px solid rgba(200, 207, 217, 0.5);
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9;
    min-width: 100px;
    text-align: left;
    border-radius: 0px;
    margin-top: 2px; }
  .select2-results {
    display: block;
    max-height: 250px;
    overflow: auto;
    border-radius: 0px;
    width: 100%; }
    .select2-results__options {
      list-style: none;
      margin: 0;
      margin-left: 0px !important;
      padding: 0;
      color: #151515; }
      .select2-results__options li {
        margin: 0; }
        .select2-results__options li:before {
          display: none; }
    .select2-results__option {
      padding: 0.7rem 3rem !important;
      user-select: none;
      -webkit-user-select: none; }
    .select2-results--selectable {
      cursor: pointer; }

/*===== FANCYBOX =====*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--thumbs {
  display: none; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.modal-background {
  z-index: 999992; }

.modal {
  z-index: 999993; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: .6rem; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: .2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: .8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 1rem;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 7rem; }

.fancybox-navigation .fancybox-button div {
  padding: .7rem; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 3.1rem 2.6rem 3.1rem .6rem; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem .6rem 3.1rem 2.6rem;
  right: 0; }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 7.5rem 4.4rem 2.5rem 4.4rem; } }

.fancybox-caption--separate {
  margin-top: -5rem; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption .link, .fancybox-caption .form-actions a.forgot-password, .form-actions .fancybox-caption a.forgot-password, .fancybox-caption body:not(.page-home) .c-link, body:not(.page-home) .fancybox-caption .c-link, .fancybox-caption .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .fancybox-caption .veiw-product, .fancybox-caption .product-info-slidebar .prd-product-link, .product-info-slidebar .fancybox-caption .prd-product-link, .fancybox-caption .all-link,
.fancybox-caption a:link,
.fancybox-caption .link:link,
.fancybox-caption body:not(.page-home) .c-link:link,
body:not(.page-home) .fancybox-caption .c-link:link,
.fancybox-caption .rental-catalog .section .sub-section--label .veiw-product:link,
.rental-catalog .section .sub-section--label .fancybox-caption .veiw-product:link,
.fancybox-caption .product-info-slidebar .prd-product-link:link,
.product-info-slidebar .fancybox-caption .prd-product-link:link,
.fancybox-caption .all-link:link,
.fancybox-caption a:visited,
.fancybox-caption .link:visited,
.fancybox-caption body:not(.page-home) .c-link:visited,
body:not(.page-home) .fancybox-caption .c-link:visited,
.fancybox-caption .rental-catalog .section .sub-section--label .veiw-product:visited,
.rental-catalog .section .sub-section--label .fancybox-caption .veiw-product:visited,
.fancybox-caption .product-info-slidebar .prd-product-link:visited,
.product-info-slidebar .fancybox-caption .prd-product-link:visited,
.fancybox-caption .all-link:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover, .fancybox-caption .link:hover, .fancybox-caption body:not(.page-home) .c-link:hover, body:not(.page-home) .fancybox-caption .c-link:hover, .fancybox-caption .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .fancybox-caption .veiw-product:hover, .fancybox-caption .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .fancybox-caption .prd-product-link:hover, .fancybox-caption .all-link:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a, .fancybox-thumbs__list .link, .fancybox-thumbs__list .form-actions a.forgot-password, .form-actions .fancybox-thumbs__list a.forgot-password, .fancybox-thumbs__list body:not(.page-home) .c-link, body:not(.page-home) .fancybox-thumbs__list .c-link, .fancybox-thumbs__list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .fancybox-thumbs__list .veiw-product, .fancybox-thumbs__list .product-info-slidebar .prd-product-link, .product-info-slidebar .fancybox-thumbs__list .prd-product-link, .fancybox-thumbs__list .all-link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before, .fancybox-thumbs__list .link:before, .fancybox-thumbs__list .form-actions a.forgot-password:before, .form-actions .fancybox-thumbs__list a.forgot-password:before, .fancybox-thumbs__list body:not(.page-home) .c-link:before, body:not(.page-home) .fancybox-thumbs__list .c-link:before, .fancybox-thumbs__list .rental-catalog .section .sub-section--label .veiw-product:before, .rental-catalog .section .sub-section--label .fancybox-thumbs__list .veiw-product:before, .fancybox-thumbs__list .product-info-slidebar .prd-product-link:before, .product-info-slidebar .fancybox-thumbs__list .prd-product-link:before, .fancybox-thumbs__list .all-link:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before, .fancybox-thumbs__list .link:focus:before, .fancybox-thumbs__list body:not(.page-home) .c-link:focus:before, body:not(.page-home) .fancybox-thumbs__list .c-link:focus:before, .fancybox-thumbs__list .rental-catalog .section .sub-section--label .veiw-product:focus:before, .rental-catalog .section .sub-section--label .fancybox-thumbs__list .veiw-product:focus:before, .fancybox-thumbs__list .product-info-slidebar .prd-product-link:focus:before, .product-info-slidebar .fancybox-thumbs__list .prd-product-link:focus:before, .fancybox-thumbs__list .all-link:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before, .fancybox-thumbs__list .fancybox-thumbs-active.link:before, .fancybox-thumbs__list body:not(.page-home) .fancybox-thumbs-active.c-link:before, body:not(.page-home) .fancybox-thumbs__list .fancybox-thumbs-active.c-link:before, .fancybox-thumbs__list .rental-catalog .section .sub-section--label .fancybox-thumbs-active.veiw-product:before, .rental-catalog .section .sub-section--label .fancybox-thumbs__list .fancybox-thumbs-active.veiw-product:before, .fancybox-thumbs__list .product-info-slidebar .fancybox-thumbs-active.prd-product-link:before, .product-info-slidebar .fancybox-thumbs__list .fancybox-thumbs-active.prd-product-link:before, .fancybox-thumbs__list .fancybox-thumbs-active.all-link:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a, .fancybox-thumbs__list .link, .fancybox-thumbs__list .form-actions a.forgot-password, .form-actions .fancybox-thumbs__list a.forgot-password, .fancybox-thumbs__list body:not(.page-home) .c-link, body:not(.page-home) .fancybox-thumbs__list .c-link, .fancybox-thumbs__list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .fancybox-thumbs__list .veiw-product, .fancybox-thumbs__list .product-info-slidebar .prd-product-link, .product-info-slidebar .fancybox-thumbs__list .prd-product-link, .fancybox-thumbs__list .all-link {
    max-width: calc(100% - 10px); } }

/* --- [ Common Files ] ---*/
.header {
  border-bottom: none;
  position: relative;
  /*--- [ Top Header ] ---*/
  /*---[ Header Main ]---*/
  /*---[ navUser ]---*/ }
  .header.is-open {
    position: fixed;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .header.is-open {
        z-index: 2147483640; } }
  .header-top {
    line-height: normal;
    background-color: #151515;
    color: #f7f8f9;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    .header-top .container-fluid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    @media screen and (max-width: 1024px) {
      .header-top {
        display: none; } }
    .header-top__left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .header-top__left .navPages-item {
        margin: 0 1rem; }
      .header-top__left .navPages-action {
        color: inherit;
        padding: 0;
        font-weight: inherit;
        text-transform: none;
        text-transform: capitalize;
        font-size: inherit; }
        .header-top__left .navPages-action:hover, .header-top__left .navPages-action:focus {
          color: #b61616; }
  .header-callUs {
    font-weight: 400;
    margin-right: 1.8rem; }
    .header-callUs strong {
      font-weight: 600;
      color: inherit; }
      .header-callUs strong:hover, .header-callUs strong:focus {
        color: #b61616; }
  .header .mobileMenu-toggle {
    position: relative;
    padding: 0;
    width: 1.5rem;
    margin-right: 4.5rem; }
    @media screen and (max-width: 1024px) {
      .header .mobileMenu-toggle {
        display: block; } }
    .header .mobileMenu-toggle .mobileMenu-toggleIcon,
    .header .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      width: 1.5rem; }
  .header-main .container-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .header-main .navPages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: none;
    padding-top: 2.8rem; }
    @media screen and (max-width: 1024px) {
      .header-main .navPages {
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 2rem;
        position: relative;
        overflow: auto;
        max-height: 100%;
        text-align: left;
        background: linear-gradient(180deg, white 100%, #f7f8f9 100%);
        border: 0.1rem solid #e6e6e6; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages .mobile-view ul.navPages-list > li, .header-main .navPages .footer-info-heading .icon ul.navPages-list > li, .footer-info-heading .header-main .navPages .icon ul.navPages-list > li {
        margin-bottom: 1.9rem; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages .mobile-view, .header-main .navPages .footer-info-heading .icon, .footer-info-heading .header-main .navPages .icon {
        width: 100%; } }
    .header-main .navPages-container {
      flex: auto; }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-container {
          position: fixed;
          height: 100%;
          z-index: 10;
          overflow: visible; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-container:not(.is-open) {
          display: none; } }
    @media screen and (max-width: 1440px) {
      .header-main .navPages-list:not(.navPages-list--user) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages-list:not(.navPages-list--user) {
        display: block; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages-list {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media screen and (max-width: 1024px) {
      .header-main .navPages-list--user {
        display: none; } }
    .header-main .navPages .mobile-view .navPages-list, .header-main .navPages .footer-info-heading .icon .navPages-list, .footer-info-heading .header-main .navPages .icon .navPages-list,
    .header-main .navPages .mobile-view .navDropdown,
    .header-main .navPages .footer-info-heading .icon .navDropdown,
    .footer-info-heading .header-main .navPages .icon .navDropdown {
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 0.1rem solid #E0E0E0; }
    .header-main .navPages-item {
      padding: 0 1.3rem;
      margin: 0 .7rem;
      transition: all .4s linear; }
      @media screen and (min-width: 1025px) {
        .header-main .navPages-item {
          position: relative; } }
      @media screen and (max-width: 1440px) {
        .header-main .navPages-item {
          padding: 0 .8rem; } }
      @media screen and (max-width: 1280px) {
        .header-main .navPages-item {
          margin: 0; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-item {
          margin: 0;
          padding: 0;
          margin-bottom: 1.9rem;
          border-bottom: none;
          float: none; } }
      .header-main .navPages-item:nth-last-child(3) ~ .navPages-item .navPage-subMenu {
        left: auto;
        right: 0; }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-item:last-child {
          margin-bottom: 0; } }
      .header-main .navPages-item > .navPages-action::after {
        content: "";
        width: 0;
        height: .4rem;
        background-color: #b61616;
        transition: all .4s linear;
        display: block;
        position: absolute;
        bottom: 0;
        left: -1.3rem;
        opacity: 0; }
        @media screen and (max-width: 1440px) {
          .header-main .navPages-item > .navPages-action::after {
            left: -.8rem; } }
        @media screen and (max-width: 1024px) {
          .header-main .navPages-item > .navPages-action::after {
            display: none; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-item > .navPages-action .icon {
          display: block;
          margin: 0; }
          .header-main .navPages-item > .navPages-action .icon.navPages-action-moreIcon {
            margin-left: auto; } }
      .header-main .navPages-item.sfHover .navPages-action::after {
        width: calc(100% + 2.6rem);
        opacity: 1; }
        @media screen and (max-width: 1440px) {
          .header-main .navPages-item.sfHover .navPages-action::after {
            width: calc(100% + 1.6rem); } }
      .header-main .navPages-item.sfHover .navPage-subMenu {
        display: block; }
    .header-main .navPages-action {
      font-weight: 600;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      line-height: normal;
      text-transform: none;
      padding: 0 0 2.8rem;
      position: relative; }
      @media screen and (min-width: 1025px) {
        .header-main .navPages-action {
          display: flex !important; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages-action {
          padding: 0;
          font-size: 1.5rem; } }
      .header-main .navPages-action .icon {
        display: none; }
        @media screen and (max-width: 1024px) {
          .header-main .navPages-action .icon {
            width: 1.2rem;
            height: 1rem; } }
        .header-main .navPages-action .icon svg {
          stroke: none; }
        .header-main .navPages-action .icon.icon-deal {
          display: inline-block;
          width: 1.4rem;
          height: 1.4rem;
          vertical-align: middle;
          margin-right: .7rem; }
          .header-main .navPages-action .icon.icon-deal svg {
            stroke: none; }
    .header-main .navPages .navPage-subMenu {
      top: 100%;
      border: 0.1rem solid #e6e6e6;
      background: linear-gradient(180deg, white 100%, #f7f8f9 100%);
      padding: 0 !important;
      width: 80rem;
      left: 0; }
      @media screen and (max-width: 1440px) {
        .header-main .navPages .navPage-subMenu {
          width: 60rem; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages .navPage-subMenu {
          width: 100%;
          top: 5.5rem;
          position: fixed;
          left: 0;
          z-index: 1;
          height: 100%;
          border-top: none;
          border-bottom: none; } }
      .header-main .navPages .navPage-subMenu.is-open {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 2rem !important; }
      .header-main .navPages .navPage-subMenu-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 3.1rem; }
        @media screen and (max-width: 1024px) {
          .header-main .navPages .navPage-subMenu-inner {
            padding: 0rem; } }
        .header-main .navPages .navPage-subMenu-inner .image-block {
          width: 12.8rem;
          height: 12.8rem; }
          @media screen and (max-width: 1024px) {
            .header-main .navPages .navPage-subMenu-inner .image-block {
              display: none; } }
          .header-main .navPages .navPage-subMenu-inner .image-block img {
            height: 100%;
            object-fit: contain; }
        .header-main .navPages .navPage-subMenu-inner .subMenu-list {
          width: 100%;
          padding-left: 3.5rem;
          padding-right: 3.5rem;
          padding-bottom: 3.6rem; }
          @media screen and (max-width: 1440px) {
            .header-main .navPages .navPage-subMenu-inner .subMenu-list {
              padding-left: 2.4rem;
              padding-bottom: 2.4rem; } }
          @media screen and (max-width: 1024px) {
            .header-main .navPages .navPage-subMenu-inner .subMenu-list {
              width: 100%;
              padding-left: 0;
              padding-bottom: 0; } }
          @media screen and (max-width: 1024px) {
            .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              width: auto;
              height: auto;
              margin-bottom: 2rem; } }
          .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .icon {
            width: 1.2rem;
            height: 1rem;
            margin-right: 2rem;
            transform: rotate(90deg); }
            .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .icon svg {
              stroke: none;
              fill: #151515; }
          @media screen and (max-width: 1024px) {
            .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block img {
              width: 8rem;
              display: none; } }
          .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .productView-price span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .image-block .slide-title {
            margin: 0; }
          .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title {
            letter-spacing: -0.88px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: normal;
            margin-top: 2.5rem;
            margin-bottom: 2.3rem; }
            @media screen and (max-width: 1024px) {
              .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title {
                font-weight: 600;
                text-transform: none;
                font-size: 1.5rem;
                letter-spacing: 0; } }
          @media screen and (min-width: 1025px) {
            .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title {
              font-size: 30px; }
            .header-main .navPages .navPage-subMenu-inner .subMenu-list .navPage-subMenu-action {
              font-size: 1.8rem; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages .navPage-subMenu .sell-your-gear {
          margin-bottom: 1.9rem; }
          .header-main .navPages .navPage-subMenu .sell-your-gear .button, .header-main .navPages .navPage-subMenu .sell-your-gear #consent-manager button, #consent-manager .header-main .navPages .navPage-subMenu .sell-your-gear button, .header-main .navPages .navPage-subMenu .sell-your-gear .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .sell-your-gear .form-submit-button, .header-main .navPages .navPage-subMenu .sell-your-gear .product-info-slidebar .cart-button, .product-info-slidebar .header-main .navPages .navPage-subMenu .sell-your-gear .cart-button {
            width: 100%; } }
      .header-main .navPages .navPage-subMenu .all-categories {
        margin: 0 -.1rem -.1rem; }
        @media screen and (max-width: 1024px) {
          .header-main .navPages .navPage-subMenu .all-categories {
            margin: 0;
            margin-top: .4rem; } }
        @media screen and (min-width: 1025px) {
          .header-main .navPages .navPage-subMenu .all-categories .button, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button {
            font-size: 1.8rem; } }
        .header-main .navPages .navPage-subMenu .all-categories .button, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button {
          width: 100%;
          border-radius: 0; }
          .header-main .navPages .navPage-subMenu .all-categories .button::after, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button::after, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button::after, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button::after, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button::after, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button::after {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70605 0.373657L6.21033 4.87793L1.70605 9.3822L0.079709 7.75585L2.95763 4.87793L0.0797092 2L1.70605 0.373657Z' fill='%23B61616'/%3E%3C/svg%3E");
            width: .85rem;
            height: 1.2rem;
            background-size: 100% auto;
            display: inline-block;
            margin-left: .85rem;
            opacity: 0;
            transition: all 0.4s linear; }
          .header-main .navPages .navPage-subMenu .all-categories .button:hover, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button:hover, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button:hover, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button:hover, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button:hover, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button:hover, .header-main .navPages .navPage-subMenu .all-categories .button:focus, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button:focus, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button:focus, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button:focus, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button:focus, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button:focus {
            background-color: #b61616;
            border-color: #b61616;
            background-color: #b61616;
            color: white; }
            .header-main .navPages .navPage-subMenu .all-categories .button:hover::after, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button:hover::after, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button:hover::after, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button:hover::after, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button:hover::after, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button:hover::after, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button:hover::after, .header-main .navPages .navPage-subMenu .all-categories .button:focus::after, .header-main .navPages .navPage-subMenu .all-categories #consent-manager button:focus::after, #consent-manager .header-main .navPages .navPage-subMenu .all-categories button:focus::after, .header-main .navPages .navPage-subMenu .all-categories .sell-your-gear-form-new .form-submit-button:focus::after, .sell-your-gear-form-new .header-main .navPages .navPage-subMenu .all-categories .form-submit-button:focus::after, .header-main .navPages .navPage-subMenu .all-categories .product-info-slidebar .cart-button:focus::after, .product-info-slidebar .header-main .navPages .navPage-subMenu .all-categories .cart-button:focus::after {
              opacity: 1;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70605 0.373657L6.21033 4.87793L1.70605 9.3822L0.079709 7.75585L2.95763 4.87793L0.0797092 2L1.70605 0.373657Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    .header-main .navPages .navPage-subMenu-list {
      column-count: 3;
      column-gap: 8rem; }
      @media screen and (min-width: 1025px) {
        .header-main .navPages .navPage-subMenu-list.used {
          column-gap: 3rem; } }
      @media screen and (max-width: 1440px) {
        .header-main .navPages .navPage-subMenu-list {
          column-gap: 4rem; } }
      @media screen and (max-width: 1280px) {
        .header-main .navPages .navPage-subMenu-list {
          column-gap: 3rem; } }
      @media screen and (max-width: 1024px) {
        .header-main .navPages .navPage-subMenu-list {
          column-count: 1;
          margin: 0; } }
    .header-main .navPages .navPage-subMenu-item {
      float: none;
      width: auto;
      padding: 0 !important; }
      @media screen and (max-width: 1024px) {
        .header-main .navPages .navPage-subMenu-item {
          padding: 0; } }
    .header-main .navPages .navPage-subMenu-action {
      margin: 0;
      padding: 0;
      border: none;
      line-height: 1.2;
      margin-bottom: 3.4rem; }
      @media screen and (max-width: 1024px) {
        .header-main .navPages .navPage-subMenu-action {
          margin-bottom: 1.9rem; } }
      .header-main .navPages .navPage-subMenu-action:hover {
        text-decoration: underline; }
  .header-logo {
    margin: 0;
    margin-right: 4.535rem;
    max-width: 25rem; }
    @media (min-width: 1441px) and (max-width: 1500px) {
      .header-logo {
        margin-right: 2.4rem;
        width: 19rem; } }
    @media screen and (max-width: 1440px) {
      .header-logo {
        margin-right: 2.4rem;
        width: 19rem; } }
    @media (min-width: 1025px) and (max-width: 1279px) {
      .header-logo {
        margin-right: 1rem;
        width: 10rem; } }
    @media screen and (max-width: 1024px) {
      .header-logo {
        margin-right: 0;
        height: 5.5rem;
        width: auto;
        margin-left: auto;
        margin-right: auto; } }
    .header-logo .header-logo-image-unknown-size {
      max-width: 19rem; }
      @media (min-width: 1025px) and (max-width: 1279px) {
        .header-logo .header-logo-image-unknown-size {
          max-width: 100%;
          max-height: none; } }
      @media screen and (max-width: 1024px) {
        .header-logo .header-logo-image-unknown-size {
          max-width: 100%;
          max-height: none; } }
    @media screen and (max-width: 1440px) {
      .header-logo-image-container {
        min-height: 0; } }
    @media screen and (max-width: 1024px) {
      .header-logo-image-container {
        min-height: 0; } }
    .header-logo-image-container img {
      max-width: 100% !important; }
      @media screen and (max-width: 1024px) {
        .header-logo-image-container img {
          max-height: none;
          max-width: 100% !important; } }
    @media screen and (max-width: 1024px) {
      .header-logo__link {
        width: 13rem; } }
  .header-navUser {
    flex: auto; }
    @media screen and (max-width: 1024px) {
      .header-navUser {
        flex: none; } }
  .header .navUser {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1024px) {
      .header .navUser {
        position: static;
        transform: none;
        width: auto;
        top: auto; } }
    .header .navUser--quickSearch {
      width: 100%;
      max-width: 36.1rem; }
      @media screen and (max-width: 1024px) {
        .header .navUser--quickSearch {
          display: none;
          position: absolute;
          width: 100%;
          max-width: none;
          top: 55px !important;
          left: 0;
          padding: 0 2rem;
          border: 0.1rem solid #e6e6e6;
          background: linear-gradient(180deg, white 100%, #f7f8f9 100%); } }
      .header .navUser--quickSearch .quickSearchResults {
        margin: 0; }
      .header .navUser--quickSearch.is-open {
        display: block; }
      .header .navUser--quickSearch .form,
      .header .navUser--quickSearch .form-field {
        margin-bottom: 0;
        position: relative; }
      .header .navUser--quickSearch .form-input, .header .navUser--quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .header .navUser--quickSearch .select2-search__field, .header .navUser--quickSearch .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .header .navUser--quickSearch .form-file {
        border: none;
        border-bottom: 0.15rem solid #b61616;
        padding-left: 0;
        padding-top: .8rem;
        padding-bottom: .8rem;
        color: #707070;
        line-height: 1.32;
        text-transform: none;
        letter-spacing: 0;
        height: auto;
        border-radius: 0;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .header .navUser--quickSearch .form-input, .header .navUser--quickSearch .select2-search--dropdown .select2-search__field, .select2-search--dropdown .header .navUser--quickSearch .select2-search__field, .header .navUser--quickSearch .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .header .navUser--quickSearch .form-file {
            border-bottom: none;
            min-height: 5rem; } }
      .header .navUser--quickSearch .button-search {
        position: absolute;
        right: 0;
        top: 0; }
        @media screen and (max-width: 1024px) {
          .header .navUser--quickSearch .button-search {
            top: 1.2rem; } }
        .header .navUser--quickSearch .button-search .icon {
          width: 1.4rem;
          height: 1.4rem; }
          .header .navUser--quickSearch .button-search .icon svg {
            fill: none;
            stroke: #151515; }
    @media screen and (max-width: 1024px) {
      .header .navUser-section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 1024px) {
      .header .navUser-item {
        display: block; } }
    .header .navUser-item--search .navUser-action {
      line-height: 0; }
      .header .navUser-item--search .navUser-action .icon-close {
        display: none;
        height: 1.9rem; }
        .header .navUser-item--search .navUser-action .icon-close svg {
          stroke: none;
          fill: #151515; }
      .header .navUser-item--search .navUser-action[aria-expanded="true"] .icon-close {
        display: block; }
      .header .navUser-item--search .navUser-action[aria-expanded="true"] .icon-search {
        display: none; }
    .header .navUser-item--search .icon {
      width: 1.9rem;
      height: 1.5rem; }
      .header .navUser-item--search .icon svg {
        fill: none; }
    .header .navUser-item--cart {
      margin-left: 3.8rem;
      position: relative; }
      @media screen and (max-width: 1440px) {
        .header .navUser-item--cart {
          margin-left: 2rem; } }
      .header .navUser-item--cart .icon {
        width: 1.9rem;
        height: 1.5rem;
        margin-left: .8rem;
        margin-top: 0; }
        @media screen and (max-width: 1024px) {
          .header .navUser-item--cart .icon {
            margin-left: 0; } }
      .header .navUser-item--cart .countPill {
        display: none; }
        @media screen and (max-width: 1024px) {
          .header .navUser-item--cart .countPill.countPill--positive {
            display: block;
            font-size: 0;
            width: .8rem;
            height: .8rem;
            background-color: #b61616;
            border: 0.1rem solid white;
            position: absolute;
            right: -.2rem;
            top: -.2rem; } }
      .header .navUser-item--cart .cart-sub-total {
        font-weight: 600;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        line-height: normal;
        color: #b61616; }
        @media screen and (max-width: 1024px) {
          .header .navUser-item--cart .cart-sub-total {
            display: none; } }
        .header .navUser-item--cart .cart-sub-total:empty + .navUser-item-cartLabel .icon {
          margin-left: 0; }
      .header .navUser-item--cart .navUser-item-cartLabel {
        line-height: 0; }
        @media screen and (max-width: 1024px) {
          .header .navUser-item--cart .navUser-item-cartLabel {
            display: block; } }
      .header .navUser-item--cart .navUser-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .header .navUser-item--cart .dropdown-menu {
        width: 55rem;
        max-width: 55rem;
        font-size: inherit;
        z-index: 99;
        border: 0.1rem solid #e6e6e6;
        background: linear-gradient(180deg, white 100%, #f7f8f9 100%);
        margin-top: 1px; }
        .header .navUser-item--cart .dropdown-menu.is-open {
          top: 4.5rem !important; }
          @media screen and (max-width: 1024px) {
            .header .navUser-item--cart .dropdown-menu.is-open {
              top: 5.4rem !important; } }
          .header .navUser-item--cart .dropdown-menu.is-open::before {
            display: none; }
            @media screen and (max-width: 1024px) {
              .header .navUser-item--cart .dropdown-menu.is-open::before {
                right: 1.4375rem; } }
          .header .navUser-item--cart .dropdown-menu.is-open::after {
            display: none; }
            @media screen and (max-width: 1024px) {
              .header .navUser-item--cart .dropdown-menu.is-open::after {
                right: 1.6rem; } }
        .header .navUser-item--cart .dropdown-menu .or-use-label, .header .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons {
          display: none !important; }
        .header .navUser-item--cart .dropdown-menu .previewCartItem {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: flex-start;
          -moz-box-align: flex-start;
          -ms-flex-align: flex-start;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          padding: 2rem;
          line-height: normal;
          width: 100%; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-image {
            width: 8rem; }
            .header .navUser-item--cart .dropdown-menu .previewCartItem-image img {
              width: 100%;
              max-height: 100%;
              mix-blend-mode: darken; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-content {
            width: calc(100% - 10rem);
            padding-left: 2rem;
            padding-right: 0; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-brand {
            display: none; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-name {
            margin-bottom: .8rem; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-name {
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 1rem; }
            .header .navUser-item--cart .dropdown-menu .previewCartItem-name a, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .link, .header .navUser-item--cart .dropdown-menu .previewCartItem-name body:not(.page-home) .c-link, body:not(.page-home) .header .navUser-item--cart .dropdown-menu .previewCartItem-name .c-link, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .header .navUser-item--cart .dropdown-menu .previewCartItem-name .veiw-product, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .product-info-slidebar .prd-product-link, .product-info-slidebar .header .navUser-item--cart .dropdown-menu .previewCartItem-name .prd-product-link, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .all-link {
              color: inherit; }
              .header .navUser-item--cart .dropdown-menu .previewCartItem-name a:hover, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .link:hover, .header .navUser-item--cart .dropdown-menu .previewCartItem-name body:not(.page-home) .c-link:hover, body:not(.page-home) .header .navUser-item--cart .dropdown-menu .previewCartItem-name .c-link:hover, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .header .navUser-item--cart .dropdown-menu .previewCartItem-name .veiw-product:hover, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .header .navUser-item--cart .dropdown-menu .previewCartItem-name .prd-product-link:hover, .header .navUser-item--cart .dropdown-menu .previewCartItem-name .all-link:hover {
                color: #b61616; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem-price, .header .navUser-item--cart .dropdown-menu .previewCartItem-brand {
            text-align: left;
            font-family: "Jost", Arial, Helvetica, sans-serif;
            font-weight: 700;
            color: #151515; }
          .header .navUser-item--cart .dropdown-menu .previewCartItem + .previewCartItem {
            border-top: 0.1rem solid rgba(21, 21, 21, 0.2); }
        .header .navUser-item--cart .dropdown-menu .previewCartAction {
          border-top: 0.1rem solid rgba(21, 21, 21, 0.2); }
          .header .navUser-item--cart .dropdown-menu .previewCartAction .button--action:hover, .header .navUser-item--cart .dropdown-menu .previewCartAction .button--action:focus {
            background-color: #b61616;
            border-color: #b61616; }
    .header .navUser-action {
      padding: 0; }
      .header .navUser-action:hover svg, .header .navUser-action.is-open svg {
        stroke: #151515; }

/*--- [ navDropdown ] ---*/
.navDropdown {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .navDropdown {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 100%; } }
  .navDropdown .icon {
    width: .8rem;
    height: .8rem;
    margin-left: .628rem; }
    .navDropdown .icon svg {
      fill: #828282; }
    .navDropdown .icon:not(.moreIcon) {
      width: 1.6rem;
      height: 1.6rem;
      margin-right: .7rem;
      vertical-align: middle;
      color: #828282;
      margin-top: -.3rem;
      margin-left: 0; }
      .navDropdown .icon:not(.moreIcon).icon-support, .navDropdown .icon:not(.moreIcon).icon-account {
        width: 1.4rem;
        height: 1.4rem; }
      .navDropdown .icon:not(.moreIcon) svg {
        fill: currentColor;
        stroke: transparent;
        transition: color 0.15s ease; }
  .navDropdown-item {
    padding-top: .95rem;
    padding-bottom: .95rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .navDropdown-item {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 1024px) {
      .navDropdown-item {
        padding: 0;
        margin-bottom: 1.9rem;
        width: 100%; } }
    .navDropdown-item.sfHover {
      background-color: #b61616; }
      .navDropdown-item.sfHover .icon svg {
        fill: #f7f8f9; }
      .navDropdown-item.sfHover .icon:not(.moreIcon) {
        color: rgba(255, 255, 255, 0.4); }
        .navDropdown-item.sfHover .icon:not(.moreIcon) svg {
          fill: rgba(255, 255, 255, 0.4); }
  .navDropdown-action {
    color: inherit; }
    .navDropdown-action:hover, .navDropdown-action:focus {
      color: inherit; }
    @media screen and (max-width: 1024px) {
      .navDropdown-action {
        font-size: 1.5rem;
        font-weight: 600;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        line-height: normal;
        text-transform: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 1024px) {
      .navDropdown-action .moreIcon {
        margin-left: auto;
        width: 1.2rem;
        height: 1rem; } }
    @media screen and (max-width: 1024px) {
      .navDropdown-action .moreIcon svg {
        fill: #151515; } }
    .navDropdown-action.is-open .moreIcon {
      transform: rotate(-180deg); }
  .navDropdown-subMenu {
    display: none;
    position: absolute;
    background-color: white;
    border: 0.1rem solid #e6e6e6;
    border-top: none;
    top: 100%;
    right: 0;
    z-index: 51;
    min-width: 24rem;
    padding: 3rem 2.7rem 2.8rem;
    margin: 0;
    color: #151515;
    list-style: none; }
    @media screen and (max-width: 1024px) {
      .navDropdown-subMenu {
        padding: 0;
        border: none;
        text-align: left; } }
    .navDropdown-subMenu#navDropdown-support, .navDropdown-subMenu#navDropdown-account {
      min-width: 20.1rem; }
    .navDropdown-subMenu#navDropdown-lowprice p {
      max-width: 15.9rem;
      margin-left: auto;
      margin-right: auto;
      color: #151515; }
      @media screen and (max-width: 1024px) {
        .navDropdown-subMenu#navDropdown-lowprice p {
          max-width: none; } }
    @media screen and (max-width: 1024px) {
      .navDropdown-subMenu.is-open {
        display: block;
        position: static;
        margin-top: 1.9rem; } }
    .navDropdown-subMenu p {
      font-weight: 400;
      line-height: 1.4;
      color: #151515;
      margin-bottom: 1rem; }
      @media screen and (max-width: 1024px) {
        .navDropdown-subMenu p {
          margin-bottom: 2rem; } }
      .navDropdown-subMenu p strong {
        font-weight: 700;
        display: block;
        margin-bottom: 1rem; }
        @media screen and (max-width: 1024px) {
          .navDropdown-subMenu p strong {
            margin-bottom: 2rem; } }
    .navDropdown-subMenu a, .navDropdown-subMenu .link, .navDropdown-subMenu .form-actions a.forgot-password, .form-actions .navDropdown-subMenu a.forgot-password, .navDropdown-subMenu body:not(.page-home) .c-link, body:not(.page-home) .navDropdown-subMenu .c-link, .navDropdown-subMenu .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .navDropdown-subMenu .veiw-product, .navDropdown-subMenu .product-info-slidebar .prd-product-link, .product-info-slidebar .navDropdown-subMenu .prd-product-link, .navDropdown-subMenu .all-link {
      font-weight: 600;
      line-height: 1.4;
      color: inherit;
      text-decoration-line: underline; }
      .navDropdown-subMenu a:hover, .navDropdown-subMenu .link:hover, .navDropdown-subMenu body:not(.page-home) .c-link:hover, body:not(.page-home) .navDropdown-subMenu .c-link:hover, .navDropdown-subMenu .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .navDropdown-subMenu .veiw-product:hover, .navDropdown-subMenu .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .navDropdown-subMenu .prd-product-link:hover, .navDropdown-subMenu .all-link:hover, .navDropdown-subMenu a:focus, .navDropdown-subMenu .link:focus, .navDropdown-subMenu body:not(.page-home) .c-link:focus, body:not(.page-home) .navDropdown-subMenu .c-link:focus, .navDropdown-subMenu .rental-catalog .section .sub-section--label .veiw-product:focus, .rental-catalog .section .sub-section--label .navDropdown-subMenu .veiw-product:focus, .navDropdown-subMenu .product-info-slidebar .prd-product-link:focus, .product-info-slidebar .navDropdown-subMenu .prd-product-link:focus, .navDropdown-subMenu .all-link:focus {
        color: #b61616;
        text-decoration: none; }
    .navDropdown-subMenu-item {
      padding: 1.6rem 2.1rem 1.6rem;
      border-bottom: 1px solid #e6e6e6; }
      @media screen and (max-width: 1024px) {
        .navDropdown-subMenu-item {
          padding: 0 0 1.9rem;
          border: none;
          margin-bottom: 0; } }
      .navDropdown-subMenu-item:last-child {
        border-bottom: 0; }
        @media screen and (max-width: 1024px) {
          .navDropdown-subMenu-item:last-child {
            padding-bottom: 0; } }
    .navDropdown-subMenu .navDropdown-subMenu-action {
      font-weight: 400;
      text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .navDropdown-subMenu .navDropdown-subMenu-action {
          font-size: 1.5rem;
          font-family: "Jost", Arial, Helvetica, sans-serif;
          \line-height: normal; } }
    .navDropdown-subMenu#navDropdown-account, .navDropdown-subMenu#navDropdown-support {
      padding: 0; }

/*--- [ Promo Banner ] ---*/
.promo-banner {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  background-color: #f7f8f9;
  border-top: 0.1rem solid #E0E0E0;
  border-bottom: 0.1rem solid #E0E0E0; }
  .promo-banner .promo-list {
    user-select: auto;
    touch-action: auto; }
    .promo-banner .promo-list:not(.slick-initialized) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      overflow: hidden; }
      .promo-banner .promo-list:not(.slick-initialized) .promo-slider:not(:first-child) {
        display: none; }
    .promo-banner .promo-list .slick-track {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
  .promo-banner .promo-slider {
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 767px) {
      .promo-banner .promo-slider {
        font-size: 1rem;
        letter-spacing: .2px; } }
    .promo-banner .promo-slider a, .promo-banner .promo-slider .link, .promo-banner .promo-slider body:not(.page-home) .c-link, body:not(.page-home) .promo-banner .promo-slider .c-link, .promo-banner .promo-slider .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .promo-banner .promo-slider .veiw-product, .promo-banner .promo-slider .product-info-slidebar .prd-product-link, .product-info-slidebar .promo-banner .promo-slider .prd-product-link, .promo-banner .promo-slider .all-link {
      color: #b61616;
      font-weight: 600;
      line-height: normal;
      text-decoration-line: underline;
      letter-spacing: 0;
      text-transform: none;
      margin-left: 2rem; }
      .promo-banner .promo-slider a:hover, .promo-banner .promo-slider .link:hover, .promo-banner .promo-slider body:not(.page-home) .c-link:hover, body:not(.page-home) .promo-banner .promo-slider .c-link:hover, .promo-banner .promo-slider .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .promo-banner .promo-slider .veiw-product:hover, .promo-banner .promo-slider .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .promo-banner .promo-slider .prd-product-link:hover, .promo-banner .promo-slider .all-link:hover {
        color: #151515; }
  .promo-banner .slick-arrow {
    background-color: transparent;
    width: auto;
    height: auto; }
    .promo-banner .slick-arrow::before {
      width: .55rem;
      height: .85rem; }
  @media screen and (max-width: 1024px) {
    .promo-banner .slick-prev {
      left: -1rem; } }
  .promo-banner .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.82812 8.71729L0.939037 4.8282L4.82812 0.939111L5.88878 1.99977L3.06036 4.8282L5.88879 7.65662L4.82812 8.71729Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .promo-banner .slick-prev:hover::before, .promo-banner .slick-prev:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.82812 8.71729L0.939037 4.8282L4.82812 0.939111L5.88878 1.99977L3.06036 4.8282L5.88879 7.65662L4.82812 8.71729Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  @media screen and (max-width: 1024px) {
    .promo-banner .slick-next {
      right: -1rem; } }
  .promo-banner .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.8291 0.939209L5.71819 4.8283L1.8291 8.71738L0.768441 7.65672L3.59687 4.8283L0.768441 1.99987L1.8291 0.939209Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .promo-banner .slick-next:hover::before, .promo-banner .slick-next:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.8291 0.939209L5.71819 4.8283L1.8291 8.71738L0.768441 7.65672L3.59687 4.8283L0.768441 1.99987L1.8291 0.939209Z' fill='%23B61616'/%3E%3C/svg%3E"); }

/* Header sticky style */
@media screen and (max-width: 1024px) {
  .head-sticky-added .header:not(.is-open) {
    height: auto; } }

.head-sticky-paused .header-main {
  position: fixed; }

.header--sticky {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: -webkit-sticky;
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 999991; }

.header--sticky--remove {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; } }

/* Animation for slideInDown end */
.footer {
  border-top: none;
  padding-top: 0;
  background-color: #151515;
  padding-bottom: 2.7rem;
  /*--- [ Newsletter Section ] ---*/
  /*--- [ Footer USP Section ] ---*/
  /*---[ Footer Locations ]---*/
  /*---[ Footer Main ]---*/
  /*---[ Footer Bottom ]---*/ }
  .footer-newsletter {
    background-color: #f7f8f9; }
    .footer-newsletter .container, .footer-newsletter .banners .banner, .banners .footer-newsletter .banner, .footer-newsletter .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .footer-newsletter .benefit-boxes {
      max-width: 71.7rem; }
    .footer-newsletter .page-heading, .footer-newsletter .rental-catalog h2, .rental-catalog .footer-newsletter h2, .footer-newsletter .rental-catalog .modal-header-title, .rental-catalog .footer-newsletter .modal-header-title, .footer-newsletter .rental-catalog .productView-price span, .rental-catalog .productView-price .footer-newsletter span, .footer-newsletter .productView-price .rental-catalog span, .productView-price .rental-catalog .footer-newsletter span, .footer-newsletter .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .footer-newsletter .slide-title, .footer-newsletter .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .footer-newsletter .blog-grid-title {
      line-height: normal;
      letter-spacing: -1.17px;
      text-transform: uppercase;
      margin-top: 1.8rem;
      margin-bottom: 1.2rem; }
      @media screen and (max-width: 1024px) {
        .footer-newsletter .page-heading, .footer-newsletter .rental-catalog h2, .rental-catalog .footer-newsletter h2, .footer-newsletter .rental-catalog .modal-header-title, .rental-catalog .footer-newsletter .modal-header-title, .footer-newsletter .rental-catalog .productView-price span, .rental-catalog .productView-price .footer-newsletter span, .footer-newsletter .productView-price .rental-catalog span, .productView-price .rental-catalog .footer-newsletter span, .footer-newsletter .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .footer-newsletter .slide-title, .footer-newsletter .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .footer-newsletter .blog-grid-title {
          margin-top: 0; } }
    .footer-newsletter .sub-heading, .footer-newsletter .rental-form-para p, .rental-form-para .footer-newsletter p {
      font-weight: 300;
      margin-bottom: 3.7rem; }
      @media screen and (max-width: 1024px) {
        .footer-newsletter .sub-heading, .footer-newsletter .rental-form-para p, .rental-form-para .footer-newsletter p {
          margin-bottom: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .footer-newsletter .sub-heading, .footer-newsletter .rental-form-para p, .rental-form-para .footer-newsletter p {
          font-size: 1.2rem; } }
    .footer-newsletter .form {
      margin-bottom: 0; }
      @media screen and (min-width: 1025px) {
        .footer-newsletter .form {
          margin-bottom: 4.1rem; } }
      .footer-newsletter .form-label.is-srOnly {
        width: 1px !important; }
      .footer-newsletter .form-field {
        margin-bottom: 0; }
      .footer-newsletter .form-prefixPostfix {
        position: relative; }
      .footer-newsletter .form-input, .footer-newsletter .select2-search--dropdown .select2-search__field, .select2-search--dropdown .footer-newsletter .select2-search__field, .footer-newsletter .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .footer-newsletter .form-file {
        background-color: transparent;
        padding: 2.5rem 0;
        border: none;
        border-bottom: 0.15rem solid #b61616;
        height: auto;
        border-radius: 0;
        padding-right: 2.1rem; }
        .footer-newsletter .form-input:focus, .footer-newsletter .select2-search--dropdown .select2-search__field:focus, .select2-search--dropdown .footer-newsletter .select2-search__field:focus, .footer-newsletter .productView-options [data-product-attribute='input-file'] .form-file:focus, .productView-options [data-product-attribute='input-file'] .footer-newsletter .form-file:focus {
          border-color: #b61616; }
      .footer-newsletter .form .button, .footer-newsletter .form #consent-manager button, #consent-manager .footer-newsletter .form button, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button, .footer-newsletter .form .product-info-slidebar .cart-button, .product-info-slidebar .footer-newsletter .form .cart-button {
        min-width: 0;
        padding: 2.6rem 0;
        background-color: transparent;
        border-color: transparent;
        border: none;
        border-bottom: 0.15rem solid #b61616;
        border-radius: 0;
        color: #151515;
        line-height: normal;
        letter-spacing: 0.65px;
        text-transform: uppercase;
        top: 0;
        right: 0;
        width: auto;
        margin: 0; }
        .footer-newsletter .form .button::after, .footer-newsletter .form #consent-manager button::after, #consent-manager .footer-newsletter .form button::after, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button::after, .footer-newsletter .form .product-info-slidebar .cart-button::after, .product-info-slidebar .footer-newsletter .form .cart-button::after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.00098 0.373657L7.91946 6.29214L2.00098 12.2106L0.374631 10.5843L4.66677 6.29214L0.374631 2L2.00098 0.373657Z' fill='%23B61616'/%3E%3C/svg%3E");
          width: .8rem;
          height: 1.3rem;
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          position: relative;
          top: 0.25rem;
          margin-left: .8rem;
          opacity: 0;
          transition: all 0.4s linear; }
        .footer-newsletter .form .button::after, .footer-newsletter .form #consent-manager button::after, #consent-manager .footer-newsletter .form button::after, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button::after, .footer-newsletter .form .product-info-slidebar .cart-button::after, .product-info-slidebar .footer-newsletter .form .cart-button::after {
          opacity: 1;
          margin-left: 1.7rem; }
        .footer-newsletter .form .button:hover, .footer-newsletter .form #consent-manager button:hover, #consent-manager .footer-newsletter .form button:hover, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button:hover, .footer-newsletter .form .product-info-slidebar .cart-button:hover, .product-info-slidebar .footer-newsletter .form .cart-button:hover, .footer-newsletter .form .button:focus, .footer-newsletter .form #consent-manager button:focus, #consent-manager .footer-newsletter .form button:focus, .footer-newsletter .form .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .footer-newsletter .form .form-submit-button:focus, .footer-newsletter .form .product-info-slidebar .cart-button:focus, .product-info-slidebar .footer-newsletter .form .cart-button:focus {
          color: #b61616; }
  .footer-usp {
    background-color: #222222;
    color: #f7f8f9; }
    @media screen and (max-width: 1024px) {
      .footer-usp {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .footer-usp .slick-dots li.slick-active button::before {
      color: white; }
    @media screen and (max-width: 1024px) {
      .footer-usp .slick-dots li.slick-active button {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='white'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E"); } }
    @media screen and (max-width: 1024px) {
      .footer-usp .slick-dots li:last-child.slick-active button {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='white'/%3E%3C/svg%3E"); } }
    .footer-usp .usp-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0 3.1rem; }
      @media (max-width: 1600px) {
        .footer-usp .usp-list {
          padding: 0; } }
      .footer-usp .usp-list .usp {
        max-width: 31.6rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media (max-width: 1600px) {
          .footer-usp .usp-list .usp {
            width: calc(100% / 4);
            padding: 0 1rem;
            max-width: 32rem; } }
        @media screen and (max-width: 1024px) {
          .footer-usp .usp-list .usp {
            max-width: none; } }
        .footer-usp .usp-list .usp .icon {
          width: 2.4rem;
          height: 2.4rem; }
          .footer-usp .usp-list .usp .icon svg {
            fill: none; }
        .footer-usp .usp-list .usp h4 {
          font-weight: 600;
          line-height: normal;
          color: inherit;
          margin-top: 1.7rem;
          margin-bottom: .7rem; }
        .footer-usp .usp-list .usp p {
          margin-bottom: 1.6rem;
          margin-top: auto;
          color: #E0E0E0; }
        .footer-usp .usp-list .usp .link, .footer-usp .usp-list .usp .form-actions a.forgot-password, .form-actions .footer-usp .usp-list .usp a.forgot-password, .footer-usp .usp-list .usp body:not(.page-home) .c-link, body:not(.page-home) .footer-usp .usp-list .usp .c-link, .footer-usp .usp-list .usp .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-usp .usp-list .usp .veiw-product, .footer-usp .usp-list .usp .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-usp .usp-list .usp .prd-product-link {
          color: inherit;
          display: inline-block;
          margin-top: auto; }
          .footer-usp .usp-list .usp .link:hover, .footer-usp .usp-list .usp .form-actions a.forgot-password:hover, .form-actions .footer-usp .usp-list .usp a.forgot-password:hover, .footer-usp .usp-list .usp body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-usp .usp-list .usp .c-link:hover, .footer-usp .usp-list .usp .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-usp .usp-list .usp .veiw-product:hover, .footer-usp .usp-list .usp .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-usp .usp-list .usp .prd-product-link:hover {
            color: #b61616; }
        @media screen and (min-width: 1025px) {
          .footer-usp .usp-list .usp-shipping {
            padding: 0 4rem; } }
        @media screen and (max-width: 1280px) {
          .footer-usp .usp-list .usp-shipping {
            padding: 0; } }
        @media screen and (max-width: 1024px) {
          .footer-usp .usp-list .usp-shipping {
            padding: 0 1rem; } }
        .footer-usp .usp-list .usp-shipping .icon {
          width: 3.4rem;
          height: 2.2rem; }
        .footer-usp .usp-list .usp-delievery .icon {
          width: 2.5rem;
          height: 2.5rem; }
  .footer-locations .location-top {
    color: #f7f8f9;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    border-bottom: .1rem solid #333; }
    @media screen and (max-width: 1024px) {
      .footer-locations .location-top {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .footer-locations .location-top-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .footer-locations .location-top-inner {
          flex-direction: column;
          -webkit-flex-direction: column; } }
      .footer-locations .location-top-inner h4 {
        color: inherit;
        font-weight: 500;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 0; }
        .footer-locations .location-top-inner h4 .icon {
          width: 1.8rem;
          height: 2.25rem;
          margin-right: 1.5rem;
          margin-top: -.3rem; }
          @media screen and (max-width: 767px) {
            .footer-locations .location-top-inner h4 .icon {
              width: 1.6rem;
              height: 2rem;
              margin-right: 1rem; } }
      .footer-locations .location-top-inner .location-toggle {
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.65px;
        text-decoration-line: underline;
        text-transform: uppercase;
        font-family: "Jost", Arial, Helvetica, sans-serif; }
        @media screen and (max-width: 767px) {
          .footer-locations .location-top-inner .location-toggle {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
            margin-top: 1.5rem;
            position: relative; } }
        .footer-locations .location-top-inner .location-toggle:hover {
          color: #b61616; }
        .footer-locations .location-top-inner .location-toggle .icon {
          width: 1.2rem;
          height: 1.2rem;
          margin-left: 1.708rem; }
        .footer-locations .location-top-inner .location-toggle.is-open .icon {
          transform: rotate(180deg); }
  .footer-locations .location-bottom {
    background-color: #f7f8f9;
    padding-top: 5.3rem;
    padding-bottom: 5.5rem;
    display: none; }
    @media screen and (max-width: 1024px) {
      .footer-locations .location-bottom {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    .footer-locations .location-bottom .location-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 3.8rem; }
      @media screen and (max-width: 1024px) {
        .footer-locations .location-bottom .location-list {
          margin-bottom: 0; } }
    .footer-locations .location-bottom .location {
      width: calc(100% / 3);
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      @media screen and (max-width: 1024px) {
        .footer-locations .location-bottom .location {
          width: 100%;
          margin-bottom: 2rem;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      @media screen and (max-width: 1024px) {
        .footer-locations .location-bottom .location:last-child {
          margin-bottom: 0; } }
      @media screen and (max-width: 1024px) {
        .footer-locations .location-bottom .location .image-block {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .footer-locations .location-bottom .location .image-block {
          width: 100%; } }
      .footer-locations .location-bottom .location .image-block img {
        aspect-ratio: 493/264;
        object-fit: cover; }
      .footer-locations .location-bottom .location .content-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding-top: 2.8rem;
        padding-left: 3rem;
        padding-right: 3rem; }
        @media screen and (max-width: 1280px) {
          .footer-locations .location-bottom .location .content-block {
            padding-left: 1.5rem;
            padding-right: 1.5rem; } }
        @media screen and (max-width: 1024px) {
          .footer-locations .location-bottom .location .content-block {
            padding: 0;
            padding-top: 0rem;
            padding-left: 2rem; } }
        @media screen and (max-width: 1024px) {
          .footer-locations .location-bottom .location .content-block {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .footer-locations .location-bottom .location .content-block {
            width: 100%;
            padding-top: 1rem;
            padding-left: 0; } }
        .footer-locations .location-bottom .location .content-block .left, .footer-locations .location-bottom .location .content-block .right {
          width: 50%; }
        .footer-locations .location-bottom .location .content-block .left {
          padding-right: 3rem; }
          @media screen and (max-width: 767px) {
            .footer-locations .location-bottom .location .content-block .left {
              padding-right: 1rem; } }
        .footer-locations .location-bottom .location .content-block .right {
          padding-top: .6rem; }
          @media screen and (max-width: 767px) {
            .footer-locations .location-bottom .location .content-block .right {
              padding-top: .5rem; } }
        .footer-locations .location-bottom .location .content-block .address {
          width: 100%;
          padding: 0;
          padding-left: 2.4rem;
          position: relative; }
          @media screen and (max-width: 1280px) {
            .footer-locations .location-bottom .location .content-block .address br {
              display: none; } }
          .footer-locations .location-bottom .location .content-block .address::before {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_29_9623)'%3E%3Cpath d='M7 0C4.08333 0 1.75 2.33333 1.75 5.25C1.75 8.86667 3.73333 12.075 6.70833 13.9417C6.88333 14.0583 7.11667 14.0583 7.35 13.9417C10.2667 12.0167 12.25 8.86667 12.25 5.25C12.25 2.33333 9.91667 0 7 0ZM7 7.58333C5.71667 7.58333 4.66667 6.53333 4.66667 5.25C4.66667 3.96667 5.71667 2.91667 7 2.91667C8.28333 2.91667 9.33333 3.96667 9.33333 5.25C9.33333 6.53333 8.28333 7.58333 7 7.58333Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_29_9623'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
            background-size: 100%;
            display: inline-block;
            width: 1.4rem;
            height: 1.4rem;
            position: absolute;
            left: 0;
            top: .3rem; }
        .footer-locations .location-bottom .location .content-block .direction, .footer-locations .location-bottom .location .content-block .phone {
          font-weight: 600;
          padding-left: 2.4rem;
          position: relative; }
          .footer-locations .location-bottom .location .content-block .direction a, .footer-locations .location-bottom .location .content-block .direction .link, .footer-locations .location-bottom .location .content-block .direction body:not(.page-home) .c-link, body:not(.page-home) .footer-locations .location-bottom .location .content-block .direction .c-link, .footer-locations .location-bottom .location .content-block .direction .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-locations .location-bottom .location .content-block .direction .veiw-product, .footer-locations .location-bottom .location .content-block .direction .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-locations .location-bottom .location .content-block .direction .prd-product-link, .footer-locations .location-bottom .location .content-block .direction .all-link, .footer-locations .location-bottom .location .content-block .phone a, .footer-locations .location-bottom .location .content-block .phone .link, .footer-locations .location-bottom .location .content-block .phone body:not(.page-home) .c-link, body:not(.page-home) .footer-locations .location-bottom .location .content-block .phone .c-link, .footer-locations .location-bottom .location .content-block .phone .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-locations .location-bottom .location .content-block .phone .veiw-product, .footer-locations .location-bottom .location .content-block .phone .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-locations .location-bottom .location .content-block .phone .prd-product-link, .footer-locations .location-bottom .location .content-block .phone .all-link {
            text-decoration: underline;
            color: inherit; }
            .footer-locations .location-bottom .location .content-block .direction a:hover, .footer-locations .location-bottom .location .content-block .direction .link:hover, .footer-locations .location-bottom .location .content-block .direction body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-locations .location-bottom .location .content-block .direction .c-link:hover, .footer-locations .location-bottom .location .content-block .direction .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-locations .location-bottom .location .content-block .direction .veiw-product:hover, .footer-locations .location-bottom .location .content-block .direction .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-locations .location-bottom .location .content-block .direction .prd-product-link:hover, .footer-locations .location-bottom .location .content-block .direction .all-link:hover, .footer-locations .location-bottom .location .content-block .phone a:hover, .footer-locations .location-bottom .location .content-block .phone .link:hover, .footer-locations .location-bottom .location .content-block .phone body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-locations .location-bottom .location .content-block .phone .c-link:hover, .footer-locations .location-bottom .location .content-block .phone .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-locations .location-bottom .location .content-block .phone .veiw-product:hover, .footer-locations .location-bottom .location .content-block .phone .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-locations .location-bottom .location .content-block .phone .prd-product-link:hover, .footer-locations .location-bottom .location .content-block .phone .all-link:hover {
              color: #b61616; }
        .footer-locations .location-bottom .location .content-block .direction::before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_1_4449)'%3E%3Cpath d='M10.125 7.5H9.375C9.27554 7.5 9.18016 7.53951 9.10983 7.60983C9.03951 7.68016 9 7.77554 9 7.875V10.5H1.5V3H4.875C4.97446 3 5.06984 2.96049 5.14016 2.89016C5.21049 2.81984 5.25 2.72446 5.25 2.625V1.875C5.25 1.77554 5.21049 1.68016 5.14016 1.60984C5.06984 1.53951 4.97446 1.5 4.875 1.5H1.125C0.826631 1.5 0.540483 1.61853 0.329505 1.8295C0.118526 2.04048 0 2.32663 0 2.625L0 10.875C0 11.1734 0.118526 11.4595 0.329505 11.6705C0.540483 11.8815 0.826631 12 1.125 12H9.375C9.67337 12 9.95952 11.8815 10.1705 11.6705C10.3815 11.4595 10.5 11.1734 10.5 10.875V7.875C10.5 7.77554 10.4605 7.68016 10.3902 7.60983C10.3198 7.53951 10.2245 7.5 10.125 7.5ZM11.4375 0H8.4375C7.93664 0 7.68633 0.607266 8.03906 0.960938L8.87648 1.79836L3.16406 7.50867C3.11162 7.56093 3.07001 7.62303 3.04162 7.6914C3.01323 7.75977 2.99862 7.83308 2.99862 7.90711C2.99862 7.98114 3.01323 8.05445 3.04162 8.12282C3.07001 8.19119 3.11162 8.25329 3.16406 8.30555L3.69539 8.83594C3.74765 8.88838 3.80974 8.92999 3.87812 8.95838C3.94649 8.98677 4.0198 9.00138 4.09383 9.00138C4.16786 9.00138 4.24117 8.98677 4.30954 8.95838C4.37791 8.92999 4.44001 8.88838 4.49227 8.83594L10.2019 3.12469L11.0391 3.96094C11.3906 4.3125 12 4.06641 12 3.5625V0.5625C12 0.413316 11.9407 0.270242 11.8352 0.164752C11.7298 0.0592632 11.5867 0 11.4375 0Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_4449'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-size: 100%;
          display: inline-block;
          width: 1.2rem;
          height: 1.2rem;
          position: absolute;
          left: 0;
          top: .3rem; }
        .footer-locations .location-bottom .location .content-block .phone::before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cg clip-path='url(%23clip0_1_4446)'%3E%3Cpath d='M10.45 7.392L7.8705 6.292C7.7374 6.23235 7.5913 6.20761 7.44598 6.22012C7.30067 6.23263 7.16094 6.28198 7.04 6.3635L5.6595 7.282C4.81814 6.87336 4.13693 6.19602 3.7235 5.357L4.6365 3.96C4.71748 3.83893 4.76694 3.69956 4.78039 3.55452C4.79384 3.40949 4.77084 3.26339 4.7135 3.1295L3.608 0.550002C3.53086 0.375825 3.40024 0.230748 3.23509 0.13581C3.06994 0.0408718 2.87884 0.00100892 2.6895 0.0220019C1.94678 0.119299 1.26465 0.482997 0.769957 1.04547C0.275261 1.60795 0.0016513 2.33093 0 3.08C0 7.447 3.553 11 7.92 11C8.66907 10.9984 9.39205 10.7247 9.95453 10.23C10.517 9.73535 10.8807 9.05323 10.978 8.3105C10.999 8.12117 10.9591 7.93007 10.8642 7.76491C10.7693 7.59976 10.6242 7.46914 10.45 7.392Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_4446'%3E%3Crect width='11' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-size: 100%;
          display: inline-block;
          width: 1.1rem;
          height: 1.1rem;
          position: absolute;
          left: 0;
          top: .3rem; }
        .footer-locations .location-bottom .location .content-block .phone a, .footer-locations .location-bottom .location .content-block .phone .link, .footer-locations .location-bottom .location .content-block .phone body:not(.page-home) .c-link, body:not(.page-home) .footer-locations .location-bottom .location .content-block .phone .c-link, .footer-locations .location-bottom .location .content-block .phone .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-locations .location-bottom .location .content-block .phone .veiw-product, .footer-locations .location-bottom .location .content-block .phone .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-locations .location-bottom .location .content-block .phone .prd-product-link, .footer-locations .location-bottom .location .content-block .phone .all-link {
          text-decoration: none; }
        .footer-locations .location-bottom .location .content-block h4 {
          font-weight: 700;
          line-height: normal;
          margin-top: 0;
          padding-bottom: 1.2rem;
          margin-bottom: 1.3rem;
          border-bottom: 0.1rem solid #e0e0e0; }
        .footer-locations .location-bottom .location .content-block .timing {
          line-height: 1.5; }
          .footer-locations .location-bottom .location .content-block .timing p {
            margin-bottom: 0; }
          .footer-locations .location-bottom .location .content-block .timing strong {
            margin-right: 1.2rem;
            min-width: 2.6rem;
            display: inline-block;
            font-weight: 600; }
  @media screen and (max-width: 1024px) {
    .footer-main {
      padding-bottom: 1rem; } }
  .footer-logo {
    margin-bottom: 5.273rem; }
    @media screen and (max-width: 1024px) {
      .footer-logo {
        margin-bottom: 2rem;
        line-height: 0; } }
    .footer-logo svg {
      width: 25rem;
      height: 5.4rem; }
  .footer-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .footer-info {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .footer-info::before, .footer-info::after {
      display: none; }
    .footer-info-col {
      width: auto;
      margin-bottom: 0; }
      @media screen and (min-width: 1025px) {
        .footer-info-col {
          max-width: 22rem; } }
      @media screen and (max-width: 1024px) {
        .footer-info-col {
          width: 100%;
          text-align: left; } }
      .footer-info-col--first {
        max-width: none; }
        @media screen and (max-width: 1024px) {
          .footer-info-col--first {
            margin-bottom: 4rem; } }
        .footer-info-col--first .footer-info-heading {
          text-transform: none;
          line-height: normal;
          margin-bottom: .8rem; }
          @media screen and (max-width: 1024px) {
            .footer-info-col--first .footer-info-heading {
              margin-bottom: 2rem; } }
        .footer-info-col--first .social-sub-heading {
          color: #828282;
          max-width: 31.8rem;
          margin-bottom: 3.5rem; }
          @media screen and (max-width: 1024px) {
            .footer-info-col--first .social-sub-heading {
              margin-right: auto;
              margin-bottom: 2rem; } }
        .footer-info-col--first .button, .footer-info-col--first #consent-manager button, #consent-manager .footer-info-col--first button, .footer-info-col--first .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .footer-info-col--first .form-submit-button, .footer-info-col--first .product-info-slidebar .cart-button, .product-info-slidebar .footer-info-col--first .cart-button {
          color: white;
          border-color: #333;
          min-width: 24.9rem;
          margin-top: 6.861rem; }
          @media screen and (max-width: 1024px) {
            .footer-info-col--first .button, .footer-info-col--first #consent-manager button, #consent-manager .footer-info-col--first button, .footer-info-col--first .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .footer-info-col--first .form-submit-button, .footer-info-col--first .product-info-slidebar .cart-button, .product-info-slidebar .footer-info-col--first .cart-button {
              margin-top: 4rem; } }
          .footer-info-col--first .button:hover, .footer-info-col--first #consent-manager button:hover, #consent-manager .footer-info-col--first button:hover, .footer-info-col--first .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .footer-info-col--first .form-submit-button:hover, .footer-info-col--first .product-info-slidebar .cart-button:hover, .product-info-slidebar .footer-info-col--first .cart-button:hover, .footer-info-col--first .button:focus, .footer-info-col--first #consent-manager button:focus, #consent-manager .footer-info-col--first button:focus, .footer-info-col--first .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .footer-info-col--first .form-submit-button:focus, .footer-info-col--first .product-info-slidebar .cart-button:focus, .product-info-slidebar .footer-info-col--first .cart-button:focus {
            border-color: #b61616; }
        .footer-info-col--first .socialLinks {
          line-height: 0; }
          .footer-info-col--first .socialLinks-item {
            margin-right: 3.2rem; }
          .footer-info-col--first .socialLinks--alt .icon svg {
            fill: white; }
          .footer-info-col--first .socialLinks--alt .icon--facebook {
            width: .6rem;
            height: 1.2rem; }
          .footer-info-col--first .socialLinks--alt .icon--instagram {
            width: 1.2rem;
            height: 1.2rem; }
          .footer-info-col--first .socialLinks--alt .icon--x {
            width: 1.2rem;
            height: 1.2rem; }
          .footer-info-col--first .socialLinks--alt .icon--youtube {
            width: 1.5rem;
            height: 1.1rem; }
          .footer-info-col--first .socialLinks--alt .icon--tiktok {
            width: 1.2rem;
            height: 1.4rem; }
          .footer-info-col--first .socialLinks--alt .icon:hover svg {
            fill: #b61616; }
    .footer-info-heading {
      color: #f7f8f9;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      margin-bottom: 1.2rem;
      margin-top: 0;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .footer-info-heading {
          margin-bottom: 2rem; } }
      .footer-info-heading .icon {
        position: absolute;
        right: 0;
        top: .5rem; }
      .footer-info-heading.active .icon {
        transform: rotate(180deg); }
    @media screen and (max-width: 1024px) {
      .footer-info-list {
        display: none;
        padding-bottom: 2rem; } }
    .footer-info-list li {
      margin-bottom: .9rem; }
      .footer-info-list li a, .footer-info-list li .link, .footer-info-list li .form-actions a.forgot-password, .form-actions .footer-info-list li a.forgot-password, .footer-info-list li body:not(.page-home) .c-link, body:not(.page-home) .footer-info-list li .c-link, .footer-info-list li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-info-list li .veiw-product, .footer-info-list li .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-info-list li .prd-product-link, .footer-info-list li .all-link {
        color: #E0E0E0;
        line-height: 1.5; }
        .footer-info-list li a:hover, .footer-info-list li .link:hover, .footer-info-list li body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-info-list li .c-link:hover, .footer-info-list li .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-info-list li .veiw-product:hover, .footer-info-list li .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-info-list li .prd-product-link:hover, .footer-info-list li .all-link:hover {
          color: #b61616; }
  .footer-bottom {
    border-top: .1rem solid #333;
    padding-top: 2.6rem; }
    @media screen and (max-width: 1024px) {
      .footer-bottom {
        text-align: center; } }
    .footer-bottom .nav-list {
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 375px) {
        .footer-bottom .nav-list {
          display: block;
          margin-top: 1rem; } }
      .footer-bottom .nav-list::before {
        content: "";
        display: inline-block;
        width: .1rem;
        height: 1.3rem;
        background-color: #333;
        margin-left: .5rem;
        margin-right: .5rem;
        vertical-align: middle; }
        @media screen and (max-width: 375px) {
          .footer-bottom .nav-list::before {
            display: none; } }
      .footer-bottom .nav-list a, .footer-bottom .nav-list .link, .footer-bottom .nav-list body:not(.page-home) .c-link, body:not(.page-home) .footer-bottom .nav-list .c-link, .footer-bottom .nav-list .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .footer-bottom .nav-list .veiw-product, .footer-bottom .nav-list .product-info-slidebar .prd-product-link, .product-info-slidebar .footer-bottom .nav-list .prd-product-link, .footer-bottom .nav-list .all-link {
        color: #828282;
        line-height: normal;
        font-family: 'sourcesanspro-regular';
        font-weight: 400;
        text-transform: none; }
        .footer-bottom .nav-list a:hover, .footer-bottom .nav-list .link:hover, .footer-bottom .nav-list body:not(.page-home) .c-link:hover, body:not(.page-home) .footer-bottom .nav-list .c-link:hover, .footer-bottom .nav-list .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .footer-bottom .nav-list .veiw-product:hover, .footer-bottom .nav-list .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .footer-bottom .nav-list .prd-product-link:hover, .footer-bottom .nav-list .all-link:hover {
          color: #b61616; }
  .footer-copyright {
    display: inline-block; }
    .footer-copyright > .powered-by {
      color: #828282;
      line-height: normal;
      font-family: 'sourcesanspro-regular';
      font-weight: 400; }

/* --- [ Components Files ] ---*/
/*--- [ Hero Carousel] ---*/
.heroCarousel {
  margin-top: 0;
  /*--- [ Slide Settings ] ---*/ }
  .heroCarousel.slick-initialized {
    max-height: 50.1rem; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover; }
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 50.1rem; }
  .heroCarousel-content, .heroCarousel .shogun-image-content {
    background-color: rgba(21, 21, 21, 0.4);
    left: 0;
    padding: 2.25rem;
    padding-left: calc((100vw - 80.2vw) / 2);
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: none;
    width: 50%;
    bottom: 0;
    height: auto;
    max-height: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: white;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 78% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 78% 100%); }
    @media (max-width: 1600px) {
      .heroCarousel-content, .heroCarousel .shogun-image-content {
        padding-left: 3rem; } }
  .heroCarousel-title, .heroCarousel-description {
    color: inherit;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
    .heroCarousel-title p, .heroCarousel-description p {
      color: inherit; }
      @media (min-width: 1025px) {
        .heroCarousel-title p, .heroCarousel-description p {
          font-size: 0.833333vw !important;
          line-height: 1.15vw; } }
      @media (min-width: 1025px) {
        .heroCarousel-title p span, .heroCarousel-description p span {
          font-size: 0.833333vw !important;
          line-height: 1.15vw; } }
  .heroCarousel-title {
    font-size: 4.5rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin-bottom: 1.1rem; }
    @media screen and (max-width: 1280px) {
      .heroCarousel-title {
        font-size: 3.2rem;
        margin-bottom: 2rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-title {
        margin-bottom: 0.574vw; } }
  .heroCarousel-description {
    font-weight: 400;
    line-height: 1.4;
    max-width: 62rem; }
    @media screen and (max-width: 1280px) {
      .heroCarousel-description {
        max-width: 50rem;
        font-size: 1.6rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-description {
        max-width: 32.292vw; } }
    .heroCarousel-description p {
      margin-bottom: 0; }
  .heroCarousel-action {
    margin-top: 3.5rem; }
  @media (min-width: 1025px) {
    .heroCarousel .shg-c.shg-btn-wrapper {
      padding: 0.5vw 2.083vw 0.73vw;
      margin-top: 1.8vw; } }
  @media (min-width: 1290px) {
    .heroCarousel .shg-c.shg-btn-wrapper {
      padding: 0.73vw 2.083vw;
      margin-top: 1.8vw; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-c.shg-btn-wrapper a.shg-cse.shg-btn-text, .heroCarousel .shg-c.shg-btn-wrapper .shg-cse.shg-btn-text.link, .heroCarousel .shg-c.shg-btn-wrapper body:not(.page-home) .shg-cse.shg-btn-text.c-link, body:not(.page-home) .heroCarousel .shg-c.shg-btn-wrapper .shg-cse.shg-btn-text.c-link, .heroCarousel .shg-c.shg-btn-wrapper .rental-catalog .section .sub-section--label .shg-cse.shg-btn-text.veiw-product, .rental-catalog .section .sub-section--label .heroCarousel .shg-c.shg-btn-wrapper .shg-cse.shg-btn-text.veiw-product, .heroCarousel .shg-c.shg-btn-wrapper .product-info-slidebar .shg-cse.shg-btn-text.prd-product-link, .product-info-slidebar .heroCarousel .shg-c.shg-btn-wrapper .shg-cse.shg-btn-text.prd-product-link, .heroCarousel .shg-c.shg-btn-wrapper .shg-cse.shg-btn-text.all-link {
      font-size: 0.73vw !important; } }
  .heroCarousel .slick-arrow {
    border-radius: 0;
    background-color: rgba(247, 248, 249, 0.05);
    left: calc((100vw - 154rem) / 2);
    top: auto;
    bottom: 5.3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 1600px) {
      .heroCarousel .slick-arrow {
        left: 3rem; } }
  .heroCarousel .slick-next {
    margin-left: 4.1rem; }
  .heroCarousel .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .heroCarousel .slick-prev:hover::before, .heroCarousel .slick-prev:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  .heroCarousel .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .heroCarousel .slick-next:hover::before, .heroCarousel .slick-next:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  .heroCarousel .slick-dots {
    bottom: 50%;
    transform: translate(calc(-100% - 6.3rem), 50%);
    left: calc((100vw - 154rem) / 2);
    right: auto;
    margin-right: 4.85rem;
    width: auto; }
    .heroCarousel .slick-dots li {
      display: block;
      position: relative;
      width: 2.7rem;
      background-color: transparent;
      padding: 0;
      height: auto;
      line-height: 0;
      counter-increment: dots-counter;
      padding-left: 1.5rem; }
      .heroCarousel .slick-dots li::before {
        content: counter(dots-counter);
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 600;
        color: #828282;
        font-family: 'sourcesanspro';
        position: absolute;
        right: -.7rem;
        top: 0;
        transform: translate(100%, -50%); }
      .heroCarousel .slick-dots li button {
        height: auto;
        width: auto;
        border: none;
        border-radius: 0;
        text-align: right; }
        .heroCarousel .slick-dots li button::before {
          content: "";
          width: 1.2rem;
          height: .2rem;
          border-radius: .2rem;
          border: none;
          background-color: #828282;
          position: static; }
        .heroCarousel .slick-dots li button::after {
          margin-bottom: .5rem; }
        .heroCarousel .slick-dots li button::after,
        .heroCarousel .slick-dots li button .carousel-tooltip::after,
        .heroCarousel .slick-dots li button .carousel-tooltip::before {
          content: "";
          width: .7rem;
          height: .2rem;
          border-radius: .2rem;
          background-color: #828282;
          position: static;
          display: block !important;
          margin-top: .5rem;
          margin-left: auto; }
      .heroCarousel .slick-dots li .carousel-tooltip {
        margin-top: 0;
        height: auto; }
        .heroCarousel .slick-dots li .carousel-tooltip::before {
          border: none;
          transform: none;
          position: static; }
        .heroCarousel .slick-dots li .carousel-tooltip::after {
          padding: 0;
          transform: none;
          position: static; }
      .heroCarousel .slick-dots li.slick-active::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M5.47307 5.37232C5.71947 5.18672 5.86453 4.89659 5.86453 4.58939C5.86453 4.28219 5.71947 3.99205 5.47307 3.80645L1.56373 0.874188C1.26827 0.652322 0.8704 0.616055 0.5408 0.782455C0.210133 0.948855 -3.15337e-07 1.28592 -2.99112e-07 1.65712L-4.27649e-08 7.52165C-2.65392e-08 7.89285 0.210133 8.22992 0.5408 8.39632C0.871467 8.56272 1.26827 8.52645 1.56373 8.30459L5.47307 5.37232Z' fill='%23B61616'/%3E%3C/svg%3E");
        width: .6rem;
        height: .9rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-50%); }
      .heroCarousel .slick-dots li.slick-active::before {
        color: white; }
      .heroCarousel .slick-dots li.slick-active button::before {
        background-color: white; }
      .heroCarousel .slick-dots li:last-child button::after,
      .heroCarousel .slick-dots li:last-child button .carousel-tooltip::after,
      .heroCarousel .slick-dots li:last-child button .carousel-tooltip::before {
        opacity: 0; }

/*--- [ Homepage Category thumbs ] ---*/
@media screen and (max-width: 1024px) {
  .categorySection {
    padding-bottom: 4rem; } }

.categorySection .page-heading, .categorySection .rental-catalog h2, .rental-catalog .categorySection h2, .categorySection .rental-catalog .modal-header-title, .rental-catalog .categorySection .modal-header-title, .categorySection .rental-catalog .productView-price span, .rental-catalog .productView-price .categorySection span, .categorySection .productView-price .rental-catalog span, .productView-price .rental-catalog .categorySection span, .categorySection .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection .slide-title, .categorySection .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .categorySection .blog-grid-title {
  margin-top: 1.3rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1024px) {
    .categorySection .page-heading, .categorySection .rental-catalog h2, .rental-catalog .categorySection h2, .categorySection .rental-catalog .modal-header-title, .rental-catalog .categorySection .modal-header-title, .categorySection .rental-catalog .productView-price span, .rental-catalog .productView-price .categorySection span, .categorySection .productView-price .rental-catalog span, .productView-price .rental-catalog .categorySection span, .categorySection .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection .slide-title, .categorySection .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .categorySection .blog-grid-title {
      margin-top: 2rem;
      text-align: center; } }

@media screen and (max-width: 1024px) {
  .categorySection .sub-heading, .categorySection .rental-form-para p, .rental-form-para .categorySection p {
    text-align: center; } }

.categorySection-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .categorySection-list:not(.slick-initialized) {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .categorySection-list:not(.slick-initialized) .categorySection-item {
        width: calc(100% / 4);
        flex: 0 0 25%; } }
    @media screen and (max-width: 767px) {
      .categorySection-list:not(.slick-initialized) .categorySection-item {
        width: calc(100% / 2);
        flex: 0 0 50%; } }

@media screen and (max-width: 1024px) {
  .categorySection .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media screen and (max-width: 1024px) {
  .categorySection .slick-list {
    margin-left: -2rem;
    margin-right: -2rem; } }

.categorySection-item {
  width: calc(100% / 8);
  border: 0.05rem solid #151515; }
  .categorySection-item > a, .categorySection-item > .link, .form-actions .categorySection-item > a.forgot-password, body:not(.page-home) .categorySection-item > .c-link, .rental-catalog .section .sub-section--label .categorySection-item > .veiw-product, .product-info-slidebar .categorySection-item > .prd-product-link, .categorySection-item > .all-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
  .categorySection-item:not(:first-child) {
    border-left: none; }
  @media screen and (max-width: 1024px) {
    .categorySection-item {
      height: auto; } }
  .categorySection-item .image-block {
    aspect-ratio: 194/153;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .categorySection-item .image-block img {
      max-width: 17.4rem;
      max-height: 13.3rem; }
      @media screen and (max-width: 1440px) {
        .categorySection-item .image-block img {
          max-width: 100%; } }
      @media screen and (max-width: 1024px) {
        .categorySection-item .image-block img {
          width: auto;
          padding: 1.5rem; } }
  .categorySection-item h2, .categorySection-item .modal-header-title, .categorySection-item .productView-price span, .productView-price .categorySection-item span, .categorySection-item .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item .slide-title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    background-color: #f7f8f9;
    padding: 1.3rem 1rem;
    margin: auto 0 0;
    transition: all 0.4s ease; }
    @media screen and (max-width: 1024px) {
      .categorySection-item h2, .categorySection-item .modal-header-title, .categorySection-item .productView-price span, .productView-price .categorySection-item span, .categorySection-item .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item .slide-title {
        font-size: 1.2rem; } }
  .categorySection-item:hover h2, .categorySection-item:hover .modal-header-title, .categorySection-item:hover .productView-price span, .productView-price .categorySection-item:hover span, .categorySection-item:hover .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .categorySection-item:hover .slide-title {
    background-color: #b61616;
    color: white; }

/*--- [ Product Tab ] ---*/
.products-tab .shg-product > .shg-c {
  width: 100%; }

.products-tab .shg-product-image-wrapper {
  aspect-ratio: 6/5;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .products-tab .shg-product-image-wrapper .shogun-image {
    max-width: 20rem;
    max-height: 20rem; }

.products-tab,
.featured-products {
  padding-left: calc((100vw - 154rem) / 2);
  /*--- [ Slider Settings ] ---*/ }
  @media (max-width: 1600px) {
    .products-tab,
    .featured-products {
      padding-left: 3rem; } }
  @media screen and (max-width: 1024px) {
    .products-tab,
    .featured-products {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-bottom: 4rem; } }
  .products-tab .shg-category-row:not(.slick-initialized),
  .featured-products .shg-category-row:not(.slick-initialized) {
    margin: 0;
    opacity: 0;
    display: none; }
  .products-tab .shg-category-row .shg-category-col,
  .featured-products .shg-category-row .shg-category-col {
    padding: 0; }
  .products-tab .slick-arrow,
  .featured-products .slick-arrow {
    top: -4rem;
    transform: translateY(-100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: calc((100vw - 154rem) / 2);
    left: auto; }
    @media (max-width: 1600px) {
      .products-tab .slick-arrow,
      .featured-products .slick-arrow {
        right: 3rem; } }
  .products-tab .slick-prev,
  .featured-products .slick-prev {
    transform: translate(-100%, -100%); }
  .products-tab .slick-slide,
  .featured-products .slick-slide {
    width: 36rem;
    margin-right: 3.3rem;
    padding: 0; }

.featured-products .productView-rating {
  display: none; }

.featured-products .shg-product-title-component {
  text-transform: capitalize !important;
  line-height: 1.2; }

/*--- [ Featured Section ] ---*/
.featured-section {
  /*--- [ Slider Setting ] ---*/ }
  .featured-section .featured-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; }
  .featured-section .image-block,
  .featured-section .content-block {
    width: 50%;
    min-width: 50%; }
  .featured-section .image-block img {
    object-fit: cover;
    object-position: left; }
  @media screen and (max-width: 1280px) {
    .featured-section .image-block {
      aspect-ratio: 1540/1230 !important; } }
  .featured-section .content-block {
    background-color: #f7f8f9;
    padding-left: 13.2rem;
    padding-right: 13.2rem; }
    @media screen and (max-width: 1440px) {
      .featured-section .content-block {
        padding-left: 8rem;
        padding-right: 8rem; } }
    @media screen and (max-width: 1024px) {
      .featured-section .content-block {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important; } }
    .featured-section .content-block h2, .featured-section .content-block .modal-header-title, .featured-section .content-block .productView-price span, .productView-price .featured-section .content-block span, .featured-section .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .content-block .slide-title {
      font-weight: 700;
      line-height: normal;
      letter-spacing: -1.2px;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .featured-section .content-block h2, .featured-section .content-block .modal-header-title, .featured-section .content-block .productView-price span, .productView-price .featured-section .content-block span, .featured-section .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .content-block .slide-title {
          margin-bottom: 2rem; } }
    .featured-section .content-block p {
      max-width: 42.6rem;
      margin-bottom: 3.2rem;
      color: #151515; }
      @media screen and (max-width: 1024px) {
        .featured-section .content-block p {
          margin-bottom: 2rem;
          max-width: none; } }
    @media screen and (min-width: 1025px) {
      .featured-section .content-block .button, .featured-section .content-block #consent-manager button, #consent-manager .featured-section .content-block button, .featured-section .content-block .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .featured-section .content-block .form-submit-button, .featured-section .content-block .product-info-slidebar .cart-button, .product-info-slidebar .featured-section .content-block .cart-button {
        margin-bottom: 3.4rem; } }
  .featured-section .slick-arrow {
    border-radius: 0;
    background-color: white;
    left: 13.2rem;
    top: auto;
    bottom: 5.3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .featured-section .slick-next {
    margin-left: 4.1rem; }
  .featured-section .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .featured-section .slick-prev:hover::before, .featured-section .slick-prev:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  .featured-section .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .featured-section .slick-next:hover::before, .featured-section .slick-next:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  .featured-section .slick-dots {
    bottom: 50%;
    transform: translate(0, 50%);
    left: 1.7rem;
    right: auto;
    margin-right: 4.85rem;
    width: auto; }
    .featured-section .slick-dots li {
      display: block;
      position: relative;
      width: 2.7rem;
      background-color: transparent;
      padding: 0;
      height: auto;
      line-height: 0;
      counter-increment: dots-counter;
      padding-left: 1.5rem; }
      .featured-section .slick-dots li::before {
        content: counter(dots-counter);
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 600;
        color: #828282;
        font-family: 'sourcesanspro';
        position: absolute;
        right: -.7rem;
        top: 0;
        transform: translate(100%, -50%); }
      .featured-section .slick-dots li button {
        height: auto;
        width: auto;
        border: none;
        border-radius: 0;
        text-align: right; }
        .featured-section .slick-dots li button::before {
          content: "";
          width: 1.2rem;
          height: .2rem;
          border-radius: .2rem;
          border: none;
          background-color: #828282;
          position: static; }
        .featured-section .slick-dots li button::after {
          margin-bottom: .5rem; }
        .featured-section .slick-dots li button::after,
        .featured-section .slick-dots li button .carousel-tooltip::after,
        .featured-section .slick-dots li button .carousel-tooltip::before {
          content: "";
          width: .7rem;
          height: .2rem;
          border-radius: .2rem;
          background-color: #828282;
          position: static;
          display: block !important;
          margin-top: .5rem;
          margin-left: auto; }
      .featured-section .slick-dots li .carousel-tooltip {
        margin-top: 0;
        height: auto; }
        .featured-section .slick-dots li .carousel-tooltip::before {
          border: none;
          transform: none;
          position: static; }
        .featured-section .slick-dots li .carousel-tooltip::after {
          padding: 0;
          transform: none;
          position: static; }
      .featured-section .slick-dots li.slick-active::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M5.47307 5.37232C5.71947 5.18672 5.86453 4.89659 5.86453 4.58939C5.86453 4.28219 5.71947 3.99205 5.47307 3.80645L1.56373 0.874188C1.26827 0.652322 0.8704 0.616055 0.5408 0.782455C0.210133 0.948855 -3.15337e-07 1.28592 -2.99112e-07 1.65712L-4.27649e-08 7.52165C-2.65392e-08 7.89285 0.210133 8.22992 0.5408 8.39632C0.871467 8.56272 1.26827 8.52645 1.56373 8.30459L5.47307 5.37232Z' fill='%23B61616'/%3E%3C/svg%3E");
        width: .6rem;
        height: .9rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-50%); }
      .featured-section .slick-dots li.slick-active::before {
        color: #151515; }
      .featured-section .slick-dots li.slick-active button::before {
        background-color: #151515; }
      .featured-section .slick-dots li:last-child button::after,
      .featured-section .slick-dots li:last-child button .carousel-tooltip::after,
      .featured-section .slick-dots li:last-child button .carousel-tooltip::before {
        opacity: 0; }

/*--- [ Featured Boxes ] ---*/
.featured-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .featured-boxes .featured-box {
    width: calc(100% / 3);
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .featured-boxes .featured-box {
        margin-bottom: 2rem; } }
    .featured-boxes .featured-box-inner, .featured-boxes .featured-box.shg-box .shg-box-content {
      background-image: url("../../../../../images/stencil/original/image-manager/featured-bg.jpg");
      background-size: cover;
      color: white;
      padding: 5.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 100%;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box-inner, .featured-boxes .featured-box.shg-box .shg-box-content {
          padding: 4rem 3rem; } }
    .featured-boxes .featured-box h2, .featured-boxes .featured-box .modal-header-title, .featured-boxes .featured-box .productView-price span, .productView-price .featured-boxes .featured-box span, .featured-boxes .featured-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-boxes .featured-box .slide-title {
      color: inherit;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -1.08px;
      text-transform: uppercase;
      margin-top: 3.1rem;
      margin-bottom: 1.3rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box h2, .featured-boxes .featured-box .modal-header-title, .featured-boxes .featured-box .productView-price span, .productView-price .featured-boxes .featured-box span, .featured-boxes .featured-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-boxes .featured-box .slide-title {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
    .featured-boxes .featured-box p {
      color: #BDBDBD;
      font-size: 1.5rem;
      line-height: 1.4;
      margin-bottom: 2.7rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box p {
          font-size: 1.4rem;
          margin-bottom: 2rem; } }
    .featured-boxes .featured-box .button, .featured-boxes .featured-box #consent-manager button, #consent-manager .featured-boxes .featured-box button, .featured-boxes .featured-box .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .featured-boxes .featured-box .form-submit-button, .featured-boxes .featured-box .product-info-slidebar .cart-button, .product-info-slidebar .featured-boxes .featured-box .cart-button {
      margin-top: auto;
      margin-bottom: 1.2rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box .button, .featured-boxes .featured-box #consent-manager button, #consent-manager .featured-boxes .featured-box button, .featured-boxes .featured-box .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .featured-boxes .featured-box .form-submit-button, .featured-boxes .featured-box .product-info-slidebar .cart-button, .product-info-slidebar .featured-boxes .featured-box .cart-button {
          margin-bottom: 0; } }
    .featured-boxes .featured-box .icon svg {
      fill: none; }
    .featured-boxes .featured-box.commercial-sales .icon {
      width: 5.4rem;
      height: 4.535rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box.commercial-sales .icon {
          width: 4.4rem;
          height: 3.4rem; } }
    .featured-boxes .featured-box.trade-gear .icon {
      width: 4.8rem;
      height: 4.8rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box.trade-gear .icon {
          width: 3.8rem;
          height: 3.8rem; } }
    @media screen and (max-width: 1024px) {
      .featured-boxes .featured-box.financing {
        margin-bottom: 0; } }
    .featured-boxes .featured-box.financing .icon {
      width: 5.2rem;
      height: 4.736rem; }
      @media screen and (max-width: 1024px) {
        .featured-boxes .featured-box.financing .icon {
          width: 4.4rem;
          height: 3.4rem; } }
    .featured-boxes .featured-box .top-corners {
      opacity: 0;
      transition: all 0.4s linear; }
      .featured-boxes .featured-box .top-corners::before {
        content: "";
        width: 3rem;
        height: 3rem;
        border-top: 0.1rem solid white;
        border-left: 0.1rem solid white;
        position: absolute;
        left: 2.5rem;
        top: 2.5rem; }
      .featured-boxes .featured-box .top-corners::after {
        content: "";
        width: 3rem;
        height: 3rem;
        border-top: 0.1rem solid white;
        border-right: 0.1rem solid white;
        position: absolute;
        right: 2.5rem;
        top: 2.5rem; }
    .featured-boxes .featured-box .bottom-corners {
      opacity: 0;
      transition: all 0.4s linear; }
      .featured-boxes .featured-box .bottom-corners::before {
        content: "";
        width: 3rem;
        height: 3rem;
        border-bottom: 0.1rem solid white;
        border-left: 0.1rem solid white;
        position: absolute;
        left: 2.5rem;
        bottom: 2.5rem; }
      .featured-boxes .featured-box .bottom-corners::after {
        content: "";
        width: 3rem;
        height: 3rem;
        border-bottom: 0.1rem solid white;
        border-right: 0.1rem solid white;
        position: absolute;
        right: 2.5rem;
        bottom: 2.5rem; }
    .featured-boxes .featured-box:hover .top-corners,
    .featured-boxes .featured-box:hover .bottom-corners {
      opacity: 1; }

/*--- [ Classes & Education Section ] ---*/
.classes-education {
  background-color: #f7f8f9; }
  .classes-education-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .classes-education-left {
    width: 25.52%;
    padding-top: 5.2rem; }
    @media screen and (max-width: 1280px) {
      .classes-education-left {
        padding-right: 1.5rem; } }
    @media screen and (max-width: 1024px) {
      .classes-education-left {
        padding-top: 0; } }
    .classes-education-left h2, .classes-education-left .modal-header-title, .classes-education-left .productView-price span, .productView-price .classes-education-left span, .classes-education-left .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .classes-education-left .slide-title {
      font-weight: 700;
      line-height: normal;
      letter-spacing: -1.3px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: .7rem; }
      @media screen and (max-width: 1024px) {
        .classes-education-left h2, .classes-education-left .modal-header-title, .classes-education-left .productView-price span, .productView-price .classes-education-left span, .classes-education-left .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .classes-education-left .slide-title {
          margin-bottom: 2rem; } }
    .classes-education-left p {
      max-width: 32.3rem;
      color: #707070;
      margin-bottom: 2.3rem; }
    .classes-education-left ul {
      list-style: none;
      margin: 0;
      margin-bottom: 3.6rem; }
      @media screen and (max-width: 1024px) {
        .classes-education-left ul {
          margin-bottom: 1.6rem; } }
      .classes-education-left ul li {
        font-weight: 600;
        margin-bottom: 1.7rem; }
        .classes-education-left ul li::before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1_795)'%3E%3Cpath d='M9.53551 0.111023L9.04026 0.605773L6.81276 2.83327L4.58551 5.06052L4.40876 5.23727L3.96951 4.79802L2.69652 3.52527L2.46402 3.29277L0.166016 5.59077L0.398266 5.82327L1.67152 7.09627L2.11077 7.53577H2.11052L4.40876 9.83352L6.70676 7.53577L6.88351 7.35902L9.11101 5.13127L11.3383 2.90402L11.8335 2.40902L9.53551 0.111023Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_795'%3E%3Crect width='12' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-size: 100%;
          width: 1.2rem;
          height: 1rem;
          display: inline-block;
          margin-right: 1.3rem; }
        .classes-education-left ul li:last-child {
          margin-bottom: 0; }
  .classes-education-right {
    width: 74.48%; }
    .classes-education-right-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0 -1.65rem; }
    .classes-education-right .classes-block {
      width: calc(100% / 3);
      padding: 0 1.65rem; }
      .classes-education-right .classes-block .image-block img {
        aspect-ratio: 6/5;
        object-fit: cover; }
      .classes-education-right .classes-block .content-block {
        padding-top: 2.4rem; }
      .classes-education-right .classes-block h4 {
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: .8rem; }
        .classes-education-right .classes-block h4 a, .classes-education-right .classes-block h4 .link, .classes-education-right .classes-block h4 body:not(.page-home) .c-link, body:not(.page-home) .classes-education-right .classes-block h4 .c-link, .classes-education-right .classes-block h4 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education-right .classes-block h4 .veiw-product, .classes-education-right .classes-block h4 .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education-right .classes-block h4 .prd-product-link, .classes-education-right .classes-block h4 .all-link {
          color: inherit;
          font-weight: inherit; }
          .classes-education-right .classes-block h4 a:hover, .classes-education-right .classes-block h4 .link:hover, .classes-education-right .classes-block h4 body:not(.page-home) .c-link:hover, body:not(.page-home) .classes-education-right .classes-block h4 .c-link:hover, .classes-education-right .classes-block h4 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .classes-education-right .classes-block h4 .veiw-product:hover, .classes-education-right .classes-block h4 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .classes-education-right .classes-block h4 .prd-product-link:hover, .classes-education-right .classes-block h4 .all-link:hover {
            color: #b61616; }
      .classes-education-right .classes-block p {
        color: #707070;
        margin-bottom: 1.6rem; }
        @media screen and (max-width: 1024px) {
          .classes-education-right .classes-block p {
            margin-bottom: 1.2rem; } }

/*--- [ Featured Products ] ---*/
.featured-products .page-heading, .featured-products .rental-catalog h2, .rental-catalog .featured-products h2, .featured-products .rental-catalog .modal-header-title, .rental-catalog .featured-products .modal-header-title, .featured-products .rental-catalog .productView-price span, .rental-catalog .productView-price .featured-products span, .featured-products .productView-price .rental-catalog span, .productView-price .rental-catalog .featured-products span, .featured-products .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .slide-title, .featured-products .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .featured-products .blog-grid-title {
  margin-bottom: 3.4rem; }
  @media screen and (max-width: 1024px) {
    .featured-products .page-heading, .featured-products .rental-catalog h2, .rental-catalog .featured-products h2, .featured-products .rental-catalog .modal-header-title, .rental-catalog .featured-products .modal-header-title, .featured-products .rental-catalog .productView-price span, .rental-catalog .productView-price .featured-products span, .featured-products .productView-price .rental-catalog span, .productView-price .rental-catalog .featured-products span, .featured-products .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .slide-title, .featured-products .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .featured-products .blog-grid-title {
      margin-bottom: 2rem;
      text-align: center !important; } }
  .featured-products .page-heading h2, .featured-products .rental-catalog h2 h2, .rental-catalog .featured-products h2 h2, .featured-products .rental-catalog .modal-header-title h2, .rental-catalog .featured-products .modal-header-title h2, .featured-products .rental-catalog .productView-price span h2, .rental-catalog .productView-price .featured-products span h2, .featured-products .productView-price .rental-catalog span h2, .productView-price .rental-catalog .featured-products span h2, .featured-products .product-info-slidebar .cart-heading .slide-title h2, .product-info-slidebar .cart-heading .featured-products .slide-title h2, .featured-products .blog-details .blog-grid-header .blog-grid-title h2, .blog-details .blog-grid-header .featured-products .blog-grid-title h2, .featured-products .page-heading .modal-header-title, .featured-products .rental-catalog h2 .modal-header-title, .rental-catalog .featured-products h2 .modal-header-title, .featured-products .rental-catalog .modal-header-title .modal-header-title, .rental-catalog .featured-products .modal-header-title .modal-header-title, .featured-products .rental-catalog .productView-price span .modal-header-title, .rental-catalog .productView-price .featured-products span .modal-header-title, .featured-products .productView-price .rental-catalog span .modal-header-title, .productView-price .rental-catalog .featured-products span .modal-header-title, .featured-products .product-info-slidebar .cart-heading .slide-title .modal-header-title, .product-info-slidebar .cart-heading .featured-products .slide-title .modal-header-title, .featured-products .blog-details .blog-grid-header .blog-grid-title .modal-header-title, .blog-details .blog-grid-header .featured-products .blog-grid-title .modal-header-title, .featured-products .page-heading .productView-price span, .productView-price .featured-products .page-heading span, .featured-products .rental-catalog h2 .productView-price span, .productView-price .featured-products .rental-catalog h2 span, .rental-catalog .featured-products h2 .productView-price span, .productView-price .rental-catalog .featured-products h2 span, .featured-products .rental-catalog .modal-header-title .productView-price span, .productView-price .featured-products .rental-catalog .modal-header-title span, .rental-catalog .featured-products .modal-header-title .productView-price span, .productView-price .rental-catalog .featured-products .modal-header-title span, .featured-products .rental-catalog .productView-price span span, .rental-catalog .productView-price .featured-products span span, .featured-products .productView-price .rental-catalog span span, .productView-price .rental-catalog .featured-products span span, .featured-products .product-info-slidebar .cart-heading .slide-title .productView-price span, .productView-price .featured-products .product-info-slidebar .cart-heading .slide-title span, .product-info-slidebar .cart-heading .featured-products .slide-title .productView-price span, .productView-price .product-info-slidebar .cart-heading .featured-products .slide-title span, .featured-products .blog-details .blog-grid-header .blog-grid-title .productView-price span, .productView-price .featured-products .blog-details .blog-grid-header .blog-grid-title span, .blog-details .blog-grid-header .featured-products .blog-grid-title .productView-price span, .productView-price .blog-details .blog-grid-header .featured-products .blog-grid-title span, .featured-products .page-heading .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .page-heading .slide-title, .featured-products .rental-catalog h2 .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .rental-catalog h2 .slide-title, .rental-catalog .featured-products h2 .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .featured-products h2 .slide-title, .featured-products .rental-catalog .modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .rental-catalog .modal-header-title .slide-title, .rental-catalog .featured-products .modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .featured-products .modal-header-title .slide-title, .featured-products .rental-catalog .productView-price span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .rental-catalog .productView-price span .slide-title, .rental-catalog .productView-price .featured-products span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .productView-price .featured-products span .slide-title, .featured-products .productView-price .rental-catalog span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .productView-price .rental-catalog span .slide-title, .productView-price .rental-catalog .featured-products span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-price .rental-catalog .featured-products span .slide-title, .featured-products .product-info-slidebar .cart-heading .slide-title .slide-title, .product-info-slidebar .cart-heading .featured-products .slide-title .slide-title, .featured-products .blog-details .blog-grid-header .blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-products .blog-details .blog-grid-header .blog-grid-title .slide-title, .blog-details .blog-grid-header .featured-products .blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .blog-details .blog-grid-header .featured-products .blog-grid-title .slide-title {
    letter-spacing: -1.17px; }

.featured-products .shg-category-row {
  margin-bottom: 0; }

/*--- [ Why Chooes Us Section ] ---*/
.why-choose-us {
  background-image: url("../../../../../images/stencil/original/image-manager/why-choose-us-bg.jpg");
  background-size: cover;
  color: white; }
  @media screen and (max-width: 1024px) {
    .why-choose-us {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .why-choose-us-inner {
    margin-bottom: 5.8rem;
    margin-top: 4.2rem; }
  .why-choose-us .page-heading, .why-choose-us .rental-catalog h2, .rental-catalog .why-choose-us h2, .why-choose-us .rental-catalog .modal-header-title, .rental-catalog .why-choose-us .modal-header-title, .why-choose-us .rental-catalog .productView-price span, .rental-catalog .productView-price .why-choose-us span, .why-choose-us .productView-price .rental-catalog span, .productView-price .rental-catalog .why-choose-us span, .why-choose-us .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us .slide-title, .why-choose-us .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .why-choose-us .blog-grid-title {
    line-height: normal;
    letter-spacing: -1.17px;
    color: inherit;
    margin-bottom: 6.6rem;
    margin-top: 4rem; }
    @media screen and (max-width: 1024px) {
      .why-choose-us .page-heading, .why-choose-us .rental-catalog h2, .rental-catalog .why-choose-us h2, .why-choose-us .rental-catalog .modal-header-title, .rental-catalog .why-choose-us .modal-header-title, .why-choose-us .rental-catalog .productView-price span, .rental-catalog .productView-price .why-choose-us span, .why-choose-us .productView-price .rental-catalog span, .productView-price .rental-catalog .why-choose-us span, .why-choose-us .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us .slide-title, .why-choose-us .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .why-choose-us .blog-grid-title {
        margin-bottom: 3.2rem;
        margin-top: 0; } }
  .why-choose-us .benefit-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .why-choose-us .benefit-box {
    width: calc(100% / 3);
    border: 0.05rem solid #828282;
    background-color: rgba(21, 21, 21, 0.9);
    border-right: none;
    padding: 6.1rem;
    padding-left: 5.2rem;
    position: relative; }
    @media screen and (max-width: 1280px) {
      .why-choose-us .benefit-box {
        padding: 3.2rem; } }
    @media screen and (max-width: 1024px) {
      .why-choose-us .benefit-box {
        padding: 4rem; } }
    .why-choose-us .benefit-box:last-child {
      border-right: 0.05rem solid #828282; }
    .why-choose-us .benefit-box .icon {
      width: 4rem;
      height: 4rem;
      background-color: #b61616;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%); }
      .why-choose-us .benefit-box .icon svg {
        width: 1.2rem;
        height: 1rem; }
    .why-choose-us .benefit-box h2, .why-choose-us .benefit-box .modal-header-title, .why-choose-us .benefit-box .productView-price span, .productView-price .why-choose-us .benefit-box span, .why-choose-us .benefit-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us .benefit-box .slide-title {
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize;
      color: inherit;
      margin-top: 0;
      margin-bottom: 1.5rem; }
    .why-choose-us .benefit-box p {
      margin-bottom: 2.6rem; }
      @media screen and (max-width: 1024px) {
        .why-choose-us .benefit-box p {
          margin-bottom: 1.6rem;
          font-size: 1.4rem; } }
    .why-choose-us .benefit-box .link, .why-choose-us .benefit-box .form-actions a.forgot-password, .form-actions .why-choose-us .benefit-box a.forgot-password, .why-choose-us .benefit-box body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us .benefit-box .c-link, .why-choose-us .benefit-box .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us .benefit-box .veiw-product, .why-choose-us .benefit-box .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us .benefit-box .prd-product-link {
      color: inherit;
      margin-bottom: .7rem;
      display: inline-block; }
      .why-choose-us .benefit-box .link:hover, .why-choose-us .benefit-box .form-actions a.forgot-password:hover, .form-actions .why-choose-us .benefit-box a.forgot-password:hover, .why-choose-us .benefit-box body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us .benefit-box .c-link:hover, .why-choose-us .benefit-box .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us .benefit-box .veiw-product:hover, .why-choose-us .benefit-box .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us .benefit-box .prd-product-link:hover {
        color: #b61616; }

/*--- [ Testimonials Section ] ---*/
.testimonials {
  padding-left: calc((100vw - 154rem) / 2);
  /*--- [ Slider Settings ] ---*/ }
  @media (max-width: 1600px) {
    .testimonials {
      padding-left: 3rem; } }
  @media screen and (max-width: 1024px) {
    .testimonials {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .testimonials .page-heading, .testimonials .rental-catalog h2, .rental-catalog .testimonials h2, .testimonials .rental-catalog .modal-header-title, .rental-catalog .testimonials .modal-header-title, .testimonials .rental-catalog .productView-price span, .rental-catalog .productView-price .testimonials span, .testimonials .productView-price .rental-catalog span, .productView-price .rental-catalog .testimonials span, .testimonials .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials .slide-title, .testimonials .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .testimonials .blog-grid-title {
    margin-bottom: 4.4rem; }
    @media screen and (max-width: 1024px) {
      .testimonials .page-heading, .testimonials .rental-catalog h2, .rental-catalog .testimonials h2, .testimonials .rental-catalog .modal-header-title, .rental-catalog .testimonials .modal-header-title, .testimonials .rental-catalog .productView-price span, .rental-catalog .productView-price .testimonials span, .testimonials .productView-price .rental-catalog span, .productView-price .rental-catalog .testimonials span, .testimonials .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials .slide-title, .testimonials .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .testimonials .blog-grid-title {
        margin-bottom: 2rem;
        text-align: center !important; } }
  .testimonials .testimonial {
    background-color: #FCF9F9;
    padding: 2.5rem 4.1rem 3.8rem 5.1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .testimonials .testimonial {
        padding: 2.4rem; } }
    .testimonials .testimonial .icon {
      width: 11rem;
      height: 1.5rem; }
    .testimonials .testimonial h4 {
      font-weight: 700;
      line-height: normal;
      margin-bottom: 1.1rem;
      margin-top: 2rem; }
    .testimonials .testimonial p {
      color: #707070; }
    .testimonials .testimonial .author {
      padding-top: 1.4rem;
      border-top: 0.1rem solid #E0E0E0;
      margin-top: auto; }
      .testimonials .testimonial .author h6 {
        letter-spacing: 0.8px;
        text-transform: uppercase;
        line-height: 1.4;
        font-weight: 600;
        margin: 0; }
  .testimonials .slick-arrow {
    top: -4rem;
    transform: translateY(-100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: calc((100vw - 154rem) / 2);
    left: auto; }
    @media (max-width: 1600px) {
      .testimonials .slick-arrow {
        right: 3rem; } }
  .testimonials .slick-prev {
    transform: translate(-100%, -100%); }
  .testimonials .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: wrap;
    justify-content: wrap; }
  .testimonials .slick-slide {
    width: 49.3rem;
    margin-right: 3.1rem;
    padding: 0;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .testimonials .slick-slide {
        margin-right: 0; } }

/*---- [ Sogun Page Builder ] ----*/
/*--- [ Hero Carousel] ---*/
.heroCarousel.shg-c {
  margin-bottom: 0; }

.heroCarousel .shg-sld {
  position: relative; }

.heroCarousel .shg-sld-slides-padded {
  padding: 0; }

.heroCarousel .shg-sld-nav-button {
  z-index: 99;
  width: 4.1rem;
  height: 4.1rem !important; }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-nav-button {
      width: 2.136vw;
      height: 2.136vw !important;
      left: calc((100vw - 80.208vw) / 2) !important;
      bottom: 2.76vw;
      min-height: 2.136vw;
      min-width: 2.136vw; } }
  @media (max-width: 1600px) {
    .heroCarousel .shg-sld-nav-button {
      left: 8rem !important; } }
  @media screen and (max-width: 1024px) {
    .heroCarousel .shg-sld-nav-button {
      display: none; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-nav-button.shg-sld-right {
      margin-left: 2.137vw; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-nav-button::before {
      width: 0.47vw;
      height: 0.79vw; } }

.heroCarousel .shogun-image {
  object-fit: cover; }

@media screen and (min-width: 1025px) {
  .heroCarousel .shogun-image-container {
    min-height: 26.094vw;
    aspect-ratio: 3840/1002 !important; } }

@media screen and (max-width: 1024px) {
  .heroCarousel .shogun-image-container {
    min-height: auto; } }

.heroCarousel .shogun-image-container .shg-image-content-wrapper {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .heroCarousel .shogun-image-container .shg-image-content-wrapper {
      min-height: 26.094vw;
      aspect-ratio: 3840/1002 !important; } }
  @media screen and (max-width: 1440px) {
    .heroCarousel .shogun-image-container .shg-image-content-wrapper {
      aspect-ratio: 3840/1002 !important; } }

@media screen and (max-width: 1024px) {
  .heroCarousel .heroCarousel-title {
    font-size: 3.2rem; } }

.heroCarousel .heroCarousel-title h2, .heroCarousel .heroCarousel-title .modal-header-title, .heroCarousel .heroCarousel-title .productView-price span, .productView-price .heroCarousel .heroCarousel-title span, .heroCarousel .heroCarousel-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .heroCarousel .heroCarousel-title .slide-title {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-align: left !important;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .heroCarousel .heroCarousel-title h2, .heroCarousel .heroCarousel-title .modal-header-title, .heroCarousel .heroCarousel-title .productView-price span, .productView-price .heroCarousel .heroCarousel-title span, .heroCarousel .heroCarousel-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .heroCarousel .heroCarousel-title .slide-title {
      font-size: 2.34vw !important;
      max-width: 30vw; } }

@media screen and (max-width: 1024px) {
  .heroCarousel .heroCarousel-action {
    margin-top: 3rem; } }

@media screen and (max-width: 1024px) {
  .heroCarousel .shg-image-content-wrapper {
    height: auto !important; } }

@media screen and (max-width: 1024px) {
  .heroCarousel .shg-image-content-wrapper img {
    position: relative !important;
    min-height: 55vw;
    object-fit: cover;
    object-position: right; } }

.heroCarousel .shg-image-content-wrapper .shogun-image-link {
  max-width: 100%; }

.heroCarousel .shg-image-content-wrapper {
  position: relative; }
  @media screen and (min-width: 1025px) {
    .heroCarousel .shg-image-content-wrapper::before {
      content: "";
      position: absolute;
      width: 100%;
      max-width: 82.5rem;
      height: 100%;
      left: 50%;
      transform: translateX(calc(-100% + 19.2rem));
      background: linear-gradient(90deg, #151515 31.86%, rgba(21, 21, 21, 0) 77.11%);
      z-index: 1;
      top: 0; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-image-content-wrapper::before {
      max-width: 42.969vw;
      left: 49.5vw;
      transform: translateX(calc(-100% + -7vw)); } }
  @media screen and (min-width: 1025px) {
    .heroCarousel .shg-image-content-wrapper::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      opacity: 0.7;
      background: linear-gradient(90deg, #151515 3.49%, rgba(21, 21, 21, 0) 77.11%);
      z-index: 1;
      top: 0;
      pointer-events: none; } }

.heroCarousel .shogun-image-content {
  overflow: visible; }
  @media (max-width: 1600px) {
    .heroCarousel .shogun-image-content {
      padding-left: 8rem; } }
  @media screen and (max-width: 1024px) {
    .heroCarousel .shogun-image-content {
      position: relative;
      background-color: #151515;
      padding: 4rem 3rem 13rem;
      width: 100%;
      clip-path: none; } }

.heroCarousel .shg-sld-dots {
  bottom: 50%;
  transform: translate(calc(-100% - 6.3rem), 50%);
  left: calc((100vw - 154rem) / 2);
  right: auto;
  margin-right: 4.85rem;
  width: auto;
  position: absolute; }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-dots {
      left: calc((100vw - 80.208vw) / 2);
      margin-right: 2.526vw;
      transform: translate(calc(-100% - 3.281vw), 50%); } }
  @media (max-width: 1600px) {
    .heroCarousel .shg-sld-dots {
      left: 3rem;
      transform: translate(0, 50%);
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .heroCarousel .shg-sld-dots {
      bottom: 4rem;
      transform: none;
      right: 0;
      left: 0;
      margin-right: 0;
      text-align: left;
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-dots .shg-sld-dot {
      height: 1.198vw;
      padding-left: 0.78vw; } }
  @media (min-width: 1025px) {
    .heroCarousel .shg-sld-dots .shg-sld-dot::before {
      font-size: 0.85vw; } }

/*--- [Home Products Page Slider ] ---*/
@media screen and (max-width: 1024px) {
  .shg-category-grid .slick-list {
    margin-left: -1rem;
    margin-right: -1rem; } }

.shg-category-grid .shg-category-col {
  width: 36rem;
  margin-right: 3.3rem;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .shg-category-grid .shg-category-col {
      margin-right: 0;
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

.shg-category-grid .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .shg-category-grid .slick-track .slick-slide {
    height: auto;
    flex: none; }

.shg-category-grid .shg-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%; }
  .shg-category-grid .shg-product .shg-product-atc-btn-wrapper {
    margin-top: auto; }

@media (max-width: 1600px) {
  .categorySection .container, .categorySection .banners .banner, .banners .categorySection .banner, .categorySection .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .categorySection .benefit-boxes {
    padding: 0 !important; } }

/*--- [ Featured Boxes ] ---*/
.featured-boxes.shg-c {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 1024px) {
    .featured-boxes.shg-c .shg-c-sm-4 {
      width: 100% !important; } }
  .featured-boxes.shg-c .button--primary, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button, .featured-boxes.shg-c .product-info-slidebar .cart-button, .product-info-slidebar .featured-boxes.shg-c .cart-button {
    position: relative; }
    .featured-boxes.shg-c .button--primary::after, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button::after, .featured-boxes.shg-c .product-info-slidebar .cart-button::after, .product-info-slidebar .featured-boxes.shg-c .cart-button::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70605 0.373657L6.21033 4.87793L1.70605 9.3822L0.079709 7.75585L2.95763 4.87793L0.0797092 2L1.70605 0.373657Z' fill='%23B61616'/%3E%3C/svg%3E");
      width: .7rem;
      height: 1rem;
      background-size: 100% auto;
      display: inline-block;
      margin-left: .8rem;
      opacity: 0;
      transition: all 0.4s linear;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .featured-boxes.shg-c .button--primary:hover, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button:hover, .featured-boxes.shg-c .product-info-slidebar .cart-button:hover, .product-info-slidebar .featured-boxes.shg-c .cart-button:hover, .featured-boxes.shg-c .button--primary:focus, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button:focus, .featured-boxes.shg-c .product-info-slidebar .cart-button:focus, .product-info-slidebar .featured-boxes.shg-c .cart-button:focus {
      border-color: white; }
      .featured-boxes.shg-c .button--primary:hover::after, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button:hover::after, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button:hover::after, .featured-boxes.shg-c .product-info-slidebar .cart-button:hover::after, .product-info-slidebar .featured-boxes.shg-c .cart-button:hover::after, .featured-boxes.shg-c .button--primary:focus::after, .featured-boxes.shg-c .sell-your-gear-form-new .form-submit-button:focus::after, .sell-your-gear-form-new .featured-boxes.shg-c .form-submit-button:focus::after, .featured-boxes.shg-c .product-info-slidebar .cart-button:focus::after, .product-info-slidebar .featured-boxes.shg-c .cart-button:focus::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70605 0.373657L6.21033 4.87793L1.70605 9.3822L0.079709 7.75585L2.95763 4.87793L0.0797092 2L1.70605 0.373657Z' fill='%23B61616'/%3E%3C/svg%3E");
        opacity: 1; }

.featured-boxes .featured-box.shg-box {
  padding: 0; }
  .featured-boxes .featured-box.shg-box .shg-box-content h2, .featured-boxes .featured-box.shg-box .shg-box-content .modal-header-title, .featured-boxes .featured-box.shg-box .shg-box-content .productView-price span, .productView-price .featured-boxes .featured-box.shg-box .shg-box-content span, .featured-boxes .featured-box.shg-box .shg-box-content .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-boxes .featured-box.shg-box .shg-box-content .slide-title {
    font-weight: 700 !important; }

.featured-section .shg-row {
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .featured-section .shg-row {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; } }
  @media screen and (max-width: 1024px) {
    .featured-section .shg-row .shg-c-sm-6 {
      width: 100% !important; } }
  .featured-section .shg-row .shg-c-sm-6 .shg-image-content-wrapper {
    object-fit: cover;
    height: 100% !important;
    width: 100%; }
  .featured-section .shg-row .shg-c-sm-6 .shg-sld-content {
    position: static; }
    @media screen and (max-width: 1024px) {
      .featured-section .shg-row .shg-c-sm-6 .shg-sld-content {
        text-align: center; } }
  .featured-section .shg-row .shg-sld-nav-button {
    background-color: white !important;
    width: 4.1rem;
    height: 4.1rem !important;
    left: 13.2rem !important;
    bottom: 6.8rem; }
    @media screen and (max-width: 1440px) {
      .featured-section .shg-row .shg-sld-nav-button {
        left: 8rem !important; } }
    @media screen and (max-width: 1024px) {
      .featured-section .shg-row .shg-sld-nav-button {
        display: none; } }
    .featured-section .shg-row .shg-sld-nav-button.shg-sld-left::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23151515'/%3E%3C/svg%3E"); }
    .featured-section .shg-row .shg-sld-nav-button.shg-sld-left:hover::before, .featured-section .shg-row .shg-sld-nav-button.shg-sld-left:focus::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }
    .featured-section .shg-row .shg-sld-nav-button.shg-sld-right::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23151515'/%3E%3C/svg%3E"); }
    .featured-section .shg-row .shg-sld-nav-button.shg-sld-right:hover::before, .featured-section .shg-row .shg-sld-nav-button.shg-sld-right:focus::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }

@media screen and (max-width: 1024px) {
  .featured-section .shg-sld-dots {
    margin-top: 3rem; } }

@media screen and (min-width: 1025px) {
  .featured-section .shg-sld-dots {
    bottom: 50%;
    transform: translate(0, 50%);
    left: 3.1rem;
    right: auto;
    margin-right: 4.85rem;
    width: auto;
    position: absolute; } }

@media screen and (max-width: 1024px) {
  .featured-section .shg-sld-dots .shg-sld-dot.shg-sld-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23151515'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E"); } }

@media screen and (min-width: 1025px) {
  .featured-section .shg-sld-dots .shg-sld-dot.shg-sld-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='23' viewBox='0 0 12 23' fill='none'%3E%3Cpath d='M11.8655 0.988256C11.8655 1.53759 11.426 1.97705 10.8767 1.97705L0.988793 1.97705C0.439463 1.97705 -1.92096e-08 1.53759 -4.32216e-08 0.988257C-6.72335e-08 0.438927 0.439463 -0.000523645 0.988792 -0.000523669L10.8767 -0.000524102C11.426 -0.000524126 11.8655 0.438927 11.8655 0.988256Z' fill='%23151515'/%3E%3Cpath d='M11.8649 7.83689C11.8649 8.38622 11.4254 8.82568 10.8761 8.82568L5.93215 8.82568C5.38282 8.82568 4.94336 8.38622 4.94336 7.83689C4.94336 7.28756 5.38282 6.8481 5.93215 6.8481L10.8761 6.8481C11.4254 6.8481 11.8649 7.28756 11.8649 7.83689Z' fill='%23828282'/%3E%3Cpath d='M11.8649 14.7036C11.8649 15.2529 11.4254 15.6924 10.8761 15.6924L5.93215 15.6924C5.38282 15.6924 4.94336 15.2529 4.94336 14.7036C4.94336 14.1543 5.38282 13.7148 5.93215 13.7148L10.8761 13.7148C11.4254 13.7148 11.8649 14.1543 11.8649 14.7036Z' fill='%23828282'/%3E%3Cpath d='M11.8649 21.5698C11.8649 22.1191 11.4254 22.5586 10.8761 22.5586L5.93215 22.5586C5.38282 22.5586 4.94336 22.1191 4.94336 21.5698C4.94336 21.0205 5.38282 20.581 5.93215 20.581L10.8761 20.581C11.4254 20.581 11.8649 21.0205 11.8649 21.5698Z' fill='%23828282'/%3E%3C/svg%3E"); } }

@media screen and (max-width: 1024px) {
  .featured-section .shg-sld-dots .shg-sld-dot.shg-sld-active::before {
    color: #151515; } }

@media screen and (min-width: 1025px) {
  .featured-section .shg-sld-dots .shg-sld-dot.shg-sld-active::before {
    color: #151515; } }

@media screen and (min-width: 1025px) {
  .featured-section .shg-sld-dots .shg-sld-dot:last-child {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M11.8655 0.988751C11.8655 1.53808 11.426 1.97754 10.8767 1.97754L0.988793 1.97754C0.439463 1.97754 -1.92093e-08 1.53808 -4.32213e-08 0.988752C-6.72332e-08 0.439423 0.439463 -4.23385e-05 0.988793 -4.23625e-05L10.8767 -4.27947e-05C11.426 -4.28187e-05 11.8655 0.439422 11.8655 0.988751Z' fill='%23828282'/%3E%3C/svg%3E"); } }

@media screen and (max-width: 1024px) {
  .featured-section .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23151515'/%3E%3C/svg%3E"); } }

@media screen and (min-width: 1025px) {
  .featured-section .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M11.8655 0.988751C11.8655 1.53808 11.426 1.97754 10.8767 1.97754L0.988793 1.97754C0.439463 1.97754 -1.92093e-08 1.53808 -4.32213e-08 0.988752C-6.72332e-08 0.439423 0.439463 -4.23385e-05 0.988793 -4.23625e-05L10.8767 -4.27947e-05C11.426 -4.28187e-05 11.8655 0.439422 11.8655 0.988751Z' fill='%23151515'/%3E%3C/svg%3E"); } }

.featured-section .shg-c-lg-6 .content-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .featured-section .shg-c-lg-6 .content-block h2, .featured-section .shg-c-lg-6 .content-block .modal-header-title, .featured-section .shg-c-lg-6 .content-block .productView-price span, .productView-price .featured-section .shg-c-lg-6 .content-block span, .featured-section .shg-c-lg-6 .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .shg-c-lg-6 .content-block .slide-title {
    font-weight: 700 !important;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .featured-section .shg-c-lg-6 .content-block h2, .featured-section .shg-c-lg-6 .content-block .modal-header-title, .featured-section .shg-c-lg-6 .content-block .productView-price span, .productView-price .featured-section .shg-c-lg-6 .content-block span, .featured-section .shg-c-lg-6 .content-block .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .featured-section .shg-c-lg-6 .content-block .slide-title {
        text-align: center; } }
  .featured-section .shg-c-lg-6 .content-block .shg-sld-slides-padded {
    padding: 0; }

@media screen and (min-width: 1025px) {
  .featured-section .shg-c-lg-6 .image-block {
    min-height: 50rem; } }

/*--- [ Classes & Education ] ---*/
@media screen and (max-width: 1024px) {
  .classes-education.shg-box .shg-c-xs-12 {
    width: 100% !important; } }

@media screen and (max-width: 1024px) {
  .classes-education.shg-box .image-block {
    max-width: 100% !important; } }

@media screen and (max-width: 1024px) {
  .classes-education.shg-box .classes-education-left {
    margin-bottom: 4rem; } }

.classes-education.shg-box .classes-education-left h2, .classes-education.shg-box .classes-education-left .modal-header-title, .classes-education.shg-box .classes-education-left .productView-price span, .productView-price .classes-education.shg-box .classes-education-left span, .classes-education.shg-box .classes-education-left .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .classes-education.shg-box .classes-education-left .slide-title {
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -1.3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7rem; }
  @media screen and (max-width: 1024px) {
    .classes-education.shg-box .classes-education-left h2, .classes-education.shg-box .classes-education-left .modal-header-title, .classes-education.shg-box .classes-education-left .productView-price span, .productView-price .classes-education.shg-box .classes-education-left span, .classes-education.shg-box .classes-education-left .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .classes-education.shg-box .classes-education-left .slide-title {
      margin-bottom: 2rem; } }

.classes-education.shg-box .classes-education-left p {
  max-width: 32.3rem;
  color: #707070;
  margin-bottom: 2.3rem; }
  @media screen and (max-width: 1024px) {
    .classes-education.shg-box .classes-education-left p {
      margin-bottom: 2rem; } }

.classes-education.shg-box .classes-education-left ul {
  list-style: none;
  margin: 0;
  margin-bottom: 3.6rem; }
  @media screen and (max-width: 1024px) {
    .classes-education.shg-box .classes-education-left ul {
      margin-bottom: 2rem; } }
  .classes-education.shg-box .classes-education-left ul li {
    font-weight: 600;
    margin-bottom: 1.7rem; }
    .classes-education.shg-box .classes-education-left ul li::before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1_795)'%3E%3Cpath d='M9.53551 0.111023L9.04026 0.605773L6.81276 2.83327L4.58551 5.06052L4.40876 5.23727L3.96951 4.79802L2.69652 3.52527L2.46402 3.29277L0.166016 5.59077L0.398266 5.82327L1.67152 7.09627L2.11077 7.53577H2.11052L4.40876 9.83352L6.70676 7.53577L6.88351 7.35902L9.11101 5.13127L11.3383 2.90402L11.8335 2.40902L9.53551 0.111023Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_795'%3E%3Crect width='12' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      background-size: 100%;
      width: 1.2rem;
      height: 1rem;
      display: inline-block;
      margin-right: 1.3rem; }
    .classes-education.shg-box .classes-education-left ul li:last-child {
      margin-bottom: 0; }

.classes-education.shg-box .classes-education-right {
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .classes-education.shg-box .classes-education-right .shg-c-lg-4:last-child .classes-block {
      margin-bottom: 0; } }
  .classes-education.shg-box .classes-education-right .classes-block {
    padding: 0;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .classes-education.shg-box .classes-education-right .classes-block {
        margin-bottom: 4rem; } }
    .classes-education.shg-box .classes-education-right .classes-block .image-block {
      aspect-ratio: 6/5 !important; }
      .classes-education.shg-box .classes-education-right .classes-block .image-block img {
        object-fit: cover; }
    .classes-education.shg-box .classes-education-right .classes-block .content-block {
      padding-top: 2.4rem; }
    .classes-education.shg-box .classes-education-right .classes-block h4 {
      font-weight: 700 !important;
      margin-top: 2.4rem; }
      @media screen and (max-width: 1024px) {
        .classes-education.shg-box .classes-education-right .classes-block h4 {
          margin-top: 2rem;
          margin-bottom: 2rem; } }
      .classes-education.shg-box .classes-education-right .classes-block h4 a, .classes-education.shg-box .classes-education-right .classes-block h4 .link, .classes-education.shg-box .classes-education-right .classes-block h4 body:not(.page-home) .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block h4 .c-link, .classes-education.shg-box .classes-education-right .classes-block h4 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block h4 .veiw-product, .classes-education.shg-box .classes-education-right .classes-block h4 .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block h4 .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block h4 .all-link {
        color: inherit; }
        .classes-education.shg-box .classes-education-right .classes-block h4 a:hover, .classes-education.shg-box .classes-education-right .classes-block h4 .link:hover, .classes-education.shg-box .classes-education-right .classes-block h4 body:not(.page-home) .c-link:hover, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block h4 .c-link:hover, .classes-education.shg-box .classes-education-right .classes-block h4 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block h4 .veiw-product:hover, .classes-education.shg-box .classes-education-right .classes-block h4 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block h4 .prd-product-link:hover, .classes-education.shg-box .classes-education-right .classes-block h4 .all-link:hover {
          color: #b61616; }
    .classes-education.shg-box .classes-education-right .classes-block p {
      color: #707070;
      margin-bottom: 1.6rem; }
      @media screen and (max-width: 1024px) {
        .classes-education.shg-box .classes-education-right .classes-block p {
          margin-bottom: 2rem; } }
    .classes-education.shg-box .classes-education-right .classes-block .link::after, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password::after, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password::after, .classes-education.shg-box .classes-education-right .classes-block .form-actions .forgot-password.all-link::after, .form-actions .classes-education.shg-box .classes-education-right .classes-block .forgot-password.all-link::after, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link::after, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link::after, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product::after, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product::after, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link::after, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link::after, .classes-education.shg-box .classes-education-right .classes-block .link::before, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password::before, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password::before, .classes-education.shg-box .classes-education-right .classes-block .form-actions .forgot-password.all-link::before, .form-actions .classes-education.shg-box .classes-education-right .classes-block .forgot-password.all-link::before, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link::before, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link::before, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product::before, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product::before, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link::before, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link::before {
      display: none !important; }
    .classes-education.shg-box .classes-education-right .classes-block .link a, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password a, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password a, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link a, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link a, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product a, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product a, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link a, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link a, .classes-education.shg-box .classes-education-right .classes-block .link .link, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .link, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .link, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .link, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .link, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .link, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .link, .classes-education.shg-box .classes-education-right .classes-block .link body:not(.page-home) .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .link .c-link, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password body:not(.page-home) .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .c-link, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password body:not(.page-home) .c-link, body:not(.page-home) .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .c-link, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .c-link, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product body:not(.page-home) .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .c-link, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product body:not(.page-home) .c-link, body:not(.page-home) .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .c-link, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link body:not(.page-home) .c-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .c-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link body:not(.page-home) .c-link, body:not(.page-home) .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .c-link, .classes-education.shg-box .classes-education-right .classes-block .link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .link .veiw-product, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .veiw-product, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .veiw-product, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .veiw-product, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .veiw-product, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .veiw-product, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .veiw-product, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .veiw-product, .classes-education.shg-box .classes-education-right .classes-block .link .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .link .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .prd-product-link, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .product-info-slidebar .prd-product-link, .product-info-slidebar .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .prd-product-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .product-info-slidebar .prd-product-link, .product-info-slidebar body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .product-info-slidebar .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .prd-product-link, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .product-info-slidebar .prd-product-link, .product-info-slidebar .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .prd-product-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .prd-product-link, .classes-education.shg-box .classes-education-right .classes-block .link .all-link, .classes-education.shg-box .classes-education-right .classes-block .form-actions a.forgot-password .all-link, .form-actions .classes-education.shg-box .classes-education-right .classes-block a.forgot-password .all-link, .classes-education.shg-box .classes-education-right .classes-block body:not(.page-home) .c-link .all-link, body:not(.page-home) .classes-education.shg-box .classes-education-right .classes-block .c-link .all-link, .classes-education.shg-box .classes-education-right .classes-block .rental-catalog .section .sub-section--label .veiw-product .all-link, .rental-catalog .section .sub-section--label .classes-education.shg-box .classes-education-right .classes-block .veiw-product .all-link, .classes-education.shg-box .classes-education-right .classes-block .product-info-slidebar .prd-product-link .all-link, .product-info-slidebar .classes-education.shg-box .classes-education-right .classes-block .prd-product-link .all-link {
      text-decoration: underline !important;
      color: inherit !important; }

/*--- [ Why Choose US ] ---*/
@media screen and (max-width: 1024px) {
  .why-choose-us.shg-box .benefit-boxes {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 1024px) {
  .why-choose-us.shg-box .shg-c-lg-4 {
    width: 100% !important; } }

@media screen and (max-width: 1024px) {
  .why-choose-us.shg-box .shg-c-lg-4:last-child .benefit-box {
    border-bottom: 0.05rem solid #828282 !important; } }

.why-choose-us.shg-box .benefit-box {
  border: 0.05rem solid #828282 !important;
  border-right: none !important; }
  @media screen and (min-width: 1025px) {
    .why-choose-us.shg-box .benefit-box {
      margin-bottom: 5.8rem; } }
  @media screen and (max-width: 1024px) {
    .why-choose-us.shg-box .benefit-box {
      border-right: 0.05rem solid #828282 !important;
      border-bottom: none !important; } }
  .why-choose-us.shg-box .benefit-box .shg-box-content {
    position: static; }
  .why-choose-us.shg-box .benefit-box h2, .why-choose-us.shg-box .benefit-box .modal-header-title, .why-choose-us.shg-box .benefit-box .productView-price span, .productView-price .why-choose-us.shg-box .benefit-box span, .why-choose-us.shg-box .benefit-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us.shg-box .benefit-box .slide-title,
  .why-choose-us.shg-box .benefit-box p {
    color: inherit !important; }
  .why-choose-us.shg-box .benefit-box .shogun-icon {
    width: 4rem;
    height: 4rem;
    background-color: #b61616;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%); }
    .why-choose-us.shg-box .benefit-box .shogun-icon svg {
      width: 1.2rem;
      height: 1rem; }
  .why-choose-us.shg-box .benefit-box h2, .why-choose-us.shg-box .benefit-box .modal-header-title, .why-choose-us.shg-box .benefit-box .productView-price span, .productView-price .why-choose-us.shg-box .benefit-box span, .why-choose-us.shg-box .benefit-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us.shg-box .benefit-box .slide-title {
    font-weight: 500 !important;
    line-height: normal !important;
    text-transform: capitalize;
    color: inherit;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: "Jost", Arial, Helvetica, sans-serif !important; }
    @media screen and (max-width: 1024px) {
      .why-choose-us.shg-box .benefit-box h2, .why-choose-us.shg-box .benefit-box .modal-header-title, .why-choose-us.shg-box .benefit-box .productView-price span, .productView-price .why-choose-us.shg-box .benefit-box span, .why-choose-us.shg-box .benefit-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .why-choose-us.shg-box .benefit-box .slide-title {
        font-size: 2.2rem !important; } }
  .why-choose-us.shg-box .benefit-box p {
    margin-bottom: 2.6rem;
    color: #E0E0E0 !important;
    line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .why-choose-us.shg-box .benefit-box p {
        margin-bottom: 1.6rem;
        font-size: 1.2rem; } }
  .why-choose-us.shg-box .benefit-box .link, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link {
    margin-bottom: 0 !important;
    color: inherit;
    margin-bottom: .7rem;
    display: inline-block; }
    .why-choose-us.shg-box .benefit-box .link a, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password a, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password a, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link a, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link a, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product a, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product a, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link a, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link a, .why-choose-us.shg-box .benefit-box .link .link, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .link, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .link, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .link, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .link, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .link, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .link, .why-choose-us.shg-box .benefit-box .link body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .link .c-link, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .c-link, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password body:not(.page-home) .c-link, body:not(.page-home) .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .c-link, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .c-link, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .c-link, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product body:not(.page-home) .c-link, body:not(.page-home) .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .c-link, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link body:not(.page-home) .c-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .c-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link body:not(.page-home) .c-link, body:not(.page-home) .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .c-link, .why-choose-us.shg-box .benefit-box .link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .link .veiw-product, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .veiw-product, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .veiw-product, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .veiw-product, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .veiw-product, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .veiw-product, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .veiw-product, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .veiw-product, .why-choose-us.shg-box .benefit-box .link .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .link .prd-product-link, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .prd-product-link, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .product-info-slidebar .prd-product-link, .product-info-slidebar .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .prd-product-link, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .prd-product-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .product-info-slidebar .prd-product-link, .product-info-slidebar body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .prd-product-link, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .product-info-slidebar .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .prd-product-link, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .product-info-slidebar .prd-product-link, .product-info-slidebar .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .prd-product-link, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .prd-product-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .prd-product-link, .why-choose-us.shg-box .benefit-box .link .all-link, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .all-link, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .all-link, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .all-link, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .all-link, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .all-link, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .all-link, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .all-link, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .all-link {
      color: inherit !important;
      text-decoration: inherit !important;
      font-size: inherit !important; }
      .why-choose-us.shg-box .benefit-box .link a:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password a:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password a:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link a:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link a:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product a:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product a:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link a:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link a:hover, .why-choose-us.shg-box .benefit-box .link .link:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .link:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .link:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .link:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .link:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .link:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .link:hover, .why-choose-us.shg-box .benefit-box .link body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .link .c-link:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .c-link:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password body:not(.page-home) .c-link:hover, body:not(.page-home) .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .c-link:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .c-link:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .c-link:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product body:not(.page-home) .c-link:hover, body:not(.page-home) .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .c-link:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .c-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link body:not(.page-home) .c-link:hover, body:not(.page-home) .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .c-link:hover, .why-choose-us.shg-box .benefit-box .link .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .link .veiw-product:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .veiw-product:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .veiw-product:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .veiw-product:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .veiw-product:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .veiw-product:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .veiw-product:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .veiw-product:hover, .why-choose-us.shg-box .benefit-box .link .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .link .prd-product-link:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .prd-product-link:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .prd-product-link:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .prd-product-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .product-info-slidebar .prd-product-link:hover, .product-info-slidebar body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .prd-product-link:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .prd-product-link:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .prd-product-link:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .prd-product-link:hover, .why-choose-us.shg-box .benefit-box .link .all-link:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password .all-link:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password .all-link:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link .all-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link .all-link:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product .all-link:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product .all-link:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link .all-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link .all-link:hover {
        text-decoration: inherit !important; }
    .why-choose-us.shg-box .benefit-box .link:hover, .why-choose-us.shg-box .benefit-box .form-actions a.forgot-password:hover, .form-actions .why-choose-us.shg-box .benefit-box a.forgot-password:hover, .why-choose-us.shg-box .benefit-box body:not(.page-home) .c-link:hover, body:not(.page-home) .why-choose-us.shg-box .benefit-box .c-link:hover, .why-choose-us.shg-box .benefit-box .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .why-choose-us.shg-box .benefit-box .veiw-product:hover, .why-choose-us.shg-box .benefit-box .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .why-choose-us.shg-box .benefit-box .prd-product-link:hover {
      color: #b61616; }

.why-choose-us.shg-box .shg-c-lg-4:last-child .benefit-box {
  border-right: 0.05rem solid #828282 !important; }

/*--- [ Testimonial ] ---*/
.testimonials.shg-box .page-heading, .testimonials.shg-box .rental-catalog h2, .rental-catalog .testimonials.shg-box h2, .testimonials.shg-box .rental-catalog .modal-header-title, .rental-catalog .testimonials.shg-box .modal-header-title, .testimonials.shg-box .rental-catalog .productView-price span, .rental-catalog .productView-price .testimonials.shg-box span, .testimonials.shg-box .productView-price .rental-catalog span, .productView-price .rental-catalog .testimonials.shg-box span, .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title, .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title {
  margin-top: 0; }
  .testimonials.shg-box .page-heading h2, .testimonials.shg-box .rental-catalog h2 h2, .rental-catalog .testimonials.shg-box h2 h2, .testimonials.shg-box .rental-catalog .modal-header-title h2, .rental-catalog .testimonials.shg-box .modal-header-title h2, .testimonials.shg-box .rental-catalog .productView-price span h2, .rental-catalog .productView-price .testimonials.shg-box span h2, .testimonials.shg-box .productView-price .rental-catalog span h2, .productView-price .rental-catalog .testimonials.shg-box span h2, .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title h2, .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title h2, .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title h2, .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title h2, .testimonials.shg-box .page-heading .modal-header-title, .testimonials.shg-box .rental-catalog h2 .modal-header-title, .rental-catalog .testimonials.shg-box h2 .modal-header-title, .testimonials.shg-box .rental-catalog .modal-header-title .modal-header-title, .rental-catalog .testimonials.shg-box .modal-header-title .modal-header-title, .testimonials.shg-box .rental-catalog .productView-price span .modal-header-title, .rental-catalog .productView-price .testimonials.shg-box span .modal-header-title, .testimonials.shg-box .productView-price .rental-catalog span .modal-header-title, .productView-price .rental-catalog .testimonials.shg-box span .modal-header-title, .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title .modal-header-title, .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title .modal-header-title, .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title .modal-header-title, .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title .modal-header-title, .testimonials.shg-box .page-heading .productView-price span, .productView-price .testimonials.shg-box .page-heading span, .testimonials.shg-box .rental-catalog h2 .productView-price span, .productView-price .testimonials.shg-box .rental-catalog h2 span, .rental-catalog .testimonials.shg-box h2 .productView-price span, .productView-price .rental-catalog .testimonials.shg-box h2 span, .testimonials.shg-box .rental-catalog .modal-header-title .productView-price span, .productView-price .testimonials.shg-box .rental-catalog .modal-header-title span, .rental-catalog .testimonials.shg-box .modal-header-title .productView-price span, .productView-price .rental-catalog .testimonials.shg-box .modal-header-title span, .testimonials.shg-box .rental-catalog .productView-price span span, .rental-catalog .productView-price .testimonials.shg-box span span, .testimonials.shg-box .productView-price .rental-catalog span span, .productView-price .rental-catalog .testimonials.shg-box span span, .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title .productView-price span, .productView-price .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title span, .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title .productView-price span, .productView-price .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title span, .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title .productView-price span, .productView-price .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title span, .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title .productView-price span, .productView-price .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title span, .testimonials.shg-box .page-heading .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .page-heading .slide-title, .testimonials.shg-box .rental-catalog h2 .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .rental-catalog h2 .slide-title, .rental-catalog .testimonials.shg-box h2 .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .testimonials.shg-box h2 .slide-title, .testimonials.shg-box .rental-catalog .modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .rental-catalog .modal-header-title .slide-title, .rental-catalog .testimonials.shg-box .modal-header-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .testimonials.shg-box .modal-header-title .slide-title, .testimonials.shg-box .rental-catalog .productView-price span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .rental-catalog .productView-price span .slide-title, .rental-catalog .productView-price .testimonials.shg-box span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .productView-price .testimonials.shg-box span .slide-title, .testimonials.shg-box .productView-price .rental-catalog span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .productView-price .rental-catalog span .slide-title, .productView-price .rental-catalog .testimonials.shg-box span .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-price .rental-catalog .testimonials.shg-box span .slide-title, .testimonials.shg-box .product-info-slidebar .cart-heading .slide-title .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .slide-title .slide-title, .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .testimonials.shg-box .blog-details .blog-grid-header .blog-grid-title .slide-title, .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .blog-details .blog-grid-header .testimonials.shg-box .blog-grid-title .slide-title {
    letter-spacing: -1.17px; }

.testimonials.shg-box .testimonials-item {
  background-color: #FCF9F9;
  padding: 4.5rem 4.1rem 3.8rem 5.1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  border: none !important; }
  @media screen and (max-width: 1024px) {
    .testimonials.shg-box .testimonials-item {
      padding: 2.4rem; } }
  .testimonials.shg-box .testimonials-item .icon {
    width: 11rem;
    height: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .testimonials.shg-box .testimonials-item .icon {
        width: 8rem;
        height: 1.1rem; } }
  .testimonials.shg-box .testimonials-item h4 {
    font-weight: 700 !important;
    line-height: normal;
    margin-bottom: 1.1rem !important;
    margin-top: 2rem !important; }
    @media screen and (max-width: 1024px) {
      .testimonials.shg-box .testimonials-item h4 {
        margin-top: 1.6rem !important; } }
  .testimonials.shg-box .testimonials-item p {
    color: #707070; }
  .testimonials.shg-box .testimonials-item .author {
    padding-top: 1.4rem;
    border-top: 0.1rem solid #E0E0E0;
    margin-top: auto; }
    .testimonials.shg-box .testimonials-item .author h6 {
      letter-spacing: 0.8px;
      text-transform: uppercase;
      line-height: 1.4;
      font-weight: 600 !important;
      margin: 0; }
  .testimonials.shg-box .testimonials-item .shg-box-content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }

.template-home h1.page-heading, .template-home .product-info-slidebar .cart-heading h1.slide-title, .product-info-slidebar .cart-heading .template-home h1.slide-title, .template-home .blog-details .blog-grid-header h1.blog-grid-title, .blog-details .blog-grid-header .template-home h1.blog-grid-title,
.template-home ol.breadcrumbs,
.template-home p:empty {
  display: none; }

.template-home .page-content--centered {
  width: 100%;
  padding: 0; }

@media screen and (max-width: 1024px) {
  .template-home .shg-fw {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
    width: auto !important; } }

.heading-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .heading-count h4 {
    margin: 0;
    color: #333;
    position: relative; }
    .heading-count h4::after {
      content: "";
      width: 100%;
      height: .1rem;
      background-color: #E0E0E0;
      position: absolute;
      left: 0;
      bottom: -.5rem; }

.productGrid, .brandGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  row-gap: 2rem; }
  .productGrid .card, .brandGrid .card {
    height: 100%; }

.productGrid .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .productGrid .card-body {
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .productGrid .card-price {
    margin-top: auto;
    color: #151515; }
  .productGrid .card-price .price-section {
    display: inline-block;
    vertical-align: middle; }
  .productGrid .card .productView-priceStock-row {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: .8rem; }
  .productGrid .card .stock-ship {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .productGrid .card .stock {
    color: #00AB54;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .productGrid .card .stock {
        margin-top: 1rem; } }
    .productGrid .card .stock .icon {
      width: 1.5rem;
      height: 1.7rem;
      margin-right: .6rem; }
      .productGrid .card .stock .icon svg {
        fill: none; }
    .productGrid .card .stock.out-of-stock {
      color: #151515;
      font-weight: 400; }
  .productGrid .card .shipment {
    margin-left: 1.5rem; }
  .productGrid .card .shipment {
    color: #222; }
    @media screen and (max-width: 767px) {
      .productGrid .card .shipment {
        margin-top: 1rem; } }
    .productGrid .card .shipment span {
      color: #00AB54;
      font-weight: 600; }
    .productGrid .card .shipment .icon {
      width: 2rem;
      height: 1.3rem;
      margin-right: .6rem; }
      .productGrid .card .shipment .icon svg {
        fill: none; }
  .productGrid .card .financing-available {
    color: #222;
    line-height: 1.2;
    margin-bottom: .9rem; }
    .productGrid .card .financing-available strong {
      font-weight: 700; }
    .productGrid .card .financing-available .icon {
      width: 1.5rem;
      height: 1.5rem;
      margin-left: .6rem; }
      .productGrid .card .financing-available .icon svg {
        fill: none; }

.page-sidebar + .page-content .productGrid {
  margin-left: -1.1rem;
  margin-right: -1.1rem;
  margin-bottom: 4.4rem; }
  @media screen and (max-width: 1024px) {
    .page-sidebar + .page-content .productGrid {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .page-sidebar + .page-content .productGrid .product {
    overflow: visible;
    padding-left: 1.1rem;
    padding-right: 1.1rem; }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .page-sidebar + .page-content .productGrid .product .card:hover {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-body {
        text-align: left; } }
    .page-sidebar + .page-content .productGrid .product .card-figure {
      box-shadow: none; }
      @media screen and (max-width: 1024px) {
        .page-sidebar + .page-content .productGrid .product .card-figure .wishlistbtn {
          top: 1rem;
          right: 1rem; } }
    .page-sidebar + .page-content .productGrid .product .card .sale-flag-side, .page-sidebar + .page-content .productGrid .product .card .sold-out-flag-side {
      top: 1.3rem;
      left: 1.3rem; }
      @media screen and (max-width: 1024px) {
        .page-sidebar + .page-content .productGrid .product .card .sale-flag-side, .page-sidebar + .page-content .productGrid .product .card .sold-out-flag-side {
          top: 1rem;
          left: 1rem; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-compare {
        margin-top: 1.3rem;
        margin-bottom: .3rem; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-price {
        font-size: 1.2rem; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-price span {
        font-size: 1.4rem; } }
    .page-sidebar + .page-content .productGrid .product .card-price .price-section.rrp-price--withoutTax .price {
      font-size: inherit; }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-price .price-section--saving {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-description {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-sku-rating {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card .financing-available {
        margin-bottom: .3rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 375px) {
      .page-sidebar + .page-content .productGrid .product .card .financing-available .icon {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: .3rem; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card .productView-priceStock-row {
        margin-bottom: 1.3rem;
        margin-top: 1.3rem; } }
    @media screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product .card .stock-ship {
        flex-direction: column;
        -webkit-flex-direction: column; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card .stock-ship .stock {
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product .card .stock-ship .shipment {
        margin-left: 0; } }
    @media screen and (max-width: 1024px) {
      .page-sidebar + .page-content .productGrid .product .card-action .button, .page-sidebar + .page-content .productGrid .product .card-action #consent-manager button, #consent-manager .page-sidebar + .page-content .productGrid .product .card-action button, .page-sidebar + .page-content .productGrid .product .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .page-sidebar + .page-content .productGrid .product .card-action .form-submit-button, .page-sidebar + .page-content .productGrid .product .card-action .product-info-slidebar .cart-button, .product-info-slidebar .page-sidebar + .page-content .productGrid .product .card-action .cart-button {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product .card-action .button, .page-sidebar + .page-content .productGrid .product .card-action #consent-manager button, #consent-manager .page-sidebar + .page-content .productGrid .product .card-action button, .page-sidebar + .page-content .productGrid .product .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .page-sidebar + .page-content .productGrid .product .card-action .form-submit-button, .page-sidebar + .page-content .productGrid .product .card-action .product-info-slidebar .cart-button, .product-info-slidebar .page-sidebar + .page-content .productGrid .product .card-action .cart-button {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 375px) {
      .page-sidebar + .page-content .productGrid .product .card-action .button, .page-sidebar + .page-content .productGrid .product .card-action #consent-manager button, #consent-manager .page-sidebar + .page-content .productGrid .product .card-action button, .page-sidebar + .page-content .productGrid .product .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .page-sidebar + .page-content .productGrid .product .card-action .form-submit-button, .page-sidebar + .page-content .productGrid .product .card-action .product-info-slidebar .cart-button, .product-info-slidebar .page-sidebar + .page-content .productGrid .product .card-action .cart-button {
        font-size: 1rem; } }
  .page-sidebar + .page-content .productGrid.product-list-view .product {
    width: 100%; }
    .page-sidebar + .page-content .productGrid.product-list-view .product .card {
      flex-direction: row;
      -webkit-flex-direction: row;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .page-sidebar + .page-content .productGrid.product-list-view .product .card {
          -webkit-box-align: flex-start;
          -moz-box-align: flex-start;
          -ms-flex-align: flex-start;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-figure {
        width: 28.65%;
        position: static; }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card .sale-flag-side {
        top: 3.1rem;
        left: 3.2rem; }
        @media screen and (max-width: 1024px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card .sale-flag-side {
            top: 1.8rem;
            left: 1.8rem;
            padding: .1rem .6rem .2rem; } }
        @media screen and (max-width: 1024px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card .sale-flag-side .sale-text {
            font-size: 1rem; } }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card .wishlistbtn {
        top: 2rem;
        right: 2rem; }
        @media screen and (max-width: 1024px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card .wishlistbtn {
            top: 1.2rem;
            right: 1.2rem; } }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-body {
        width: calc(100% - 28.65%);
        padding: 1.7rem 2.2rem 1.7rem 3.6rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: static; }
        @media screen and (min-width: 1025px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-body {
            flex-direction: row;
            -webkit-flex-direction: row; } }
        @media screen and (max-width: 1024px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-body {
            padding: 0;
            padding-left: 1.2rem;
            text-align: left; } }
        @media screen and (min-width: 1025px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-body .card-left {
            width: 52%;
            padding-right: 5rem; } }
        @media screen and (min-width: 1025px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-body .card-right {
            width: 48%; } }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-price span {
        font-weight: 500; }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-sku-rating {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-bottom: 1.5rem;
        border-bottom: .1rem solid #E0E0E0;
        margin-bottom: 1.3rem; }
        .page-sidebar + .page-content .productGrid.product-list-view .product .card-sku-rating .sku-mfr {
          color: #707070;
          font-family: "Jost", Arial, Helvetica, sans-serif;
          vertical-align: middle; }
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-sku-rating .sku-mfr span:last-child {
            margin-left: 1.3rem; }
            .page-sidebar + .page-content .productGrid.product-list-view .product .card-sku-rating .sku-mfr span:last-child::before {
              content: "";
              height: 1.3rem;
              width: .1rem;
              display: inline-block;
              background-color: #707070;
              margin-right: 1.3rem;
              top: .2rem;
              position: relative; }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid.product-list-view .product .card .financing-available {
          white-space: nowrap; } }
      @media screen and (max-width: 1024px) {
        .page-sidebar + .page-content .productGrid.product-list-view .product .card .card-compare {
          margin-top: 1.3rem; } }
      @media screen and (max-width: 1024px) {
        .page-sidebar + .page-content .productGrid.product-list-view .product .card .productView-priceStock-row {
          margin-bottom: 1.3rem;
          margin-top: .3rem; } }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-description a, .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .link, .form-actions .page-sidebar + .page-content .productGrid.product-list-view .product .card-description a.forgot-password, .page-sidebar + .page-content .productGrid.product-list-view .product .card-description body:not(.page-home) .c-link, body:not(.page-home) .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .c-link, .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .veiw-product, .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .product-info-slidebar .prd-product-link, .product-info-slidebar .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .prd-product-link, .page-sidebar + .page-content .productGrid.product-list-view .product .card-description .all-link {
        display: inline-block; }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-brand {
        position: static; }
      .page-sidebar + .page-content .productGrid.product-list-view .product .card-title {
        font-weight: 600; }
        @media screen and (max-width: 1024px) {
          .page-sidebar + .page-content .productGrid.product-list-view .product .card-title {
            font-size: 1.6rem; } }

@media screen and (min-width: 1025px) {
  .product-list-mobile-top-bar {
    display: none; } }

@media screen and (max-width: 1024px) {
  .product-list-mobile-top-bar {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 1.2rem 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 1.2rem; } }

@media screen and (max-width: 1024px) {
  .product-list-mobile-top-bar .mobile-filter-box, .product-list-mobile-top-bar .mobile-sort-box {
    width: calc(50% - .6rem); } }

.product-list-mobile-top-bar .mobile-filter-box .filter-by {
  border: 0.1rem solid #E0E0E0;
  padding: 1.2rem 1rem;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  font-weight: 500;
  position: relative; }
  .product-list-mobile-top-bar .mobile-filter-box .filter-by::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: .8rem;
    background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 2L6.75736 6.24264L2.51472 2" stroke="%23151515" stroke-width="2.3" stroke-linecap="square"/></svg>');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
  .product-list-mobile-top-bar .mobile-filter-box .filter-by.active::after {
    transform: translateY(-50%) rotate(180deg); }

@media screen and (max-width: 1024px) {
  .product-list-mobile-top-bar .mobile-sort-box .form-label {
    display: none; } }

@media screen and (max-width: 1024px) {
  .product-list-mobile-top-bar .mobile-sort-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    font-size: 1.2rem; } }

.product-filter {
  border: 0.1rem solid #E0E0E0;
  background-color: #f7f8f9;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 1.2rem;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .product-filter {
      border-radius: 0;
      margin-left: -2rem;
      margin-right: -2rem;
      margin-bottom: 2rem; } }
  .product-filter--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-filter--left .show-product {
      margin-left: 1.1rem; }
      @media screen and (max-width: 1024px) {
        .product-filter--left .show-product {
          margin-left: 0; } }
      @media screen and (max-width: 1024px) {
        .product-filter--left .show-product .form-label {
          display: none; } }
    @media screen and (max-width: 1024px) {
      .product-filter--left .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 1rem;
        font-size: 1.2rem; } }
  .product-filter--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .product-filter .compare-count {
    padding: 1.2rem 3.8rem;
    background-color: white;
    color: #151515;
    border-color: #E0E0E0;
    min-width: 16.7rem; }
    @media screen and (max-width: 1024px) {
      .product-filter .compare-count {
        padding: 1.2rem 1rem;
        font-size: 1.2rem;
        min-width: 10rem; } }
    .product-filter .compare-count .countPill {
      display: inline;
      background-color: transparent;
      color: inherit;
      width: auto;
      height: auto;
      border-radius: 0;
      margin-left: 0; }
  .product-filter .product-view-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .7rem;
    margin-left: 3.4rem; }
    @media screen and (max-width: 1024px) {
      .product-filter .product-view-button {
        margin-left: 1rem; } }
    .product-filter .product-view-button span {
      color: #333333;
      font-weight: 700;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
      @media screen and (max-width: 1024px) {
        .product-filter .product-view-button span {
          display: none; } }
    .product-filter .product-view-button a, .product-filter .product-view-button .link, .product-filter .product-view-button body:not(.page-home) .c-link, body:not(.page-home) .product-filter .product-view-button .c-link, .product-filter .product-view-button .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-filter .product-view-button .veiw-product, .product-filter .product-view-button .product-info-slidebar .prd-product-link, .product-info-slidebar .product-filter .product-view-button .prd-product-link, .product-filter .product-view-button .all-link {
      width: 4.5rem;
      height: 4.5rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background-color: white;
      border: .1rem solid #E0E0E0;
      border-radius: .3rem;
      line-height: 0; }
      .product-filter .product-view-button a svg, .product-filter .product-view-button .link svg, .product-filter .product-view-button body:not(.page-home) .c-link svg, body:not(.page-home) .product-filter .product-view-button .c-link svg, .product-filter .product-view-button .rental-catalog .section .sub-section--label .veiw-product svg, .rental-catalog .section .sub-section--label .product-filter .product-view-button .veiw-product svg, .product-filter .product-view-button .product-info-slidebar .prd-product-link svg, .product-info-slidebar .product-filter .product-view-button .prd-product-link svg, .product-filter .product-view-button .all-link svg {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0; }
      .product-filter .product-view-button a:hover, .product-filter .product-view-button .link:hover, .product-filter .product-view-button body:not(.page-home) .c-link:hover, body:not(.page-home) .product-filter .product-view-button .c-link:hover, .product-filter .product-view-button .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .product-filter .product-view-button .veiw-product:hover, .product-filter .product-view-button .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .product-filter .product-view-button .prd-product-link:hover, .product-filter .product-view-button .all-link:hover, .product-filter .product-view-button a.active, .product-filter .product-view-button .active.link, .product-filter .product-view-button body:not(.page-home) .active.c-link, body:not(.page-home) .product-filter .product-view-button .active.c-link, .product-filter .product-view-button .rental-catalog .section .sub-section--label .active.veiw-product, .rental-catalog .section .sub-section--label .product-filter .product-view-button .active.veiw-product, .product-filter .product-view-button .product-info-slidebar .active.prd-product-link, .product-info-slidebar .product-filter .product-view-button .active.prd-product-link, .product-filter .product-view-button .active.all-link {
        background-color: #151515;
        border-color: #151515; }
        .product-filter .product-view-button a:hover svg, .product-filter .product-view-button .link:hover svg, .product-filter .product-view-button body:not(.page-home) .c-link:hover svg, body:not(.page-home) .product-filter .product-view-button .c-link:hover svg, .product-filter .product-view-button .rental-catalog .section .sub-section--label .veiw-product:hover svg, .rental-catalog .section .sub-section--label .product-filter .product-view-button .veiw-product:hover svg, .product-filter .product-view-button .product-info-slidebar .prd-product-link:hover svg, .product-info-slidebar .product-filter .product-view-button .prd-product-link:hover svg, .product-filter .product-view-button .all-link:hover svg, .product-filter .product-view-button a.active svg, .product-filter .product-view-button .active.link svg, .product-filter .product-view-button body:not(.page-home) .active.c-link svg, body:not(.page-home) .product-filter .product-view-button .active.c-link svg, .product-filter .product-view-button .rental-catalog .section .sub-section--label .active.veiw-product svg, .rental-catalog .section .sub-section--label .product-filter .product-view-button .active.veiw-product svg, .product-filter .product-view-button .product-info-slidebar .active.prd-product-link svg, .product-info-slidebar .product-filter .product-view-button .active.prd-product-link svg, .product-filter .product-view-button .active.all-link svg {
          fill: white; }

.actionBar {
  margin-top: 0;
  margin-bottom: 0; }
  .actionBar .actionBar-section {
    width: 100%; }
    .actionBar .actionBar-section .form-select {
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-weight: 500;
      line-height: normal;
      color: #333;
      height: 5rem;
      background-position: right 2rem center;
      background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 2L6.75736 6.24264L2.51472 2" stroke="%23151515" stroke-width="2.3" stroke-linecap="square"/></svg>'); }
      @media screen and (max-width: 1024px) {
        .actionBar .actionBar-section .form-select {
          font-size: 1.2rem; } }
    .actionBar .actionBar-section .form-field {
      border: none;
      border-radius: 0;
      max-width: 25.8rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border: 0.1rem solid #E0E0E0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      margin-bottom: 0;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .actionBar .actionBar-section .form-field {
          max-width: 100%; } }
      .actionBar .actionBar-section .form-field .form-label {
        white-space: nowrap;
        margin-right: .6rem;
        padding-left: 2.2rem;
        font-weight: 700;
        text-transform: none;
        color: #333; }
      .actionBar .actionBar-section .form-field .select2-container {
        max-width: 100%;
        min-width: 0;
        left: 0 !important; }
      .actionBar .actionBar-section .form-field .select2-selection--single {
        border: none;
        font-family: "Jost", Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: normal;
        color: #333;
        padding-left: 0; }
      .actionBar .actionBar-section .form-field .select2-results {
        max-height: 27.5rem; }
      .actionBar .actionBar-section .form-field .select2-dropdown {
        min-width: 25.8rem; }
        @media screen and (max-width: 1024px) {
          .actionBar .actionBar-section .form-field .select2-dropdown {
            min-width: 0; } }
        @media screen and (max-width: 1024px) {
          .actionBar .actionBar-section .form-field .select2-dropdown .select2-results__option {
            padding: .7rem 1rem !important; } }

.page-sidebar .sidebarBlock-heading {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

/*--- [ Category USP Section ] ---*/
.sidebar-usp .usp-item {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #E0E0E0;
  position: relative;
  padding: 2rem;
  padding-left: 6rem; }
  .sidebar-usp .usp-item h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5; }
  .sidebar-usp .usp-item p {
    line-height: 1.3; }
  .sidebar-usp .usp-item .link, .sidebar-usp .usp-item .form-actions a.forgot-password, .form-actions .sidebar-usp .usp-item a.forgot-password, .sidebar-usp .usp-item body:not(.page-home) .c-link, body:not(.page-home) .sidebar-usp .usp-item .c-link, .sidebar-usp .usp-item .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .sidebar-usp .usp-item .veiw-product, .sidebar-usp .usp-item .product-info-slidebar .prd-product-link, .product-info-slidebar .sidebar-usp .usp-item .prd-product-link {
    line-height: 1.4;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: none;
    color: #b61616; }
    .sidebar-usp .usp-item .link:hover, .sidebar-usp .usp-item .form-actions a.forgot-password:hover, .form-actions .sidebar-usp .usp-item a.forgot-password:hover, .sidebar-usp .usp-item body:not(.page-home) .c-link:hover, body:not(.page-home) .sidebar-usp .usp-item .c-link:hover, .sidebar-usp .usp-item .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .sidebar-usp .usp-item .veiw-product:hover, .sidebar-usp .usp-item .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .sidebar-usp .usp-item .prd-product-link:hover {
      color: #151515; }
  .sidebar-usp .usp-item .icon {
    position: absolute;
    height: 100%;
    width: 3.7rem;
    left: 0;
    top: 0;
    background-color: #f7f8f9;
    border-right: 0.1rem solid #E0E0E0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .sidebar-usp .usp-item .icon svg {
      width: 1.6rem;
      height: 1.6rem;
      fill: none; }
  .sidebar-usp .usp-item.usp-shipping .icon svg {
    width: 2rem;
    height: 1.3rem; }

.card {
  padding: 1.8rem;
  border: 0.1rem solid #E0E0E0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .card {
      padding: 1rem; } }
  .card-figure {
    padding: 0;
    mix-blend-mode: multiply;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    position: relative; }
    .card-figure .wishlistbtn {
      position: absolute;
      top: 1.3rem;
      right: 1.3rem;
      color: #BDBDBD;
      transition: all .2s linear; }
      .card-figure .wishlistbtn .icon {
        width: 1.8rem;
        height: 1.575rem; }
        .card-figure .wishlistbtn .icon svg {
          fill: white;
          transition: all .2s linear; }
      .card-figure .wishlistbtn:hover {
        color: #b61616; }
        .card-figure .wishlistbtn:hover .icon svg {
          fill: #b61616; }
  .card-image {
    mix-blend-mode: multiply; }
  .card-img-container::after {
    padding-bottom: 84.8%; }
  .card-body {
    padding-top: 4rem;
    position: relative; }
  .card-brand {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    color: #707070;
    position: absolute;
    top: 1.6rem; }
  .card-title {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    .card-title a, .card-title .link, .card-title .form-actions a.forgot-password, .form-actions .card-title a.forgot-password, .card-title body:not(.page-home) .c-link, body:not(.page-home) .card-title .c-link, .card-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .card-title .veiw-product, .card-title .product-info-slidebar .prd-product-link, .product-info-slidebar .card-title .prd-product-link, .card-title .all-link {
      color: inherit; }
      .card-title a:hover, .card-title .link:hover, .card-title body:not(.page-home) .c-link:hover, body:not(.page-home) .card-title .c-link:hover, .card-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .card-title .veiw-product:hover, .card-title .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .card-title .prd-product-link:hover, .card-title .all-link:hover {
        color: #b61616; }
  .card .yotpo-sr-bottom-line-summary {
    align-items: center !important; }
  .card .yotpo-sr-bottom-line-text {
    font-size: 1.2rem !important;
    color: #151515 !important;
    line-height: normal !important;
    font-family: 'sourcesanspro' !important; }
  .card .star-container svg {
    width: 1rem;
    height: 1rem; }
  .card-description p {
    color: #707070;
    margin-bottom: .5rem; }
  .card-description a, .card-description .link, .card-description .form-actions a.forgot-password, .form-actions .card-description a.forgot-password, .card-description body:not(.page-home) .c-link, body:not(.page-home) .card-description .c-link, .card-description .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .card-description .veiw-product, .card-description .product-info-slidebar .prd-product-link, .product-info-slidebar .card-description .prd-product-link, .card-description .all-link {
    font-weight: 600;
    text-decoration: underline;
    display: none; }
  .card-price {
    text-align: left;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #151515;
    margin-bottom: 0; }
    .card-price .price-section {
      display: inline-block;
      vertical-align: middle; }
      .card-price .price-section.non-sale-price--withoutTax {
        font-size: inherit;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: 400; }
        .card-price .price-section.non-sale-price--withoutTax .price {
          font-weight: 400;
          font-size: inherit;
          color: inherit;
          font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      .card-price .price-section.rrp-price--withoutTax {
        margin-left: .7rem; }
        .card-price .price-section.rrp-price--withoutTax .price {
          font-weight: 400;
          font-size: inherit;
          color: inherit; }
      .card-price .price-section--saving .price {
        font-weight: 700;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: italic;
        color: #151515; }
    .card-price .price-now-label {
      display: none !important; }
    .card-price span {
      font-weight: 700;
      color: #b61616; }
      .card-price span:not(.price) {
        display: none; }
    .card-price .color-secondary span {
      color: #151515; }
  .card .productView-priceStock-row {
    display: none; }
  .card-figcaption-button {
    border: 0.1rem solid #b61616;
    background-color: #b61616;
    color: white; }
    .card-figcaption-button:hover, .card-figcaption-button:focus {
      color: #b61616;
      border-color: #b61616; }
  @media screen and (max-width: 767px) {
    .card-action .button, .card-action #consent-manager button, #consent-manager .card-action button, .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .card-action .form-submit-button, .card-action .product-info-slidebar .cart-button, .product-info-slidebar .card-action .cart-button {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      min-width: 0;
      font-size: 1.2rem; } }
  .card-compare {
    margin-top: 2.3rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .card-compare {
        text-align: left; } }
    .card-compare .form-label {
      padding-left: 2.3rem;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      line-height: 1;
      color: #222; }
    .card-compare .form-checkbox + .form-label::before, .card-compare .form-checkbox + .form-label::after {
      top: 0; }

.productView {
  padding-top: 3.1rem; }
  @media screen and (max-width: 1024px) {
    .productView {
      padding-top: 2rem; } }
  .productView .productView-details.product-options .options-section {
    margin-bottom: 30px; }
    .productView .productView-details.product-options .options-section__items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 15px; }
    .productView .productView-details.product-options .options-section__item {
      border: 0.1rem solid #e3e3e3;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      font-size: 14px;
      color: black;
      padding: 1.5rem 2rem;
      white-space: nowrap; }
  .productView.class-template {
    padding-top: 1.4rem; }
    @media screen and (min-width: 1025px) {
      .productView.class-template:not(.has-instructors) .productView-images {
        position: sticky;
        top: 7rem;
        margin-bottom: 8.6rem; } }
    .productView.class-template .productView-title {
      margin-bottom: 1rem;
      text-transform: capitalize;
      line-height: 1.2; }
      @media screen and (max-width: 1024px) {
        .productView.class-template .productView-title {
          margin-bottom: 1rem; } }
    @media screen and (min-width: 1025px) {
      .productView.class-template .productView-details.product-options {
        margin-bottom: 8.6rem; } }
    .productView.class-template .productView-sku-rating {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 0.1rem solid #E0E0E0; }
    @media screen and (min-width: 1025px) {
      .productView.class-template .productView-options {
        margin-bottom: 4rem; } }
    @media screen and (min-width: 1025px) {
      .productView.class-template .productView-options [data-product-option-change] {
        margin-bottom: 3.8rem; } }
    .productView.class-template .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
      padding-left: 0;
      width: calc(100% - 6rem); }
      @media screen and (max-width: 1024px) {
        .productView.class-template .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
          width: calc(100% - 4.8rem); } }
    .productView.class-template .productView-options .add-to-cart-wallet-buttons:empty {
      margin: 0; }
  .productView-images {
    margin-bottom: 0; }
    @media screen and (min-width: 1025px) {
      .productView-images {
        width: 51.29%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding-right: 0; } }
    @media screen and (max-width: 1024px) {
      .productView-images {
        width: 100%; } }
  .productView-img-container {
    max-width: 67.5rem; }
    .productView-img-container::after {
      padding-bottom: 83.112%; }
  .productView-image {
    /*--- [ Slide Settings ] ---*/ }
    @media screen and (min-width: 1025px) {
      .productView-image {
        width: calc(100% - 11.57rem);
        order: 2;
        margin-top: 1rem;
        margin-left: 3.5rem; } }
    @media screen and (max-width: 1024px) {
      .productView-image {
        pointer-events: all; } }
    .productView-image + .productView-thumbnails {
      margin-top: 0; }
    .productView-image.full-width {
      width: 100%;
      margin-left: auto; }
      .productView-image.full-width .productView-img-container {
        max-width: 77rem; }
        .productView-image.full-width .productView-img-container img {
          -webkit-border-radius: 0.5rem;
          -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
          object-fit: cover; }
        .productView-image.full-width .productView-img-container::after {
          padding-bottom: 67%; }
      .productView-image.full-width .slick-arrow {
        top: auto;
        transform: none;
        left: auto;
        right: 2.4rem;
        bottom: 2.4rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: rgba(34, 34, 34, 0.2);
        border-radius: 0; }
        @media screen and (max-width: 1024px) {
          .productView-image.full-width .slick-arrow {
            right: 2rem;
            bottom: 4.7rem; } }
        .productView-image.full-width .slick-arrow:hover {
          background-color: #b61616; }
        .productView-image.full-width .slick-arrow.slick-prev {
          right: 6.5rem; }
        .productView-image.full-width .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .productView-image.full-width .slick-arrow.slick-prev:hover::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .productView-image.full-width .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .productView-image.full-width .slick-arrow.slick-next:hover::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    @media screen and (max-width: 1024px) {
      .productView-image .slick-dots li {
        padding-bottom: 4rem; } }
  .productView-thumbnails {
    order: 1;
    padding: 2.7425rem 0;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 1025px) {
      .productView-thumbnails {
        width: 8.07rem; } }
    .productView-thumbnails.slick-slider {
      min-width: 0;
      width: 100%; }
      @media screen and (min-width: 1025px) {
        .productView-thumbnails.slick-slider {
          width: 8.07rem; } }
    .productView-thumbnails .slick-list {
      margin-left: 0;
      margin-right: 0; }
    .productView-thumbnails.slick-vertical .slick-slide {
      border: none; }
    @media screen and (min-width: 1025px) {
      .productView-thumbnails img {
        width: 5.7rem; } }
    .productView-thumbnails .slick-arrow {
      width: 2.2rem;
      height: 2.2rem;
      left: 0;
      transform: rotate(-90deg) translateX(50%);
      top: 54%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 1025px) {
        .productView-thumbnails .slick-arrow {
          left: 50%;
          right: auto; } }
      .productView-thumbnails .slick-arrow::before {
        width: 0.9rem;
        height: 6rem; }
      @media screen and (min-width: 1025px) {
        .productView-thumbnails .slick-arrow.slick-prev {
          top: 0;
          transform: translateX(-50%); } }
      .productView-thumbnails .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.537598 4.99268L5.06249 0.467783L9.58738 4.99268L8.17317 6.40689L5.06249 3.29621L1.95181 6.40689L0.537598 4.99268Z' fill='%23151515'/%3E%3C/svg%3E"); }
      .productView-thumbnails .slick-arrow.slick-prev:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.537598 4.99268L5.06249 0.467783L9.58738 4.99268L8.17317 6.40689L5.06249 3.29621L1.95181 6.40689L0.537598 4.99268Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
      .productView-thumbnails .slick-arrow.slick-next {
        left: unset;
        right: 0; }
        @media screen and (min-width: 1025px) {
          .productView-thumbnails .slick-arrow.slick-next {
            bottom: 0;
            top: auto;
            transform: translateX(-50%);
            right: 0;
            left: 50%; } }
        .productView-thumbnails .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.81201 2.35742L5.28712 6.88231L0.762227 2.35742L2.17644 0.943209L5.28712 4.05389L8.3978 0.943208L9.81201 2.35742Z' fill='%23151515'/%3E%3C/svg%3E"); }
        .productView-thumbnails .slick-arrow.slick-next:hover::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.81201 2.35742L5.28712 6.88231L0.762227 2.35742L2.17644 0.943209L5.28712 4.05389L8.3978 0.943208L9.81201 2.35742Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .productView-thumbnail {
    padding: 0.5575rem 0;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .productView-thumbnail-link {
      padding: 0;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem;
      border-color: #E0E0E0;
      height: 6.7rem;
      max-width: 8rem;
      box-sizing: border-box; }
    .productView-thumbnail.slick-current .productView-thumbnail-link {
      border-color: #151515; }
  .productView .zoom-image {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 0.7rem 0.7rem;
    border: 0.1rem solid #151515;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    background-color: white; }
    .productView .zoom-image:hover {
      color: #b61616;
      border-color: #b61616; }
      .productView .zoom-image:hover svg {
        stroke: #b61616; }
    .productView .zoom-image .icon {
      width: 1.6rem;
      height: 1.6rem; }
    .productView .zoom-image svg {
      fill: none;
      stroke: #151515; }
  @media screen and (min-width: 1025px) {
    .productView-details {
      width: 39.22%; } }
  @media screen and (max-width: 1024px) {
    .productView-details {
      width: 100%; } }
  .productView-details.product-options {
    padding-bottom: 0;
    margin-bottom: 3.6rem; }
    @media screen and (max-width: 1024px) {
      .productView-details.product-options {
        margin-bottom: 2rem; } }
    .productView-details.product-options .alertBox,
    .productView-details.product-options .backorder-shipping-description {
      padding: 2.5rem;
      font-weight: 400;
      line-height: 1.4;
      color: #151515;
      border: 0.1rem solid #b61616;
      background-color: #fcf9f9;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem;
      clear: both;
      float: left;
      widows: 100%;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
      .productView-details.product-options .alertBox a, .productView-details.product-options .alertBox .link, .productView-details.product-options .alertBox body:not(.page-home) .c-link, body:not(.page-home) .productView-details.product-options .alertBox .c-link, .productView-details.product-options .alertBox .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-details.product-options .alertBox .veiw-product, .productView-details.product-options .alertBox .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-details.product-options .alertBox .prd-product-link, .productView-details.product-options .alertBox .all-link,
      .productView-details.product-options .backorder-shipping-description a,
      .productView-details.product-options .backorder-shipping-description .link,
      .productView-details.product-options .backorder-shipping-description body:not(.page-home) .c-link,
      body:not(.page-home) .productView-details.product-options .backorder-shipping-description .c-link,
      .productView-details.product-options .backorder-shipping-description .rental-catalog .section .sub-section--label .veiw-product,
      .rental-catalog .section .sub-section--label .productView-details.product-options .backorder-shipping-description .veiw-product,
      .productView-details.product-options .backorder-shipping-description .product-info-slidebar .prd-product-link,
      .product-info-slidebar .productView-details.product-options .backorder-shipping-description .prd-product-link,
      .productView-details.product-options .backorder-shipping-description .all-link {
        font-weight: 700; }
      .productView-details.product-options .alertBox--error .alertBox-icon,
      .productView-details.product-options .backorder-shipping-description--error .alertBox-icon {
        display: none; }
    .productView-details.product-options .backorder-shipping-description:empty {
      display: none; }
  .productView-details.product-data {
    order: inherit; }
  .productView-brand {
    font-weight: 400;
    line-height: 1.4;
    text-decoration-line: underline;
    color: #151515;
    margin-bottom: 1.6rem; }
    .productView-brand a, .productView-brand .link, .productView-brand .form-actions a.forgot-password, .form-actions .productView-brand a.forgot-password, .productView-brand body:not(.page-home) .c-link, body:not(.page-home) .productView-brand .c-link, .productView-brand .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-brand .veiw-product, .productView-brand .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-brand .prd-product-link, .productView-brand .all-link {
      color: inherit; }
      .productView-brand a:hover, .productView-brand .link:hover, .productView-brand body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-brand .c-link:hover, .productView-brand .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-brand .veiw-product:hover, .productView-brand .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-brand .prd-product-link:hover, .productView-brand .all-link:hover {
        color: #b61616; }
  .productView-title {
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.7rem; }
    @media screen and (max-width: 1024px) {
      .productView-title {
        margin-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    .productView .productView-rating {
      margin-top: 1rem; } }
  .productView .productView-rating .star-container {
    margin-right: 0.543rem !important; }
    .productView .productView-rating .star-container svg {
      width: 1.1rem;
      height: 1.1rem; }
  .productView .productView-rating .yotpo-sr-bottom-line-summary {
    align-items: center !important;
    cursor: pointer; }
    .productView .productView-rating .yotpo-sr-bottom-line-summary > div {
      margin-right: 0.4rem !important; }
  .productView .productView-rating .yotpo-sr-bottom-line-text {
    font-size: 1.3rem !important;
    line-height: normal !important;
    font-weight: 400 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    color: #151515 !important;
    font-family: 'sourcesanspro' !important; }
  .productView-sku-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .productView-sku-rating {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    .productView-sku-rating .star-container {
      margin-right: 0.543rem !important; }
      .productView-sku-rating .star-container svg {
        width: 1.1rem;
        height: 1.1rem; }
    .productView-sku-rating .yotpo-sr-bottom-line-summary {
      align-items: center !important;
      cursor: pointer; }
      .productView-sku-rating .yotpo-sr-bottom-line-summary > div {
        margin-right: 0.4rem !important; }
    .productView-sku-rating .yotpo-sr-bottom-line-text {
      font-size: 1.3rem !important;
      line-height: normal !important;
      font-weight: 400 !important;
      font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
      color: #151515 !important;
      font-family: 'sourcesanspro' !important; }
  .productView .sku-mfr {
    color: #707070;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    vertical-align: middle; }
    .productView .sku-mfr span:last-child {
      margin-left: 1.3rem; }
      .productView .sku-mfr span:last-child::before {
        content: '';
        height: 1.3rem;
        width: 0.1rem;
        display: inline-block;
        background-color: #707070;
        margin-right: 1.3rem;
        top: 0.2rem;
        position: relative; }
  .productView-price {
    text-align: left;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #151515;
    margin-bottom: 0; }
    .productView-price .price-section {
      display: inline-block;
      vertical-align: middle; }
      .productView-price .price-section.non-sale-price--withoutTax {
        display: none !important; }
      .productView-price .price-section.rrp-price--withoutTax {
        margin-left: 1.7rem; }
        @media screen and (max-width: 767px) {
          .productView-price .price-section.rrp-price--withoutTax {
            margin-left: 1rem; } }
        .productView-price .price-section.rrp-price--withoutTax .price {
          font-weight: 400;
          font-size: inherit;
          color: inherit; }
      .productView-price .price-section--saving .price {
        font-weight: 700;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-style: italic;
        color: #151515; }
    .productView-price .price-now-label {
      display: none !important; }
    .productView-price span {
      font-weight: 500;
      color: #b61616; }
      .productView-price span:not(.price) {
        display: none; }
    .productView-price .color-secondary span {
      color: #151515; }
  .productView-priceStock {
    margin-top: 2.5rem;
    margin-bottom: 2.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    border-top: 0.1rem solid #E0E0E0;
    border-bottom: 0.1rem solid #E0E0E0; }
    .productView-priceStock-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .productView-priceStock-row {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .productView-priceStock-row + .productView-priceStock-row {
        margin-top: 1.1rem;
        flex-wrap: wrap; }
        @media screen and (max-width: 1024px) {
          .productView-priceStock-row + .productView-priceStock-row {
            margin-top: 2rem; } }
    .productView-priceStock .financing-available {
      color: #222;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .productView-priceStock .financing-available {
          width: 100%; } }
      .productView-priceStock .financing-available strong {
        font-weight: 700; }
      .productView-priceStock .financing-available .icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.6rem; }
        .productView-priceStock .financing-available .icon svg {
          fill: none; }
    .productView-priceStock .shipment {
      order: -1;
      color: #222;
      margin-bottom: 1.5rem;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        .productView-priceStock .shipment {
          margin-bottom: 2rem;
          font-size: 1.4rem;
          margin-left: unset; } }
      .productView-priceStock .shipment span {
        color: #00ab54;
        font-weight: 600; }
      .productView-priceStock .shipment .icon {
        width: 2rem;
        height: 1.3rem;
        margin-right: 0.6rem; }
        .productView-priceStock .shipment .icon svg {
          fill: none; }
  .productView-stock {
    color: #00ab54;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .productView-stock {
        margin-top: 2rem;
        width: 100%;
        font-size: 1.4rem; } }
    .productView-stock .icon {
      width: 1.5rem;
      height: 1.7rem;
      margin-right: 0.6rem; }
      .productView-stock .icon svg {
        fill: none; }
    .productView-stock.out-of-stock {
      color: #151515;
      font-weight: 400; }
      .productView-stock.out-of-stock .icon {
        margin-top: -0.3rem;
        margin-right: 0.9rem; }
  .productView-product {
    padding-bottom: 2.2rem; }
  .productView-shortDesc {
    padding-bottom: 2.2rem;
    border-bottom: 0.1rem solid #E0E0E0; }
    .productView-shortDesc p {
      color: #707070;
      margin-bottom: 0.8rem; }
    .productView-shortDesc .link, .productView-shortDesc .form-actions a.forgot-password, .form-actions .productView-shortDesc a.forgot-password, .productView-shortDesc body:not(.page-home) .c-link, body:not(.page-home) .productView-shortDesc .c-link, .productView-shortDesc .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-shortDesc .veiw-product, .productView-shortDesc .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-shortDesc .prd-product-link {
      color: #b61616;
      letter-spacing: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      text-transform: capitalize; }
      .productView-shortDesc .link:hover, .productView-shortDesc .form-actions a.forgot-password:hover, .form-actions .productView-shortDesc a.forgot-password:hover, .productView-shortDesc body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-shortDesc .c-link:hover, .productView-shortDesc .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-shortDesc .veiw-product:hover, .productView-shortDesc .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-shortDesc .prd-product-link:hover {
        color: #151515; }
  .productView-product {
    padding-bottom: 0;
    border-bottom: none; }
  .productView .other-warranty li {
    margin-bottom: 1rem;
    position: relative;
    color: #707070;
    padding-left: 1.3rem;
    list-style: none; }
    .productView .other-warranty li::before {
      content: '';
      width: 0.3rem;
      height: 0.3rem;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      background-color: #707070;
      position: absolute;
      left: 0rem;
      top: 0.9rem; }
  @media screen and (max-width: 1024px) {
    .productView-options {
      text-align: left; } }
  .productView-options .form-input, .productView-options .select2-search--dropdown .select2-search__field, .select2-search--dropdown .productView-options .select2-search__field, .productView-options [data-product-attribute='input-file'] .form-file {
    color: black; }
  .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option,
  .productView-options div[data-product-attribute='swatch'] .form-radio + .form-label,
  .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option,
  .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label,
  .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option,
  .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label,
  .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option,
  .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label,
  .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option,
  .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label,
  .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option,
  .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label {
    padding-left: 0;
    width: auto;
    margin-bottom: 0;
    padding: 1.5rem 2rem;
    border: 0.1rem solid #e3e3e3;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    color: black;
    cursor: pointer; }
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option .form-option-variant,
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-label .form-option-variant,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option .form-option-variant,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label .form-option-variant,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option .form-option-variant,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label .form-option-variant,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option .form-option-variant,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label .form-option-variant,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option .form-option-variant,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label .form-option-variant,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option .form-option-variant,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label .form-option-variant {
      font-size: inherit; }
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option::before, .productView-options div[data-product-attribute='swatch'] .form-radio + .form-option::after,
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-label::before,
    .productView-options div[data-product-attribute='swatch'] .form-radio + .form-label::after,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option::before,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-option::after,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label::before,
    .productView-options div[data-product-attribute='swatch'] .form-checkbox + .form-label::after,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option::before,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-option::after,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label::before,
    .productView-options div[data-product-attribute='set-rectangle'] .form-radio + .form-label::after,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option::before,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-option::after,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label::before,
    .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox + .form-label::after,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option::before,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-option::after,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label::before,
    .productView-options [data-product-attribute='input-checkbox'] .form-radio + .form-label::after,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option::before,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-option::after,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label::before,
    .productView-options [data-product-attribute='input-checkbox'] .form-checkbox + .form-label::after {
      display: none; }
  .productView-options div[data-product-attribute='swatch'] .form-radio:checked + .form-option,
  .productView-options div[data-product-attribute='swatch'] .form-radio:checked + .form-label,
  .productView-options div[data-product-attribute='swatch'] .form-checkbox:checked + .form-option,
  .productView-options div[data-product-attribute='swatch'] .form-checkbox:checked + .form-label,
  .productView-options div[data-product-attribute='set-rectangle'] .form-radio:checked + .form-option,
  .productView-options div[data-product-attribute='set-rectangle'] .form-radio:checked + .form-label,
  .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox:checked + .form-option,
  .productView-options div[data-product-attribute='set-rectangle'] .form-checkbox:checked + .form-label,
  .productView-options [data-product-attribute='input-checkbox'] .form-radio:checked + .form-option,
  .productView-options [data-product-attribute='input-checkbox'] .form-radio:checked + .form-label,
  .productView-options [data-product-attribute='input-checkbox'] .form-checkbox:checked + .form-option,
  .productView-options [data-product-attribute='input-checkbox'] .form-checkbox:checked + .form-label {
    border-color: black;
    box-shadow: none; }
  .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label {
    padding-top: 1.5rem;
    padding-bottom: 1.7rem;
    border: 0.1rem solid #E0E0E0;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    line-height: 1.3;
    text-transform: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
    padding-left: 5.2rem;
    padding-right: 3rem;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label {
        padding-left: 4rem;
        padding-right: 2rem; } }
    .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label::after, .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio + .form-label::before {
      top: 50%;
      left: 1.6rem;
      width: 1.8rem;
      height: 1.8rem;
      transform: translateY(-50%); }
  .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio:checked + .form-label {
    border-color: #151515; }
    .productView-options div[data-product-attribute='set-radio']:not(.warranty-field) .form-radio:checked + .form-label::after {
      transform: translateY(-50%) scale(0.6); }
  .productView-options [data-product-attribute='date'] span.select2.select2-container {
    width: auto !important;
    min-width: 0; }
  .productView-options [data-product-attribute='input-file'] .form-file {
    border: 0.1rem solid #e0e0e0; }
  .productView-options .warranty-field {
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 1024px) {
      .productView-options .warranty-field {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1025px) {
      .productView-options .warranty-field .form-label {
        margin-bottom: 0.4rem; } }
    .productView-options .warranty-field .form-radio + .form-label {
      padding-left: 0;
      width: auto;
      margin-bottom: 0;
      padding: 1.5rem 2rem;
      border: 0.1rem solid #e3e3e3;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      margin-right: 0.8rem;
      cursor: pointer; }
      @media screen and (min-width: 1025px) {
        .productView-options .warranty-field .form-radio + .form-label {
          margin-top: 1.2rem; } }
      @media screen and (max-width: 1024px) {
        .productView-options .warranty-field .form-radio + .form-label {
          padding: 1.2rem 1.5rem;
          margin-right: 0.4rem;
          margin-bottom: 0.8rem; } }
      .productView-options .warranty-field .form-radio + .form-label:last-child {
        margin-right: 0; }
      .productView-options .warranty-field .form-radio + .form-label::before, .productView-options .warranty-field .form-radio + .form-label::after {
        display: none; }
    .productView-options .warranty-field .form-radio:checked + .form-label {
      border-color: black; }
  .productView-options .add-to-cart-wallet-buttons:empty {
    display: none; }
  .productView-options .add-to-cart-wrapper .form-field {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .productView-options .add-to-cart-wrapper .form-field {
        margin-bottom: 0.5rem; } }
  .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 21rem); }
    @media screen and (max-width: 1024px) {
      .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
        width: calc(100% - 15.8rem); } }
  .productView-options .add-to-cart-wrapper .button, .productView-options .add-to-cart-wrapper #consent-manager button, #consent-manager .productView-options .add-to-cart-wrapper button, .productView-options .add-to-cart-wrapper .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-wrapper .form-submit-button, .productView-options .add-to-cart-wrapper .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-wrapper .cart-button {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }
    @media screen and (max-width: 1024px) {
      .productView-options .add-to-cart-wrapper .button, .productView-options .add-to-cart-wrapper #consent-manager button, #consent-manager .productView-options .add-to-cart-wrapper button, .productView-options .add-to-cart-wrapper .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-wrapper .form-submit-button, .productView-options .add-to-cart-wrapper .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-wrapper .cart-button {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        font-size: 1.4rem;
        min-width: 0;
        padding-left: 2rem;
        padding-right: 2rem; } }
  @media screen and (max-width: 375px) {
    .productView-options .add-to-cart-wrapper .form-increment {
      width: 11rem; } }
  @media screen and (max-width: 1024px) {
    .productView-options .add-to-cart-wrapper .form-increment .button, .productView-options .add-to-cart-wrapper .form-increment #consent-manager button, #consent-manager .productView-options .add-to-cart-wrapper .form-increment button, .productView-options .add-to-cart-wrapper .form-increment .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-options .add-to-cart-wrapper .form-increment .form-submit-button, .productView-options .add-to-cart-wrapper .form-increment .product-info-slidebar .cart-button, .product-info-slidebar .productView-options .add-to-cart-wrapper .form-increment .cart-button {
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
  .productView .form-wishlist {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    padding: 0; }
    .productView .form-wishlist .dropdown-menu-button {
      min-width: 0;
      line-height: 0;
      padding: 2rem;
      margin-right: 0;
      border-color: #E0E0E0;
      max-width: 6rem;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem; }
      @media screen and (max-width: 1024px) {
        .productView .form-wishlist .dropdown-menu-button {
          width: auto;
          padding: 1.4rem; } }
      .productView .form-wishlist .dropdown-menu-button:hover, .productView .form-wishlist .dropdown-menu-button.is-open {
        background-color: #f7f8f9; }
        .productView .form-wishlist .dropdown-menu-button:hover .icon, .productView .form-wishlist .dropdown-menu-button.is-open .icon {
          display: none; }
          .productView .form-wishlist .dropdown-menu-button:hover .icon-filled, .productView .form-wishlist .dropdown-menu-button.is-open .icon-filled {
            display: block; }
          .productView .form-wishlist .dropdown-menu-button:hover .icon svg, .productView .form-wishlist .dropdown-menu-button.is-open .icon svg {
            fill: #b61616; }
      .productView .form-wishlist .dropdown-menu-button .icon {
        float: none;
        margin-left: 0;
        width: 1.8rem;
        height: 1.8rem; }
        .productView .form-wishlist .dropdown-menu-button .icon-filled {
          display: none; }
        .productView .form-wishlist .dropdown-menu-button .icon svg {
          fill: #151515; }
    .productView .form-wishlist .dropdown-menu {
      background-color: white;
      border: 1px solid #E0E0E0;
      filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
      min-width: 20.8rem;
      left: auto;
      right: 0;
      margin-top: 1rem;
      position: relative; }
      .productView .form-wishlist .dropdown-menu#wishlist-dropdown.is-open {
        padding-right: 0; }
        .productView .form-wishlist .dropdown-menu#wishlist-dropdown.is-open::before {
          content: '';
          position: absolute;
          right: 2.1rem;
          top: -1rem;
          border-left: 1.2rem solid transparent;
          border-right: 1.2rem solid transparent;
          border-bottom: 1rem solid #E0E0E0; }
        .productView .form-wishlist .dropdown-menu#wishlist-dropdown.is-open::after {
          content: '';
          position: absolute;
          right: 2.2rem;
          top: -0.9rem;
          border-left: 1.15rem solid transparent;
          border-right: 1.15rem solid transparent;
          border-bottom: 0.9rem solid white; }
        .productView .form-wishlist .dropdown-menu#wishlist-dropdown.is-open .button--has-items {
          font-weight: 400; }
      .productView .form-wishlist .dropdown-menu li {
        border-bottom: 1px solid #E0E0E0;
        overflow: hidden; }
        .productView .form-wishlist .dropdown-menu li:first-child {
          border-radius: 0.5rem 0.5rem 0 0; }
        .productView .form-wishlist .dropdown-menu li:last-child {
          border-bottom: none;
          border-radius: 0 0 0.5rem 0.5rem; }
        .productView .form-wishlist .dropdown-menu li:hover .button, .productView .form-wishlist .dropdown-menu li:hover #consent-manager button, #consent-manager .productView .form-wishlist .dropdown-menu li:hover button, .productView .form-wishlist .dropdown-menu li:hover .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView .form-wishlist .dropdown-menu li:hover .form-submit-button, .productView .form-wishlist .dropdown-menu li:hover .product-info-slidebar .cart-button, .product-info-slidebar .productView .form-wishlist .dropdown-menu li:hover .cart-button, .productView .form-wishlist .dropdown-menu li:focus .button, .productView .form-wishlist .dropdown-menu li:focus #consent-manager button, #consent-manager .productView .form-wishlist .dropdown-menu li:focus button, .productView .form-wishlist .dropdown-menu li:focus .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView .form-wishlist .dropdown-menu li:focus .form-submit-button, .productView .form-wishlist .dropdown-menu li:focus .product-info-slidebar .cart-button, .product-info-slidebar .productView .form-wishlist .dropdown-menu li:focus .cart-button {
          color: #b61616; }
      .productView .form-wishlist .dropdown-menu .button, .productView .form-wishlist .dropdown-menu #consent-manager button, #consent-manager .productView .form-wishlist .dropdown-menu button, .productView .form-wishlist .dropdown-menu .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView .form-wishlist .dropdown-menu .form-submit-button, .productView .form-wishlist .dropdown-menu .product-info-slidebar .cart-button, .product-info-slidebar .productView .form-wishlist .dropdown-menu .cart-button {
        min-width: 0;
        border: none;
        margin: 0;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        font-weight: 400;
        text-transform: none;
        color: #151515;
        font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .productView-renting {
    background-color: #151515;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    color: white;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1024px) {
      .productView-renting {
        margin-bottom: 2rem; } }
    .productView-renting-top {
      padding: 1.6rem 3rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .productView-renting-top {
          padding: 1.5rem 2rem; } }
      @media screen and (max-width: 767px) {
        .productView-renting-top {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .productView-renting-top h5 {
        color: inherit;
        font-weight: 700;
        font-size: 1.7rem;
        line-height: 1.4;
        margin: 0;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        text-transform: none; }
      .productView-renting-top .renting-toggle {
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.65px;
        text-decoration-line: underline;
        text-transform: uppercase;
        font-family: "Jost", Arial, Helvetica, sans-serif; }
        @media screen and (max-width: 767px) {
          .productView-renting-top .renting-toggle {
            padding: 0;
            margin-top: 1rem;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%; } }
        .productView-renting-top .renting-toggle.is-open .icon {
          transform: rotate(180deg); }
        .productView-renting-top .renting-toggle .icon {
          width: 1.6rem;
          height: 1rem;
          margin-left: 1.7rem; }
          .productView-renting-top .renting-toggle .icon svg {
            fill: white; }
    .productView-renting .renting-box {
      padding: 0 3rem 3.4rem;
      display: none; }
      @media screen and (max-width: 1024px) {
        .productView-renting .renting-box {
          padding: 0 2rem 2rem; } }
      .productView-renting .renting-box p {
        margin-bottom: 1.6rem;
        color: white; }
      .productView-renting .renting-box .button-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media (min-width: 1025px) and (max-width: 1280px) {
          .productView-renting .renting-box .button-wrap {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        @media screen and (max-width: 767px) {
          .productView-renting .renting-box .button-wrap {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .productView-renting .renting-box .button-wrap .button, .productView-renting .renting-box .button-wrap #consent-manager button, #consent-manager .productView-renting .renting-box .button-wrap button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button {
          width: 100%;
          padding-left: 3.4rem;
          padding-right: 2rem;
          padding-top: 1.2rem;
          padding-bottom: 1.2rem;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_216_7344)'%3E%3Cpath d='M7 0C4.08333 0 1.75 2.33333 1.75 5.25C1.75 8.86667 3.73333 12.075 6.70833 13.9417C6.88333 14.0583 7.11667 14.0583 7.35 13.9417C10.2667 12.0167 12.25 8.86667 12.25 5.25C12.25 2.33333 9.91667 0 7 0ZM7 7.58333C5.71667 7.58333 4.66667 6.53333 4.66667 5.25C4.66667 3.96667 5.71667 2.91667 7 2.91667C8.28333 2.91667 9.33333 3.96667 9.33333 5.25C9.33333 6.53333 8.28333 7.58333 7 7.58333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_216_7344'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: auto 1.4rem;
          background-position: 1.7rem center; }
          .productView-renting .renting-box .button-wrap .button:hover, .productView-renting .renting-box .button-wrap #consent-manager button:hover, #consent-manager .productView-renting .renting-box .button-wrap button:hover, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button:hover, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button:hover, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button:hover, .productView-renting .renting-box .button-wrap .button:focus, .productView-renting .renting-box .button-wrap #consent-manager button:focus, #consent-manager .productView-renting .renting-box .button-wrap button:focus, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button:focus, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button:focus, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button:focus {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_216_7344)'%3E%3Cpath d='M7 0C4.08333 0 1.75 2.33333 1.75 5.25C1.75 8.86667 3.73333 12.075 6.70833 13.9417C6.88333 14.0583 7.11667 14.0583 7.35 13.9417C10.2667 12.0167 12.25 8.86667 12.25 5.25C12.25 2.33333 9.91667 0 7 0ZM7 7.58333C5.71667 7.58333 4.66667 6.53333 4.66667 5.25C4.66667 3.96667 5.71667 2.91667 7 2.91667C8.28333 2.91667 9.33333 3.96667 9.33333 5.25C9.33333 6.53333 8.28333 7.58333 7 7.58333Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_216_7344'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
          @media screen and (max-width: 1440px) {
            .productView-renting .renting-box .button-wrap .button, .productView-renting .renting-box .button-wrap #consent-manager button, #consent-manager .productView-renting .renting-box .button-wrap button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button {
              background-position: 1.2rem center;
              padding-right: 1.2rem;
              padding-left: 2.6rem; } }
          .productView-renting .renting-box .button-wrap .button + .button, .productView-renting .renting-box .button-wrap #consent-manager button + .button, #consent-manager .productView-renting .renting-box .button-wrap button + .button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .button, .productView-renting .renting-box .button-wrap #consent-manager .button + button, #consent-manager .productView-renting .renting-box .button-wrap .button + button, .productView-renting .renting-box .button-wrap #consent-manager button + button, #consent-manager .productView-renting .renting-box .button-wrap button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + button, .productView-renting .renting-box .button-wrap .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .button + .form-submit-button, .productView-renting .renting-box .button-wrap #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager button + .form-submit-button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .productView-renting .renting-box .button-wrap button + .form-submit-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .button + .cart-button, .productView-renting .renting-box .button-wrap #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager button + .cart-button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .productView-renting .renting-box .button-wrap button + .cart-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .cart-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .cart-button {
            margin-left: 2rem; }
            @media (min-width: 1025px) and (max-width: 1280px) {
              .productView-renting .renting-box .button-wrap .button + .button, .productView-renting .renting-box .button-wrap #consent-manager button + .button, #consent-manager .productView-renting .renting-box .button-wrap button + .button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .button, .productView-renting .renting-box .button-wrap #consent-manager .button + button, #consent-manager .productView-renting .renting-box .button-wrap .button + button, .productView-renting .renting-box .button-wrap #consent-manager button + button, #consent-manager .productView-renting .renting-box .button-wrap button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + button, .productView-renting .renting-box .button-wrap .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .button + .form-submit-button, .productView-renting .renting-box .button-wrap #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager button + .form-submit-button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .productView-renting .renting-box .button-wrap button + .form-submit-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .button + .cart-button, .productView-renting .renting-box .button-wrap #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager button + .cart-button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .productView-renting .renting-box .button-wrap button + .cart-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .cart-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .cart-button {
                margin-top: 1.5rem;
                margin-left: 0; } }
            @media screen and (max-width: 1024px) {
              .productView-renting .renting-box .button-wrap .button + .button, .productView-renting .renting-box .button-wrap #consent-manager button + .button, #consent-manager .productView-renting .renting-box .button-wrap button + .button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .button, .productView-renting .renting-box .button-wrap #consent-manager .button + button, #consent-manager .productView-renting .renting-box .button-wrap .button + button, .productView-renting .renting-box .button-wrap #consent-manager button + button, #consent-manager .productView-renting .renting-box .button-wrap button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + button, .productView-renting .renting-box .button-wrap .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .button + .form-submit-button, .productView-renting .renting-box .button-wrap #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager button + .form-submit-button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .productView-renting .renting-box .button-wrap button + .form-submit-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .button + .cart-button, .productView-renting .renting-box .button-wrap #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager button + .cart-button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .productView-renting .renting-box .button-wrap button + .cart-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .cart-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .cart-button {
                margin-left: 2rem; } }
            @media screen and (max-width: 767px) {
              .productView-renting .renting-box .button-wrap .button + .button, .productView-renting .renting-box .button-wrap #consent-manager button + .button, #consent-manager .productView-renting .renting-box .button-wrap button + .button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .button, .productView-renting .renting-box .button-wrap #consent-manager .button + button, #consent-manager .productView-renting .renting-box .button-wrap .button + button, .productView-renting .renting-box .button-wrap #consent-manager button + button, #consent-manager .productView-renting .renting-box .button-wrap button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + button, .productView-renting .renting-box .button-wrap .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .button + .form-submit-button, .productView-renting .renting-box .button-wrap #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap #consent-manager button + .form-submit-button, #consent-manager .productView-renting .renting-box .button-wrap .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .productView-renting .renting-box .button-wrap button + .form-submit-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .form-submit-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .button + .cart-button, .productView-renting .renting-box .button-wrap #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap #consent-manager button + .cart-button, #consent-manager .productView-renting .renting-box .button-wrap .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .productView-renting .renting-box .button-wrap button + .cart-button, .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .productView-renting .renting-box .button-wrap .form-submit-button + .cart-button, .productView-renting .renting-box .button-wrap .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .productView-renting .renting-box .button-wrap .cart-button + .cart-button {
                margin-top: 1.5rem;
                margin-left: 0; } }
  .productView-callAction {
    background-color: #f7f8f9;
    border: 0.1rem solid #E0E0E0;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem; }
    .productView-callAction-top {
      padding: 2.4rem 5rem 2.2rem; }
      @media (max-width: 1600px) {
        .productView-callAction-top {
          padding: 2rem; } }
      @media screen and (max-width: 1024px) {
        .productView-callAction-top {
          padding: 2rem 2rem 2rem; } }
      .productView-callAction-top p {
        margin-bottom: 0;
        color: #222; }
        .productView-callAction-top p .icon {
          width: 3.1rem;
          height: 2.1rem;
          margin-right: 1.7rem; }
          @media screen and (max-width: 1440px) {
            .productView-callAction-top p .icon {
              width: 3rem;
              height: 3rem;
              margin-right: 1rem; } }
          @media screen and (max-width: 1280px) {
            .productView-callAction-top p .icon {
              display: none; } }
        @media screen and (max-width: 1024px) {
          .productView-callAction-top p strong {
            display: inline-block; } }
        @media screen and (max-width: 767px) {
          .productView-callAction-top p strong {
            display: block; } }
        .productView-callAction-top p a, .productView-callAction-top p .link, .productView-callAction-top p .form-actions a.forgot-password, .form-actions .productView-callAction-top p a.forgot-password, .productView-callAction-top p body:not(.page-home) .c-link, body:not(.page-home) .productView-callAction-top p .c-link, .productView-callAction-top p .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-callAction-top p .veiw-product, .productView-callAction-top p .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-callAction-top p .prd-product-link, .productView-callAction-top p .all-link {
          font-weight: 600;
          color: #b61616;
          text-decoration-line: underline; }
          .productView-callAction-top p a:hover, .productView-callAction-top p .link:hover, .productView-callAction-top p body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-callAction-top p .c-link:hover, .productView-callAction-top p .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-callAction-top p .veiw-product:hover, .productView-callAction-top p .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-callAction-top p .prd-product-link:hover, .productView-callAction-top p .all-link:hover {
            color: #151515; }
    .productView-callAction-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 767px) {
        .productView-callAction-bottom {
          flex-direction: column;
          -webkit-flex-direction: column; } }
      .productView-callAction-bottom .productView-share,
      .productView-callAction-bottom .productView-print {
        width: 100%; }
      .productView-callAction-bottom .productView-share {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        border-right: 0.1rem solid #E0E0E0; }
        @media screen and (max-width: 1024px) {
          .productView-callAction-bottom .productView-share {
            padding-top: 2rem;
            padding-bottom: 2rem;
            padding-left: 2rem;
            padding-right: 2rem; } }
        @media screen and (max-width: 767px) {
          .productView-callAction-bottom .productView-share {
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            border-bottom: 0.1rem solid #E0E0E0;
            border-right: none; } }
        .productView-callAction-bottom .productView-share .icon {
          width: 1.5rem;
          height: 1.5rem; }
          .productView-callAction-bottom .productView-share .icon svg {
            fill: #151515; }
          .productView-callAction-bottom .productView-share .icon:hover svg {
            fill: #b61616; }
        .productView-callAction-bottom .productView-share .socialLinks {
          margin-left: 1.2rem;
          line-height: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
          .productView-callAction-bottom .productView-share .socialLinks-item {
            margin-right: 1.1rem;
            margin-bottom: 0;
            line-height: 0; }
            .productView-callAction-bottom .productView-share .socialLinks-item--print {
              display: none; }
            .productView-callAction-bottom .productView-share .socialLinks-item--pinterest {
              width: 1.5rem; }
            .productView-callAction-bottom .productView-share .socialLinks-item--email {
              order: 4; }
      .productView-callAction-bottom .productView-print {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .productView-callAction-bottom .productView-print {
            padding-bottom: 2rem;
            padding-top: 2rem;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            padding-left: 2rem;
            padding-right: 2rem; } }
        .productView-callAction-bottom .productView-print .icon {
          width: 2.2rem;
          height: 2.2rem;
          margin-left: 0.9rem; }
          .productView-callAction-bottom .productView-print .icon svg {
            fill: #151515; }
          .productView-callAction-bottom .productView-print .icon:hover svg {
            fill: #b61616; }
  .productView-keyFeatures {
    float: left; }
    @media screen and (min-width: 1025px) {
      .productView-keyFeatures {
        width: 51.29%;
        padding-left: 10.8rem;
        margin-top: 2rem; } }
    @media screen and (max-width: 1024px) {
      .productView-keyFeatures {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        margin-bottom: 2rem; } }
    .productView-keyFeatures h4 {
      line-height: 1.4;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 1.3rem; }
      @media screen and (max-width: 1024px) {
        .productView-keyFeatures h4 {
          padding: 1.5rem 2rem;
          color: #b61616;
          background-color: #f7f8f9;
          font-weight: 700;
          font-size: 1.6rem;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          border-radius: 0.3rem;
          margin-bottom: 0rem;
          position: relative;
          border: 0.1rem solid #b61616;
          text-align: center; } }
      @media screen and (max-width: 1024px) {
        .productView-keyFeatures h4::after {
          content: '';
          width: 0.8rem;
          height: 0.8rem;
          background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' stroke='%23b61616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 26'%3E%3Cpath id='Vector 51' d='M5.5 11V0' stroke-width='2'/%3E%3Cpath id='Vector 52' d='M11 5.5L0 5.5' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          vertical-align: middle;
          margin-left: 0.6rem;
          transition: all 0.15s ease; } }
      @media screen and (max-width: 1024px) {
        .productView-keyFeatures h4.is-open::after {
          background-image: url("data:image/svg+xml,%3Csvg width='11' height='3' viewBox='0 0 11 3' stroke='%23b61616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 23'%3E%3Cpath id='Vector 52' d='M11 1.5L0 1.5' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); } }
    .productView-keyFeatures ul {
      column-count: 2;
      column-gap: 1.2rem; }
      @media screen and (max-width: 1024px) {
        .productView-keyFeatures ul {
          margin-bottom: 0rem;
          margin-top: 2rem;
          display: none; } }
      @media screen and (max-width: 767px) {
        .productView-keyFeatures ul {
          column-count: 1; } }
    .productView-keyFeatures li {
      color: #707070; }
      @media screen and (max-width: 767px) {
        .productView-keyFeatures li:last-child {
          margin-bottom: 0; } }
  .productView-description {
    float: none;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1024px) {
      .productView-description {
        padding-bottom: 1rem; } }
    .productView-description .product-tabs {
      background-color: #f7f8f9;
      border-top: 0.1rem solid #E0E0E0;
      border-bottom: 0.1rem solid #E0E0E0; }
      .productView-description .product-tabs.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1; }
        .productView-description .product-tabs.is-sticky .sticky-data {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          @media screen and (max-width: 1024px) {
            .productView-description .product-tabs.is-sticky .sticky-data .button::after, .productView-description .product-tabs.is-sticky .sticky-data #consent-manager button::after, #consent-manager .productView-description .product-tabs.is-sticky .sticky-data button::after, .productView-description .product-tabs.is-sticky .sticky-data .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .productView-description .product-tabs.is-sticky .sticky-data .form-submit-button::after, .productView-description .product-tabs.is-sticky .sticky-data .product-info-slidebar .cart-button::after, .product-info-slidebar .productView-description .product-tabs.is-sticky .sticky-data .cart-button::after {
              display: none; } }
      .productView-description .product-tabs .container, .productView-description .product-tabs .banners .banner, .banners .productView-description .product-tabs .banner, .productView-description .product-tabs .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .productView-description .product-tabs .benefit-boxes {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 1024px) {
          .productView-description .product-tabs .container, .productView-description .product-tabs .banners .banner, .banners .productView-description .product-tabs .banner, .productView-description .product-tabs .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .productView-description .product-tabs .benefit-boxes {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
      .productView-description .product-tabs .tabs::after, .productView-description .product-tabs .tabs::before {
        display: none; }
      @media screen and (max-width: 1024px) {
        .productView-description .product-tabs .tabs {
          width: 100%;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      @media screen and (max-width: 1024px) {
        .productView-description .product-tabs .tabs .tab {
          display: inline-block; } }
      .productView-description .product-tabs .sticky-data {
        display: none; }
        @media screen and (max-width: 1024px) {
          .productView-description .product-tabs .sticky-data {
            border-top: 0.1rem solid #E0E0E0;
            padding-top: 1rem;
            padding-bottom: 1rem;
            width: 100%; } }
        .productView-description .product-tabs .sticky-data .productView-title {
          font-size: 1.5rem;
          line-height: 1.3;
          font-weight: 500;
          text-transform: capitalize;
          margin-bottom: 0;
          border-bottom: none;
          padding: 0;
          max-width: 25.1rem; }
          @media screen and (max-width: 1024px) {
            .productView-description .product-tabs .sticky-data .productView-title {
              margin-left: auto;
              max-width: none;
              text-align: left; } }
          @media screen and (max-width: 767px) {
            .productView-description .product-tabs .sticky-data .productView-title {
              font-size: 1.2rem; } }
        .productView-description .product-tabs .sticky-data .form-field--increments {
          display: none; }
        .productView-description .product-tabs .sticky-data .productView-price.rental-price {
          padding-left: 1.4rem; }
          @media screen and (max-width: 767px) {
            .productView-description .product-tabs .sticky-data .productView-price.rental-price {
              padding-left: 1rem; } }
        .productView-description .product-tabs .sticky-data .price-section {
          margin-right: 3rem;
          padding-left: 1.4rem;
          border-left: 0.1rem solid #E0E0E0;
          margin-left: 2rem; }
          @media screen and (max-width: 1440px) {
            .productView-description .product-tabs .sticky-data .price-section {
              margin-right: 2rem; } }
          @media screen and (max-width: 767px) {
            .productView-description .product-tabs .sticky-data .price-section {
              margin-left: 1rem;
              margin-right: 1rem;
              padding-left: 1rem; } }
          .productView-description .product-tabs .sticky-data .price-section .price {
            line-height: normal;
            font-weight: 600;
            color: #151515; }
            @media screen and (max-width: 767px) {
              .productView-description .product-tabs .sticky-data .price-section .price {
                font-size: 1.4rem; } }
          .productView-description .product-tabs .sticky-data .price-section.rrp-price--withoutTax, .productView-description .product-tabs .sticky-data .price-section.price-section--saving {
            display: none; }
        .productView-description .product-tabs .sticky-data .button, .productView-description .product-tabs .sticky-data #consent-manager button, #consent-manager .productView-description .product-tabs .sticky-data button, .productView-description .product-tabs .sticky-data .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-description .product-tabs .sticky-data .form-submit-button, .productView-description .product-tabs .sticky-data .product-info-slidebar .cart-button, .product-info-slidebar .productView-description .product-tabs .sticky-data .cart-button {
          padding: 1.15rem 1.6rem;
          min-width: 15rem;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .productView-description .product-tabs .sticky-data .button, .productView-description .product-tabs .sticky-data #consent-manager button, #consent-manager .productView-description .product-tabs .sticky-data button, .productView-description .product-tabs .sticky-data .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-description .product-tabs .sticky-data .form-submit-button, .productView-description .product-tabs .sticky-data .product-info-slidebar .cart-button, .product-info-slidebar .productView-description .product-tabs .sticky-data .cart-button {
              padding: 1.15rem 1rem;
              min-width: 12rem; } }
    .productView-description h3, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description h2, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .modal-header-title, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .productView-description span, .productView-description .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description span, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .productView-description .slide-title, .productView-description .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .slide-title {
      margin-bottom: 2.2rem; }
      @media screen and (max-width: 1024px) {
        .productView-description h3, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description h2, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .modal-header-title, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .productView-description span, .productView-description .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description span, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .productView-description .slide-title, .productView-description .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .slide-title {
          margin-bottom: 2rem; } }
      .productView-description h3:first-of-type, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list h2:first-of-type, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description h2:first-of-type, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title:first-of-type, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .modal-header-title:first-of-type, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span:first-of-type, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .productView-description span:first-of-type, .productView-description .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span:first-of-type, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description span:first-of-type, .productView-description .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title:first-of-type, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .productView-description .slide-title:first-of-type, .productView-description .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title:first-of-type, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-description .slide-title:first-of-type {
        margin-top: 0; }
    .productView-description a[href*='mail'], .productView-description .link[href*='mail'], .productView-description body:not(.page-home) .c-link[href*='mail'], body:not(.page-home) .productView-description .c-link[href*='mail'], .productView-description .rental-catalog .section .sub-section--label .veiw-product[href*='mail'], .rental-catalog .section .sub-section--label .productView-description .veiw-product[href*='mail'], .productView-description .product-info-slidebar .prd-product-link[href*='mail'], .product-info-slidebar .productView-description .prd-product-link[href*='mail'], .productView-description .all-link[href*='mail'] {
      text-decoration: underline; }
    .productView-description a[href*='tel'], .productView-description .link[href*='tel'], .productView-description body:not(.page-home) .c-link[href*='tel'], body:not(.page-home) .productView-description .c-link[href*='tel'], .productView-description .rental-catalog .section .sub-section--label .veiw-product[href*='tel'], .rental-catalog .section .sub-section--label .productView-description .veiw-product[href*='tel'], .productView-description .product-info-slidebar .prd-product-link[href*='tel'], .product-info-slidebar .productView-description .prd-product-link[href*='tel'], .productView-description .all-link[href*='tel'] {
      font-weight: 700;
      line-height: 1.5;
      color: #151515;
      text-decoration: none; }
      .productView-description a[href*='tel']:hover, .productView-description .link[href*='tel']:hover, .productView-description body:not(.page-home) .c-link[href*='tel']:hover, body:not(.page-home) .productView-description .c-link[href*='tel']:hover, .productView-description .rental-catalog .section .sub-section--label .veiw-product[href*='tel']:hover, .rental-catalog .section .sub-section--label .productView-description .veiw-product[href*='tel']:hover, .productView-description .product-info-slidebar .prd-product-link[href*='tel']:hover, .product-info-slidebar .productView-description .prd-product-link[href*='tel']:hover, .productView-description .all-link[href*='tel']:hover {
        color: #b61616; }
    .productView-description .policy {
      margin-bottom: 2.7rem;
      padding-bottom: 3.5rem;
      border-bottom: 0.1rem solid #E0E0E0; }
      @media screen and (max-width: 1024px) {
        .productView-description .policy {
          margin-bottom: 2rem;
          padding-bottom: 2rem; } }
      .productView-description .policy p {
        margin-bottom: 0; }
      .productView-description .policy:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    .productView-description .tab-content p {
      color: #707070; }
    .productView-description #tab-description h2, .productView-description #tab-description .modal-header-title, .productView-description #tab-description .productView-price span, .productView-price .productView-description #tab-description span, .productView-description #tab-description .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .slide-title {
      font-weight: 600;
      line-height: 1.4;
      margin-top: 4.2rem;
      margin-bottom: 1.5rem;
      font-size: 2.2rem; }
      @media screen and (max-width: 1024px) {
        .productView-description #tab-description h2, .productView-description #tab-description .modal-header-title, .productView-description #tab-description .productView-price span, .productView-price .productView-description #tab-description span, .productView-description #tab-description .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .slide-title {
          margin-top: 2.4rem;
          font-size: 1.8rem; } }
      .productView-description #tab-description h2:first-of-type, .productView-description #tab-description .modal-header-title:first-of-type, .productView-description #tab-description .productView-price span:first-of-type, .productView-price .productView-description #tab-description span:first-of-type, .productView-description #tab-description .product-info-slidebar .cart-heading .slide-title:first-of-type, .product-info-slidebar .cart-heading .productView-description #tab-description .slide-title:first-of-type {
        margin-top: 0;
        font-size: 3.3rem; }
        @media screen and (max-width: 1024px) {
          .productView-description #tab-description h2:first-of-type, .productView-description #tab-description .modal-header-title:first-of-type, .productView-description #tab-description .productView-price span:first-of-type, .productView-price .productView-description #tab-description span:first-of-type, .productView-description #tab-description .product-info-slidebar .cart-heading .slide-title:first-of-type, .product-info-slidebar .cart-heading .productView-description #tab-description .slide-title:first-of-type {
            font-size: 2.4rem; } }
    .productView-description #tab-description .description-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media screen and (max-width: 1024px) {
        .productView-description #tab-description .description-inner {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .productView-description #tab-description .description-inner .description-left {
        width: 54.22%; }
        @media screen and (max-width: 1024px) {
          .productView-description #tab-description .description-inner .description-left {
            width: 100%; } }
      .productView-description #tab-description .description-inner .description-right {
        width: 38.83%; }
        @media screen and (max-width: 1024px) {
          .productView-description #tab-description .description-inner .description-right {
            width: 100%; } }
      .productView-description #tab-description .description-inner .class-topics h2, .productView-description #tab-description .description-inner .class-topics .modal-header-title, .productView-description #tab-description .description-inner .class-topics .productView-price span, .productView-price .productView-description #tab-description .description-inner .class-topics span, .productView-description #tab-description .description-inner .class-topics .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-topics .slide-title,
      .productView-description #tab-description .description-inner .class-equipment h2,
      .productView-description #tab-description .description-inner .class-equipment .modal-header-title,
      .productView-description #tab-description .description-inner .class-equipment .productView-price span,
      .productView-price .productView-description #tab-description .description-inner .class-equipment span,
      .productView-description #tab-description .description-inner .class-equipment .product-info-slidebar .cart-heading .slide-title,
      .product-info-slidebar .cart-heading .productView-description #tab-description .description-inner .class-equipment .slide-title {
        margin-top: 0;
        margin-bottom: 1.8rem;
        font-weight: 600; }
      .productView-description #tab-description .description-inner .class-topics ul,
      .productView-description #tab-description .description-inner .class-equipment ul {
        list-style: none;
        margin: 0; }
        .productView-description #tab-description .description-inner .class-topics ul li,
        .productView-description #tab-description .description-inner .class-equipment ul li {
          color: #707070;
          padding-top: 1.5rem;
          padding-bottom: 1.5rem;
          border-top: 0.1rem solid #E0E0E0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1_3007)'%3E%3Cpath d='M9.24105 0.101807L8.78707 0.555328L6.7452 2.5972L4.70355 4.63885L4.54153 4.80087L4.13889 4.39822L2.97197 3.23154L2.75884 3.01841L0.652344 5.12491L0.86524 5.33804L2.03239 6.50495L2.43503 6.90783H2.4348L4.54153 9.0141L6.64803 6.90783L6.81005 6.74581L8.85193 4.7037L10.8936 2.66206L11.3476 2.20831L9.24105 0.101807Z' fill='%23151515'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_3007'%3E%3Crect width='11' height='9.16667' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 1.1rem auto;
          background-position: left 0.25rem center;
          padding-left: 2.8rem;
          margin-bottom: 0; }
          .productView-description #tab-description .description-inner .class-topics ul li::before,
          .productView-description #tab-description .description-inner .class-equipment ul li::before {
            display: none; }
          .productView-description #tab-description .description-inner .class-topics ul li:last-of-type,
          .productView-description #tab-description .description-inner .class-equipment ul li:last-of-type {
            border-bottom: 0.1rem solid #E0E0E0; }
      .productView-description #tab-description .description-inner .class-topics .disclaimer,
      .productView-description #tab-description .description-inner .class-equipment .disclaimer {
        color: #707070;
        font-style: italic;
        margin-top: 1.3rem;
        margin-bottom: 0; }
      .productView-description #tab-description .description-inner .class-equipment {
        margin-top: 5.3rem; }
        @media screen and (max-width: 1024px) {
          .productView-description #tab-description .description-inner .class-equipment {
            margin-top: 4rem; } }
    .productView-description .specifications-list {
      column-gap: 5rem;
      margin-top: 1rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
        .productView-description .specifications-list {
          column-count: 1;
          margin-top: 0; } }
      .productView-description .specifications-list .info-fields {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-bottom: 0.1rem solid #E0E0E0;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .productView-description .specifications-list .info-fields {
            width: 100%; } }
        .productView-description .specifications-list .info-fields.specifications-head {
          border-bottom: 1px solid #b61616;
          position: relative; }
          .productView-description .specifications-list .info-fields.specifications-head .info-name {
            text-transform: uppercase;
            padding-top: 3rem;
            padding-bottom: 3rem; }
        .productView-description .specifications-list .info-fields:first-child, .productView-description .specifications-list .info-fields:nth-child(2) {
          border-top: 0.1rem solid #E0E0E0; }
        .productView-description .specifications-list .info-fields .info-name {
          width: 29.2rem;
          border-right: 0.1rem solid #E0E0E0;
          font-weight: 700;
          padding-top: 2rem;
          padding-bottom: 2rem; }
          @media screen and (max-width: 1280px) {
            .productView-description .specifications-list .info-fields .info-name {
              width: 13rem; } }
          @media screen and (max-width: 767px) {
            .productView-description .specifications-list .info-fields .info-name {
              width: 100%;
              border-right: none; } }
        .productView-description .specifications-list .info-fields .info-value {
          width: calc(100% - 29.2rem);
          padding-left: 3.3rem;
          padding-top: 2rem;
          padding-bottom: 2rem;
          color: #707070; }
          @media screen and (max-width: 1280px) {
            .productView-description .specifications-list .info-fields .info-value {
              width: calc(100% - 13rem);
              padding-left: 1.6rem; } }
          @media screen and (max-width: 767px) {
            .productView-description .specifications-list .info-fields .info-value {
              width: 100%;
              padding-left: 0;
              padding-top: 0; } }
    .productView-description .product-in_the_box {
      column-count: 2;
      column-gap: 5rem;
      margin-top: 1rem; }
      @media screen and (max-width: 1024px) {
        .productView-description .product-in_the_box {
          column-count: 1;
          margin-top: 0; } }
      .productView-description .product-in_the_box ul {
        list-style: none;
        margin-left: 0; }
      .productView-description .product-in_the_box .info-fields,
      .productView-description .product-in_the_box li {
        border-top: 0.1rem solid #E0E0E0;
        border-bottom: 0.1rem solid #E0E0E0;
        margin-top: -0.1rem;
        position: relative; }
        .productView-description .product-in_the_box .info-fields::before,
        .productView-description .product-in_the_box li::before {
          position: absolute;
          left: 0;
          top: 2.5rem;
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M9.24105 0.101807L8.78707 0.555328L6.7452 2.5972L4.70355 4.63885L4.54153 4.80087L4.13889 4.39822L2.97197 3.23154L2.75884 3.01841L0.652344 5.12491L0.86524 5.33804L2.03239 6.50495L2.43503 6.90783H2.4348L4.54153 9.0141L6.64803 6.90783L6.81005 6.74581L8.85193 4.7037L10.8936 2.66206L11.3476 2.20831L9.24105 0.101807Z' fill='%23151515'/%3E%3C/svg%3E");
          width: 1.1rem;
          height: 0.9rem;
          background-size: 100% auto; }
      .productView-description .product-in_the_box .info-value,
      .productView-description .product-in_the_box li {
        padding-left: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        color: #707070; }
    .productView-description .videoGallery-main {
      padding-bottom: 61.2%; }
  .productView-related {
    border-top: 0.1rem solid #E0E0E0; }
    @media screen and (max-width: 1024px) {
      .productView-related {
        padding-top: 4rem; } }
    @media screen and (min-width: 1025px) {
      .productView-related .productCarousel-slide {
        width: 33.3%;
        height: auto; } }
    .productView-related h2, .productView-related .modal-header-title, .productView-related .productView-price span, .productView-price .productView-related span, .productView-related .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-related .slide-title {
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 3.4rem; }
      @media screen and (max-width: 1024px) {
        .productView-related h2, .productView-related .modal-header-title, .productView-related .productView-price span, .productView-price .productView-related span, .productView-related .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-related .slide-title {
          font-size: 1.6rem;
          margin-bottom: 2rem;
          text-align: center; } }
    .productView-related .productCarousel .slick-list {
      margin: 0 -3rem; }
      @media screen and (max-width: 1280px) {
        .productView-related .productCarousel .slick-list {
          margin: 0 -1rem; } }
    @media screen and (min-width: 1025px) {
      .productView-related .productCarousel .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 1024px) {
      .productView-related .productCarousel .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .productView-related .productCarousel-slide {
      padding: 0 3.15rem; }
      @media screen and (max-width: 1280px) {
        .productView-related .productCarousel-slide {
          padding: 0 1rem;
          height: auto; } }
    .productView-related .productCarousel .card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (min-width: 1025px) {
        .productView-related .productCarousel .card {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          padding: 0;
          border: none;
          height: 100%; } }
      @media screen and (max-width: 1024px) {
        .productView-related .productCarousel .card {
          height: 100%;
          flex-direction: column;
          -webkit-flex-direction: column; } }
      .productView-related .productCarousel .card-title {
        margin-bottom: 0.8rem; }
      .productView-related .productCarousel .card .productView-rating {
        margin-bottom: 0.8rem; }
      .productView-related .productCarousel .card .yotpo-sr-bottom-line-text {
        color: #828282 !important; }
      .productView-related .productCarousel .card-figure {
        box-shadow: none; }
        @media screen and (min-width: 1025px) {
          .productView-related .productCarousel .card-figure {
            width: 18rem;
            padding: 2.35rem 3.8rem;
            box-shadow: none;
            border-radius: 0; } }
      .productView-related .productCarousel .card .wishlistbtn {
        display: none; }
      .productView-related .productCarousel .card-brand {
        display: none; }
      @media screen and (min-width: 1025px) {
        .productView-related .productCarousel .card-body {
          width: calc(100% - 18rem);
          padding-top: 0;
          padding-left: 1rem;
          flex-direction: column;
          -webkit-flex-direction: column;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      @media screen and (max-width: 1024px) {
        .productView-related .productCarousel .card-body {
          padding: 1rem 1.5rem 2.5rem;
          flex-direction: column;
          -webkit-flex-direction: column;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex: auto;
          text-align: left; } }
      .productView-related .productCarousel .card-description {
        display: none; }
      .productView-related .productCarousel .card-price {
        margin-bottom: 1.5rem;
        margin-top: auto; }
        @media screen and (max-width: 1024px) {
          .productView-related .productCarousel .card-price {
            text-align: left; } }
        .productView-related .productCarousel .card-price span {
          color: #151515; }
        .productView-related .productCarousel .card-price .price-section--saving {
          display: none; }
      @media screen and (max-width: 1024px) {
        .productView-related .productCarousel .card-action {
          margin-bottom: 0;
          text-align: center; } }
      .productView-related .productCarousel .card-action .button, .productView-related .productCarousel .card-action #consent-manager button, #consent-manager .productView-related .productCarousel .card-action button, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button {
        min-width: 16.9rem;
        display: inline-block;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        color: #b61616;
        border: 0.1rem solid #b61616;
        background-color: transparent;
        margin-top: 0; }
        @media screen and (max-width: 1280px) {
          .productView-related .productCarousel .card-action .button, .productView-related .productCarousel .card-action #consent-manager button, #consent-manager .productView-related .productCarousel .card-action button, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button {
            padding-left: 2.4rem;
            padding-right: 2.4rem; } }
        @media screen and (max-width: 1024px) {
          .productView-related .productCarousel .card-action .button, .productView-related .productCarousel .card-action #consent-manager button, #consent-manager .productView-related .productCarousel .card-action button, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button {
            min-width: 0;
            width: 100%; } }
        .productView-related .productCarousel .card-action .button::after, .productView-related .productCarousel .card-action #consent-manager button::after, #consent-manager .productView-related .productCarousel .card-action button::after, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button::after, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button::after, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button::after, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70605 0.373657L6.21033 4.87793L1.70605 9.3822L0.079709 7.75585L2.95763 4.87793L0.0797092 2L1.70605 0.373657Z' fill='%23ffffff'/%3E%3C/svg%3E");
          display: none; }
        .productView-related .productCarousel .card-action .button:hover, .productView-related .productCarousel .card-action #consent-manager button:hover, #consent-manager .productView-related .productCarousel .card-action button:hover, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button:hover, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button:hover, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button:hover, .productView-related .productCarousel .card-action .button:focus, .productView-related .productCarousel .card-action #consent-manager button:focus, #consent-manager .productView-related .productCarousel .card-action button:focus, .productView-related .productCarousel .card-action .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .productView-related .productCarousel .card-action .form-submit-button:focus, .productView-related .productCarousel .card-action .product-info-slidebar .cart-button:focus, .product-info-slidebar .productView-related .productCarousel .card-action .cart-button:focus {
          background-color: #b61616;
          color: white; }
    .productView-related .productCarousel .slick-arrow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .productView-related .productCarousel .slick-arrow.slick-prev {
        top: -3.05rem;
        transform: translateY(-100%);
        left: auto;
        right: 4.1rem; }
      .productView-related .productCarousel .slick-arrow.slick-next {
        top: -3.05rem;
        transform: translateY(-100%);
        left: auto;
        right: 0; }
  .productView-similar .page-heading, .productView-similar .rental-catalog h2, .rental-catalog .productView-similar h2, .productView-similar .rental-catalog .modal-header-title, .rental-catalog .productView-similar .modal-header-title, .productView-similar .rental-catalog .productView-price span, .rental-catalog .productView-price .productView-similar span, .productView-similar .productView-price .rental-catalog span, .productView-price .rental-catalog .productView-similar span, .productView-similar .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-similar .slide-title, .productView-similar .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .productView-similar .blog-grid-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 5rem; }
  .productView-similar .slick-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .productView-similar .slick-arrow.slick-prev {
      top: -4.8rem;
      transform: translateY(-100%);
      left: auto;
      right: 4.1rem; }
    .productView-similar .slick-arrow.slick-next {
      top: -4.8rem;
      transform: translateY(-100%);
      left: auto;
      right: 0; }
  .productView-similar .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .productView-similar .productCarousel-slide {
    padding: 0 1rem;
    height: auto; }
  .productView-similar .productCarousel .card {
    border: 0.1rem solid #E0E0E0;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 1.8rem;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .productView-similar .productCarousel .card-body {
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      padding-top: 4rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex: auto;
      padding-bottom: 2rem; }
    .productView-similar .productCarousel .card-brand {
      display: block; }
    .productView-similar .productCarousel .card-action {
      display: none; }
    .productView-similar .productCarousel .card-price {
      text-align: left;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #151515;
      margin-top: auto; }
      .productView-similar .productCarousel .card-price .price-section {
        display: inline-block; }
        .productView-similar .productCarousel .card-price .price-section.non-sale-price--withoutTax .price {
          font-weight: 400;
          font-size: inherit;
          color: inherit; }
      .productView-similar .productCarousel .card-price span {
        font-weight: 700;
        color: #b61616; }
        .productView-similar .productCarousel .card-price span:not(.price) {
          display: none; }
  .productView-classDetails .productView-priceStock {
    border: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .productView-basic-info {
    border: 0.1rem solid #E0E0E0;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-bottom: 2.1rem;
    margin-top: 1.6rem; }
    @media screen and (max-width: 1024px) {
      .productView-basic-info {
        margin-top: 2rem; } }
    .productView-basic-info .skill-length {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-bottom: 0.1rem solid #E0E0E0; }
      @media screen and (max-width: 767px) {
        .productView-basic-info .skill-length {
          flex-direction: column;
          -webkit-flex-direction: column;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }
      .productView-basic-info .skill-length .skill-level + .length {
        border-left: 0.1rem solid #E0E0E0; }
        @media screen and (max-width: 767px) {
          .productView-basic-info .skill-length .skill-level + .length {
            border-left: none; } }
      .productView-basic-info .skill-length .skill-level,
      .productView-basic-info .skill-length .length {
        padding: 1.6rem 2rem 1.6rem;
        text-transform: capitalize;
        line-height: 1.2;
        font-family: 'sourcesanspro-regular';
        width: 100%; }
        @media screen and (max-width: 767px) {
          .productView-basic-info .skill-length .skill-level,
          .productView-basic-info .skill-length .length {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem; } }
        .productView-basic-info .skill-length .skill-level .icon,
        .productView-basic-info .skill-length .length .icon {
          width: 1.4rem;
          height: 1.3rem;
          margin-right: 0.7rem; }
          .productView-basic-info .skill-length .skill-level .icon svg,
          .productView-basic-info .skill-length .length .icon svg {
            fill: none; }
    .productView-basic-info .location-direction {
      text-transform: capitalize;
      line-height: 1.2;
      font-family: 'sourcesanspro-regular';
      padding: 1.6rem 2rem; }
      .productView-basic-info .location-direction .class-location,
      .productView-basic-info .location-direction .locations {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      @media screen and (max-width: 1024px) {
        .productView-basic-info .location-direction {
          padding: 2rem; } }
      .productView-basic-info .location-direction .class-location > .icon {
        width: 1.4rem;
        height: 1.4rem;
        margin-right: 0.7rem; }
        .productView-basic-info .location-direction .class-location > .icon svg {
          fill: none;
          stroke: black; }
      .productView-basic-info .location-direction .locations {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex: auto;
        margin-left: 1.1rem; }
        .productView-basic-info .location-direction .locations span,
        .productView-basic-info .location-direction .locations a,
        .productView-basic-info .location-direction .locations .link,
        .productView-basic-info .location-direction .locations body:not(.page-home) .c-link,
        body:not(.page-home) .productView-basic-info .location-direction .locations .c-link,
        .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product,
        .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product,
        .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link,
        .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link,
        .productView-basic-info .location-direction .locations .all-link {
          display: block;
          margin-bottom: 0.7rem; }
        
        .productView-basic-info .location-direction .locations a,
        .productView-basic-info .location-direction .locations .link,
        .productView-basic-info .location-direction .locations body:not(.page-home) .c-link,
        body:not(.page-home) .productView-basic-info .location-direction .locations .c-link,
        .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product,
        .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product,
        .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link,
        .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link,
        .productView-basic-info .location-direction .locations .all-link {
          color: #b61616; }
          .productView-basic-info .location-direction .locations a .icon, .productView-basic-info .location-direction .locations .link .icon, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link .icon, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link .icon, .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product .icon, .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product .icon, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link .icon, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link .icon, .productView-basic-info .location-direction .locations .all-link .icon {
            width: 1rem;
            height: 1rem;
            margin-left: 0.7rem; }
            .productView-basic-info .location-direction .locations a .icon svg, .productView-basic-info .location-direction .locations .link .icon svg, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link .icon svg, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link .icon svg, .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product .icon svg, .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product .icon svg, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link .icon svg, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link .icon svg, .productView-basic-info .location-direction .locations .all-link .icon svg {
              fill: none;
              stroke: #b61616; }
          .productView-basic-info .location-direction .locations a:hover, .productView-basic-info .location-direction .locations .link:hover, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link:hover, .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product:hover, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link:hover, .productView-basic-info .location-direction .locations .all-link:hover {
            color: #151515; }
            .productView-basic-info .location-direction .locations a:hover .icon svg, .productView-basic-info .location-direction .locations .link:hover .icon svg, .productView-basic-info .location-direction .locations body:not(.page-home) .c-link:hover .icon svg, body:not(.page-home) .productView-basic-info .location-direction .locations .c-link:hover .icon svg, .productView-basic-info .location-direction .locations .rental-catalog .section .sub-section--label .veiw-product:hover .icon svg, .rental-catalog .section .sub-section--label .productView-basic-info .location-direction .locations .veiw-product:hover .icon svg, .productView-basic-info .location-direction .locations .product-info-slidebar .prd-product-link:hover .icon svg, .product-info-slidebar .productView-basic-info .location-direction .locations .prd-product-link:hover .icon svg, .productView-basic-info .location-direction .locations .all-link:hover .icon svg {
              stroke: #151515; }
  .productView-instructor {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (min-width: 1025px) {
      .productView-instructor {
        width: 51.29%;
        margin-top: 3.1rem; } }
    @media screen and (max-width: 1024px) {
      .productView-instructor {
        margin-bottom: 4rem; } }
    .productView-instructor h2, .productView-instructor .modal-header-title, .productView-instructor .productView-price span, .productView-price .productView-instructor span, .productView-instructor .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-instructor .slide-title {
      font-size: 2.2rem;
      margin-bottom: 1.4rem;
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .productView-instructor h2, .productView-instructor .modal-header-title, .productView-instructor .productView-price span, .productView-price .productView-instructor span, .productView-instructor .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .productView-instructor .slide-title {
          padding: 1.5rem 2rem;
          color: #b61616;
          background-color: #f7f8f9;
          font-weight: 700;
          font-size: 1.6rem;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          border-radius: 0.3rem;
          margin-bottom: 0rem;
          position: relative;
          border: 0.1rem solid #b61616;
          text-align: center; } }
      @media screen and (max-width: 1024px) {
        .productView-instructor h2::after, .productView-instructor .modal-header-title::after, .productView-instructor .productView-price span::after, .productView-price .productView-instructor span::after, .productView-instructor .product-info-slidebar .cart-heading .slide-title::after, .product-info-slidebar .cart-heading .productView-instructor .slide-title::after {
          content: '';
          width: 0.8rem;
          height: 0.8rem;
          background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' stroke='%23b61616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 26'%3E%3Cpath id='Vector 51' d='M5.5 11V0' stroke-width='2'/%3E%3Cpath id='Vector 52' d='M11 5.5L0 5.5' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: center;
          display: inline-block;
          vertical-align: middle;
          margin-left: 0.6rem;
          transition: all 0.15s ease; } }
      @media screen and (max-width: 1024px) {
        .productView-instructor h2.is-open::after, .productView-instructor .is-open.modal-header-title::after, .productView-instructor .productView-price span.is-open::after, .productView-price .productView-instructor span.is-open::after, .productView-instructor .product-info-slidebar .cart-heading .is-open.slide-title::after, .product-info-slidebar .cart-heading .productView-instructor .is-open.slide-title::after {
          background-image: url("data:image/svg+xml,%3Csvg width='11' height='3' viewBox='0 0 11 3' stroke='%23b61616' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 23'%3E%3Cpath id='Vector 52' d='M11 1.5L0 1.5' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A"); } }
    @media screen and (max-width: 1024px) {
      .productView-instructor .instructor-list {
        margin-top: 2rem; } }
    .productView-instructor .instructor-item {
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem;
      border: 0.1rem solid #E0E0E0;
      margin-bottom: 1.5rem;
      padding: 1.6rem 2rem;
      padding-left: 10.5rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .productView-instructor .instructor-item {
          margin-bottom: 2rem; } }
      @media screen and (max-width: 1024px) {
        .productView-instructor .instructor-item:last-child {
          margin-bottom: 0; } }
      .productView-instructor .instructor-item .image-block {
        width: 6.5rem;
        position: absolute;
        top: 1.6rem;
        left: 2rem; }
        .productView-instructor .instructor-item .image-block img {
          width: 100%;
          aspect-ratio: 1/1;
          object-fit: cover;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .productView-instructor .instructor-item h4 {
        margin-top: 0;
        margin-bottom: 0; }
      .productView-instructor .instructor-item span {
        margin-left: 1rem;
        font-family: "Jost", Arial, Helvetica, sans-serif; }
      .productView-instructor .instructor-item p {
        margin-top: 1.1rem;
        margin-bottom: 0;
        color: #707070; }
        .productView-instructor .instructor-item p a, .productView-instructor .instructor-item p .link, .productView-instructor .instructor-item p body:not(.page-home) .c-link, body:not(.page-home) .productView-instructor .instructor-item p .c-link, .productView-instructor .instructor-item p .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-instructor .instructor-item p .veiw-product, .productView-instructor .instructor-item p .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-instructor .instructor-item p .prd-product-link, .productView-instructor .instructor-item p .all-link {
          text-decoration: underline;
          font-weight: 600; }
  .productView-reviews {
    background-color: rgba(247, 248, 249, 0.5);
    border-top: 0.1rem solid #E0E0E0; }

/*--- [ Preview Cart ] ---*/
.previewCart {
  max-width: none; }
  .previewCart .productView {
    flex-direction: row;
    -webkit-flex-direction: row;
    padding: 0;
    padding-right: 3.2rem; }
    @media (min-width: 801px) {
      .previewCart .productView {
        width: 70%; } }
    @media screen and (max-width: 1024px) {
      .previewCart .productView {
        display: none; } }
    .previewCart .productView-image, .previewCart .productView-details {
      width: 50%;
      padding: 0; }
    .previewCart .productView-details {
      padding-left: 3.2rem; }
    .previewCart .productView-image {
      order: initial; }
      @media screen and (max-width: 1024px) {
        .previewCart .productView-image {
          pointer-events: all; } }
    .previewCart .productView-title {
      font-style: normal;
      font-weight: 600;
      line-height: 1.1;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0.9rem; }
    .previewCart .productView-img-container {
      max-width: 38.4rem; }
      .previewCart .productView-img-container::after {
        content: '';
        padding-bottom: 100%;
        display: block; }
    .previewCart .productView-price {
      margin-bottom: 1.5rem;
      text-align: left;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #151515; }
    .previewCart .productView-info {
      margin-bottom: 0;
      font-family: "Jost", Arial, Helvetica, sans-serif;
      color: black;
      text-transform: uppercase;
      line-height: 1.4;
      margin-bottom: 1.6rem; }
      .previewCart .productView-info-name {
        font-weight: 600; }
      .previewCart .productView-info-value {
        font-weight: 400; }
    .previewCart .productView .productView-info > :first-child {
      margin-top: 0.2rem; }
    .previewCart .productView .productView-info-name, .previewCart .productView .productView-info-value {
      display: inline-block; }
  .previewCart .previewCartCheckout-additionalCheckoutButtons .or-use-label {
    display: none; }
  .previewCart .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    width: 100% !important; }
  .previewCart .previewCartCheckout-additionalCheckoutButtons .PaypalCommerceCreditCheckout:last-child {
    margin-bottom: 0; }
    .previewCart .previewCartCheckout-additionalCheckoutButtons .PaypalCommerceCreditCheckout:last-child .PaypalCommerceCreditInnerContainer {
      margin-bottom: 0 !important; }
  .previewCartCheckout {
    padding: 3.2rem;
    background-color: #f7f8f9; }
    @media (min-width: 801px) {
      .previewCartCheckout {
        width: 30%; } }
    @media screen and (max-width: 1024px) {
      .previewCartCheckout {
        width: 100%;
        padding: 1.5rem; } }
    .previewCartCheckout-price {
      font-family: "Jost", Arial, Helvetica, sans-serif;
      color: #151515;
      font-weight: 700; }
    .previewCartCheckout-subtotal {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .previewCartCheckout-subtotal,
    .previewCartCheckout p {
      margin-bottom: 2rem; }
    .previewCartCheckout-subtotal {
      margin-bottom: 0.5rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout #consent-manager button:not(:last-child), #consent-manager .previewCartCheckout button:not(:last-child), .previewCartCheckout .sell-your-gear-form-new .form-submit-button:not(:last-child), .sell-your-gear-form-new .previewCartCheckout .form-submit-button:not(:last-child), .previewCartCheckout .product-info-slidebar .cart-button:not(:last-child), .product-info-slidebar .previewCartCheckout .cart-button:not(:last-child) {
      margin-bottom: 2rem; }

@media print {
  .header-top,
  .header-navPages,
  [data-content-region='header_promo--global'],
  nav[aria-label='Breadcrumb'],
  .footer,
  .productView-options,
  .header-navUser {
    display: none !important; }
  .skip-to-main-link {
    display: none !important; }
  .header--sticky {
    box-shadow: none; }
  .header-logo,
  .header-logo__link,
  .productView-image-list {
    width: 100%;
    height: auto; }
  .header-logo,
  .header-logo__link {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto; }
  .productView {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .productView::before, .productView::after {
      display: none; }
  .productView-images {
    -webkit-justify-content: center;
    justify-content: center; }
  .productView-image {
    width: 100% !important;
    margin-left: 0; }
  .sale-flag-side,
  .zoom-image {
    display: none !important; }
  .productView-thumbnails,
  .productView-sku-rating,
  .productView-priceStock-row:last-child,
  .productView-stock,
  .productView-shortDesc,
  .productView-renting,
  .productView-keyFeatures,
  .productView-callAction,
  .productView-reviews,
  .productView-related {
    display: none !important; }
  .productView-priceStock {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .productView-details.product-options {
    margin-bottom: 0; }
  .productView-images {
    width: 100%;
    padding: 0;
    float: none;
    order: inherit;
    margin-top: 3rem !important; }
  .productView-img-container {
    max-width: none; }
  .productView-img-container::after {
    padding-bottom: 100%; } }

.backorder-modal {
  padding: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #151515 !important;
  border: 0.1rem solid #b61616 !important;
  background-color: #fcf9f9 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: none !important; }

.product-options-black-border .productView-options .warranty-field .form-radio:checked + .form-label {
  border-width: 2px; }

.product-options .productView-options .form-option-wrapper .form-checkbox:checked + .form-label,
.product-options .productView-options .form-option-wrapper .form-radio:checked + .form-option,
.product-options .productView-options .options-section__item.selected,
.product-options .productView-options div[data-product-attribute='set-rectangle'] .form-radio:checked + .form-option {
  border-width: 2px;
  border-color: #b61616; }

klarna-placement {
  width: 100%; }

/*--- [ Cart page ] ---*/
.cart {
  margin: 4rem 0 0; }
  .cart-totals {
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .cart-totals {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .cart-totals {
        width: 100%; } }
    .cart-totals .cart-total:first-child .cart-total-label,
    .cart-totals .cart-total:first-child .cart-total-value {
      padding-top: 0; }
  .cart-list {
    border-color: #E3E3E3; }
  .cart-item {
    border-color: #E3E3E3; }
    @media screen and (max-width: 767px) {
      .cart-item {
        position: relative; } }
    @media screen and (min-width: 1025px) {
      .cart-item-figure {
        padding: 1.5rem 0; } }
  .cart-header-item {
    text-transform: uppercase;
    padding-bottom: 1.3rem;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  .cart-item-brand {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    color: #151515;
    margin-bottom: 1.6rem;
    line-height: 1.4;
    text-decoration-line: underline; }
  .cart-item-name {
    margin-bottom: .8rem; }
  .cart-item-name__label {
    text-transform: uppercase;
    font-weight: 700;
    color: #151515;
    margin-bottom: 0.6rem;
    line-height: 1.2; }
    .cart-item-name__label:hover {
      color: #b61616; }
  .cart-item-value {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .cart-item-value {
        font-size: 1.3rem;
        line-height: 1.4; } }
  .cart-remove {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.3rem; }
    @media screen and (max-width: 767px) {
      .cart-remove {
        margin-top: 0.5rem;
        position: absolute;
        top: 1rem;
        right: 0; } }
    .cart-remove > svg {
      fill: #151515; }
      @media screen and (max-width: 1280px) {
        .cart-remove > svg {
          margin-left: 0.1rem; } }
      @media screen and (max-width: 1024px) {
        .cart-remove > svg {
          margin: 0; } }
    .cart-remove:hover svg {
      fill: #b61616; }
  .cart-total-label,
  .cart-total-value {
    padding: 1.9rem 0; }
  .cart-total-label {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515; }
    @media screen and (max-width: 1024px) {
      .cart-total-label {
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .cart-total-label {
        width: 50%; } }
  .cart-total-value {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .cart-total-value {
        text-align: right;
        width: 50%; } }
  @media screen and (max-width: 1024px) {
    .cart-item-quantity.cart-item-quantity-certificate .form-increment {
      width: 12.5rem; } }
  .cart-item-quantity.cart-item-quantity-certificate .form-increment .form-input, .cart-item-quantity.cart-item-quantity-certificate .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .cart-item-quantity.cart-item-quantity-certificate .form-increment .select2-search__field, .cart-item-quantity.cart-item-quantity-certificate .form-increment .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .cart-item-quantity.cart-item-quantity-certificate .form-increment .form-file {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cart-item-quantity {
      margin: 1.5rem 0; } }
  .cart-item-quantity .form-increment {
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .cart-item-quantity .form-increment {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .cart-item-quantity .form-increment {
        margin-left: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .cart-item-info {
      clear: both;
      margin-left: auto;
      height: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  @media screen and (max-width: 1024px) {
    .cart-item-info .cart-item-label {
      font-weight: 600; } }
  @media screen and (max-width: 767px) {
    .cart-item-info .cart-item-label {
      text-align: left;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      padding-bottom: 1.5rem;
      padding-right: 2rem; } }
  .cart-item-title > a, .cart-item-title > .link, .form-actions .cart-item-title > a.forgot-password, body:not(.page-home) .cart-item-title > .c-link, .rental-catalog .section .sub-section--label .cart-item-title > .veiw-product, .product-info-slidebar .cart-item-title > .prd-product-link, .cart-item-title > .all-link {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #b61616;
    text-decoration: underline;
    display: block; }
    .cart-item-title > a:hover, .cart-item-title > .link:hover, .form-actions .cart-item-title > a.forgot-password:hover, body:not(.page-home) .cart-item-title > .c-link:hover, .rental-catalog .section .sub-section--label .cart-item-title > .veiw-product:hover, .product-info-slidebar .cart-item-title > .prd-product-link:hover, .cart-item-title > .all-link:hover {
      color: #151515; }
  .cart-item-title .definitionList {
    font-family: "Jost", Arial, Helvetica, sans-serif;
    color: black;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0; }
  .cart-item-title .definitionList-value {
    margin-bottom: .8rem;
    color: inherit; }
    @media screen and (max-width: 1024px) {
      .cart-item-title .definitionList-value {
        font-size: 1.2rem; } }
  .cart-item-title .definitionList-key {
    font-family: inherit;
    line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .cart-item-title .definitionList-key {
        font-size: 1.2rem; } }
  .cart-item-title a[data-item-edit], .cart-item-title .link[data-item-edit], .cart-item-title body:not(.page-home) .c-link[data-item-edit], body:not(.page-home) .cart-item-title .c-link[data-item-edit], .cart-item-title .rental-catalog .section .sub-section--label .veiw-product[data-item-edit], .rental-catalog .section .sub-section--label .cart-item-title .veiw-product[data-item-edit], .cart-item-title .product-info-slidebar .prd-product-link[data-item-edit], .product-info-slidebar .cart-item-title .prd-product-link[data-item-edit], .cart-item-title .all-link[data-item-edit] {
    display: block; }
  .cart-total ul {
    margin-left: 0; }
  .cart-total .coupon-form {
    margin-bottom: 2.5rem; }
  .select2-search--dropdown .cart-total .coupon-code .select2-search__field, .cart-total .coupon-code .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .cart-total .coupon-code .form-file, .cart-total .coupon-code .form-input, .cart-total .coupon-code .select2-search--dropdown .select2-search__field, .cart-total .select2-search--dropdown .coupon-code .select2-search__field,
  .select2-search--dropdown .cart-total .cart-gift-certificate-form .select2-search__field,
  .cart-total .cart-gift-certificate-form .productView-options [data-product-attribute='input-file'] .form-file,
  .productView-options [data-product-attribute='input-file'] .cart-total .cart-gift-certificate-form .form-file,
  .cart-total .cart-gift-certificate-form .form-input,
  .cart-total .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
  .cart-total .select2-search--dropdown .cart-gift-certificate-form .select2-search__field {
    width: 65.5%; }
    @media screen and (max-width: 767px) {
      .select2-search--dropdown .cart-total .coupon-code .select2-search__field, .cart-total .coupon-code .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .cart-total .coupon-code .form-file, .cart-total .coupon-code .form-input, .cart-total .coupon-code .select2-search--dropdown .select2-search__field, .cart-total .select2-search--dropdown .coupon-code .select2-search__field,
      .select2-search--dropdown .cart-total .cart-gift-certificate-form .select2-search__field,
      .cart-total .cart-gift-certificate-form .productView-options [data-product-attribute='input-file'] .form-file,
      .productView-options [data-product-attribute='input-file'] .cart-total .cart-gift-certificate-form .form-file,
      .cart-total .cart-gift-certificate-form .form-input,
      .cart-total .cart-gift-certificate-form .select2-search--dropdown .select2-search__field,
      .cart-total .select2-search--dropdown .cart-gift-certificate-form .select2-search__field {
        width: 100%; } }
  .cart-total .coupon-code .button, .cart-total .coupon-code #consent-manager button, #consent-manager .cart-total .coupon-code button, .cart-total .coupon-code .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cart-total .coupon-code .form-submit-button, .cart-total .coupon-code .product-info-slidebar .cart-button, .product-info-slidebar .cart-total .coupon-code .cart-button,
  .cart-total .cart-gift-certificate-form .button,
  .cart-total .cart-gift-certificate-form #consent-manager button,
  #consent-manager .cart-total .cart-gift-certificate-form button,
  .cart-total .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .cart-total .cart-gift-certificate-form .form-submit-button,
  .cart-total .cart-gift-certificate-form .product-info-slidebar .cart-button,
  .product-info-slidebar .cart-total .cart-gift-certificate-form .cart-button {
    min-width: 0;
    width: 32.5%; }
    @media screen and (max-width: 767px) {
      .cart-total .coupon-code .button, .cart-total .coupon-code #consent-manager button, #consent-manager .cart-total .coupon-code button, .cart-total .coupon-code .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .cart-total .coupon-code .form-submit-button, .cart-total .coupon-code .product-info-slidebar .cart-button, .product-info-slidebar .cart-total .coupon-code .cart-button,
      .cart-total .cart-gift-certificate-form .button,
      .cart-total .cart-gift-certificate-form #consent-manager button,
      #consent-manager .cart-total .cart-gift-certificate-form button,
      .cart-total .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button,
      .sell-your-gear-form-new .cart-total .cart-gift-certificate-form .form-submit-button,
      .cart-total .cart-gift-certificate-form .product-info-slidebar .cart-button,
      .product-info-slidebar .cart-total .cart-gift-certificate-form .cart-button {
        width: 100%;
        margin-top: 1.5rem;
        margin-left: 0; } }
    .cart-total .coupon-code .button:hover, .cart-total .coupon-code #consent-manager button:hover, #consent-manager .cart-total .coupon-code button:hover, .cart-total .coupon-code .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .cart-total .coupon-code .form-submit-button:hover, .cart-total .coupon-code .product-info-slidebar .cart-button:hover, .product-info-slidebar .cart-total .coupon-code .cart-button:hover, .cart-total .coupon-code .button:focus, .cart-total .coupon-code #consent-manager button:focus, #consent-manager .cart-total .coupon-code button:focus, .cart-total .coupon-code .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .cart-total .coupon-code .form-submit-button:focus, .cart-total .coupon-code .product-info-slidebar .cart-button:focus, .product-info-slidebar .cart-total .coupon-code .cart-button:focus,
    .cart-total .cart-gift-certificate-form .button:hover,
    .cart-total .cart-gift-certificate-form #consent-manager button:hover,
    #consent-manager .cart-total .cart-gift-certificate-form button:hover,
    .cart-total .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button:hover,
    .sell-your-gear-form-new .cart-total .cart-gift-certificate-form .form-submit-button:hover,
    .cart-total .cart-gift-certificate-form .product-info-slidebar .cart-button:hover,
    .product-info-slidebar .cart-total .cart-gift-certificate-form .cart-button:hover,
    .cart-total .cart-gift-certificate-form .button:focus,
    .cart-total .cart-gift-certificate-form #consent-manager button:focus,
    #consent-manager .cart-total .cart-gift-certificate-form button:focus,
    .cart-total .cart-gift-certificate-form .sell-your-gear-form-new .form-submit-button:focus,
    .sell-your-gear-form-new .cart-total .cart-gift-certificate-form .form-submit-button:focus,
    .cart-total .cart-gift-certificate-form .product-info-slidebar .cart-button:focus,
    .product-info-slidebar .cart-total .cart-gift-certificate-form .cart-button:focus {
      background-color: transparent;
      border-color: #b61616;
      color: #b61616; }
  .cart-actions .button:after, .cart-actions #consent-manager button:after, #consent-manager .cart-actions button:after, .cart-actions .sell-your-gear-form-new .form-submit-button:after, .sell-your-gear-form-new .cart-actions .form-submit-button:after, .cart-actions .product-info-slidebar .cart-button:after, .product-info-slidebar .cart-actions .cart-button:after {
    display: none; }
  .cart-actions .button:hover, .cart-actions #consent-manager button:hover, #consent-manager .cart-actions button:hover, .cart-actions .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .cart-actions .form-submit-button:hover, .cart-actions .product-info-slidebar .cart-button:hover, .product-info-slidebar .cart-actions .cart-button:hover, .cart-actions .button:focus, .cart-actions #consent-manager button:focus, #consent-manager .cart-actions button:focus, .cart-actions .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .cart-actions .form-submit-button:focus, .cart-actions .product-info-slidebar .cart-button:focus, .product-info-slidebar .cart-actions .cart-button:focus {
    background-color: transparent;
    border-color: #b61616;
    color: #b61616; }

.shipping-quotes:empty {
  display: none; }

.shipping-quotes .estimator-form-row {
  text-align: left; }
  .shipping-quotes .estimator-form-row dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .shipping-quotes .estimator-form-row dl .estimator-form-input--price {
      width: auto;
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .shipping-quotes .select-shipping-quote {
    width: 100%; } }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form-label-text, .estimator-form-input {
    margin-left: 0;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    color: #151515; }
  .estimator-form dl {
    margin-bottom: 2rem; }
  .estimator-form-label .form-label {
    margin-bottom: .8rem; }
  @media screen and (max-width: 767px) {
    .estimator-form-input {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .estimator-form .button--primary, .estimator-form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .estimator-form .form-submit-button, .estimator-form .product-info-slidebar .cart-button, .product-info-slidebar .estimator-form .cart-button {
      width: 100%;
      margin-top: .6rem; } }

.shipping-estimator .button:after, .shipping-estimator #consent-manager button:after, #consent-manager .shipping-estimator button:after, .shipping-estimator .sell-your-gear-form-new .form-submit-button:after, .sell-your-gear-form-new .shipping-estimator .form-submit-button:after, .shipping-estimator .product-info-slidebar .cart-button:after, .product-info-slidebar .shipping-estimator .cart-button:after {
  display: none; }

.shipping-estimator .button:hover, .shipping-estimator #consent-manager button:hover, #consent-manager .shipping-estimator button:hover, .shipping-estimator .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .shipping-estimator .form-submit-button:hover, .shipping-estimator .product-info-slidebar .cart-button:hover, .product-info-slidebar .shipping-estimator .cart-button:hover, .shipping-estimator .button:focus, .shipping-estimator #consent-manager button:focus, #consent-manager .shipping-estimator button:focus, .shipping-estimator .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .shipping-estimator .form-submit-button:focus, .shipping-estimator .product-info-slidebar .cart-button:focus, .product-info-slidebar .shipping-estimator .cart-button:focus {
  background-color: transparent;
  border-color: #b61616;
  color: #b61616; }

.shipping-estimator .shipping-quotes {
  padding-bottom: 2rem; }
  .shipping-estimator .shipping-quotes dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .shipping-estimator .shipping-quotes .estimator-form-label .estimator-form-label-text {
    display: inline-block; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  font-weight: 600;
  color: #b61616; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #151515; }

@media screen and (max-width: 1024px) {
  .cart-total + .cart-total {
    border-top: 1px solid #E3E3E3; } }

#CartEditProductFieldsForm .form-radio + .form-label::after {
  width: 1.5rem;
  height: 1.5rem;
  left: -0.1rem;
  top: 0.1rem; }

.modal--alert .button-container .confirm.button, .modal--alert .button-container #consent-manager button.confirm, #consent-manager .modal--alert .button-container button.confirm, .modal--alert .button-container .sell-your-gear-form-new .confirm.form-submit-button, .sell-your-gear-form-new .modal--alert .button-container .confirm.form-submit-button, .modal--alert .button-container .product-info-slidebar .confirm.cart-button, .product-info-slidebar .modal--alert .button-container .confirm.cart-button {
  background: #b61616;
  color: white;
  border: 0.1rem solid #b61616; }
  .modal--alert .button-container .confirm.button:focus, .modal--alert .button-container #consent-manager button.confirm:focus, #consent-manager .modal--alert .button-container button.confirm:focus, .modal--alert .button-container .sell-your-gear-form-new .confirm.form-submit-button:focus, .sell-your-gear-form-new .modal--alert .button-container .confirm.form-submit-button:focus, .modal--alert .button-container .product-info-slidebar .confirm.cart-button:focus, .product-info-slidebar .modal--alert .button-container .confirm.cart-button:focus {
    background: #b61616;
    color: white;
    border-color: transparent; }
  .modal--alert .button-container .confirm.button:hover, .modal--alert .button-container #consent-manager button.confirm:hover, #consent-manager .modal--alert .button-container button.confirm:hover, .modal--alert .button-container .sell-your-gear-form-new .confirm.form-submit-button:hover, .sell-your-gear-form-new .modal--alert .button-container .confirm.form-submit-button:hover, .modal--alert .button-container .product-info-slidebar .confirm.cart-button:hover, .product-info-slidebar .modal--alert .button-container .confirm.cart-button:hover {
    color: #b61616;
    background: white;
    border-color: #b61616; }

.modal--alert .button-container .cancel.button, .modal--alert .button-container #consent-manager button.cancel, #consent-manager .modal--alert .button-container button.cancel, .modal--alert .button-container .sell-your-gear-form-new .cancel.form-submit-button, .sell-your-gear-form-new .modal--alert .button-container .cancel.form-submit-button, .modal--alert .button-container .product-info-slidebar .cancel.cart-button, .product-info-slidebar .modal--alert .button-container .cancel.cart-button {
  background: white;
  border: 0.1rem solid #b61616;
  color: #b61616; }
  @media screen and (max-width: 375px) {
    .modal--alert .button-container .cancel.button, .modal--alert .button-container #consent-manager button.cancel, #consent-manager .modal--alert .button-container button.cancel, .modal--alert .button-container .sell-your-gear-form-new .cancel.form-submit-button, .sell-your-gear-form-new .modal--alert .button-container .cancel.form-submit-button, .modal--alert .button-container .product-info-slidebar .cancel.cart-button, .product-info-slidebar .modal--alert .button-container .cancel.cart-button {
      margin-left: 0.7rem; } }
  .modal--alert .button-container .cancel.button:hover, .modal--alert .button-container #consent-manager button.cancel:hover, #consent-manager .modal--alert .button-container button.cancel:hover, .modal--alert .button-container .sell-your-gear-form-new .cancel.form-submit-button:hover, .sell-your-gear-form-new .modal--alert .button-container .cancel.form-submit-button:hover, .modal--alert .button-container .product-info-slidebar .cancel.cart-button:hover, .product-info-slidebar .modal--alert .button-container .cancel.cart-button:hover, .modal--alert .button-container .cancel.button:focus, .modal--alert .button-container #consent-manager button.cancel:focus, #consent-manager .modal--alert .button-container button.cancel:focus, .modal--alert .button-container .sell-your-gear-form-new .cancel.form-submit-button:focus, .sell-your-gear-form-new .modal--alert .button-container .cancel.form-submit-button:focus, .modal--alert .button-container .product-info-slidebar .cancel.cart-button:focus, .product-info-slidebar .modal--alert .button-container .cancel.cart-button:focus {
    color: white;
    background: #b61616;
    border: 0.1rem solid #b61616; }

/*--- [ Change Modal ] ---*/
#CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option {
  padding-left: 0;
  width: auto;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #e3e3e3;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-right: .8rem;
  color: black;
  cursor: pointer; }
  #CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option .form-option-variant, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option .form-option-variant {
    font-size: inherit; }
  #CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option::before, #CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio + .form-option::after, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option::before, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio + .form-option::after {
    display: none; }

#CartEditProductFieldsForm div[data-product-attribute="swatch"] .form-radio:checked + .form-option, #CartEditProductFieldsForm div[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: black;
  box-shadow: none; }

#CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label {
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
  border: 0.1rem solid #E0E0E0;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  line-height: 1.3;
  text-transform: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  padding-left: 5.2rem;
  padding-right: 3rem;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label {
      padding-left: 4rem;
      padding-right: 2rem; } }
  #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label::after, #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio + .form-label::before {
    top: 50%;
    left: 1.6rem;
    width: 1.8rem;
    height: 1.8rem;
    transform: translateY(-50%); }

#CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio:checked + .form-label {
  border-color: #151515; }
  #CartEditProductFieldsForm div[data-product-attribute="set-radio"]:not(.warranty-field) .form-radio:checked + .form-label::after {
    transform: translateY(-50%) scale(0.6); }

#CartEditProductFieldsForm .warranty-field {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1024px) {
    #CartEditProductFieldsForm .warranty-field {
      margin-bottom: 2rem; } }
  #CartEditProductFieldsForm .warranty-field .form-radio + .form-label {
    padding-left: 0;
    width: auto;
    margin-bottom: 0;
    padding: 1.5rem 2rem;
    border: 0.1rem solid #e3e3e3;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin-right: .8rem;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      #CartEditProductFieldsForm .warranty-field .form-radio + .form-label {
        padding: 1.2rem 1.5rem;
        margin-right: .4rem;
        margin-bottom: .8rem; } }
    #CartEditProductFieldsForm .warranty-field .form-radio + .form-label:last-child {
      margin-right: 0;
      display: inline-block; }
    #CartEditProductFieldsForm .warranty-field .form-radio + .form-label::before, #CartEditProductFieldsForm .warranty-field .form-radio + .form-label::after {
      display: none; }
  #CartEditProductFieldsForm .warranty-field .form-radio:checked + .form-label {
    border-color: black; }

.cart-additionalCheckoutButtons {
  margin-top: 1.2rem; }
  .cart-additionalCheckoutButtons .or-use-label {
    display: none; }
  .cart-additionalCheckoutButtons .paypal-buttons {
    padding: 1.4rem 1.2rem 1rem;
    border-radius: 2px;
    overflow: hidden; }
  .cart-additionalCheckoutButtons .PaypalCommerceInnerContainer > div {
    max-width: 200px; }
    @media screen and (max-width: 767px) {
      .cart-additionalCheckoutButtons .PaypalCommerceInnerContainer > div {
        max-width: 100%; } }
  .cart-additionalCheckoutButtons .PaypalCommerceCreditInnerContainer {
    width: 200px; }

.bo-cart-page-message {
  padding: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #151515 !important;
  border: 0.1rem solid #b61616 !important;
  background-color: #FCF9F9 !important;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: none !important;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 1.5rem; }

.template-page:not(.page-home) .page {
  margin: 0; }

.template-page:not(.page-home) .page-content {
  min-height: 25rem; }
  .template-page:not(.page-home) .page-content.page-content--centered {
    width: 100%;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .template-page:not(.page-home) .page-content.page-content--centered .grid {
        margin-bottom: 3rem !important; } }
    @media screen and (max-width: 1024px) {
      .template-page:not(.page-home) .page-content.page-content--centered .grid:last-child {
        margin-bottom: 0 !important; } }
    .template-page:not(.page-home) .page-content.page-content--centered .grid .card {
      margin-bottom: 0;
      height: 100%;
      padding: 3rem; }
      @media screen and (max-width: 1024px) {
        .template-page:not(.page-home) .page-content.page-content--centered .grid .card {
          padding: 2rem; } }
      @media screen and (max-width: 1024px) {
        .template-page:not(.page-home) .page-content.page-content--centered .grid .card .button, .template-page:not(.page-home) .page-content.page-content--centered .grid .card #consent-manager button, #consent-manager .template-page:not(.page-home) .page-content.page-content--centered .grid .card button, .template-page:not(.page-home) .page-content.page-content--centered .grid .card .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .template-page:not(.page-home) .page-content.page-content--centered .grid .card .form-submit-button, .template-page:not(.page-home) .page-content.page-content--centered .grid .card .product-info-slidebar .cart-button, .product-info-slidebar .template-page:not(.page-home) .page-content.page-content--centered .grid .card .cart-button {
          padding-left: 2.4rem;
          padding-right: 2.4rem; } }
    @media screen and (max-width: 1024px) {
      .template-page:not(.page-home) .page-content.page-content--centered .grid:last-child {
        margin-bottom: 0; } }

/*----[ Site-map Page ]----*/
@media screen and (max-width: 767px) {
  .template-sitemap .body ul {
    margin-left: 0; } }

.template-sitemap .page-content {
  float: none;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%; }
  @media only screen and (max-width: 1023px) {
    .template-sitemap .page-content {
      max-width: 100%; } }
  @media screen and (max-width: 1024px) {
    .template-sitemap .page-content {
      max-width: 100%;
      margin-bottom: 0; } }
  .template-sitemap .page-content > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .template-sitemap .page-content > ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .template-sitemap .page-content > ul > li {
      width: 33.33%;
      list-style: none;
      background: none; }
      @media screen and (max-width: 767px) {
        .template-sitemap .page-content > ul > li {
          width: 100%; } }
      .template-sitemap .page-content > ul > li::before {
        display: none; }
      .template-sitemap .page-content > ul > li ul {
        margin-bottom: 0;
        margin-left: 1.5rem; }
        .template-sitemap .page-content > ul > li ul li {
          position: relative;
          margin: 0.8rem 0; }
          .template-sitemap .page-content > ul > li ul li:last-child {
            margin-bottom: 0; }
          .template-sitemap .page-content > ul > li ul li .view-all {
            color: #151515;
            text-decoration: underline; }
            .template-sitemap .page-content > ul > li ul li .view-all:hover {
              color: #b61616; }

/*----[ Site-map Page ]----*/
/*----[ Gift cart Page ]----*/
@media screen and (max-width: 1024px) {
  .gift-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

.gift-block .grid {
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .gift-block .grid {
      width: 100%; } }

/*----[ Gift cart Page ]----*/
/*----[ Camera Repairs page ]----*/
.highlight-note {
  color: #b61616; }

.category-heading {
  border-bottom: 0.1rem solid #E0E0E0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 4.8rem;
  padding-top: 4.8rem;
  border-top: 0.1rem solid #e0e0e0; }
  @media screen and (max-width: 1024px) {
    .category-heading {
      padding-bottom: 3rem;
      padding-top: 3rem; } }
  .category-heading .CategoryDescription {
    width: calc(100% - 20%); }
    @media screen and (max-width: 1024px) {
      .category-heading .CategoryDescription {
        width: 100%; } }
  @media screen and (max-width: 1024px) {
    .category-heading p + p {
      margin-bottom: 0; } }
  .category-heading .img-block {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .category-heading .img-block {
        display: none; } }
    .category-heading .img-block img {
      width: auto;
      max-height: 100%; }

.camera-repairs-ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0; }
  .camera-repairs-ul > li {
    margin-bottom: 0 !important; }
    .camera-repairs-ul > li::before {
      display: none; }

.grid-block-main {
  width: 33.33%; }
  @media screen and (max-width: 1024px) {
    .grid-block-main {
      width: 50%;
      margin-bottom: 3rem; } }
  @media screen and (max-width: 767px) {
    .grid-block-main {
      width: 100%; } }
  .grid-block-main:last-child {
    margin-bottom: 0; }

.sub-category-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .sub-category-item {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.sub-category-item--details-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .sub-category-item--details-title a, .sub-category-item--details-title .link, .sub-category-item--details-title .form-actions a.forgot-password, .form-actions .sub-category-item--details-title a.forgot-password, .sub-category-item--details-title body:not(.page-home) .c-link, body:not(.page-home) .sub-category-item--details-title .c-link, .sub-category-item--details-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .sub-category-item--details-title .veiw-product, .sub-category-item--details-title .product-info-slidebar .prd-product-link, .product-info-slidebar .sub-category-item--details-title .prd-product-link, .sub-category-item--details-title .all-link {
    order: 2; }
  .sub-category-item--details-title svg {
    width: 3rem;
    margin-right: 2rem;
    order: 1; }

.page-bottom-banner {
  text-align: center; }
  .page-bottom-banner p:last-child {
    margin-bottom: 0; }
  .page-bottom-banner a:first-child, .page-bottom-banner .link:first-child, .page-bottom-banner body:not(.page-home) .c-link:first-child, body:not(.page-home) .page-bottom-banner .c-link:first-child, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product:first-child, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product:first-child, .page-bottom-banner .product-info-slidebar .prd-product-link:first-child, .product-info-slidebar .page-bottom-banner .prd-product-link:first-child, .page-bottom-banner .all-link:first-child {
    text-decoration: underline; }
  .page-bottom-banner a + a.button, .page-bottom-banner .link + a.button, .page-bottom-banner .form-actions a.forgot-password + a.button, .form-actions .page-bottom-banner a.forgot-password + a.button, .page-bottom-banner body:not(.page-home) .c-link + a.button, body:not(.page-home) .page-bottom-banner .c-link + a.button, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.button, .page-bottom-banner .all-link + a.button, .page-bottom-banner a + .button.link, .page-bottom-banner .link + .button.link, .page-bottom-banner .form-actions a.forgot-password + .button.link, .form-actions .page-bottom-banner a.forgot-password + .button.link, .page-bottom-banner body:not(.page-home) .c-link + .button.link, body:not(.page-home) .page-bottom-banner .c-link + .button.link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.link, .page-bottom-banner .all-link + .button.link, .page-bottom-banner .form-actions a + a.button.forgot-password, .form-actions .page-bottom-banner a + a.button.forgot-password, .page-bottom-banner .form-actions .link + a.button.forgot-password, .form-actions .page-bottom-banner .link + a.button.forgot-password, .page-bottom-banner .form-actions a.forgot-password + a.button.forgot-password, .form-actions .page-bottom-banner a.forgot-password + a.button.forgot-password, .page-bottom-banner body:not(.page-home) .form-actions .c-link + a.button.forgot-password, .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.button.forgot-password, body:not(.page-home) .page-bottom-banner .form-actions .c-link + a.button.forgot-password, .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.button.forgot-password, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .veiw-product + a.button.forgot-password, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button.forgot-password, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .veiw-product + a.button.forgot-password, .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button.forgot-password, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.button.forgot-password, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.button.forgot-password, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.button.forgot-password, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.button.forgot-password, .page-bottom-banner .form-actions .all-link + a.button.forgot-password, .form-actions .page-bottom-banner .all-link + a.button.forgot-password, .page-bottom-banner .form-actions .sell-your-gear-form-new a + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .all-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .all-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .product-info-slidebar a + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .all-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .all-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner #consent-manager a + button.link, #consent-manager .page-bottom-banner a + button.link, .page-bottom-banner #consent-manager .link + button.link, #consent-manager .page-bottom-banner .link + button.link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.link, .page-bottom-banner #consent-manager .all-link + button.link, #consent-manager .page-bottom-banner .all-link + button.link, .page-bottom-banner #consent-manager body:not(.page-home) a + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner a + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .c-link + button.c-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .all-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .all-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager a + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner a + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.c-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .all-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .all-link + button.c-link, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner a + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .all-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner a + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .all-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner #consent-manager .product-info-slidebar a + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner a + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .all-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager a + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner a + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .all-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner body:not(.page-home) a + .button.c-link, body:not(.page-home) .page-bottom-banner a + .button.c-link, .page-bottom-banner body:not(.page-home) .link + .button.c-link, body:not(.page-home) .page-bottom-banner .link + .button.c-link, .page-bottom-banner .form-actions body:not(.page-home) a.forgot-password + .button.c-link, body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .button.c-link, .form-actions .page-bottom-banner body:not(.page-home) a.forgot-password + .button.c-link, body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .button.c-link, .page-bottom-banner body:not(.page-home) .c-link + .button.c-link, body:not(.page-home) .page-bottom-banner .c-link + .button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product + .button.c-link, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .veiw-product + .button.c-link, body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .button.c-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .button.c-link, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .button.c-link, .page-bottom-banner body:not(.page-home) .all-link + .button.c-link, body:not(.page-home) .page-bottom-banner .all-link + .button.c-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .all-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .all-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar a + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .all-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) a + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .all-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .all-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .all-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .all-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .all-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label a + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner a + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .link + .button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label a.forgot-password + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label a.forgot-password + .button.veiw-product, .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .c-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .c-link + .button.veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .button.veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .all-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .all-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .all-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar a + .button.prd-product-link, .product-info-slidebar .page-bottom-banner a + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .link + .button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .button.prd-product-link, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .button.prd-product-link, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .button.prd-product-link, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .all-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .all-link + .button.prd-product-link, .page-bottom-banner .product-info-slidebar a + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner a + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .prd-product-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .prd-product-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .prd-product-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .prd-product-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .prd-product-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .prd-product-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar a + .link.cart-button, .product-info-slidebar .page-bottom-banner a + .link.cart-button, .page-bottom-banner .product-info-slidebar .link + .link.cart-button, .product-info-slidebar .page-bottom-banner .link + .link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .link.cart-button, .page-bottom-banner a + .button.all-link, .page-bottom-banner .link + .button.all-link, .page-bottom-banner .form-actions a.forgot-password + .button.all-link, .form-actions .page-bottom-banner a.forgot-password + .button.all-link, .page-bottom-banner body:not(.page-home) .c-link + .button.all-link, body:not(.page-home) .page-bottom-banner .c-link + .button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.all-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.all-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.all-link, .page-bottom-banner .all-link + .button.all-link, .page-bottom-banner #consent-manager a + button.all-link, #consent-manager .page-bottom-banner a + button.all-link, .page-bottom-banner #consent-manager .link + button.all-link, #consent-manager .page-bottom-banner .link + button.all-link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.all-link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.all-link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.all-link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.all-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.all-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.all-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.all-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.all-link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.all-link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.all-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.all-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.all-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.all-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.all-link, .page-bottom-banner #consent-manager .all-link + button.all-link, #consent-manager .page-bottom-banner .all-link + button.all-link, .page-bottom-banner .sell-your-gear-form-new a + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .all-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .all-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .all-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .all-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .all-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar a + .all-link.cart-button, .product-info-slidebar .page-bottom-banner a + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .all-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .all-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .all-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .all-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .all-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .all-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + a.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + a.form-submit-button, .page-bottom-banner .product-info-slidebar a + a.cart-button, .product-info-slidebar .page-bottom-banner a + a.cart-button, .page-bottom-banner .product-info-slidebar .link + a.cart-button, .product-info-slidebar .page-bottom-banner .link + a.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.cart-button, .page-bottom-banner .product-info-slidebar .all-link + a.cart-button, .product-info-slidebar .page-bottom-banner .all-link + a.cart-button {
    margin-left: 2rem; }
    @media screen and (max-width: 767px) {
      .page-bottom-banner a + a.button, .page-bottom-banner .link + a.button, .page-bottom-banner .form-actions a.forgot-password + a.button, .form-actions .page-bottom-banner a.forgot-password + a.button, .page-bottom-banner body:not(.page-home) .c-link + a.button, body:not(.page-home) .page-bottom-banner .c-link + a.button, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.button, .page-bottom-banner .all-link + a.button, .page-bottom-banner a + .button.link, .page-bottom-banner .link + .button.link, .page-bottom-banner .form-actions a.forgot-password + .button.link, .form-actions .page-bottom-banner a.forgot-password + .button.link, .page-bottom-banner body:not(.page-home) .c-link + .button.link, body:not(.page-home) .page-bottom-banner .c-link + .button.link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.link, .page-bottom-banner .all-link + .button.link, .page-bottom-banner .form-actions a + a.button.forgot-password, .form-actions .page-bottom-banner a + a.button.forgot-password, .page-bottom-banner .form-actions .link + a.button.forgot-password, .form-actions .page-bottom-banner .link + a.button.forgot-password, .page-bottom-banner .form-actions a.forgot-password + a.button.forgot-password, .form-actions .page-bottom-banner a.forgot-password + a.button.forgot-password, .page-bottom-banner body:not(.page-home) .form-actions .c-link + a.button.forgot-password, .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.button.forgot-password, body:not(.page-home) .page-bottom-banner .form-actions .c-link + a.button.forgot-password, .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.button.forgot-password, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .veiw-product + a.button.forgot-password, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button.forgot-password, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .veiw-product + a.button.forgot-password, .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button.forgot-password, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.button.forgot-password, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.button.forgot-password, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.button.forgot-password, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.button.forgot-password, .page-bottom-banner .form-actions .all-link + a.button.forgot-password, .form-actions .page-bottom-banner .all-link + a.button.forgot-password, .page-bottom-banner .form-actions .sell-your-gear-form-new a + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .all-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .all-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .product-info-slidebar a + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .all-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .all-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner #consent-manager a + button.link, #consent-manager .page-bottom-banner a + button.link, .page-bottom-banner #consent-manager .link + button.link, #consent-manager .page-bottom-banner .link + button.link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.link, .page-bottom-banner #consent-manager .all-link + button.link, #consent-manager .page-bottom-banner .all-link + button.link, .page-bottom-banner #consent-manager body:not(.page-home) a + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner a + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .c-link + button.c-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .all-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .all-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager a + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner a + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.c-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .all-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .all-link + button.c-link, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner a + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .all-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner a + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .all-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner #consent-manager .product-info-slidebar a + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner a + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .all-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager a + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner a + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .all-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner body:not(.page-home) a + .button.c-link, body:not(.page-home) .page-bottom-banner a + .button.c-link, .page-bottom-banner body:not(.page-home) .link + .button.c-link, body:not(.page-home) .page-bottom-banner .link + .button.c-link, .page-bottom-banner .form-actions body:not(.page-home) a.forgot-password + .button.c-link, body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .button.c-link, .form-actions .page-bottom-banner body:not(.page-home) a.forgot-password + .button.c-link, body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .button.c-link, .page-bottom-banner body:not(.page-home) .c-link + .button.c-link, body:not(.page-home) .page-bottom-banner .c-link + .button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product + .button.c-link, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .veiw-product + .button.c-link, body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .button.c-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .button.c-link, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .button.c-link, .page-bottom-banner body:not(.page-home) .all-link + .button.c-link, body:not(.page-home) .page-bottom-banner .all-link + .button.c-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .all-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .all-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar a + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .all-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) a + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .all-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .all-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .all-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .all-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .all-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label a + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner a + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .link + .button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label a.forgot-password + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label a.forgot-password + .button.veiw-product, .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .c-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .c-link + .button.veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .button.veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .all-link + .button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .all-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .all-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar a + .button.prd-product-link, .product-info-slidebar .page-bottom-banner a + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .link + .button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .button.prd-product-link, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .button.prd-product-link, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .button.prd-product-link, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.prd-product-link, .page-bottom-banner .product-info-slidebar .all-link + .button.prd-product-link, .product-info-slidebar .page-bottom-banner .all-link + .button.prd-product-link, .page-bottom-banner .product-info-slidebar a + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner a + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .prd-product-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .prd-product-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .prd-product-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .prd-product-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .prd-product-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .prd-product-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar a + .link.cart-button, .product-info-slidebar .page-bottom-banner a + .link.cart-button, .page-bottom-banner .product-info-slidebar .link + .link.cart-button, .product-info-slidebar .page-bottom-banner .link + .link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .link.cart-button, .page-bottom-banner a + .button.all-link, .page-bottom-banner .link + .button.all-link, .page-bottom-banner .form-actions a.forgot-password + .button.all-link, .form-actions .page-bottom-banner a.forgot-password + .button.all-link, .page-bottom-banner body:not(.page-home) .c-link + .button.all-link, body:not(.page-home) .page-bottom-banner .c-link + .button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.all-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.all-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.all-link, .page-bottom-banner .all-link + .button.all-link, .page-bottom-banner #consent-manager a + button.all-link, #consent-manager .page-bottom-banner a + button.all-link, .page-bottom-banner #consent-manager .link + button.all-link, #consent-manager .page-bottom-banner .link + button.all-link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.all-link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.all-link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.all-link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.all-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.all-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.all-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.all-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.all-link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.all-link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.all-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.all-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.all-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.all-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.all-link, .page-bottom-banner #consent-manager .all-link + button.all-link, #consent-manager .page-bottom-banner .all-link + button.all-link, .page-bottom-banner .sell-your-gear-form-new a + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .all-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .all-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .all-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .all-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .all-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar a + .all-link.cart-button, .product-info-slidebar .page-bottom-banner a + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .all-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .all-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .all-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .all-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .all-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .all-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + a.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + a.form-submit-button, .page-bottom-banner .product-info-slidebar a + a.cart-button, .product-info-slidebar .page-bottom-banner a + a.cart-button, .page-bottom-banner .product-info-slidebar .link + a.cart-button, .product-info-slidebar .page-bottom-banner .link + a.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.cart-button, .page-bottom-banner .product-info-slidebar .all-link + a.cart-button, .product-info-slidebar .page-bottom-banner .all-link + a.cart-button {
        margin-left: 0;
        margin-top: 2rem; } }
    @media screen and (max-width: 767px) {
      .page-bottom-banner a + a.button.button, .page-bottom-banner .link + a.button.button, .page-bottom-banner .form-actions a.forgot-password + a.button.button, .form-actions .page-bottom-banner a.forgot-password + a.button.button, .page-bottom-banner body:not(.page-home) .c-link + a.button.button, body:not(.page-home) .page-bottom-banner .c-link + a.button.button, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button.button, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button.button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.button.button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.button.button, .page-bottom-banner .all-link + a.button.button, .page-bottom-banner a + .button.button.link, .page-bottom-banner .link + .button.button.link, .page-bottom-banner .form-actions a.forgot-password + .button.button.link, .form-actions .page-bottom-banner a.forgot-password + .button.button.link, .page-bottom-banner body:not(.page-home) .c-link + .button.button.link, body:not(.page-home) .page-bottom-banner .c-link + .button.button.link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.button.link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.button.link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.button.link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.button.link, .page-bottom-banner .all-link + .button.button.link, .page-bottom-banner .form-actions a + a.button.button.forgot-password, .form-actions .page-bottom-banner a + a.button.button.forgot-password, .page-bottom-banner .form-actions .link + a.button.button.forgot-password, .form-actions .page-bottom-banner .link + a.button.button.forgot-password, .page-bottom-banner .form-actions a.forgot-password + a.button.button.forgot-password, .form-actions .page-bottom-banner a.forgot-password + a.button.button.forgot-password, .page-bottom-banner body:not(.page-home) .form-actions .c-link + a.button.button.forgot-password, .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.button.button.forgot-password, body:not(.page-home) .page-bottom-banner .form-actions .c-link + a.button.button.forgot-password, .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.button.button.forgot-password, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .veiw-product + a.button.button.forgot-password, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.button.button.forgot-password, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .veiw-product + a.button.button.forgot-password, .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.button.button.forgot-password, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.button.button.forgot-password, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.button.button.forgot-password, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.button.button.forgot-password, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.button.button.forgot-password, .page-bottom-banner .form-actions .all-link + a.button.button.forgot-password, .form-actions .page-bottom-banner .all-link + a.button.button.forgot-password, .page-bottom-banner .form-actions .sell-your-gear-form-new a + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .form-actions .sell-your-gear-form-new .c-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .sell-your-gear-form-new .veiw-product + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .form-actions .sell-your-gear-form-new .prd-product-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new .all-link + a.forgot-password.form-submit-button, .form-actions .sell-your-gear-form-new .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .form-actions .c-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .form-actions .veiw-product + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .form-actions .prd-product-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .form-actions .all-link + a.forgot-password.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner .all-link + a.forgot-password.form-submit-button, .page-bottom-banner .form-actions .product-info-slidebar a + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .form-actions .product-info-slidebar .c-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions .product-info-slidebar .veiw-product + a.forgot-password.cart-button, .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .prd-product-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .all-link + a.forgot-password.cart-button, .form-actions .product-info-slidebar .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.forgot-password.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner body:not(.page-home) .c-link + a.forgot-password.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .form-actions .c-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions body:not(.page-home) .page-bottom-banner .c-link + a.forgot-password.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.forgot-password.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .form-actions .veiw-product + a.forgot-password.cart-button, .product-info-slidebar .form-actions .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .page-bottom-banner .form-actions .prd-product-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .prd-product-link + a.forgot-password.cart-button, .page-bottom-banner .product-info-slidebar .form-actions .all-link + a.forgot-password.cart-button, .product-info-slidebar .form-actions .page-bottom-banner .all-link + a.forgot-password.cart-button, .page-bottom-banner #consent-manager a + button.link, #consent-manager .page-bottom-banner a + button.link, .page-bottom-banner #consent-manager .link + button.link, #consent-manager .page-bottom-banner .link + button.link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.link, .page-bottom-banner #consent-manager .all-link + button.link, #consent-manager .page-bottom-banner .all-link + button.link, .page-bottom-banner #consent-manager body:not(.page-home) a + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner a + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner #consent-manager body:not(.page-home) a.forgot-password + button.c-link, #consent-manager body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .c-link + button.c-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager body:not(.page-home) .veiw-product + button.c-link, #consent-manager body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner #consent-manager body:not(.page-home) .prd-product-link + button.c-link, #consent-manager body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner #consent-manager body:not(.page-home) .all-link + button.c-link, #consent-manager body:not(.page-home) .page-bottom-banner .all-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager a + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner a + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .link + button.c-link, .page-bottom-banner .form-actions body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.c-link, .form-actions .page-bottom-banner body:not(.page-home) #consent-manager a.forgot-password + button.c-link, body:not(.page-home) #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.c-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .c-link + button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) #consent-manager .veiw-product + button.c-link, body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) #consent-manager .prd-product-link + button.c-link, body:not(.page-home) #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.c-link, .page-bottom-banner body:not(.page-home) #consent-manager .all-link + button.c-link, body:not(.page-home) #consent-manager .page-bottom-banner .all-link + button.c-link, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner a + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label a.forgot-password + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .c-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .prd-product-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner #consent-manager .rental-catalog .section .sub-section--label .all-link + button.veiw-product, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner a + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .link + button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager a.forgot-password + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .c-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .veiw-product + button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .prd-product-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .all-link + button.veiw-product, .rental-catalog .section .sub-section--label #consent-manager .page-bottom-banner .all-link + button.veiw-product, .page-bottom-banner #consent-manager .product-info-slidebar a + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner a + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner #consent-manager .product-info-slidebar a.forgot-password + button.prd-product-link, #consent-manager .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner #consent-manager .product-info-slidebar .c-link + button.prd-product-link, #consent-manager .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .product-info-slidebar .veiw-product + button.prd-product-link, #consent-manager .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner #consent-manager .product-info-slidebar .all-link + button.prd-product-link, #consent-manager .product-info-slidebar .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager a + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner a + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .link + button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar #consent-manager a.forgot-password + button.prd-product-link, .product-info-slidebar #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar #consent-manager .c-link + button.prd-product-link, .product-info-slidebar #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar #consent-manager .veiw-product + button.prd-product-link, .product-info-slidebar #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .prd-product-link + button.prd-product-link, .page-bottom-banner .product-info-slidebar #consent-manager .all-link + button.prd-product-link, .product-info-slidebar #consent-manager .page-bottom-banner .all-link + button.prd-product-link, .page-bottom-banner body:not(.page-home) a + .button.button.c-link, body:not(.page-home) .page-bottom-banner a + .button.button.c-link, .page-bottom-banner body:not(.page-home) .link + .button.button.c-link, body:not(.page-home) .page-bottom-banner .link + .button.button.c-link, .page-bottom-banner .form-actions body:not(.page-home) a.forgot-password + .button.button.c-link, body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .button.button.c-link, .form-actions .page-bottom-banner body:not(.page-home) a.forgot-password + .button.button.c-link, body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .button.button.c-link, .page-bottom-banner body:not(.page-home) .c-link + .button.button.c-link, body:not(.page-home) .page-bottom-banner .c-link + .button.button.c-link, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .veiw-product + .button.button.c-link, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.button.c-link, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .veiw-product + .button.button.c-link, body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.button.c-link, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .button.button.c-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .button.button.c-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .button.button.c-link, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .button.button.c-link, .page-bottom-banner body:not(.page-home) .all-link + .button.button.c-link, body:not(.page-home) .page-bottom-banner .all-link + .button.button.c-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new a.forgot-password + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .veiw-product + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .prd-product-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .all-link + .c-link.form-submit-button, body:not(.page-home) .sell-your-gear-form-new .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner a + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .link + .c-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) a.forgot-password + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .c-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .veiw-product + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .prd-product-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new body:not(.page-home) .all-link + .c-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .all-link + .c-link.form-submit-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar a + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner body:not(.page-home) .product-info-slidebar a.forgot-password + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .product-info-slidebar .veiw-product + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .prd-product-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .all-link + .c-link.cart-button, body:not(.page-home) .product-info-slidebar .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) a + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner a + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .link + .c-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .form-actions a.forgot-password + .c-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar body:not(.page-home) a.forgot-password + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .form-actions .page-bottom-banner a.forgot-password + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .c-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .c-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar body:not(.page-home) .veiw-product + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .prd-product-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .prd-product-link + .c-link.cart-button, .page-bottom-banner .product-info-slidebar body:not(.page-home) .all-link + .c-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .all-link + .c-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label a.forgot-password + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .c-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .prd-product-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .rental-catalog .section .sub-section--label .all-link + .form-submit-button.veiw-product, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new a.forgot-password + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .c-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .veiw-product + .form-submit-button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .prd-product-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .all-link + .form-submit-button.veiw-product, .rental-catalog .section .sub-section--label .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.veiw-product, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar a.forgot-password + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .c-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .veiw-product + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .sell-your-gear-form-new .product-info-slidebar .all-link + .form-submit-button.prd-product-link, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner a + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .link + .form-submit-button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .form-submit-button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new a.forgot-password + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .form-submit-button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .form-submit-button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .c-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .form-submit-button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .veiw-product + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .prd-product-link + .form-submit-button.prd-product-link, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .all-link + .form-submit-button.prd-product-link, .product-info-slidebar .sell-your-gear-form-new .page-bottom-banner .all-link + .form-submit-button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label a + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner a + .button.button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .link + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .link + .button.button.veiw-product, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label a.forgot-password + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .button.button.veiw-product, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label a.forgot-password + .button.button.veiw-product, .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .button.button.veiw-product, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .c-link + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .button.button.veiw-product, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .c-link + .button.button.veiw-product, .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .button.button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.button.veiw-product, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .button.button.veiw-product, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .button.button.veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .button.button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .all-link + .button.button.veiw-product, .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .button.button.veiw-product, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar a.forgot-password + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .c-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .prd-product-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .all-link + .veiw-product.cart-button, .rental-catalog .section .sub-section--label .product-info-slidebar .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner a + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .link + .veiw-product.cart-button, .page-bottom-banner .form-actions .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .form-actions a.forgot-password + .veiw-product.cart-button, .form-actions .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label a.forgot-password + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .form-actions .page-bottom-banner a.forgot-password + .veiw-product.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner body:not(.page-home) .c-link + .veiw-product.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .c-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label body:not(.page-home) .page-bottom-banner .c-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .prd-product-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .prd-product-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar .rental-catalog .section .sub-section--label .all-link + .veiw-product.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .all-link + .veiw-product.cart-button, .page-bottom-banner .product-info-slidebar a + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner a + .button.button.prd-product-link, .page-bottom-banner .product-info-slidebar .link + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner .link + .button.button.prd-product-link, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .button.button.prd-product-link, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .button.button.prd-product-link, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .button.button.prd-product-link, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .button.button.prd-product-link, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .button.button.prd-product-link, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .button.button.prd-product-link, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.button.prd-product-link, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .button.button.prd-product-link, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.button.prd-product-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.button.prd-product-link, .page-bottom-banner .product-info-slidebar .all-link + .button.button.prd-product-link, .product-info-slidebar .page-bottom-banner .all-link + .button.button.prd-product-link, .page-bottom-banner .product-info-slidebar a + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner a + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .prd-product-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .prd-product-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .prd-product-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .prd-product-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .prd-product-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .prd-product-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .prd-product-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .prd-product-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .prd-product-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .prd-product-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .prd-product-link.cart-button, .page-bottom-banner .product-info-slidebar a + .link.cart-button, .product-info-slidebar .page-bottom-banner a + .link.cart-button, .page-bottom-banner .product-info-slidebar .link + .link.cart-button, .product-info-slidebar .page-bottom-banner .link + .link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .link.cart-button, .page-bottom-banner a + .button.button.all-link, .page-bottom-banner .link + .button.button.all-link, .page-bottom-banner .form-actions a.forgot-password + .button.button.all-link, .form-actions .page-bottom-banner a.forgot-password + .button.button.all-link, .page-bottom-banner body:not(.page-home) .c-link + .button.button.all-link, body:not(.page-home) .page-bottom-banner .c-link + .button.button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .button.button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .button.button.all-link, .page-bottom-banner .product-info-slidebar .prd-product-link + .button.button.all-link, .product-info-slidebar .page-bottom-banner .prd-product-link + .button.button.all-link, .page-bottom-banner .all-link + .button.button.all-link, .page-bottom-banner #consent-manager a + button.all-link, #consent-manager .page-bottom-banner a + button.all-link, .page-bottom-banner #consent-manager .link + button.all-link, #consent-manager .page-bottom-banner .link + button.all-link, .page-bottom-banner .form-actions #consent-manager a.forgot-password + button.all-link, #consent-manager .page-bottom-banner .form-actions a.forgot-password + button.all-link, .form-actions .page-bottom-banner #consent-manager a.forgot-password + button.all-link, #consent-manager .form-actions .page-bottom-banner a.forgot-password + button.all-link, .page-bottom-banner body:not(.page-home) #consent-manager .c-link + button.all-link, #consent-manager .page-bottom-banner body:not(.page-home) .c-link + button.all-link, body:not(.page-home) .page-bottom-banner #consent-manager .c-link + button.all-link, #consent-manager body:not(.page-home) .page-bottom-banner .c-link + button.all-link, .page-bottom-banner .rental-catalog .section .sub-section--label #consent-manager .veiw-product + button.all-link, #consent-manager .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + button.all-link, .rental-catalog .section .sub-section--label .page-bottom-banner #consent-manager .veiw-product + button.all-link, #consent-manager .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + button.all-link, .page-bottom-banner .product-info-slidebar #consent-manager .prd-product-link + button.all-link, #consent-manager .page-bottom-banner .product-info-slidebar .prd-product-link + button.all-link, .product-info-slidebar .page-bottom-banner #consent-manager .prd-product-link + button.all-link, #consent-manager .product-info-slidebar .page-bottom-banner .prd-product-link + button.all-link, .page-bottom-banner #consent-manager .all-link + button.all-link, #consent-manager .page-bottom-banner .all-link + button.all-link, .page-bottom-banner .sell-your-gear-form-new a + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + .all-link.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + .all-link.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + .all-link.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + .all-link.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + .all-link.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + .all-link.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + .all-link.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + .all-link.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + .all-link.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + .all-link.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + .all-link.form-submit-button, .page-bottom-banner .product-info-slidebar a + .all-link.cart-button, .product-info-slidebar .page-bottom-banner a + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .link + .all-link.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + .all-link.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + .all-link.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + .all-link.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + .all-link.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + .all-link.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + .all-link.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + .all-link.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + .all-link.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + .all-link.cart-button, .page-bottom-banner .product-info-slidebar .all-link + .all-link.cart-button, .product-info-slidebar .page-bottom-banner .all-link + .all-link.cart-button, .page-bottom-banner .sell-your-gear-form-new a + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner a + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .link + a.form-submit-button, .page-bottom-banner .form-actions .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .form-actions a.forgot-password + a.form-submit-button, .form-actions .page-bottom-banner .sell-your-gear-form-new a.forgot-password + a.form-submit-button, .sell-your-gear-form-new .form-actions .page-bottom-banner a.forgot-password + a.form-submit-button, .page-bottom-banner body:not(.page-home) .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner body:not(.page-home) .c-link + a.form-submit-button, body:not(.page-home) .page-bottom-banner .sell-your-gear-form-new .c-link + a.form-submit-button, .sell-your-gear-form-new body:not(.page-home) .page-bottom-banner .c-link + a.form-submit-button, .page-bottom-banner .rental-catalog .section .sub-section--label .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.form-submit-button, .rental-catalog .section .sub-section--label .page-bottom-banner .sell-your-gear-form-new .veiw-product + a.form-submit-button, .sell-your-gear-form-new .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.form-submit-button, .page-bottom-banner .product-info-slidebar .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .product-info-slidebar .prd-product-link + a.form-submit-button, .product-info-slidebar .page-bottom-banner .sell-your-gear-form-new .prd-product-link + a.form-submit-button, .sell-your-gear-form-new .product-info-slidebar .page-bottom-banner .prd-product-link + a.form-submit-button, .page-bottom-banner .sell-your-gear-form-new .all-link + a.form-submit-button, .sell-your-gear-form-new .page-bottom-banner .all-link + a.form-submit-button, .page-bottom-banner .product-info-slidebar a + a.cart-button, .product-info-slidebar .page-bottom-banner a + a.cart-button, .page-bottom-banner .product-info-slidebar .link + a.cart-button, .product-info-slidebar .page-bottom-banner .link + a.cart-button, .page-bottom-banner .form-actions .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .page-bottom-banner .form-actions a.forgot-password + a.cart-button, .form-actions .page-bottom-banner .product-info-slidebar a.forgot-password + a.cart-button, .product-info-slidebar .form-actions .page-bottom-banner a.forgot-password + a.cart-button, .page-bottom-banner body:not(.page-home) .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar .page-bottom-banner body:not(.page-home) .c-link + a.cart-button, body:not(.page-home) .page-bottom-banner .product-info-slidebar .c-link + a.cart-button, .product-info-slidebar body:not(.page-home) .page-bottom-banner .c-link + a.cart-button, .page-bottom-banner .rental-catalog .section .sub-section--label .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product + a.cart-button, .rental-catalog .section .sub-section--label .page-bottom-banner .product-info-slidebar .veiw-product + a.cart-button, .product-info-slidebar .rental-catalog .section .sub-section--label .page-bottom-banner .veiw-product + a.cart-button, .page-bottom-banner .product-info-slidebar .prd-product-link + a.cart-button, .product-info-slidebar .page-bottom-banner .prd-product-link + a.cart-button, .page-bottom-banner .product-info-slidebar .all-link + a.cart-button, .product-info-slidebar .page-bottom-banner .all-link + a.cart-button {
        width: 100%; } }

/*----[ Camera Repairs page ]----*/
/*----[ Basic Maintenance Service page ]----*/
@media screen and (max-width: 1024px) {
  .camera-lens {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

.camera-lens + p {
  margin-top: 1.5rem; }

.camera-lens .grid {
  width: 33.33%; }
  @media screen and (max-width: 1024px) {
    .camera-lens .grid {
      width: 100%;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .camera-lens .grid {
      width: 100%; } }
  .camera-lens .grid:last-child {
    margin-bottom: 0; }

/*----[ Basic Maintenance Service page ]----*/
/*----[ lcd repair page ]----*/
.template-lcd .camera-lens + p {
  margin-top: 2rem; }

/*----[ lcd repair page ]----*/
/*----[ Medium & Large Format Camera Repairs page ]----*/
.template-medium .grid:first-child p {
  text-align: center; }

.template-medium .grid:first-child img {
  width: 50%; }

/*----[ Medium & Large Format Camera Repairs page ]----*/
/*----[ Micro-Focusing Adjustments page ]----*/
.micro-focusing-cam {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1024px) {
  .template-micro-focusing .camera-lens.custom-row .grid {
    width: 20%; } }

@media screen and (max-width: 767px) {
  .template-micro-focusing .camera-lens.custom-row .grid {
    width: 33.33%; } }

/*----[ Micro-Focusing Adjustments page ]----*/
/*----[ Repair faqs page ]----*/
.template-repair .page-bottom-banner a, .template-repair .page-bottom-banner .link, .template-repair .page-bottom-banner body:not(.page-home) .c-link, body:not(.page-home) .template-repair .page-bottom-banner .c-link, .template-repair .page-bottom-banner .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .template-repair .page-bottom-banner .veiw-product, .template-repair .page-bottom-banner .product-info-slidebar .prd-product-link, .product-info-slidebar .template-repair .page-bottom-banner .prd-product-link, .template-repair .page-bottom-banner .all-link {
  text-decoration: none; }

/*----[ Repair faqs page ]----*/
/*--- [ Trade In Or Sell Your Gear ] ---*/
.sell-your-gear-form-new .form-section {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1rem; }
  .sell-your-gear-form-new .form-section li::before {
    display: none; }

.sell-your-gear-form-new .form-line:not([data-type="control_button"]) {
  margin-bottom: 2.6rem !important;
  padding: 0 1rem;
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .sell-your-gear-form-new .form-line:not([data-type="control_button"]) {
      width: 100%; } }

.sell-your-gear-form-new .form-input, .sell-your-gear-form-new .select2-search--dropdown .select2-search__field, .select2-search--dropdown .sell-your-gear-form-new .select2-search__field, .sell-your-gear-form-new .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .sell-your-gear-form-new .form-file {
  padding: 0;
  border: none;
  height: auto; }
  .sell-your-gear-form-new .form-input .form-textbox, .sell-your-gear-form-new .select2-search--dropdown .select2-search__field .form-textbox, .select2-search--dropdown .sell-your-gear-form-new .select2-search__field .form-textbox, .sell-your-gear-form-new .productView-options [data-product-attribute='input-file'] .form-file .form-textbox, .productView-options [data-product-attribute='input-file'] .sell-your-gear-form-new .form-file .form-textbox,
  .sell-your-gear-form-new .form-input .form-textarea,
  .sell-your-gear-form-new .select2-search--dropdown .select2-search__field .form-textarea,
  .select2-search--dropdown .sell-your-gear-form-new .select2-search__field .form-textarea,
  .sell-your-gear-form-new .productView-options [data-product-attribute='input-file'] .form-file .form-textarea,
  .productView-options [data-product-attribute='input-file'] .sell-your-gear-form-new .form-file .form-textarea {
    border: 0.1rem solid #e0e0e0;
    width: 100%; }

.sell-your-gear-form-new .form-dropdown {
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: right 1rem center;
  line-height: 1.5;
  padding: 1.4rem 2.1rem;
  padding-right: 3rem;
  border: 0.1rem solid #e0e0e0;
  color: #151515;
  outline: none;
  display: block;
  background-color: transparent;
  height: 50px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0.3rem;
  width: 100% !important;
  background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 2L6.75736 6.24264L2.51472 2" stroke="%23151515" stroke-width="2.3" stroke-linecap="square"/></svg>');
  background-size: 1.3rem .8rem;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
  appearance: none; }
  @media screen and (max-width: 1024px) {
    .sell-your-gear-form-new .form-dropdown {
      padding: 1.2rem 2rem;
      height: auto; } }

.sell-your-gear-form-new .form-radio-item {
  margin-bottom: .8rem;
  display: block; }
  .sell-your-gear-form-new .form-radio-item label {
    display: block; }
  .sell-your-gear-form-new .form-radio-item .form-radio-other-input {
    margin-top: 1.6rem; }

.sell-your-gear-form-new .form-error-message img {
  width: 1.6rem; }

.sell-your-gear-form-new .form-error-message .error-navigation-message {
  color: #ff0000; }

.sell-your-gear-form-new .form-line[data-type="control_button"] {
  width: 100%; }

/*--- [ Trade In Or Sell Your Gear ] ---*/
/*--- [ Community ] ---*/
.page-community .section-list-item-label {
  font-weight: 400;
  line-height: 1.4;
  text-decoration-line: underline;
  color: #151515;
  margin-bottom: 1.6rem; }
  .page-community .section-list-item-label a, .page-community .section-list-item-label .link, .page-community .section-list-item-label body:not(.page-home) .c-link, body:not(.page-home) .page-community .section-list-item-label .c-link, .page-community .section-list-item-label .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .page-community .section-list-item-label .veiw-product, .page-community .section-list-item-label .product-info-slidebar .prd-product-link, .product-info-slidebar .page-community .section-list-item-label .prd-product-link, .page-community .section-list-item-label .all-link {
    color: inherit; }
    .page-community .section-list-item-label a:hover, .page-community .section-list-item-label .link:hover, .page-community .section-list-item-label body:not(.page-home) .c-link:hover, body:not(.page-home) .page-community .section-list-item-label .c-link:hover, .page-community .section-list-item-label .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .page-community .section-list-item-label .veiw-product:hover, .page-community .section-list-item-label .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .page-community .section-list-item-label .prd-product-link:hover, .page-community .section-list-item-label .all-link:hover {
      color: #b61616; }

.page-community .community-banner {
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-community .community-banner {
      min-height: 13rem;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .page-community .community-banner img {
      min-height: 13rem;
      object-fit: cover; } }
  .page-community .community-banner .page-heading, .page-community .community-banner .rental-catalog h2, .rental-catalog .page-community .community-banner h2, .page-community .community-banner .rental-catalog .modal-header-title, .rental-catalog .page-community .community-banner .modal-header-title, .page-community .community-banner .rental-catalog .productView-price span, .rental-catalog .productView-price .page-community .community-banner span, .page-community .community-banner .productView-price .rental-catalog span, .productView-price .rental-catalog .page-community .community-banner span, .page-community .community-banner .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .page-community .community-banner .slide-title, .page-community .community-banner .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .page-community .community-banner .blog-grid-title {
    color: white; }

.page-community ol.breadcrumbs .breadcrumb-label {
  color: white; }
  .page-community ol.breadcrumbs .breadcrumb-label:hover {
    color: #E0E0E0; }

.page-community ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: white; }
  .page-community ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label:hover {
    color: #E0E0E0; }

.page-community .heading-banner-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto; }

.wrap-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .wrap-title .page-heading, .wrap-title .rental-catalog h2, .rental-catalog .wrap-title h2, .wrap-title .rental-catalog .modal-header-title, .rental-catalog .wrap-title .modal-header-title, .wrap-title .rental-catalog .productView-price span, .rental-catalog .productView-price .wrap-title span, .wrap-title .productView-price .rental-catalog span, .productView-price .rental-catalog .wrap-title span, .wrap-title .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .wrap-title .slide-title, .wrap-title .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .wrap-title .blog-grid-title {
    color: #151515;
    margin-top: 0;
    margin-bottom: 3.4rem; }

.page-section-ctas {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .page-section-ctas .page-ctas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 1/span 2;
    grid: auto-flow/46% 27% 27%;
    margin: 2.5rem 0 0rem;
    width: calc(100% + 20px);
    list-style: none; }
    @media screen and (max-width: 1024px) {
      .page-section-ctas .page-ctas {
        grid: initial; } }
  .page-section-ctas:first-child {
    margin-left: 0; }
  .page-section-ctas .page-cta {
    flex-grow: 1;
    margin: 1rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    height: auto; }
    .page-section-ctas .page-cta.news {
      grid-row: 1/span 2;
      margin-left: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .page-section-ctas .page-cta.news {
          grid-column: span 2;
          margin-right: 0;
          margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        .page-section-ctas .page-cta.news {
          grid-column: span 1; } }
    @media screen and (max-width: 1024px) {
      .page-section-ctas .page-cta.resources {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .page-section-ctas .page-cta.resources {
        margin-right: 0; } }
    .page-section-ctas .page-cta.en-espa-ol {
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .page-section-ctas .page-cta.en-espa-ol {
          margin-left: 0; } }
      @media screen and (max-width: 767px) {
        .page-section-ctas .page-cta.en-espa-ol {
          margin-right: 0;
          margin-bottom: 1rem; } }
    .page-section-ctas .page-cta.firmware-updates {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-section-ctas .page-cta.firmware-updates {
          margin-left: 0; } }
    .page-section-ctas .page-cta.talk-to-sales {
      margin-right: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .page-section-ctas .page-cta.talk-to-sales {
          margin-left: 0; } }
    .page-section-ctas .page-cta img {
      opacity: .6;
      position: relative;
      transition: transform .2s;
      width: 100%; }
    .page-section-ctas .page-cta a, .page-section-ctas .page-cta .link, .page-section-ctas .page-cta body:not(.page-home) .c-link, body:not(.page-home) .page-section-ctas .page-cta .c-link, .page-section-ctas .page-cta .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .page-section-ctas .page-cta .veiw-product, .page-section-ctas .page-cta .product-info-slidebar .prd-product-link, .product-info-slidebar .page-section-ctas .page-cta .prd-product-link, .page-section-ctas .page-cta .all-link {
      background: black;
      display: block;
      position: relative;
      text-align: center;
      height: 100%; }
      .page-section-ctas .page-cta a:hover img, .page-section-ctas .page-cta .link:hover img, .page-section-ctas .page-cta body:not(.page-home) .c-link:hover img, body:not(.page-home) .page-section-ctas .page-cta .c-link:hover img, .page-section-ctas .page-cta .rental-catalog .section .sub-section--label .veiw-product:hover img, .rental-catalog .section .sub-section--label .page-section-ctas .page-cta .veiw-product:hover img, .page-section-ctas .page-cta .product-info-slidebar .prd-product-link:hover img, .product-info-slidebar .page-section-ctas .page-cta .prd-product-link:hover img, .page-section-ctas .page-cta .all-link:hover img {
        transform: scale(1.1); }
    .page-section-ctas .page-cta span {
      color: white;
      font-size: 2.4rem;
      font-weight: 600;
      left: 0;
      line-height: 1.1;
      margin: auto;
      max-width: 22rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .page-section-ctas .page-cta span {
          font-size: 1.4rem; } }

.page-section-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1rem;
  list-style: none; }
  @media screen and (max-width: 1024px) {
    .page-section-list {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.page-content-news .blog-grid-post-body {
  margin-top: 1.6rem; }

@media screen and (max-width: 1024px) {
  .section-list-item.blog-grid-items {
    margin-bottom: 3rem; } }

@media screen and (max-width: 1024px) {
  .section-list-item.blog-grid-items:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 1024px) {
  .section-list-item.blog-grid-items:nth-last-child(2) {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .section-list-item.blog-grid-items:nth-last-child(2) {
    margin-bottom: 2rem; } }

.section-list-item .blog-grid-thumbnail {
  width: 100%; }

.section-list-item-label {
  margin-top: 0rem;
  text-transform: capitalize; }

.section-list-item-snippet:last-child {
  margin-bottom: 0; }

.social-feed {
  background-color: #151515;
  overflow: hidden;
  position: relative; }
  .social-feed .feed-details {
    background: white;
    z-index: 2;
    position: relative;
    transition: max-height .3s ease;
    overflow: hidden;
    max-height: initial;
    padding: 2.5rem;
    width: 30rem;
    margin: 0;
    border-radius: 0.3rem; }
    @media screen and (max-width: 1023px) {
      .social-feed .feed-details {
        padding: 1.4rem; } }
    @media screen and (max-width: 1023px) {
      .social-feed .feed-details:not(.feed-details-open) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .social-feed .feed-details:not(.feed-details-open) p,
        .social-feed .feed-details:not(.feed-details-open) .button,
        .social-feed .feed-details:not(.feed-details-open) #consent-manager button,
        #consent-manager .social-feed .feed-details:not(.feed-details-open) button,
        .social-feed .feed-details:not(.feed-details-open) .sell-your-gear-form-new .form-submit-button,
        .sell-your-gear-form-new .social-feed .feed-details:not(.feed-details-open) .form-submit-button,
        .social-feed .feed-details:not(.feed-details-open) .product-info-slidebar .cart-button,
        .product-info-slidebar .social-feed .feed-details:not(.feed-details-open) .cart-button {
          display: none; } }
    .social-feed .feed-details .social-logo {
      content: '';
      display: inline-block;
      vertical-align: top;
      height: 3.6rem;
      width: 3.6rem;
      margin: 0 0 2rem; }
      @media screen and (max-width: 1024px) {
        .social-feed .feed-details .social-logo {
          margin-bottom: 0;
          margin-right: 1rem; } }
    .social-feed .feed-details .social-logo-instagram {
      background: url(../img/logo-instagram.jpg) no-repeat;
      background-size: contain; }
    .social-feed .feed-details .social-logo-flickr {
      background: url(../img/icon-logo-flickr.jpg) no-repeat;
      background-size: contain; }
    @media screen and (max-width: 1024px) {
      .social-feed .feed-details h3, .social-feed .feed-details .header-main .navPages .navPage-subMenu-inner .subMenu-list h2, .header-main .navPages .navPage-subMenu-inner .subMenu-list .social-feed .feed-details h2, .social-feed .feed-details .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .social-feed .feed-details .modal-header-title, .social-feed .feed-details .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span, .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .social-feed .feed-details span, .social-feed .feed-details .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span, .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .social-feed .feed-details span, .social-feed .feed-details .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .slide-title, .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .social-feed .feed-details .slide-title, .social-feed .feed-details .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title, .product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .social-feed .feed-details .slide-title {
        margin-bottom: 0; } }

@media screen and (max-width: 1023px) {
  .social-feed-flickr,
  .social-feed-instagram {
    height: 40rem; } }

.social-feed-flickr .container, .social-feed-flickr .banners .banner, .banners .social-feed-flickr .banner, .social-feed-flickr .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .social-feed-flickr .benefit-boxes,
.social-feed-instagram .container,
.social-feed-instagram .banners .banner,
.banners .social-feed-instagram .banner,
.social-feed-instagram .why-choose-us.shg-box .benefit-boxes,
.why-choose-us.shg-box .social-feed-instagram .benefit-boxes {
  transition: 0.3s ease-in-out;
  margin-left: auto; }
  @media screen and (max-width: 1023px) {
    .social-feed-flickr .container, .social-feed-flickr .banners .banner, .banners .social-feed-flickr .banner, .social-feed-flickr .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box .social-feed-flickr .benefit-boxes,
    .social-feed-instagram .container,
    .social-feed-instagram .banners .banner,
    .banners .social-feed-instagram .banner,
    .social-feed-instagram .why-choose-us.shg-box .benefit-boxes,
    .why-choose-us.shg-box .social-feed-instagram .benefit-boxes {
      position: absolute;
      top: 3rem;
      z-index: 10;
      margin-left: 0;
      width: auto; } }

.feed-container {
  display: inline-block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 100%; }

.feed-details-expand {
  text-align: center;
  text-rendering: auto;
  padding: 0.4rem;
  position: absolute;
  display: none;
  background: #b61616;
  right: 1rem;
  top: 1rem;
  width: 3.2rem; }
  @media (max-width: 1023px) {
    .feed-details-expand {
      display: block; } }

/*--- [ Community ] ---*/
/*--- [ Rental Page ] ---*/
.page-rentals .rental-heading {
  background-image: url(https://i.shgcdn.com/9b7a1514-d639-42c5-8b3e-ad1abe5666ee/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  color: white; }
  .page-rentals .rental-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3; }
  .page-rentals .rental-heading h1,
  .page-rentals .rental-heading p {
    color: inherit; }

.page-rentals .shg-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  .page-rentals .shg-c-lg-6 {
    width: calc(50.0% - 15px); } }

@media screen and (min-width: 1025px) {
  .page-rentals .shg-c-lg-4 {
    width: calc(33.3% - 15px); } }

.page-rentals .rentals-box .shg-box {
  min-height: 32.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 2.6rem;
  -moz-border-radius: 2.6rem;
  border-radius: 2.6rem; }

/*--- [ About Page ] ---*/
.page-about-us .shg-c-lg-3 .shogun-image-container {
  margin-bottom: 2rem; }
  .page-about-us .shg-c-lg-3 .shogun-image-container img {
    aspect-ratio: 5/6;
    object-fit: cover; }

.woodlands-slider .shg-sld,
.classes-slider .shg-sld {
  position: relative; }

.woodlands-slider .shg-sld-dots,
.classes-slider .shg-sld-dots {
  line-height: 0;
  padding-bottom: 1.4rem;
  padding-top: 1.4rem;
  margin-top: 4rem; }
  .woodlands-slider .shg-sld-dots .shg-sld-dot,
  .classes-slider .shg-sld-dots .shg-sld-dot {
    opacity: 1;
    background-color: #828282 !important;
    width: 2.2rem;
    height: 1.2rem;
    display: inline-block !important;
    margin-left: 0;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23828282'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    opacity: 1;
    counter-increment: dots-counter;
    position: relative; }
    .woodlands-slider .shg-sld-dots .shg-sld-dot::before,
    .classes-slider .shg-sld-dots .shg-sld-dot::before {
      content: counter(dots-counter);
      font-size: 1.7rem;
      line-height: 1.4;
      font-weight: 600;
      color: #828282;
      font-family: 'sourcesanspro';
      position: absolute;
      left: 0;
      top: -.9rem;
      transform: translate(-50%, -50%); }
    .woodlands-slider .shg-sld-dots .shg-sld-dot.shg-sld-active,
    .classes-slider .shg-sld-dots .shg-sld-dot.shg-sld-active {
      background-color: transparent !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12' fill='none'%3E%3Cpath d='M1.55515 0.105192C2.10448 0.105192 2.54395 0.544656 2.54395 1.09398L2.54395 10.9819C2.54395 11.5312 2.10448 11.9707 1.55515 11.9707C1.00582 11.9707 0.566364 11.5312 0.566364 10.9819L0.566365 1.09398C0.566365 0.544655 1.00582 0.105192 1.55515 0.105192Z' fill='%23151515'/%3E%3Cpath d='M22.1362 0.105795C22.6855 0.105795 23.125 0.545259 23.125 1.09459L23.125 6.03855C23.125 6.58788 22.6855 7.02734 22.1362 7.02734C21.5869 7.02734 21.1474 6.58788 21.1474 6.03855L21.1474 1.09459C21.1474 0.545258 21.5869 0.105795 22.1362 0.105795Z' fill='%23828282'/%3E%3Cpath d='M15.27 0.105795C15.8193 0.105795 16.2588 0.545259 16.2588 1.09459L16.2588 6.03855C16.2588 6.58788 15.8193 7.02734 15.27 7.02734C14.7207 7.02734 14.2812 6.58788 14.2812 6.03855L14.2812 1.09459C14.2812 0.545258 14.7207 0.105795 15.27 0.105795Z' fill='%23828282'/%3E%3Cpath d='M8.40378 0.105795C8.95311 0.105795 9.39258 0.545259 9.39258 1.09459L9.39258 6.03855C9.39258 6.58788 8.95311 7.02734 8.40378 7.02734C7.85445 7.02734 7.41499 6.58788 7.41499 6.03855L7.41499 1.09459C7.41499 0.545258 7.85446 0.105795 8.40378 0.105795Z' fill='%23828282'/%3E%3C/svg%3E"); }
      .woodlands-slider .shg-sld-dots .shg-sld-dot.shg-sld-active::after,
      .classes-slider .shg-sld-dots .shg-sld-dot.shg-sld-active::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M5.37232 1.02693C5.18672 0.780532 4.89659 0.635466 4.58939 0.635466C4.28219 0.635466 3.99205 0.780532 3.80645 1.02693L0.874189 4.93627C0.652322 5.23173 0.616055 5.6296 0.782455 5.9592C0.948855 6.28987 1.28592 6.5 1.65712 6.5L7.52165 6.5C7.89285 6.5 8.22992 6.28987 8.39632 5.9592C8.56272 5.62853 8.52645 5.23173 8.30459 4.93627L5.37232 1.02693Z' fill='%23B61616'/%3E%3C/svg%3E");
        width: .9rem;
        height: .6rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        left: -.45rem;
        top: auto;
        bottom: -1.4rem;
        transform: translateX(0%); }
      .woodlands-slider .shg-sld-dots .shg-sld-dot.shg-sld-active::before,
      .classes-slider .shg-sld-dots .shg-sld-dot.shg-sld-active::before {
        color: #151515; }
    .woodlands-slider .shg-sld-dots .shg-sld-dot:last-child,
    .classes-slider .shg-sld-dots .shg-sld-dot:last-child {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23828282'/%3E%3C/svg%3E");
      width: .2rem; }
      .woodlands-slider .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active,
      .classes-slider .shg-sld-dots .shg-sld-dot:last-child.shg-sld-active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' viewBox='0 0 2 12' fill='none'%3E%3Cpath d='M0.984847 0.105192C1.53418 0.105192 1.97363 0.544655 1.97363 1.09398L1.97363 10.9819C1.97363 11.5312 1.53417 11.9707 0.984846 11.9707C0.435516 11.9707 -0.00394853 11.5312 -0.00394848 10.9819L-0.00394762 1.09398C-0.00394757 0.544655 0.435517 0.105192 0.984847 0.105192Z' fill='%23151515'/%3E%3C/svg%3E"); }

.featured-classes-workshops .shogun-image-link {
  height: 100%; }
  .featured-classes-workshops .shogun-image-link img {
    object-fit: cover; }

.featured-classes-workshops h4 {
  font-weight: 700 !important; }

.featured-classes-workshops .shg-c-lg-4 .shg-btn {
  padding: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 1.3rem !important;
  text-decoration: underline !important;
  color: #151515 !important; }

@media screen and (max-width: 1024px) {
  #mc_embed_signup {
    width: 100% !important; } }

#mc_embed_signup form {
  margin: 20px 0 0 !important; }

@media screen and (max-width: 767px) {
  .shogun-root iframe {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .classes-bottom-buttons .shg-c-xs-6 {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .classes-bottom-buttons .shg-c-xs-6 .shg-btn {
    width: 100%;
    margin-bottom: 2rem !important; } }

/*--- [ Rental Pages ] ---*/
.rental-catalog {
  clear: both;
  border-top: 0.1rem solid #E0E0E0; }
  @media screen and (max-width: 767px) {
    .rental-catalog {
      float: left; } }
  .rental-catalog h2, .rental-catalog .modal-header-title, .rental-catalog .productView-price span, .productView-price .rental-catalog span, .rental-catalog .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .rental-catalog .slide-title {
    margin-top: 0; }
  .rental-catalog .section {
    background: #151515;
    border: 0.1rem solid #E0E0E0; }
    .rental-catalog .section + .section {
      border-top: 0; }
    .rental-catalog .section-title {
      cursor: pointer;
      margin: 0;
      font-weight: 700;
      color: #ffffff;
      line-height: normal;
      text-transform: uppercase;
      position: relative;
      padding: 1.8rem 2.6rem; }
      .rental-catalog .section-title::after {
        content: "";
        position: absolute;
        right: 2.6rem;
        top: 50%;
        margin-top: -0.5rem;
        width: 1.2rem;
        height: .9rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9193 2.29199L6.00083 8.21048L0.0823444 2.29199L1.70869 0.665647L6.00083 4.95778L10.293 0.665647L11.9193 2.29199Z' fill='%23fff'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        transition: all .4s linear; }
    .rental-catalog .section .sub-section {
      display: none;
      position: relative;
      background: #f4f5f6; }
      .rental-catalog .section .sub-section--pricing,
      .rental-catalog .section .sub-section .col-xs-1 {
        width: 8.33333333%; }
      .rental-catalog .section .sub-section .col-xs-2 {
        width: 16.66666667%; }
      .rental-catalog .section .sub-section .col-xs-6 {
        width: 50%; }
      .rental-catalog .section .sub-section .col-sm-12 {
        width: 100%; }
      .rental-catalog .section .sub-section--content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        background: #ffffff; }
      .rental-catalog .section .sub-section--pricing, .rental-catalog .section .sub-section--quantity, .rental-catalog .section .sub-section--content {
        display: none; }
      .rental-catalog .section .sub-section--content {
        border-top: 0.1rem solid #E0E0E0; }
      .rental-catalog .section .sub-section--label {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right: 3rem;
        padding-left: 2.6rem; }
        @media screen and (max-width: 767px) {
          .rental-catalog .section .sub-section--label {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap; } }
        .rental-catalog .section .sub-section--label p {
          margin-bottom: 0;
          color: #151515; }
        @media screen and (max-width: 1024px) {
          .rental-catalog .section .sub-section--label.col-xs-6 {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            margin-bottom: 1.6rem;
            -webkit-box-align: flex-start;
            -moz-box-align: flex-start;
            -ms-flex-align: flex-start;
            -webkit-align-items: flex-start;
            align-items: flex-start; } }
        @media screen and (max-width: 1024px) {
          .rental-catalog .section .sub-section--label.col-xs-6 p {
            max-width: 60%; } }
      .rental-catalog .section .sub-section--title {
        padding: 1.4rem 2.6rem;
        border-bottom: 0.1rem solid #E0E0E0;
        font-family: "Jost", Arial, Helvetica, sans-serif; }
        .rental-catalog .section .sub-section--title:hover {
          color: #b61616; }
        .rental-catalog .section .sub-section--title.col-xs-6 {
          width: 100%; }
      .rental-catalog .section .sub-section--pricing, .rental-catalog .section .sub-section--quantity {
        padding: 1.4rem 0;
        font-family: "Jost", Arial, Helvetica, sans-serif; }
      .rental-catalog .section .sub-section-open::after {
        transform: rotate(180deg); }
      .rental-catalog .section .sub-section-open .sub-section--title {
        border-bottom-color: transparent;
        width: 50%; }
      .rental-catalog .section .sub-section-open .sub-section--pricing,
      .rental-catalog .section .sub-section-open .sub-section--quantity,
      .rental-catalog .section .sub-section-open .sub-section--content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (max-width: 1024px) {
          .rental-catalog .section .sub-section-open .sub-section--pricing,
          .rental-catalog .section .sub-section-open .sub-section--quantity,
          .rental-catalog .section .sub-section-open .sub-section--content {
            -webkit-box-align: flex-start;
            -moz-box-align: flex-start;
            -ms-flex-align: flex-start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; } }
      @media screen and (max-width: 1024px) {
        .rental-catalog .section .sub-section-open .sub-section--content {
          padding: 1.6rem 0;
          padding: 1.6rem 2.6rem; } }
      @media screen and (max-width: 1024px) {
        .rental-catalog .section .sub-section-open .sub-section--content .sub-section--pricing,
        .rental-catalog .section .sub-section-open .sub-section--content .sub-section--quantity {
          display: block;
          width: auto;
          padding: 0;
          margin-right: 2rem; } }
      @media screen and (max-width: 767px) {
        .rental-catalog .section .sub-section-open .sub-section--content .sub-section--pricing,
        .rental-catalog .section .sub-section-open .sub-section--content .sub-section--quantity {
          width: 50%;
          margin-right: 0;
          margin-bottom: 1.6rem; } }
      @media screen and (max-width: 1024px) {
        .rental-catalog .section .sub-section-open .sub-section--pricing,
        .rental-catalog .section .sub-section-open .sub-section--quantity {
          display: none; } }
      .rental-catalog .section .sub-section:last-child .sub-section--title {
        border-bottom: none; }
    .rental-catalog .section .rental-arrow-secondary,
    .rental-catalog .section .icon-details,
    .rental-catalog .section .rental-arrow {
      display: none; }
    .rental-catalog .section-open .section-title::after {
      transform: rotate(180deg); }
    .rental-catalog .section-open .sub-section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .rental-catalog .section .quantity {
      width: 15rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      border: .1rem solid #E3E3E3;
      -webkit-border-radius: 0.2rem;
      -moz-border-radius: 0.2rem;
      border-radius: 0.2rem; }
      @media screen and (max-width: 1024px) {
        .rental-catalog .section .quantity {
          width: 11rem; } }
      .rental-catalog .section .quantity .section-quantity {
        padding: 0;
        color: #151515;
        background-color: transparent;
        font-size: 1.7rem;
        font-weight: 600;
        height: 5.8rem;
        border: none;
        width: 3rem;
        text-align: center; }
        .rental-catalog .section .quantity .section-quantity::placeholder {
          font-weight: 600;
          color: #151515; }
        @media screen and (max-width: 1024px) {
          .rental-catalog .section .quantity .section-quantity {
            height: 4.8rem; } }
      .rental-catalog .section .quantity .quantity-adjust {
        border: none;
        padding: 2.5rem 1.9rem;
        line-height: 0;
        min-width: 0;
        cursor: pointer; }
        @media screen and (max-width: 1024px) {
          .rental-catalog .section .quantity .quantity-adjust {
            padding: 1.8rem; } }
        .rental-catalog .section .quantity .quantity-adjust svg {
          width: 1.1rem;
          height: 1.1rem;
          stroke: #151515; }
        .rental-catalog .section .quantity .quantity-adjust:hover svg {
          stroke: #b61616; }

@media (min-width: 1121px) {
  .rental-catalog .sub-section--content {
    font-size: 16px; } }

@media only screen and (max-width: 920px) {
  .rental-catalog .sub-section > .sub-section--pricing,
  .rental-catalog .sub-section > .sub-section--quantity {
    display: none; }
  .rental-catalog .sub-section--label,
  .rental-catalog .sub-section--title {
    width: 100%; }
  .rental-catalog .sub-section--content .sub-section--pricing,
  .rental-catalog .sub-section--content .sub-section--quantity {
    border: none;
    padding: 4px 8px;
    width: 20%; }
  .rental-catalog .sub-section--content .sub-section--pricing:before,
  .rental-catalog .sub-section--content .sub-section--quantity:before {
    display: block;
    margin-bottom: .8rem;
    text-transform: uppercase; }
  .rental-catalog .sub-section--content .sub-section--pricing-daily {
    padding-left: 18px; }
  .rental-catalog .sub-section--pricing-daily:before {
    content: 'Daily'; }
  .rental-catalog .sub-section--pricing-weekend:before {
    content: 'Weekend'; }
  .rental-catalog .sub-section--pricing-weekly:before {
    content: 'Weekly'; }
  .rental-catalog .sub-section--pricing-deposit:before {
    content: 'Deposit'; }
  .rental-catalog .sub-section--content .sub-section--quantity:before {
    content: 'Quantity'; } }

@media (max-width: 800px) {
  .rental-catalog .sub-section--quantity input {
    width: 50%; } }

@media only screen and (max-width: 550px) {
  .rental-catalog .sub-section--content .sub-section--pricing,
  .rental-catalog .sub-section--content .sub-section--quantity {
    width: 50%; }
  .rental-catalog .sub-section--content .sub-section--pricing {
    color: #676767; }
  .rental-catalog .sub-section--content .sub-section--pricing:before {
    color: #373737; }
  .rental-catalog .sub-section--content .sub-section--pricing-weekly {
    padding-left: 18px; }
  .rental-catalog .sub-section--content .sub-section--quantity {
    padding: 4px 0 14px 18px;
    width: 100%; }
  .rental-catalog .sub-section--pricing-weekly,
  .rental-catalog .sub-section--quantity {
    border-left: none; }
  .rental-catalog .sub-section--content .sub-section--quantity:before {
    border: none;
    float: left;
    margin: 0;
    width: auto; }
  .rental-catalog .sub-section--quantity input {
    text-align: right;
    width: 75px; }
  .rental-catalog .quantity-adjust {
    padding: 0 7px; } }

.template-rental-catalog-form .form-header-group,
.template-rent-from-the-woodlands .form-header-group {
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }
  .template-rental-catalog-form .form-header-group .form-header,
  .template-rent-from-the-woodlands .form-header-group .form-header {
    font-size: 3.4rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important; }

@media screen and (max-width: 767px) {
  .template-rental-catalog-form .jotform-form .form-line,
  .template-rent-from-the-woodlands .jotform-form .form-line {
    width: 100% !important;
    padding: 0;
    margin-bottom: 2rem; } }

.template-rental-catalog-form .jotform-form .form-label,
.template-rent-from-the-woodlands .jotform-form .form-label {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-left: 0 !important; }

.template-rental-catalog-form .jotform-form .form-radio:checked + label::before,
.template-rent-from-the-woodlands .jotform-form .form-radio:checked + label::before {
  border-color: #BDBDBD !important; }

.template-rental-catalog-form .jotform-form .form-all,
.template-rent-from-the-woodlands .jotform-form .form-all {
  margin-bottom: 0 !important; }

.template-rental-catalog-form .jotform-form .form-buttons-wrapper,
.template-rent-from-the-woodlands .jotform-form .form-buttons-wrapper {
  padding-bottom: 0 !important; }

.template-rental-catalog-form .jotform-form .form-submit-button,
.template-rent-from-the-woodlands .jotform-form .form-submit-button {
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.4rem 4rem !important;
  transition: all 0.4s linear;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  min-width: 20rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #b61616 !important;
  border: 1px solid #b61616 !important;
  background-image: none !important;
  margin-top: 2rem;
  position: relative; }
  .template-rental-catalog-form .jotform-form .form-submit-button:hover, .template-rental-catalog-form .jotform-form .form-submit-button:focus, .template-rental-catalog-form .jotform-form .form-submit-button:active,
  .template-rent-from-the-woodlands .jotform-form .form-submit-button:hover,
  .template-rent-from-the-woodlands .jotform-form .form-submit-button:focus,
  .template-rent-from-the-woodlands .jotform-form .form-submit-button:active {
    background-color: white !important;
    border-color: #b61616 !important;
    color: #b61616 !important;
    background: linear-gradient(155deg, white 49.5%, white 50.5%) !important; }

.page--financing-precision-camera-video .shg-c-lg-1,
.page-why-shop-here-precision-camera-video .shg-c-lg-1,
.page-government-corporate-educational-sales-precision-camera-video .shg-c-lg-1,
.page-government-corporate-educational-sales-financing-options-precision-camera-video .shg-c-lg-1 {
  width: auto !important; }

.page--financing-precision-camera-video .shg-c-lg-10,
.page-why-shop-here-precision-camera-video .shg-c-lg-10,
.page-government-corporate-educational-sales-precision-camera-video .shg-c-lg-10,
.page-government-corporate-educational-sales-financing-options-precision-camera-video .shg-c-lg-10 {
  width: 100% !important; }

.rental-box {
  overflow: hidden; }

.mincart-active {
  overflow: hidden; }

.product-info-slidebar .cart-sliding-block {
  opacity: 0; }
  .product-info-slidebar .cart-sliding-block-inn {
    position: fixed;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    width: 52rem;
    top: 0;
    height: calc(100vh - 2rem);
    bottom: 0;
    right: -53rem;
    top: 1rem;
    bottom: 1rem;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
    opacity: 0; }
  .product-info-slidebar .cart-sliding-block.cart-slide-open {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(45, 33, 33, 0.8);
    opacity: 1; }
    .product-info-slidebar .cart-sliding-block.cart-slide-open .cart-sliding-block-inn {
      opacity: 1;
      transform: translateX(-53.5rem);
      -ms-transform: translateX(-53.5rem);
      -webkit-transform: translateX(-53.5rem); }

.product-info-slidebar .cart-heading {
  padding: 0.7rem 1rem;
  border-bottom: 0.1rem solid #151515;
  background-color: #222222; }

.product-info-slidebar .cart-heading-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .product-info-slidebar .cart-heading-inn h5 {
    margin-bottom: 0; }

.product-info-slidebar .cart-qty {
  color: #b61616; }

.product-info-slidebar .cart-slide-close:not(.cart-button) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1.3rem;
  width: 1.3rem;
  cursor: pointer; }
  .product-info-slidebar .cart-slide-close:not(.cart-button):hover svg {
    fill: #b61616; }
  .product-info-slidebar .cart-slide-close:not(.cart-button) svg {
    height: 100%;
    width: 100%; }

.product-info-slidebar .cart-mini-header {
  border-bottom: 0.1rem solid #151515;
  background-color: #222222; }

.product-info-slidebar .cart-mini-footer-wrap {
  padding: 2.7rem 4rem 2.2rem; }

.product-info-slidebar .cart-mini-subtotal-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.7rem; }
  .product-info-slidebar .cart-mini-subtotal-inn h6 {
    margin-bottom: 0; }

.product-info-slidebar .cart-mini-actions-inn .button--primary, .product-info-slidebar .cart-mini-actions-inn .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-mini-actions-inn .form-submit-button, .product-info-slidebar .cart-mini-actions-inn .cart-button {
  width: 100%;
  margin-bottom: 1.2rem; }

.product-info-slidebar .cart-mini-actions-inn .right-block {
  text-align: center; }
  .product-info-slidebar .cart-mini-actions-inn .right-block .button, .product-info-slidebar .cart-mini-actions-inn .right-block #consent-manager button, #consent-manager .product-info-slidebar .cart-mini-actions-inn .right-block button, .product-info-slidebar .cart-mini-actions-inn .right-block .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-mini-actions-inn .right-block .form-submit-button, .product-info-slidebar .cart-mini-actions-inn .right-block .cart-button {
    font-size: 1.2rem;
    padding: 0;
    color: black;
    background: none;
    border: 0;
    text-transform: none;
    text-decoration: underline; }
    .product-info-slidebar .cart-mini-actions-inn .right-block .button:hover, .product-info-slidebar .cart-mini-actions-inn .right-block #consent-manager button:hover, #consent-manager .product-info-slidebar .cart-mini-actions-inn .right-block button:hover, .product-info-slidebar .cart-mini-actions-inn .right-block .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .product-info-slidebar .cart-mini-actions-inn .right-block .form-submit-button:hover, .product-info-slidebar .cart-mini-actions-inn .right-block .cart-button:hover {
      color: #b61616; }

.product-info-slidebar .cart-body-container {
  height: calc(100vh - 12.5rem);
  overflow: auto; }
  .product-info-slidebar .cart-body-container .card-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2.1rem 4rem 2.3rem 3.4rem;
    border-bottom: 0.1rem solid #151515; }
  .product-info-slidebar .cart-body-container .cart-image {
    height: 8rem;
    width: 8rem; }
    .product-info-slidebar .cart-body-container .cart-image img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .product-info-slidebar .cart-body-container .cart-body {
    width: calc(100% - 8rem);
    padding-left: 3rem;
    position: relative; }
    .product-info-slidebar .cart-body-container .cart-body .remove-btn {
      font-size: 0;
      position: absolute;
      top: .6rem;
      right: 0; }
      .product-info-slidebar .cart-body-container .cart-body .remove-btn:hover .icon svg {
        fill: black; }
      .product-info-slidebar .cart-body-container .cart-body .remove-btn .icon {
        height: 0.9rem;
        width: 0.9rem; }
        .product-info-slidebar .cart-body-container .cart-body .remove-btn .icon svg {
          fill: #666666; }
  .product-info-slidebar .cart-body-container .cart-title {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 0.8rem;
    padding-right: 4rem;
    text-transform: none; }
    .product-info-slidebar .cart-body-container .cart-title a, .product-info-slidebar .cart-body-container .cart-title .link, .product-info-slidebar .cart-body-container .cart-title body:not(.page-home) .c-link, body:not(.page-home) .product-info-slidebar .cart-body-container .cart-title .c-link, .product-info-slidebar .cart-body-container .cart-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-body-container .cart-title .veiw-product, .product-info-slidebar .cart-body-container .cart-title .prd-product-link, .product-info-slidebar .cart-body-container .cart-title .all-link {
      color: black; }
      .product-info-slidebar .cart-body-container .cart-title a:hover, .product-info-slidebar .cart-body-container .cart-title .link:hover, .product-info-slidebar .cart-body-container .cart-title body:not(.page-home) .c-link:hover, body:not(.page-home) .product-info-slidebar .cart-body-container .cart-title .c-link:hover, .product-info-slidebar .cart-body-container .cart-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-body-container .cart-title .veiw-product:hover, .product-info-slidebar .cart-body-container .cart-title .prd-product-link:hover, .product-info-slidebar .cart-body-container .cart-title .all-link:hover {
        color: #b61616; }
  .product-info-slidebar .cart-body-container .cart-item-value {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  .product-info-slidebar .cart-body-container .brand-name {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    color: #666666; }
  .product-info-slidebar .cart-body-container .productView-info {
    margin-bottom: 0.8rem;
    margin-top: 0; }
    .product-info-slidebar .cart-body-container .productView-info > :first-child {
      margin-top: 0; }
    .product-info-slidebar .cart-body-container .productView-info-name {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 0;
      margin-right: 0.8rem;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .product-info-slidebar .cart-body-container .productView-info-value {
      font-size: 1.2rem;
      line-height: 1;
      margin: 0; }
  .product-info-slidebar .cart-body-container .productView-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.6rem; }
    .product-info-slidebar .cart-body-container .productView-row:last-child {
      margin-bottom: 0; }

.product-info-slidebar .cart-mini-item-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.3rem; }
  .product-info-slidebar .cart-mini-item-quantity .form-increment {
    border: 0.1rem solid black;
    border-radius: 10rem;
    padding: 0 0.6rem; }
    .product-info-slidebar .cart-mini-item-quantity .form-increment .button, .product-info-slidebar .cart-mini-item-quantity .form-increment #consent-manager button, #consent-manager .product-info-slidebar .cart-mini-item-quantity .form-increment button, .product-info-slidebar .cart-mini-item-quantity .form-increment .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .cart-mini-item-quantity .form-increment .form-submit-button, .product-info-slidebar .cart-mini-item-quantity .form-increment .cart-button {
      color: black;
      padding: 0;
      background: none;
      border: 0;
      padding: 1rem 0.9rem; }
      .product-info-slidebar .cart-mini-item-quantity .form-increment .button:hover .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment #consent-manager button:hover .icon svg, #consent-manager .product-info-slidebar .cart-mini-item-quantity .form-increment button:hover .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment .sell-your-gear-form-new .form-submit-button:hover .icon svg, .sell-your-gear-form-new .product-info-slidebar .cart-mini-item-quantity .form-increment .form-submit-button:hover .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment .cart-button:hover .icon svg {
        fill: #b61616; }
      .product-info-slidebar .cart-mini-item-quantity .form-increment .button.icon--dec:not(:hover) .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment #consent-manager button.icon--dec:not(:hover) .icon svg, #consent-manager .product-info-slidebar .cart-mini-item-quantity .form-increment button.icon--dec:not(:hover) .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment .sell-your-gear-form-new .icon--dec.form-submit-button:not(:hover) .icon svg, .sell-your-gear-form-new .product-info-slidebar .cart-mini-item-quantity .form-increment .icon--dec.form-submit-button:not(:hover) .icon svg, .product-info-slidebar .cart-mini-item-quantity .form-increment .icon--dec.cart-button:not(:hover) .icon svg {
        fill: #666666; }
      .product-info-slidebar .cart-mini-item-quantity .form-increment .button .icon, .product-info-slidebar .cart-mini-item-quantity .form-increment #consent-manager button .icon, #consent-manager .product-info-slidebar .cart-mini-item-quantity .form-increment button .icon, .product-info-slidebar .cart-mini-item-quantity .form-increment .sell-your-gear-form-new .form-submit-button .icon, .sell-your-gear-form-new .product-info-slidebar .cart-mini-item-quantity .form-increment .form-submit-button .icon, .product-info-slidebar .cart-mini-item-quantity .form-increment .cart-button .icon {
        width: 1rem;
        height: 1rem; }
    .product-info-slidebar .cart-mini-item-quantity .form-increment .form-input, .product-info-slidebar .cart-mini-item-quantity .form-increment .select2-search--dropdown .select2-search__field, .select2-search--dropdown .product-info-slidebar .cart-mini-item-quantity .form-increment .select2-search__field, .product-info-slidebar .cart-mini-item-quantity .form-increment .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .product-info-slidebar .cart-mini-item-quantity .form-increment .form-file {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 500;
      padding: 0; }

.product-info-slidebar .cart-mini-footer {
  display: flex; }
  .product-info-slidebar .cart-mini-footer-wrap {
    border-top: 0.1rem solid #151515; }

.product-info-slidebar .cart-mini-empty span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3rem 4rem 0;
  text-align: center; }
  .product-info-slidebar .cart-mini-empty span span {
    display: none; }

.product-info-slidebar .cart-sliding-block-inn {
  top: 0;
  height: 100vh;
  border-radius: 0;
  max-width: 45rem;
  width: 100%;
  right: -54rem; }
  @media only screen and (max-width: 550px) {
    .product-info-slidebar .cart-sliding-block-inn {
      width: 95%; } }
  .product-info-slidebar .cart-sliding-block-inn .cart-close:not(.cart-button) {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-info-slidebar .cart-sliding-block-inn .cart-close:not(.cart-button) svg {
      height: 100%;
      width: 100%;
      stroke: #151515; }
    .product-info-slidebar .cart-sliding-block-inn .cart-close:not(.cart-button):hover svg {
      stroke: #b61616; }

.product-info-slidebar .cart-heading {
  padding: 26px 29px 26px 29px;
  border-bottom: 0;
  background-color: #fff; }
  .product-info-slidebar .cart-heading .slide-title {
    margin: 0;
    font-weight: 700; }

.product-info-slidebar .product-container {
  padding-left: 30px;
  padding-right: 31px; }
  .product-info-slidebar .product-container .img-container {
    padding: 10px 35px;
    text-align: center; }

.product-info-slidebar .prd-title {
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.7rem; }
  @media screen and (max-width: 1024px) {
    .product-info-slidebar .prd-title {
      margin-bottom: 1rem; } }

.product-info-slidebar .prd-info h2, .product-info-slidebar .prd-info .modal-header-title, .product-info-slidebar .prd-info .productView-price span, .productView-price .product-info-slidebar .prd-info span, .product-info-slidebar .prd-info .cart-heading .slide-title, .product-info-slidebar .cart-heading .prd-info .slide-title,
.product-info-slidebar .prd-info h3,
.product-info-slidebar .prd-info .header-main .navPages .navPage-subMenu-inner .subMenu-list h2,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .prd-info h2,
.product-info-slidebar .prd-info .header-main .navPages .navPage-subMenu-inner .subMenu-list .modal-header-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .prd-info .modal-header-title,
.product-info-slidebar .prd-info .header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .productView-price .product-info-slidebar .prd-info span,
.product-info-slidebar .prd-info .productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list span,
.productView-price .header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .prd-info span,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .prd-info .cart-heading .slide-title,
.header-main .navPages .navPage-subMenu-inner .subMenu-list .product-info-slidebar .cart-heading .prd-info .slide-title,
.product-info-slidebar .prd-info .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .slide-title,
.product-info-slidebar .cart-heading .header-main .navPages .navPage-subMenu-inner .subMenu-list .prd-info .slide-title,
.product-info-slidebar .prd-info h4 {
  margin-top: 26px !important;
  margin-bottom: 15px !important;
  color: #151515;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 140%; }

.product-info-slidebar .cart-mini-footer.payment-area {
  width: 100%;
  justify-content: space-between;
  padding: 11px 18px 11px 11px;
  border-top: 1px solid #E0E0E0;
  background: #F7F8F9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  align-items: center; }
  @media only screen and (max-width: 550px) {
    .product-info-slidebar .cart-mini-footer.payment-area {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .product-info-slidebar .cart-mini-footer.payment-area {
      -webkit-justify-content: center;
      justify-content: center; } }

.product-info-slidebar .prd-product-link svg.icon-view-details {
  display: none; }

.product-info-slidebar .prd-product-link:hover {
  color: #B61616; }

.product-info-slidebar .cart-button {
  padding-left: 3rem;
  padding-right: 3rem;
  height: auto;
  width: auto; }
  @media only screen and (max-width: 550px) {
    .product-info-slidebar .cart-button {
      width: 100%;
      margin-top: 10px; } }

.product-info-slidebar .cart-body-container {
  height: calc(100vh - 16.3rem); }
  @media screen and (max-width: 767px) {
    .product-info-slidebar .cart-body-container {
      height: calc(100vh - 18.5rem); } }

.col-sm-12.sub-section-open .accordian-down::after {
  transform: rotate(180deg); }

.accordian-down {
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap; }
  .accordian-down::after {
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 2.6rem;
    width: 1.2rem;
    height: .9rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9193 2.29199L6.00083 8.21048L0.0823444 2.29199L1.70869 0.665647L6.00083 4.95778L10.293 0.665647L11.9193 2.29199Z' fill='%23151515'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s linear; }
  .accordian-down div {
    pointer-events: none;
    z-index: -10; }

.template-rent-from-the-woodlands .row.rental-catalog {
  width: 100%; }

/* --- [ Sign in ] ---*/
.login {
  max-width: 100%;
  margin-top: 0;
  margin: 0; }
  .login-row {
    max-width: 120rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .login-row {
        padding-top: 0;
        padding-bottom: 0; } }
  .login-form {
    padding-left: 0;
    padding-right: 1.9rem;
    margin: 0; }

.new-customer {
  padding-right: 0;
  padding-left: 1.9rem; }
  @media screen and (max-width: 1024px) {
    .new-customer {
      padding-left: 0;
      margin-top: 4rem; } }
  .new-customer .button--primary:hover, .new-customer .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .new-customer .form-submit-button:hover, .new-customer .product-info-slidebar .cart-button:hover, .product-info-slidebar .new-customer .cart-button:hover {
    border-color: #b61616; }
  .new-customer .button--primary:after, .new-customer .sell-your-gear-form-new .form-submit-button:after, .sell-your-gear-form-new .new-customer .form-submit-button:after, .new-customer .product-info-slidebar .cart-button:after, .product-info-slidebar .new-customer .cart-button:after {
    display: none; }

.panel {
  border: 0.1rem solid #e0e0e0;
  height: 100%; }
  .panel.share-wishlist {
    margin-top: 3rem; }
  .panel-header {
    background-color: #f7f8f9;
    padding: 3rem 3.5rem 0; }
  .panel-title {
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1.5rem; }
  .panel-body {
    padding: 0 3.5rem 3.5rem;
    margin-bottom: 0;
    background-color: #f7f8f9;
    background: #f7f8f9; }
    .panel-body p {
      padding-bottom: 2rem; }
    .panel-body ul {
      list-style: none;
      padding: 0;
      margin: 0 0 2.6rem 0; }
      .panel-body ul li {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M9.53551 0.111023L9.04026 0.605773L6.81276 2.83327L4.58551 5.06052L4.40876 5.23727L3.96951 4.79802L2.69652 3.52527L2.46402 3.29277L0.166016 5.59077L0.398266 5.82327L1.67152 7.09627L2.11077 7.53577H2.11052L4.40876 9.83352L6.70676 7.53577L6.88351 7.35902L9.11101 5.13127L11.3383 2.90402L11.8335 2.40902L9.53551 0.111023Z" fill="%23151515"/></svg>');
        background-repeat: no-repeat;
        padding: 0 0 0 2.5rem;
        margin-bottom: 1rem;
        background-position: left top 0.8rem; }
  .panel--address .form-actions {
    position: unset; }
    .panel--address .form-actions .button, .panel--address .form-actions #consent-manager button, #consent-manager .panel--address .form-actions button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button, .panel--address .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .panel--address .form-actions .cart-button {
      min-width: auto;
      width: 12.6rem;
      padding: 1.4rem 2rem; }
      @media screen and (max-width: 1024px) {
        .panel--address .form-actions .button + .button, .panel--address .form-actions #consent-manager button + .button, #consent-manager .panel--address .form-actions button + .button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .button, .panel--address .form-actions .product-info-slidebar .cart-button + .button, .product-info-slidebar .panel--address .form-actions .cart-button + .button, .panel--address .form-actions #consent-manager .button + button, #consent-manager .panel--address .form-actions .button + button, .panel--address .form-actions #consent-manager button + button, #consent-manager .panel--address .form-actions button + button, .panel--address .form-actions .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + button, .panel--address .form-actions .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .panel--address .form-actions .product-info-slidebar .cart-button + button, .product-info-slidebar .panel--address .form-actions #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .panel--address .form-actions .cart-button + button, .panel--address .form-actions .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .button + .form-submit-button, .panel--address .form-actions #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions #consent-manager button + .form-submit-button, #consent-manager .panel--address .form-actions .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .panel--address .form-actions button + .form-submit-button, .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .panel--address .form-actions .cart-button + .form-submit-button, .panel--address .form-actions .product-info-slidebar .button + .cart-button, .product-info-slidebar .panel--address .form-actions .button + .cart-button, .panel--address .form-actions #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .panel--address .form-actions #consent-manager button + .cart-button, #consent-manager .panel--address .form-actions .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .panel--address .form-actions button + .cart-button, .panel--address .form-actions .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .panel--address .form-actions .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .panel--address .form-actions .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .panel--address .form-actions .form-submit-button + .cart-button, .panel--address .form-actions .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .panel--address .form-actions .cart-button + .cart-button {
          margin-left: 1rem; } }
  .panel--address .address-title {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
  .panel--address .panel-body {
    padding: 3rem 3.5rem;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .panel--address .panel-body {
        padding: 2.5rem; } }
  .panel--address .address-details .address-label,
  .panel--address .address-details .address-description {
    color: #707070; }
  .panel--address .address-details li {
    padding-left: 0;
    background-image: none;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: normal;
    color: #707070; }
  .panel--newAddress {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .panel--newAddress {
        min-height: 35rem; } }
    .panel--newAddress .address-addNew .address-title {
      font-family: inherit;
      text-transform: capitalize;
      padding-top: 2rem;
      font-weight: 500; }
    .panel--newAddress .panel-body {
      height: 100%;
      border: 0; }

/* --- [ Register ] ---*/
.account .form {
  margin-bottom: 0; }

/* --- [ forgot password ] ---*/
.template-forgotpassword .body .page-heading, .template-forgotpassword .body .rental-catalog h2, .rental-catalog .template-forgotpassword .body h2, .template-forgotpassword .body .rental-catalog .modal-header-title, .rental-catalog .template-forgotpassword .body .modal-header-title, .template-forgotpassword .body .rental-catalog .productView-price span, .rental-catalog .productView-price .template-forgotpassword .body span, .template-forgotpassword .body .productView-price .rental-catalog span, .productView-price .rental-catalog .template-forgotpassword .body span, .template-forgotpassword .body .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-forgotpassword .body .slide-title, .template-forgotpassword .body .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .template-forgotpassword .body .blog-grid-title {
  margin-bottom: 2rem; }

.template-forgotpassword p {
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.forgot-password-form {
  max-width: 80rem;
  margin: 0 auto; }
  .forgot-password-form .form-prefixPostfix--centeredColumn.wrap {
    flex-direction: row;
    text-align: left;
    width: 100%; }
    .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-label {
      display: block;
      width: 100%;
      text-align: left; }
    .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .g-recaptcha {
      width: auto;
      margin-top: 3rem;
      margin-left: 0;
      order: 4; }
      @media screen and (max-width: 767px) {
        .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .g-recaptcha {
          margin-top: 1.7rem;
          order: 3; } }
    .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-input, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search--dropdown .select2-search__field, .select2-search--dropdown .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search__field, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-file {
      width: 50rem;
      flex: inherit;
      order: 1; }
      @media screen and (max-width: 1024px) {
        .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-input, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search--dropdown .select2-search__field, .select2-search--dropdown .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search__field, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-file {
          width: calc(100% - 24.3rem); } }
      @media screen and (max-width: 767px) {
        .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-input, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search--dropdown .select2-search__field, .select2-search--dropdown .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .select2-search__field, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-file {
          width: 100%; } }
    .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap #consent-manager button, #consent-manager .forgot-password-form .form-prefixPostfix--centeredColumn.wrap button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-submit-button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .product-info-slidebar .cart-button, .product-info-slidebar .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .cart-button {
      order: 2;
      margin-top: 0;
      margin-left: 2rem; }
      @media screen and (max-width: 767px) {
        .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap #consent-manager button, #consent-manager .forgot-password-form .form-prefixPostfix--centeredColumn.wrap button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-submit-button, .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .product-info-slidebar .cart-button, .product-info-slidebar .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .cart-button {
          margin-left: 0;
          margin-top: 2rem; } }
    .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-inlineMessage {
      order: 3;
      width: 50rem; }
      @media screen and (max-width: 767px) {
        .forgot-password-form .form-prefixPostfix--centeredColumn.wrap .form-inlineMessage {
          order: 2; } }

/* --- [ order tab ] ---*/
.navBar:not(.navBar--account) {
  margin: 3rem 0 3rem 0;
  padding-bottom: 0;
  text-align: left; }
  .navBar:not(.navBar--account) .navBar--account {
    display: block; }
  .navBar:not(.navBar--account) .navBar-item {
    position: relative;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
    .navBar:not(.navBar--account) .navBar-item::after {
      content: "";
      width: 0;
      height: .15rem;
      position: absolute;
      left: 0;
      bottom: 0rem;
      transition: width .4s ease, opacity .6s ease;
      background-color: #b61616;
      opacity: 0; }
  .navBar:not(.navBar--account) .navBar-action {
    color: rgba(21, 21, 21, 0.3);
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .navBar:not(.navBar--account) .navBar-action {
        font-size: 1.4rem; } }
    .navBar:not(.navBar--account) .navBar-action:hover {
      color: #b61616; }
  .navBar:not(.navBar--account) .is-active {
    color: #151515;
    padding-bottom: 0.9rem; }
    .navBar:not(.navBar--account) .is-active::after {
      width: 100%;
      opacity: 1; }

.navBar--sub {
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .navBar--sub {
      display: block; } }
  .navBar--sub .navBar-action {
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    color: rgba(21, 21, 21, 0.3);
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .navBar--sub .navBar-action {
        font-size: 1.4rem; } }
    .navBar--sub .navBar-action::after {
      content: "";
      width: 0;
      height: .15rem;
      position: absolute;
      left: 0;
      bottom: 0rem;
      transition: width .4s ease, opacity .6s ease;
      background-color: #b61616;
      opacity: 0; }
    .navBar--sub .navBar-action:hover {
      color: #b61616; }
  .navBar--sub .navBar-item {
    margin: 0 1rem;
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 1024px) {
      .navBar--sub .navBar-item {
        float: left;
        margin: 0 0.5rem; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: .8rem;
        float: none; } }
    .navBar--sub .navBar-item:first-child {
      margin-left: 0; }
    .navBar--sub .navBar-item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .navBar--sub .navBar-item.is-active {
      border-bottom: none; }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #151515;
        padding-bottom: 0.9rem; }
        .navBar--sub .navBar-item.is-active > .navBar-action::after {
          width: 100%;
          opacity: 1; }
  .navBar--sub .navBar-section {
    text-align: center; }

.account--fixedSmall, .account--fixed, .account--fixedLarge {
  width: 100%; }

@media screen and (max-width: 1280px) {
  .account-content--fixedSmall {
    width: 65%; } }

@media screen and (max-width: 1024px) {
  .account-content--fixedSmall {
    width: 100%; } }

.account-body {
  margin-left: 0;
  margin-right: 0; }

.account-heading {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0.1rem solid #e0e0e0;
  padding-bottom: 1.9rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none; }

.account-listShipping {
  padding: 1.9rem 0; }
  .account-listShipping h5 {
    font-weight: 400; }

@media screen and (max-width: 767px) {
  .account .button, .account #consent-manager button, #consent-manager .account button, .account .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .account .form-submit-button, .account .product-info-slidebar .cart-button, .product-info-slidebar .account .cart-button {
    width: 100%; } }

.account-content {
  padding-top: 3rem; }

.account-product-description {
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.account-product-title {
  text-transform: uppercase;
  font-weight: 700; }
  @media screen and (max-width: 1024px) {
    .account-product-title {
      font-size: 1.3rem; } }
  .account-product-title a, .account-product-title .link, .account-product-title .form-actions a.forgot-password, .form-actions .account-product-title a.forgot-password, .account-product-title body:not(.page-home) .c-link, body:not(.page-home) .account-product-title .c-link, .account-product-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .account-product-title .veiw-product, .account-product-title .product-info-slidebar .prd-product-link, .product-info-slidebar .account-product-title .prd-product-link, .account-product-title .all-link {
    color: #151515; }
    .account-product-title a:hover, .account-product-title .link:hover, .account-product-title body:not(.page-home) .c-link:hover, body:not(.page-home) .account-product-title .c-link:hover, .account-product-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .account-product-title .veiw-product:hover, .account-product-title .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .account-product-title .prd-product-link:hover, .account-product-title .all-link:hover {
      color: #b61616; }

.account-orderStatus span {
  color: #707070; }

.account-message h5 {
  margin-bottom: 1rem; }

.account-message p {
  margin-bottom: 0; }

.account-product-figure:after {
  display: none; }

.account-listItem {
  padding: 1.9rem 0;
  border-color: #e0e0e0; }

.account-product-detail-heading {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #151515;
  font-weight: 600; }

.account-product-price {
  font-weight: 700;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.account-product-detail span {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 1.5rem; }

.account-product--alignMiddle .account-product-figure {
  left: auto; }
  @media screen and (max-width: 1024px) {
    .account-product--alignMiddle .account-product-figure {
      width: 9rem; } }

.account-product--alignMiddle .account-product-checkItem {
  left: auto;
  padding-right: 1rem; }

.account-product--alignMiddle .account-product-body {
  padding-left: 1.5rem; }
  @media screen and (max-width: 1024px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 1rem;
      padding-bottom: 0; } }

.account-product-figure {
  width: 17%;
  margin: 0 2rem 0 0;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .account-product-figure {
      width: 12rem; } }
  .account-product-figure img {
    max-width: 8.333vw;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .account-product-figure img {
        max-width: 100%; } }
  .account-product-figure:after {
    display: none; }

.account-orderTotal {
  width: 100%; }
  .account-orderTotal .account-orderTotal-value:last-child {
    font-weight: 600; }

.account-orderTotal-key {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #151515;
  text-transform: uppercase;
  font-weight: 500; }

.account-orderTotal-value {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500; }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 1.9rem 0; }

.account-orderStatus-label {
  background-color: #f7f8f9;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.6rem 0.9rem;
  font-weight: 600;
  color: #151515; }

.account-sidebar-block .account-heading {
  margin-bottom: 2.5rem; }

@media screen and (max-width: 767px) {
  .account-sidebar-block .account-reorder-form {
    width: 100%; } }

.account-sidebar-block .account-reorder-form .button, .account-sidebar-block .account-reorder-form #consent-manager button, #consent-manager .account-sidebar-block .account-reorder-form button, .account-sidebar-block .account-reorder-form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .account-sidebar-block .account-reorder-form .form-submit-button, .account-sidebar-block .account-reorder-form .product-info-slidebar .cart-button, .product-info-slidebar .account-sidebar-block .account-reorder-form .cart-button,
.account-sidebar-block .account-reorder-form input.button,
.account-sidebar-block .account-reorder-form .sell-your-gear-form-new input.form-submit-button,
.sell-your-gear-form-new .account-sidebar-block .account-reorder-form input.form-submit-button,
.account-sidebar-block .account-reorder-form .product-info-slidebar input.cart-button,
.product-info-slidebar .account-sidebar-block .account-reorder-form input.cart-button {
  background-color: #b61616;
  color: white; }
  .account-sidebar-block .account-reorder-form .button:hover, .account-sidebar-block .account-reorder-form #consent-manager button:hover, #consent-manager .account-sidebar-block .account-reorder-form button:hover, .account-sidebar-block .account-reorder-form .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .account-sidebar-block .account-reorder-form .form-submit-button:hover, .account-sidebar-block .account-reorder-form .product-info-slidebar .cart-button:hover, .product-info-slidebar .account-sidebar-block .account-reorder-form .cart-button:hover, .account-sidebar-block .account-reorder-form .button:focus, .account-sidebar-block .account-reorder-form #consent-manager button:focus, #consent-manager .account-sidebar-block .account-reorder-form button:focus, .account-sidebar-block .account-reorder-form .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .account-sidebar-block .account-reorder-form .form-submit-button:focus, .account-sidebar-block .account-reorder-form .product-info-slidebar .cart-button:focus, .product-info-slidebar .account-sidebar-block .account-reorder-form .cart-button:focus,
  .account-sidebar-block .account-reorder-form input.button:hover,
  .account-sidebar-block .account-reorder-form .sell-your-gear-form-new input.form-submit-button:hover,
  .sell-your-gear-form-new .account-sidebar-block .account-reorder-form input.form-submit-button:hover,
  .account-sidebar-block .account-reorder-form .product-info-slidebar input.cart-button:hover,
  .product-info-slidebar .account-sidebar-block .account-reorder-form input.cart-button:hover,
  .account-sidebar-block .account-reorder-form input.button:focus,
  .account-sidebar-block .account-reorder-form .sell-your-gear-form-new input.form-submit-button:focus,
  .sell-your-gear-form-new .account-sidebar-block .account-reorder-form input.form-submit-button:focus,
  .account-sidebar-block .account-reorder-form .product-info-slidebar input.cart-button:focus,
  .product-info-slidebar .account-sidebar-block .account-reorder-form input.cart-button:focus {
    background-color: transparent;
    border-color: #b61616;
    color: #b61616; }

.account-product .account-product-title {
  max-width: 50rem; }

.account-order-address {
  color: #707070; }
  .account-order-address li {
    margin-bottom: 0.5rem; }

.account .button:after, .account #consent-manager button:after, #consent-manager .account button:after, .account .sell-your-gear-form-new .form-submit-button:after, .sell-your-gear-form-new .account .form-submit-button:after, .account .product-info-slidebar .cart-button:after, .product-info-slidebar .account .cart-button:after {
  display: none; }

.account .addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 3rem; }
  .account .addressList .address {
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .account .addressList .address {
        aspect-ratio: inherit; } }

.account .productGrid {
  padding-top: 4rem;
  margin-bottom: 4rem; }
  .account .productGrid .product {
    position: relative; }
    @media screen and (max-width: 1280px) {
      .account .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 1024px) {
      .account .productGrid .product {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .account .productGrid .product {
        width: 100%; } }
    .account .productGrid .product label.card-figcaption-button {
      display: none; }
    .account .productGrid .product .form {
      padding: 0;
      position: absolute;
      right: 0.8rem;
      top: 0; }
      .account .productGrid .product .form .button, .account .productGrid .product .form #consent-manager button, #consent-manager .account .productGrid .product .form button, .account .productGrid .product .form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .account .productGrid .product .form .form-submit-button, .account .productGrid .product .form .product-info-slidebar .cart-button, .product-info-slidebar .account .productGrid .product .form .cart-button {
        background: #b61616 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat;
        min-width: auto;
        font-size: 0;
        padding: 1.9rem;
        background-position: center;
        border: solid 0.1rem #b61616; }
        .account .productGrid .product .form .button:hover, .account .productGrid .product .form #consent-manager button:hover, #consent-manager .account .productGrid .product .form button:hover, .account .productGrid .product .form .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .account .productGrid .product .form .form-submit-button:hover, .account .productGrid .product .form .product-info-slidebar .cart-button:hover, .product-info-slidebar .account .productGrid .product .form .cart-button:hover {
          background: white url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23b61616" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat;
          background-position: center; }
    @media screen and (max-width: 1280px) {
      .account .productGrid .product .card-action .button, .account .productGrid .product .card-action #consent-manager button, #consent-manager .account .productGrid .product .card-action button, .account .productGrid .product .card-action .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .account .productGrid .product .card-action .form-submit-button, .account .productGrid .product .card-action .product-info-slidebar .cart-button, .product-info-slidebar .account .productGrid .product .card-action .cart-button {
        padding: 1.4rem 2rem; } }

.account-product-description {
  margin-bottom: 1.6rem; }

.account-product-details {
  margin: 0 -1.5rem; }
  .account-product-details .account-product-detail {
    padding: 0 1.5rem; }
    @media screen and (max-width: 1024px) {
      .account-product-details .account-product-detail {
        width: auto; } }
    .account-product-details .account-product-detail + .account-product-detail {
      margin-top: 0rem; }
      @media screen and (max-width: 767px) {
        .account-product-details .account-product-detail + .account-product-detail {
          margin-top: 1.5rem; } }
    .account-product-details .account-product-detail .account-product-detail-heading {
      font-size: 1.4rem;
      margin: 0;
      font-weight: 700;
      color: black; }

@media screen and (max-width: 1024px) {
  .account-product-body .definitionList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; } }

.definitionList-key {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #151515;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.6; }

.definitionList-value {
  margin-bottom: 1rem;
  color: #707070; }
  @media screen and (max-width: 1024px) {
    .definitionList-value {
      font-size: 1.3rem; } }

.template-account_orderstatus .account-head {
  margin: 0; }

.template-account_orderstatus .account-product-figure {
  width: 11%;
  margin: 0 2rem 0 0;
  vertical-align: middle; }
  @media screen and (max-width: 1280px) {
    .template-account_orderstatus .account-product-figure {
      width: 16rem; } }
  @media screen and (max-width: 767px) {
    .template-account_orderstatus .account-product-figure {
      width: 12rem; } }
  .template-account_orderstatus .account-product-figure img {
    width: 100%;
    max-width: 100%; }
  .template-account_orderstatus .account-product-figure:after {
    display: none; }

.template-editaccount .account .form,
.template-shippingaddressform .account .form {
  padding-top: 4rem; }

.template-add-wishlist .form-field .form-label::before, .template-add-wishlist .form-field .form-label::after {
  top: 0.35rem; }

.template-account_inbox .body h2, .template-account_inbox .body .modal-header-title, .template-account_inbox .body .productView-price span, .productView-price .template-account_inbox .body span, .template-account_inbox .body .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-account_inbox .body .slide-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0.1rem solid #e0e0e0;
  padding-bottom: 1.9rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none; }

.template-account_inbox .account-body {
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .template-account_inbox .account-listItem {
    padding-bottom: 4rem; } }

@media screen and (max-width: 767px) {
  .template-account_inbox .account-listItem .account-orderStatus {
    bottom: 1.7rem; } }

.template-account_order .body h2, .template-account_order .body .modal-header-title, .template-account_order .body .productView-price span, .productView-price .template-account_order .body span, .template-account_order .body .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-account_order .body .slide-title {
  font-size: 3.4rem; }

@media screen and (max-width: 1024px) {
  .template-account_order .account-sidebar {
    padding-top: 0; } }

/* --- [ wishlist tab ] ---*/
.wishlists-table {
  max-width: 100%;
  margin-top: 3rem; }

.wishlist-form {
  max-width: 67%; }
  @media screen and (max-width: 1024px) {
    .wishlist-form {
      max-width: 100%; } }
  .wishlist-form .form-actions .button, .wishlist-form .form-actions #consent-manager button, #consent-manager .wishlist-form .form-actions button, .wishlist-form .form-actions .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .wishlist-form .form-actions .form-submit-button, .wishlist-form .form-actions .product-info-slidebar .cart-button, .product-info-slidebar .wishlist-form .form-actions .cart-button {
    margin-top: 0.8rem; }

.table--line .table-thead {
  border-color: #e0e0e0; }

.table-tbody a, .table-tbody .link, .table-tbody .form-actions a.forgot-password, .form-actions .table-tbody a.forgot-password, .table-tbody body:not(.page-home) .c-link, body:not(.page-home) .table-tbody .c-link, .table-tbody .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .table-tbody .veiw-product, .table-tbody .product-info-slidebar .prd-product-link, .product-info-slidebar .table-tbody .prd-product-link, .table-tbody .all-link {
  color: #151515;
  font-weight: 700; }
  .table-tbody a:hover, .table-tbody .link:hover, .table-tbody body:not(.page-home) .c-link:hover, body:not(.page-home) .table-tbody .c-link:hover, .table-tbody .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .table-tbody .veiw-product:hover, .table-tbody .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .table-tbody .prd-product-link:hover, .table-tbody .all-link:hover {
    color: #b61616; }

.table .form {
  padding: 1.2rem 0; }
  .table .form a, .table .form .link, .table .form body:not(.page-home) .c-link, body:not(.page-home) .table .form .c-link, .table .form .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .table .form .veiw-product, .table .form .product-info-slidebar .prd-product-link, .product-info-slidebar .table .form .prd-product-link, .table .form .all-link,
  .table .form .button,
  .table .form #consent-manager button,
  #consent-manager .table .form button,
  .table .form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .table .form .form-submit-button,
  .table .form .product-info-slidebar .cart-button,
  .product-info-slidebar .table .form .cart-button {
    color: #b61616; }
    .table .form a:hover, .table .form .link:hover, .table .form body:not(.page-home) .c-link:hover, body:not(.page-home) .table .form .c-link:hover, .table .form .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .table .form .veiw-product:hover, .table .form .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .table .form .prd-product-link:hover, .table .form .all-link:hover, .table .form a:focus, .table .form .link:focus, .table .form body:not(.page-home) .c-link:focus, body:not(.page-home) .table .form .c-link:focus, .table .form .rental-catalog .section .sub-section--label .veiw-product:focus, .rental-catalog .section .sub-section--label .table .form .veiw-product:focus, .table .form .product-info-slidebar .prd-product-link:focus, .product-info-slidebar .table .form .prd-product-link:focus, .table .form .all-link:focus,
    .table .form .button:hover,
    .table .form #consent-manager button:hover,
    #consent-manager .table .form button:hover,
    .table .form .sell-your-gear-form-new .form-submit-button:hover,
    .sell-your-gear-form-new .table .form .form-submit-button:hover,
    .table .form .product-info-slidebar .cart-button:hover,
    .product-info-slidebar .table .form .cart-button:hover,
    .table .form .button:focus,
    .table .form #consent-manager button:focus,
    #consent-manager .table .form button:focus,
    .table .form .sell-your-gear-form-new .form-submit-button:focus,
    .sell-your-gear-form-new .table .form .form-submit-button:focus,
    .table .form .product-info-slidebar .cart-button:focus,
    .product-info-slidebar .table .form .cart-button:focus {
      color: white;
      background: #b61616;
      border-color: #b61616; }
  
  .table .form .button,
  .table .form #consent-manager button,
  #consent-manager .table .form button,
  .table .form .sell-your-gear-form-new .form-submit-button,
  .sell-your-gear-form-new .table .form .form-submit-button,
  .table .form .product-info-slidebar .cart-button,
  .product-info-slidebar .table .form .cart-button {
    min-width: 8rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media screen and (max-width: 767px) {
      .table .form .button + .button, .table .form #consent-manager button + .button, #consent-manager .table .form button + .button, .table .form .sell-your-gear-form-new .form-submit-button + .button, .sell-your-gear-form-new .table .form .form-submit-button + .button, .table .form .product-info-slidebar .cart-button + .button, .product-info-slidebar .table .form .cart-button + .button, .table .form #consent-manager .button + button, #consent-manager .table .form .button + button, .table .form #consent-manager button + button, #consent-manager .table .form button + button, .table .form .sell-your-gear-form-new #consent-manager .form-submit-button + button, #consent-manager .table .form .sell-your-gear-form-new .form-submit-button + button, .sell-your-gear-form-new .table .form #consent-manager .form-submit-button + button, #consent-manager .sell-your-gear-form-new .table .form .form-submit-button + button, .table .form .product-info-slidebar #consent-manager .cart-button + button, #consent-manager .table .form .product-info-slidebar .cart-button + button, .product-info-slidebar .table .form #consent-manager .cart-button + button, #consent-manager .product-info-slidebar .table .form .cart-button + button, .table .form .sell-your-gear-form-new .button + .form-submit-button, .sell-your-gear-form-new .table .form .button + .form-submit-button, .table .form #consent-manager .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new .table .form #consent-manager button + .form-submit-button, #consent-manager .table .form .sell-your-gear-form-new button + .form-submit-button, .sell-your-gear-form-new #consent-manager .table .form button + .form-submit-button, .table .form .sell-your-gear-form-new .form-submit-button + .form-submit-button, .sell-your-gear-form-new .table .form .form-submit-button + .form-submit-button, .table .form .product-info-slidebar .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .table .form .product-info-slidebar .cart-button + .form-submit-button, .product-info-slidebar .table .form .sell-your-gear-form-new .cart-button + .form-submit-button, .sell-your-gear-form-new .product-info-slidebar .table .form .cart-button + .form-submit-button, .table .form .product-info-slidebar .button + .cart-button, .product-info-slidebar .table .form .button + .cart-button, .table .form #consent-manager .product-info-slidebar button + .cart-button, .product-info-slidebar .table .form #consent-manager button + .cart-button, #consent-manager .table .form .product-info-slidebar button + .cart-button, .product-info-slidebar #consent-manager .table .form button + .cart-button, .table .form .sell-your-gear-form-new .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .table .form .sell-your-gear-form-new .form-submit-button + .cart-button, .sell-your-gear-form-new .table .form .product-info-slidebar .form-submit-button + .cart-button, .product-info-slidebar .sell-your-gear-form-new .table .form .form-submit-button + .cart-button, .table .form .product-info-slidebar .cart-button + .cart-button, .product-info-slidebar .table .form .cart-button + .cart-button {
        margin-top: 0.8rem; } }
    .table .form .button.button--primary, .table .form #consent-manager button.button--primary, #consent-manager .table .form button.button--primary, .table .form #consent-manager .sell-your-gear-form-new button.form-submit-button, #consent-manager .sell-your-gear-form-new .table .form button.form-submit-button, .table .form .sell-your-gear-form-new #consent-manager button.form-submit-button, .sell-your-gear-form-new #consent-manager .table .form button.form-submit-button, .table .form #consent-manager .product-info-slidebar button.cart-button, #consent-manager .product-info-slidebar .table .form button.cart-button, .table .form .product-info-slidebar #consent-manager button.cart-button, .product-info-slidebar #consent-manager .table .form button.cart-button, .table .form .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .table .form .form-submit-button, .table .form .product-info-slidebar .cart-button, .product-info-slidebar .table .form .cart-button {
      color: white; }
      .table .form .button.button--primary:hover, .table .form #consent-manager button.button--primary:hover, #consent-manager .table .form button.button--primary:hover, .table .form #consent-manager .sell-your-gear-form-new button.form-submit-button:hover, #consent-manager .sell-your-gear-form-new .table .form button.form-submit-button:hover, .table .form .sell-your-gear-form-new #consent-manager button.form-submit-button:hover, .sell-your-gear-form-new #consent-manager .table .form button.form-submit-button:hover, .table .form #consent-manager .product-info-slidebar button.cart-button:hover, #consent-manager .product-info-slidebar .table .form button.cart-button:hover, .table .form .product-info-slidebar #consent-manager button.cart-button:hover, .product-info-slidebar #consent-manager .table .form button.cart-button:hover, .table .form .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .table .form .form-submit-button:hover, .table .form .product-info-slidebar .cart-button:hover, .product-info-slidebar .table .form .cart-button:hover, .table .form .button.button--primary:focus, .table .form #consent-manager button.button--primary:focus, #consent-manager .table .form button.button--primary:focus, .table .form #consent-manager .sell-your-gear-form-new button.form-submit-button:focus, #consent-manager .sell-your-gear-form-new .table .form button.form-submit-button:focus, .table .form .sell-your-gear-form-new #consent-manager button.form-submit-button:focus, .sell-your-gear-form-new #consent-manager .table .form button.form-submit-button:focus, .table .form #consent-manager .product-info-slidebar button.cart-button:focus, #consent-manager .product-info-slidebar .table .form button.cart-button:focus, .table .form .product-info-slidebar #consent-manager button.cart-button:focus, .product-info-slidebar #consent-manager .table .form button.cart-button:focus, .table .form .sell-your-gear-form-new .form-submit-button:focus, .sell-your-gear-form-new .table .form .form-submit-button:focus, .table .form .product-info-slidebar .cart-button:focus, .product-info-slidebar .table .form .cart-button:focus {
        color: #b61616;
        background: white;
        border-color: #b61616; }

.table thead tr th {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 1.3rem; }

.template-wishlist .panel-body {
  padding: 2.8rem 3rem 3rem; }

.template-wishlist .wishlistbtn {
  display: none; }

.template-wishlists .body .account > .form {
  padding-top: 0; }

/*--- [ 404 Page ] ---*/
.template-404 .page-content--centered,
.template-404 .account,
.template-giftcertificates_balance .page-content--centered,
.template-giftcertificates_balance .account {
  width: 80rem; }
  @media screen and (max-width: 1024px) {
    .template-404 .page-content--centered,
    .template-404 .account,
    .template-giftcertificates_balance .page-content--centered,
    .template-giftcertificates_balance .account {
      width: 100%;
      padding: 0; } }

.template-404 .account .form-prefixPostfix input + .button, .template-404 .account .form-prefixPostfix #consent-manager input + button, #consent-manager .template-404 .account .form-prefixPostfix input + button, .template-404 .account .form-prefixPostfix .sell-your-gear-form-new input + .form-submit-button, .sell-your-gear-form-new .template-404 .account .form-prefixPostfix input + .form-submit-button, .template-404 .account .form-prefixPostfix .product-info-slidebar input + .cart-button, .product-info-slidebar .template-404 .account .form-prefixPostfix input + .cart-button,
.template-giftcertificates_balance .account .form-prefixPostfix input + .button,
.template-giftcertificates_balance .account .form-prefixPostfix #consent-manager input + button,
#consent-manager .template-giftcertificates_balance .account .form-prefixPostfix input + button,
.template-giftcertificates_balance .account .form-prefixPostfix .sell-your-gear-form-new input + .form-submit-button,
.sell-your-gear-form-new .template-giftcertificates_balance .account .form-prefixPostfix input + .form-submit-button,
.template-giftcertificates_balance .account .form-prefixPostfix .product-info-slidebar input + .cart-button,
.product-info-slidebar .template-giftcertificates_balance .account .form-prefixPostfix input + .cart-button {
  margin-top: 0;
  margin-left: 1.5rem; }
  @media screen and (max-width: 767px) {
    .template-404 .account .form-prefixPostfix input + .button, .template-404 .account .form-prefixPostfix #consent-manager input + button, #consent-manager .template-404 .account .form-prefixPostfix input + button, .template-404 .account .form-prefixPostfix .sell-your-gear-form-new input + .form-submit-button, .sell-your-gear-form-new .template-404 .account .form-prefixPostfix input + .form-submit-button, .template-404 .account .form-prefixPostfix .product-info-slidebar input + .cart-button, .product-info-slidebar .template-404 .account .form-prefixPostfix input + .cart-button,
    .template-giftcertificates_balance .account .form-prefixPostfix input + .button,
    .template-giftcertificates_balance .account .form-prefixPostfix #consent-manager input + button,
    #consent-manager .template-giftcertificates_balance .account .form-prefixPostfix input + button,
    .template-giftcertificates_balance .account .form-prefixPostfix .sell-your-gear-form-new input + .form-submit-button,
    .sell-your-gear-form-new .template-giftcertificates_balance .account .form-prefixPostfix input + .form-submit-button,
    .template-giftcertificates_balance .account .form-prefixPostfix .product-info-slidebar input + .cart-button,
    .product-info-slidebar .template-giftcertificates_balance .account .form-prefixPostfix input + .cart-button {
      margin-left: 0;
      margin-top: 1.5rem; } }

.template-404 .page-content--centered .page-heading, .template-404 .page-content--centered .rental-catalog h2, .rental-catalog .template-404 .page-content--centered h2, .template-404 .page-content--centered .rental-catalog .modal-header-title, .rental-catalog .template-404 .page-content--centered .modal-header-title, .template-404 .page-content--centered .rental-catalog .productView-price span, .rental-catalog .productView-price .template-404 .page-content--centered span, .template-404 .page-content--centered .productView-price .rental-catalog span, .productView-price .rental-catalog .template-404 .page-content--centered span, .template-404 .page-content--centered .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .template-404 .page-content--centered .slide-title, .template-404 .page-content--centered .blog-details .blog-grid-header .blog-grid-title, .blog-details .blog-grid-header .template-404 .page-content--centered .blog-grid-title {
  text-align: center; }

/*--- [ 404 Page ] ---*/
/*--- Newsletter Subscribe ---*/
/*--- Giftcertificates ---*/
.template-giftcertificates .form-field .form-checkbox + .form-label::before {
  top: 0.3rem; }

.template-giftcertificates .form-actions {
  max-width: none; }

@media screen and (max-width: 1024px) {
  .template-giftcertificates .modal-close {
    top: 1.2rem;
    right: 1.5rem; } }

/*--- Giftcertificates ---*/
/*--- Create Account ---*/
.template-createaccount .g-recaptcha {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem; }

/*--- Create Account ---*/
.template-blog .page {
  margin: 0; }

.blog-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .blog-grid .blog-grid-title {
    line-height: normal;
    font-weight: 700;
    margin: 0;
    margin-bottom: .8rem;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .blog-grid .blog-grid-title {
        margin-bottom: 1.2rem; } }
    .blog-grid .blog-grid-title > a, .blog-grid .blog-grid-title > .link, .blog-grid .form-actions .blog-grid-title > a.forgot-password, .blog-grid body:not(.page-home) .blog-grid-title > .c-link, body:not(.page-home) .blog-grid .blog-grid-title > .c-link, .blog-grid .rental-catalog .section .sub-section--label .blog-grid-title > .veiw-product, .rental-catalog .section .sub-section--label .blog-grid .blog-grid-title > .veiw-product, .blog-grid .product-info-slidebar .blog-grid-title > .prd-product-link, .product-info-slidebar .blog-grid .blog-grid-title > .prd-product-link, .blog-grid .blog-grid-title > .all-link {
      color: #151515;
      font-weight: inherit; }
    .blog-grid .blog-grid-title:hover > a, .blog-grid .blog-grid-title:hover > .link, .blog-grid .form-actions .blog-grid-title:hover > a.forgot-password, .blog-grid body:not(.page-home) .blog-grid-title:hover > .c-link, body:not(.page-home) .blog-grid .blog-grid-title:hover > .c-link, .blog-grid .rental-catalog .section .sub-section--label .blog-grid-title:hover > .veiw-product, .rental-catalog .section .sub-section--label .blog-grid .blog-grid-title:hover > .veiw-product, .blog-grid .product-info-slidebar .blog-grid-title:hover > .prd-product-link, .product-info-slidebar .blog-grid .blog-grid-title:hover > .prd-product-link, .blog-grid .blog-grid-title:hover > .all-link {
      color: #b61616; }
  .blog-grid-items {
    background-color: white;
    width: 33.3%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    @media screen and (max-width: 1280px) {
      .blog-grid-items {
        width: 33.33%; } }
    @media screen and (max-width: 1024px) {
      .blog-grid-items {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .blog-grid-items {
        width: 100%; } }
    .blog-grid-items:hover .blog-title a, .blog-grid-items:hover .blog-title .link, .blog-grid-items:hover .blog-title body:not(.page-home) .c-link, body:not(.page-home) .blog-grid-items:hover .blog-title .c-link, .blog-grid-items:hover .blog-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .blog-grid-items:hover .blog-title .veiw-product, .blog-grid-items:hover .blog-title .product-info-slidebar .prd-product-link, .product-info-slidebar .blog-grid-items:hover .blog-title .prd-product-link, .blog-grid-items:hover .blog-title .all-link {
      color: #151515; }
  .blog-grid-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    flex-direction: column; }
  .blog-grid-post-figure {
    width: 100%; }
  .blog-grid-thumbnail {
    margin: 0 auto;
    max-width: 100%;
    height: 100%; }
    .blog-grid-thumbnail img {
      aspect-ratio: 2/1;
      width: 100%;
      object-fit: cover; }
  .blog-grid-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .blog-grid-post-body {
    width: 100%;
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1024px) {
      .blog-grid-post-body {
        width: 100%;
        padding: 0;
        margin-top: 2rem; } }
  .blog-grid-date {
    display: none; }
  .blog-grid-post {
    color: #707070; }
    .blog-grid-post a, .blog-grid-post .link, .blog-grid-post .form-actions a.forgot-password, .form-actions .blog-grid-post a.forgot-password, .blog-grid-post body:not(.page-home) .c-link, body:not(.page-home) .blog-grid-post .c-link, .blog-grid-post .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .blog-grid-post .veiw-product, .blog-grid-post .product-info-slidebar .prd-product-link, .product-info-slidebar .blog-grid-post .prd-product-link, .blog-grid-post .all-link {
      display: block;
      margin-top: 1rem;
      color: #151515;
      font-weight: 500;
      text-decoration: underline;
      text-transform: uppercase;
      font-family: "Jost", Arial, Helvetica, sans-serif; }
      .blog-grid-post a:hover, .blog-grid-post .link:hover, .blog-grid-post body:not(.page-home) .c-link:hover, body:not(.page-home) .blog-grid-post .c-link:hover, .blog-grid-post .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .blog-grid-post .veiw-product:hover, .blog-grid-post .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .blog-grid-post .prd-product-link:hover, .blog-grid-post .all-link:hover {
        color: #b61616;
        text-decoration: none; }

/*--- [ Blog Post ] ---*/
.blog-details .blog-grid-post-body {
  margin-top: 0; }

.blog-details .blog-grid-header .blog-grid-title {
  color: #151515;
  margin-bottom: 4rem; }
  .blog-details .blog-grid-header .blog-grid-title > a, .blog-details .blog-grid-header .blog-grid-title > .link, .blog-details .blog-grid-header .form-actions .blog-grid-title > a.forgot-password, .blog-details .blog-grid-header body:not(.page-home) .blog-grid-title > .c-link, body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title > .c-link, .blog-details .blog-grid-header .rental-catalog .section .sub-section--label .blog-grid-title > .veiw-product, .rental-catalog .section .sub-section--label .blog-details .blog-grid-header .blog-grid-title > .veiw-product, .blog-details .blog-grid-header .product-info-slidebar .blog-grid-title > .prd-product-link, .product-info-slidebar .blog-details .blog-grid-header .blog-grid-title > .prd-product-link, .blog-details .blog-grid-header .blog-grid-title > .all-link {
    font-weight: inherit;
    color: inherit; }
  .blog-details .blog-grid-header .blog-grid-title:hover > a, .blog-details .blog-grid-header .blog-grid-title:hover > .link, .blog-details .blog-grid-header .form-actions .blog-grid-title:hover > a.forgot-password, .blog-details .blog-grid-header body:not(.page-home) .blog-grid-title:hover > .c-link, body:not(.page-home) .blog-details .blog-grid-header .blog-grid-title:hover > .c-link, .blog-details .blog-grid-header .rental-catalog .section .sub-section--label .blog-grid-title:hover > .veiw-product, .rental-catalog .section .sub-section--label .blog-details .blog-grid-header .blog-grid-title:hover > .veiw-product, .blog-details .blog-grid-header .product-info-slidebar .blog-grid-title:hover > .prd-product-link, .product-info-slidebar .blog-details .blog-grid-header .blog-grid-title:hover > .prd-product-link, .blog-details .blog-grid-header .blog-grid-title:hover > .all-link {
    color: #b61616; }

.template-blog_post .productView-share {
  font-size: 0; }
  @media screen and (max-width: 1024px) {
    .template-blog_post .productView-share {
      text-align: left; } }

@media screen and (max-width: 1024px) {
  .template-blog_post .tags {
    text-align: left; } }

@media screen and (max-width: 1024px) {
  .template-blog_post .blog-grid-post-body {
    width: 100%;
    padding: 0;
    margin-top: 0; } }

.template-blog_post .body .socialLinks {
  text-align: center;
  line-height: normal; }
  @media screen and (max-width: 1024px) {
    .template-blog_post .body .socialLinks {
      text-align: left; } }
  .template-blog_post .body .socialLinks svg {
    fill: #151515; }
  .template-blog_post .body .socialLinks-item {
    line-height: normal;
    margin-bottom: 0;
    margin-right: 1.2rem;
    width: auto; }
  .template-blog_post .body .socialLinks-item--print {
    display: none; }
  .template-blog_post .body .socialLinks .icon {
    width: 1.5rem;
    height: 1.5rem; }
    .template-blog_post .body .socialLinks .icon:hover svg {
      fill: #b61616; }
    .template-blog_post .body .socialLinks .icon.icon--x {
      width: 1.2rem;
      height: 1.2rem; }
  .template-blog_post .body .socialLinks__link::after, .template-blog_post .body .socialLinks__link::before {
    display: none; }

.template-blog_post .blog-grid-items {
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .template-blog_post .blog-grid-items {
      width: 100%; } }
  .template-blog_post .blog-grid-items img {
    width: 100%; }

.template-blog_post .tags .tag {
  margin-right: .5rem;
  margin-left: 0;
  margin-bottom: .5rem; }
  .template-blog_post .tags .tag:last-child {
    margin-right: 0; }

.template-blog_post p a, .template-blog_post p .link, .template-blog_post p .form-actions a.forgot-password, .form-actions .template-blog_post p a.forgot-password, .template-blog_post p body:not(.page-home) .c-link, body:not(.page-home) .template-blog_post p .c-link, .template-blog_post p .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .template-blog_post p .veiw-product, .template-blog_post p .product-info-slidebar .prd-product-link, .product-info-slidebar .template-blog_post p .prd-product-link, .template-blog_post p .all-link {
  display: initial;
  font-weight: 400; }

.template-blog_post table {
  margin-bottom: 3rem;
  width: 100%; }

.tags {
  margin-bottom: 0; }
  .tags .tag {
    margin: 0 .2rem; }
    .tags .tag a, .tags .tag .link, .tags .tag body:not(.page-home) .c-link, body:not(.page-home) .tags .tag .c-link, .tags .tag .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .tags .tag .veiw-product, .tags .tag .product-info-slidebar .prd-product-link, .product-info-slidebar .tags .tag .prd-product-link, .tags .tag .all-link {
      padding: 1rem 1.2rem;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 1.16px;
      text-transform: uppercase;
      background-color: #b61616;
      color: white;
      transition: all 0.4s linear; }
      .tags .tag a:hover, .tags .tag .link:hover, .tags .tag body:not(.page-home) .c-link:hover, body:not(.page-home) .tags .tag .c-link:hover, .tags .tag .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .tags .tag .veiw-product:hover, .tags .tag .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .tags .tag .prd-product-link:hover, .tags .tag .all-link:hover {
        background-color: #151515; }

.template-compare .page {
  margin: 0 -1rem; }

.template-compare .page-content {
  overflow-x: scroll; }

.compareTable-headingText {
  font-weight: 700;
  text-transform: uppercase; }

.compareTable-row + .compareTable-row .compareTable-heading,
.compareTable-row + .compareTable-row .compareTable-item {
  border-color: #e0e0e0; }

.compareTable-item {
  padding: 2rem 1.5rem; }
  @media screen and (max-width: 1280px) {
    .compareTable-item {
      padding-top: 4rem; } }
  .compareTable-item ul {
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-left: 1.3rem;
    list-style: none; }
    .compareTable-item ul li {
      position: relative;
      margin-bottom: 0.4rem; }
      .compareTable-item ul li::after {
        content: "";
        position: absolute;
        width: .3rem;
        height: .3rem;
        border-radius: 50%;
        left: -1.3rem;
        top: 0.8rem; }
  .compareTable-item li {
    padding-left: 0 !important; }
    .compareTable-item li::before {
      display: none; }

.compareTable-removeProduct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e5e5e5; }
  .compareTable-removeProduct .icon {
    fill: #151515;
    margin-top: 0;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: unset;
    padding: 0; }
  .compareTable-removeProduct:hover svg {
    fill: #b61616; }

.compareTable-action {
  padding: 0 1.5rem 2rem; }

.compareTable-heading {
  padding: 2rem 1.5rem; }

.compareTable-row th {
  width: 32rem; }
  @media screen and (max-width: 1280px) {
    .compareTable-row th:first-child {
      width: 0; } }

.comparTableCustom {
  overflow-x: auto; }

.compareTable-product {
  padding: 3rem 1.5rem 0; }

.compareTable-product .card-body .card-text a, .compareTable-product .card-body .card-text .link, .compareTable-product .card-body .card-text body:not(.page-home) .c-link, body:not(.page-home) .compareTable-product .card-body .card-text .c-link, .compareTable-product .card-body .card-text .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .compareTable-product .card-body .card-text .veiw-product, .compareTable-product .card-body .card-text .product-info-slidebar .prd-product-link, .product-info-slidebar .compareTable-product .card-body .card-text .prd-product-link, .compareTable-product .card-body .card-text .all-link {
  color: inherit; }
  .compareTable-product .card-body .card-text a:hover, .compareTable-product .card-body .card-text .link:hover, .compareTable-product .card-body .card-text body:not(.page-home) .c-link:hover, body:not(.page-home) .compareTable-product .card-body .card-text .c-link:hover, .compareTable-product .card-body .card-text .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .compareTable-product .card-body .card-text .veiw-product:hover, .compareTable-product .card-body .card-text .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .compareTable-product .card-body .card-text .prd-product-link:hover, .compareTable-product .card-body .card-text .all-link:hover {
    color: #151515; }

.compareTable-product .card-body .price-section {
  margin-top: auto; }
  .compareTable-product .card-body .price-section span {
    color: #151515; }

.compareTable-product .card {
  border: 0; }

.brandGrid {
  margin: 0 -1rem; }
  .brandGrid .brand {
    padding-left: 1rem;
    padding-right: 1rem; }
    .brandGrid .brand .card-body {
      padding-top: 1rem; }
    .brandGrid .brand .card-figure {
      box-shadow: none; }
    .brandGrid .brand .card-img-container::after {
      padding-bottom: 90%; }

@media screen and (min-width: 1025px) {
  .pages-brand .page {
    margin: 0 -2.2rem; } }

@media screen and (min-width: 1025px) {
  .pages-brand .page-sidebar {
    width: 23.57%;
    padding: 0 2.2rem; } }

.pages-brand .page-sidebar .facetedSearch-clearLink {
  line-height: 1;
  text-decoration: underline;
  color: #b61616;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  right: 4.5rem;
  top: 2.7rem;
  transform: none; }
  .pages-brand .page-sidebar .facetedSearch-clearLink:hover {
    color: #151515; }

.pages-brand .page-sidebar .facetedSearch-refineFilters {
  display: none; }

.pages-brand .page-sidebar .facetedSearch-toggle {
  display: none; }

.pages-brand .page-sidebar .facetedSearch-navList {
  margin-top: 0; }
  @media screen and (max-width: 1024px) {
    .pages-brand .page-sidebar .facetedSearch-navList {
      display: block; } }
  .pages-brand .page-sidebar .facetedSearch-navList .navList--inner {
    margin-top: .6rem; }

.pages-brand .page-sidebar .inlineList + a[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .link[data-faceted-search-facet], .pages-brand .page-sidebar .form-actions .inlineList + a.forgot-password[data-faceted-search-facet], .pages-brand .page-sidebar body:not(.page-home) .inlineList + .c-link[data-faceted-search-facet], body:not(.page-home) .pages-brand .page-sidebar .inlineList + .c-link[data-faceted-search-facet], .pages-brand .page-sidebar .rental-catalog .section .sub-section--label .inlineList + .veiw-product[data-faceted-search-facet], .rental-catalog .section .sub-section--label .pages-brand .page-sidebar .inlineList + .veiw-product[data-faceted-search-facet], .pages-brand .page-sidebar .product-info-slidebar .inlineList + .prd-product-link[data-faceted-search-facet], .product-info-slidebar .pages-brand .page-sidebar .inlineList + .prd-product-link[data-faceted-search-facet], .pages-brand .page-sidebar .inlineList + .all-link[data-faceted-search-facet] {
  line-height: 1;
  text-decoration: underline;
  color: #b61616;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 1024px) {
  .pages-brand .page-sidebar .accordion {
    border: none; } }

.pages-brand .page-sidebar .accordion-block {
  border: .1rem solid #E0E0E0;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-top: 1rem; }
  .pages-brand .page-sidebar .accordion-block:first-child {
    margin-top: 0; }

.pages-brand .page-sidebar .accordion-navigation {
  background-color: #F7F8F9;
  margin-bottom: 0 !important;
  padding: 2.3rem 3rem;
  padding-right: 1.8rem; }
  @media screen and (max-width: 1024px) {
    .pages-brand .page-sidebar .accordion-navigation {
      border: none; } }
  .pages-brand .page-sidebar .accordion-navigation.is-open {
    background-color: transparent;
    padding-bottom: 1rem; }
  .pages-brand .page-sidebar .accordion-navigation .icon {
    width: 1.8rem;
    height: 1.8rem;
    fill: #151515; }
  .pages-brand .page-sidebar .accordion-navigation:hover .accordion-title {
    color: #b61616; }
  .pages-brand .page-sidebar .accordion-navigation:hover .icon {
    fill: #b61616; }

.pages-brand .page-sidebar .accordion-content {
  padding: 0 3rem 3rem; }

.pages-brand .page-sidebar .accordion-title {
  font-weight: 700;
  line-height: 1.445;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    .pages-brand .page-sidebar .accordion-title {
      padding: 0; } }

.pages-brand .page-sidebar .accordion--navList .navList-item {
  margin-bottom: .6rem; }

.pages-brand .page-sidebar .accordion--navList .navList-action {
  line-height: 1;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  color: #222222; }
  .pages-brand .page-sidebar .accordion--navList .navList-action--checkbox {
    padding-left: 2.5rem; }
    .pages-brand .page-sidebar .accordion--navList .navList-action--checkbox::before, .pages-brand .page-sidebar .accordion--navList .navList-action--checkbox::after {
      width: 1.3rem;
      height: 1.3rem;
      border-radius: .2rem; }
    .pages-brand .page-sidebar .accordion--navList .navList-action--checkbox::before {
      border-width: .05rem;
      border-color: #151515; }
    .pages-brand .page-sidebar .accordion--navList .navList-action--checkbox::after {
      background-color: #151515;
      margin-top: -.5rem;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M6.85717 0.0739746L6.52701 0.403808L5.04201 1.88881L3.55717 3.37364L3.43934 3.49147L3.14651 3.19864L2.29784 2.35014L2.14284 2.19514L0.61084 3.72714L0.765673 3.88214L1.61451 4.73081L1.90734 5.02381H1.90717L3.43934 6.55564L4.97134 5.02381L5.08917 4.90597L6.57417 3.42081L8.05901 1.93597L8.38917 1.60597L6.85717 0.0739746Z' fill='white'/%3E%3C/svg%3E");
      background-size: .9rem;
      border-radius: .2rem; }
  .pages-brand .page-sidebar .accordion--navList .navList-action:hover {
    color: #b61616; }

.pages-brand .page-sidebar .accordion .form-minMaxRow .button, .pages-brand .page-sidebar .accordion .form-minMaxRow #consent-manager button, #consent-manager .pages-brand .page-sidebar .accordion .form-minMaxRow button, .pages-brand .page-sidebar .accordion .form-minMaxRow .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .pages-brand .page-sidebar .accordion .form-minMaxRow .form-submit-button, .pages-brand .page-sidebar .accordion .form-minMaxRow .product-info-slidebar .cart-button, .product-info-slidebar .pages-brand .page-sidebar .accordion .form-minMaxRow .cart-button {
  font-size: 1.2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #F7F8F9;
  border-color: transparent; }
  .pages-brand .page-sidebar .accordion .form-minMaxRow .button:hover, .pages-brand .page-sidebar .accordion .form-minMaxRow #consent-manager button:hover, #consent-manager .pages-brand .page-sidebar .accordion .form-minMaxRow button:hover, .pages-brand .page-sidebar .accordion .form-minMaxRow .sell-your-gear-form-new .form-submit-button:hover, .sell-your-gear-form-new .pages-brand .page-sidebar .accordion .form-minMaxRow .form-submit-button:hover, .pages-brand .page-sidebar .accordion .form-minMaxRow .product-info-slidebar .cart-button:hover, .product-info-slidebar .pages-brand .page-sidebar .accordion .form-minMaxRow .cart-button:hover {
    background-color: #b61616; }

.pages-brand .page-sidebar .accordion .form-minMaxRow .form-input, .pages-brand .page-sidebar .accordion .form-minMaxRow .select2-search--dropdown .select2-search__field, .select2-search--dropdown .pages-brand .page-sidebar .accordion .form-minMaxRow .select2-search__field, .pages-brand .page-sidebar .accordion .form-minMaxRow .productView-options [data-product-attribute='input-file'] .form-file, .productView-options [data-product-attribute='input-file'] .pages-brand .page-sidebar .accordion .form-minMaxRow .form-file {
  height: 4.5rem;
  padding: 0;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .pages-brand .page-content {
    width: 76.43%;
    padding: 0 2.2rem; } }

.instagram-feed,
.flickr-feed {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .instagram-feed,
    .flickr-feed {
      height: 100%;
      overflow: hidden; } }
  .instagram-feed .slick-feed,
  .flickr-feed .slick-feed {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .instagram-feed .slick-feed,
      .flickr-feed .slick-feed {
        height: 100%;
        width: 100%; } }
  .instagram-feed .slick-list,
  .instagram-feed .slick-track,
  .flickr-feed .slick-list,
  .flickr-feed .slick-track {
    height: 100%; }
  .instagram-feed .slick-dots,
  .flickr-feed .slick-dots {
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .instagram-feed .slick-dots,
      .flickr-feed .slick-dots {
        bottom: 3rem; } }
    .instagram-feed .slick-dots .slick-active button::before,
    .flickr-feed .slick-dots .slick-active button::before {
      background-color: white; }
  .instagram-feed li,
  .flickr-feed li {
    height: 100%; }
    .instagram-feed li.slick-active,
    .flickr-feed li.slick-active {
      opacity: 1 !important; }
    .instagram-feed li a, .instagram-feed li .link, .instagram-feed li .form-actions a.forgot-password, .form-actions .instagram-feed li a.forgot-password, .instagram-feed li body:not(.page-home) .c-link, body:not(.page-home) .instagram-feed li .c-link, .instagram-feed li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .instagram-feed li .veiw-product, .instagram-feed li .product-info-slidebar .prd-product-link, .product-info-slidebar .instagram-feed li .prd-product-link, .instagram-feed li .all-link,
    .flickr-feed li a,
    .flickr-feed li .link,
    .flickr-feed li .form-actions a.forgot-password,
    .form-actions .flickr-feed li a.forgot-password,
    .flickr-feed li body:not(.page-home) .c-link,
    body:not(.page-home) .flickr-feed li .c-link,
    .flickr-feed li .rental-catalog .section .sub-section--label .veiw-product,
    .rental-catalog .section .sub-section--label .flickr-feed li .veiw-product,
    .flickr-feed li .product-info-slidebar .prd-product-link,
    .product-info-slidebar .flickr-feed li .prd-product-link,
    .flickr-feed li .all-link {
      background: white;
      background-position: center;
      background-size: cover;
      display: block;
      height: 100%;
      min-height: 39.5rem;
      min-width: 100%;
      position: relative; }
      @media (max-width: 1023px) {
        .instagram-feed li a, .instagram-feed li .link, .instagram-feed li .form-actions a.forgot-password, .form-actions .instagram-feed li a.forgot-password, .instagram-feed li body:not(.page-home) .c-link, body:not(.page-home) .instagram-feed li .c-link, .instagram-feed li .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .instagram-feed li .veiw-product, .instagram-feed li .product-info-slidebar .prd-product-link, .product-info-slidebar .instagram-feed li .prd-product-link, .instagram-feed li .all-link,
        .flickr-feed li a,
        .flickr-feed li .link,
        .flickr-feed li .form-actions a.forgot-password,
        .form-actions .flickr-feed li a.forgot-password,
        .flickr-feed li body:not(.page-home) .c-link,
        body:not(.page-home) .flickr-feed li .c-link,
        .flickr-feed li .rental-catalog .section .sub-section--label .veiw-product,
        .rental-catalog .section .sub-section--label .flickr-feed li .veiw-product,
        .flickr-feed li .product-info-slidebar .prd-product-link,
        .product-info-slidebar .flickr-feed li .prd-product-link,
        .flickr-feed li .all-link {
          min-height: 300px;
          min-width: 100%; } }
      .instagram-feed li a::after, .instagram-feed li .link::after, .instagram-feed li .form-actions a.forgot-password::after, .form-actions .instagram-feed li a.forgot-password::after, .instagram-feed li body:not(.page-home) .c-link::after, body:not(.page-home) .instagram-feed li .c-link::after, .instagram-feed li .rental-catalog .section .sub-section--label .veiw-product::after, .rental-catalog .section .sub-section--label .instagram-feed li .veiw-product::after, .instagram-feed li .product-info-slidebar .prd-product-link::after, .product-info-slidebar .instagram-feed li .prd-product-link::after, .instagram-feed li .all-link::after,
      .flickr-feed li a::after,
      .flickr-feed li .link::after,
      .flickr-feed li .form-actions a.forgot-password::after,
      .form-actions .flickr-feed li a.forgot-password::after,
      .flickr-feed li body:not(.page-home) .c-link::after,
      body:not(.page-home) .flickr-feed li .c-link::after,
      .flickr-feed li .rental-catalog .section .sub-section--label .veiw-product::after,
      .rental-catalog .section .sub-section--label .flickr-feed li .veiw-product::after,
      .flickr-feed li .product-info-slidebar .prd-product-link::after,
      .product-info-slidebar .flickr-feed li .prd-product-link::after,
      .flickr-feed li .all-link::after {
        background: rgba(0, 0, 0, 0.5);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      .instagram-feed li a:hover::after, .instagram-feed li .link:hover::after, .instagram-feed li body:not(.page-home) .c-link:hover::after, body:not(.page-home) .instagram-feed li .c-link:hover::after, .instagram-feed li .rental-catalog .section .sub-section--label .veiw-product:hover::after, .rental-catalog .section .sub-section--label .instagram-feed li .veiw-product:hover::after, .instagram-feed li .product-info-slidebar .prd-product-link:hover::after, .product-info-slidebar .instagram-feed li .prd-product-link:hover::after, .instagram-feed li .all-link:hover::after,
      .flickr-feed li a:hover::after,
      .flickr-feed li .link:hover::after,
      .flickr-feed li body:not(.page-home) .c-link:hover::after,
      body:not(.page-home) .flickr-feed li .c-link:hover::after,
      .flickr-feed li .rental-catalog .section .sub-section--label .veiw-product:hover::after,
      .rental-catalog .section .sub-section--label .flickr-feed li .veiw-product:hover::after,
      .flickr-feed li .product-info-slidebar .prd-product-link:hover::after,
      .product-info-slidebar .flickr-feed li .prd-product-link:hover::after,
      .flickr-feed li .all-link:hover::after {
        background: 0 0; }
    .instagram-feed li img,
    .flickr-feed li img {
      display: inline-block;
      height: auto;
      left: 50%;
      margin: auto;
      max-height: 100%;
      max-width: none;
      min-height: 300px;
      min-width: 300px;
      position: relative;
      transform: translateX(-50%);
      vertical-align: middle;
      width: auto; }
      @media screen and (max-width: 1024px) {
        .instagram-feed li img,
        .flickr-feed li img {
          min-height: 39.5rem;
          min-width: 100%;
          width: 100%; } }
  .instagram-feed .caption,
  .flickr-feed .caption {
    display: none; }
  .instagram-feed .slick-arrow,
  .flickr-feed .slick-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }

/* --- [ Media Mixin ] --- */
/* --- [ Common Mixin ] --- */
.heroCarousel ~ .main.full {
  overflow-x: hidden; }

.heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: unset !important;
  height: auto; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper img {
    object-fit: contain; }

.heroCarousel .slick-dots {
  display: none !important; }

.heroCarousel .slick-arrow {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .heroCarousel .slick-arrow {
      width: 55px;
      height: 55px; }
      .heroCarousel .slick-arrow::before {
        width: 12px;
        height: 20px; } }

.heroCarousel .slick-prev {
  left: 1rem; }
  @media (min-width: 1024px) {
    .heroCarousel .slick-prev {
      left: 3rem; } }
  @media (min-width: 1261px) {
    .heroCarousel .slick-prev {
      left: 10rem; } }

.heroCarousel .slick-next {
  margin-left: 0;
  left: unset;
  right: 1rem; }
  @media (min-width: 1024px) {
    .heroCarousel .slick-next {
      right: 3rem; } }
  @media (min-width: 1261px) {
    .heroCarousel .slick-next {
      right: 10rem; } }

.heroCarousel.slick-initialized,
.heroCarousel .heroCarousel-image-wrapper {
  max-height: 27vw; }

[data-layout-name='Home Categories'] {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1024px) {
    [data-layout-name='Home Categories'] {
      margin-left: 0;
      margin-right: 0; } }
  [data-layout-name='Home Categories'] h2, [data-layout-name='Home Categories'] .modal-header-title, [data-layout-name='Home Categories'] .productView-price span, .productView-price [data-layout-name='Home Categories'] span, [data-layout-name='Home Categories'] .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Categories'] .slide-title,
  [data-layout-name='Home Categories'] p[data-widget-id='text-blocks'] {
    font-family: Jost, Arial, Helvetica, sans-serif !important;
    letter-spacing: normal;
    text-align: center !important; }
    @media (min-width: 1024px) {
      [data-layout-name='Home Categories'] h2, [data-layout-name='Home Categories'] .modal-header-title, [data-layout-name='Home Categories'] .productView-price span, .productView-price [data-layout-name='Home Categories'] span, [data-layout-name='Home Categories'] .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Categories'] .slide-title,
      [data-layout-name='Home Categories'] p[data-widget-id='text-blocks'] {
        text-align: left !important; } }
  [data-layout-name='Home Categories'] .beautify__flexBanners {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    visibility: hidden; }
    [data-layout-name='Home Categories'] .beautify__flexBanners::after {
      content: '';
      width: 48px;
      height: 48px;
      border: 5px solid #fff;
      border-bottom-color: #ff3d00;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      animation: rotation 1s linear infinite;
      visibility: visible;
      left: calc(50% - 24px);
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      @media (min-width: 1024px) {
        [data-layout-name='Home Categories'] .beautify__flexBanners::after {
          content: unset; } }
    [data-layout-name='Home Categories'] .beautify__flexBanners.loaded {
      visibility: visible; }
    [data-layout-name='Home Categories'] .beautify__flexBanners.loaded::after {
      content: unset; }
    @media (min-width: 1024px) {
      [data-layout-name='Home Categories'] .beautify__flexBanners {
        width: 100%;
        position: static;
        transform: none;
        visibility: visible; } }
    [data-layout-name='Home Categories'] .beautify__flexBanners .slick-track {
      display: flex; }
    [data-layout-name='Home Categories'] .beautify__flexBanners .slick-arrow {
      display: flex;
      align-items: center;
      justify-content: center; }
    [data-layout-name='Home Categories'] .beautify__flexBanners .slick-prev {
      left: 1rem; }
      @media (min-width: 551px) {
        [data-layout-name='Home Categories'] .beautify__flexBanners .slick-prev {
          left: 2rem; } }
    [data-layout-name='Home Categories'] .beautify__flexBanners .slick-next {
      right: 1rem; }
      @media (min-width: 551px) {
        [data-layout-name='Home Categories'] .beautify__flexBanners .slick-next {
          right: 2rem; } }
    [data-layout-name='Home Categories'] .beautify__flexBanners .container, [data-layout-name='Home Categories'] .beautify__flexBanners .banners .banner, .banners [data-layout-name='Home Categories'] .beautify__flexBanners .banner, [data-layout-name='Home Categories'] .beautify__flexBanners .why-choose-us.shg-box .benefit-boxes, .why-choose-us.shg-box [data-layout-name='Home Categories'] .beautify__flexBanners .benefit-boxes {
      padding: 0 !important; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._row {
      overflow: unset;
      flex-wrap: nowrap; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._col {
      border: 1px solid #000;
      border-left: none;
      padding: 0; }
      [data-layout-name='Home Categories'] .beautify__flexBanners ._col:first-child {
        border-left: 1px solid #000; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._banner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover .button, [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover #consent-manager button, #consent-manager [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover button, [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover .form-submit-button, [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover .product-info-slidebar .cart-button, .product-info-slidebar [data-layout-name='Home Categories'] .beautify__flexBanners ._banner:hover .cart-button {
        background-color: #b61616;
        color: #fff; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._imgContainer {
      display: flex;
      align-items: center;
      justify-content: center;
      position: static;
      height: 150px; }
      [data-layout-name='Home Categories'] .beautify__flexBanners ._imgContainer img {
        max-width: 100%;
        max-height: 11.3rem;
        vertical-align: middle;
        display: inline-block;
        height: auto;
        position: static;
        width: auto !important; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._body {
      position: static;
      padding: 0 !important;
      width: 100%; }
    [data-layout-name='Home Categories'] .beautify__flexBanners ._buttonLine {
      margin: 0; }
    [data-layout-name='Home Categories'] .beautify__flexBanners .button, [data-layout-name='Home Categories'] .beautify__flexBanners #consent-manager button, #consent-manager [data-layout-name='Home Categories'] .beautify__flexBanners button, [data-layout-name='Home Categories'] .beautify__flexBanners .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new [data-layout-name='Home Categories'] .beautify__flexBanners .form-submit-button, [data-layout-name='Home Categories'] .beautify__flexBanners .product-info-slidebar .cart-button, .product-info-slidebar [data-layout-name='Home Categories'] .beautify__flexBanners .cart-button {
      min-width: unset;
      width: 100%;
      border: none;
      border-radius: 0;
      background-color: #f7f8f9;
      color: #000;
      font-weight: 700; }

[data-layout-name='Home Small Banner'] {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1024px) {
    [data-layout-name='Home Small Banner'] {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    [data-layout-name='Home Small Banner'] [data-sub-layout] {
      margin-top: 40px; } }
  [data-layout-name='Home Small Banner'] [class*='bc-carousel-container'] {
    margin-bottom: 0; }
    [data-layout-name='Home Small Banner'] [class*='bc-carousel-container'] [class*='bc-carousel'] + div {
      display: block; }
    [data-layout-name='Home Small Banner'] [class*='bc-carousel-container'] [class*='bc-carousel'] > div > div > div > div {
      padding: 0;
      min-height: 37vw;
      max-height: 588px; }
      @media screen and (min-width: 1601px) {
        [data-layout-name='Home Small Banner'] [class*='bc-carousel-container'] [class*='bc-carousel'] > div > div > div > div {
          min-height: unset;
          height: 588px; } }
      [data-layout-name='Home Small Banner'] [class*='bc-carousel-container'] [class*='bc-carousel'] > div > div > div > div > div::after {
        background-size: cover;
        background-repeat: no-repeat; }
  [data-layout-name='Home Small Banner'] [class*='bc-carousel__arrow'] {
    border-radius: 0;
    background-color: rgba(247, 248, 249, 0.05);
    left: calc((100vw - 154rem) / 2);
    top: 50%;
    transform: translateY(-50%);
    height: 41px;
    width: 41px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 1rem; }
    @media (min-width: 1024px) {
      [data-layout-name='Home Small Banner'] [class*='bc-carousel__arrow'] {
        left: 3rem;
        height: 55px;
        width: 55px; } }
    [data-layout-name='Home Small Banner'] [class*='bc-carousel__arrow'] svg {
      display: none; }
    [data-layout-name='Home Small Banner'] [class*='bc-carousel__arrow']::before {
      content: '';
      width: 0.9rem;
      height: 1.5rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto; }
      @media (min-width: 1024px) {
        [data-layout-name='Home Small Banner'] [class*='bc-carousel__arrow']::before {
          width: 12px;
          height: 20px; } }
  [data-layout-name='Home Small Banner'] .bc-carousel__arrow--left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  [data-layout-name='Home Small Banner'] .bc-carousel__arrow--left:hover::before, [data-layout-name='Home Small Banner'] .bc-carousel__arrow--left:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  [data-layout-name='Home Small Banner'] .bc-carousel__arrow--right {
    right: 1rem;
    left: unset; }
    @media (min-width: 1024px) {
      [data-layout-name='Home Small Banner'] .bc-carousel__arrow--right {
        right: 3rem; } }
    [data-layout-name='Home Small Banner'] .bc-carousel__arrow--right::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    [data-layout-name='Home Small Banner'] .bc-carousel__arrow--right:hover::before, [data-layout-name='Home Small Banner'] .bc-carousel__arrow--right:focus::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }
  [data-layout-name='Home Small Banner'] [data-test-id='carousel-bullets'] {
    display: none; }

[data-layout-name='Home Services Section'] {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1024px) {
    [data-layout-name='Home Services Section'] {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1261px) {
    [data-layout-name='Home Services Section'] {
      margin-top: 70px; } }
  [data-layout-name='Home Services Section'] [data-sub-layout] {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      [data-layout-name='Home Services Section'] [data-sub-layout] {
        margin-bottom: 0; } }
    @media screen and (min-width: 700px) and (max-width: 1024px) {
      [data-layout-name='Home Services Section'] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 1025px) {
      [data-layout-name='Home Services Section'] [data-sub-layout] > [data-widget-id]:last-child,
      [data-layout-name='Home Services Section'] [data-sub-layout] > [data-widget-id]:last-child .pbw-block-call {
        height: 100%; } }
  [data-layout-name='Home Services Section'] h2, [data-layout-name='Home Services Section'] .modal-header-title, [data-layout-name='Home Services Section'] .productView-price span, .productView-price [data-layout-name='Home Services Section'] span, [data-layout-name='Home Services Section'] .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Services Section'] .slide-title {
    margin-top: 3.1rem;
    margin-bottom: 1.3rem;
    letter-spacing: normal; }
  @media (min-width: 1261px) {
    [data-layout-name='Home Services Section'] .pbw-block-para {
      height: 105px; } }
  @media screen and (max-width: 1024px) {
    [data-layout-name='Home Services Section'] .pbw-block-call {
      padding-left: 24px;
      padding-right: 24px; } }
  [data-layout-name='Home Services Section'] div[id^='sd-image'] {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0; }
  [data-layout-name='Home Services Section'] .pbw-callback-button-href {
    text-transform: uppercase;
    font-family: Jost, Arial, Helvetica, sans-serif !important;
    width: 200px;
    display: inline-block; }

[data-layout-name='Home CLASSES & EDUCATION'] {
  padding: 60px 5px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 1024px) {
    [data-layout-name='Home CLASSES & EDUCATION'] {
      padding: 60px 30px;
      margin-top: 70px; } }
  @media screen and (min-width: 1601px) {
    [data-layout-name='Home CLASSES & EDUCATION'] {
      padding-left: calc((100vw - 154rem) / 2);
      padding-right: calc((100vw - 154rem) / 2);
      padding-top: 70px;
      padding-bottom: 70px;
      align-items: center; } }
  @media screen and (min-width: 700px) and (max-width: 1024px) {
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout] {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1025px) {
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout] {
      height: 100%; } }
  @media (min-width: 1261px) {
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) {
      flex-basis: 22%;
      max-width: 22%; } }
  [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) h2, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .modal-header-title, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .productView-price span, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) span, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .slide-title {
    font-family: Jost, Arial, Helvetica, sans-serif !important;
    letter-spacing: normal; }
  [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .footer-info-list {
    display: block;
    padding-bottom: 0; }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .footer-info-list li {
      margin-bottom: 0; }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .footer-info-list p {
      font-weight: 600;
      margin-bottom: 1.7rem;
      color: #151515; }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .footer-info-list p::before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0_1_795)'%3E%3Cpath d='M9.53551 0.111023L9.04026 0.605773L6.81276 2.83327L4.58551 5.06052L4.40876 5.23727L3.96951 4.79802L2.69652 3.52527L2.46402 3.29277L0.166016 5.59077L0.398266 5.82327L1.67152 7.09627L2.11077 7.53577H2.11052L4.40876 9.83352L6.70676 7.53577L6.88351 7.35902L9.11101 5.13127L11.3383 2.90402L11.8335 2.40902L9.53551 0.111023Z' fill='%23B61616'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_795'%3E%3Crect width='12' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      background-size: 100%;
      width: 1.2rem;
      height: 1rem;
      display: inline-block;
      margin-right: 1.3rem; }
  [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(2) .pbw-advance-button .all-link {
    display: block;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px; }
  [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(3) {
    margin-left: auto; }
  [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) {
        margin-top: 0; } }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span a, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title a, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .link, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .link, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .c-link, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span body:not(.page-home) .c-link, body:not(.page-home) .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .c-link, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title body:not(.page-home) .c-link, body:not(.page-home) .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .veiw-product, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .veiw-product, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .prd-product-link, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .product-info-slidebar .prd-product-link, .product-info-slidebar .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .prd-product-link, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .all-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .all-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .all-link, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .all-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .all-link, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .all-link {
      font-weight: 700;
      font-family: Jost, Arial, Helvetica, sans-serif !important;
      color: #000;
      letter-spacing: normal; }
      [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 a:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title a:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span a:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span a:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title a:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title a:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .link:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .link:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .c-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .c-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .c-link:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span body:not(.page-home) .c-link:hover, body:not(.page-home) .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .c-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .c-link:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title body:not(.page-home) .c-link:hover, body:not(.page-home) .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .c-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .veiw-product:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .veiw-product:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .veiw-product:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .veiw-product:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .veiw-product:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .veiw-product:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .product-info-slidebar .prd-product-link:hover, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .prd-product-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .product-info-slidebar .prd-product-link:hover, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .prd-product-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .prd-product-link:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .product-info-slidebar .prd-product-link:hover, .product-info-slidebar .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .prd-product-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .prd-product-link:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .prd-product-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) h2 .all-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .modal-header-title .all-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .productView-price span .all-link:hover, .productView-price [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) span .all-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title .all-link:hover, .product-info-slidebar .cart-heading [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .slide-title .all-link:hover {
        color: #b61616; }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button a, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .c-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .veiw-product, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .prd-product-link, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .all-link {
      font-family: Jost, Arial, Helvetica, sans-serif !important;
      text-decoration: underline;
      letter-spacing: 0.65px; }
      [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button a:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .c-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .veiw-product:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .product-info-slidebar .prd-product-link:hover, .product-info-slidebar [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .prd-product-link:hover, [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .all-link:hover {
        text-decoration: none; }
    [data-layout-name='Home CLASSES & EDUCATION'] [data-sub-layout]:nth-child(n + 3) img {
      width: 100% !important; }

[data-layout-name='Home Benefits Section'] {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 20px; }
  @media (min-width: 1024px) {
    [data-layout-name='Home Benefits Section'] {
      padding: 40px 45px;
      align-items: stretch; } }
  @media screen and (min-width: 1601px) {
    [data-layout-name='Home Benefits Section'] {
      padding-left: calc((100vw - 154rem) / 2);
      padding-right: calc((100vw - 154rem) / 2);
      padding-top: 120px;
      padding-bottom: 130px; } }
  [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%; }
    [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) h2, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .modal-header-title, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .productView-price span, .productView-price [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) span, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .slide-title {
      margin-bottom: 66px;
      font-family: Jost, Arial, Helvetica, sans-serif !important;
      letter-spacing: normal; }
      @media screen and (max-width: 1024px) {
        [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) h2, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .modal-header-title, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .productView-price span, .productView-price [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) span, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(2) .slide-title {
          margin-bottom: 40px; } }
  [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) {
    background-color: rgba(21, 21, 21, 0.9);
    border: 0.05rem solid #828282;
    border-right: none;
    position: relative; }
    @media screen and (max-width: 1024px) {
      [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) {
        padding: 40px;
        border-right: 0.05rem solid #828282;
        border-bottom: none; } }
    @media screen and (min-width: 700px) and (max-width: 1024px) {
      [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) {
        flex-basis: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 1025px) {
      [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3); } }
    [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3)::before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
      color: #fff;
      width: 40px;
      height: 40px;
      background-color: #b61616;
      border-radius: 2px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 12px; }
    [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) h2, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .modal-header-title, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .productView-price span, .productView-price [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) span, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .slide-title {
      font-family: Jost, Arial, Helvetica, sans-serif !important;
      letter-spacing: normal;
      text-transform: capitalize; }
    [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button a, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .link, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button body:not(.page-home) .c-link, body:not(.page-home) [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .c-link, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .rental-catalog .section .sub-section--label .veiw-product, .rental-catalog .section .sub-section--label [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .veiw-product, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .product-info-slidebar .prd-product-link, .product-info-slidebar [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .prd-product-link, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .all-link {
      text-transform: uppercase;
      text-decoration: underline;
      font-family: Jost, Arial, Helvetica, sans-serif !important; }
      [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button a:hover, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .link:hover, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button body:not(.page-home) .c-link:hover, body:not(.page-home) [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .c-link:hover, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .rental-catalog .section .sub-section--label .veiw-product:hover, .rental-catalog .section .sub-section--label [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .veiw-product:hover, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .product-info-slidebar .prd-product-link:hover, .product-info-slidebar [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .prd-product-link:hover, [data-layout-name='Home Benefits Section'] [data-sub-layout]:nth-child(n + 3) .pbw-advance-button .all-link:hover {
        text-decoration: none; }
  [data-layout-name='Home Benefits Section'] [data-sub-layout]:last-child {
    border-right: 0.05rem solid #828282; }
    @media screen and (max-width: 1024px) {
      [data-layout-name='Home Benefits Section'] [data-sub-layout]:last-child {
        border-bottom: 0.05rem solid #828282; } }

[data-content-region='page_builder_content'] [data-sub-layout] {
  padding: 0; }

.instructor-container {
  margin-top: 0px;
  margin-bottom: 10px; }
  .instructor-container hr {
    margin: 40px 0 30px;
    height: 0;
    line-height: normal;
    border: 0;
    width: 100%;
    border-top: 2px solid #ddd;
    display: none; }

.instructor-container--with-divider hr {
  display: block; }

.instructor-row {
  display: flex;
  min-height: inherit;
  max-height: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }

.instructor-image-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .instructor-image-wrapper {
      width: calc(25% - 15px); } }

.instructor-image {
  margin: 0 auto;
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline;
  border: 0;
  vertical-align: middle;
  height: auto; }

.instructor-content-wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center; }
  @media (min-width: 1024px) {
    .instructor-content-wrapper {
      margin-left: 30px;
      width: calc(75% - 15px); } }
  @media (min-width: 1261px) {
    .instructor-content-wrapper {
      min-height: 344px; } }

.instructor-content {
  z-index: 4;
  position: relative; }
  .instructor-content h2, .instructor-content .modal-header-title, .instructor-content .productView-price span, .productView-price .instructor-content span, .instructor-content .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .instructor-content .slide-title {
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #151515;
    font-style: normal;
    text-align: left;
    margin-top: 16px; }
    @media (min-width: 551px) {
      .instructor-content h2, .instructor-content .modal-header-title, .instructor-content .productView-price span, .productView-price .instructor-content span, .instructor-content .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .instructor-content .slide-title {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .instructor-content h2, .instructor-content .modal-header-title, .instructor-content .productView-price span, .productView-price .instructor-content span, .instructor-content .product-info-slidebar .cart-heading .slide-title, .product-info-slidebar .cart-heading .instructor-content .slide-title {
        font-size: 26px; } }

.instructor-text-content {
  margin-left: 0%;
  margin-right: 3%;
  overflow-wrap: break-word;
  text-align: left; }
  .instructor-text-content p {
    margin: 0;
    letter-spacing: 0;
    background-color: transparent;
    font-size: 1em;
    font-family: inherit;
    font-style: normal;
    padding: 0;
    text-align: left;
    text-transform: none;
    color: #707070;
    line-height: 1.4; }

.instructor-buttons {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap; }

.instructor-button {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s linear;
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  background-color: #b61616;
  border: 1px solid #b61616;
  position: relative;
  text-align: center;
  height: auto;
  padding: 1.2rem 2.4rem;
  font-size: 1.2rem;
  min-width: 0; }
  .instructor-button:hover {
    border-color: #b61616;
    color: #b61616;
    background: linear-gradient(155deg, white 49.5%, white 50.5%); }
  @media (min-width: 1024px) {
    .instructor-button {
      font-size: 1.4rem;
      padding: 1.4rem 4rem;
      min-width: 20rem; } }

.PapathemesWidgetProductList .card-footer {
  margin-top: 10px; }

.PapathemesWidgetProductList .card-footer .card-buttons._card-buttons-main {
  padding-bottom: 0; }

.PapathemesWidgetProductList .card-buttons .button, .PapathemesWidgetProductList .card-buttons #consent-manager button, #consent-manager .PapathemesWidgetProductList .card-buttons button, .PapathemesWidgetProductList .card-buttons .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .PapathemesWidgetProductList .card-buttons .form-submit-button, .PapathemesWidgetProductList .card-buttons .product-info-slidebar .cart-button, .product-info-slidebar .PapathemesWidgetProductList .card-buttons .cart-button {
  min-width: unset;
  width: 100%;
  padding-bottom: 0;
  margin-top: 4px;
  padding: 1.2rem 2.4rem;
  font-size: 1.2rem; }
  @media (min-width: 1024px) {
    .PapathemesWidgetProductList .card-buttons .button, .PapathemesWidgetProductList .card-buttons #consent-manager button, #consent-manager .PapathemesWidgetProductList .card-buttons button, .PapathemesWidgetProductList .card-buttons .sell-your-gear-form-new .form-submit-button, .sell-your-gear-form-new .PapathemesWidgetProductList .card-buttons .form-submit-button, .PapathemesWidgetProductList .card-buttons .product-info-slidebar .cart-button, .product-info-slidebar .PapathemesWidgetProductList .card-buttons .cart-button {
      font-size: 1.4rem;
      padding: 1.4rem 4rem; } }

.beautify__customerReviews .slick-arrow {
  border-radius: 0;
  background-color: rgba(247, 248, 249, 0.05);
  left: calc((100vw - 154rem) / 2);
  top: 50%;
  transform: translateY(-50%);
  height: 41px !important;
  width: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: -1rem; }
  @media (min-width: 1024px) {
    .beautify__customerReviews .slick-arrow {
      left: -3rem;
      height: 55px;
      width: 55px; } }
  .beautify__customerReviews .slick-arrow svg {
    display: none; }
  .beautify__customerReviews .slick-arrow::before {
    content: '';
    width: 0.9rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
    @media (min-width: 1024px) {
      .beautify__customerReviews .slick-arrow::before {
        width: 12px;
        height: 20px; } }

.beautify__customerReviews .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23151515'/%3E%3C/svg%3E"); }

.beautify__customerReviews .slick-prev:hover::before, .beautify__customerReviews .slick-prev:focus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.0391L0.667303 7.70637L8 0.37367L9.62634 2.00001L3.91999 7.70637L9.62635 13.4127L8 15.0391Z' fill='%23B61616'/%3E%3C/svg%3E"); }

.beautify__customerReviews .slick-next {
  right: -1rem;
  left: unset; }
  @media (min-width: 1024px) {
    .beautify__customerReviews .slick-next {
      right: -3rem; } }
  .beautify__customerReviews .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23151515'/%3E%3C/svg%3E"); }
  .beautify__customerReviews .slick-next:hover::before, .beautify__customerReviews .slick-next:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0.373535L9.3327 7.70623L2 15.0389L0.373655 13.4126L6.08001 7.70623L0.373654 1.99988L2 0.373535Z' fill='%23B61616'/%3E%3C/svg%3E"); }
