body {
   	font-family: "Barlow Semi Condensed", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont  /*{headers-font-family}*/;
}
a, .btn-link{
	color: var(--dark) /*{link-text-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Kanit", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont /*{headers-font-family}*/;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1, .h1 {
	font-size: 34px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 28px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 16px /*{header-5-font-size}*/;
}
.breadcrumb-section, #n_customer_account .breadcrumb {
	background-color: var(--light) /*{breadcrumb-background-colour}*/;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: var(--dark) /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: var(--dark) /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: #fff /*{pagination-text-colour}*/;
	background-color: var(--secondary) /*{pagination-bg-colour}*/;
	border-color: var(--secondary) /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #fff /*{pagination-text-colour-hover}*/;
	background-color: var(--primary) /*{pagination-bg-colour-hover}*/;
	border-color: var(--primary) /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: var(--primary) /*{pagination-bg-colour-active}*/;
	border-color: var(--primary) /*{pagination-border-colour-active}*/;
}
.card {
	border-color: var(--dark) /*{panel-border-colour}*/;
}
.card-header {
	background-color: var(--secondary) /*{panel-header-bg-colour}*/;
	border-color: var(--secondary) /*{panel-header-border-colour}*/;
}
.card-header, .card-header *, body .card-header *:hover {
	color: var(--white) /*{panel-header-text-colour}*/;
}
.productsave {
	color: var(--primary) /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler,
#header-call .fa,
#header-cart .fa {
	color: var(--primary) /*{header-icon-colour}*/;
}
.wrapper-header .menu-section, .wrapper-header .header-topbar {
	background-color: var(--primary) /*{navbar-default-bg-colour}*/;
}
.wrapper-header .navbar {
	background-color: rgba(255, 255, 255, 0) ;
}
.wrapper-header .navbar .navbar-nav .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-item i {
	color: #fff /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus,
.wrapper-header .header-topbar .nav-link:hover,
.wrapper-header .header-topbar .nav-link:focus,
.wrapper-header .header-topbar .nav-item i:hover,
.wrapper-header .header-topbar .nav-item i:focus {
	color: var(--primary) /*{navbar-default-link-colour-hover}*/;
	font-weight: 700;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show,
.wrapper-header .navbar-nav .nav-link.active{
	color:  var(--primary)/*{navbar-default-link-colour-active}*/;
	font-weight: 700;
}
.mega-menu>li.nav-item:last-child a {
	background-color: var(--secondary) /*{dropdown-menu-bg}*/;
	border-color: var(--secondary) /*{dropdown-menu-border-colour}*/;
}
.dropdown-item,
.mega-menu>li.nav-item:last-child a {
	color: #fff /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.mega-menu>li.nav-item:last-child a:hover,
.mega-menu>li.nav-item:last-child a:focus,
.mega-menu>li.nav-item:last-child a:active {
	color: #fff /*{dropdown-menu-link-colour-hover}*/;
	background-color: var(--primary) /*{dropdown-menu-link-bg-hover}*/;
}
.mega-menu-cat {
    min-height: 300px;
}
/* Categorybox Homepage */
.dah_homecategories .thumbnail .caption h5>a:active,
.dah_homecategories .thumbnail .caption h5>a:focus,
.dah_homecategories .thumbnail .caption h5>a:hover,
.dah_homecategories .thumbnail:hover .caption h5>a,
.dah_homecategories .thumbnail .caption h5>a {
	color: #fff /*{category-box-heading-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn {
	color: #fff /*{category-box-button-colour}*/;
	background-color: var(--primary) /*{category-box-button-background-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn:hover,
.dah_homecategories .thumbnail .caption a.btn:focus,
.dah_homecategories .thumbnail .caption a.btn:active {
	color: #fff /*{category-box-button-hover-colour}*/;
	background-color: var(--secondary) /*{category-box-button-hover-background-colour}*/;
}
.dah_homecategories .thumbnail .caption {
	background-color: var(--secondary) /*{category-box-caption-background-colour}*/;
	opacity:0.8;
}
.dah_homecategories .thumbnail:hover .caption {
	background-color: var(--primary) /*{category-box-caption-hover-background-colour}*/;
	opacity: 0.65 
}
/* Footer section */
.wrapper-footer {
	background-color: var(--secondary)  /*{footer-background-colour}*/;
}
.wrapper-footer p {
	color: var(--light)  /*{footer-font-colour}*/;
}
.wrapper-footer a {
	color: var(--light) /*{footer-link-colour}*/;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: var(--primary) /*{footer-link-colour-hover}*/;
}
.wrapper-footer nav h4.nav-link, .wrapper-footer nav h4.nav-link:hover, .wrapper-footer nav h4.nav-link:focus {
    color: #fff /*{footer-heading-colour}*/;
}
/*Homepage Carousel*/
@media (max-width: 767px) {
    .carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
    color: #000000 /*{carousel-text-colour}*/;
}
}
@media (max-width: 575.98px) {
.carousel-control-prev, .carousel-control-next {
    top:-110px;
    z-index: 200;
}
.carousel-caption {
    transform:translateY(0%);
    position:revert;
    padding-top:10px;
    margin-left:10px;
}
}
.workshop {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.teknikmotorsport.com/assets/image/workshop-bg.png);
    position:relative;
    text-align:center;
    border-radius:5px;
}
.brand-item > a {
    border-radius:5px;
}
/*MH announcement marquee*/
.marquee {
  width:100%;
  background-color: var(--light);
  padding: 0.5rem;
  color:var(--secondary);
  font-size:1rem;
  font-weight:bold;
}
.marquee a {color: var(--secondary)}
.marquee p {margin-bottom:0;} 

.btn-outline-secondary:hover {
    border-color:var(--light)!important;
    background-color:var(--light)!important;
    color:var(--secondary)!important;
}

/*JH Accounts page*/
.p-orderthumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accOptions {
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 700;
}
.badge-adjustment {
    vertical-align:middle!important;
    font-size:100%!important;
    line-height:1.5!important;
}

/*Products Page*/
#n_product .extra-options form.buying-options .btn-danger:hover {
    background-color: var(--dark);
    border-color: var(--dark);
}

