.clickable {
  cursor: pointer;
  color: #07447c;
  text-decoration: underline;
}

    a.incognito, a.incognito:active {
        color: inherit;
        text-decoration: none;
    }

p {
    margin-top: 10px;
}

    p:first-child {
        margin-top: 0;
    }

img {
    margin: 0;
    height: auto;
    width: auto;
}

label,
input,
select {
    vertical-align: middle;
}

input {
    border-radius: 0;
    margin: 0;
}

    input[type="radio"] {
        margin-right: 5px;
    }

    input[type=number],
    input[type=submit],
    input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

@media only screen and (min-width: 1024px) {
  .row.page-frame-hook {
    min-height: calc(100vh - 450px);
  }
}

.formrow input[type="text"],
.formrow input[type="email"],
.formrow input[type="password"],
.formrow input[type="tel"],
.formrow input[type="number"] {
  padding: 5px 0 5px 3px;
  width: 97.5%;
  font-family: inherit;
  border: solid 1px #CCC;
  background: #fff !important;
  transition: all .3s ease;
}

.formrow select {
  padding: 5px 0 5px 3px;
  width: 97.5%;
  font-family: inherit;
  border: solid 1px #CCC;
  transition: all .3s ease;
  border-radius: 0;
}

.formrow input:focus,
.formrow select:focus,
.formrow textarea:focus {
  border: solid 1px #CCC;
}

.formrow input[type="number"] {
  width: 95%;
}

.formrow input[type="text"]:hover,
.formrow input[type="email"]:hover,
.formrow input[type="password"]:hover,
.formrow input[type="tel"]:hover,
.formrow input[type="number"]:hover,
.formrow select:hover,
.formrow textarea:hover {
  border: solid 1px #aeaeae;
}

.formrow input[type="text"].error,
.formrow input[type="email"].error,
.formrow input[type="password"].error,
.formrow input[type="tel"].error,
.formrow input[type="number"].error,
.formrow select.error,
.formrow textarea.error {
    border-color: #9d1e1e;
}

.formrow input[type="text"]:disabled,
.formrow input[type="email"]:disabled,
.formrow input[type="tel"]:disabled,
.formrow input[type="number"]:disabled,
.formrow select:disabled {
    color: #999 !important;
    background: #f8f8f8 !important;
}

.formrow input[type="text"]:disabled:hover,
.formrow input[type="email"]:disabled:hover,
.formrow input[type="password"]:disabled:hover,
.formrow input[type="tel"]:disabled:hover,
.formrow input[type="number"]:disabled:hover,
.formrow select:disabled:hover {
    border: solid 1px #c1cfd9;
}

/* Product Spotlight */
.container.jpweb-v1 .row .content-box .product-thumb img {
    max-height: 150px !important;
}

dl,
ul,
ol {
    margin-bottom: 0;
    clear: both;
}

dt, dd {
    font-weight: normal;
}

iframe {
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
}

ul.no-bullets {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.bullets {
    padding-left: 15px;
    list-style-type: disc;
}

ul.link-list {
    font-size: 11px;
    line-height: 26px;
}

ul.small-list {
    font-size: 11px;
    line-height: 20px;
    list-style: none;
}

ul.vertical-nav {
    margin-bottom: 20px;
    line-height: 26px;
}

ul.list {
    line-height: 26px;
    list-style: none;
    margin: 0;
}

ul.vertical li {
    display: block;
}

.footer.hide-for-large ul.vertical li {
    position: relative;
}

ul.horizontal > li {
    display: inline-block;
}

ul.horizontal-nav li {
    display: inline-block;
    margin-left: 15px;
}

    ul.horizontal-nav li:first-child {
        margin-left: 0;
    }

li.list-sub ul {
    padding-left: 20px;
}

ol {
    padding-left: 30px;
}

    ol > li {
        margin-top: 10px;
    }

    ol li:first-child {
        margin-top: 0;
    }

article {
    margin-top: 20px;
    margin-bottom: 20px;
}

    article:first-child {
        margin-top: 0;
    }

aside article {
    margin-top: 0;
}

blockquote,
address {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: bold;
}

table {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

    table.row {
        width: 100% !important;
    }

.table-header {
    font-weight: bold;
    font-size: 11px;
}

    .table-header.filler {
        width: 100%;
    }

.input-to-text {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    text-align: left;
    color: #07447c;
    text-decoration: underline;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 11px;
    background: none;
    border: none;
}

figure {
    padding: 0px;
    color: #666;
    background: #fff;
}

i.fas {
    vertical-align: middle;
}

/* HELPER CLASSES */
.container {
    text-align: left;
}

.col_12 {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

    .col_12 .col_12 {
        padding-right: 0;
        padding-left: 0;
    }

.opacity40 {
    opacity: .4;
    filter: alpha(opacity=40); /* msie */
}

.row {
    max-width: 1200px;
    position: relative;
    display: block;
}

    .row .row {
        margin: 0 0 20px;
        width: auto;
    }

    .row > p {
      margin-top: 0;
    }

.list-row {
    padding: 10px 0;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #c6c6c6;
}

    .list-row:first-child {
        border-top: 0;
    }

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.transition {
    transition: all .3s ease;
}

.mobile-vertical-margin {
    margin-top: 0;
}

.desktop-only {
    display: none !important;
}

.desktop-hide {
    display: block !important;
}

.fa-align-helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.allow-overflow,
.content-box.allow-overflow {
    overflow: visible !important;
}

    .allow-overflow:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

.clearleft {
    clear: left;
}

.clearnone {
    clear: none;
}

.processing {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    background: transparent url(/content/images/ie-grey-back.png) repeat;
    background: rgba(51,51,51,0.7);
}

.padding-15 {
    padding: 15px;
}

.padding-sides-medium {
    padding: 0 15px;
}

.overflow-auto {
    overflow: auto;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

/* TEXT HELPERS */
.line-through {
    text-decoration: line-through;
}

.important {
    color: #9d1e1e;
}

.hazard {
    color: #9d1e1e;
}

.gold-club-color {
    color: #e47e05;
}

.savings {
    color: #0c8333;
}

.bold {
    font-weight: bold;
}

.normal-weight {
    font-weight: normal;
}

em.disclaimer {
    display: inline-block;
    color: #666;
    font-size: 11px;
    line-height: 13px;
}

sup {
    font-size: 80%;
}

p.small {
    font-size: 10.5px;
}

.underlineheader {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left;
}

/* BB Colors */
.color-black {
    color: #000;
}

.bkg-black {
    background-color: #000;
}


.color-darker-grey {
    color: #2c2c2c;
}


.bkg-darker-grey {
    background-color: #2c2c2c;
}

.color-grey {
    color: #727273;
}

.color-grey-tran {
    color: rgba(114, 114, 115, 0.6);
}

.bkg-grey {
    background-color: #727273;
}

.color-light-grey {
    color: #ccc;
}


.bkg-light-grey {
    background-color: #ccc;
}

.color-lighter-grey {
    color: #eee;
}

.bkg-lighter-grey {
    background-color: #eee;
}

.color-near-white {
    color: #f7f7f7;
}

.bkg-near-white {
    background-color: #f7f7f7;
}

.color-white {
    color: #fff;
}

.bkg-white {
    background-color: #fff;
}

.color-badge-blue {
    color: #01649f;
}

.bkg-badge-blue {
    background-color: #01649f;
}

.color-badge-red {
    color: #c90401;
}


.bkg-badge-red {
    background-color: #c90401;
}

.color-fail-red {
    color: #840005;
}

.bkg-fail-red {
    background-color: #840005;
}

.color-member-gold {
    color: #8d721c;
}

.color-member-gold-tran {
    color: rgba(141, 114, 28, 0.6);
}

.bkg-member-gold {
    background-color: #8d721c;
}

.bkg-member-gold-tran {
    background-color: rgba(141, 114, 28, 0.6);
}

.color-success-green {
    color: #009e02;
}

.bkg-success-green {
    background-color: #009e02;
}

.color-yellow {
    color: #ffdd31;
}

.bkg-yellow {
    background-color: #ffdd31;
}

/* COMMON CLASSES */
.feedback,
.field-validation-error,
label.error,
.message-container .error,
.message-container .flash-message,
.validation-summary-errors li {
    display: block;
    min-height: 10px;
    padding: 7px 5px;
    position: relative;
    text-align: center;
    line-height: normal;
}

.validation-summary-errors li {
    margin-top: 10px;
}

.message-container a {
    color: inherit;
}

.message-container .remove-button {
    position: absolute;
    right: 10px;
    top: 12px;
    color: inherit;
}

.feedback.warning {
    color: #8a7203;
    background: #fffedb;
}

.feedback.message {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 20px;
    background: #fffedb;
}

.feedback.important {
    padding: 10px;
    line-height: 20px;
    color: #333;
    border: solid 1px #f7ba01;
    background-color: #fffedb;
    border-radius: 0;
}

.feedback.happy {
    background-color: #fffedb;
}

.feedback.textleft {
    text-align: left;
}

.field-validation-error,
label.error,
.message-container .error,
.feedback.error,
.error-message,
.validation-summary-errors li {
    color: #fff;
    background: #840005;
}

.message-container .flash-message {
    color: #fff;
    background: green;
}

.validation-summary-errors a {
    color: inherit;
}

.message-container .error,
.message-container .flash-message {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding-right: 35px;
    font-weight: bold;
    font-size: 12px;
}

label.error.checked-correct {
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: right;
    max-width: 120px;
    background-color: transparent;
    padding: 3px;
}

    label.error.checked-correct i {
        color: #339933;
        font-size: 1.7em;
        line-height: 0;
    }

.error-box {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    text-shadow: #333 2px 2px 2px;
    background: #9d1e1e;
}

.email-suggestion {
    line-height: 20px;
}

    .email-suggestion:before {
        content: "▲";
        font-size: 20px;
        color: #e0e0e0;
        margin: 0;
        padding: 0 0 0 5px;
    }

    .email-suggestion .suggestion {
        margin: -5px 0 0;
        padding: 5px;
        font-size: 11.5px;
        font-weight: bold;
        background: #e0e0e0;
    }

    .email-suggestion .clickable {
        display: inline-block;
        font-weight: normal;
    }

    .email-suggestion .update-email {
        font-weight: bold;
        margin-right: 15px;
    }

.chk-common-button,
.button,
.inactive-button,
.common-button {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    color: #ececec;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Muli', Sans-Serif;
    line-height: 28px;
    cursor: pointer;
    border: none;
    height: 30px;
    background: #005CB9; /* Old browsers */
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.inactive-button {
    color: #666 !important;
    background: #ececec !important;
    border-color: #ccc !important;
    filter: none;
}

.remove-button {
    display: inline-block;
    height: 12px;
    width: 12px;
    padding: 5px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 12px;
    color: #840005;
    text-decoration: none;
    border: none;
    background-color: inherit;
}

.button.full-width {
    display: block;
    width: 100%;
}

button {
    background-color: transparent;
    border: 0;
}

    button .fas {
        margin-right: 5px;
        vertical-align: baseline;
    }

.remove-button.small {
    display: inline-block;
    height: 12px;
    width: 18px;
    padding: 0;
    vertical-align: middle;
    font-size: 20px;
    line-height: 8px;
    color: #840005;
}

input.remove-button.small {
    height: 20px;
    width: 20px;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.chk-common-button:active,
.chk-common-button:focus,
.chk-common-button:hover,
.button:active,
.button:focus,
.button:hover,
.common-button:active,
.common-button:focus,
.common-button:hover {
    background: #005CB9; /* Old browsers */
    opacity: 0.8;
    transition: all 0.3s ease;
    color: #fff;
}

.button.important-button {
    border: none !important;
    background: #3b8902; /* Old browsers */
    transition: all 0.3s ease;
    width: 100%;
}

    .button.important-button:hover,
    .button.important-button:active,
    .button.processing-button,
    .button.processing-button:hover,
    .button.added,
    .button.added:hover {
        background: #2d6b00; /* Old browsers */
        outline: none;
        transition: all 0.3s ease;
    }

        .button.added .fas,
        .button.processing-button .fas {
            color: inherit !important;
        }

.button.failed {
    background: #9d1e1e;
    width: 100%;
}

.button.full-width {
    display: block;
    width: inherit;
    min-width: 95%;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.trigger-content {
    display: none;
}

.input-instructions {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: .9em;
}

.content-box {
    padding: 20px 10px;
    margin-top: 20px;
    clear: both;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}

    .content-box:first-child {
        margin-top: 0;
    }

    .content-box.light-padding {
        padding: 10px;
    }

    .content-box.light {
        background-color: #fff;
        border-color: #e1e1e0;
    }

    .content-box.mid {
        background-color: #E1E1E0;
        border-color: #c6c6c6;
    }

    .content-box.accent-color {
        background: #e8eff7;
        border-color: #c1cfd9;
    }

    .content-box.white-color {
        background: #FFF;
        border-color: #CCC;
    }

    .content-box.warning-message {
        background: #fffedb;
        border-color: #e6daa8;
    }

    .content-box.dark {
        color: #ccc;
        background: #333;
        border-color: #111;
    }

.content-box-topper {
    padding: 10px 20px;
    margin: -21px -21px 20px;
    clear: both;
    overflow: hidden;
}

.content-box.light-padding .content-box-topper {
    margin: -10px -10px 10px;
    padding: 5px 10px;
}

.content-box-topper.top-flush {
    margin-top: 0 !important;
}

.content-box-topper + p {
    margin-top: 0;
}

.content-box-topper h2 a {
    color: #333;
}

.content-box-topper.light,
.content-box-footer.light {
    background: #e1e1e0;
}

.content-box-topper.accent-color {
    background: #dde7f3;
}

.content-box-topper.dark-link-color {
    color: #fff;
    background: #1c62a2; /* Old browsers */
}

.content-box-topper.mid {
    background: #c6c6c6;
}

.content-box-topper.dark {
    color: #ececec;
    background: #333;
}

.content-box-topper h1 {
    border: 0;
}

.content-box-footer {
    margin: 20px -20px -20px;
    padding: 10px 20px;
    clear: both;
    overflow: hidden;
}

.content-box.light-padding .content-box-footer {
    margin: 10px -10px -10px;
    padding: 10px;
}

.content-box.light-padding .content-box-topper {
    margin: -10px -10px 10px;
    padding: 10px;
}

.content-box-footer.mid {
    background: #c6c6c6;
}

.content-box.light-padding .content-box-topper {
    padding: 10px;
    margin: -11px -11px 10px;
}

.close-note {
    display: inline-block;
    padding: 0px 5px;
    margin: 0 3px 0 0;
    cursor: pointer;
    font-weight: bold;
}

.product-feature {
    display: inline-block;
    color: #fff;
    padding: 0 0.75rem;
    border-radius: 1.5rem;
    letter-spacing: 0.03125rem;
    font-weight: bold;
    font-size: 0.6rem;
    margin: 0 0.25rem 0.5rem 0;
    text-transform: uppercase;
}

.new-product {
    background: #01649f;
}

.video-product {
    background: #ab3434;
}

.usa-made-product {
    background: #253e90;
}

.closeout-product {
    background: #c90401;
}

.facebook-blue {
    color: #4267b2;
}

.instagram-blue {
    color: #1A597F;
}

.twitter-light-blue {
    color: #38A1F3;
}

.youtube-red {
    color: #E32C28;
}

.blog-orange {
    color: #F7941D;
}

.right-icon-margin {
    margin-right: 5px;
}

.rating-star-on, .rating-star-off {
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 0;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 2px;
}

.rating-star-on {
    color: #FBB701;
    text-shadow: 0 0 0 0;
}

#pricing-display h4 {
    display: inline;
}

#pricing-display .fa-phone {
    margin-right: 4px;
}

.imagerow {
    display: inline-block;
    margin: 10px 2.8% 10px 1.5%;
    min-width: 115px;
    vertical-align: middle;
}

.imagecounttwo {
    width: 45%;
    margin: 10px 1.8% 10px 1%;
}

.imagecountthree {
    width: 26%;
}

.imagecountfour {
    min-width: 150px;
    width: 18%;
}

.imagecountsix {
    margin: 10px .5% 10px;
}

@media only screen and (min-width: 731px) and (max-width: 989px) {

    .imagerow {
        margin: 10px 3.8% 10px 2.5%;
        min-width: 170px;
    }

    .imagecountfour {
        margin: 10px 0.8% 10px 0.5%;
        min-width: 150px;
        width: 20%;
    }

    .imagecounttwo {
        margin: 10px 1.8% 10px 1%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 730px) {

    .imagerow {
        margin: 10px 3.8% 10px 2%;
        min-width: 190px;
    }
}

@media only screen and (max-width: 730px) {

    .imagecounttwo {
        width: 97%;
    }

    .imagecountthree {
        width: 95%;
    }

    .imagecountfour {
        width: 35%;
        margin: 0 2.8% 0 1.5%;
    }
}


/* PAGINATION */
.nav-paging {
    color: #666;
}

    .nav-paging a {
        padding: 5px 10px;
        display: block;
        text-decoration: none;
        background: #fff;
        border: solid 1px #e1e1e0;
    }


/* FORM CLASSES */
.row .formrow {
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0;
}

    .row .formrow.half {
        margin-top: 10px;
    }

form {
    position: relative;
}

#lhnHelpOutCenter div.lhnWindow-chat_input form {
    position: static;
}

div#lhnHocButton {
    z-index: 800;
}

.formrow a {
    font-size: 11px;
}

.formrow textarea {
    clear: both;
    display: block;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    width: 97.5%;
}

.formrow.middle {
    text-align: center;
}

form .field {
    position: relative;
}

form .tooltip-trigger {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

    form .tooltip-trigger.static-tooltip {
        margin-top: 5px;
        position: static;
    }

form .static-tooltip {
    margin-top: 8px;
}

form .field:hover .tooltip {
    opacity: 1;
}

form .radio-select {
    padding-left: 20px;
    font-weight: normal;
}

.g-recaptcha iframe {
    border: 0;
}

.radio-select label {
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}

label {
    display: block;
    font-weight: bold;
    line-height: 30px;
    font-size: 12px;
}

.placeholder-replacement {
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-style: italic;
    color: #aaa;
}

.col_auto {
    float: left;
    width: auto;
    margin-right: 3.8%;
}

.input-replace {
    color: #666;
    line-height: 30px;
}

.change-list {
    clear: right;
    min-width: 240px;
}

/* MASTER PAGE CLASSES */

/* PRODUCT PATTERNS */
.mini-cart .mini-cart-group-header {
    padding-left: 35px;
    padding-right: 5px;
    margin: -3px -3px 0;
    position: relative;
    display: block;
    text-align: left !important;
    text-decoration: none;
}

.mini-cart.header-flyout {
    width: 350px;
    height: auto;
    box-shadow: 2px 2px 2px #333;
}

.mini-cart .cart-items.light-padding {
    padding: 0 10px;
}

.mini-cart .cart-items {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mini-cart .item-summary {
    margin: -10px -10px 0;
}


.mini-cart-list {
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff;
}

.mini-cart-item {
    padding: 10px 5px;
    margin: 0;
    clear: both;
    overflow: hidden;
    line-height: 15px;
    font-weight: normal;
    color: #666;
    background: #fff;
    border-bottom: solid 1px #c6c6c6;
}

    .mini-cart-item:last-child {
        border: 0;
    }

    .mini-cart-item .product-thumb {
        display: block;
        height: 75px;
        vertical-align: middle;
        line-height: 75px;
    }

.header-flyout .mini-cart-item a {
    color: #07447c;
}

.mini-cart-item img {
    display: inline;
    vertical-align: middle;
}

.mini-cart-item .title {
    font-weight: bold;
    text-decoration: none;
}

.mini-cart-item .item-total {
    font-size: 14px;
    font-weight: bold;
}

.mini-cart-item #remove {
    margin-top: 25px;
}

.mini-cart-subtotal {
    padding: 10px;
    margin: 0 0 -10px;
    color: #ececec;
    font-weight: bold;
    font-size: 18px;
    background: #333;
}

.mini-cart section.fitment-callout-box {
    margin: 0 -10px 1px !important;
    padding: 3px 0 0 0 !important;
    clear: both;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}

.mini-cart .restricted,
.mini-cart .fitment-status.no-fit {
    border-color: #840005;
}

.mini-cart .fitment-status.pick-fit {
    border-color: #ffdd31;
}

.mini-cart .fitment-status.fits {
    border-color: #009e02;
}

.mini-cart .fitment-na {
    border-color: #a3aeb9;
}

.mini-cart .fitment-status.cannot-ship .icon {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
}

.mini-cart .tooltip-message {
    bottom: auto;
    top: 0;
    left: 28px;
    color: #ececec;
    font-weight: normal;
    text-align: left;
}

.mini-cart form {
    position: static !important;
    margin-top: 28px !important;
}

.mini-cart .tooltip-message:after {
    left: 3px;
    top: 0;
}

.mini-cart .excluded {
    color: #ab3434;
    padding-top: 5px;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #e1e1e0;
}

.mini-cart .shipping-promo {
    margin: 0 0 -20px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #ccc;
    background: #333;
    border: solid 1px #666;
}

    .mini-cart .shipping-promo:first-line {
        font-size: 11pt;
        color: #e5b921;
    }

.mini-update-qty-form {
    display: none;
}

.mini-cart .fitment-status .icon {
    opacity: 1 !important;
    width: 30px;
    z-index: 100;
    background-size: 18px;
    top: 1px;
}

.mini-sprite-icon {
    width: 17px !important;
    height: 17px !important;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
}

.mini-circle-check {
    font-size: 16px !important;
}

.mini-chevron {
    font-size: inherit !important;
}

.empty-cart-icon .fas {
    font-size: 30pt !important;
}

.mini-cart .empty-cart-stub {
    margin-top: 0;
}

.cart-item:first-of-type {
    border: none;
}

.cart-item .item-total .input-to-text {
    line-height: 30px;
}

.cart-line-item {
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0 -21px 10px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 18px;
}

    .cart-line-item .item-info {
        margin-left: -20px;
        padding-left: 20px;
        background: #fff;
    }

        .cart-line-item .item-info p {
            margin: 8px 0;
        }

    .cart-line-item .product-thumb img {
        margin: 10px 0;
    }

.line-item-totals {
    clear: both;
    overflow: hidden;
    padding: 5px 10px 5px 0;
    font-weight: bold;
    text-align: right;
    line-height: 16px;
}

    .line-item-totals strong {
        display: inline-block;
        margin-left: 2px;
        font-size: 14px;
    }

.cart-line-item .product-title {
    display: block;
    margin: 10px 5px 0 0;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}

.cart-line-item .sku {
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
}

.fixed-summary-totals {
    position: fixed;
    top: 60px;
    margin-top: 0;
    width: 30%;
    max-width: 362px;
}

.cart-summary-totals {
    font-size: 12px;
    line-height: 24px;
    background: #e1e1e0;
}

    .cart-summary-totals .total {
        font-size: 16px;
        font-weight: bold;
    }

.clearance-push {
    padding: 2px 1px;
    margin: 0 auto 5px;
    max-width: 150px;
    color: #ececec;
    font-size: 11px;
    text-decoration: none;
    background: #ab3434;
}

.product-availability,
.product-availability-instock {
    font-size: 14px;
    line-height: 20px;
}

.grid .product-availability,
.grid .product-availability-instock {
    display:none;
}

.product-availability-instock {
    font-weight: bold;
    padding: 0;
}

    .product-availability-instock i {
        font-size: 1.6em;
    }

.product-rebate a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    background: #333;
    border: solid 1px #333;
}

.product-rebate img {
    display: block;
}

.product-rebate span {
    text-decoration: underline;
}

article.tab {
    margin-bottom: 0;
}

.tab .link-list {
    font-size: 11.5px;
}

#tabbed-content .hidden-tab {
    display: none;
}

#tabbed-content .content-box-topper {
    padding-bottom: 0;
}

/* FITS YOUR BIKE CALLOUT */
.fitment-status {
    margin: -15px 0 -21px !important;
    padding: 5px 5px 5px 40px;
    position: relative;
    font-weight: bold;
    line-height: 20px;
    font-size: 11px;
    text-align: left;
    transition: all 0.3s ease;
}

    .fitment-status.cannot-ship .icon,
    .fitment-status.restricted .icon,
    .fitment-status.optional .icon,
    .fitment-status.no-fit .icon {
        color: #2c2c2c;
    }

    .fitment-status.cannot-ship,
    .fitment-status.restricted,
    .fitment-status.optional,
    .fitment-status.no-fit {
        color: #2c2c2c;
        background-color: #840005;
        background-color: rgba(132, 0, 5, 0.4);
    }

    .fitment-status.fits {
        color: #2c2c2c;
        background-color: rgba(30, 119, 21, 0.3);
    }

    .fitment-status.pick-fit {
        color: #2c2c2c;
        background-color: #ffdd31;
    }

#tabbed-content .fitment-status {
    margin-bottom: 20px !important;
    border-bottom-width: 1px;
}

.fitment-status .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.fitment-status.country .icon {
    line-height: 44px;
}

.fitment-status .change,
.fitment-status .change:hover,
.fitment-status .change:active,
.fitment-status .change:visited {
    padding: 0 8px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    color: #ececec;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.fitment-stacked-icons {
    margin-left: 3px;
    margin-top: 3px;
}

.fitment-stacked-circle {
    color: #FFF !important;
    margin-bottom: 0 !important;
    font-size: 2em !important;
}

.stacked-wrench-icon {
    margin-bottom: 0 !important;
    margin-top: 4px;
    margin-left: -4px;
    font-size: 1.8em !important;
}

.fits-wrench-icon {
    color: rgba(30,119,21,1) !important;
}

.pick-fit-wrench-color {
    color: #ffdd31 !important;
}

.site-header-util-links .fitment-status a {
    text-align: center;
}

.site-header-util-links .fitment-status .fas:first-child,
.site-header-util-links .fitment-status .icon {
    margin: 0;
    color: #2c2c2c;
    margin-left: 1px;
}

#tabbed-content .fitment-status .change {
    position: static;
}

