:root {
    --pdp-sale-price:#dc3545;
    --pdp-grey: #dcdcdc;
    --tm-font: 'Saira Variable', 'sans serif';
    --tm-title-weight: 600;
    --tm-h3-weight: 600;
    --tm-uppercase: uppercase;
    --tm-amber: #faa632;
    --tm-orange: #faa632;
    --tm-grey: #6d6e71;
    --tm-dark-grey: #404041;
    --tm-dark-grey-hover: #1d2124;
    --tm-light-grey: #a8aab3;
    --tm-white: #e7e8e2;
    --faq-h1: clamp(1.25rem, 2.5vw, 1.75rem);
    --faq-h2: clamp(1rem, 2vw, 1.25rem);
    --h3-font-size:clamp(1rem, 2vw, 1.25rem);
    --tm-web-title-size: 30px;
    --tm-p10: 10px;
    --reset-mb: 0px;
    --white: #ffffff;
    --tm-btn-shadow: 5px 5px 5px -3px #14181b70;
    --tm-btn-rounded: 4px;
}
@font-face {
    font-family: "Saira Variable";
    src: local(''),
        url('/assets/fonts/Saira-Variable.woff2') format('woff2'),
        url('/assets/fonts/Saira-variable.ttf') format('opentype');
}
body {
    height: 100vh;
}
body.sticky-header header .logo-section, #wrapHeader {
        position: fixed;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        background: #fff;
        z-index: 1000;
    }
#wrapHeader.hide {
    top:-210px;
}
#main-content {
    min-height: calc(100vh - 400px);
}
@media (min-width:768px) {
    body.sticky-header header .logo-section, #wrapHeader {
        position: fixed;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        background: #fff;
        z-index: 1000;
    }
}

a.backtobikes {
    text-decoration: none;
    color: #faa632;
    display: flex;
    text-transform: uppercase;
    align-items: baseline;
}
a.backtobikes:hover {
    color: #fff;
    scale: 1.02;
}
.space-right {
    margin-left: auto;
}
.highlight-orange {
    color: #faa632;
}
.announcement-social {
    padding: 10px 0px;
    background: #414042;
    color: #fff;
}
.announcement-icons {
    height: 26px;
    width: 26px;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    margin-right: 15px;
}
.announcement-icons:hover {
    color: #fff;
    background: #faa632;
}
/* .announcement-icon-border {
    border: 1px solid #000;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.announcement-icon-border:hover {
     background: #faa632;   
} 
a.oem {
    background: #faa632;
    color: #fff;
}
a.oem:hover {
    color: #222;
} */