/*Temporary add*/
dd {
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0 !important;
}
dt {
    font-weight: 700;
    display: inline-block;
    min-width: 50%;
    margin-bottom: 0;
}
.bike_content p{
    margin-bottom:0;
}

#tk_pforkinfo .card-body.clearfix div h3 {
    display:none;
}

#tk_pforkinfo .card-body.clearfix div dl {
    margin-bottom:0;
    margin-top:0;
}

#tk_pshockinfo .card-body div h3 {
    display:none;
}

#tk_pshockinfo .card-body div dl {
    margin-bottom:0;
}

#tk_pshockinfo {
    padding-top:1.25rem;
    padding-bottom:1.25rem;
}

h1, .h1 {
    font-size: 30px /*{header-1-font-size}*/;
}
h2, .h2 {
    font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
    font-size: 18px /*{header-3-font-size}*/;  
}
.thumbnail.card-body span.badge {
    position: absolute;
}
.dah_homecategories .thumbnail {
    border: solid 1px #ddd;
}

.dah_homecategories .thumbnail .new-caption {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.dah_homecategories .thumbnail .new-caption a.overlay-btn {
    width: 100%;
    display: block;
    max-width: 260px;
    margin: 0px auto;
    padding: 10px 40px 10px 10px;
    background: #ed1c24;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.dah_homecategories .thumbnail .new-caption a.overlay-btn i.fa {
    position: absolute;
    right: 30px;
    top: 13px;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.dah_homecategories .thumbnail:hover .new-caption a.overlay-btn i.fa {
    right: 20px;
}

.dah_homecategories .thumbnail:hover .new-caption a.overlay-btn {
    background: #ff6c72;
}

.row.featured-bikes-row .col-3.col-lg-2 {
    border: solid 1px #ddd;
    margin-bottom: 30px !important;
    border-radius: 5px;
}

.row.featured-bikes-row .col-3.col-lg-2 img.img-fluid.p-2 {
    max-height: 100px;
    margin: 0px auto;
    display: block;
}
a.sub-cat {
    padding: 0;
    display: block;
    margin-bottom: 10px;
    border: none;
    width: calc(100% - 20px);
    text-decoration: none;
}

a.sub-cat i.fa {
    color: #ed1c24;
    margin-right: 5px;
}
div#accordionDescription a {
    text-decoration: underline;
    color: #0000FF;
}
.col-footer-about .nav.list-social > li a {
    font-size: 17px;
    color: #f01623;
}
.col-footer-about .nav > li {
    padding: 0px 0 10px;
}
a.stretched-link {
    text-decoration: none;
}

.accordion > .card {
    border-bottom: solid 1px !important;
    border-radius: 5px !important;
}

.accordion > .card .card-body hr:last-child {
    display: none;
}
html{
	scroll-behavior: smooth;
}
.carousel-caption.d-flex.flex-column.text-left {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center !important;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    background: #14141465;
    border: none;
    border-radius: 0;
    z-index: 9;
}

.carousel-caption.d-flex.flex-column.text-left span.btn.btn-primary.btn-lg {background: #000;display: inline-block;margin-top: 10px;}

.carousel-caption.d-flex.flex-column.text-left p:last-child {
    margin: 0px;
}

.carousel-caption.d-flex.flex-column.text-left * {
    text-shadow: none;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 200;
}

.link-dark {
    background-color: #000;
    width:fit-content;
    padding:5px;
    border-radius: 5px;
}

.zoom {
    padding: 40px;
    border: solid 1px #ddd;
}

.products_alt_images > div > a.dahactive, .products_alt_images > div > a:hover {
    border: solid 1px #000;
}

.brand-image .img-fluid{
	border: solid 1px #ddd;
}
.nav-tabs .nav-link {
    font-size: 16px;
    border: solid 1px #dddd;
}
#n_product .tabbable .nav-tabs .nav-link.active {
    background: #000;
    color: #fff !important;
    border-radius: 5px 6px 0px 0px;
}
.tabbable .tab-content {
    border: solid 1px #ddd;
}
.card.speci-card {
    border: solid 1px #ddd;
}

.product-usp img.img-fluid {
    max-width: 50px;
}

.radio-col .specific {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px;
}

.custom-radio {
    position: relative;
    width: 20%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.custom-radio input._itmspec_radio {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.custom-radio label.custom-radio-label {
    border: solid 2px #ddd;
    width: 100%;
    border-radius: 0px;
    background: #f7f7f7;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-radio input._itmspec_radio[type=radio]:checked + label.custom-radio-label {
    background: #e4f9f9;
    border-color: #62adad;
    color: #000;
}
.custom-radio label.custom-radio-label p.price {
    color: #ed1c24;
    margin-bottom: 5px;
}

.custom-radio label.custom-radio-label span.badge {
    padding: 5px 10px;
}

span.result-float-right {
    position: absolute;
    right: 15px;
    top: 12px;
    display: flex;
    align-items: center;
}

span.result-float-right span.result-arrow {
    font-size: 18px;
    margin-left: 10px;
}

#tk_parts_accordion .card-header {
    padding-right: 60px;
}

ul.address-list {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 20px;
}

ul.address-list li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 40px;
}

ul.address-list li i.fa {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    padding: 0px;
    margin: 0px;
    transform: none;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.lead {
    font-size: 16px;
}

.badge-danger {
    color: #fff;
    background-color: #ed1c24;
}

.des {
    font-size: 14px;
    line-height: normal;
}

.text-danger {
    color: #ed1b24 !important;
}

.w-35{
    width: 35% !important;
}

.w-85{
    width: 85px;
}

.extra-product-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

.extra-product-lists .extra-list-item {
    width: 25%;
    padding: 0px 5px;
}

.extra-product-lists .extra-list-item .extra-radio-group label {
    border: solid 2px #ddd;
    position: relative;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #f7f7f7;
}

.extra-product-lists .extra-list-item .extra-radio-group .img img {
    width: 100%;
    margin-bottom: 10px;
}

.extra-product-lists .extra-list-item .extra-radio-group .content h3 {
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    font-weight: 300;
}

.extra-product-lists .extra-list-item .extra-radio-group .content h3 a {
    display: block;
    color: #000 !important;
    font-weight: 300;
}

.extra-product-lists .extra-list-item .extra-radio-group .content h4 {
    font-size: 0.875rem;
    color: #ed1c24;
    margin-bottom: 5px;
}

.extra-product-lists .extra-list-item .extra-radio-group .content span.badge {
    font-size: 80%;
}

.extra-product-lists .extra-list-item .extra-radio-group {
    height: 100%;
    padding-bottom: 10px;
    position: relative;
}

.extra-product-lists .extra-list-item .extra-radio-group input.nUpsellWidget--list--toggle {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.extra-product-lists .extra-list-item .extra-radio-group input.nUpsellWidget--list--toggle:checked + label {background: #e4f9f9;border-color: #62adad;color: #000;}

.selected-icon {
    position: absolute;
    left: 0;
    top: 0px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    border-radius: 0 0 15px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.extra-product-lists .extra-list-item .extra-radio-group input.nUpsellWidget--list--toggle:checked + label .selected-icon {
    opacity: 1;
    visibility: visible;
}

.thumbnail.card-body .new-price, .thumb_list .card-body .new-price{
    flex-direction: row !important;
}

.thumbnail.card-body p.price.new-price span.badge {
    position: static;
    flex-wrap: wrap;
}

.thumbnail.card-body p.price.new-price span.d-block {
    width: 100%;
    margin-top: 5px;
}

.thumbnail.card-body .new-price {
    flex-wrap: wrap;
    height: 65px;
    margin-bottom: 10px;
}

.thumbnail.card-body .card-title {
    height: 35px;
    overflow: hidden;
    min-height: 35px;
    margin: 0px;
}

.thumbnail.card-body p.small {
    font-size: 90%;
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}

.thumbnail.card-body p.subtitle span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail.card-body .des {
    font-size: 12px;
    margin-bottom: 5px;
    height: 30px;
    overflow: hidden;
    min-height: 30px;
    display: block;
    width: 100%;
}

.thumb_list .product-info .price.lead  span.d-inline-flex {
    font-size: 18px;
    font-weight: 700;
}

.thumb_list .product-info h4.title {
    margin-bottom: 2px;
}

.wrapper-pricing .productsave, .wrapper-pricing .productrrp {
    font-size: 1.25rem;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}

div#accordionFAQ .card > .card-header {
    background: #f7f7f7f7 !important;
    padding: 0px !important;
}

#accordionFAQ.accordion > .card {
    border: solid 1px #ddd !important;
    margin-bottom: 15px;
}

div#accordionFAQ .card > .card-header button {
    margin: 0px;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 15px;
    position: relative;
    display: block;
}

div#accordionFAQ .card .card-body {
    padding: 15px !important;
}

div#accordionFAQ .card > .card-header button:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    color: #ed1c24;
    position: absolute;
    right: 15px;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    transform: none;
}