#tabbed-content .fitment-status {
    padding-right: 10px !important;
}

.fitment-status.fits .change {
    background-color: #1e7715;
    background-color: rgba(30,119,21,0.7);
}

.fitment-status.no-fit .change {
    background-color: #da6700;
    background-color: rgba(218,103,0,0.7);
}

.fitment-status.pick-fit .change {
    background-color: #d3a416;
    background-color: rgba(211,164,22,1);
}

.fitment-status.restricted .change {
    color: #ab3434;
    background-color: #ececec;
}

.fitment-status.cannot-ship .change {
    background-color: #333;
    background-color: rgba(0,0,0,1);
}

.content-box.shop-by-bike {
    padding: 8px 10px 0px 10px;
}

.center-wrench-icon {
    margin-left: -3px;
}

.mini-pick-fit-wrench-icon {
    color: #ffdd31 !important;
    margin-left: -2px;
    font-size: 14px !important;
}

.pick-fit-wrench-icon {
    margin-top: 4px;
    margin-left: -4px;
    color: #ffdd31;
    font-size: 1.9em;
}

/* HEADER - FOOTER */
.site-header-util-links {
    padding: 2px 0 0 0;
}

    .site-header-util-links .quickshop {
        white-space: nowrap;
    }

    .site-header-util-links .fas {
        display: none;
    }

    .site-header-util-links .fa-shopping-cart {
        display: inline-block;
    }

    .site-header-util-links .fas,
    .header-part-input .fas {
        font-size: 16px;
        color: #333;
    }

        .site-header-util-links .fas:first-child,
        .header-part-input .fas:first-child {
            margin-right: 5px;
        }

    .site-header-util-links .fas {
        display: none;
    }

    .site-header-util-links .fa-shopping-cart {
        display: inline-block;
    }

    .site-header-util-links .fa-user {
        display: inline-block;
        margin-left: 5px;
    }

    .site-header-util-links .fas,
    .header-part-input .fas {
        font-size: 16px;
        color: #333;
    }

        .site-header-util-links .fas:first-child,
        .header-part-input .fas:first-child {
            margin-right: 5px;
        }

    .site-header-util-links .row,
    .site-header-util-links .col_12 {
        margin: 0 auto;
        padding: 0;
        overflow: visible;
    }

    .site-header-util-links .contact,
    .site-header-util-links .util-link,
    .site-header-util-links .clickable {
        font-weight: bold;
    }

.cart-link-header .desktop-only {
    text-decoration: underline;
}

.mobile-nav-trigger.button {
    margin-top: 5px;
    width: auto;
    font-size: 13px !important;
}

    .mobile-nav-trigger.button span {
        font-size: 17px !important;
    }

.flyout-trigger {
    display: inline-block;
    padding: 0 10px;
}

.active-flyout {
    position: relative;
    margin-top: -2px;
    margin-bottom: -8px;
    padding-top: 2px;
    padding-bottom: 8px;
    background: #c6c6c6;
}

    .active-flyout span,
    .active-flyout a,
    .active-flyout .fas {
        color: #333;
    }

.processing-signin {
    background: transparent url(/content/images/ie-grey-back.png) repeat;
    background: rgba(51,51,51,0.5);
}

.header-flyout {
    position: absolute;
    display: none;
    top: 27px;
    right: 0;
    min-width: 216px;
    padding: 20px;
    height: auto;
    background: #c6c6c6;
}

    .header-flyout a {
        color: inherit;
    }

.flyout-processing {
    top: -35px;
    right: 0;
    padding: 35px 0 0;
    left: 0;
    height: 100%;
}

    .flyout-processing.processing img {
        margin-top: 40%;
    }

.primary-nav {
    position: absolute;
    top: 0;
    left: -300px;
    display: none;
    width: 100%;
    height: 100%;
    overflow: visible;
}

    .primary-nav ul {
        list-style-type: none;
    }

#mobile-nav-body-close {
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
    background: rgba(51,51,51,0.8);
}

.primary-nav-bar {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    height: 100%;
}

#top-navbar-wrapper {
    z-index: 1000;
    height: auto;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    width: 85%;
    background: #1c62a2; /* Old browsers */
}

#topnav-links {
    overflow: visible;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0;
    max-width: 1880px;
    z-index: 5;
}

.primary-nav .mega {
    float: none;
    width: inherit;
    background: #1c62a2; /* Old browsers */
}

.primary-nav .primary-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    border: none;
    border-top: solid 1px #004a77;
}

.primary-link i {
    padding: 0 0 0 5px;
    font-size: 1.3em;
}

.primary-nav .mega:hover .primary-link {
    color: #fff;
    background: #07447c;
}

.primary-nav .sub {
    position: static;
    display: none;
    background: #ececec;
    border: solid 1px #ccc;
    border-top: none;
}

.primary-nav .sub-wrapper {
    padding: 0 0 10px;
    clear: both;
    overflow: hidden;
}

#topnav-links .sub ul {
    float: none;
    clear: both;
    margin-right: 0;
    display: block;
    padding: 0 !Important;
    font-size: 10px;
}

.primary-nav .sub a,
.primary-nav .sub h3,
.primary-nav .sub h5 {
    padding: 8px 20px;
    display: block;
    border-top: solid 1px #ccc;
}

    .primary-nav .sub h3 a {
        padding: 0;
        color: inherit;
        border: none;
    }

.primary-nav .drop-search {
    clear: both;
    overflow: hidden;
    padding: 20px;
    display: block !important;
    border-top: solid 1px #ccc;
}

    .primary-nav .drop-search label {
        line-height: 20px;
    }


.badges a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
}

header .tablet-trigger {
    clear: left;
    display: none;
}

.header-part-input {
    position: relative;
    background: #ececec;
}

    .header-part-input .clickable {
        padding: 9px 0 9px 8px;
        font-weight: bold;
    }

.quick-shop-container .sub {
    margin: 0;
    overflow: hidden;
    height: auto;
    display: block !important;
    border: 0;
}

.quick-shop-container {
    position: static;
    padding: 0 20px 20px;
    display: none;
    background: #ececec;
    border: solid 1px #ccc;
    border-top: 0;
}

    .quick-shop-container .button {
        margin-top: 30px;
    }

.mobile-nav-logo {
    height: 30px;
    padding: 10px;
    clear: both;
    overflow: hidden;
    background-size: 100px;
    background-color: #f8f8f8;
    background-image: url(/Content/images/header/logo.gif);
    background-repeat: no-repeat;
    background-position: center 5px;
    border-bottom: solid 1px #ccc;
}

.mobile-nav-close.button {
    max-width: 40px;
    margin-top: 3px;
    font-size: 20px !important;
}

.leaderboard {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
}

.responsiveleaderboard {
    width: 100%;
    padding-top: 5px;
}

.value-prop {
    background-color: #eee;
    padding: 10px 5px 5px;
    line-height: 1.1em;
    color: #666;
    text-transform: uppercase;
}

    .value-prop i {
        padding-right: 5px;
        display: inline-block;
        vertical-align: top;
    }

.value-text {
    display: inline-block;
    text-align: left;
}

.row .value-prop {
    margin-bottom: 15px;
}

/* BREADCRUMBS */
.breadcrumb {
    overflow: hidden;
    color: #666;
    font-size: 11px;
}

    .breadcrumb li {
        display: block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        line-height: 17px;
        border-bottom: #ececec;
    }

        .breadcrumb li span {
            display: block;
        }

        .breadcrumb li a {
            display: block;
            width: 100% !important;
            padding: 10px 0 5px;
            margin-top: 5px;
            position: relative;
            color: inherit;
            border-top: solid 1px #ececec;
        }

    .breadcrumb .chevronOverlay {
        display: none !important;
    }

    .breadcrumb ul ul {
        display: none;
    }

/* Account */

.account-signout {
    float: right;
}

.mailcheck-form [type='checkbox'] {
    margin: 0 .35rem .2rem 0;
}

.wishlist .remove-button {
    margin: 0.1rem .8rem 0 0;
    float: left;
    font-size: 24px;
    padding: 0;
}

@media screen and (max-width:640px){
    .button.account-signout {
        font-size: .85rem;
    }
}

