.divTableCell {
  border: 1px solid #999999;
  display: table-cell;
  padding: .5em .5em;
  min-width: 10em;
  max-width: 80em; }

.divTableRow {
  display: table-row; }

.divTableBody {
  display: table-row-group; }

.divTable {
  display: table;
  width: 100%; }

@media only screen and (max-width: 1200px), (min-device-width: 720px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .Rtable-cell {
    display: block;
    position: relative;
    border: 0px solid #999999;
    padding: 0px 0px; }
  header ul.navUser-section.navUser-section--alt {
    width: 99%; }
  header .user-icons {
    padding-right: 10px; } }

.bottom {
  position: absolute; }

.fixed {
  position: fixed; }

li.subcategory-item span.subcategory-name {
  font-size: 1.05em;
  font-weight: 900; }

/*
// OEM PARTS CATEGORY
li.subcategory-item {
    padding: 0;
}



// END CUSTOM TABLE CSS
*/
@media only screen and (min-width: 801px) {
  #menu.fixed .dropdown--quickSearch .form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray !important;
    opacity: 1;
    /* Firefox */ }
  :-webkit-input-placeholder {
    /* Edge */
    color: lightgray !important; }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: lightgray; }
  ::placeholder {
    color: lightgray !important; }
  #menu.fixed .dropdown--quickSearch .quickSearchResults {
    display: none;
    max-width: 100%;
    border-bottom: 2px black;
    margin-top: 20px; }
  #menu.fixed .dropdown--quickSearch .form-input {
    color: gray !important;
    border-bottom: 1px solid #d7d7d7 !important; }
  #menu.fixed .dropdown--quickSearch .form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */ }
  header svg.header-icon.search-icon {
    margin-top: 10px; }
  #menu.fixed svg.header-icon.search-icon {
    fill: #999 !important; }
  .quickSearchResults article.card--alternate .card-body .card-text, .quickSearchResults article.card--alternate .card-body h4.card-title a, .quickSearchResults article.card--alternate .card-body p {
    padding-bottom: 15px; }
  #menu.fixed .navUser-action svg {
    fill: #999 !important; }
  .dropdown--quickSearch .quickSearchResults {
    margin-top: 10px;
    max-width: 150%;
    padding: 0; }
  body.fixed-nav header .dropdown--quickSearch .form-fieldset {
    margin-top: 10px; }
  header .search-icon.submit {
    margin-top: 10px; }
  .oemMaster {
    width: 25%; } }