div#accordionFAQ .card > .card-header button.collapsed:after {
    transform: rotate(-90deg);
}

div#accordionFAQ {
    width: 100%;
    flex: 0 0 100%;
}

.payment-icon-container-buy-opt {
    padding: 5px;
    background: #EFEFEF;
    border-radius: 3px;
    display: inline-block;
    height: 25px;
}
.payment-icon-buy-opt {
    width: 30px;
    background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/paymenticons.svg");
    background-size: 30px;
}

#currency_select select { 
    width: 170px; 
    font:0.8em "Barlow Semi Condensed", Arial, Helvetica, sans-serif;
    float: right;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem
}
.DynamicConverter_float_div  { 
    background-color: #F9F9F9;  
    border:1px solid #ababab;
    text-align: center; 
    z-index:99999 !important; 
}
.DynamicConverter_float_bar  { 
    background-color: #ED1C24 !important;  
    color: #FFFFFF !important;  
    font-family: "Barlow Semi Condensed", Verdana, Arial, Helvetica, sans-serif !important; 
}
.DynamicConverter_float_bar a, .DynamicConverter_float_bar a:link, .DynamicConverter_float_bar a:visited, .DynamicConverter_float_bar a:active, .DynamicConverter_float_bar a:hover { 
    color: #fff; 
    font-size: 12px; 
    text-decoration: none; 
    background-color: #ED1C24 !important; 
}
.DynamicConverter_float_text { 
    color: #000; 
    font-weight:normal; 
    font-size: 11px; 
    font-family: "Barlow Semi Condensed", Verdana, Arial, Helvetica, sans-serif !important; 
}