/* PRICING */
.display-price {
    margin-bottom: 20px;
}

    .display-price .price-label {
        display: block;
        line-height: normal;
    }

    .display-price .price {
        display: block;
        margin-top: 5px;
        font-size: 2em;
        color: #666;
    }

    .display-price .add-for-price {
        margin-top: 10px;
        display: block;
        margin-top: 8px;
        font-weight: normal;
    }

    .display-price.clearance,
    .display-price.clearance .price {
        color: #ab3434;
    }

    .display-price .prev-price {
        color: #666;
        font-weight: normal;
    }

    .display-price .sr-price-label {
        display: inline-block;
    }

    .display-price .sr-price {
        display: inline-block;
        font-size: 1em;
    }


/* SHOP BY MOTORCYCLE */
.shop-by-motorcycle {
    position: relative;
}

.fitment-drop-down .fitment-tooltip {
    position: absolute;
    top: 0;
    left: 160px;
}

.fitment-drop-down input,
.fitment-drop-down select,
.fitment-drop-down a {
    margin-top: 10px;
    display: block;
}

.fitment-drop-down select {
    transition: none;
}

.shop-by-motorcycle .processing {
    padding-top: 35%;
}

.processing img {
    margin-top: 25%;
}

.show-saved-bikes,
.new-bike,
.deselect-bike,
.bike-link {
    position: absolute;
    padding: 5px 0;
    width: inherit;
    bottom: 1px;
    left: 1px;
    right: 1px;
    font-weight: bold;
    background: #e1e1e0;
}

    .deselect-bike a,
    .show-saved-bikes span,
    .new-bike span,
    .new-bike a,
    .bike-link {
        display: block;
        padding: 5px 10px;
    }

.shop-by-motorcycle h5 {
    margin: 10px 0;
}

.saved-machine,
.current-bike {
    margin-top: 10px;
    font-size: 11.5px;
}

.current-bike-container {
    margin-bottom: 40px;
}

.select-bike-action {
    position: absolute;
    padding: 15px 10px;
    width: inherit;
    bottom: 1px;
    left: 1px;
    right: 1px;
    font-weight: bold;
    background: #e1e1e0;
}

/* CATALOGS */
.catalog-cover {
    display: block;
    margin: 0 auto 10px;
    height: 240px;
    max-width: 180px;
    text-align: center;
}

.catalogs .content-box-topper.light {
    background: #fff;
}

.catalogs h1,
.catalogs h2 {
    padding: 0;
}

.catalogs a.title h2 {
    text-decoration: none;
    color: #1c1c1c;
    font-size: 18px;
}

.catalogs .catalog-description{
    margin: 1rem 0;
    height: 110px;
}

.catalogs .label {
    background: transparent;
}

.catalogs input {
    margin: 0;
}

.catalogs .search-nav-select {
    height: 2.4375rem;
    margin: 0;
    min-width: 97%;
    width: 97.5%
}

.catalogs label.error.checked-correct {
    top: 4px;
    right: 20px;
}

/* SWEEPSTAKES */

.sweepstakes-content div:nth-child(2n) {
    margin-right: 0 !important;
}

#sweepstakesForm input[type="text"],
#sweepstakesForm input[type="tel"],
#sweepstakesForm input[type="email"],
#sweepstakesForm select {
    margin: 0;
}

#sweepstakesForm [type='checkbox'] {
    margin: 0;
}

#sweepstakesForm .search-nav-select {
    min-width: 97.5%;
    width: 97.5%;
}

#sweepstakesForm label.error.checked-correct {
    right: auto;
}

/* EMAIL FRIEND */
.email-friend {
    color: #333;
}

.faq .question {
    padding-bottom: 20px;
    border-bottom: dotted 2px #ccc;
}

    .faq .question:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

.faq h4 {
    cursor: pointer;
    font-size: inherit;
}

.faq p {
    display: none;
    color: #666;
}

/* WIDGETS */
.company-promo {
    padding: 20px 10px;
    color: #666;
    border: solid 1px #CCC;
    background-color: #FFF;
}

    .company-promo strong.drop {
        float: left;
        padding-right: 10px;
        padding-bottom: 10px;
        font-size: 40px;
        line-height: 38px;
    }

    .company-promo sup {
        vertical-align: text-top;
        font-size: 20px;
    }

/* YEAR LIST */
.year-list div:last-child {
    margin-right: 0;
}

/* CSS TOOLTIP */
.tooltip-trigger {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: normal;
    text-align: left;
}

    .tooltip-trigger i {
        font-size: 1.3em;
        margin-bottom: 5px;
        color: #999;
        cursor: pointer;
    }

    .tooltip-trigger.icon-vm i {
        margin-bottom: 3px;
    }

.tooltip-message {
    position: absolute;
    bottom: 100%;
    opacity: 0;
    left: -73px;
    z-index: 100000;
    display: none;
    padding: 10px;
    margin-bottom: 15px;
    width: 150px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 12px;
    line-height: 18px;
    background: #333;
    background: rgba(55,55,55,1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    transition: all .3s ease-out;
    pointer-events: none;
}

    .tooltip-message:before {
        position: absolute;
        bottom: -20px;
        left: 0;
        display: block;
        height: 20px;
        width: 100%;
        content: " ";
    }

    .tooltip-message:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        height: 0;
        margin-left: -13px;
        width: 0;
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #333 10px;
        border-top: solid rgba(55,55,55,1) 10px;
        content: " ";
    }

.tooltip-trigger:hover .tooltip-message {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

.tooltip-message a {
    color: inherit;
}

/* LOGIN AND REGISTRATION */
.login-section:first-child {
    margin-bottom: 40px;
    clear: both;
}

#address-form .radio-select {
    padding-left: 0;
}

    #address-form .radio-select label {
        display: inline;
    }

ul.vertical-nav.account-nav {
    margin-bottom: 0;
}

/* VIDEOS */
.video-display {
  padding: 10px;
  clear: both;
  overflow: hidden;
  color: #ececec;
  text-shadow: 1px 1px 1px #000;
  background: #333;
}

  .video-display a,
  .support .video-display p {
    color: #ececec;
  }

  .video-display h2 {
    padding: 8px 0 3px;
  }

  .video-display iframe {
    border: 0;
  }

  /*ALTERNATIVE VIDEO EMBED METHOD STYLES*/

  .video-display .thumb, .video-player .thumb {
    background-position: center center;
    background-size: 100% auto;
  }

  .video-display .youtube, .video-player .youtube {
    background-color: #000;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
    padding-top: 56.25%;
  }

    .video-display .youtube .thumb, .video-player .youtube .thumb {
      bottom: 0;
      display: block;
      left: 0;
      max-width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: auto;
      filter: alpha(opacity=65);
      opacity: .65;
    }

    .video-display .youtube .start, .video-player .youtube .start {
      filter: alpha(opacity=80);
      opacity: .8;
      height: 77px;
      left: 50%;
      margin-left: -38px;
      margin-top: -38px;
      position: absolute;
      top: 50%;
      width: 77px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAABgtJREFUeNrtXE1IJEcUFuYgHhZZAzOQwKLsaeY4MuCisLNkMUYM+TtmQwgYQSEg8RCIBAMBSYIQPCgEEiEYISZIgrhzCRLYg+BBMiiDGCHGH4xGETH4O85M+huql7Knuqe7urq7ercePAZnuqtefXZVvfe911VToyRUUqdpVNMmTROaJjVt0bRN0/uapslnG/k+Sa5rIvfVPQ8gRTSNaRrX9B4Bxa3eI+3FSPvPjLxAnpAbA+7s7HxrcnLyk8XFxe82NjZ+Ozw8XDk9Pd29urr6r1Ao5EulUhGf+Bvf43dch+txH+5ngJgg/YVWXtI0RQ9qbGzso1wu99PJyclfJQGCdtAe2jWAlyL9h0ZeJGtQeQC9vb2Pstns1NnZ2X7JQ0H76Af9UeC1EHukldtksS4bPDw83Le5uTlfCkDQL/qnwEsS+6SSu/SThbWnJIHADsOTd1cGsG5p2qwbhUXayaCOj4//XFtbm52fn/96fHx8oK+v793W1tbXGhoaHkYikQf4xN/4Hr/jOlyP+5z0A7so4JqJ3YFITPenBgcHP8DuZmcA29vbT2ZnZ4fb29vfcONu4H60g/bs9Av7YCfl/8X8BuyObnwmk/kK7kGVRfqfhYWFb9wCZQUg2kc/VbArwl7q3jt+Adakd4rdysrC8/PzfzGlvADKTNEf+rWyC3ZT9zT5Btj6+nqmmmHRaPShn4Dpin6r/UNhvx/APZ2SVrsjFumRkZEPgwDLqLDDatPAOLycqjE7T5j22+Pa2toHMgCmK+yBXTafOGGbwy19l7R65LVt/VuZwDIq7LOxxt0X5Y40U7skU/xe7N1sEmZjoHbVZiGePvwbM7ciLIDZAK5I+XHckcNtvSMzx1X2Kel0qmKc1HVcsWrSKjTC4hpGwKgN7XGVkCvJQ++Ug28zt0K2XZJnVzVzR6gg3xGt1GLlj8nih4nw46r4by1OGNcyH2YjBLGte3t7i/39/e/JBpyZG0XxcbYY4DJFzSIQEdPxhka4v1AoXK+urv7a0dHxpiygYTysWBXjp6jzqkkQ07XMjXtBt5PP58+wgzU2Nr4isxtCrW2WyZqE2SML2sWNYWa8/szMzOcgHIMGjkUrUUtRwiovqTdQkQQBXyUaNF2Ojo5yBk7fd8X4WP9U6pqIaVCOdBhrYG4JRBvkanFra+v37u7ud4IADeNjGUWlB5nBPDLVaeQRWRS1W6Ps8vnX19f5lZWV6VQq1eU3cCzqHHiQ3+Ms0MqlAqxELrh4v0DT5fLy8hgLdH19/ct+gYZxshLSVAnEDanTSwW8mJo8oFFG/z0xMfFxkFOUKoG4UXSDKpw0aiRYIZMIg9zmMA8ODv6gWAjPlBVaARfye7SC+2cF58gzygAacY6LYFq7urre9go0jNciiG+q8M9YsaYovkxk5txL55jl6FKxaKKCBmLxZshsywYa7UfNzc19IZJxwXgteLZkBauBOjDjDSgJkBU0et0dHR3tF2EnxmtsH7iwWA+UaKZRQGe8AbUUsoOmy87OzhO3zjHGa2wXuJDf22jQytkmUoF4Q1CEEhbQRDjHGC9jA8pT2aqnog+sInkiKpj2CzTssNgB0+n06zx2YrysEI+65tl60hD4Dw0N9bix08mTFuo1DSFXJpP5UsQu6mRNC+XuSZjgX0QG9052z9D5aYYivXQQflpoIoKLi4tDsBFesb1OIgLpY09MxVwu97PXPJuT2FNqlgMMx8DAwPt+0ENOWA4p+TRMRT8TL075NKmYW3j1y8vLP8bj8Vf9pLudMrfS5Aj29/eXgsrE8+QIAs1GgeaZnp7+LKgUHm82KpC8J6ZiNpv9we+pKCrv6XuGHUUxPT09j2QoTeDNsPtWy6EZuDc1NfWp7CWldms5PK0a0qbixdLS0veyFL6IqhryrD5td3d3IaiSAz/q01QlJEclpKq55ay5VdXdHNXdEPUeAaeoN1Y4Rb0bxSHqLTxOUe97cop6s5hT1DvsboFTpyVwTlV1LofzzUGdAMPpjqizhtxEDjXqVCuuWFWdn8Yp6qQ+F6LOhHQh6vRRF6LOuRUg6kTl50n+B4KhcERZo7nRAAAAAElFTkSuQmCC") no-repeat;
    }

  .video-display .video-close-button {
    float: right;
    top: -13px;
    position: relative;
    right: -13px;
    cursor: pointer;
  }

  .video-display.video-large-border {
    padding: 20px;
  }

.center-video .video-display {
  margin: auto;
}

/* PRODUCT REVIEWS */
.review-stars > input[type="radio"] {
  margin: 0 0 0.35rem;
}

.rating-scale {
    vertical-align: text-bottom;
}

.facebook-like {
    border: none;
    overflow: hidden;
    width: 450px;
    height: 35px;
    margin: 1rem 0 0;
}

.product-review-price {
  margin-top: 5px;
}

/*SMALL SCREEN MOBILE*/
@media only screen and (max-width: 600px) {
  .container {
    margin-top: 10px;
  }
}

/*MEDIUM SCREEN DESKTOP*/
@media only screen and (min-width: 601px) and (max-width:900px) {
  .center-video .video-display {
    width: 520px;
  }

  .container {
    margin-top: 50px;
  }
}

/* DESKTOP STYLES */
@media only screen and (min-width: 901px) {

  .center-video .video-display {
    width: 800px;
  }

  .wrapping-border-desktop {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    box-sizing: border-box;
  }
}

.fb-like iframe {
    background: transparent;
}

#modal-cart-add {
    position: fixed;
    top: 15px !important;
    padding: 0;
    left: 7%;
    font-weight: normal;
}

    #modal-cart-add .reveal-inner {
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
        clear: both;
        overflow: hidden;
    }

    #modal-cart-add img {
        display: block;
    }

    #modal-cart-add .row {
        margin-bottom: 10px;
        overflow: hidden;
    }

    #modal-cart-add .added-modal-header {
        padding: 10px 10px;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 15px;
        color: #1e7715;
        line-height: 26px;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        background-color: #e3f0d9;
        border: solid 1px #e1e1e0;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    #modal-cart-add .close-reveal-modal.static-link {
        position: static;
        display: block;
        padding: 10px 0;
        margin: 0;
        line-height: 28px;
        font-size: inherit;
        text-decoration: underline;
        background: #ececec;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.address-picklist-container {
    border: solid 1px #666;
    border-radius: 3px;
    width: 97.5%;
    max-width: 445px;
    min-width: 200px;
    box-shadow: 3px 8px 9px #666;
    margin: 0 0 5px;
    z-index: 10000;
    position: absolute;
    background: #fff;
}

.address-picklist {
    padding: 3px 8px;
    height: 90px;
    overflow: auto;
}

    .address-picklist div:hover,
    .address-picklist .selected {
        background: #edf4fa;
        margin-left: -5px;
        padding-left: 5px;
        width: 97%;
    }

.use-address-entered {
    padding: 3px 8px;
    text-align: center;
    color: #ececec;
    font-weight: bold;
    background: #1c62a2;
    transition: all ease .3s;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .use-address-entered:hover {
        background: #004a77;
    }

/* MOBILE */
@media only screen and (max-width: 600px) {
    .chk-common-button,
    .inactive-button {
        display: block;
        width: 100%;
        padding: 0;
        float: none;
    }

        .button.inherit-width {
            width: auto;
            padding-right: 3px;
            padding-left: 3px;
            display: inline-block;
        }

    .formrow .chk-common-button,
    .formrow .inactive-button,
    .formrow input[type="submit"] {
        margin-top: 0;
    }

    .message-container.row {
        margin: 0 5px -10px;
    }

    .mobile-vertical-margin {
        margin-top: 10px !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .tooltip {
        display: none;
    }

    label.error,
    .field-validation-error {
        margin-top: 10px;
    }

    label.checked-correct {
        margin-top: 0;
    }


    /* HEADER - FOOTER */
    .support-ribbon.open {
        width: 40px;
        left: auto;
        right: 0;
        top: -35px;
    }

    #sign-in,
    #my-account-header {
        padding-left: 24px !important;
        color: #333;
        text-decoration: none;
    }

    .breadcrumb li span {
        width: 100% !important;
    }
    /* YEAR LIST */
    .year-list div:nth-child(4n) {
        margin-right: 0;
    }

    #sweepstakesForm label.error {
        margin-bottom: 10px;
    }

    #sweepstakesForm label.error.checked-correct {
        position: absolute;
        top: -4px;
        right: 14px;
    }

    /* ITEM RECOMMENDATIONS */
    .recommend-container:nth-child(3) {
        border: 0;
        clear: both;
    }

    .mini-cart.header-flyout {
        box-shadow: 0 0 0;
    }

    .support-ribbon {
        width: 100vw;
        bottom: 0px;
        right: 100%;
        left: auto;
        top: auto;
    }

    .divMakesBtn {
        margin-bottom: 10px;
    }

    .super-header {
        height: 20px;
    }

    .fast-svg-big {
        font-size: 1.35rem !important;
        transform: translate(0px, 0px);
    }

    .fast-svg-middle {
        letter-spacing: -0.4px !important;
        font-size: 0.48rem !important;
        transform: translate(-125px, 8px);
    }

    .fast-svg-middle-price {
        transform: translate(-125px, 4px);
    }


    .fast-svg-tiny {
        font-size: 0.36rem !important;
    }

    .fast-svg-small {
        letter-spacing: -0.4px !important;
        font-size: 0.4rem !important;
        transform: translate(-125px,0px);
    }

    #home-picker {
        margin-top: 20px;
    }

    .page-frame-hook {
        margin-top: 10px;
    }

    .no-banner.primary-header {
        top: 0px;
    }

    .address-picklist {
        width: 85%
    }

    .mobile-close-qas {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #07447c;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        background: #fff;
    }

        .mobile-close-qas:before {
            content: "x";
        }

    .motorcycle-selector-padding-mobile {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .current-bike .button.important-button {
        margin-bottom: 5px;
    }

    .partner-cart-hook {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {

    .breadcrumb li span {
        width: 100% !important;
    }

    .partner-cart-hook {
        margin-top: 60px;
    }

    #sweepstakesForm .status {
        margin-right: 26% !important;
    }

    #sweepstakesForm label.error {
        margin-top: 10px;
    }

        #sweepstakesForm label.error.checked-correct {
            top: -42px;
            left: auto;
            right: -24px;
        }

    .sweepstakes-content.thanks {
        font-size: 2.5em;
    }
}

