.t-site-header {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}

.t-site-header__top-navigation {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.8125rem;
    z-index: 101;
}

.t-site-header__message {
    display: inline-block;
    padding-bottom: 0.5em;
    padding-left: 1em;
}

@media (min-width: 48em) {
    .t-site-header__message {
        padding-bottom: 0;
    }
}

.t-site-header__links a:hover {
    text-decoration: none;
    opacity: 0.75;
    transition: 0.3s;
}

.t-site-header__basket-link-quantity {
    margin-left: 0.25em;
    padding: 0.25em 0.75em;
}

.t-site-header__masthead {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.875rem;
}

.t-site-header__logo {
    margin-bottom: 0;
}

.t-site-header__store-name {

}

.t-site-header__store-tagline {

}

.t-site-header__search-form {
    position: relative;
}

.t-site-header__search-form, .t-site-header__search-form .c-form-list__item {
    margin-bottom: 0;
}

.t-site-footer {
    padding-top: 1rem;
}

.t-site-footer__content, .t-site-footer__disclaimer {
    padding-top: 2em;
    padding-bottom: 2em;
}

.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]), .t-site-footer__disclaimer {
    font-size: 0.875rem;
}

.t-site-footer__disclaimer a {
    color: #fff;
}

.t-global-footer-social-links .c-menu__link {
    padding: 1em;
}

.t-global-footer-social-links .c-menu__link:hover {
    text-decoration: none;
    opacity: 0.75;
}

@media (min-width: 48em) {
    .t-site-footer {
        padding-top: 4rem;
    }

    .t-site-footer__content, .t-site-footer__disclaimer {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

.t-featured-products {
    margin-bottom: 2rem;
    padding-top: 3rem;
}

#qna-questions div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

#qna-questions .qna-questions {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.qna-question, .qna-asked-by, .qna-unanswered, .qna-answer-dates, .qna-answered {
    padding: 0.5rem 0.75rem;
}

.qna-answered, .qna-unanswered {
    font-weight: 900;
}

.qna-asked-by, .qna-answer-dates {
    display: block;
    font-size: 0.75rem;
    padding: 0 0 0.25rem 0;
    text-transform: uppercase;
}

.qna_q, .qna_a {
    color: #FFF;
    float: left;
    font-size: 14px;
    font-weight: 900;
    margin-right: 0.5rem;
    padding: 1.5rem 2rem;
}

.qna_q {
    background: #000000;
}

.qna_a {
    background: #D7282F;
}

.qna_question, .qna_answered {
    float: left;
}

#show_qna_form_label {
    cursor: pointer;
    text-decoration: underline;
}

#pq_form {
    display: none;
}

#qna_form input:checked~ #pq_form {
    display: block;
}

#qna-pagination {
    list-style: none;
    text-align: right;
}

#qna-pagination li {
    display: inline-block;
}

.t-product-qna__fields, .fields1 {
    display: flex;
    flex-direction: column;
}

@media screen and ( min-width: 540px ) {
    .t-product-qna__fields, .fields1 {
        flex-direction: row;
    }
}

#qna_form div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qna__form-row {
    clear: both;
    margin-bottom: 10px;
}

.qna__form-input, .qna__form-textarea, .qna__form-submit {
    border: 1px solid #CCCCCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    width: 100%;
}

.qna__form-submit {
    border: 0;
    color: #FFF;
    font-weight: 900;
    padding: 1rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.qna-container {
    margin: 0 auto;
    width: 60%;
}

.u-invisible {
    visibility: hidden;
}

.t-defer-object {
    opacity: 0;
    overflow: hidden;
    transform-origin: top;
    transition: opacity cubic-bezier(0, 0, 0.4, 1) 0.15s, visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
    visibility: hidden;
}

.t-defer-object.t-defer-object--loaded {
    opacity: 1;
    overflow: initial;
    visibility: visible;
}

.t-lazy-load-image, .t-lazy-load-bgurl {
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    object-fit: cover;
}

@keyframes fadeIn {

}

h1, h5 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 1em;
}

h2 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 2em;
}

.landingcaption_left {
    margin-left: 3em;
    margin-top: 5em;
}

.landingcaption_right {
    margin-right: 3em;
    margin-top: 5em;
}

.landingheader_center {
    font-size: 3em;
    color: #D7282F;
    text-align: center;
}

.landing {
    background-color: #f2f2f2;
}

.landing h2 {
    color: grey;
}

.landing p {
    padding-left: 0px !important;
}

.imagebutton {
    position: relative;
    width: 50%;
}

.imagebutton-right {
    position: relative;
    width: 50%;
}

.imagebutton-topright {
    position: relative;
    width: 50%;
}

.imagebutton .c-button {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-60%, -30%);
    -ms-transform: translate(-60%, -30%);
}

.imagebutton-right .c-button {
    position: absolute;
    top: 60%;
    left: 75%;
    transform: translate(-60%, -75%);
    -ms-transform: translate(-60%, -75%);
}