/* Start Slick Slider */
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}
.products-section {
    padding: 0 !important;
}

/* End Slick Slider */

@media only screen and (min-width: 992px){
.wrapper-pricing .h1 {
    font-size: 36px;
}
}

@media only screen and (max-width: 991px){

.compat-btn {
    margin-bottom: 0.5rem;
}

.carousel-caption.d-flex.flex-column.text-left h2 {
    font-size: 16px;
}

.carousel-caption.d-flex.flex-column.text-left p {
    font-size: 14px;
    line-height: normal;
}

.carousel-caption.d-flex.flex-column.text-left span.btn.btn-primary.btn-lg {
    font-size: 14px;
}
.nav-tabs .nav-link {
    font-size: 14px;
    border: solid 1px #dddd;
}
.custom-radio {
    position: relative;
    width: 25%;
    padding: 0px 5px;
}

}
a.btn.btn-default.showmore.float-right{
    margin-top: -1em;
}

.academy-tile {
    text-align: center;
    background-color: #4d4b49;
    max-width: 200px;
    border: 0px solid #4d4b49;
    font-size: 120%;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.academy-tile:hover {
    border: 2px solid #ed1c24;
}

.academy-tile i {
    font-size: 300%;
    padding-top: 10px;
    color: whitesmoke;
}

.academy-tile .academy-label {
    font-weight: 500;
    color: white;
    padding-top: 10px;
}

.newsletter-footer{
    background-image: url(https://www.teknikmotorsport.com.au/assets/images/teknik-newsletter-signup.jpg);
    width: 100%;
    float:right;
    background-color: #000;
}

.border-top-light{
    border-top: 1px solid #f5f5f5;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}
.js-social-share-container {
    background-color: #000;
}

@media only screen and (min-width: 768px){
    .dt-hide{
        display:none;
    }
}
@media only screen and (max-width: 768px){
    .brand-item > a, .row.featured-bikes-row .col-3.col-lg-2 {
        border: none;
    }
}
@media only screen and (max-width: 767px){
    .carousel-caption.d-flex.flex-column.text-left {
        max-width: 90%;
        margin: 0px;
        padding: 15px;
        position: static;
        transform: none;
        margin: 0px auto;
        min-height: 150px;
        background: transparent;
        border: none;
    }
	.dah_homecategories .thumbnail .new-caption a.overlay-btn {
	    font-size: 12px;
	    padding: 8px 20px 8px 10px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    width: 90%;
	}

	.dah_homecategories .thumbnail .new-caption a.overlay-btn i.fa {
	    right: 10px;
	    top: 10px;
	    font-size: 18px;
	}

	.dah_homecategories .thumbnail .new-caption {
	    bottom: 10px;
	}

	.row.featured-bikes-row .col-6.col-md-3.col-lg-2 {
	    width: 40% !important;
	    flex: 0 0 40%;
	}
	a.sub-cat i.fa {
	    position: absolute;
	    left: 6px;
	    top: 2px;
	}

	.col-6.col-sm-4.px-0.sub-cat-col {
	    margin-bottom: 10px;
	}

	a.sub-cat {
	    padding: 0;
	    display: block;
	    margin-bottom: 0;
	    border: none;
	    width: calc(100% - 10px);
	    text-decoration: none;
	    font-size: 12px;
	    position: relative;
	    line-height: normal;
	    padding-left: 20px;
	    height: 100%;
	}
	.navbar-toggler {
	    padding: 0.25rem 0.5rem;
	}	
	#n_product .extra-options form.buying-options input.qty{
		max-width: 120px;
	}
    .custom-radio {
        position: relative;
        width: 33.3%;
        padding: 0px 5px;
    }
    div#store-finder-results div#geo_map_pl {
        order: 1;
    }

    div#store-finder-results div#geo_map {
        height: 300px !important;
        margin-bottom: 10px;
    }

    .geo_loc_item hr {
        margin: 10px 0px;
    }
    .extra-product-lists .extra-list-item {
        width: 33%;
        padding: 0px 5px;
    }
    .thumbnail.card-body .card-title {
        height: 46px;
        overflow: hidden;
        min-height: 46px;
        margin: 0px;
    }
    .thumbnail.card-body .des {
        font-size: 10px;
        margin-bottom: 5px;
        height: 26px;
        overflow: hidden;
        min-height: 26px;
        display: block;
        width: 100%;
    }
    .mob-hide {
        display:none
    }
}
a.stretched-link {
    font-family: "Barlow Semi Condensed", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont  /*{headers-font-family}*/;
}