/* EVERYTHING BUT DESKTOP */

@media only screen and (max-width:900px){
    .jpweb-v1 {
        margin: 72px 0 0 0;
    }
}

/* SMALL BROWSERS- */

@media only screen and (max-width:640px) {

    .banner-margin {
        margin-left: 0;
        margin-top: 60px;
    }
}

/*EVERYTHING BUT MOBILE  */
@media only screen and (min-width: 601px) {
    ul.link-list {
        margin-top: 10px;
    }

    a.tel {
        cursor: default;
        color: inherit;
        text-decoration: none;
    }

    .row .formrow {
        margin-top: 20px;
    }

    .content-box {
        padding: 20px;
    }

        .content-box.light-padding {
            padding: 10px;
        }

    .col_12 {
        padding: 0;
    }

    .responsiveleaderboard {
        width: 50%;
        padding-top: 0px;
    }

    /* PRODUCT STYLES */
    .part-number {
        min-width: 130px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .display-price.gold-club-price {
        min-width: 150px;
    }

    .faq h4 {
        cursor: default;
    }

    .faq p {
        display: block !important;
    }

    .fitment-status {
        margin-top: 0 !important;
        padding-right: 160px !important;
        font-size: inherit;
    }

        .fitment-status .change {
            position: absolute;
            right: 10px;
            top: 10px;
        }

    .fitment-message-buttons .fitment-group-action-link {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    /* CATALOG REQUEST */
    .catalogs article {
        min-height: 470px;
    }

    .floatright figure {
        margin-left: 3.8%;
    }
    /* WIDGETS */
    .company-promo {
        height: 150px;
    }

    .support-ribbon {
        top: 45px;
        width: 110px;
        left: -110px;
    }
    /* ITEM RECOMMENDATIONS */
    .recommend-container {
        width: 24.75%;
    }

    #modal-cart-add,
    .reveal-modal-bg[data-modal="modal-cart-add"] {
        display: none !important;
    }
}


/* TABLET STYLES */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    label.checked-correct {
        top: 0;
        right: 10px;
    }

    h1 {
        font-size: 23px;
        line-height: 33px;
    }

    .tablet-hide {
        display: none !important;
    }

    .content-box {
        padding: 20px 10px;
    }
    /* HEADER - FOOTER */
 
    .fitment-status {
        padding: 10px 10px 10px 40px;
    }
    /* BRAND LIST */
    .secbrandcol,
    .year-list .models:nth-child(2n) {
        clear: left;
    }

    .thirdbrandcol,
    .year-list .models:nth-child(3n) {
        position: absolute;
        top: 20px;
        right: 0;
    }

        .thirdbrandcol.flush,
        .year-list .models:nth-child(3n) {
            top: 0;
        }

    .shop-by-motorcycle .saved-machine,
    .shop-by-motorcycle .current-bike {
        width: auto !important;
        margin-right: 20px;
    }

    .head-order-status {
        white-space: nowrap;
    }
}

.banner-margin-plp {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 20px;
    border-radius: 4px;
    width: fit-content;
    max-width: none !important;
}

/* DESKTOP STYLES */
@media only screen and (min-width: 901px) {

    .desktop-only {
        display: inline-block !important;
    }

    .desktop-hide {
        display: none !important;
    }

    .desktop-margin.mobile-margin {
        margin-right: 0;
    }

    header.primary-header {
        padding: 20px 0;
        min-height: 100px;
    }

    h1 {
        vertical-align: bottom;
        font-size: 27px;
        line-height: 37px;
    }

    label.checked-correct {
        position: static;
        width: inherit;
    }

    .banner-margin {
        margin-left: 0;
    }

    /* BREADCRUMBS */
    .breadcrumb li .bold {
        margin-right: 5px;
        padding-right: 10px;
        background: url(/content/images/chevron.gif) no-repeat 100% 0;
    }

    .breadcrumb li span {
        overflow: hidden;
        width: auto;
    }

    .breadcrumb li {
        float: left;
        margin: 0;
        padding: 0;
        width: 85%;
        max-width: 85%;
        cursor: default;
        border: none;
    }

        .breadcrumb li:first-child {
            width: auto;
        }

        .breadcrumb li li {
            height: 17px;
            margin: 0px 6px 0px 0;
            padding: 0px 10px 0px 0;
            width: auto;
            background: url(/content/images/chevron.gif) no-repeat 100% 0;
        }

        .breadcrumb li a {
            float: left;
            display: block;
            margin: 0;
            padding: 0;
            position: relative;
            overflow: hidden;
            color: inherit;
            height: 17px;
            line-height: 17px;
            border: none;
        }

    #pricing-display .display-text {
        display: none;
    }

    .fitment-status {
        padding: 10px 10px 10px 60px;
        line-height: 34px;
    }

        .fitment-status .icon {
            width: 50px;
            background-size: auto;
        }

        .fitment-status .change {
            top: 12px;
        }

        .fitment-status.restricted.with-form {
            padding-right: 10px;
        }
    /* LOGIN AND REGISTRATION PROCESS */
    .login-section:first-child {
        margin-bottom: 0;
        clear: none;
    }

    .catalogs h2 {
        font-size: 16px;
    }

    /* WIDGETS */
    .company-promo {
        height: 100px;
        padding: 20px;
        border: solid 1px #CCC;
    }

    /* ITEM RECOMMENDATIONS */
    .recommend-vert .recommend-container {
        border-left: 0;
        padding-top: 25px;
        width: 100%
    }

        .recommend-vert .recommend-container:first-child {
            padding-top: 0px;
        }

    .recommend-vert .recommend-item {
        min-height: 0;
    }

    .login-gold-club-message {
        display: block !important;
    }

    .no-margin {
        margin-right: 0px;
    }

    .know-part-number {
        width: 28%;
    }

    .head-order-status {
        margin-left: -25px;
        white-space: nowrap;
    }
}
/* Zone snippets */
.zone_snippet, .selected_zone_snippet {
    min-height: 50px;
    min-width: 50px;
}

    .zone_snippet:before, .selected_zone_snippet:before {
        content: attr(title);
        position: relative;
        top: 10px;
        left: 0px;
        color: white;
        border-radius: 0px 5px 5px 0px;
        padding: 5px 15px;
        height: 20px;
        text-align: center;
        font-size: 2em;
        line-height: 20px;
    }

.zone_snippet {
    border: 1px dashed #FF5555;
}

    .zone_snippet:before {
        background-color: #FF5555;
    }

.selected_zone_snippet {
    border: 1px dashed green;
}

    .selected_zone_snippet:before {
        background-color: green;
    }

.zone_snippet_scrollto {
    display: block;
    position: relative;
    top: -250px;
}

.fitmentCombos {
    width: 100%;
}

.margin-top-negative {
    margin-top: -1.5%;
}
/* print */

@media print {
    .no-print {
        display: none !important;
    }

    @page {
        margin: 1.5cm;
    }
}

.grey-truck {
    color: #6D6E71;
}

.black-truck {
    font-size: 1.2em;
    color: #040707;
}

/* print */

.fast-svg {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana;
}

.super-header {
    height: 31px;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 200;
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Muli', sans-serif;
    display: table;
    letter-spacing: 0.7px;
}

.fast-svg-red {
    fill: #f05150;
}

.fast-svg-gray {
    fill: #898986;
}

.fast-svg-big {
    letter-spacing: -2px;
    font-size: 2rem;
}

.fast-svg-middle {
    letter-spacing: -0.5px;
    font-size: 0.6rem;
}

.fast-svg-tiny {
    font-size: 0.45rem;
}

.fast-svg-small {
    letter-spacing: -0.5px;
    font-size: 0.5rem;
    text-decoration: underline;
}

.primary-header .logo {
    top: 2px;
}

.no-banner .banner {
    display: none;
}

.primary-header .primary-nav {
    top: 130px;
}

.primary-header .active-flyout {
    margin-top: -8px;
    padding-top: 8px;
}

#detailsShiping {
    color: white;
    padding-left: 5px;
}

.no-banner .site-header-util-links {
    top: 0px;
    padding: 5px 0 7px 0px;
}

/* BB Live Help Modal*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.align-center {
    text-align: center;
}

.bb-modal-button {
    display: inline-block;
    text-align: center;
    padding: 0.75rem 1rem 0.5rem;
    height: 45px;
    letter-spacing: 0.03125rem;
    font-weight: bold;
    font-size: 17px;
}

    .bb-modal-button:disabled {
        background-color: #ccc;
        color: #727273;
    }

.secondary-button {
    background-color: #fff;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
}

.open-modal {
    display: block !important;
}

.bb-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

    .bb-modal-container * {
        box-sizing: border-box;
    }

.bb-modal-scroller {
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 16px;
}

.bb-modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 100%;
}


.live-chat-modal {
    width: calc(100% - 40px);
    max-width: 335px;
}

.bb-modal {
    margin: 0 0 2.5rem;
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 1.25rem 1.25rem 2.5rem;
}

.bb-modal-close-wrapper {
    margin-bottom: 0.25rem;
    text-align: right;
}

.bb-modal-header {
    margin: 1.25rem 0;
    text-align: center;
}

.bb-modal-title {
    font-size: 24px;
}

.sprite-close {
    color: #979797;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

    .sprite-close .fas {
        margin-right: 0;
    }

.sprite-icon {
    display: inline-block;
    vertical-align: middle;
}

.sprite-question {
    height: 30px;
}

.sprite-message,
.sprite-envelope,
.sprite-phone {
    width: 15px;
    height: 15px;
    display: inline-block;
}

    .sprite-message .fas,
    .sprite-envelope .fas {
        vertical-align: baseline;
    }

#live-chat-top-buttons .bb-modal-button {
    width: 100%;
    margin: 0;
}

.phone-button,
.live-chat-button,
.email-button {
    height: 35px;
    padding: 0.5rem;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
}

    .phone-button .sprite-icon,
    .live-chat-button .sprite-icon,
    .email-button .sprite-icon {
        margin-right: 0.25rem;
    }

.need-help {
    border: 1px solid #ccc;
    padding: 1.25rem 0.75rem;
}

    .need-help .bb-button {
        font-size: .8125rem;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
    }

    .need-help .row {
        margin-bottom: 0;
    }

.need-help-title {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
}

.need-help-subtitle {
    margin-bottom: 0.625rem;
}

.divider {
    height: 1px;
    background-color: #ccc;
    width: 100%;
}

.margin-space, .row .row.margin-space {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

#live-chat-phone-button {
    margin: 0;
    width: 100%;
}

#live-chat-times li {
    margin: 0.625rem 0;
}

ul.no-style-list, .no-style-list {
    padding-left: 0;
    list-style: none;
}

a.bb-button-link:link,
a.bb-button-link:hover,
a.bb-button-link:active {
    color: #2c2c2c;
    text-decoration: none;
}

a.bb-help-link:link,
a.bb-help-link:hover,
a.bb-help-link:active {
    color: #2c2c2c;
}

a.bb-button-link:visited,
a.bb-help-link:visited {
    color: #727273;
}


/* Bike Picker Modal Styles*/
.bb-bike-selector-modal {
    margin: 0 0 40px;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 20px 20px 40px;
    width: calc(100% - 40px);
    max-width: 335px;
}

.bb-bike-selector-button {
    width: 100%;
    font-weight: 600;
}

.modal-outer-container {
    visibility: hidden;
    top: 100px;
    left: 7%;
    width: 80%;
    background: #fff;
    position: absolute;
    z-index: 1001;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal-container {
        display: block;
    }

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-scroller {
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 2rem;
}

.modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1rem);
    height: 100%;
}

.modal {
    margin: 0 0 2.5rem;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 1.25rem 1.25rem 2.5rem;
}

.modal-close-wrapper {
    margin-bottom: 0.25rem;
    text-align: right;
}

.modal-header {
    margin: 1.25rem 0;
    text-align: center;
}

.modal-title {
    font-size: 24px;
}

.modal-subtitle {
    margin-top: 0.625rem;
}

.select-wrapper {
    position: relative;
    background-color: #fff;
    width: 100%;
}

    .select-wrapper::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        position: absolute;
        display: inline-block;
        right: 12px;
        top: 30%;
        z-index: 1;
        pointer-events: none;
    }

    .select-wrapper select {
        position: relative;
        z-index: 1;
        height: 45px;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        border: 1px solid #ccc;
        padding: 8px 0 8px 12px;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-bottom: 10px;
        font-size: 14px;
        color: #2c2c2c;
    }

        .select-wrapper select::-ms-expand {
            display: none;
        }

        .select-wrapper select:invalid {
            color: #727273;
        }

        .select-wrapper select:disabled {
            color: #727273;
        }

        .select-wrapper select.invalid {
            border: 1px solid #840005;
        }

.bb-secondary-button {
    background-color: #fff;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
}

    .bb-secondary-button:disabled {
        border: 0;
    }

.sprite-icon {
    display: inline-block;
    vertical-align: middle;
}

.bb-button {
    display: inline-block;
    text-align: center;
    padding: 0.75rem 1rem 0.5rem;
    height: 2.8125rem;
    letter-spacing: 0.03125rem;
    font-weight: bold;
    font-size: 16px;
}

    .bb-button:disabled {
        background-color: #ccc;
        color: #727273;
    }

.hidden {
    display: none;
}

.modal-section .bb-button {
    width: 100%;
    margin-bottom: 0.625rem;
}

.modal-form .modal-change-bike {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: normal;
    text-decoration: none;
}

.modal-unavailable .bb-button {
    width: 120px;
}

.modal-unavailable {
    margin-bottom: 10px;
}

/* smaller phone displays (iPhone SE, 5, 4) */
@media (max-width: 370px) {
    .modal-unavailable .stock-email-submit {
        position: inherit;
    }

    .modal-unavailable .bb-button {
        width: 100%;
    }
}

/* small phone displays (iPhone 6,7,8) */
@media (max-width: 375px) {
    .bb-bike-selector-button {
        height: auto !important;
    }
}

.fitment-modal-link {
    text-decoration: none;
}

.fitment-modal-change-link {
    text-align: center;
}

.fitment-modal-action {
    background-color: #3b8902;
}