.tm-arinavheader {
    padding-top: 80px;
}
.tm-aribrands {
    padding-top: 80px;
}
/* MEGA MENU */

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link {
    font-family: var(--tm-font);
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:focus {
    color: #faa632;
}
#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul > li > a {
    text-transform: capitalize;
    font-weight: 300;
}
#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > a, #navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul > li > a {
    color: #222;
}
#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul > li {
    list-style: none;
}
#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul > li:hover,#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > a:hover,#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul > li > a:hover {
    font-weight: 700;
    color: #faa632;
}
#navbarMainMenu > ul > li.nav-item.dropdown.position-static.show > ul > li > ul {
    padding-left: 10px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #faa632;
}
.logo-section {
    padding: 8px 0px;
}
.menu-section {
    background: #fff;
    padding: 3px 0px;
}
.btn .badge {
    background: #faa632;
}
.font27 {
    font-size: 27px;
}
.font20 {
    font-size: 20px;
}
.mm-23 {
    margin-right: -23px;
}
ul.navbar-nav {
    width: 100%;
}
a.size-block {
    color: #333;
    text-decoration: none;
}
a.size-block:hover,
a.size-block._itmspec_selected {
    background: #dee2e6;
}
li.genuineParts {
    background-color: var(--tm-grey);
    border-bottom: 3px solid #ffffff;
    color: #ffffff !important;
    border-radius: 4px;
}
li.genuineParts a {
    color: #ffffff !important;
}
li.genuineParts:hover {
    color: var(--tm-amber) !important;
}
li.genuineParts a:hover {
    color: var(--tm-amber) !important;
}
.burger-menu a > span {
    position: absolute;
    right: 0;
}
.burger-menu > div > ul > li, .burger-menu > div > ul > li > ul > li, .burger-menu > div > ul > li > ul > li > ul > li,
.burger-menu > div > ul > li > a, .burger-menu > div > ul > li > ul > li > a, .burger-menu > div > ul > li > ul > li > ul > li > a {
	line-height: 2.5em;
	text-decoration: none;
}
.burger-menu > div > ul > li > ul, .burger-menu > div > ul > li > ul > li > ul {
    border-top: 1px solid #d2d2d2;
}
.burger-menu > div > ul > li, .burger-menu > div > ul > li > ul, .burger-menu > div > ul > li > ul > li > ul {
	border-bottom: 1px solid #b2b2b2;
}
.burger-menu > div > ul > li {
    text-transform: uppercase;
    font-weight: 600;
}
.burger-menu > div > ul > li > ul > li {
	text-transform: capitalize;
	font-weight: 600;
}
.burger-menu > div > ul > li > ul > li:active, .burger-menu > div > ul > li > ul > li:focus {
	border-bottom: 1px solid #b2b2b2;
}
.burger-menu > div > ul > li > ul > li > ul > li {
    text-transform: capitalize;
	font-weight: 300;
}
.burger-menu > div > ul > li > ul > li > ul {
    border-bottom: 1px solid #b2b2b2;
}
.burger-menu > div > ul > li > ul > li > ul > li > a {
    font-family: var(--tm-font);
}
.burger-menu > div > ul > li > ul > li > ul > li:active, .burger-menu > div > ul > li > ul > li > ul > li:focus {
	border-bottom: 1px solid #b2b2b2;
}