@media only screen and (max-width: 768px) {
  div.dropdown.desktop.f-open-dropdown.is-open {
    width: 375% !important;
    right: -800px;
    left: initial !important; }
  header.header.header-logo--left .dropdown--quickSearch {
    position: absolute; }
  .container {
    margin-right: 0; }
  header.quick-search-is-open nav.navUser {
    z-index: 99999;
    width: 25% !important;
    float: none; }
  .logo-user-section.container.fixed.fixed-again .user-icons svg {
    color: #474747 !important;
    fill: #474747 !important; }
  .mobileMenu-toggle.fixed.fixed-again .mobileMenu-toggleIcon {
    background-color: #474747 !important; }
  .mobileMenu-toggle.fixed.fixed-again .mobileMenu-toggleIcon::before {
    background-color: #474747 !important; }
  .mobileMenu-toggle.fixed.fixed-again .mobileMenu-toggleIcon::after {
    background-color: #474747 !important; }
  .oemMaster {
    width: 100% !important;
    position: relative !important;
    max-width: 120% !important;
    margin-left: -5%; }
  .productGridOEM {
    max-width: 100% !important; }
  header.header.header-logo--left .dropdown--quickSearch {
    position: absolute; }
  header .search-icon.submit {
    top: 0 !important;
    float: right; }
  .dropdown--quickSearch .form-input {
    border: 0;
    border: none !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #d7d7d7; } }

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

.main {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif; }
  .main .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
  .main .cards_item {
    display: flex;
    padding: 1rem; }
    .main .cards_item .card {
      background-color: white;
      border-radius: 0.5rem;
      box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      position: relative;
      height: fit-content;
      position: relative; }
      .main .cards_item .card.truncate .card_text {
        overflow: hidden;
        max-height: 8rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4; }
      .main .cards_item .card.truncate .more {
        transform: rotate(180deg); }
      .main .cards_item .card .card_image {
        max-height: 250px;
        height: 250px;
        overflow-y: hidden; }
      .main .cards_item .card .card_content {
        padding: 1rem;
        min-height: 12em; }
        .main .cards_item .card .card_content .card_title {
          margin: 0.25rem 0; }
        .main .cards_item .card .card_content .card_text {
          margin: 0; }
          .main .cards_item .card .card_content .card_text .note {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: #ffffff95;
            font-weight: 600;
            border-radius: 0.1rem;
            padding: 0.1rem 0.5rem;
            text-transform: uppercase; }
          .main .cards_item .card .card_content .card_text .card_text p {
            margin-bottom: .25rem; }
      .main .cards_item .card .more {
        cursor: pointer;
        position: absolute;
        bottom: 0.25rem;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center; }
        .main .cards_item .card .more:hover {
          color: #555; }

.md {
  font-weight: 500; }

@media (min-width: 40rem) {
  .cards_item {
    width: 50%; } }

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%; } }

.bike-sizing {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.bike-text {
  display: flex;
  padding: 1rem;
  width: 30%;
  min-width: 18em; }

.bike-img-container {
  display: flex;
  width: 70%;
  min-width: 300px;
  background-size: contain;
  background-repeat: no-repeat; }

.bike-img {
  object-fit: contain; }

.spec-key {
  font-weight: 700;
  text-transform: capitalize; }

.spec-value {
  display: block;
  padding-left: 1.15em; }

.bike-size-list {
  list-style: none;
  line-height: 1.75em;
  font-size: 1.15em; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.flex-bike-bullet {
  display: flex;
  flex-direction: column;
  position: relative;
  height: fit-content;
  flex: 0 0 25%;
  padding: 5px 5px 10px 5px; }

.flex-bike-bullet .spec-value {
  min-width: 250px; }

.main .emblems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 10px 0px 10px;
  border-radius: .5rem;
  box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.15);
  background: #efefef; }

li .main .emblems_item {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }

@media (min-width: 40rem) {
  .emblems_item {
    width: 50%; } }

@media (min-width: 56rem) {
  .emblems_item {
    width: 25%; } }

.main .emblems_item .emblem {
  border-radius: .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }

.emblem {
  margin-bottom: 10px !important;
  text-align: left; }

.main .emblems_item .emblem .emblem_content {
  min-height: 12em; }

.main .emblems_item .emblem .emblem_content .emblem_title {
  margin: .25rem 0;
  font-size: 1.3em; }

.main .emblems_item .emblem .emblem_content .emblem_text {
  margin: 0; }

.main .emblems_item .emblem .emblem_image img {
  height: 100px;
  margin: 0 auto;
  display: block; }

@media (min-width: 56rem) {
  .middle-content {
    display: flex; }
  .left-content {
    width: 60%; }
  .right-content {
    width: 35%;
    margin-left: 35px;
    background: #efefef;
    padding: 0 10px;
    border-radius: .5rem;
    box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.15); } }

.sale-flag-side {
  display: none;
  background: #f00; }

a:link.oem-product-card {
  text-decoration: none; }

a:visited.oem-product-card {
  text-decoration: none; }

a:hover.oem-product-card {
  text-decoration: none; }

a:active.oem-product-card {
  text-decoration: none; }

.card-img-container img {
  display: block; }

.card--alternate .card-body {
  background-color: #efefef; }

.card {
  background-color: #ffffff; }

.divInvoiceTable {
  display: table;
  width: 100%; }

.divInvoiceTableRow {
  display: table-row; }

.divInvoiceTableHeading {
  background-color: #EEE;
  display: table-header-group; }

.divInvoiceTableCell, .divInvoiceTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px; }

.divInvoiceTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold; }

.divInvoiceTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold; }

.divInvoiceTableBody {
  display: table-row-group; }

.divInvoiceTableTotalCell {
  text-align: right;
  font-weight: 900; }

.divInvoiceTableHeader {
  background-color: #EEE;
  font-weight: bold; }

.klaviyo-bis-trigger {
  color: #fff;
  background-color: blue; }

.klaviyo-bis-trigger:hover {
  color: #000;
  background-color: lightblue; }

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

.productView-info-value > a {
  color: #000; }

.productView-info-value > a:hover {
  color: #fff; }

.sale-flag-side {
  display: block; }

.tutorialDownload {
  text-transform: uppercase; }

.right-content {
  height: 100%; }

@media only screen and (min-width: 800px) {
  .dropdown--quickSearch .form, .dropdown--quickSearch .form-field {
    display: inline-flex !important;
    width: 100% !important; }
  .container {
    padding-top: 1rem; }
  .backtoTop {
    left: 80px; } }

.dark-card {
  background-color: #000 !important; }

.dark-card .card_title {
  color: #75d5ff; }

.dark-card .card_text {
  color: #fff; }

a.navBar-action.page-article::after {
  content: "|";
  margin: .78571rem;
  color: #a2a2a2; }

a.navBar-action.page-article {
  font-weight: 700;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #e50000; }

.navBar--sub .navBar-item {
  margin: 0; }

a.navBar-action.page-article:hover {
  color: #a2a2a2; }

.cardIcon-icon {
  position: relative; }

.icon--medium {
  height: 2.76923rem;
  width: 2.76923rem; }

.creditCardTypes-list {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 21rem;
  flex-wrap: wrap; }

.creditCardTypes-list-item {
  opacity: 1;
  transition: all 0.6s ease-out;
  width: 3rem; }

.creditCardTypes-list-item {
  display: inline-block;
  margin: .1875rem; }

td.waffle a {
  color: inherit; }

td.s9 {
  border-left: none;
  background-color: #ffffff; }

td.s8 {
  border-left: none;
  background-color: #ffffff;
  text-align: right;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s11 {
  background-color: #e0f7fa;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s3 {
  background-color: #ffffff;
  text-align: right;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s4 {
  background-color: #e0f7fa;
  text-align: left;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s7 {
  border-right: none;
  background-color: #ffffff;
  text-align: right;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s6 {
  background-color: #e0f7fa;
  text-align: left;
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  text-decoration-skip-ink: none;
  color: #1155cc;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s5 {
  background-color: #e0f7fa;
  text-align: right;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s2 {
  background-color: #ffffff;
  text-align: left;
  text-decoration: underline;
  -webkit-text-decoration-skip: none;
  text-decoration-skip-ink: none;
  color: #1155cc;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s0 {
  background-color: #4dd0e1;
  text-align: left;
  font-weight: bold;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px;
  border-bottom-width: medium;
  border-bottom-style: solid; }

td.s10 {
  background-color: #000000;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

td.s1 {
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: 'Arial';
  font-size: 10pt;
  vertical-align: bottom;
  white-space: nowrap;
  direction: ltr;
  padding: 2px 3px 2px 3px; }

.waffle {
  width: 100%;
  border-style: solid;
  border-width: thin; }

.sale-flag-side {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 29px; }

li.subcategory-item span.subcategory-name {
  padding: 2px; }

@media only screen and (min-width: 800px) {
  .backtoTop {
    left: 120px; } }

@media only screen and (max-width: 800px) {
  .backtoTop {
    left: 100px;
    padding-bottom: 30px;
    display: none; } }

.lc_text-widget--btn {
  bottom: 60px; }

#consent-manager {
  z-index: 200000000; }

table.spec-sheet tr:nth-child(even) {
  background-color: #f2f2f2; }

table.spec-sheet td:first-child {
  font-weight: bold; }

table.spec-sheet td {
  padding-left: 5px; }

[data-layout-name="Financing Available"] a {
  text-decoration: none; }

[data-layout-name="Financing Available"] a:hover {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: antiquewhite; }

[data-layout-name="Financing Available"] a:visited {
  color: antiquewhite; }

#sd-image-2d7f48de-f100-42ff-8f0f-9be1f3b43651 {
  background-color: rgba(50, 50, 50, 0.72);
  content: "Shop Motorcycles"; }

#sd-image-ce344a25-c641-488b-8ec9-15f32c28fcd0 {
  background-color: rgba(50, 50, 50, 0.72);
  content: "Shop E-Bikes"; }

#sd-image-0dc127c8-f217-48bf-94f5-d743c4b1ad06 {
  background-color: rgba(50, 50, 50, 0.72);
  content: "Stock Replacement Parts"; }

#sd-image-64e7c527-8d91-42c5-a0c7-bda799c729b2 {
  background-color: rgba(50, 50, 50, 0.72);
  content: "Aftermarket Parts"; }

.top-categories {
  display: flex;
  align-items: center;
  background-size: contain;
  height: auto;
  background-position: center center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: hidden; }

.top-categories span {
  position: absolute;
  font-size: 3em;
  font-family: 'Oswald';
  font-weight: 600;
  color: white;
  padding-left: 3px;
  padding-right: 6px;
  z-index: 99;
  pointer-events: none; }

.top-categories-text {
  position: absolute;
  font-size: 2.5em;
  font-family: 'Oswald';
  font-weight: 600;
  color: white;
  padding-left: 3px;
  padding-right: 6px;
  z-index: 99;
  pointer-events: none; }

button.topcategories {
  background: rgba(255, 0, 0, 0.85);
  padding: 10px;
  border-radius: 20px;
  text-shadow: 1px 2px black;
  border: solid 3px black;
  left: 15%;
  right: 15%;
  position: relative;
  width: 7em;
  color: #faebd7;
  font-size: .85em; }

.top-categories button:hover, .topcategories {
  color: white;
  transition: 4ms; }

.top-categories img {
  opacity: .75;
  transition: all .25s ease-in-out; }

.top-categories img:hover, .top-categories {
  opacity: 1;
  transition: all .25s ease-out; }

@media only screen and (max-width: 1170px) {
  .top-categories span {
    font-size: 2em; } }

.top-categories img:hover > .top-categories > span {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #faebd7; }

.top-categories img:hover > .top-categories > .top-categories-text {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #faebd7; }

/* DISABLE HERO CAROUSEL
.heroCarousel-slide {
    display: flex;
}
 
.heroCarousel-slide .heroCarousel-image-wrapper:not(:first-child) {
    display: none;
}
 
.heroCarousel-slide img {
    width: 100%;
}
.heroCarousel {
    margin-bottom: 0px;
}
*/
.interestButton {
  box-shadow: 0px 10px 14px -7px #732743;
  background: linear-gradient(to bottom, #f21338 5%, #e81c4f 100%);
  background-color: #f21338;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #8a3e4b; }

.interestButton:hover {
  background: linear-gradient(to bottom, #e81c4f 5%, #f21338 100%);
  background-color: #e81c4f;
  color: black;
  transition: 4ms; }

.interestButton:active {
  position: relative;
  top: 1px; }

.spec-item {
  display: list-item; }

span.key {
  margin-right: 1em;
  font-weight: 800; }

div.key {
  margin-right: 1em;
  font-weight: 800; }

div.feature-table {
  display: table;
  border-collapse: collapse;
  margin: 0 auto; }

div.feature-row {
  display: table-row; }

div.feature-cell {
  display: table-cell;
  width: 33%;
  margin: 0 auto; }

.page-sidebar h5.accordion-title {
  background-color: darkgrey;
  padding-left: 4px; }

.page-sidebar .accordion--navList .accordion-indicator {
  fill: red; }

.modal-open {
  opacity: 1;
  visibility: visible;
  display: block;
  top: 50px; }

.subcategory-image {
  background-size: contain; }

.shippingOption-transitTime {
  display: none; }

.addon-kits-intro {
  color: black;
  font-family: Oswald, sans-serif !important;
  margin: 0 0 1.25em 0;
  padding: 1.25rem;
  text-align: center;
  font-size: 2em;
  background-color: red; }

.addon-kit {
  min-width: 100%;
  flex-shrink: 0;
  /* Prevents cards from shrinking */
  margin: 0;
  /* Remove horizontal margins */
  padding: 20px;
  box-sizing: border-box;
  /* Include padding in width calculation */ }

.addon-kit-title {
  text-align: center;
  font-family: Oswald, sans-serif !important;
  font-size: 1.75em;
  font-weight: 900; }

.addon-image {
  width: 300px; }

.addon-kit-description {
  text-align: left; }

/* Carousel styles */
.addon-carousel-container {
  position: relative;
  max-width: 800px;
  margin: 2rem auto;
  overflow: hidden;
  width: 100%;
  /* Add fixed width container */ }

.addon-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /* Ensures proper track width */ }

.addon-product-card {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center; }

.addon-carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10; }

.addon-carousel-button.prev {
  left: 4px; }

.addon-carousel-button.next {
  right: 4px; }

.addon-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px; }

.addon-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer; }

.addon-carousel-dot.active {
  background: white; }

@media (max-width: 768px) {
  .addon-carousel-container {
    max-width: 90%; }
  .addon-kit-description {
    padding: 0 4px 0 4px; } }

.productTagMSRP {
  display: inline-block; }

.productTagPre-Order-Sales-Price {
  display: inline-block; }