.flat-button {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    transition: all ease .3s;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.flat-action-button {
    background-color: #3b8902;
}

    .flat-action-button:active,
    .flat-action-button:hover {
        background: #2d6b00;
    }

.flat-secondary-button {
    border: 1px solid #2c2c2c;
}

.flat-action-button-text {
    color: #ececec;
    text-decoration: none;
}

.flat-secondary-button-text {
    color: #000000;
}

input[type="number"].quantity-control {
    position: relative;
    height: 33px;
    width: 95%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 5px 0 5px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2c2c2c;
}

.atlwdg-trigger {
    z-index: 100;
}

.atlwdg-trigger.atlwdg-SUBTLE {
    bottom: 60px !important;
}

.related-categories-pd-tab {
    margin: 0 0 -20px;
    padding-bottom: 0;
}

@media (min-width: 601px) and (max-width:900px) {
    .related-categories-accordion-label {
        font-size: 1.25rem;
    }
}

@media (min-width: 901px) {
    .show-block-desktop {
        display: block !important;
    }

    .related-categories-bb-container {
        margin: 0 auto;
        max-width: 75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 901px) {
    .related-categories-h2 {
        max-width: 95%;
        font-size: 18px;
        line-height: 1.3em;
        font-weight: bold;
    }

    .related-categories-accordion-label {
        position: relative;
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: 0.05rem;
        padding: 1rem 1rem 0.75rem 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

        .related-categories-accordion-label .fa-chevron-up,
        .related-categories-accordion-label .fa-chevron-down {
            position: absolute;
            right: 5px;
            top: 35%;
            color: #3d3d3d;
        }

        .related-categories-accordion-label h2,
        .related-categories-accordion-label .h2 {
            max-width: 95%;
            font-size: 1.2rem;
        }

    .related-categories-accordion-description {
        display: none;
        position: relative;
        padding: 1rem 0;
        overflow: hidden;
        border-top: 1px solid #eee;
    }

    .bb-related-categories::after {
        display: none;
    }

    .related-categories-accordion-item {
        background-color: #fff;
        margin-bottom: 0.25rem;
        padding: 0 1rem;
    }

        .related-categories-accordion-item.open .related-categories-accordion-description {
            display: block;
            -webkit-transition: max-height 1s;
            transition: max-height 1s;
        }

    .show-desktop-only {
        display: none;
    }
}

.free-exchange-banner-container {
    text-align: center;
}

.free-exchange-banner {
    height: 50px;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    .free-exchange-banner {
        content: url("/content/images/Promos/Custom/FreeExchange_Banner_291x50.jpg");
    }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .free-exchange-banner {
        content: url("/content/images/Promos/Custom/FreeExchange_Banner_580x50.jpg");
    }
}

@media (min-width: 901px) {
    .free-exchange-banner {
        content: url("/content/images/Promos/Custom/FreeExchange_Banner_785x50.jpg");
    }
}

/*fitment*/

.select-your-bike-icon {
    background-color: #ffdd31;
    opacity: 0.7;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

.bike-selector-container {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin: 0 auto;
    max-width: 75rem;
    padding-bottom: 10px;
}

.fitment-message {
    padding: 0.625rem;
    background-color: #fff;
}

    .fitment-message .row {
        margin-bottom: 0;
    }

.fitment-message-success {
    border: 1px solid #009e02;
}

.fitment-message-fail {
    border: 1px solid #840005;
}

.fitment-message-copy {
    vertical-align: middle;
    text-align: left;
    position: relative;
    left: 15%;
}

.fitment-message-buttons {
    margin-top: 0.25rem;
}

    .fitment-message-buttons .bb-button {
        height: auto;
        padding: 0 0.5rem 0 0;
        margin-right: 0.5rem;
        font-size: inherit;
        font-weight: normal;
    }

        .fitment-message-buttons .bb-button::after {
            display: inline;
            color: #ccc;
            position: absolute;
            top: 50%;
            right: -0.25rem;
            font-size: 1rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -ms-transform: translateX(-50%);
        }

        .fitment-message-buttons .bb-button:last-child {
            padding: 0;
            margin-right: 0;
        }

            .fitment-message-buttons .bb-button:last-child::after {
                display: none;
            }

.green-circle-check {
    color: #009e02 !important;
    vertical-align: middle;
}

.fitment-sprite-div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fitment-redirect-copy {
    position: relative;
    left: 15%;
}

.fitment-message-parent {
    position: relative;
}

.link-button {
    color: #2c2c2c;
    font-size: 0.875rem;
    text-decoration: underline;
    cursor: pointer;
}

#mail-sign-up > .formrow > a {
    font-size: 13px;
}

#mail-sign-up label.error {
    margin-top: 5px;
}

.super-header .bold-banner {
    font-weight: bold;
}

.super-header .learn-more-banner {
    display: inline;
    border: white 1px solid;
    font-size: 10px;
    padding: 0 3px 0 3px;
    margin-left: 6px;
    color: white;
    text-decoration: none;
    line-height: 13px;
    vertical-align: middle;
}

.super-header .inner-banner {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width: 601px) {
    .super-header {
        position: fixed;
    }
}


/* tooltip */

.bb-tooltip {
    position: relative;
    margin: 0 0.25rem;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.tooltip-text {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 2.25rem;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    padding: 1rem;
    width: 200px;
}

    .tooltip-text a {
        font-size: 12px;
    }

.bb-tooltip:hover .tooltip-text {
    display: block;
    pointer-events: auto;
}

.tooltip-text .pointer-back {
    content: '';
    display: inline-block;
    border: 1.5625rem solid transparent;
    border-top: 1rem solid #000;
    border-bottom: 0;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tooltip-text .pointer-front {
    content: '';
    display: inline-block;
    border: 1.5rem solid transparent;
    border-top: 0.9375rem solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tooltip-text::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    height: 40px;
    width: 100%;
    content: " ";
    margin-bottom: -20px;
}

.garage-container {
    margin-bottom: 20px;
}

.affirm-price-result {
    height: 40px;
    margin-bottom: 0;
    padding-top: 4px;
}

    .affirm-price-result a {
        font-size: 11px;
    }

.geico {
    width: 247px;
    height: 48px;
    background-repeat: no-repeat;
}

ul.specs-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-type: none;
    margin-top: 16px;
}

.spec-li {
    height: 20px;
    width: 145px;
    color: #2E3641;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.specs-container {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.specs-header {
    color: #2E3641;
    font-size: 18px;
    line-height: 24px;
    width: 90%;
}

.accordion-label {
    position: relative;
    cursor: pointer;
}

    .accordion-label .fa-chevron-up,
    .accordion-label .fa-chevron-down {
        position: absolute;
        right: 10px;
        top: 15%;
        color: #3d3d3d;
    }

.specs-container .fa-chevron-up,
.specs-container .fa-chevron-down {
    font-size: 18px;
}

.registration-checkbox {
    margin: 1rem 0px 1rem !important;
}

@media screen and (min-width: 901px) and (max-width: 1030px) {
    .spec-li {
        width: 120px;
        font-size: 12px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1220px) {
    .jpweb-v1 .page-frame-hook {
        padding: 0 .5rem;
    }
}

@media screen and (min-width: 901px) and (max-width: 1023px) {
    .jpweb-v1 {
        margin-top: 60px;
    }
}

@media screen and (min-width: 671px) and (max-width: 900px) {
    ul.specs-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .spec-li {
        width: 125px;
        font-size: 12px;
    }

    .accordion-label .fa-chevron-up,
    .accordion-label .fa-chevron-down {
        right: 5px;
    }

    .specs-header {
        font-size: 14px;
    }

    .specs-container .fa-chevron-up,
    .specs-container .fa-chevron-down {
        font-size: 16px;
    }
}

@media screen and (max-width: 670px) {
    ul.specs-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .spec-li {
        width: 140px;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    ul.specs-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .spec-li {
        width: 100px;
    }
}

.button.my-garage-button {
    display: table;
    width: 100%;
    padding: 2px 24px;
    margin: .5rem 0 1.5rem 0;
}

.vertically-aligned-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.dropdown-pane.is-open {
    padding-bottom: 70px;
}

.jpweb-v1 select,
select.search-nav-select {
    background-image: url(/src/assets/img/fallback/triangle-down.png);
    background-size: 9px 14px;
    font-size: .85rem;
    min-width: 97%;
    width: 97.5%;
    border: 1px solid #ccc;
}

.refinement-list .button.view-all {
    font-size: .65rem;
    padding: .75em 1.25em .55em;
}

.global-search .input-container .ac_results ul li {
    cursor: pointer;
}
/* FOUNDATION MOBILE STYLE */
@media screen and (max-width: 1024px) {
    .global-search .filter-container .sel .sel__box {
        z-index: 831;
    }

    .hide-for-large #mobile-nav-drawer .is-drilldown.animate-height {
        transition: height 0.2s !important;
    }
}

.row.page-frame-hook h1:first-child {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 16px 8px 0 8px;
}

.account-page h2 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,0.5);
		z-index: 1000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 4%;
		width: 86%;
		background: #fff;
		position: absolute;
		z-index: 1001;
		padding: 30px 3% 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}

    .reveal-bike-picker-modal {
        visibility: hidden;
        top: 100px;
        left: 7%;
        width: 84%;
        background: #fff;
        position: absolute;
        z-index: 1001;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        -box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

    .reveal-modal__title {
        border-bottom: solid 1px #ccc;
        vertical-align: bottom;
        font-size: 27px;
        line-height: 37px;
    }	

	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #07447c;
		font-weight: bold;
		cursor: pointer;
        text-decoration: none;
		}

.reveal-live-help-modal {
    visibility: hidden;
    width: 84%;
    background: #fff;
    z-index: 1001;
}


	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/

/* ITEM RECOMMENDATIONS */
.recommend-container {
    border-left: solid 1px #e1e1e0;
    width: 49.5%;
    float: left;
}

    .recommend-container:first-child {
        border: 0;
    }

.recommend-horiz .content-box, .recommend-vert .content-box {
    padding: 20px 0 0;
}

.recommend-horiz h3, .recommend-vert h3 {
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Muli',sans-serif;
}

.recommend-horiz {
    border: 1px solid #dddddd;
}

.row.recommend-horiz {
    margin: 0 0 1rem 0;
}

.recommend-horiz .content-box-topper {
    margin-bottom: 0;
}

.recommend-item {
    color: #333;
    font-size: 11px;
    line-height: 14px;
    max-width: 85%;
    margin: 0 auto;
    min-height: 200px;
}

    /*.recommend-item img {
        vertical-align: middle;
    }*/

    .recommend-item a, .recommend-item a:visited, .recommend-item a:hover {
        color: #333;
    }

    .recommend-item p {
        margin-top: 4px;
    }

.recommend-image {
    min-height: 170px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.recommend-horiz .recommend-item {
    min-height: 200px;
}

.recommend-horiz .slick-prev {
    left: 1.25rem;
}

.recommend-horiz .slick-next {
    right: 1.25rem;
}

    .recommend-horiz .slick-prev:before,
    .recommend-horiz .slick-next:before {
        color: #000;
    }

.recommend-horiz .slick-arrow {
    top: 98%;
    z-index: 100;
}

.recommend-horiz .slick-disabled,
.recommend-horiz .slick-prev.slick-disabled:before,
.recommend-horiz .slick-next.slick-disabled:before {
    opacity: 0;
    display: none;
}

.recommend-horiz a {
    text-decoration: none;
}

.recommend-horiz .recommend-item {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.recommend-horiz .recommend-item-name {
    font-size: 0.875rem;
    font-weight: bold;
}

.recommend-horiz .recommend-item-price {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    font-weight: bold;
}


@media (max-width: 901px) {
    .recommend-horiz {
        padding-bottom: 1.25rem;
    }

        .recommend-horiz .recommend-item {
            margin-bottom: 10px;
        }

        .recommend-horiz .slick-dots {
           bottom: -4px;
        }

    .recommend-image {
        min-height: 180px;
    }
}

@media (max-width: 600px) {
    .recommend-horiz .recommend-image {
        min-height: 140px;
        margin: 0 0 10px;
    }

    .recommend-horiz .recommend-item-name {
        font-size: 0.75rem;
    }

    .recommend-horiz .slick-dots {
        bottom: 0;
    }
}




.rpm-card {
    background-color: white;
    border: solid 1px #eeeeee;
    margin: 4px 0 8px;
    padding: 8px;
    border-radius: 3px;
}


.rpm-card__logo {
    margin-bottom: 4px; 
}


.rpm-card__pricing {
    display: flex;
    flex-wrap: wrap;
    line-height: 20px;
}

.rpm-card__price {
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
}

.rpm-card__price-retail,
.rpm-card__savings {
    margin-right: 6px;
}

.rpm-card__price-retail {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
}

.rpm-card__savings {
    color: rgb(0, 162, 65);
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x, .fa-stack-3x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-caret-down:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-lock-alt:before {
    content: "\f30d";
}

.fa-headset:before {
    content: "\f590";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-hand-scissors:before {
    content: "\f257";
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.fa-dollar-sign:before {
    content: "\f155"; }

.fa-money-bill:before {
    content: "\f0d6"; }

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.eot);
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.woff) format("woff"),url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.woff2) format("woff2"),url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.ttf) format("truetype"),url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.svg#fontawesome) format("svg"),url(/content/css/font-awesome-5.3.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.eot);
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.woff) format("woff"),url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.woff2) format("woff2"),url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.ttf) format("truetype"),url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.svg#fontawesome) format("svg"),url(/content/css/font-awesome-5.3.1/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype")
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.eot);
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.woff) format("woff"), url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.woff2) format("woff2"), url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.ttf) format("truetype"), url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.svg#fontawesome) format("svg"), url(/content/css/font-awesome-5.3.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.eot);
    src: url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.woff) format("woff"),url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.woff2) format("woff2"),url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.ttf) format("truetype"),url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.svg#fontawesome) format("svg"),url(/content/css/font-awesome-5.3.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}