.imagebutton-topright .c-button {
    position: absolute;
    top: 25%;
    left: 75%;
    transform: translate(-25%, -75%);
    -ms-transform: translate(-25%, -75%);
}

h6 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 2.5em;
}

.u-font-grande {
    font-size: 4em;
}

a {
    letter-spacing: .5px;
    font-family: "Oswald", sans-serif;
}

h5 {
    color: gray;
}

body {
    font-family: "Roboto", sans-serif;
}

.o-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

.t-site-footer__content {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    padding-left: 15px;
    padding-right: 15px;
}

.fitment select, .fitment option {
    text-align: center !important;
    width: 200px !important;
    height: 50px !important;
    margin-top: 10px;
}

.mm_combination_facet_fields {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    box-sizing: border-box;
}

input.form-control:focus,textarea.form-control:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #1E76BD;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.mm_combination_facet_action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 2px;
    padding: 0px 0px;
    text-decoration: none;
    border-radius: 0px;
}

.mm_combination_facet_container {
    position: relative;
    display: block;
    padding-top: 15px;
    border: 0px !important;
}

.mm_combination_facet_field select {
    margin-top: 10px;
}

.t-site-header, .c-navigation__link, .t-site-footer {
    color: white;
    background-color: black;
}

.primarynav {
    display: initial;
}

.overlaynav {
    display: none;
}

.overlay-button {
    width: 100%;
    outline: none;
}

.mobilelogo img {
    height: 45px;
    width: 45px;
}

.t-site-header__basket-link-quantity {
    padding: 0px !important;
    margin: 0px !important;
}

.mobile .t-site-header__links {
    margin-top: 15px;
    margin-bottom: 0px;
}

.x-overlay-navigation__list {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.x-overlay-navigation__item {
    margin-top: 5px;
}

.desktop {
    display: inline;
}

.mobile {
    display: none !important;
}

.mobile-about {
    display: none;
    text-align: left;
    padding-left: 20px;
}

.desktop-about {
    display: inline;
}

.hero-about-container {
    position: relative;
}

.hero-about-text {
    position: absolute;
    top: 50px;
    left: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.c-navigation__label {
    background-color: black;
    min-height: 3em;
    font-size: 1.5em;
    text-align: center;
}

.x-category-tree__label {
    background-color: #D7282F;
}

.x-category-tree__link {
    letter-spacing: .5px;
}

#pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.c-button {
    background-color: #D7282F;
    color: white;
}

.x-category-tree__label {
    background-color: white;
    color: #D7282F;
    border: 1px solid;
    border-color: #D7282F;
}

.x-category-tree__row {
    margin-top: 10px;
}

a, a:hover {
    color: #D7282F;
}

a:hover {
    text-decoration: none;
    color: #BA2530;
}

.x-product-description__content {
    font-weight: normal;
}

#storefront_about_us {

}

.x-hero__video {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: contain !important;
}

.videos {
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
}

.x-product-layout-images {
    padding: 15px;
}

.x-product-layout-purchase {
    padding: 25px;
}

.x-product-description {
    margin-top: 50px;
}

#newsletter_form {
    text-align: center;
}

.x-carousel__item img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about {
    margin-bottom: 20em;
}

.brand {
    margin-top: 0;
}

.logos {
    margin-top: 1em;
    margin-bottom: 5em;
}

.c-form-list__item {
    max-width: 40em;
}

.x-search-preview__entry {
    color: black;
}

.sfabout {
    font-size: 1.5em;
}

.install {
    padding-left: 20px;
    padding-right: 20px;
}

a svg:hover #install {
    fill: #A9A9A9;
}

a svg #install {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

.t-site-header__search-form input {
    color: gray !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    font-size: 2em;
}

.u-icon-search {
    background-color: black;
    color: #D7282F;
    font-size: 2em;
}

.mini {
    box-shadow: none;
    border: none;
}

.mini:hover {
    background-color: gray;
}

.social {
    margin-bottom: 8em;
}

.red {
    background-color: #d8262e;
    width: 8em;
    height: 5em;
}

.grey {
    background-color: #656569;
    width: 8em;
    height: 5em;
}

.lightgrey {
    background-color: #cbc7c7;
    width: 8em;
    height: 5em;
}

.instaimg img {
    margin-bottom: 30px;
}

.instaimg img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.manche {
    background-image: url("/mm5/graphics/00000001/manche_snow_1.jpg");
    width: 100%;
    height: 600px;
}

.ascender {
    background-image: url("/mm5/graphics/00000001/ascender.jpg");
    width: 100%;
    height: 600px;
}

.realhawk {
    background-image: url("/mm5/graphics/00000001/manche_snow_1.jpg");
    width: 100%;
    height: 600px;
}

.dsotm {
    margin-bottom: 25px;
}

.item-image img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 1s;
}

.category-item:hover .item-details {
    visibility: visible;
    opacity: 1;
}