@media (min-width: 768px) {
    .mega-menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .navbar-expand-md .navbar-nav {
       flex-direction: row;
    }
    .menu-section {
        background: #fff;
    }
    .btn .badge {
        top: -20px;
        left: -11px;
        border-radius: 100%;
        background: #faa632;
        font-size: 13px;
    }
    ul.navbar-nav {
        justify-content: space-between;
    }
    #announcementMenu ul.navbar-nav {
        justify-content: end;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
/* MOBILE SEARCH BAR */
.search-box {
    font-size: 20px;
    border: solid 0.3em;
    display: inline-block;
    position: relative;
    border-radius:2.5em;
}
.search-box input[type=text] {
    font-family: inherit;
    font-weight: bold;
    width: 2.5em;
    height: 2.5em;
    padding: 0.3em 2.1em 0.4em;
    border: none;
    box-sizing: border-box;
    border-radius: 2.5em;
}

/* PRODUCTS */

.size_list > span:not(:first-child):before {
    content: " ";
}
.thumb_max {
    max-height: 260px;
}
.gap_5 {
    gap: 5px;
    flex-wrap: wrap;
}
.size_box {
    padding: 0px 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    min-width: 40px;
    min-height: 35px;
}

/* LOADER */
.loader-a {
  width: 70px;
  height: 15px;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear 
   infinite;
   margin:200px;
}

.loader-a::after,
.loader-a::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #faa632;
  width: 20px;
  height: 20px;
  transform: translate(150%, 150%);
  border-radius: 70%;
}
.loader-a::before {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(-150%, -150%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


/* HTML: <div class="loader"></div> */


  
  .loader{
    display: block;
    position: relative;
    height: 32px;
    width: 150px;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #222;
    border-radius: 20px;
  }
  .loader:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FF3D00;
    animation: ballbns 1s ease-in-out infinite;
  }
  
  @keyframes ballbns {
    0% {  
        left: 0; 
        transform: translateX(0%); 
        box-shadow: 
        -5px 0 0 -1px rgba(255, 61, 0, 0.9),
        -10px 0 0 -2px rgba(255, 61, 0, 0.8),
        -15px 0 0 -4px rgba(255, 61, 0, 0.6),
        -20px 0 0 -6px rgba(255, 61, 0, 0.4),
        -25px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    49% {  
        left: 100%; 
        transform: translateX(-100%); 
        box-shadow: 
        -5px 0 0 -1px rgba(255, 61, 0, 0.9),
        -10px 0 0 -2px rgba(255, 61, 0, 0.8),
        -15px 0 0 -4px rgba(255, 61, 0, 0.6),
        -20px 0 0 -6px rgba(255, 61, 0, 0.4),
        -25px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    51% {  
        left: 100%; 
        transform: translateX(-100%); 
        box-shadow: 
        5px 0 0 -1px rgba(255, 61, 0, 0.9),
        10px 0 0 -2px rgba(255, 61, 0, 0.8),
        15px 0 0 -4px rgba(255, 61, 0, 0.6),
        20px 0 0 -6px rgba(255, 61, 0, 0.4),
        25px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    100% {  
        left: 0; 
        transform: translateX(0%); 
        box-shadow: 
        5px 0 0 -1px rgba(255, 61, 0, 0.9),
        10px 0 0 -2px rgba(255, 61, 0, 0.8),
        15px 0 0 -4px rgba(255, 61, 0, 0.6),
        20px 0 0 -6px rgba(255, 61, 0, 0.4),
        25px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
  }  
  
/* SIDEBAR */

.stickySidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 209px;
}
.sideBarTop {
    top: 10px;
}
.grid-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 1rem;
        margin-bottom: 2rem;
    }
    .tile {
        position: relative;
        background-color: #000;
        overflow: hidden;
    }
    
    .tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 2/1;
        object-position: top;
    }
    .tile:nth-child(1), .tile:nth-child(2) {
        grid-column: span 3;
        /* grid-row: span 2; */
    }
    .tile:nth-child(3), .tile:nth-child(4), .tile:nth-child(5) {
        grid-column: span 2;
    }
    .grid-caption {
        position: absolute;
        /* inset: 0; */
        /* padding: 50px; */
            /* padding: 30px; */
            /* text-align: center; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
            /* justify-content: end; */
            /* top: calc(100% - 36px); */
        width: 100%;
        height:100%;
            /* background-color: #222; */
        top: 0;
        left: 0;
    }
    .grid-title .headline {
        font-family:  var(--tm-font);
        /* color: #faa632; */
        color: #222;
        text-transform: uppercase;
            /* font-size: 32px; */
        font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1880 - 300)));
        position: relative;
        /* bottom: 25px; */
        background: rgba(255,255,255,1);
        border-radius: 0 0 25px 0;
        padding: 0 20px;
    }
    .tile:hover .image .tile__img{
        opacity: 0.7;
        scale: 1.05;
    }
@media screen and (max-width: 767.98px) {
    .grid-container {
        display: block;
    }
    .tile {
        margin-bottom: 1rem;
    }
}
.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header-search button {
    background-color: #faa632;
}
nav .card .card-body ul .nav-wrapper:hover {
    background-color: #faa632;
}
nav .card .card-body ul .nav-item .nav-link:hover {
    color: #fff;
    background-color: #faa632;
}
nav .card .card-body ul.lvl2 .nav-item .nav-link:hover, nav .card .card-body ul.lvl3 .nav-item .nav-link:hover {
    color: #222;
    font-weight: 600;
}
.brand-item:hover, .thumbnail-image:hover {
    scale: 1.05;
}

/* PDP */
.price.font-weight-bold.mb-0 {
    font-weight: 800 !important;
    color: var(--pdp-sale-price);
    font-size: 17px;
    line-height: 17px;
}

/* FOOTER */

.payment-icon-container {
    padding: 6px;
    height: 30px;
}
.payment-icon {
    width: 40px;
    background-size: 40px;
}



@media (min-width: 768px) and (max-width:992px) {
    .header-container {
        width:100%;
    }
}
@media (min-width: 1200px) {
    .container, .header-container {
        max-width: 1360px;
    }
    .announcement-social .header-container {
        max-width: 1360px;
    }
}
hr {
    border-top: 1px solid rgba(0, 0, 0, .2);
}
#homepage-content {
    border: unset;
}
.saira {
    font-family: var(--tm-font);
}
.uppercase {
    text-transform: uppercase;
}
@media (min-width: 768px) {
header .logo {
    max-height: 103px;
    }
}

