body {
  font-family: 'Montserrat', sans-serif;
}
.sr-only {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
}
.theme__racing-stripes :focus-visible {
  outline: 2px solid #c8102e !important;
}
.theme__racing-stripes .page-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 639px) {
  .theme__racing-stripes .page-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.theme__racing-stripes .page-main-full-width {
  margin-bottom: 3rem;
}
.theme__racing-stripes .breadcrumbs a {
  font-weight: 600;
  color: #00205b;
}
.theme__racing-stripes .main a {
  font-weight: 700;
  color: #00205b;
  transition: transform .3s ease;
}
.theme__racing-stripes .main a.btn,
.theme__racing-stripes .main a.create {
  border-radius: .3125rem;
  color: #ffffff;
  text-decoration: none;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.theme__racing-stripes .main a.btn:hover,
.theme__racing-stripes .main a.create:hover,
.theme__racing-stripes .main a.btn:focus,
.theme__racing-stripes .main a.create:focus {
  text-decoration: none;
}
.theme__racing-stripes .main a.switch:hover,
.theme__racing-stripes .main a.switch:focus {
  text-decoration: none;
}
.theme__racing-stripes a {
  transition: transform .3s ease;
}
.theme__racing-stripes a:hover,
.theme__racing-stripes a:focus {
  text-decoration: underline;
}
.theme__racing-stripes button,
.theme__racing-stripes .btn {
  background-color: #c8102e;
  border-radius: .3125rem !important;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4 !important;
  padding: .75rem 2.5rem;
  transition: background-color 0.3s;
  white-space: inherit !important;
}
.theme__racing-stripes button:hover,
.theme__racing-stripes .btn:hover {
  background-color: #00205b;
}
.theme__racing-stripes :disabled {
  opacity: .5 !important;
}
.theme__racing-stripes .breadcrumbs {
  background: #fafafa;
  border: 1px solid #9ca3af;
  border-width: 0 0 1px;
  color: rgba(31, 41, 55, 0.6);
  font-size: 0.95rem;
  min-height: 0;
}
.theme__racing-stripes .breadcrumbs ul {
  max-width: 1355px;
}
.theme__racing-stripes .breadcrumbs__list {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .theme__racing-stripes .breadcrumbs__list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
}
.theme__racing-stripes .breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theme__racing-stripes .breadcrumbs__item::after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
}
.theme__racing-stripes .breadcrumbs__item:last-child::after {
  display: none;
}
.theme__racing-stripes .breadcrumbs__current {
  font-weight: normal;
  color: #1f2937;
}
.theme__racing-stripes .catalog-category-view._has-modal .product-item {
  height: auto !important;
}
.theme__racing-stripes.page-products .columns .column.main .products-list .product-item {
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 475px) {
  .theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items {
    flex-direction: column;
  }
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item {
  position: relative;
  overflow: hidden;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  background-color: #fff;
}
@media (max-width: 475px) {
  .theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item {
    width: 100%;
  }
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item::before {
  content: ' ';
  display: block;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .ab-price-box {
    flex-direction: column;
    gap: .3125rem;
  }
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-info {
  padding: 11px;
  overflow: hidden;
  transition: box-shadow 0.1s ease-in-out;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-info .product__featured-attributes {
  display: none;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .product-item-name a {
  color: #00205b;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item .product-image-photo {
  width: 80%;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item:hover {
  z-index: 4;
  border: none;
  overflow: visible;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item:hover::before {
  background: none;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info {
  border: 1px solid #e9ecf1;
  overflow: visible;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.11);
  padding: 10px;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-info .product__featured-attributes {
  display: block;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item:hover .product-item-name {
  white-space: normal;
}
.theme__racing-stripes.page-products .products-list .product-item {
  border-bottom: 1px solid #e9ecf1;
}
.theme__racing-stripes.page-products .products-list .product-item:last-child {
  border-bottom: 0;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-name {
  font-size: 20px;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-name a {
  color: #00205b;
}
.theme__racing-stripes.page-products .products-list .product-item .product-image-photo {
  width: 80%;
}
.theme__racing-stripes.page-products .products-list .product-item .product__featured-attributes {
  display: none;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-actions .action {
  width: auto;
  background-position: 10px 50%;
  font-size: 1rem;
  color: #00205b;
  font-weight: 700;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-actions .action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  display: inline-block;
  text-transform: none;
  color: #00205b;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin-left: 0;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-actions .action.primary {
  min-height: 40px;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-actions .action.primary span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-description {
  margin-bottom: 15px;
  order: -1;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-description .action.more {
  font-size: 1rem;
}
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-description .action.more,
.theme__racing-stripes.page-products .products-list .product-item .product-item-inner .product-item-description .action.more:visited {
  color: #00205b;
}
.theme__racing-stripes.page-products .filter-options-item {
  border-bottom: 0;
}
.theme__racing-stripes.page-products .filter-options-item .filter-options-title {
  border-bottom: 1px solid #e9ecf1;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}
.theme__racing-stripes.page-products .filter-options-item .filter-options-title[aria-expanded]::after {
  font-size: 22px;
  font-weight: 700;
  opacity: 1 !important;
  color: #000 !important;
  top: 3px;
}
.theme__racing-stripes.page-products .filter-options-item .filter-options-content {
  padding-left: 0;
  font-size: 15px;
}
.theme__racing-stripes.page-products .sidebar .block.filter .filter-subtitle {
  display: none;
}
.theme__racing-stripes.page-products .products-grid:not(.swiper-container) .product-items .product-item {
  border: none !important;
}
.theme__racing-stripes .toolbar ~ .toolbar {
  margin-top: 0;
}
.theme__racing-stripes .toolbar {
  text-align: right;
  padding: 0 13px;
  border-bottom: 1px solid #e9ecf1;
}
.theme__racing-stripes .toolbar .toolbar-sorter {
  width: auto;
}
.theme__racing-stripes .toolbar .toolbar-sorter .sorter-options {
  cursor: pointer;
  max-width: 175px;
  border: 1px solid #666767;
}
.theme__racing-stripes .toolbar .toolbar-sorter .sorter-action {
  color: #000;
}
.theme__racing-stripes .toolbar .modes {
  float: none;
  border: none !important;
}
.theme__racing-stripes .toolbar .modes .modes-mode {
  border: 0;
  padding: 7px;
  background-color: transparent;
}
.theme__racing-stripes .toolbar .modes .modes-mode::before {
  color: #666767;
  font-size: 18px;
}
.theme__racing-stripes .toolbar .modes .modes-mode.active::before {
  color: #101824;
}
.theme__racing-stripes .toolbar .modes .modes-mode.mode-list::before {
  content: '\f0c9';
}
.theme__racing-stripes .toolbar .modes .modes-mode.mode-grid::before {
  content: '\f00a';
}
.theme__racing-stripes .review-toolbar,
.theme__racing-stripes .askit-questions .toolbar,
.theme__racing-stripes .products.wrapper ~ .toolbar {
  border-bottom: none;
  text-align: center;
}
.theme__racing-stripes .review-toolbar .limiter,
.theme__racing-stripes .askit-questions .toolbar .limiter,
.theme__racing-stripes .products.wrapper ~ .toolbar .limiter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  margin-left: auto;
}
.theme__racing-stripes .review-toolbar .limiter .limiter-options,
.theme__racing-stripes .askit-questions .toolbar .limiter .limiter-options,
.theme__racing-stripes .products.wrapper ~ .toolbar .limiter .limiter-options {
  border: 1px solid #666767;
  font-size: 15px;
  color: #101824;
  height: 32px;
  padding: .5rem .75rem;
  margin-top: 0;
  width: 70px;
  line-height: 1;
}
.theme__racing-stripes .review-toolbar .pages,
.theme__racing-stripes .askit-questions .toolbar .pages,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages {
  border-top: none;
  padding: 0;
  float: none;
}
.theme__racing-stripes .review-toolbar .pages .action > span:not(.label),
.theme__racing-stripes .askit-questions .toolbar .pages .action > span:not(.label),
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action > span:not(.label) {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.theme__racing-stripes .review-toolbar .pages .action.previous,
.theme__racing-stripes .askit-questions .toolbar .pages .action.previous,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.previous {
  display: inline-block;
  vertical-align: middle;
}
.theme__racing-stripes .review-toolbar .pages .action.previous::before,
.theme__racing-stripes .askit-questions .toolbar .pages .action.previous::before,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.previous::before {
  margin-right: 5px;
}
.theme__racing-stripes .review-toolbar .pages .action.previous span,
.theme__racing-stripes .askit-questions .toolbar .pages .action.previous span,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.previous span {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
}
.theme__racing-stripes .review-toolbar .pages .action.next,
.theme__racing-stripes .askit-questions .toolbar .pages .action.next,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.next {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.theme__racing-stripes .review-toolbar .pages .action.next::before,
.theme__racing-stripes .askit-questions .toolbar .pages .action.next::before,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.next::before {
  margin-left: 5px;
}
.theme__racing-stripes .review-toolbar .pages .action.next span,
.theme__racing-stripes .askit-questions .toolbar .pages .action.next span,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.next span {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
}
.theme__racing-stripes .review-toolbar .pages .action.next::after,
.theme__racing-stripes .askit-questions .toolbar .pages .action.next::after,
.theme__racing-stripes .products.wrapper ~ .toolbar .pages .action.next::after {
  margin-left: 5px;
  font-weight: 700;
}
.theme__racing-stripes.page-layout-1column .toolbar,
.theme__racing-stripes.page-layout-2columns-left .toolbar {
  padding: 0 0 .5rem;
  left: 0;
  position: static;
}
.theme__racing-stripes.page-layout-1column .products.wrapper ~ .toolbar,
.theme__racing-stripes.page-layout-2columns-left .products.wrapper ~ .toolbar {
  padding: .5rem 0 1.5rem;
}
.theme__racing-stripes.page-layout-1column .filter.block,
.theme__racing-stripes.page-layout-2columns-left .filter.block {
  border-top: 0;
}
.theme__racing-stripes.page-layout-1column .filter.block .filter-options-title,
.theme__racing-stripes.page-layout-2columns-left .filter.block .filter-options-title {
  border-bottom: 0;
  overflow: visible;
  padding: 0;
}
.theme__racing-stripes.page-layout-1column .filter.block .filter-options-title[data-collapsible="true"]::after,
.theme__racing-stripes.page-layout-2columns-left .filter.block .filter-options-title[data-collapsible="true"]::after {
  opacity: 1 !important;
}
.theme__racing-stripes.page-layout-1column .filter.block .filter-options-content,
.theme__racing-stripes.page-layout-2columns-left .filter.block .filter-options-content {
  padding: 6px;
}
.theme__racing-stripes.page-layout-1column .filter-options-item.active,
.theme__racing-stripes.page-layout-2columns-left .filter-options-item.active {
  z-index: 3;
}
.theme__racing-stripes .block.filter {
  margin-bottom: 0 !important;
}
.theme__racing-stripes .block.filter .initially-active.active .filter-options-title::after {
  opacity: 1;
}
.theme__racing-stripes .filter {
  margin-bottom: 0;
}
.theme__racing-stripes .filter .filter-title {
  text-transform: uppercase;
}
.theme__racing-stripes .filter .filter-title strong {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.theme__racing-stripes .filter .filter-title strong[data-count]::after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5.5px;
  min-width: 1em;
  padding: 2px;
}
.theme__racing-stripes .filter .filter-title strong.disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .theme__racing-stripes .filter .filter-title strong {
    font-weight: 900;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .theme__racing-stripes .filter .filter-title {
    height: auto;
    border: 1px solid #666767;
    overflow: visible;
  }
  .theme__racing-stripes .filter .filter-title strong {
    visibility: hidden;
  }
}
.theme__racing-stripes .filter .filter-current {
  font-size: .875rem;
  line-height: 1.4;
  margin: 1rem 0 0;
  padding: .625rem;
  background: #fafafa;
  border-radius: .3125rem;
}
.theme__racing-stripes .filter .filter-current .filter-current-subtitle {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-bottom: 3px !important;
}
.theme__racing-stripes .filter .filter-current .items {
  padding: 5.5px 5px;
}
.theme__racing-stripes .filter .filter-current .item {
  position: relative;
  padding-left: 17px;
  margin-bottom: .3rem;
  z-index: 1;
}
.theme__racing-stripes .filter .filter-current .item:last-child {
  margin-bottom: 0;
}
.theme__racing-stripes .filter .filter-current .item .filter-label {
  font-weight: 500 !important;
}
.theme__racing-stripes .filter .filter-current .item span {
  white-space: normal !important;
}
.theme__racing-stripes .filter .filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  opacity: 1 !important;
}
.theme__racing-stripes .filter .filter-current .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.theme__racing-stripes .filter .filter-actions {
  margin-bottom: 0;
  padding: 0 10px;
  opacity: 1;
}
.theme__racing-stripes .filter .filter-actions a {
  color: #00205b;
  font-weight: 700;
}
.theme__racing-stripes .filter .filter-label {
  font-weight: 700;
}
.theme__racing-stripes .filter .filter-label::after {
  content: ': ';
}
.theme__racing-stripes .filter .filter-value {
  color: #6d6d6d;
  opacity: 1 !important;
  overflow: visible !important;
}
.theme__racing-stripes .product-add-form .is_stuck.box-tocart {
  max-width: none;
}
.theme__racing-stripes .filter-options-item .filter-options-title {
  position: relative;
}
.theme__racing-stripes .filter-options-item .filter-options-title::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  position: absolute;
  right: 0;
  top: 12px;
}
.theme__racing-stripes .filter-options-item .filter-options-title:hover {
  color: #212121;
}
.theme__racing-stripes .filter-options-item.active > .filter-options-title::after {
  content: '\f106';
}
.theme__racing-stripes .filter-options-item .filter-options-content {
  margin: 0;
  padding: 10px;
}
.theme__racing-stripes .filter-options-item .filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.theme__racing-stripes .filter-options-item .filter-options-content a {
  color: #000;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.theme__racing-stripes .filter-options-item .filter-options-content a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.theme__racing-stripes .filter-options-item .filter-options-content a:hover + .count {
  background-color: transparent;
}
.theme__racing-stripes .filter-options-item .filter-options-content .count {
  color: #6d6d6d;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.theme__racing-stripes .filter-options-item .filter-options-content .count::before {
  content: '(';
}
.theme__racing-stripes .filter-options-item .filter-options-content .count::after {
  content: ')';
}
.theme__racing-stripes button:hover,
.theme__racing-stripes .action.primary:hover,
.theme__racing-stripes input[type='submit']:hover,
.theme__racing-stripes input[type='reset']:hover,
.theme__racing-stripes input[type='button']:hover,
.theme__racing-stripes .pagebuilder-button-primary:hover,
.theme__racing-stripes .pagebuilder-button-secondary:hover,
.theme__racing-stripes .pagebuilder-button-link:hover {
  background-color: #00205b;
}
.theme__racing-stripes .special-price .price-label,
.theme__racing-stripes table.ymm-data-table caption {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border-width: initial !important;
}
.theme__racing-stripes table caption {
  padding: .75rem .5rem;
  text-align: left;
}
.theme__racing-stripes #qty-error {
  position: absolute;
  text-align: center;
}
.theme__racing-stripes .page-header {
  background-color: #ffffff;
}
.theme__racing-stripes .page-header .header.content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content {
    gap: 2.3rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content > .logo {
    margin-top: -1.5rem;
  }
}
.theme__racing-stripes .page-header .header.content > .block-search {
  flex: 1;
  margin: 0;
}
.theme__racing-stripes .page-header .header.content > .block-search .label::before {
  background-color: #000000;
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content > .block-search .minisearch {
    position: relative;
  }
}
@media (max-width: 639px) {
  .theme__racing-stripes .page-header .header.content > .block-search .minisearch .control {
    background-color: #666767;
    padding: 15px 10px 15px;
  }
  .theme__racing-stripes .page-header .header.content > .block-search .minisearch .control .input-wrapper {
    background-color: #ffffff;
  }
}
.theme__racing-stripes .page-header .header.content > .block-search .minisearch .actions {
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content > .block-search {
    width: 100%;
    max-width: none;
    height: 42px;
  }
}
.theme__racing-stripes .page-header .header.content > .block-search .field.search input {
  border: 1px solid #9ca3af;
  color: #000000;
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content > .block-search .field.search {
    width: 100%;
    max-width: none;
    height: 42px;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-header .header.content .actions .search {
    width: 100%;
  }
}
.theme__racing-stripes .page-header .header .switcher-dropdown {
  padding: 0;
  min-width: 185px;
}
.theme__racing-stripes .page-header .header .switcher-dropdown .links a {
  font-size: 1rem;
  padding: .625rem .938rem;
}
.theme__racing-stripes .page-header .header .switcher-dropdown .links a:hover,
.theme__racing-stripes .page-header .header .switcher-dropdown .links a:focus {
  background: #00205b;
  color: #ffffff;
}
.theme__racing-stripes .page-header .header .switcher-dropdown .links li:first-child a {
  padding-top: 1rem;
}
.theme__racing-stripes .page-header .header .switcher-dropdown .links li:last-child a {
  padding-bottom: 1rem;
}
.theme__racing-stripes .switcher .account-dropdown > .action,
.theme__racing-stripes .minicart-wrapper .action.showcart {
  color: #000000;
}
.theme__racing-stripes .switcher .account-dropdown > .action::before,
.theme__racing-stripes .minicart-wrapper .action.showcart::before {
  background-color: #000000;
}
.theme__racing-stripes .page-header .account-dropdown .action:hover {
  text-decoration: underline !important;
}
.theme__racing-stripes .minicart-wrapper .action.showcart {
  min-width: 0;
}
.theme__racing-stripes .page-header .header.content .action.showcart {
  background: transparent !important;
  padding: 0 !important;
}
.theme__racing-stripes .page-header .header.content .action.showcart .counter.qty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  top: -2px;
  right: -3px;
}
.theme__racing-stripes .page-header .header.content .action.showcart .counter-number {
  display: block !important;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
}
.theme__racing-stripes .page-header .header.content .switcher .account-dropdown > .action {
  padding: 0;
}
.theme__racing-stripes .page-footer {
  display: flex;
  flex-direction: column;
  background-color: #666767;
  color: #ffffff;
  margin-top: auto;
}
.theme__racing-stripes .page-footer .copyright {
  font-size: .8rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .theme__racing-stripes .page-footer .pagebuilder-column-group {
    display: block !important;
  }
}
.theme__racing-stripes .page-footer .footer-middle {
  background-color: #00205b;
}
.theme__racing-stripes .page-footer .footer-middle a {
  font-size: 1.125rem;
  font-weight: 600;
}
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line {
  justify-content: center;
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line {
    gap: 1rem;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line {
    justify-content: start;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer {
    display: flex;
    align-items: center;
    justify-content: center !important;
    height: 100%;
  }
}
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer ul {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer ul {
    flex-direction: row;
  }
}
@media (min-width: 940px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer ul {
    gap: 1.8rem;
  }
}
@media (max-width: 639px) {
  .theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer-social div {
    justify-content: center;
    align-items: center;
  }
}
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer-social .icon.rounded {
  background-color: #c8102e;
  transition: all 0.4s;
}
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer-social .icon.rounded > svg {
  fill: #ffffff;
}
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer-social .icon.rounded:hover,
.theme__racing-stripes .page-footer .footer-middle .row-full-width-inner .pagebuilder-column-line .theme__racing-stripes--footer-social .icon.rounded:focus {
  transform: scale(1.1);
}
.theme__racing-stripes .page-footer .footer-bottom .footer.content {
  padding-top: 1rem;
}
.theme__racing-stripes .page-footer .footer-bottom .footer.links {
  column-gap: 1rem;
}
.theme__racing-stripes .nav-toggle {
  border: none;
  background-color: transparent;
  padding: 0;
}
.theme__racing-stripes .nav-toggle::after {
  background-color: #000000 !important;
}
.theme__racing-stripes .nav-toggle:hover {
  background-color: transparent !important;
}
.theme__racing-stripes .navigation-wrapper {
  background-color: #666767;
  opacity: 1 !important;
}
.theme__racing-stripes .navigation-wrapper .navpro-nowrap {
  opacity: 1 !important;
}
.theme__racing-stripes .navigation-wrapper a:hover,
.theme__racing-stripes .navigation-wrapper a:focus {
  text-decoration: none;
}
@media (min-width: 640px) {
  .theme__racing-stripes .navigation-wrapper {
    display: flex;
    min-height: 3.438rem;
    margin: 0;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .navigation-wrapper .navigation-section {
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
    width: 100%;
  }
}
.theme__racing-stripes .navigation-wrapper .navigation {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
}
.theme__racing-stripes .navigation-wrapper .navigation :where(li[class*=level]) > a {
  padding: 1rem 1.5rem;
}
@media (max-width: 1279px) {
  .theme__racing-stripes .navigation-wrapper .navigation :where(li[class*=level]) > a {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.theme__racing-stripes .navigation-wrapper .navigation :where(li[class*=level]).parent > a {
  padding-right: 1.7rem;
}
.theme__racing-stripes .navigation-wrapper .navigation .active > a {
  color: #c8102e;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul {
  margin-left: 0;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1279px) {
  .theme__racing-stripes .navigation-wrapper .navigation > ul {
    gap: 0;
  }
}
.theme__racing-stripes .navigation-wrapper .navigation > ul .ml2,
.theme__racing-stripes .navigation-wrapper .navigation > ul .ml-auto {
  margin-left: 0;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top .navpro-dropdown-inner {
  padding: 0;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top .navpro-dropdown-level1 > .navpro-shevron {
  z-index: -1;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top.has-active > a,
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top.active > a {
  background: #00205b !important;
  color: #ffffff !important;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top {
  outline-offset: 1px !important;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .level-top > .level-top {
  outline-offset: 1px !important;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .navpro-departments {
  background-color: #c8102e;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .navpro-departments.level-top a.level-top {
  color: #ffffff !important;
  background-color: #c8102e !important;
  outline-offset: 1px !important;
}
.theme__racing-stripes .navigation-wrapper .navigation > ul > .navpro-departments.level-top a.level-top:hover {
  color: #ffffff !important;
}
.theme__racing-stripes .navigation-wrapper .navigation .children {
  background: #ffffff !important;
}
.theme__racing-stripes .navigation-wrapper .navigation .children a {
  font-size: 1rem !important;
  padding: .625rem .938rem !important;
}
.theme__racing-stripes .navigation-wrapper .navigation .children a:hover {
  color: #ffffff !important;
}
.theme__racing-stripes .navigation-wrapper .navigation .children a.has-active > a,
.theme__racing-stripes .navigation-wrapper .navigation .children a.active > a {
  font-weight: 700;
  letter-spacing: -.03em;
}
.theme__racing-stripes .navigation-wrapper .navigation .children :first-child a {
  padding-top: 1rem !important;
}
.theme__racing-stripes .navigation-wrapper .navigation .children :last-child a {
  padding-bottom: 1rem !important;
}
.theme__racing-stripes .navpro-icon-caret,
.theme__racing-stripes .navpro.navigation .level0.parent > .level-top > .ui-menu-icon,
.theme__racing-stripes .navigation .parent > a .ui-icon,
.theme__racing-stripes .navigation .parent > a::after {
  opacity: 1;
}
.theme__racing-stripes .navpro-transformable .navpro-icon-caret::before {
  opacity: 1 !important;
  -webkit-mask-size: 20px 20px !important;
}
.theme__racing-stripes .navigation-wrapper li > a:hover,
.theme__racing-stripes .navigation-wrapper .opened > a {
  background: #00205b !important;
  color: #ffffff !important;
}
.theme__racing-stripes .max--container__1336 {
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  max-width: 1336px;
}
.theme__racing-stripes .easyslide-description {
  text-align: center;
}
.theme__racing-stripes .easyslide-description.easyslide-background-dark {
  color: #ffffff;
}
.theme__racing-stripes .easyslide-description.easyslide-background-dark h1,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h1,
.theme__racing-stripes .easyslide-description.easyslide-background-dark h2,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h2,
.theme__racing-stripes .easyslide-description.easyslide-background-dark h3,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h3,
.theme__racing-stripes .easyslide-description.easyslide-background-dark h4,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h4,
.theme__racing-stripes .easyslide-description.easyslide-background-dark h5,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h5,
.theme__racing-stripes .easyslide-description.easyslide-background-dark h6,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .h6,
.theme__racing-stripes .easyslide-description.easyslide-background-dark .heading {
  color: #ffffff;
}
.theme__racing-stripes .easyslide-description.easyslide-background-light {
  color: #000000;
}
.theme__racing-stripes .easyslide-description.easyslide-background-light h1,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h1,
.theme__racing-stripes .easyslide-description.easyslide-background-light h2,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h2,
.theme__racing-stripes .easyslide-description.easyslide-background-light h3,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h3,
.theme__racing-stripes .easyslide-description.easyslide-background-light h4,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h4,
.theme__racing-stripes .easyslide-description.easyslide-background-light h5,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h5,
.theme__racing-stripes .easyslide-description.easyslide-background-light h6,
.theme__racing-stripes .easyslide-description.easyslide-background-light .h6,
.theme__racing-stripes .easyslide-description.easyslide-background-light .heading {
  color: #000000;
}
.theme__racing-stripes .hero__home--slider-custom .hero__home--slider-overlay .pagebuilder-overlay .pagebuilder-poster-content {
  background-color: rgba(0, 0, 0, 0.7);
  width: auto;
  padding: 2rem 4rem;
}
.theme__racing-stripes .hero__home--slider-custom .hero__home--slider-overlay .pagebuilder-overlay .pagebuilder-poster-content .pagebuilder-slide-button {
  margin-top: 1rem;
  border-radius: .313rem;
  transition: background-color 0.3s;
}
.theme__racing-stripes .hero__home--slider-custom .hero__home--slider-overlay .pagebuilder-overlay .pagebuilder-poster-content .pagebuilder-slide-button:hover,
.theme__racing-stripes .hero__home--slider-custom .hero__home--slider-overlay .pagebuilder-overlay .pagebuilder-poster-content .pagebuilder-slide-button:focus {
  background-color: #00205b;
}
.theme__racing-stripes.cms-page-view .page-main > .columns {
  margin-top: 0;
}
.theme__racing-stripes.cms-page-view .page-main ol,
.theme__racing-stripes.cms-page-view .page-main ul {
  padding-left: 2rem;
}
.theme__racing-stripes.cms-page-view .page-main ol li::marker,
.theme__racing-stripes.cms-page-view .page-main ul li::marker {
  --muted-alpha: .8;
}
.theme__racing-stripes.cms-page-view .page-main .roman-list li {
  list-style-type: upper-roman;
}
.theme__racing-stripes.cms-home h1,
.theme__racing-stripes.cms-home .h1,
.theme__racing-stripes.cms-home h2,
.theme__racing-stripes.cms-home .h2 {
  font-style: italic;
  color: #c8102e;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.theme__racing-stripes.cms-home .sidebar.sidebar-additional {
  display: none;
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid {
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .theme__racing-stripes.cms-home .product-items.widget-product-grid {
    gap: 4rem;
  }
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid > .product-item {
  flex: 1 1 calc(32.333%);
  /* 3 items per row, accounting for gap */
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .theme__racing-stripes.cms-home .product-items.widget-product-grid > .product-item {
    flex: 1 1 calc(29.333%);
    /* 3 items per row, accounting for gap */
  }
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid .product-item-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid .product-item-photo {
  width: 100%;
  aspect-ratio: 1;
  /* Keeps images square */
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid .product-item-photo img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  /* makes sure the image covers the container nicely */
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid .product-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme__racing-stripes.cms-home .product-items.widget-product-grid .product-item-actions {
  justify-content: center;
}
.theme__racing-stripes.cms-home .recent-products {
  display: none;
}
.theme__racing-stripes .header__brands--list {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0;
}
.theme__racing-stripes .header__brands--list .brands__carousel--slick {
  margin: 0 auto;
}
.theme__racing-stripes .header__brands--list .brand-item img {
  max-width: 100%;
  height: auto;
  max-height: 95px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.theme__racing-stripes .header__brands--list .brand-item img:hover {
  opacity: .7;
  transform: scale(1.05);
}
.theme__racing-stripes .header__brands--list .brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme__racing-stripes .header__brands--list .brands-list.slick-initialized {
  display: block;
}
.theme__racing-stripes .header__brands--list .brands-list.slick-initialized .brand-item {
  flex: 0 0 calc(13.28571429%);
  text-align: center;
}
.theme__racing-stripes .header__brands--list .brands-list.slick-initialized .brand-item a {
  display: inline-flex;
}
.theme__racing-stripes .header__brands--list .brands-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  gap: 2rem;
}
.theme__racing-stripes .header__brands--list .brands-list:not(.slick-initialized) .brand-item {
  padding: 3px 3px 10px;
  min-width: 131px;
  text-align: center;
}
.theme__racing-stripes .header__brands--list .brands-list:not(.slick-initialized) .brand-item img {
  width: auto;
  max-width: 125px;
}
.theme__racing-stripes .youtube__videos--row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .theme__racing-stripes .youtube__videos--row {
    gap: 4rem;
  }
}
.theme__racing-stripes .youtube__videos--row .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.theme__racing-stripes .youtube__videos--row .pagebuilder-column-line iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 640px) {
  .theme__racing-stripes .youtube__videos--row .pagebuilder-column-line {
    gap: 4rem;
  }
}
.theme__racing-stripes .youtube__videos--row .youtube__videos--column {
  flex: 1 1 100%;
}
@media (min-width: 480px) {
  .theme__racing-stripes .youtube__videos--row .youtube__videos--column {
    flex: 1 1 45%;
  }
}
.theme__racing-stripes {
  /* ============================================ *
     * Zebra-Stripe Table
     * ============================================ */
  /* Rider Support */
  /* Global fixes */
}
.theme__racing-stripes .message.info,
.theme__racing-stripes .message.warning,
.theme__racing-stripes .message.notice {
  color: #ffffff;
  background-color: #c8102e;
}
.theme__racing-stripes .message.info a,
.theme__racing-stripes .message.warning a,
.theme__racing-stripes .message.notice a {
  color: #ffffff !important;
}
.theme__racing-stripes .message.info .block > .title,
.theme__racing-stripes .message.warning .block > .title,
.theme__racing-stripes .message.notice .block > .title {
  color: #ffffff;
  border: none !important;
}
.theme__racing-stripes .main .videos-wrap {
  padding-top: 2.75rem;
}
@media (min-width: 768px) {
  .theme__racing-stripes .main .videos-wrap {
    padding-top: 3.25rem;
  }
}
.theme__racing-stripes .main .popular-categories {
  padding: 0 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .theme__racing-stripes .main .popular-categories {
    padding: 1.875rem 0;
  }
}
.theme__racing-stripes .main .popular-categories__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  margin-bottom: 1.875rem;
}
.theme__racing-stripes .main .popular-categories__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 !important;
  position: relative;
  text-align: center;
}
.theme__racing-stripes .main .popular-categories__view-all {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 700;
  color: #00205b;
}
@media (max-width: 767px) {
  .theme__racing-stripes .main .popular-categories__view-all {
    position: static;
    transform: none;
    margin-top: .5rem;
  }
}
.theme__racing-stripes .main .popular-categories__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .theme__racing-stripes .main .popular-categories__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .theme__racing-stripes .main .popular-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.theme__racing-stripes .main .popular-categories__item {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 150px;
  transition: transform .3s ease;
}
.theme__racing-stripes .main .popular-categories__item:hover {
  transform: translateY(-0.3125rem);
}
.theme__racing-stripes .main .popular-categories__item:hover .popular-categories__image-wrapper {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .theme__racing-stripes .main .popular-categories__item {
    width: auto;
  }
}
.theme__racing-stripes .main .popular-categories__link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.theme__racing-stripes .main .popular-categories__image-wrapper {
  border: 0.125rem solid #666767;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: .313rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.theme__racing-stripes .main .popular-categories__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.theme__racing-stripes .main .popular-categories__label {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: .8rem;
  margin-bottom: 0;
  color: #00205b;
}
.theme__racing-stripes .main .parts-search__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #000000;
}
.theme__racing-stripes .main .parts-search__wrap h2 {
  color: #ffffff;
  margin: 0;
}
.theme__racing-stripes .main .additional-resources {
  margin-bottom: 2rem;
}
.theme__racing-stripes .main .additional-resources .additional-resources__title {
  text-align: center;
}
.theme__racing-stripes .main .additional-resources-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .theme__racing-stripes .main .additional-resources-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .theme__racing-stripes .main .additional-resources-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.theme__racing-stripes .main .additional-resources-cards__item {
  background: #ffffff;
  border-top: 5px solid #000000;
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  align-items: flex-start;
  transition: transform 0.3s ease;
}
.theme__racing-stripes .main .additional-resources-cards__item:hover {
  transform: translateY(-5px);
}
.theme__racing-stripes .main .additional-resources-cards__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 5px;
}
.theme__racing-stripes .main .additional-resources-cards__content {
  text-align: left;
}
.theme__racing-stripes .main .additional-resources-cards__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #000000;
  text-align: left;
}
.theme__racing-stripes .main .additional-resources-cards__text {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #666767;
}
.theme__racing-stripes .main .additional-resources-cards__link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #00205b;
  text-decoration: none;
}
.theme__racing-stripes .main .additional-resources-cards__link:hover {
  text-decoration: underline;
}
.theme__racing-stripes .subcategory-wrap {
  position: relative;
  display: flex;
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.theme__racing-stripes .subcategory-wrap::before,
.theme__racing-stripes .subcategory-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 0;
}
.theme__racing-stripes .subcategory-wrap::before {
  left: -50vw;
}
.theme__racing-stripes .subcategory-wrap::after {
  right: -50vw;
}
.theme__racing-stripes .subcategory-wrap > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .theme__racing-stripes .subcategory-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.theme__racing-stripes .subcategory-wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}
.theme__racing-stripes .subcategory-wrap .subcategory-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .theme__racing-stripes .subcategory-wrap .subcategory-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.theme__racing-stripes .subcategory-wrap .subcategory-card {
  margin: 0;
  border-radius: .3125rem;
  overflow: hidden;
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: .625rem 1.563rem 1.563rem;
  height: 100%;
}
@media (min-width: 768px) {
  .theme__racing-stripes .subcategory-wrap .subcategory-item-inner {
    padding: 2.188rem;
  }
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.563rem 0 1rem;
  margin-bottom: 1.5rem;
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-image {
  display: block;
  margin: 0 auto 20px;
  width: 60%;
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-actions {
  display: flex;
  margin-top: auto;
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-description {
  font-size: .875rem;
  line-height: 1.428571429;
}
@media (min-width: 768px) {
  .theme__racing-stripes .subcategory-wrap .subcategory-item-description {
    margin-bottom: 30px;
  }
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-copy,
.theme__racing-stripes .subcategory-wrap .subcategory-item-actions {
  padding: 0;
}
.theme__racing-stripes .subcategory-wrap .subcategory-item-shop {
  display: inline-block;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .theme__racing-stripes .subcategory-wrap .subcategory-item-shop {
    -webkit-box-flex: 0;
    flex-grow: 0;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column h1,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .h1,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column h2,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .h2 {
  font-style: italic;
  color: #c8102e;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column h1.parts-search__heading,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .h1.parts-search__heading,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column h2.parts-search__heading,
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .h2.parts-search__heading {
  color: #ffffff;
  margin-bottom: .5rem;
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .block.filter {
  display: none;
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .page-wrapper {
  overflow: hidden;
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-1column .page-wrapper .page-main {
  padding-bottom: 0;
}
.theme__racing-stripes.page-products.catalog-category-view.page-layout-2columns-left .category-view {
  display: none;
}
.theme__racing-stripes.category-full-width-custom-category-page.page-layout-2columns-left .category-image-above-title {
  display: none;
}
@media (min-width: 768px) {
  .theme__racing-stripes.category-full-width-custom-category-page.page-layout-2columns-left .main {
    padding-top: 0;
  }
}
.theme__racing-stripes.category-full-width-custom-category-page.page-layout-2columns-left .main h1 {
  font-style: normal;
  text-align: left;
  margin-top: 0;
  color: #000000;
}
@media (min-width: 640px) {
  .theme__racing-stripes.category-full-width-custom-category-page .category-image-above-title {
    margin-bottom: 3rem;
  }
}
.theme__racing-stripes.category-full-width-custom-category-page .category-image-above-title .category-image {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .theme__racing-stripes.category-full-width-custom-category-page .category-description {
    padding-top: 0;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
}
.theme__racing-stripes.category-full-width-custom-category-page .main h1 {
  text-align: center;
}
.theme__racing-stripes .ymm-search-wrapper {
  width: 100%;
  background-color: #000000;
  padding: 1rem 0 1.8rem;
}
@media (max-width: 639px) {
  .theme__racing-stripes .ymm-search-wrapper {
    padding: 0;
  }
}
.theme__racing-stripes .ymm-search-wrapper fieldset,
.theme__racing-stripes .ymm-search-wrapper .fieldset {
  margin-bottom: 0;
}
.theme__racing-stripes .ymm-search-wrapper h2.parts-search__heading {
  font-size: 1.25rem;
  font-style: italic;
  color: #ffffff;
  margin: 0 0 .5rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 70.5rem) {
  .theme__racing-stripes .ymm-search-wrapper h2.parts-search__heading {
    text-align: left;
  }
}
.theme__racing-stripes .ymm-search-wrapper .ymm-search-inner {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 .5rem;
}
.theme__racing-stripes .ymm-search-wrapper .ymm-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 37.5rem) {
  .theme__racing-stripes .ymm-search-wrapper .ymm-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 70.5rem) {
  .theme__racing-stripes .ymm-search-wrapper .ymm-row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.theme__racing-stripes .ymm-search-wrapper .ymm-row select,
.theme__racing-stripes .ymm-search-wrapper .ymm-row button {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #666767;
  border-radius: .313rem;
  background-color: #ffffff;
  box-sizing: border-box;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme__racing-stripes .ymm-search-wrapper .ymm-row button {
  background-color: #c8102e;
  color: #ffffff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.theme__racing-stripes .ymm-search-wrapper .ymm-row button:hover {
  background-color: #00205b;
}
.theme__racing-stripes .ymm-search-wrapper .ymm-row button:disabled {
  background-color: rgba(200, 16, 46, 0.6);
  color: #666;
  cursor: not-allowed;
}
@media (min-width: 37.5rem) and (max-width: 70.438rem) {
  .theme__racing-stripes .ymm-search-wrapper .ymm-row button {
    grid-column: span 2;
  }
}
@media (max-width: 599px) {
  .theme__racing-stripes .ymm-search-wrapper .ymm-row select,
  .theme__racing-stripes .ymm-search-wrapper .ymm-row button {
    grid-column: span 1;
  }
}
.theme__racing-stripes .parts-search__toggle {
  display: none;
  position: relative;
  background: #000;
  color: #fff;
  padding: .75rem 1rem .75rem 0;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: transform .3s ease;
}
.theme__racing-stripes .parts-search__toggle .label {
  display: inline-block;
  padding-right: 2rem;
}
.theme__racing-stripes .parts-search__toggle .icon {
  position: absolute;
  right: 0;
  top: 17px;
  width: 1rem;
  height: 1rem;
}
.theme__racing-stripes .parts-search__toggle .icon::before,
.theme__racing-stripes .parts-search__toggle .icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform-origin: center;
  transition: transform .3s ease;
}
.theme__racing-stripes .parts-search__toggle:hover {
  background-color: transparent !important;
}
.theme__racing-stripes .parts-search__toggle:not(.open) .icon::before {
  left: -8px;
  transform: rotate(45deg) translateY(-50%);
}
.theme__racing-stripes .parts-search__toggle:not(.open) .icon::after {
  transform: rotate(-45deg) translateY(-50%);
}
.theme__racing-stripes .parts-search__toggle.open {
  float: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin-top: 15px;
}
.theme__racing-stripes .parts-search__toggle.open .icon {
  top: 0;
}
.theme__racing-stripes .parts-search__toggle.open .label {
  visibility: hidden;
  padding-right: 0;
}
.theme__racing-stripes .parts-search__toggle.open .icon::before {
  left: -1px;
  transform: rotate(45deg) translateY(-50%) translateX(-5%);
}
.theme__racing-stripes .parts-search__toggle.open .icon::after {
  transform: rotate(-45deg) translateY(-50%) translateX(1%);
}
@media (max-width: 639px) {
  .theme__racing-stripes .parts-search__toggle {
    display: block;
  }
  .theme__racing-stripes .ymm-search-filter {
    display: none;
    padding: 0;
  }
  .theme__racing-stripes .parts-search__toggle.open + .ymm-search-filter {
    display: block;
    padding: 1rem 0 2rem;
  }
}
.theme__racing-stripes .size-charts,
.theme__racing-stripes .table-overflow {
  overflow: auto;
}
.theme__racing-stripes .zebra-table thead {
  font-size: 1rem;
  color: #ffffff;
  background-color: #666767;
}
.theme__racing-stripes .zebra-table thead tr,
.theme__racing-stripes .zebra-table thead th {
  font-weight: 600;
  color: #ffffff;
}
.theme__racing-stripes .zebra-table td,
.theme__racing-stripes .zebra-table th {
  border: none;
  padding: 15px;
}
.theme__racing-stripes .zebra-table tbody {
  font-size: 1rem;
}
.theme__racing-stripes .zebra-table tbody tr {
  background-color: #BFBFBF;
}
.theme__racing-stripes .zebra-table tbody tr:nth-child(odd) {
  background-color: #F8F7F5;
}
.theme__racing-stripes .ab-quick-order-table thead {
  font-size: 1rem;
}
.theme__racing-stripes .ab-quick-order-table thead tr th {
  background-color: #666767;
  font-weight: 600;
  color: #ffffff;
}
.theme__racing-stripes .ab-quick-order-table td,
.theme__racing-stripes .ab-quick-order-table th {
  border: none;
  padding: 15px;
}
.theme__racing-stripes .ab-quick-order-table .quick-order-btns .quick-order-btns-wrap {
  display: flex;
  gap: .5rem;
}
.theme__racing-stripes .ab-quick-order-table .quick-order-btns .quick-order-btns-wrap .btn {
  padding: .75rem .5rem !important;
  cursor: pointer;
}
.theme__racing-stripes .ab-quick-order-table tbody {
  font-size: 1rem;
}
.theme__racing-stripes .ab-quick-order-table tbody tr {
  background-color: #BFBFBF;
}
.theme__racing-stripes .ab-quick-order-table tbody tr:nth-child(odd) {
  background-color: #F8F7F5;
}
.theme__racing-stripes .ab-quick-order-table tbody .center {
  text-align: center;
  margin-bottom: .625rem;
}
.theme__racing-stripes .ab-quick-order-table tbody .button-set {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme__racing-stripes .ab-quick-order-table tbody .button-set .form-button {
  cursor: pointer;
  max-width: 190px;
}
.theme__racing-stripes .easycatalogimg-listing.easycatalogimg-masonry {
  column-count: 1;
}
@media (min-width: 460px) {
  .theme__racing-stripes .easycatalogimg-listing.easycatalogimg-masonry {
    column-count: 2;
  }
}
@media (min-width: 640px) {
  .theme__racing-stripes .easycatalogimg-listing.easycatalogimg-masonry {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .theme__racing-stripes .easycatalogimg-listing.easycatalogimg-masonry {
    column-count: 4;
  }
}
.theme__racing-stripes .easycatalogimg-listing .category-name a {
  color: #c8102e;
}
.theme__racing-stripes .easycatalogimg-listing .list-subcategories li {
  margin: 0;
}
.theme__racing-stripes .easycatalogimg-listing .list-subcategories a {
  color: #00205b;
}
.theme__racing-stripes .easycatalogimg-listing .item {
  border-radius: .3125rem;
}
.theme__racing-stripes .ab-price-box {
  display: flex;
  flex-direction: column;
  gap: .3125rem;
}
@media (min-width: 768px) {
  .theme__racing-stripes .ab-price-box {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.theme__racing-stripes .product-info-wrapper .product-info-main .action.mailto::before,
.theme__racing-stripes .product-info-wrapper .product-info-main .action.tocompare::before {
  display: none;
}
.theme__racing-stripes .product-info-wrapper .product-info-main .product-social-links .action {
  padding-right: .75rem;
}
@media (min-width: 768px) {
  .theme__racing-stripes .product-info-wrapper .product-info-main .product-social-links {
    margin-top: 1rem;
  }
}
.theme__racing-stripes .product-info-wrapper .product-info-main .additional-attributes-wrapper {
  display: none;
}
.theme__racing-stripes .product-info-wrapper .product-info-main .product-add-form {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}
@media (max-width: 399px) {
  .theme__racing-stripes .product-info-wrapper .box-tocart .fieldset {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .theme__racing-stripes .product-info-wrapper .box-tocart .fieldset {
    flex-direction: column;
  }
}
.theme__racing-stripes .product-info-wrapper .box-tocart .fieldset .field.qty {
  display: flex !important;
}
.theme__racing-stripes .product-info-wrapper .box-tocart input.qty {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  padding: .5rem .75rem;
}
.theme__racing-stripes .product-info-wrapper .box-tocart .tocart {
  font-size: 1rem;
  padding: .5rem 1.25rem;
  min-height: 42px;
}
.theme__racing-stripes .product-info-wrapper .product-info-price .product-info-stock-sku {
  position: relative;
  align-items: flex-start;
}
.theme__racing-stripes .product-info-wrapper .product.media .product-add-form .actions {
  gap: 0 !important;
}
.theme__racing-stripes .product-info-wrapper .product.media .breeze-gallery {
  justify-content: center !important;
}
.theme__racing-stripes .product-info-wrapper .product.media .breeze-gallery.vertical ~ div {
  margin-left: 0 !important;
}
.theme__racing-stripes .product-item-photo {
  width: 240px;
  height: 240px;
  object-fit: contain;
}
.theme__racing-stripes .cart-container .checkout-methods-items .primary {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.theme__racing-stripes .block-minicart .block-content .product-item-details a {
  font-weight: 700;
  color: #00205b;
}
.theme__racing-stripes .block-minicart .block-content > .actions a.action {
  font-weight: 700;
  color: #00205b;
}
.theme__racing-stripes .block > .title strong,
.theme__racing-stripes .block .block-title strong {
  font-weight: 700;
}
.theme__racing-stripes .rider-list-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 2.813rem 0;
}
.theme__racing-stripes .rider-list-wrapper .rider-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.75rem;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(19%);
  height: 100%;
  margin: 0;
  padding: .125rem;
  border-radius: .3125rem;
  background-color: #f7f7f7;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card .rider-card-content {
  padding: 0 1.375rem 1.25rem;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card dl {
  margin: 0;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card dl div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card dl dt {
  font-weight: bold;
  margin-right: 0.5rem;
  min-width: 120px;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card dl dd {
  margin: 0;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card img {
  display: block;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e9e9e9;
  padding-bottom: .50rem;
}
.theme__racing-stripes .rider-list-wrapper .rider-list .rider-card figcaption {
  margin-top: 1rem;
  padding-left: 1.375rem;
  font-weight: 700;
}
.theme__racing-stripes .image-blend-wrap {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
}
.theme__racing-stripes .image-blend {
  position: relative;
  display: inline-block;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  border-radius: 2.5rem;
  overflow: hidden;
}
.theme__racing-stripes .image-blend::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.theme__racing-stripes .bg-image-opacity {
  position: relative;
}
.theme__racing-stripes .bg-image-opacity::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.theme__racing-stripes .bg-image-opacity > div {
  z-index: 2;
}
.theme__racing-stripes .block-new-customer .page-title-wrapper {
  margin: 0 !important;
}
.theme__racing-stripes .contact-index-index .page-title-wrapper {
  display: block;
}
.theme__racing-stripes .block .block-content .action.clear {
  font-weight: 700;
  color: #00205b;
}
.theme__racing-stripes .theme__racing-stripes .ymm-search-wrapper .ymm-search-inner {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.theme__racing-stripes .theme__racing-stripes .parts-search__toggle.open + .ymm-search-filter {
  width: 100%;
}
.theme__racing-stripes .theme__racing-stripes .parts-search__toggle.open {
  float: none;
  position: absolute;
  display: flex;
  right: 1rem;
}
.theme__racing-stripes table td:first-child,
.theme__racing-stripes table th:first-child {
  padding-left: .5rem;
}
.theme__racing-stripes table td:last-child,
.theme__racing-stripes table th:last-child {
  padding-right: .5rem;
}
.theme__racing-stripes .comparison.actions {
  align-items: center;
}
.theme__racing-stripes .table-comparison thead th {
  visibility: hidden;
}
.theme__racing-stripes .table-comparison .product-item-actions .actions-primary {
  width: 100%;
}
.theme__racing-stripes .table-comparison .product-item-actions .actions-primary .tocart {
  width: 100%;
}
.theme__racing-stripes .theme__racing-stripes .videos-wrap iframe {
  width: 100%;
  height: 350px;
}
@media print {
  .theme__racing-stripes .ymm-search-wrapper,
  .theme__racing-stripes .actions.comparison,
  .theme__racing-stripes .footer-middle {
    display: none !important;
  }
}
.theme__racing-stripes .fork-conversion .left-col .filter-box .block-title {
  padding: 0;
}
@media (max-width: 639px) {
  .theme__racing-stripes .fork-conversion .ymm-search-filter {
    display: block !important;
  }
}
.theme__racing-stripes .ymm-search-filter .ymm-form .vehicle-type,
.theme__racing-stripes .ymm-search-filter .ymm-form .vehicle-year,
.theme__racing-stripes .ymm-search-filter .ymm-form .vehicle-make,
.theme__racing-stripes .ymm-search-filter .ymm-form .vehicle-model {
  margin: .313rem 0;
}
.theme__racing-stripes #mySortable {
  overflow: auto;
  max-width: 100%;
  display: block;
}
.theme__racing-stripes #mySortable tr.editline td {
  position: relative;
}
.theme__racing-stripes #mySortable tr.editline td .tick-div {
  position: absolute;
  right: 0;
  top: 5px;
}
.theme__racing-stripes #mySortable tr.editline td .savelink,
.theme__racing-stripes #mySortable tr.editline td .cancellink {
  transition: .3s;
}
.theme__racing-stripes #mySortable tr.editline td .savelink:hover,
.theme__racing-stripes #mySortable tr.editline td .cancellink:hover {
  background: #c8102e;
  transition: .3s;
  cursor: pointer;
}
.theme__racing-stripes .ab-search-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.theme__racing-stripes .ab-search-box .box-content {
  width: 45%;
}
@media (max-width: 767px) {
  .theme__racing-stripes .ab-search-box {
    flex-direction: column;
  }
  .theme__racing-stripes .ab-search-box .box-content {
    width: 100%;
  }
}
.theme__racing-stripes .ab-search-box .block-content .actions {
  margin-top: 15px;
}
.theme__racing-stripes #fork-conversion-form-left .ymm-search {
  margin-top: 20px;
  margin-bottom: 20px;
}
.theme__racing-stripes #fork-result {
  margin-top: 20px;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table {
  margin-bottom: 1rem;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table:last-child {
  margin-bottom: 0;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table caption {
  background-color: #666767;
  color: #ffffff;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table tr:nth-child(even) th {
  background-color: #BFBFBF;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table tr:nth-child(even) td {
  background-color: #F8F7F5;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table tr:nth-child(odd) th {
  background-color: #BFBFBF;
}
.theme__racing-stripes .additional-attributes-wrapper .ymm-data-table tr:nth-child(odd) td {
  background-color: #EEECEC;
}
.ymm-search-box__wrap .ymm-search-filter {
  width: 100%;
  margin-bottom: 5px;
}
.ymm-search-box__wrap .ymm-search-filter img {
  display: block;
}
.ymm-search-box__wrap .ymm-search-filter .filter-box {
  padding: 5px 8px;
}
.ymm-search-box__wrap .ymm-search-filter .filter-box .filter-disabled {
  visibility: hidden;
  opacity: 0.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
}
.ymm-search-box__wrap .ymm-search-filter .filter-box select {
  padding: 0 !important;
  margin-bottom: 8px;
  margin-left: 0;
  border: 1px solid #b6b6b6;
  font: 12px arial, helvetica, sans-serif;
  display: inline;
  width: 100%;
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  color: black;
  cursor: pointer;
}
.ymm-search-box__wrap .ymm-search-filter .filter-box button {
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
  background: #b40607;
  padding: 1px 10px;
  border: 1px solid #ff0002;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.ymm-search-box__wrap .ymm-search-filter .filter-box button.filter-disabled {
  opacity: 1;
}
.ymm-search-box__wrap .col-main .ymm-search-filter {
  margin-bottom: 10px;
}
.ymm-search-box__wrap .ymm-search-box .head {
  font-size: 0;
  background: #ffffff;
}
.ymm-search-box__wrap .ymm-search-box .head span {
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
  font-size: 12px;
}
.ymm-search-box__wrap .ymm-search-box .head span:last-child {
  text-align: right;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 639px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result {
    border: 1px solid #bebcb7;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row {
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  background-color: #F8F7F5;
  margin-bottom: 0;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-cat-header {
  box-sizing: border-box;
  padding: .938rem;
  width: 100%;
  background: #BFBFBF;
  color: #000000;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-cat-header {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 {
  padding: .938rem;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 12px;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 img {
  max-width: 100%;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 div {
  box-sizing: border-box;
  padding: .938rem;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 div {
  box-sizing: border-box;
  padding: .938rem;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-row {
  padding: 0;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-row:nth-child(even) {
  background: #EEECEC;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-1 {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-1 {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-2 {
  display: inline-block;
  vertical-align: middle;
  width: 12%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-2 {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3 {
  display: inline-block;
  vertical-align: middle;
  width: 21%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3 {
    font-size: 1rem;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3.col-2 {
  width: 10.5%;
  padding-left: 5px;
  padding-right: 5px;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3.col-3 {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 {
  display: inline-block;
  vertical-align: middle;
  width: 14%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 .ymm-col-desktop {
    display: none;
  }
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 .ymm-col-mobile {
    display: none;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 input {
  display: inline-block;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 div {
  display: inline-block;
  padding: 0;
  text-align: center;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 div:empty {
  display: none;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5 {
  display: inline-block;
  vertical-align: middle;
  width: 14%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 640px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5 {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5 {
    border-right: none;
  }
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] {
  font-weight: 600;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] .stock-available {
  color: #007a1c;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] .stock-unavailable {
  color: #c8102e;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header {
  font-weight: bold;
  color: #ffffff;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header.ymm-row {
  background-color: #666767;
  padding: 0;
}
.ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header.ymm-row .ymm-row {
  background-color: #666767;
}
@media (max-width: 639px) {
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header .ymm-col-child-1,
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header .ymm-col-child-2,
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header .ymm-col-child-3,
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header .ymm-col-child-4,
  .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header .ymm-col-child-5 {
    min-height: 0;
    border-right: 1px solid #bebcb7;
  }
}
.ymm-search-box__wrap .ymm-form-button {
  margin-top: 15px;
  float: right;
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
  background: #b40607;
  padding: 1px 10px;
  border: 1px solid #ff0002;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}
.ymm-search-box__wrap .btn {
  position: relative;
  display: flex;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  background-color: #c8102e;
  transition: background-color 0.3s;
  margin: 2rem 0 0;
  padding: 1rem 1.25rem;
  max-width: 200px;
}
@media (min-width: 48em) {
  .ymm-search-box__wrap .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.ymm-search-box__wrap .btn:hover,
.ymm-search-box__wrap .btn:focus {
  background-color: #00205b;
}
.fork-conversion .ymm-search-box__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.fork-conversion .ymm-search-box__wrap fieldset,
.fork-conversion .ymm-search-box__wrap .fieldset {
  margin-bottom: 0;
}
.fork-conversion .ymm-search-box__wrap .page-title {
  font-size: 2.25rem;
}
@media (min-width: 48em) {
  .fork-conversion .ymm-search-box__wrap .page-title {
    font-size: 2.25rem;
  }
}
.fork-conversion .ymm-search-box__wrap .ymm-search-filter {
  width: 100%;
  margin-bottom: 5px;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-filter img {
  display: block;
  width: auto !important;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .head {
  font-size: 0;
  background: #ffffff;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .head span {
  padding-bottom: 5px;
  display: inline-block;
  width: 50%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .head span:last-child {
  text-align: right;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result__wrap {
  position: relative;
  display: block;
  overflow: auto;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result {
  display: flex;
  flex-direction: column;
  min-width: 43.75rem;
  background: #ffffff;
  color: #000000;
  margin-top: 0;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result * {
  font-size: .8rem;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result * {
    font-size: 1rem;
  }
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result * .ymm-qty-input {
  font-size: 16px !important;
  line-height: 1 !important;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
  background-color: #F8F7F5;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-cat-header {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  background: #BFBFBF;
  color: #000000;
  font-weight: bold;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 {
  padding: 15px;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  box-sizing: border-box;
  align-self: flex-start;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 img {
  max-width: 100%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-1 div {
  box-sizing: border-box;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  box-sizing: border-box;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 div {
  box-sizing: border-box;
  padding: 15px;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-row {
  padding: 0;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-row:nth-child(even) {
  background: #EEECEC;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-1 {
  display: inline-block;
  vertical-align: top;
  width: 36%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-2 {
  display: inline-block;
  vertical-align: top;
  width: 12%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3 {
  display: inline-block;
  vertical-align: top;
  width: 21%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3.col-2 {
  width: 12%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-3.col-3 {
  width: 7%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 {
  display: inline-block;
  vertical-align: top;
  width: 14%;
  text-align: center;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 input {
  display: inline-block;
  text-align: center;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 div {
  display: inline-block;
  padding: 0;
  text-align: center;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-4 div:empty {
  display: none;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5 {
  display: inline-block;
  vertical-align: top;
  width: 14%;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] {
  font-weight: 600;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] .stock-available {
  color: #007a1c;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .ymm-row .ymm-col-2 .ymm-col-child-5[role="status"] .stock-unavailable {
  color: #c8102e;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header {
  font-weight: bold;
  color: #ffffff;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header.ymm-row {
  background-color: #666767;
  padding: 0;
  display: flex;
  align-items: center;
}
.fork-conversion .ymm-search-box__wrap .ymm-search-box .ymm-search-result .result-header.ymm-row .ymm-row {
  background-color: #666767;
}
.fork-conversion .ymm-search-box__wrap .btn {
  position: relative;
  display: flex;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  background-color: #c8102e;
  transition: background-color 0.3s;
  margin: 2rem 0 0;
  padding: 1rem 1.25rem;
  max-width: 200px;
}
@media (min-width: 48em) {
  .fork-conversion .ymm-search-box__wrap .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.fork-conversion .ymm-search-box__wrap .btn:hover,
.fork-conversion .ymm-search-box__wrap .btn:focus {
  background-color: #00205b;
}
/* Slick core slider layout */
.theme__racing-stripes .custom__slick .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.theme__racing-stripes .custom__slick .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.theme__racing-stripes .custom__slick .slick-list:focus {
  outline: none;
}
.theme__racing-stripes .custom__slick .slick-list.dragging {
  cursor: pointer;
}
.theme__racing-stripes .custom__slick .slick-slider .slick-track,
.theme__racing-stripes .custom__slick .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.theme__racing-stripes .custom__slick .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.theme__racing-stripes .custom__slick .slick-track:before,
.theme__racing-stripes .custom__slick .slick-track:after {
  content: "";
  display: table;
}
.theme__racing-stripes .custom__slick .slick-track:after {
  clear: both;
}
.theme__racing-stripes .custom__slick .slick-track .slick-loading {
  visibility: hidden;
}
.theme__racing-stripes .custom__slick .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  padding: 3px;
}
.theme__racing-stripes .custom__slick .slick-slide img {
  display: block;
}
.theme__racing-stripes .custom__slick .slick-slide.slick-loading img {
  display: none;
}
.theme__racing-stripes .custom__slick .slick-slide.dragging img {
  pointer-events: none;
}
.theme__racing-stripes .custom__slick .slick-rtl .slick-slide {
  float: right;
}
.theme__racing-stripes .custom__slick .slick-initialized .slick-slide {
  display: block;
}
.theme__racing-stripes .custom__slick .slick-loading .slick-slide {
  visibility: hidden;
}
.theme__racing-stripes .custom__slick .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.theme__racing-stripes .custom__slick .slick-arrow.slick-hidden {
  display: none;
}
.theme__racing-stripes .custom__slick .slick-dots li button {
  padding: 0;
  width: 16px;
  height: 16px;
}
.theme__racing-stripes .custom__slick .slick-dots li button > span {
  background: #c8102e;
}
.theme__racing-stripes .custom__slick .slick-dots li button .slick-dot-icon {
  opacity: .7;
}
.theme__racing-stripes .custom__slick .slick-dots li.slick-active button > span {
  background: #000000;
}
/* Fonts */
@font-face {
  font-family: 'slick';
  src: url('custom/slick/fonts/slick.eot');
  src: url('custom/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('custom/slick/fonts/slick.woff') format('woff'), url('custom/slick/fonts/slick.ttf') format('truetype'), url('custom/slick/fonts/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
.theme__racing-stripes .slick-arrow.slick-prev,
.theme__racing-stripes .slick-arrow.slick-next {
  padding: 0;
  background-color: rgba(229, 231, 235, 0.6);
  border-radius: 0;
}
.theme__racing-stripes .slick-arrow.slick-prev::before,
.theme__racing-stripes .slick-arrow.slick-next::before {
  background-color: #000000;
}
.theme__racing-stripes .slick-arrow.slick-prev:hover,
.theme__racing-stripes .slick-arrow.slick-next:hover {
  background-color: rgba(102, 103, 103, 0.6);
}
.theme__racing-stripes .slick-arrow.slick-prev:hover::before,
.theme__racing-stripes .slick-arrow.slick-next:hover::before {
  background-color: #ffffff;
}
.theme__racing-stripes .slick-arrow.slick-prev.slick-disabled,
.theme__racing-stripes .slick-arrow.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.custom__slick {
  /* Arrows */
  /* Dots */
  /* Accessibility */
  /* Autoplay toggle button */
}
.custom__slick .slick-prev,
.custom__slick .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.custom__slick .slick-prev:hover .slick-prev-icon:before,
.custom__slick .slick-next:hover .slick-prev-icon:before,
.custom__slick .slick-prev:focus .slick-prev-icon:before,
.custom__slick .slick-next:focus .slick-prev-icon:before,
.custom__slick .slick-prev:hover .slick-next-icon:before,
.custom__slick .slick-next:hover .slick-next-icon:before,
.custom__slick .slick-prev:focus .slick-next-icon:before,
.custom__slick .slick-next:focus .slick-next-icon:before {
  opacity: 1;
}
.custom__slick .slick-prev.slick-disabled,
.custom__slick .slick-next.slick-disabled {
  cursor: default;
}
.custom__slick .slick-prev.slick-disabled .slick-prev-icon:before,
.custom__slick .slick-next.slick-disabled .slick-prev-icon:before,
.custom__slick .slick-prev.slick-disabled .slick-next-icon:before,
.custom__slick .slick-next.slick-disabled .slick-next-icon:before {
  opacity: 0.25;
}
.custom__slick .slick-prev .slick-prev-icon:before,
.custom__slick .slick-next .slick-prev-icon:before,
.custom__slick .slick-prev .slick-next-icon:before,
.custom__slick .slick-next .slick-next-icon:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom__slick .slick-prev {
  left: -25px;
}
[dir="rtl"] .custom__slick .slick-prev {
  left: auto;
  right: -25px;
}
.custom__slick .slick-prev .slick-prev-icon:before {
  content: "\2190";
}
[dir="rtl"] .custom__slick .slick-prev .slick-prev-icon:before {
  content: "\2192";
}
.custom__slick .slick-next {
  right: -25px;
}
[dir="rtl"] .custom__slick .slick-next {
  left: -25px;
  right: auto;
}
.custom__slick .slick-next .slick-next-icon:before {
  content: "\2192";
}
[dir="rtl"] .custom__slick .slick-next .slick-next-icon:before {
  content: "\2190";
}
.custom__slick .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.custom__slick .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.custom__slick .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.custom__slick .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
}
.custom__slick .slick-dots li button:hover .slick-dot-icon,
.custom__slick .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.custom__slick .slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: 0.25;
}
.custom__slick .slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
}
.custom__slick .slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 0.75;
}
.custom__slick .slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.custom__slick .slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -25px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
}
.custom__slick .slick-autoplay-toggle-button:hover,
.custom__slick .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.custom__slick .slick-autoplay-toggle-button .slick-pause-icon:before,
.custom__slick .slick-autoplay-toggle-button .slick-play-icon:before {
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.custom__slick .slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "\23f8";
}
.custom__slick .slick-autoplay-toggle-button .slick-play-icon:before {
  content: "\25b6";
}
.collapsibleContainer {
  border-radius: 2px;
}
.collapsibleTab {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.collapsibleTab:hover {
  background: #ededed;
}
.collapsibleTab div[data-role="trigger"]:before {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  content: '\002B';
}
.collapsibleTab.active {
  background: #007fff;
  color: white;
}
.collapsibleTab.active:hover {
  background: blue;
}
.collapsibleTab.active div[data-role="trigger"]:before {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  content: "\2212";
}
.collapsibleContent {
  padding: 1em 2.2em;
  overflow: auto;
  border: 1px solid #dddddd;
  border-top: 0;
  background: #ffffff;
  color: #333333;
}
.cust-red-warning {
  color: red;
  font-weight: bolder;
}
#lanyard_fab_button > button {
  border-radius: 50% !important;
  padding: 0px;
  background-color: black;
}