.item-details {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px), @media (min-width: 768px) and (max-width: 1024px) {
    footer {
        text-align: center !important;
    }

    .primarynav {
        display: none;
    }

    .overlaynav {
        display: inline;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .search {
        height: 50px;
    }

    .desktop {

    }

    .mobile {
        display: block !important;
    }

    .x-pagination {
        margin: auto !important;
    }

    .sfabout {
        text-align: left;
        font-size: 1.25em;
    }

    .mobile-about {
        display: inline;
    }

    .desktop-about {
        display: none;
    }

    .item-details {
        visibility: visible;
        opacity: 1;
    }
}

.overlaycontainer {
    position: relative;
    margin-top: 50px;
    width: 350px;
    height: 130px;
}

.relatedoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.overlaycontainer:hover .relatedoverlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.overlaycontainer img {
    position: absolute;
    width: 350px;
    height: 130px;
    left: 0;
}

.title {
    position: absolute;
    width: 350px;
    left: 0;
    top: 120px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .5s ease;
}

.overlaycontainer:hover .title {
    top: 90px;
}

.relatedbutton {
    position: absolute;
    width: 350px;
    left: 0;
    top: 50px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.relatedbutton a {
    width: 100px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
}

.overlaycontainer:hover .relatedbutton {
    opacity: 1;
}

.buildspecs {
    font-size: .75em;
    line-height: 1.25em;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    background: #efefef;
    border: 1px solid lightgrey;
}

.input {
    position: absolute;
    opacity: 0;
}

.label {
    width: 100%;
    padding: 20px 30px;
    background: #e5e5e5;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #7f7f7f;
    transition: background 0.1s, color 0.1s;
}

.label:hover {
    background: #d8d8d8;
}

.label:active {
    background: #ccc;
}

.input:focus + .label {
    box-shadow: inset 0px 0px 0px 3px #2aa1c0;
    z-index: 1;
}

.input:checked + .label {
    background: #fff;
    color: #000;
}

@media (min-width: 600px) {
    .label {
        width: auto;
    }
}

.panel {
    display: none;
    width: 100%;
    padding: 20px 30px 30px;
    background: #fff;
}

@media (min-width: 600px) {
    .panel {
        order: 99;
    }
}

.input:checked + .label + .panel {
    display: block;
}

@media print {
    #content, #page {
        width: 100%;
        margin: 0;
        float: none;
    }

    @page {
        margin: 2cm;
    }

    body {
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }

    a[href]:after {
        content: none !important;
    }

    header, footer, #site-message, #squatch_footer {
        display: none !important;
    }

    h1 {
        font-size: 24pt;
    }

    h2, h3, h4 {
        font-size: 14pt;
        margin-top: 25px;
    }

    a {
        page-break-inside: avoid;
    }

    blockquote {
        page-break-inside: avoid;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    table, pre {
        page-break-inside: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }

    a:link, a:visited, a {
        background: transparent;
        color: #520;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
    }

    a {
        page-break-inside: avoid;
    }

    a[href^=http]:after {
        content: " <" attr(href) "> ";
    }

    $a:after > img {
        content: "";
    }

    article a[href^="#"]:after {
        content: "";
    }

    a:not(:local-link):after {
        content: " <" attr(href) "> ";
    }

    .entry iframe, ins {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }

    .embed-youtube, .embed-responsive {
        position: absolute;
        height: 0;
        overflow: hidden;
    }

    #header-widgets, nav, aside.mashsb-container, .sidebar, .mashshare-top, .mashshare-bottom, .content-ads, .make-comment, .author-bio, .heading, .related-posts, #decomments-form-add-comment, #breadcrumbs, #footer, .post-byline, .meta-single, .site-title img, .post-tags, .readability {
        display: none;
    }

    .entry:after {
        content: "©2022 JCROFFROAD INC. ALL RIGHTS RESERVED";
        color: #999 !important;
        font-size: 1em;
        padding-top: 30px;
    }

    #header:before {
        content: "JcrOffroad Inc.";
        color: #777 !important;
        font-size: 1em;
        padding-top: 30px;
        text-align: center !important;
    }

    p, address, li, dt, dd, blockquote {
        font-size: 100%;
    }

    code, pre {
        font-family: "Courier New", Courier, mono;
    }

    ul, ol {
        list-style: square;
        margin-left: 18pt;
        margin-bottom: 20pt;
    }

    li {
        line-height: 1.6em;
    }

    * {
        overflow: hidden;
    }

    .o-layout {
        position: relative;
    }
}

.fitment-bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 12px auto 18px;
    padding: 10px 16px;
    border-radius: 6px;
    background: #f2f6fb;
    border: 1px solid #d6e3f3;
    font-size: 15px;
}

.fitment-label {
    color: #666;
}

.fitment-value {
    font-weight: 600;
    color: #222;
}

.fitment-clear {
    margin-left: 8px;
    font-size: 13px;
    color: #1E76BD;
    text-decoration: none;
}

.fitment-clear:hover {
    text-decoration: underline;
}