/* Very simplistic styling to be refactored later. */
.inventory-details h3 { cursor: pointer;}
.inventory-details h3 span { padding-right: 4px; }
.inventory-details h4 { font-style: italic;color: #0c8333; float: left; }
.inventory-details button{ float: right;border: none;background: none;font-weight: bold;display: none;}
.inventory-details table { margin: 10px 0;border: 1px solid black; }
.inventory-details th { font-weight: bold;text-align: left;padding-left: 3px; }
.inventory-details th, .inventory-details .row-scoped-header td {border: 1px dashed black;}
.inventory-details td { padding: 5px 0 5px 7px;}
.inventory-details .details-container { width: 100%; }

.inventory-details button { display: inline-block;}

.inventory-details.unloaded {display: none;}

@charset "UTF-8";.validation-message{width:auto;height:auto;padding:4px 12px;border-radius:3px}.validation-message.success{border:1px solid #3b8902;background:rgba(59,137,2,.05)}.validation-message.warning{border:1px solid #ffae00;background:rgba(255,174,0,.05)}.validation-message.alert{border:1px solid #cb111a;background:rgba(203,17,26,.05)}.validation-message.universal-fit{border:1px solid #005cb9;background:rgba(0,92,185,.05)}.validation-message.universal-fit span.fitment:after{content:"Universal Fitment"}.validation-message.will-fit{background:#2ada71}.validation-message.will-fit span.fitment:after{content:"Will Fit"}.validation-message.custom-fit{border:1px solid #005cb9;background-color:#eee}.validation-message.custom-fit span.fitment:after{content:"Not Stock Fitment For"}.validation-message.will-not-fit{border:1px solid #cb111a;background:rgba(203,17,26,.05)}.validation-message.will-not-fit span.fitment:after{content:"Will Not Fit";color:#cb111a}.validation-message.make-sure-fits{background:#ffbe35}.validation-message.make-sure-fits span.fitment:after{content:"Make Sure It Fits"}.validation-message.fitment-message{border:1px solid #005cb9;background:rgba(238,238,238,.5)}.validation-message.fitment-message span.fitment:after{content:"Fitment Note"}.validation-message span{color:#1c1c1c;font-family:Muli,sans-serif;font-size:12px;line-height:16px;font-weight:600;vertical-align:middle}.validation-message span.validation-icon{display:inline-block;margin:-2px 8px 0 0;width:20px;height:20px}.validation-message span.fitment{display:inline-block;font-weight:900;text-transform:uppercase}.validation-message span.selected-bike{display:inline-block;font-weight:700}.validation-message span.action-note{display:inline-block;margin:0 12px 0 0}.validation-message span.action-note a.action-link{color:#000;font-weight:600;text-decoration:underline;padding:0 8px 0 0}.validation-message .important-note{display:block;margin:4px 0;font-size:12px;line-height:16px}.validation-message .important-note .emphasis{font-weight:700}.validation-message .important-note a{color:#000;font-weight:600;text-decoration:underline}.tooltip a{color:#1779ba;text-decoration:underline;font-size:12px;font-weight:700}.order-important-notice-message{max-width:648px;border-radius:3px;background-color:#ffbe35}.order-important-notice-message .message-warning-icon{height:16px;width:16px;margin:8px 2px 1px 8px}.order-important-notice-message .message-notice{margin-left:28px;margin-top:-20px;text-align:left}.order-important-notice-message .message-title{height:16px;width:220px;color:#1c1c1c;font-family:Muli;font-size:12px;font-weight:900;letter-spacing:0;line-height:24px;text-transform:uppercase;margin-top:5px;padding-right:60px}.order-important-notice-message .message-note{color:#000;font-family:Muli;font-size:12px;letter-spacing:0;line-height:20px;margin-left:28px;text-align:left}.label{display:inline-block;padding:4px 8px;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#cb111a;color:#fff}.label.primary{background:#cb111a;color:#fff}.label.secondary{background:#005cb9;color:#fff}.label.success{background:#3adb76;color:#000}.label.warning{background:#ffae00;color:#000}.label.alert{background:red;color:#000}.label.black{background:#000;color:#fff}.label.dark-gray{background:#1c1c1c;color:#fff}.label.white{background:#fff;color:#000}.label.ghost{background:0 0;color:#fff}.rich-relevance-section{margin:24px 0}@media screen and (max-width:39.99875em){.rich-relevance-section .narrow-section{padding:0 10px}}.rich-relevance-cartridge{padding:0}.rich-relevance-cartridge h2{font-size:36px;line-height:48px;font-weight:900;text-transform:uppercase;margin:0;padding:0 16px 4px 16px}@media screen and (min-width:40em) and (max-width:63.99875em){.rich-relevance-cartridge h2{font-size:32px;line-height:40px}}@media screen and (max-width:39.99875em){.rich-relevance-cartridge h2{font-size:24px;line-height:32px;padding:0 8px 4px 8px}}.rich-relevance-cartridge h3{font-size:16px;line-height:22px;font-weight:500;margin:0;padding:0 16px 16px 16px}@media screen and (max-width:39.99875em){.rich-relevance-cartridge h3{font-size:14px;line-height:20px;padding:0 8px 16px 8px}}.rich-relevance-cartridge a{color:#1c1c1c}.rich-relevance-cartridge a:active,.rich-relevance-cartridge a:hover,.rich-relevance-cartridge a:link,.rich-relevance-cartridge a:visited{color:#1c1c1c}.rich-relevance-cartridge .card{margin:0 8px 16px 8px;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 4px 0 rgba(0,0,0,.1);height:100%}.rich-relevance-cartridge .card .label.promo{position:absolute}@media print,screen and (min-width:64em){.rich-relevance-cartridge .card .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:18px;line-height:20px;padding:4px 12px 4px 8px;margin:0 0 0 16px}}@media screen and (min-width:40em) and (max-width:63.99875em){.rich-relevance-cartridge .card .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:14px;line-height:16px;padding:4px 10px 4px 8px;margin:0 0 0 12px}}@media screen and (max-width:39.99875em){.rich-relevance-cartridge .card .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:12px;line-height:14px;padding:4px 10px 4px 8px;margin:0 0 0 8px}}.rich-relevance-cartridge .card .recommend-image{display:block;padding:1.5rem;min-height:auto}@media screen and (min-width:64em) and (max-width:89.99875em){.rich-relevance-cartridge .card .recommend-image{padding:1rem;min-height:144px}}@media screen and (min-width:40em) and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-image{padding:1rem;min-height:132px}}@media screen and (max-width:39.99875em){.rich-relevance-cartridge .card .recommend-image{padding:.75rem;min-height:114px}}.rich-relevance-cartridge .card .recommend-image img{display:block;margin:auto}@media screen and (min-width:90em) and (max-width:119.99875em){.rich-relevance-cartridge .card .recommend-image img{max-height:232px}}@media screen and (min-width:64em) and (max-width:89.99875em){.rich-relevance-cartridge .card .recommend-image img{max-height:216px}}@media screen and (min-width:40em) and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-image img{max-height:190px}}@media screen and (max-width:39.99875em){.rich-relevance-cartridge .card .recommend-image img{max-height:182px}}.rich-relevance-cartridge .card .recommend-item-info{padding:4px 16px 0 16px}@media screen and (max-width:39.99875em){.rich-relevance-cartridge .card .recommend-item-info{padding:4px 8px 0 8px}}.rich-relevance-cartridge .card .recommend-item-info .recommend-item-name{font-family:Muli,sans-serif;color:#1c1c1c;height:auto;overflow:hidden;font-weight:600;margin:4px 0 0;font-size:1rem;line-height:20px}@media screen and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-item-info .recommend-item-name{font-size:14px;line-height:18px}}.rich-relevance-cartridge .card .recommend-item-info .recommend-item-price{margin:4px 0 .5rem;color:#1c1c1c;font-weight:600;font-size:18px;line-height:24px}@media screen and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-item-info .recommend-item-price{font-size:16px;line-height:20px}}.rich-relevance-cartridge .card .recommend-item-info .recommend-item-dicounted-price{margin:4px 0 0 0;font-family:Muli,sans-serif;color:#cb111a;font-weight:600;font-size:18px;line-height:24px}@media screen and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-item-info .recommend-item-dicounted-price{font-size:16px;line-height:20px}}.rich-relevance-cartridge .card .recommend-item-info .recommend-item-dicounted-price .dicounted-price{color:#cb111a}.rich-relevance-cartridge .card .recommend-item-info .recommend-item-dicounted-price .original-price{color:#777;font-size:12px;line-height:22px;text-decoration:line-through}@media screen and (max-width:63.99875em){.rich-relevance-cartridge .card .recommend-item-info .recommend-item-dicounted-price .original-price{font-size:11px;line-height:17px}}.rich-relevance-cartridge .card .recommend-item-info .shipping{display:block}.rich-relevance-cartridge .card .recommend-item-info .shipping .icon-truck{display:inline-block;width:16px;height:16px;position:relative;top:2px}.rich-relevance-cartridge .card .recommend-item-info .shipping span{display:inline-block;font-family:Muli,sans-serif;color:#1c1c1c;font-size:12px;font-weight:600;line-height:16px}.rich-relevance-cartridge .card .recommend-item-info .product-rating{display:block;text-align:left;float:none}.section-header{margin:0 0 24px 0}@media screen and (max-width:39.99875em){.section-header{margin:0 0 16px 0}}.section-header h2{font-size:36px;line-height:40px;font-weight:900;text-transform:uppercase}@media screen and (min-width:40em) and (max-width:63.99875em){.section-header h2{font-size:32px;line-height:36px}}@media screen and (max-width:39.99875em){.section-header h2{font-size:24px;line-height:28px}}.section-header h3{font-size:16px;line-height:22px;font-weight:500;margin:8px 0 0 0}@media screen and (max-width:39.99875em){.section-header h3{font-size:14px;line-height:20px}}.grid-container.narrow-section{max-width:72rem;padding:3rem 0}@media screen and (min-width:64em) and (max-width:89.99875em){.grid-container.narrow-section{padding:3rem 1.5rem}}@media screen and (min-width:40em) and (max-width:63.99875em){.grid-container.narrow-section{padding:2.25rem 1.5rem}}@media screen and (max-width:39.99875em){.grid-container.narrow-section{padding:1.5rem 1rem}}.page-header{display:block;padding:16px 24px;border-bottom:1px solid #ddd}.page-header .back-button{display:inline-block;margin:0 16px 0 0;float:left}.page-header .back-button a{color:#1c1c1c}.page-header .back-button .icon-arrow-standard-left{display:inline-block;height:24px;width:24px;vertical-align:middle}.page-header .back-button .back-label{display:inline-block;font-size:14px;color:#1c1c1c;font-weight:800;line-height:20px;text-transform:uppercase;vertical-align:middle}.page-header .breadcrumbs{display:inline-block;width:auto;vertical-align:middle}.page-header .breadcrumbs li{text-transform:capitalize}@media screen and (max-width:63.99875em){.page-header .breadcrumbs li{font-size:12px;line-height:20px}}.page-header .breadcrumbs li:last-child{font-weight:600;color:#1c1c1c}.page-header .breadcrumbs li:last-child a{color:#1c1c1c}.page-header .breadcrumbs li:last-child a:visited{color:#1c1c1c}.page-header .breadcrumbs li a{text-decoration:underline;color:#666}.page-header .breadcrumbs li a:visited{color:#666}.page-header .breadcrumbs li:not(:last-child)::after{margin:0 .2rem}.primary-info{display:block}@media screen and (max-width:39.99875em){.primary-info{margin:60px 0 0 0}}.primary-info .group-attribute{margin:0 0 12px 0}.primary-info .product-images{height:100%;margin:1.5rem 0;padding:0 3.75rem 0 0}@media screen and (min-width:64em) and (max-width:89.99875em){.primary-info .product-images{padding:0 3rem 0 0}}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .product-images{margin:1rem 0 1.5rem 0;padding:0 3rem 0 0}}@media screen and (max-width:39.99875em){.primary-info .product-images{margin:.5rem 0 1.5rem 0;padding:0}}.primary-info .product-images .slick-slide{opacity:1}.primary-info .product-images .slider-wrapper{margin:0}.primary-info .product-images .slider-wrapper .main-product-image{margin:0}@media screen and (min-width:90em){.primary-info .product-images .slider-wrapper .main-product-image{padding:0 0 0 1.5rem}}.primary-info .product-images .slider-wrapper .main-product-image .slider-for__item{padding:1.5rem;margin:0 auto;text-align:center}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .product-images .slider-wrapper .main-product-image .slider-for__item{padding:1rem}}@media screen and (max-width:39.99875em){.primary-info .product-images .slider-wrapper .main-product-image .slider-for__item{padding:.5rem}}.primary-info .product-images .slider-wrapper .main-product-image .slider-for__item img{margin:0;padding:0;width:auto;max-width:100%;max-height:42rem;cursor:-webkit-zoom-in;cursor:zoom-in}@media screen and (max-width:39.99875em){.primary-info .product-images .slider-wrapper .main-product-image .slider-for__item img{width:100%}}.primary-info .product-images .slider-wrapper .alt-images{text-align:center}.primary-info .product-images .slider-wrapper .alt-images .slider-nav__item{padding:12px}@media screen and (max-width:63.99875em){.primary-info .product-images .slider-wrapper .alt-images .slider-nav__item{padding:8px}}.primary-info .product-images .slider-wrapper .alt-images .slider-nav__item img{height:auto;width:auto;margin:0 auto}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .product-images .slider-wrapper .alt-images{margin:.75rem 0 0 0}}@media screen and (max-width:39.99875em){.primary-info .product-images .slider-wrapper .alt-images{margin:.5rem 0 0 0;width:100vw;position:relative;left:-1rem}}.primary-info .product-images .slider-wrapper .alt-images .slick-arrow{background:rgba(221,221,221,.5);z-index:100;width:28px;height:28px}.primary-info .product-images .slider-wrapper .alt-images .slick-arrow:active,.primary-info .product-images .slider-wrapper .alt-images .slick-arrow:hover{background:#000}.primary-info .product-images .slider-wrapper .alt-images .slick-arrow:active .arrow-long-icon,.primary-info .product-images .slider-wrapper .alt-images .slick-arrow:hover .arrow-long-icon{background-image:url(/src/assets/img/svg/arrow-long-white-icon.svg)}.primary-info .product-images .slider-wrapper .alt-images .slick-prev{top:50%;left:0;right:auto}.primary-info .product-images .slider-wrapper .alt-images .slick-prev:before{content:''}.primary-info .product-images .slider-wrapper .alt-images .slick-next{top:50%;left:auto;right:0}.primary-info .product-images .slider-wrapper .alt-images .slick-next:before{content:''}.primary-info .product-images .slider-wrapper .alt-images .slick-vertical .slick-prev{top:12px;left:0;right:0;margin:0 auto}.primary-info .product-images .slider-wrapper .alt-images .slick-vertical .slick-next{top:auto;bottom:-12px;left:0;right:0;margin:0 auto}.primary-info .title-price{margin:24px 0 0 0}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .title-price{margin:16px 0 0 0}}@media screen and (max-width:39.99875em){.primary-info .title-price{margin:12px 0 0 0}}.primary-info .title-price .label.promo{position:relative;margin:0 16px 8px 0}@media print,screen and (min-width:64em){.primary-info .title-price .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:18px;line-height:20px;padding:4px 12px 4px 8px}}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .title-price .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:14px;line-height:16px;padding:4px 10px 4px 8px}}@media screen and (max-width:39.99875em){.primary-info .title-price .label.promo{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;font-style:italic;letter-spacing:.3px;font-size:12px;line-height:14px;padding:4px 10px 4px 8px;margin:0 12px 4px 0}}.primary-info .title-price .made-in-usa{display:inline-block}.primary-info .title-price .made-in-usa .icon-flag-usa{display:inline-block;height:17px;width:24px;vertical-align:middle}.primary-info .title-price .made-in-usa .flag-label{display:inline-block;font-size:12px;line-height:16px;font-weight:600;margin:0 0 0 4px;vertical-align:middle}.primary-info .title-price .brand-name{color:#bbb;font-weight:900;font-size:14px;line-height:24px;text-transform:uppercase;margin:0 12px 0 0}@media screen and (max-width:63.99875em){.primary-info .title-price .brand-name{font-size:12px;line-height:24px}}.primary-info .title-price h1{font-size:24px;line-height:30px;font-weight:600;letter-spacing:0;margin:0 0 8px 0}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .title-price h1{font-size:18px;line-height:24px}}@media screen and (max-width:39.99875em){.primary-info .title-price h1{font-size:16px;line-height:22px}}.primary-info .title-price .total-price{display:block;font-size:28px;line-height:32px;font-weight:600;margin:0 0 4px 0}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .title-price .total-price{font-size:20px;line-height:24px}}@media screen and (max-width:39.99875em){.primary-info .title-price .total-price{font-size:18px;line-height:22px}}.primary-info .title-price .total-price.on-sale{display:inline-block;color:#cb111a}.primary-info .title-price .old-price{display:inline-block;color:#777;font-size:18px;line-height:22px;text-decoration:line-through;margin:0 0 0 4px}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .title-price .old-price{font-size:14px;line-height:18px}}@media screen and (max-width:39.99875em){.primary-info .title-price .old-price{font-size:12px;line-height:14px}}.primary-info .title-price .add-to-cart-to-view-price-note,.primary-info .title-price .gold-member-price-note{color:#ce9d00;font-size:14px;line-height:24px;font-weight:700;margin:0 0 4px 0}.primary-info .title-price .add-to-cart-to-view-price-note .bb-tooltip,.primary-info .title-price .gold-member-price-note .bb-tooltip{position:relative;top:-2px}.primary-info .title-price .add-to-cart-to-view-price-note .tooltip-text,.primary-info .title-price .gold-member-price-note .tooltip-text{color:#1c1c1c}.primary-info .title-price .add-to-cart-to-view-price-note{color:#00a241}.primary-info .title-price .affirm-price-result{font-size:14px;line-height:20px;margin:0 0 8px 0;padding:0;height:auto}.primary-info .title-price .affirm-price-result a{font-size:14px;line-height:20px;color:#005cb9;text-decoration:underline;font-weight:500}@media screen and (max-width:39.99875em){.primary-info .title-price .affirm-price-result a{white-space:pre}}.primary-info .additional{margin:0 0 24px 0}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .additional{margin:0 0 16px 0}}@media screen and (max-width:39.99875em){.primary-info .additional{margin:0 0 12px 0}}.primary-info .additional hr{width:100%;background:#ccc;margin:24px auto}@media screen and (max-width:63.99875em){.primary-info .additional hr{margin:16px auto}}.primary-info .additional .stock-info{margin:0 0 8px 0}@media screen and (max-width:39.99875em){.primary-info .additional .stock-info{margin:0 0 4px 0}}.primary-info .additional .stock-info .product-availability-section{display:inline-block}.primary-info .additional .stock-info .product-availability-section .product-availability-instock{font-size:14px;letter-spacing:0;line-height:24px;font-weight:800}.primary-info .additional .stock-info .countdown-timer{display:none;font-size:14px;line-height:24px}.primary-info .additional .stock-info .countdown-timer .countdown-amount,.primary-info .additional .stock-info .countdown-timer .countdown-period{margin-right:3px}.primary-info .additional .part-number{color:#1c1c1c;font-size:14px;letter-spacing:0;line-height:24px;margin:0}.primary-info .additional .part-number span{font-weight:700}.primary-info .additional .part-number span.pipe:before{content:"|";padding:0 8px;font-weight:400}.primary-info .additional .fitment-result-container{margin:0 0 24px}.primary-info .additional .fitment-result-container .validation-message{margin:0 0 12px}.primary-info .additional .fitment-result-container .fitment-message{margin:0}.primary-info .additional .size-chart-link{margin:0 0 24px}.primary-info .additional .size-chart-link a{font-size:12px;line-height:20px;color:#1c1c1c;text-transform:uppercase;font-weight:800;text-decoration:underline}.primary-info .additional .size-chart-link a:active,.primary-info .additional .size-chart-link a:hover,.primary-info .additional .size-chart-link a:link,.primary-info .additional .size-chart-link a:visited{color:#1c1c1c}.primary-info .additional .quickshop_product_detail{margin:12px 0 24px 0}@media screen and (min-width:40em) and (max-width:63.99875em){.primary-info .additional .quickshop_product_detail .button.addToCartButton{padding:12px 16px}}@media screen and (max-width:39.99875em){.primary-info .additional .quickshop_product_detail .button.addToCartButton{width:100%}}.primary-info .additional .rebate-promo{display:block;margin:0 0 16px 0}.primary-info .additional .rebate-promo .icon-dollar-sign{display:inline-block;width:24px;height:24px;vertical-align:middle;margin:0 4px 0 0}.primary-info .additional .rebate-promo .rebate-message{display:inline-block;font-size:14px;line-height:24px;font-weight:600;vertical-align:middle;margin:0 4px 0 0}.primary-info .additional .rebate-promo a{display:inline-block;color:#005cb9;font-size:14px;line-height:24px;vertical-align:middle}.primary-info .additional .wishlist-interact{color:#1c1c1c;font-weight:700;letter-spacing:.6px;font-size:.9rem;line-height:20px;text-transform:uppercase;margin:0 0 1.25rem}.primary-info .additional .wishlist-interact .icon-save-line{display:inline-block;vertical-align:middle;margin:0 9px 0 0}.primary-info .additional .wishlist-interact .wislist-save-button{cursor:pointer}.primary-info .additional .wishlist-interact .added-to-wishlist,.primary-info .additional .wishlist-interact .added-to-wishlist-container{display:none}.primary-info .additional .wishlist-interact .added-to-wishlist a:active,.primary-info .additional .wishlist-interact .added-to-wishlist a:hover,.primary-info .additional .wishlist-interact .added-to-wishlist a:link,.primary-info .additional .wishlist-interact .added-to-wishlist a:visited,.primary-info .additional .wishlist-interact .added-to-wishlist-container a:active,.primary-info .additional .wishlist-interact .added-to-wishlist-container a:hover,.primary-info .additional .wishlist-interact .added-to-wishlist-container a:link,.primary-info .additional .wishlist-interact .added-to-wishlist-container a:visited{color:#1c1c1c}.primary-info .additional .product-specifics{margin:16px 0 0 0}.primary-info .additional .product-specifics ul{list-style:none;margin-left:0}.primary-info .additional .product-specifics ul li{color:#1c1c1c;font-size:14px;line-height:20px;margin:8px 0}.primary-info .additional .product-specifics ul li .icon-truck{display:inline-block;width:20px;height:20px;vertical-align:sub;margin:0 8px 0 0}.primary-info .additional .product-specifics ul li.additional-freight-charge .bb-tooltip{top:-2px}.primary-info .additional .product-specifics ul li.free-shipping{color:#00a241}.primary-info .additional .product-specifics ul li.free-shipping .icon-truck-green{display:inline-block;width:20px;height:20px;vertical-align:sub;margin:0 8px 0 0}.primary-info .additional .product-specifics ul li.free-shipping span{font-weight:700}.primary-info .additional .product-specifics ul li.free-rpm-shipping{color:#000}.primary-info .additional .product-specifics ul li.free-rpm-shipping .icon-rpm{display:inline-block;width:16px;height:20px;vertical-align:sub;margin:0 8px 0 0}.primary-info .additional .product-specifics ul li.free-rpm-shipping span{font-weight:700;color:#36b37e}.primary-info .additional .product-specifics ul li.free-rpm-shipping i{vertical-align:baseline}.primary-info .additional .product-specifics ul li.free-exchange .icon-exchange{display:inline-block;width:22px;height:18px;vertical-align:sub;margin:0 8px 0 0}.primary-info .additional .product-specifics ul li.free-exchange a{text-decoration:underline;color:#1c1c1c}.primary-info .additional .product-availability-section .fa-check{display:none}.pdp-product-details{display:block}.pdp-product-details .tabs-wrapper .tabs-content{padding:2.25rem 0 0 0}@media screen and (min-width:40em) and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .tabs-content{padding:1rem 0 0 0}}@media screen and (max-width:39.99875em){.pdp-product-details .tabs-wrapper .tabs-content{padding:0}}.pdp-product-details .tabs-wrapper .tabs-content h3{font-size:24px;line-height:30px;font-weight:600;margin:0 0 12px 0}@media screen and (min-width:40em) and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .tabs-content h3{font-size:20px;line-height:26px}}@media screen and (max-width:39.99875em){.pdp-product-details .tabs-wrapper .tabs-content h3{font-size:18px;line-height:24px}}.pdp-product-details .tabs-wrapper .tabs-content .content-description{position:relative}.pdp-product-details .tabs-wrapper .tabs-content .content-description .spec-sku_description{font-size:16px;line-height:22px}.pdp-product-details .tabs-wrapper .tabs-content .content-description .spec-sku_description p{font-size:16px;line-height:22px;margin:0;padding:12px 0 0 0}.pdp-product-details .tabs-wrapper .tabs-content .content-description .read-more-overlay{opacity:0;height:0}.pdp-product-details .tabs-wrapper .tabs-content .content-description .show-read-more{opacity:1}@media screen and (min-width:40em) and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .tabs-content .content-description .show-read-more{height:60px}}.pdp-product-details .tabs-wrapper .tabs-content .content-description .button.read-more-button-v2{margin:24px 0 0 0}.pdp-product-details .tabs-wrapper .tabs-content .description-image{min-height:auto;margin:0 3rem;padding:1.5rem}@media screen and (min-width:64em) and (max-width:89.99875em){.pdp-product-details .tabs-wrapper .tabs-content .description-image{margin:0 0 0 1.5rem;padding:1.5rem}}@media screen and (min-width:40em) and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .tabs-content .description-image{margin:0 0 0 1.5rem;padding:1rem}}.pdp-product-details .tabs-wrapper .tabs-content .description-image img{display:block;margin:auto}@media screen and (min-width:90em){.pdp-product-details .tabs-wrapper .tabs-content .description-image img{max-height:432px}}@media screen and (min-width:64em) and (max-width:89.99875em){.pdp-product-details .tabs-wrapper .tabs-content .description-image img{max-height:416px}}@media screen and (min-width:40em) and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .tabs-content .description-image img{max-height:304px}}.pdp-product-details .tabs-wrapper .fitment-models-list{padding:0 0 0 24px}@media screen and (max-width:39.99875em){.pdp-product-details .tabs-wrapper .fitment-models-list{padding:0}}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item{border-bottom:1px solid #ccc}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item:last-child{border-bottom:none}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item a{color:#1c1c1c}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item a:before{margin-top:-.85rem}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item a h4{display:inline-block;font-size:14px;line-height:24px;font-weight:900;letter-spacing:0;text-transform:uppercase}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item .accordion-content ul{margin:0}.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item .accordion-content ul li{padding:0 16px 0 0}@media screen and (max-width:63.99875em){.pdp-product-details .tabs-wrapper .fitment-models-list .accordion-item .accordion-content ul li{padding:0}}@media screen and (max-width:39.99875em){.pdp-product-details .off-canvas .top-bar{position:-webkit-sticky;position:sticky;top:0;height:60px;width:100%;z-index:1310}.pdp-product-details .off-canvas .top-bar .nav-box{height:60px;width:60px;padding:12px}.pdp-product-details .off-canvas .top-bar .nav-box.icon-arrow-standard-left{height:36px;width:36px;-webkit-filter:invert(1);filter:invert(1);margin-left:12px}.pdp-product-details .off-canvas .top-bar h6{position:relative;color:#fff;font-weight:900;font-size:16px;line-height:36px;text-transform:uppercase;letter-spacing:.6px;text-align:center;width:auto}.pdp-product-details .off-canvas .top-bar .close-button{position:relative}.pdp-product-details .off-canvas .top-bar .close-button::after,.pdp-product-details .off-canvas .top-bar .close-button::before{background:#fff}.pdp-product-details .off-canvas .canvas-content-wrapper{padding:24px}.pdp-product-details .off-canvas .canvas-content-wrapper .description-image{margin:0 0 24px 0;padding:8px}.pdp-product-details .off-canvas .canvas-content-wrapper .description-image img{width:100%}}.inventory-details{width:100%}.inventory-details .refresh-section{width:330px;background:#2ada71;margin:0 0 24px 0;padding:8px 16px}.inventory-details .refresh-section h4{font-size:14px;line-height:20px;color:#1c1c1c;font-weight:800;float:none;font-style:normal}.inventory-details .refresh-section a{text-decoration:underline;font-size:14px;line-height:20px;color:#1c1c1c}.inventory-details .warehouse-locations{margin:0 24px 0 0}.inventory-details table{border:none;color:#1c1c1c;line-height:24px}.inventory-details table thead{background:#fff;text-transform:uppercase;border:none;font-weight:900;font-size:14px}.inventory-details table thead th{border:none;padding:.75rem 1.5rem;font-weight:900}.inventory-details table tbody{border:none}.inventory-details table tbody tr{font-size:16px}.inventory-details table tbody tr:nth-child(even){background:#fff}.inventory-details table tbody tr:nth-child(odd){background:#f6f6f6}.inventory-details table tbody td{padding:.75rem 1.5rem}.rich-relevance-section{background:#f6f6f6;margin:0}.rich-relevance-section h2{margin:0 0 4px 0}.rich-relevance-section h3{margin:0 0 16px 0}.icon-wrench{display:inline-block;position:relative;width:20px;height:20px;vertical-align:middle}.helmet-sizing-chart.reveal{width:auto}@media screen and (max-width:63.99875em){.sizing-chart-content{margin-top:60px}}.product-info-sticky{top:0;background:#fff;margin:60px 0 0 0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.product-info-sticky.sticky.is-stuck{z-index:840}.product-info-sticky .grid-container{padding:12px 24px}@media screen and (min-width:40em) and (max-width:63.99875em){.product-info-sticky .grid-container{padding:8px 16px}}.product-info-sticky .product-image{width:60px;height:60px}.product-info-sticky .product-image img{margin:auto;max-width:60px;max-height:60px}.product-info-sticky h2{font-size:18px;line-height:24px;font-weight:600}.product-info-sticky .price-details{display:block;margin:0 12px 0 0}.product-info-sticky .price-details .total-price{display:inline-block;margin:4px 0 4px 0;font-size:20px;line-height:24px;font-weight:700}.product-info-sticky .price-details .total-price.on-sale{color:#cb111a}.product-info-sticky .price-details .old-price{display:inline-block;color:#777;font-size:12px;line-height:24px;font-weight:500;text-decoration:line-through;margin:0 0 0 4px}.product-info-sticky .price-details .add-to-cart-to-view-price-note,.product-info-sticky .price-details .gold-member-price-note{display:inline-block;margin:0 0 4px 0;color:#ce9d00;font-size:14px;line-height:24px;font-weight:700;margin:0 0 0 4px}.product-info-sticky .price-details .add-to-cart-to-view-price-note a,.product-info-sticky .price-details .gold-member-price-note a{color:#ce9d00;text-decoration:underline}.product-info-sticky .price-details .add-to-cart-to-view-price-note{color:#00a241}.product-info-sticky .price-details .regular-price{display:inline-block;color:#1c1c1c;font-size:16px;line-height:20px;font-weight:700}.product-info-sticky .stock-info{display:inline-block}.product-info-sticky .stock-info .product-availability-section{display:inline-block}.product-info-sticky .stock-info .product-availability-section .product-availability{font-size:14px;line-height:20px}.product-info-sticky .stock-info .product-availability-section .product-availability-instock{font-size:14px;line-height:20px;letter-spacing:0;font-weight:800}@media screen and (min-width:40em) and (max-width:63.99875em){.product-info-sticky .stock-info .product-availability-section .product-availability-instock{font-size:12px;line-height:16px}}.product-info-sticky .stock-info .countdown-timer{display:none;font-size:14px;line-height:20px}@media screen and (min-width:40em) and (max-width:63.99875em){.product-info-sticky .stock-info .countdown-timer{font-size:12px;line-height:16px}}.product-info-sticky .stock-info .countdown-timer .countdown-amount,.product-info-sticky .stock-info .countdown-timer .countdown-period{margin-right:3px}.rpm-tile{font-family:Muli;margin:12px 0 12px 0;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.rpm-member{background:#fff;border-radius:3px;border:1px solid #ccc}.rpm-nonmember{border-radius:3px;color:#333;background-color:#e2e2e2}.rpm-nonmember-pricing .rpm-total-price{font-family:Lato,sans-serif!important;font-size:24px;font-weight:700;color:#333;margin:auto}.rpm-member-pricing .rpm-total-price{font-family:Lato,sans-serif!important;font-size:24px;font-weight:700;color:#cb111a}.rpm-tile .rpm-nonmember-pricing{margin:16px 16px 0 auto;-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}@media screen and (max-width:600px){.rpm-nonmember-pricing{max-width:100px}}.rpm-tile .rpm-member-pricing{margin:16px auto 0 16px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.rpm-tile .rpm-old-price{display:inline-block;color:#777;font-size:18px;line-height:22px;text-decoration:line-through;margin:auto auto auto 8px}.rpm-tile .rpm-logo{margin:16px 16px 0 16px;width:144px;height:40px;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.rpm-nonmember .rpm-note{margin-left:8px}.rpm-nonmember-savings{font-weight:700;font-size:14px;font-style:italic;color:#00a241;float:left;margin-top:auto;margin-bottom:auto;margin-left:8px}.rpm-member-savings{color:#1c1c1c;font-family:Muli;font-size:14px;font-weight:400;margin-top:8px;margin-bottom:12px;margin-left:16px;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.rpm-savings-green{color:#00a241;font-family:Muli;font-size:14px;font-weight:700}.rpm-tile .rpm-addl-info{margin:8px 16px 12px 16px;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.rpm-nonmember .rpm-join-rpm{float:left;font-size:14px;font-weight:600;margin-bottom:8px}.rpm-member-shipping{font-size:12px;font-weight:600;color:#333;margin:auto}.icon-truck{display:inline-block;width:20px;height:20px;vertical-align:sub;margin:0 8px 0 0}.rpm-total-in-cart{font-family:Lato,sans-serif!important;font-size:14px;font-weight:700;color:#fff}.rpm-learn-more-button{font-size:14px;font-weight:600;color:#1c1c1c;cursor:pointer;text-decoration:underline}.icon-resize{position:absolute;right:24px;margin:8px 0 0 0;z-index:100;background-color:rgba(221,221,221,.5);background-position:center;border:1px solid #ccc}.mobile-product-image.position-bottom{height:auto;overflow:visible}.mobile-product-image .close-button{z-index:100;right:24px;top:-24px;width:40px;height:40px;background:#fff;border:1px solid #1c1c1c}.mobile-product-image .close-button span{height:28px;font-size:3rem;line-height:20px}.mobile-product-image .icon-pinch-zoom{position:absolute;top:16px;left:16px;z-index:100;background-color:rgba(221,221,221,.5);background-position:center;border:1px solid #ccc}.mobile-product-image .main-product-image .slider-for__item{padding:24px}.mobile-product-image .main-product-image .slider-for__item img{width:100%}.mobile-product-image .main-product-image .slick-next,.mobile-product-image .main-product-image .slick-prev{z-index:100;background:rgba(221,221,221,.5);height:28px;width:28px}.mobile-product-image .main-product-image .slick-next .arrow-long-icon,.mobile-product-image .main-product-image .slick-prev .arrow-long-icon{vertical-align:bottom;height:28px}.mobile-product-image .main-product-image .slick-next:active,.mobile-product-image .main-product-image .slick-next:hover,.mobile-product-image .main-product-image .slick-prev:active,.mobile-product-image .main-product-image .slick-prev:hover{background:#000}.mobile-product-image .main-product-image .slick-next:active .arrow-long-icon,.mobile-product-image .main-product-image .slick-next:hover .arrow-long-icon,.mobile-product-image .main-product-image .slick-prev:active .arrow-long-icon,.mobile-product-image .main-product-image .slick-prev:hover .arrow-long-icon{background-image:url(/src/assets/img/svg/arrow-long-white-icon.svg)}.mobile-product-image .main-product-image .slick-next:before{content:''}.mobile-product-image .main-product-image .slick-prev:before{content:''}.mobile-product-image .alt-images{margin:0 0 1rem 0}.mobile-product-image .alt-images .draggable{padding:0 50px 0 0}.mobile-product-image .alt-images .slider-nav__item{padding:8px}span.rating-star-off,span.rating-star-on{font-size:1.25rem}.rating-overview{background-color:#2ada71}.avg-rating{color:#1c1c1c;font-family:Muli,sans-serif;font-size:72px;font-weight:800;letter-spacing:-1.2px;text-align:right;line-height:90px}.rating-star-off,.rating-star-on{color:#1c1c1c}@media screen and (max-width:39.99875em){.load-more-reviews-button .button{padding:12px 16px;font-size:.75rem;line-height:1rem;letter-spacing:.6px}}@media screen and (max-width:39.99875em){.write-a-review-button .button{padding:12px 16px;font-size:.75rem;line-height:1rem;letter-spacing:.6px}}@media screen and (max-width:39.99875em){.write-a-review-button .arrow-long-icon{height:16px;width:22px;margin:0 0 0 .75rem}}.no-review-tagline{font-size:1rem;text-transform:capitalize;font-weight:900}.rating-breakdown-title{text-transform:uppercase;font-weight:800;line-height:1.5rem;font-size:1rem;margin-bottom:1em}.rating-star-bar-title{text-transform:uppercase;font-weight:900;margin-top:.5rem;margin-bottom:.5rem;letter-spacing:1px}.rating-star-bar-outer{height:6px;width:100%;border-radius:0 3px 3px 0;background-color:#767677}.rating-star-bar-inner{height:6px;background-color:#2ada71}.rating-star-bar-count{font-weight:600;font-size:.75rem;line-height:1rem;margin-top:.5rem;margin-bottom:.5rem}.review-comment-v2{display:none;border-bottom:1px solid #1c1c1c;padding-bottom:10px}.review-comment-stars{line-height:.75rem}.review-comment-date{font-size:.75rem;color:#777;line-height:1.25rem}.review-header{font-size:1em;font-weight:900;color:#1c1c1c;text-transform:uppercase}.review-comment-text{font-size:.875rem;line-height:1.125rem}.readmore{font-weight:700;text-decoration:underline;cursor:pointer}.review-username{font-size:.75rem;color:#1c1c1c;line-height:1.25rem;font-weight:800}.review-close-button.close-button{z-index:4;right:24px;top:-20px;width:40px;height:40px;background:#fff;border:1px solid #1c1c1c;position:absolute;cursor:pointer}.review-close-button.close-button span{height:28px;font-size:3rem;line-height:1.25rem}.product-review-form{border:1px solid #1c1c1c;padding:15px;position:relative;margin-top:30px}.review-form-result{background-color:#eee;padding:4px 4px 12px 4px}h4.review-form-title{text-transform:uppercase;font-weight:900;margin-bottom:36px;font-size:1.75rem}.review-form-headline{text-transform:uppercase;font-weight:900}.review-form-label{font-size:.875rem;font-weight:900;text-transform:uppercase;font-family:Muli,sans-serif;line-height:1.25rem}.review-form-label .required{color:#cb111a}input.review-form-header,textarea.review-form-textarea{background-color:#f9f9f9!important;-webkit-box-shadow:none;box-shadow:none;border:none;resize:vertical;border-bottom:1px solid #ccc;font-size:.875rem}input.review-form-header:focus,input.review-form-header:hover,textarea.review-form-textarea:focus,textarea.review-form-textarea:hover{border:none;border-bottom:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none}.star-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:1.25rem;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;padding:0 .2em;text-align:center;width:5em}.star-rating input{display:none}input[type=radio]+label.star{color:#1c1c1c;cursor:pointer;padding:0;position:unset;font-size:1.25rem;line-height:1.25rem}input[type=radio]+label.star:before{display:none}input[type=radio]+label.star:after{display:inline-block;content:'☆'}.star-rating :checked~label.star{color:#1c1c1c}.star-rating :checked~label.star:before{display:none}.star-rating :checked~label.star:after{display:inline-block;content:'★';position:relative;top:0;left:0;border:none}.star-rating label.star:hover,.star-rating label.star:hover~label.star{color:#fbb701}button .arrow-long-icon{height:15px}@media print,screen and (min-width:40em){.tabs-wrapper .tabs{display:block;border:none;border-bottom:#1c1c1c solid 1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tabs-wrapper .tabs .tabs-title{text-transform:uppercase;text-align:center}.tabs-wrapper .tabs .tabs-title>a{color:#bbb;font-weight:800;font-size:14px;line-height:24px;letter-spacing:.6px}.tabs-wrapper .tabs .tabs-title>a:hover{color:#999}.tabs-wrapper .tabs .tabs-title>a:focus,.tabs-wrapper .tabs .tabs-title>a[aria-selected=true]{background:#fff;color:#1c1c1c;border-bottom:#cb111a solid 3px}.tabs-wrapper .tabs-panel{padding:0}.tabs-wrapper .mobile-menu{display:none}}@media screen and (max-width:39.99875em){.tabs-wrapper .tabs{display:none;border:none}.tabs-wrapper .tabs-content{border:none;display:block}.tabs-wrapper .tabs-panel{display:block;padding:0}.tabs-wrapper .tabs-panel .off-canvas.is-transition-overlap{z-index:1300}.tabs-wrapper .tabs-panel .top-bar{color:#fff;text-transform:uppercase;z-index:1310}.tabs-wrapper .tabs-panel .top-bar .grid-x{width:100%}.tabs-wrapper .tabs-panel .top-bar .chevron{width:10px;height:10px;margin:1rem}.tabs-wrapper .mobile-menu{display:block;list-style-type:none;margin:0 0 1rem}.tabs-wrapper .mobile-menu li{border-bottom:#bbb solid 1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tabs-wrapper .mobile-menu li:last-child{border-bottom:none}.tabs-wrapper .mobile-menu li a{color:#1c1c1c;font-size:16px;line-height:20px;font-weight:900;text-transform:uppercase;width:100%;padding:12px 0}.tabs-wrapper .mobile-menu li a .icon-arrow-standard-right{height:24px;width:24px;float:right}}.product-video .video-player{position:relative;padding-bottom:52.25%;padding-top:30px;height:0}.product-video .video-player .youtube{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;border:none;max-width:720px;max-height:400px}.video-carousel .slick-slide{width:100%}@media print,screen and (min-width:64em){.video-carousel .slick-slide{max-width:720px;max-height:400px}}@media screen and (min-width:40em) and (max-width:63.99875em){.video-carousel .slick-slide{max-width:512px;max-height:284px}}@media screen and (max-width:39.99875em){.video-carousel .slick-slide{max-width:324px;max-height:180px}}.video-carousel .carousel-item{padding:0;margin:0;max-width:100%}.video-carousel .carousel-item .video-player{position:relative;padding-bottom:52.25%;padding-top:28px;height:0}@media screen and (min-width:40em) and (max-width:63.99875em){.video-carousel .carousel-item .video-player{padding-bottom:51.25%;padding-top:26px}}@media screen and (max-width:39.99875em){.video-carousel .carousel-item .video-player{padding-bottom:50.25%;padding-top:20px}}.video-carousel .carousel-item .video-player .youtube{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;border:none}.video-carousel .carousel-item .video-player .youtube.iframe-cover{z-index:100;opacity:0}.video-carousel .slick-dots{position:static;margin:24px 0}@media screen and (max-width:39.99875em){.video-carousel .slick-dots{margin:1rem 0 0}}.video-carousel .slick-dots li{list-style:none;background:#ddd;display:inline-block;width:48px;height:4px;margin:0 1px}@media screen and (min-width:90em){.video-carousel .slick-dots li:last-child{display:none}}@media screen and (min-width:135em){.video-carousel .slick-dots li:nth-last-child(-n+2){display:none}}@media screen and (min-width:180em){.video-carousel .slick-dots li:nth-last-child(-n+3){display:none}}@media screen and (max-width:39.99875em){.video-carousel .slick-dots li{width:36px}}.video-carousel .slick-dots li button,.video-carousel .slick-dots li button::before{color:#bbb;opacity:0}.video-carousel .slick-dots li.slick-active{background:#666;opacity:.8;cursor:pointer}@media print,screen and (min-width:64em){.video-carousel .slick-dots li:hover{background:#666;opacity:.8;cursor:pointer}}@media screen and (min-width:90em){.grid-container.full.number-of-videos-2{max-width:1440px}.grid-container.full.number-of-videos-2 .slick-dots li{display:none}}@media screen and (min-width:135em){.grid-container.full.number-of-videos-3{max-width:2160px}.grid-container.full.number-of-videos-3 .slick-dots li{display:none}}@media screen and (min-width:180em){.grid-container.full.number-of-videos-3{max-width:2880px}.grid-container.full.number-of-videos-3 .slick-dots li{display:none}}.canvas-content-wrapper{display:block}.canvas-content-wrapper .validation-message{margin:24px 0 0 0}@media screen and (max-width:39.99875em){.canvas-content-wrapper .validation-message{margin:0}}.canvas-content-wrapper .fitment-inline{margin:16px 0}@media screen and (max-width:39.99875em){.canvas-content-wrapper .fitment-inline{padding:4px}}.canvas-content-wrapper .fitment-inline .fitment-message-success p{font-size:24px}.canvas-content-wrapper .fitment-inline .fitment-message-success .modal-bike-name{font-size:14px}.canvas-content-wrapper .fitment-inline .fitment-button{padding:20px;text-align:center}.canvas-content-wrapper .fitment-inline .fitment-button .check-fit{margin:0 8px;font-size:24px;line-height:24px}@media screen and (max-width:39.99875em){.canvas-content-wrapper .fitment-inline .fitment-button .check-fit{font-size:20px;line-height:20px}}.canvas-content-wrapper .fitment-inline .fitment-button .select-your-bike{font-size:14px;line-height:20px}.canvas-content-wrapper .fitment-inline .icon-wrench{width:24px;height:24px;vertical-align:top}.canvas-content-wrapper .garage-plug-container{margin:16px 0 0}.canvas-content-wrapper .garage-plug-container .my-garage-button{display:table;width:auto;padding:2px 24px;margin:.5rem 0 1rem 0}.canvas-content-wrapper .garage-plug-container .my-garage-button .my-garage-text{padding:0 0 0 12px}.canvas-content-wrapper .fitment-note-section{background:#eee;padding:8px 12px;margin:16px 0 0;border:1px solid #005cb9;border-radius:3px;width:100%}.canvas-content-wrapper .fitment-note-section .fitment-note-title{color:#1c1c1c;text-transform:uppercase;font-size:12px;line-height:20px;font-weight:900}.canvas-content-wrapper .fitment-note-section .fitment-item{padding:0;margin:4px 0;font-size:12px;line-height:16px;word-break:break-word}.canvas-content-wrapper .fitment-questions{background:#e3e3e3;text-align:left;margin:16px 0 0 0;padding:20px 24px}@media screen and (max-width:39.99875em){.canvas-content-wrapper .fitment-questions{margin:0 0 48px 0}}.canvas-content-wrapper .fitment-questions h2{font-size:20px;line-height:24px;text-transform:uppercase;font-weight:900;letter-spacing:0;margin:0 0 8px 0}.canvas-content-wrapper .fitment-questions p{font-size:14px;line-height:20px;margin:0 0 8px 0}.canvas-content-wrapper .fitment-questions .button{background:#fff;margin:8px 16px 0 0}@media screen and (max-width:63.99875em){.canvas-content-wrapper .fitment-accordion{margin:1rem 0}}.canvas-content-wrapper .fitment-accordion li{padding:12px 0;margin:0;border-bottom:solid 1px #ddd}.canvas-content-wrapper .fitment-accordion li a{color:#1c1c1c}.canvas-content-wrapper .fitment-accordion li a:active,.canvas-content-wrapper .fitment-accordion li a:hover,.canvas-content-wrapper .fitment-accordion li a:link,.canvas-content-wrapper .fitment-accordion li a:visited{color:#1c1c1c}.canvas-content-wrapper .fitment-accordion li a h3{display:inline-block;font-family:Muli,sans-serif;font-size:14px;text-transform:uppercase;line-height:20px;font-weight:900;width:90%}.canvas-content-wrapper .fitment-accordion li a .chevron{float:right;width:10px;height:10px;margin:-2px 12px;border-top:2px solid #000;border-right:2px solid #000}.canvas-content-wrapper .fitment-accordion li:last-of-type{border-bottom:none}.canvas-content-wrapper .fitment-accordion .accordion-content{margin:6px 0}.canvas-content-wrapper .fitment-accordion .accordion-content .grid-padding-x{margin:0}.canvas-content-wrapper .fitment-accordion .accordion-content li{font-size:14px;line-height:24px;padding:6px;border-bottom:none}.notes-container h4{font-size:16px;line-height:24px;font-weight:900;text-transform:uppercase;margin:0 0 8px 0}.notes-container p{font-size:16px;line-height:22px}.table-row{background-color:#f6f6f6;font-size:16px;line-height:24px;padding:.75rem 1.5rem}@media screen and (max-width:39.99875em){.table-row{font-size:14px;line-height:20px}}.table-row:nth-child(even){background-color:#fff}.spec-table{margin:24px 0 0 0}.spec-table .spec-item{background-color:#f6f6f6;padding:12px 24px;width:calc(100% / 2 - .75rem)}@media screen and (max-width:39.99875em){.spec-table .spec-item{width:100%}}.spec-table .spec-item:nth-child(odd){margin:0 1.5rem 0 0}@media screen and (max-width:39.99875em){.spec-table .spec-item:nth-child(odd){margin:0}}.spec-table .spec-item:nth-child(even){margin:0}.spec-table .spec-item .spec-term{display:inline-block;color:#777;font-size:16px;line-height:24px;margin:0 4px 0 0}.spec-table .spec-item .spec-details{display:inline-block;color:#1c1c1c;font-size:16px;line-height:24px}.spec-table .spec-item .spec-details a{text-decoration:underline;color:#1c1c1c}@media print,screen and (min-width:40em){.spec-table .spec-item:nth-child(4n),.spec-table .spec-item:nth-child(4n-1){background-color:#fff}}@media screen and (max-width:39.99875em){.spec-table .spec-item:nth-child(even){background-color:#fff}}@media screen and (max-width:39.99875em){.pdp-resources .table-row{padding:8px 16px}}.pdp-resources .icon-file-audio,.pdp-resources .icon-file-pdf,.pdp-resources .icon-file-sound,.pdp-resources .icon-file-video{display:inline-block;height:36px;width:36px;vertical-align:middle;margin:0 24px 0 0}@media screen and (max-width:39.99875em){.pdp-resources .icon-file-audio,.pdp-resources .icon-file-pdf,.pdp-resources .icon-file-sound,.pdp-resources .icon-file-video{height:28px;width:28px;margin:0 12px 0 0}}.pdp-resources .pdp-resource-link{font-size:16px;line-height:36px;color:#1c1c1c;text-decoration:underline;vertical-align:middle}.store-inventory{font-size:1rem}.store-inventory a{font-size:.9rem;text-decoration:underline;float:right}.gold-club-sign-up{background:#1c1c1c;color:#e8b923;padding:2.25rem 0}.gold-club-sign-up p{font-size:1.75rem;line-height:1.875rem;font-weight:800;letter-spacing:-.8px;margin:0;padding:0 2rem;text-transform:uppercase}@media screen and (max-width:63.99875em){.gold-club-sign-up p{font-size:1.5rem;line-height:26px;letter-spacing:-.69px}}.gold-club-sign-up .button{background:#e8b923;color:#1c1c1c;text-transform:uppercase}@media screen and (max-width:63.99875em){.gold-club-sign-up .button{margin:2.1rem 2rem}}.gold-club-sign-up .button a:visited{color:#1c1c1c}.product-notification-section{margin:auto}.product-notification-section .button.large{font-size:14px}@media screen and (max-width:39.99875em){.product-notification-section .button.large{width:100%}}@media screen and (max-width:63.99875em){.reveal.out-of-stock{padding:0;z-index:1300}}.reveal.out-of-stock .reveal-header{height:60px;padding:0 .5rem}.reveal.out-of-stock .reveal-header h2{font-family:Muli,sans-serif;font-size:24px;line-height:36px;font-weight:900;text-transform:uppercase}.reveal.out-of-stock .reveal-header .close-button{position:absolute;top:0;right:0}.reveal.out-of-stock .product-image{display:block;padding:12px}@media screen and (max-width:63.99875em){.reveal.out-of-stock .product-image{margin:72px 24px 0 24px}}.reveal.out-of-stock .product-image img{margin:0 auto}@media screen and (max-width:63.99875em){.reveal.out-of-stock .product-image img{padding:1.5rem}}.reveal.out-of-stock .product-info{padding:1rem}.reveal.out-of-stock .product-info h5{font-family:Muli,sans-serif;font-size:20px;line-height:28px;font-weight:600;margin:0 0 8px 0}.reveal.out-of-stock .product-info .group{margin:8px 0}.reveal.out-of-stock .product-info .group-title{text-transform:uppercase;font-weight:900;color:#1c1c1c;line-height:20px}.reveal.out-of-stock .product-info .group-value{font-weight:600;color:#777;line-height:20px}.reveal.out-of-stock .product-info button.button{font-size:14px}@media screen and (max-width:63.99875em){.reveal.out-of-stock .product-info button.button{width:100%}}.reveal.out-of-stock .product-info p{font-size:14px;line-height:20px;margin:24px 0}.bike-picker-loader{background:#fff;margin:0;padding:12px 0}.garage-add-to-cart-container{background:#fff;margin:0;border-bottom:solid 1px #ddd}.garage-product-card-container{position:relative;border:1px solid #1c1c1c;padding:24px 24px 20px 16px;margin:42px 24px 28px;width:100%;max-width:672px}@media screen and (max-width:39.99875em){.garage-product-card-container{padding:30px 16px 16px;margin:38px 16px 24px}}.garage-product-card-container img{max-width:104px;padding:0 24px 0 0}@media screen and (max-width:39.99875em){.garage-product-card-container img{padding:0 16px 0 0}}.garage-product-card-container .validation-message{position:absolute;top:-15px;border-radius:0;left:12px}.garage-product-card-container .validation-message span{font-weight:700}.garage-product-card-container .validation-message span.fitment{font-weight:900}.garage-product-card-container .validation-message.will-fit{border:1px solid #1c1c1c}.garage-product-card-container .validation-message.will-not-fit{background:#fef1f1}.garage-product-card-container .fitment-info-container{padding:0 24px 0 0}@media screen and (max-width:39.99875em){.garage-product-card-container .fitment-info-container{padding:0 0 12px}}.garage-product-card-container .product-title{font-size:18px;line-height:24px;font-weight:600;text-align:left;margin:4px 0 4px 0}@media screen and (max-width:39.99875em){.garage-product-card-container .product-title{font-size:14px;line-height:18px}}.garage-product-card-container .price-details{display:block;margin:0 12px 0 0;text-align:left}.garage-product-card-container .price-details .total-price{display:inline-block;margin:4px 0 4px 0;font-size:20px;line-height:24px;font-weight:700}.garage-product-card-container .price-details .total-price.on-sale{color:#cb111a}.garage-product-card-container .price-details .old-price{display:inline-block;color:#777;font-size:12px;line-height:24px;font-weight:500;text-decoration:line-through;margin:0 0 0 4px}.garage-product-card-container .price-details .add-to-cart-to-view-price-note,.garage-product-card-container .price-details .gold-member-price-note{display:inline-block;margin:0 0 4px 0;color:#ce9d00;font-size:14px;line-height:24px;font-weight:700;margin:0 0 0 4px}.garage-product-card-container .price-details .add-to-cart-to-view-price-note a,.garage-product-card-container .price-details .gold-member-price-note a{color:#ce9d00;text-decoration:underline}.garage-product-card-container .price-details .add-to-cart-to-view-price-note{color:#00a241}.garage-product-card-container .price-details .regular-price{display:inline-block;color:#1c1c1c;font-size:16px;line-height:20px;font-weight:700}.garage-product-card-container .fitment-message{text-align:left;font-size:14px;line-height:18px;margin:4px 0 0 0;padding:0}@media screen and (max-width:39.99875em){.garage-product-card-container .fitment-message{font-size:12px;line-height:16px}}.garage-product-card-container .fitment-message.select-options{clear:both;color:#00a241}.garage-product-card-container .fitment-message.already-selected-options{clear:both;font-size:12px}.garage-product-card-container .fitment-message.already-selected-options .group-title{text-transform:uppercase}.garage-product-card-container .fitment-message.already-selected-options .group-value{font-weight:600;color:#777}.garage-product-card-container .fitment-message span:nth-of-type(1){font-weight:900}.garage-product-card-container .button{font-size:12px}@media screen and (max-width:39.99875em){.garage-product-card-container .button{float:left}}.garage-product-card-container .button .arrow-long-icon{height:16px;margin:0 0 0 8px}