@media (max-width: 767.8px) {
    .hm-banner {
        max-width: 100%;
    }
}

/* BUTTONS */
.btn:focus, .btn.focus {
    webkit-box-shadow: 0 0 0 0.2rem rgba(250, 166, 50, .25);
    box-shadow: 0 0 0 0.2rem rgba(250, 166, 50, .25);
}
.pxy-2 {
    padding: 8px;
}
.card.thumbnail.card-body.h-100.pxy-2 {
    outline: 1px solid #33333320;
    outline-offset: -3px;
}
.tm-font {
    font-family: var(--tm-font);
}
.tm-title-weight {
    font-weight: var(--tm-title-weight);
}
.tm-uppercase {
    text-transform: var(--tm-uppercase);
}
.header-separator {
    border-bottom: 2px solid var(--tm-grey);
}
.faq h1 {
    font-size: var(--faq-h1);
}
.faq h2 {
    font-size: var(--faq-h2);
}
.reset-mb {
    margin-bottom: var(--reset-mb);
}
.h3_bar {
    padding: var(--tm-p10);
    background-color: var(--tm-dark-grey);
    font-family: var(--tm-font);
    color: var(--white);
    text-transform: var(--tm-uppercase);
    font-size: 18px;
    font-weight: var(--tm-h3-weight);
}
.btn-tm-dark {
    background-color: var(--tm-dark-grey);
    border-color: var(--tm-dark-grey);
}
.btn-pdp-grey {
    background-color: var(--pdp-grey);
    border-color: var(--pdp-grey);
}
.btn-tm-dark:hover {
    background-color: var(--tm-dark-grey-hover);
    border-color: var(--tm-dark-grey-hover);
    color: var(--tm-orange) !important;
}
.btn-pdp-grey:hover {
    background-color: var(--tm-light-grey);
    border-color: var(--tm-light-grey);
    color: var(--tm-orange) !important;
}
.dl_socials {
    display: grid;
    grid-template-columns: 1fr;
    gap:5px;
    place-items: start;
    place-content: start;
    margin-top: 10px;
}
.mc\:specificsTitle {
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--tm-font);
}
.mc\:specificsContent {
    font-weight: 400;
    font-family: var(--tm-font);
}
.bike-enquiry a {
    color: #222222 !important;
    font-size: 15px;
    font-size: 0.94rem;
}
.wish_icon {
    content: '\f417';
}
.store_details_grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 10px;
}
.store_details_grid img {
    height: 100%;
    object-fit: cover;
}
.store_details_grid:not(:first-of-type), .no_duplicate:not(:first-of-type) {
    display:none;
}
.n-responsive-content ul li {list-style-position: inside;}
.n-responsive-content ul, .n-responsive-content ol {padding-left: 2rem;}
.btn-shadow {box-shadow: var(--tm-btn-shadow);}
.btn-rounded {border-radius: var(--tm-btn-rounded)}
.findify-stickers-wrapper .findify-free-gift,.findify-stickers-wrapper .findify-sticker.findify-new-sticker,
.findify-components-search--desktop-facets__header .findify-components-search--desktop-facets__title,
.findify-components-search--desktop-facets__title .findify-clear-all-button,
.findify-components--button.findify-components-search--desktop-facets__hide .findify-components--text.findify-components--text__secondary-uppercase {
    color: #222222;
}
.findify-components-search--desktop-facets__header .findify-components-search--desktop-facets__hide svg path {
    fill: #222222;
}
.findify-product-wrapper {
    box-shadow: var(--tm-btn-shadow);
}
.findify-components--cards--product--price__price-wrapper .findify-price-label {
    margin-bottom: -7px;
    text-align: end;
}
.tabbable .nav.nav-tabs .nav-item a.nav-link {
    color: var(--tm-text);
}
.relatedMCs {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}