/* ====================================================
[BEGIN] GENERAL STYLES
==================================================== */


/* REQUIRED */

@font-face {
    font-family: 'mkc';
  	font-display: swap;
    src: url('https://www.mkcmoto.com/media/fonts/mkc.eot?20210910142554');
    src: url('https://www.mkcmoto.com/media/fonts/mkc.eot?20210910142554#iefix') format('embedded-opentype'),
         url('https://www.mkcmoto.com/media/fonts/mkc.svg?20210910142554#mkc') format('svg'),
         url('https://www.mkcmoto.com/media/fonts/mkc.woff?20210910142554') format('woff'),
         url('https://www.mkcmoto.com/media/fonts/mkc.ttf?20210910142554') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Define MKC font styles */
[class*='micon-']:before{
	display: inline-block;
   font-family: 'mkc';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}


/* TEMP */
.amlabel-position-middle-center-209235-prod{
line-height: normal !important;
    position: absolute !important;
    display: block !important;
    width: 214px !important;
    height: 44px !important;
    bottom: 35px !important;
    left: 0px !important;
    right: 0px !important;
    margin-left: auto!important;
    margin-right: auto!important;
	inset:inherit !important;
}

/* STANDARD */


.mkc-theme-dark * {
    color:#fff;
}

.mkc-theme-dark h2, .mkc-theme-dark h1 {
    color:#fff;
}

.mkc-max-width-1 {
    max-width:800px;
    margin:0 auto;
}

.mkc-max-width-2 {
	
}

.mkc-max-width-3 {
	max-width:420px;
}

.mkc-flex {
    display:flex;
}

.mkc-header {
	position:relative;
}

.mkc-header > * {
	z-index:99;
}

.mkc-header::before {
	content:" ";
	background:#000;
	opacity:0.5;
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:0;
	bottom:0;
}


.mkc-clear {
}

.mkc-clear .widget.video-banner-widget:before {
	content:unset;
}

.mkc-small {
	font-size:14px !important;
}

.mkc-smaller {
	font-size:12px !important;
}

.mkc-smallest {
	font-size:10px !important;
}

.mkc-uppercase {
	text-transform:uppercase !important;
}

/* MKC HOME */
.cms-index-index .pagebuilder-slide-wrapper [data-element=content] {
    overflow: hidden;
}

/* GEO IP height changes */
#gir-popup .gir-popup__inner, #gir-popup .gir-popup-content{
	min-height: unset !important;
}

/* MKC FAQ */

.mkc-faq {
    border:1px solid #ececec;
    padding:0 !important;
}

.mkc-faq > div {
    padding: 20px;
    border-bottom:#ececec 1px solid;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    cursor:pointer;
}

.mkc-hidden p:last-child {
    display:none;
}

.mkc-faq > div:last-child {
    border:0px solid #ececec;
}

.mkc-faq > div > p:first-child {
    font-weight: 600;
    display: block;
    cursor: pointer;
    padding-bottom:0;
    margin-bottom:5px;
}

.mkc-faq > div > p.mkc-hidden:first-child {
    margin-bottom:0;
}


.mkc-faq > div > p:first-child::before {
    content: "-";
    background:#000;
    color:#fff;
    text-align:center;
    line-height:20px;
    border-radius:50%;
    display:inline-block;
    font-size:10px;
    width:20px;
    height:20px;
    margin-right:5px;
    position: relative;
    top: -2px;
}

.mkc-faq > div.mkc-hidden > p:first-child::before {
    content: "?";
}

.mkc-faq-title {
    padding-bottom:0;
    margin-bottom:0;
}



/* BUTTONS */


.mkc-button-2 > * {
	background: transparent !important;
    border-bottom: 2px solid #999 !important;
    color: #000 !important;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 13px !important;
    padding: 5px 0 0px 0 !important;	
}
.mkc-button-2:hover > * {
	background:transparent !important;
	border-bottom:2px solid #000 !important;
	color:#000 !important;
}

.mkc-button-3 > * {
	background:transparent !important;
	border:2px solid #fff !important;
	color:#fff !important;
	cursor:pointer;
	border-radius:40px !important;
}
.mkc-button-3:hover > * {
	background:transparent !important;
	border:2px solid #fff !important;
	color:#fff !important;
	opacity:0.8 !important;
}


/* Lists styles */
.mkc-special-list-1 li {
    background: #fff;
    display: inline-block;
    padding: 14px 18px 11px;
    color: #000;
    font-weight: 500; 
    margin: 3px 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mkc-special-list-1 li::before {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    margin-right: 7px;
    top: 1px;
    position: relative;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    font-variant: normal;
    content: "✓";
    color: #000;
}

.mkc-special-list-2, .mkc-special-list-2 ul {
    margin-left:0;
    padding-left:0;
}


.mkc-special-list-2 li {
    display: inline-block;
    padding: 14px 18px 11px;
    color: #000;
    font-weight: 500; 
    margin: 3px 2px;
    border:1px solid #999;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mkc-special-list-3 ul {
	padding:0;
	margin:0;
}

.mkc-special-list-3 li {
    background: #e8e8e8;
    display: inline-block;
    padding: 12px 18px 11px;
    color: #000;
    font-weight: 500; 
    margin: 3px 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mkc-special-list-4 ul {
	padding:0;
	margin:0;
}

.mkc-special-list-4 li {
    background: #4c4c4c;
    display: inline-block;
    padding: 11px 18px 11px;
	letter-spacing:0.5px;
    color: #fff;
	font-size:11px;
	text-transform:uppercase;
    font-weight: 500; 
    margin: 3px 2px;
    -webkit-font-smoothing: subpixel-antialiased;
}


/* Temp fix for store stock table */
.store-stock__overview-head select {
    font-size: 2rem;
	font-weight:700;
}

.store-stock__overview-table .cell.value{
	 background: #e0b7b3;
}

.store-stock__overview-table .cell.value.-in-stock {
    background: #d1e4d5;
}


/* tabel styles */
.mkc-tabel-1 {
	color:#808080;
}


.mkc-tabel-1 thead {
    background-color: #000;
}

.mkc-tabel-1 thead td {
    color:#fff;
}
		
.mkc-tabel-1 tbody tr:nth-of-type(2n+1) {
    background-color: #e1e1e1;
}	

.mkc-tabel-1 tbody tr:nth-of-type(2n) {
    background-color: #f2f2f2;
}


/* MKC Custom Slider */

.mkc-custom-slider [data-content-type="slide"] .pagebuilder-overlay.pagebuilder-poster-overlay {
    background:#000;
    background: rgba(0, 0, 0, .4) !important;
}

.mkc-custom-slider .pagebuilder-slide-wrapper .pagebuilder-overlay p {
    letter-spacing:0;
}

.mkc-custom-slider .pagebuilder-poster-content h3 {
    margin:0 0 20px 0;
}

.mkc-custom-slider[data-content-type="slider"] .slick-dots { /*Fixing right aligned dots...*/
    left:10px !important;
    right:10px !important;
    text-align:center !important;
}

/* MKC Custom lightbox */

.lb {
	cursor:pointer;
}

.mkc-lightbox {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:990;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	background: rgba(0, 0, 0, 0.8);
	transition: all 1s ease;	
}

.mkc-lightbox .img-holder {
	margin-top:-5%;
}

.mkc-lightbox span.close {
	position:fixed;
	top:10px;
	right:10px;
	max-width: 55px;
	min-height: 45px;
	display: inline-block;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	margin: 0;
}

.mkc-lightbox span.close::before {
    content: "\e80a";
    font-size: 3rem;
    font-family: "mkc";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    color: #fff;		
}

.mkc-lightbox span.close:hover::before {
	color:#3df5a6;
}



.mkc-lightbox img {
	max-width:940px;
}



/* VACATURES */

li.homerun-widget__list-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-align: left;
    font: 15px DINNext, Helvetica, Arial, sans-serif;
    margin: 10px 0 0 0;
    font-weight: 100 !important;
}

li.homerun-widget__list-item a {
    color: #fff;
    font-weight: bold;
    padding: 10px 0 0 0;
    position: relative;
    display: block;
}

#homerun-jobs-widget .homerun-widget__vacancy * {
    font-family: unset;
}

#homerun-jobs-widget .big .homerun-widget__vacancy__title {
    display: inline-block !important;
}

#homerun-jobs-widget .homerun-widget__vacancy__title {
    color:#FFF !important;
}

span.homerun-widget__vacancy__dot {
    display: none !important;
}

span.homerun-widget__vacancy__department, span.homerun-widget__vacancy__type {
    margin: 0 0 0 6px !important;
}

.homerun-widget__vacancy div:after {
    content: "→";
    display: inline-block;
    color: #fff;
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
}

#homerun-jobs-widget .homerun-widget {
    background:transparent !important;
}

 #homerun-jobs-widget .homerun-widget__vacancy__type, #homerun-jobs-widget .big .homerun-widget__vacancy__department {
     color:#fff !important;
}

#homerun-jobs-widget .big .homerun-widget__vacancy:hover {
    background:transparent !important;
}


/* Bikers friday form */
.mkc-bikersfriday-form {
    display: block;
    position: relative;
    padding: 3%;
    color: #000;
    margin: 0 auto;
    text-align: left;
    max-width: 600px;
}

.mkc-bikersfriday-form td {
    width: 100%;
    display: block;
    line-height: 25px;
    margin-top: 10px;
	padding:0;
}



/* Store Sliders */

.mkc-store-slides {
    overflow: hidden;
    width: 400px;
    height: 260px;
    background-color: #000;
	position:relative;
}
.mkc-store-slides img {
    width: 600;
    height: 400;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	transition: opacity 2s ease;
}

.mkc-store-slides img.active {
	opacity:1;
	transition: opacity 2s ease;	
}

.mkc-store-slides.mkc-big-header {
    height: 400px;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    right: 0;
}

.mkc-store-slides.mkc-big-header img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
}


/* List images */
.mkc-list-images {
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin:20px 0;
    justify-content: space-between;
}

.mkc-list-images li {
    flex: 0 0 32%;
    width: 32%;
    list-style:none;
}


.mkc-list-images li * {
    max-width:100%;
    height:100%;
	object-fit:cover;
	cursor:pointer; 
}

/* For the stores: List of services */

.list-services {
  display:flex;
  width:100%;
padding-left:0;
	flex-wrap:wrap;
}

.list-services li {
  width:140px;
  text-align:center;
  margin:10px 10px 10px 10px;
  font-size:14px;
  line-height:16px;
	list-style:none;
}

.list-services li span {
 	display:block;
}

.list-services li a {
 	display:inline-block;
  border-bottom:1px solid #000;
  color:#000;
  font-weight:500;
  line-height:16px;
  font-size:13px;
  padding-top:5px;
}

.list-services li::before {
  width:140px;
  height:140px;
  border-radius:50%;
  background: #3c257f;
  display:block;
  content:"";
  margin-bottom:10px;
  font-family:mkc;
  color:#fff;
  line-height:140px;
  font-weight:300;
  font-size:60px;
  -webkit-font-smoothing: antialiased;
}

.list-services .koffie::before {
	content:"\f0f4";
}
.list-services .wifi::before {
	content:"\f1eb";
}
.list-services .outlet::before {
  font-size:68px;
	content:"\e80e";
}
.list-services .shoei-personal-fitting::before {
  font-size:40px;
	content:"\e80d";
  background:#25a56e;
}
.list-services .custom-works::before {
  font-size:95px;
  content:"\e811";
  background-color:#25a56e;
}
.list-services .gehoorbescherming-op-maat::before {
	content:"\e80c";
  background:#25a56e;
}

.list-services .advies-op-afspraak::before {
	content:"";
	display: block;
  background:#25a56e;
  background-image: url(//cdn.webshopapp.com/shops/86288/files/325726140/afspraak.png);
	background-size: 70px;
  background-repeat: no-repeat;
	background-position: 37px 40px;
}



/* DATA MAATTABELLEN STYLES */


.data-holder table, .data-holder th, .data-holder td {
    padding: 8px 10px;
    text-align: center;
    border-collapse: collapse;
    font-size: 13px;
    font-weight: 600;
  position: relative;
}
.data-holder table::before {
    content: "";
    background: #fff;
}
.data-holder th {
    border-left: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
    border-top: 2px solid #4a4a4a;
}
.data-holder th:last-child {
    border-right: 2px solid #4a4a4a
}
.data-holder th:first-child {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #fff;
    opacity: 0;
}
.data-holder td:first-child {
}
.data-holder td:last-child {
    border-right: 2px solid #4a4a4a
}
.data-holder .th-maten {
    width: 125px;
    text-align: left;
}
.data-holder td {
    min-height: 45px;
    border-left: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
}
.data-holder td.valid {
    content: "v";
}
.data-holder td.td-size {
    text-align: left;
}
.data-holder td span {
    display: none;
}

.sizetable {
    width: 100%;
    margin-bottom: 25px;
}
.sizetable {
    border-right: 2px solid #4a4a4a;
}
.sizetable td {
    font-weight: 300;
}
.sizetable td:first-child {
    font-weight: 800;
}

.sizetable-text-content {
   margin-bottom:30px; 
}

@media screen and (max-width:768px){
	.sizetable.helmets thead, .sizetable.helmets tbody {
		display: inline-table;
	}
	.sizetable.helmets thead tr, .sizetable.helmets tbody tr {
		display: inline-flex;
		flex-direction: column;
	}
}


/* 404: Spotlight */

body.cms-no-route .nav-sections-item-content {
	z-index:9999;
}


body.cms-no-route {
		background: url(https://www.mkccdn.nl/dev/content/mkcmoto-404.jpg);
	  background-size: cover;
}

body.cms-no-route #maincontent .columns .column.main {
	float:none;
	margin:0 auto;
}


body.cms-no-route .spotlight {
    position: absolute;
    height: 100%;
	top: 0;
    left: 0;
	bottom:0;
	z-index:-1;
	right:0;
    width: 100%;
    background-image: radial-gradient(
        circle,
        transparent 0%,
        rgba(0, 0, 0, 0.95) 12%
    )
}

body.cms-no-route .footer-map {
	display:none;
}

body.cms-no-route .mkc-nf-content {
	display:flex;
	text-align:center;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
	position:relative;
	z-index:10;
	min-height:750px;
	flex-direction:column;
}

.mkc-nf-content h1, .mkc-nf-content h4 {
	width:100%; 
}

body.cms-no-route .footer-section.clearfix { /* lol clearfix.. hello 2002 */
	display:none;
}

.mkc-nf-content [data-content-type="buttons"] {
    width: 100%;
    display: flex;
    margin-top: 40px;
    justify-content: center;
	
}


/* Page Title fixes */
.sidebar-main .page-title-wrapper h2 {
	font-size: 2.4rem;
}

.category-description h1 {
	margin:1.25rem 0 2rem;
}

.category-description .mkc-cat-subtitle {
	margin:0;
	font-size:1.8rem; 
}


/* Thank u page */


.checkout-onepage-success .page-title-wrapper {
	width:100%;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
}

.checkout-onepage-success .page-title-wrapper .page-title a {
	order:1;
}
.checkout-onepage-success .page-title-wrapper .page-title {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    line-height: 4rem;
	width:100%;
	order:2;
}

.checkout-onepage-success .page-title-wrapper .page-title span {
	font-size:4rem;
}

.checkout-onepage-success #maincontent {
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.checkout-onepage-success .checkout-success p:first-child {
	background: #eee;
    color: #999;
    padding: 30px 30px;
    margin: 20px auto 35px auto;
    max-width: 200px;
    font-size: 1.8rem;
	text-align:center;
}

.checkout-onepage-success .checkout-success p:first-child a {
	color:#000 !important;
	font-weight:bold;
}

.checkout-onepage-success .checkout-success p:last-child {
}


.checkout-onepage-success .actions-toolbar {
	text-align:center;
	display:flex;
	justify-content:center;
}


.checkout-onepage-success [data-bind="text: getEmailAddress()"] {
	font-weight:bold; 
}

.checkout-onepage-success #registration {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}
	
.checkout-onepage-success #registration .action.primary {
	background: transparent;
    color: #000;
    padding: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-bottom: 2px;
    margin-top: 10px;
}

	
.checkout-onepage-success #maincontent .page.messages {
	text-align:center;
}

/* EVENTS PAGE: Table */


.mkc-event-calendar {
  text-align:left;
}

.mkc-event-calendar td:last-child {
 	width:15% !important;
}
.mkc-event-calendar td:first-child,
.mkc-event-calendar td:nth-child(2) {
  width:8% !important;
  min-width:90px !important;
}

.mkc-event-calendar td:nth-child(3) {
  min-width:300px !important;
}

.mkc-event-calendar tr {
	border-bottom:1px solid #ccc !important;
}

.mkc-event-calendar tr:first-child {
	border-bottom:2px solid #000 !important;
}

.mkc-event-calendar td {
  min-height:36px !important;
  text-align: left !important;
  line-height:36px;
  padding:0;
}

/* Hide products for offline purchase only -- NL/BE */
.product-rev-it-victoria-dames-motorjeans button#product-addtocart-button,
.product-richa-baracuda-1-1-1pc-eendelig-motorpak button#product-addtocart-button,
.product-richa-nora-dames-motorjeans button#product-addtocart-button,
.product-rev-it-ellison-dames-sk-motorlegging button#product-addtocart-button,
.product-rev-it-carlin-sk-motorjeans button#product-addtocart-button,
.product-rev-it-xena-3-dames-1pc-raceoverall button#product-addtocart-button,
.product-richa-tokyo-dames-motorjeans button#product-addtocart-button,
.product-richa-nikki-motorbroek button#product-addtocart-button,
.product-richa-katie-motorjeans button#product-addtocart-button,
.product-john-doe-betty-highwaist-motorjeans button#product-addtocart-button,
.product-richa-skinny-dames-motorjeans button#product-addtocart-button,
.product-richa-original-2-slim-fit-dames-motorjeans button#product-addtocart-button,
.product-richa-kodi-motorlegging button#product-addtocart-button,
.product-richa-cyclone-gore-tex-dames-motorbroek button#product-addtocart-button,
.product-richa-epic-dames-motorjeans button#product-addtocart-button,

/* Yuasa NL/BE */
.product-yuasa-ytz10s-accu button#product-addtocart-button,
.product-yuasa-ytz14s-accu button#product-addtocart-button,
.product-yuasa-ytz7s-accu button#product-addtocart-button,
.product-yuasa-ytx14-bs-accu button#product-addtocart-button,
.product-yuasa-ytx9-bs-accu button#product-addtocart-button,
.product-yuasa-ytx7a-bs-accu button#product-addtocart-button{
    display: none;
}

.product-rev-it-victoria-dames-motorjeans span.swatches-modal__delivery,
.product-richa-baracuda-1-1-1pc-eendelig-motorpak span.swatches-modal__delivery,
.product-richa-nora-dames-motorjeans span.swatches-modal__delivery,
.product-rev-it-ellison-dames-sk-motorlegging span.swatches-modal__delivery,
.product-rev-it-carlin-sk-motorjeans span.swatches-modal__delivery,
.product-rev-it-xena-3-dames-1pc-raceoverall span.swatches-modal__delivery,
.product-richa-tokyo-dames-motorjeans span.swatches-modal__delivery,
.product-richa-nikki-motorbroek span.swatches-modal__delivery,
.product-richa-katie-motorjeans span.swatches-modal__delivery,
.product-john-doe-betty-highwaist-motorjeans span.swatches-modal__delivery,
.product-richa-skinny-dames-motorjeans span.swatches-modal__delivery,
.product-richa-original-2-slim-fit-dames-motorjeans span.swatches-modal__delivery,
.product-richa-kodi-motorlegging span.swatches-modal__delivery,
.product-richa-cyclone-gore-tex-dames-motorbroek span.swatches-modal__delivery,
.product-richa-epic-dames-motorjeans span.swatches-modal__delivery,

/* Yuasa NL/BE */
.product-yuasa-ytz10s-accu span.swatches-modal__delivery,
.product-yuasa-ytz14s-accu span.swatches-modal__delivery,
.product-yuasa-ytz7s-accu span.swatches-modal__delivery,
.product-yuasa-ytx14-bs-accu span.swatches-modal__delivery,
.product-yuasa-ytx9-bs-accu span.swatches-modal__delivery,
.product-yuasa-ytx7a-bs-accu span.swatches-modal__delivery{
    display: none;
}


/* Hide products for offline purchase only -- FR */
.product-rev-it-jeans-de-moto-victoria-ladies button#product-addtocart-button,
.product-richa-combinaison-de-moto-une-piece-baracuda-1-1-1-pc button#product-addtocart-button,
.product-richa-nora-jeans button#product-addtocart-button,
.product-rev-it-ellison-ladies-sk-pantalon button#product-addtocart-button,
.product-rev-it-carlin-sk-jeans button#product-addtocart-button,
.product-rev-it-xena-3-ladies-1-pc button#product-addtocart-button,
.product-richa-tokyo-jeans-femme button#product-addtocart-button,
.product-richa-pantalon-de-moto-nikki button#product-addtocart-button,
.product-richa-jeans-de-moto-katie button#product-addtocart-button,
.product-john-doe-jeans-du-moto-pour-femme-betty-high button#product-addtocart-button,
.product-richa-jeans-skinny-pour-femmes button#product-addtocart-button,
.product-richa-jeans-de-moto-dames-original-2-slim-fit button#product-addtocart-button,
.product-richa-legging-de-moto-kodi button#product-addtocart-button,
.product-richa-cyclone-gore-tex-lady-pantalon-de-moto button#product-addtocart-button,
.product-richa-epic-lady-jeans button#product-addtocart-button,

/* Yuasa FR */
.product-yuasa-batterie-moto-ytz10s button#product-addtocart-button,
.product-yuasa-batterie-moto-ytz14s button#product-addtocart-button,
.product-yuasa-batterie-moto-ytz7s button#product-addtocart-button,
.product-yuasa-batterie-moto-ytx14-bs button#product-addtocart-button,
.product-yuasa-batterie-moto-ytx9-bs button#product-addtocart-button,
.product-yuasa-batterie-moto-ytx7a-bs button#product-addtocart-button{
    display: none;
}

.product-rev-it-jeans-de-moto-victoria-ladies span.swatches-modal__delivery,
.product-richa-combinaison-de-moto-une-piece-baracuda-1-1-1-pc span.swatches-modal__delivery,
.product-richa-nora-jeans span.swatches-modal__delivery,
.product-rev-it-ellison-ladies-sk-pantalon span.swatches-modal__delivery,
.product-rev-it-carlin-sk-jeans span.swatches-modal__delivery,
.product-rev-it-xena-3-ladies-1-pc span.swatches-modal__delivery,
.product-richa-tokyo-jeans-femme span.swatches-modal__delivery,
.product-richa-pantalon-de-moto-nikki span.swatches-modal__delivery,
.product-richa-jeans-de-moto-katie span.swatches-modal__delivery,
.product-john-doe-jeans-du-moto-pour-femme-betty-high span.swatches-modal__delivery,
.product-richa-jeans-skinny-pour-femmes span.swatches-modal__delivery,
.product-richa-jeans-de-moto-dames-original-2-slim-fit span.swatches-modal__delivery,
.product-richa-legging-de-moto-kodi span.swatches-modal__delivery,
.product-richa-cyclone-gore-tex-lady-pantalon-de-moto span.swatches-modal__delivery,
.product-richa-epic-lady-jeans span.swatches-modal__delivery,

/* Yuasa FR */
.product-yuasa-batterie-moto-ytz10s span.swatches-modal__delivery,
.product-yuasa-batterie-moto-ytz14s span.swatches-modal__delivery,
.product-yuasa-batterie-moto-ytz7s span.swatches-modal__delivery,
.product-yuasa-batterie-moto-ytx14-bs span.swatches-modal__delivery,
.product-yuasa-batterie-moto-ytx9-bs span.swatches-modal__delivery,
.product-yuasa-batterie-moto-ytx7a-bs span.swatches-modal__delivery{
    display: none;
}


/* Hide products for offline purchase only -- AT */
.product-rev-it-victoria-damen-motorradjeans button#product-addtocart-button,
.product-richa-baracuda-1-1-1pc-einteiliger-motorradanzug button#product-addtocart-button,
.product-richa-nora-motorradjeans button#product-addtocart-button,
.product-rev-it-xena-3-ladies-1pc-rennoverall button#product-addtocart-button,
.product-richa-tokyo-jeans-damen button#product-addtocart-button,
.product-richa-nikki-motorradhose button#product-addtocart-button,
.product-richa-katie-motorradjeans button#product-addtocart-button,
.product-john-doe-betty-highwaist button#product-addtocart-button,
.product-richa-skinny-lady-motorradjeans button#product-addtocart-button,
.product-richa-original-2-slim-fit-motorradjeans-fuer-damen button#product-addtocart-button,
.product-richa-kodi-motorradleggings button#product-addtocart-button,
.product-richa-cyclone-gore-tex-lady-motorradhose button#product-addtocart-button,
.product-richa-epic-lady-jeans button#product-addtocart-button,

/* Yuasa AT */
.product-yuasa-ytz10s-motorradbatterie button#product-addtocart-button,
.product-yuasa-ytz14s-motorradbatterie button#product-addtocart-button,
.product-yuasa-ytz7s-motorradbatterie button#product-addtocart-button,
.product-yuasa-ytx14-bs-motorradbatterie button#product-addtocart-button,
.product-yuasa-ytx9-bs-motorradbatterie button#product-addtocart-button,
.product-yuasa-ytx7a-bs-motorradbatterie button#product-addtocart-button{
    display: none;
}

.product-rev-it-victoria-damen-motorradjeans span.swatches-modal__delivery,
.product-richa-baracuda-1-1-1pc-einteiliger-motorradanzug span.swatches-modal__delivery,
.product-richa-nora-motorradjeans span.swatches-modal__delivery,
.product-rev-it-xena-3-ladies-1pc-rennoverall span.swatches-modal__delivery,
.product-richa-tokyo-jeans-damen span.swatches-modal__delivery,
.product-richa-nikki-motorradhose span.swatches-modal__delivery,
.product-richa-katie-motorradjeans span.swatches-modal__delivery,
.product-john-doe-betty-highwaist span.swatches-modal__delivery,
.product-richa-skinny-lady-motorradjeans span.swatches-modal__delivery,
.product-richa-original-2-slim-fit-motorradjeans-fuer-damen span.swatches-modal__delivery,
.product-richa-kodi-motorradleggings span.swatches-modal__delivery,
.product-richa-cyclone-gore-tex-lady-motorradhose span.swatches-modal__delivery,
.product-richa-epic-lady-jeans span.swatches-modal__delivery,

/* Yuasa AT */
.product-yuasa-ytz10s-motorradbatterie span.swatches-modal__delivery,
.product-yuasa-ytz14s-motorradbatterie span.swatches-modal__delivery,
.product-yuasa-ytz7s-motorradbatterie span.swatches-modal__delivery,
.product-yuasa-ytx14-bs-motorradbatterie span.swatches-modal__delivery,
.product-yuasa-ytx9-bs-motorradbatterie span.swatches-modal__delivery,
.product-yuasa-ytx7a-bs-motorradbatterie span.swatches-modal__delivery {
    display: none;
}

/* Hide products for offline purchase only -- EN */
.product-yuasa-ytz10s-battery button#product-addtocart-button,
.product-yuasa-ytz14s-battery button#product-addtocart-button,
.product-yuasa-ytz7s-battery button#product-addtocart-button,
.product-yuasa-ytx14-bs-battery button#product-addtocart-button,
.product-yuasa-ytx9-bs-battery button#product-addtocart-button,
.product-yuasa-ytx7a-bs-battery button#product-addtocart-button{
    display: none;
}

.product-yuasa-ytz10s-battery span.swatches-modal__delivery,
.product-yuasa-ytz14s-battery span.swatches-modal__delivery,
.product-yuasa-ytz7s-battery span.swatches-modal__delivery,
.product-yuasa-ytx14-bs-battery span.swatches-modal__delivery,
.product-yuasa-ytx9-bs-battery span.swatches-modal__delivery,
.product-yuasa-ytx7a-bs-battery span.swatches-modal__delivery{
    display: none;
}

/* thank you page RB02032026 */
.checkout-onepage-success p.subtitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 800;
    font-weight: 800;
    padding: 0;
    line-height: 0;
    margin-bottom: 25px;
}

.checkout-onepage-success p.text {
    font-size: 14pt;
    padding-bottom: 20px;
    line-height:1.4;
}

.checkout-onepage-success button.action.submit {
    color: #fff;
    background: #00d85a;
    border: 0;
    margin: 0 auto;
    text-align: center;
}

.checkout-onepage-success button.action.submit:hover {
    background: ##29a968 !important;
}

.checkout-onepage-success .amtyblock-customer-create .content .actions {
    margin-top: 0 !important;
    text-align: center;
}

.checkout-onepage-success form#thankyoupage-customer-create-form {
    margin: 0 auto;
}

.checkout-onepage-success div#thankyoupage-customer-create p, div#thankyoupage-customer-create h1, div#thankyoupage-customer-create h2 {
    text-align: center;
}

.checkout-onepage-success div#thankyoupage-customer-create {
    max-width: 687px;
    margin: 0 auto;
}

.checkout-onepage-success h2.page-title {color: #00d85a;}


/* Maattabel fixes */ 
.catalog-product-view .product-options-wrapper .swatch-attribute-options {
    margin-top:7px;
}

#product-sizetable-container {
    line-height:21px;
}

.swatch-attribute.size {
    position:relative;
}

.maattabel-open {
    position:absolute;
    right:0;
    top:9px;
    font-size:12px;
}


.maattabel-open a {
    color:#000;
}


.maattabel-open span {
    width: 16px;
    height: 16px;
    display:inline-block;
    top: 3px;
    position: relative;
    margin-right:2px;
}

.maattabel-open span svg {
    width: 16px;
    height: 16px;

}

/* PRODUCT PAGE */
/*.swatch-attribute:has(.swatch-option[aria-label="stnd"]) {
    display: none;
}

.swatch-attribute:has(.swatch-option[aria-label="One Size"]) {
    display: none;
}*/

/* Squeezely = geef mij een seintje - nl-NL only --- RB280323 */
.nl-NL .swatches-modal__size:has([data-value="99"]) {
    color: #bdbdbd;
}

.nl-NL .swatches-modal__delivery[data-value="99"] {
    visibility: hidden;
	line-height: 0 !important;
}

.nl-NL .swatches-modal span[data-value="99"]:after {
    content: "Geef mij een seintje";
    display: block;
    visibility: visible;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 3px;
    padding: 3px;
}




.product-info-main .product-info-price {
    margin-top: 10px;
}

/* Size guide message */
.catalog-product-view .rr-size-note{
    border-radius: 5px 5px 40px 40px;
}

/* Addittional fixes */ 

/** first column of specifications **/
div.additional-attributes-wrapper > table.additional-attributes:nth-of-type(1) > tbody > tr > td.label {
    display: none !important;
}

.catalog-product-view .store-stock-wrapper button:focus, button:active{
	background:#fff !important;
	color:#000 !important;
}

.catalog-product-view .store-stock-wrapper .store-stock-button:focus:before{
background: url('https://www.mkcmoto.com/static/version1676961775/frontend/ISM/mkc-moto/default/images/shop.svg') no-repeat !important;
}

.catalog-product-view .product-info-main .delivery-date:not([data-value="99"]) {
    color: #29a968;
}

.catalog-product-view .product-info-main .delivery-date[data-value="99"] {
    color: #000;
}


.catalog-product-view .product-options-bottom button, a.action.primary {
    border-radius: 40px;
}

.catalog-product-view .actions button[disabled=disabled] {
    background: #f0f0f0;
    color: #000;
}

.catalog-product-view .actions button[disabled=disabled] span:before {
    filter: invert(1);
}

.catalog-product-view .store-stock-wrapper .store-stock-button:hover {
    background: #238f58;
    border: 2px solid #238f58;
	border-color: #238f58;
    color: #fff;
    box-shadow: none;
}

.catalog-product-view .product-options-wrapper .swatch-attribute .swatch-attribute-options .swatch-option.disabled {
    opacity: 1 !important;
}

.catalog-product-view .product-info-main .delivery-date[data-value="50"] {
    color: #000;
}

html[lang=nl] .catalog-product-view .store-stock-description span:after {
    content: "\a De getoonde winkelvoorraad is enkel beschikbaar in de genoemde fysieke winkel(s) en niet online verkrijgbaar.";
    display: block;
    white-space: break-spaces;
}

.catalog-product-view .review-add .message.info.notlogged {
    display: none;
}

/* [END] GENERAL STYLES */

/* ====================================================
[BEGIN] min 900px/DESKTOP styles 
==================================================== */
@media (min-width: 900px) {
  

/* Specifically for stores */

.storepickup-index-view .storelocator-page {
	margin-top:380px;
	display:flex;
	margin-left:-20px;
	margin-right:-20px;
}

.storepickup-index-view .map-locator-right {
	max-width:inherit;
	width:65%;
    margin-right:1%;
   
    
}

.storepickup-index-view #showinfo {
}

.storepickup-index-view .mapBlock, 
.storepickup-index-view .info-locator,
.storepickup-index-view .info-locator .tab_content.open,
.storepickup-index-view .info-locator .info-detail-box ul .store-info,
.storepickup-index-view .map-locator-right {
	float:none; 
}

.storepickup-index-view .mapBlock {
	height:465px;
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

.storepickup-index-view .info-locator {
    background: #fff;
    padding: 30px 0 30px 30px;
    max-height: inherit;
    right: 20px;
    min-height: inherit;
    width: 400px;
}

.storepickup-index-view .info-locator .tab_content.open {
	width:100%;
	padding-top:25px;
}

.storepickup-index-view .info-locator .store-name {
	border-bottom:inherit;
}

.storepickup-index-view .info-locator .info-detail-box ul .store-info {
	padding:25px 0 0 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
	width:100%;
}


.storepickup-index-view #showinfo .description {
	display:flex;
	flex-wrap:wrap;
}
	

	/* homepage slider */
	/*.cms-home div:not(.slide-motorbeurs) .pagebuilder-poster-content h1{
	   text-transform: uppercase;
 	   /*line-height: 50px !important;
	}*/
    
	div:not(.slide-motorbeurs) a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary{
		border: 1px solid #fff !important;
	}
	
	div:not(.slide-motorbeurs) a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover{
		border: 1px solid #000 !important;
	}
  
}
/* ------------------------ SOLDEN MENU ------------------ */
/* off because background color #menu205 .last.has-child.dynamic-width,
#menu3863 .last.has-child.dynamic-width,
#menu978 .last.has-child.dynamic-width,
#menu3382 .last.has-child.dynamic-width,
#menu475 .last.has-child.dynamic-width,
#menu3630 .last.has-child.dynamic-width,
#menu3147 .last.has-child.dynamic-width
{
  color: red !important;
}*/

/* NL */
#menu205 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* FR */
#menu3863 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* BE-FR */
#menu4469 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* BE-NL */
#menu3382 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* EN */
#menu475 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* DE */
#menu3630 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* AT */
#menu3147 > a > span {
    background: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 5px 30px 8px 30px !important;
    height: 50px;
    display: inline;
    margin-left: -10px;
    box-shadow: 1px 1px 4px #f9f9f9;
}
/* hover action of above */
#menu205:hover > a > span, 
#menu3863:hover > a > span, 
#menu3382:hover > a > span, 
#menu475:hover > a > span, 
#menu3630:hover > a > span, 
#menu3147:hover > a > span,
#menu4469:hover > a > span
{
    background: orangered !important;
	COLOR:#FFF!important;
}

/* wrong place of the following code but this correlates with the sale menu button above*/ 
    @media screen and (min-width: 1280px) {
        body .sections.nav-sections ul.level0>li.mega>.mega {
		 padding: 0 26px 5px !important;
        }
    }

/* [END] min 900px/DESKTOP styles */

/* ====================================================
[BEGIN] max 900px/MOBILE styles 
==================================================== */
@media (max-width: 900px) {
	
	/* MKC Custom slider */
 
    .mkc-custom-slider[data-content-type="slider"] .slick-dots li {
        width: 24px;
        height: 4px;
        margin: 0 2px;
    }
    
    /* VACATURES */
    #homerun-jobs-widget .big .homerun-widget__vacancy__title {
        display:block !important;
    }
    .homerun-widget__vacancy div:after { 
        content:none;
    }
    
    #homerun-jobs-widget .big .homerun-widget__vacancy__department, #homerun-jobs-widget .big .homerun-widget__vacancy__type {
        width: auto;
        background: #fff;
        padding: 3px 8px;
        color: #000 !important;
        margin: 0 5px 0 0 !important;
        border-radius: 5px;
        font-size: 11px;
        text-transform: uppercase;
    }
	

    



    /* Store Sliders */

    /*.mkc-store-slides {
        display:none;
    }*/
	
	.storepickup-index-view main#maincontent {
		padding-top: 200px;
	}
	
	.mkc-store-slides.mkc-big-header{
		top: 200px !important;
		height: 200px !important;
		z-index: -1 !important;
	}
	
	.mkc-store-slides.mkc-big-header img {
    	height: 200px !important;
	}


    /* List images */
    .mkc-list-images {
        display:flex;
        flex-wrap:wrap;
        padding:0;
        margin:20px 0;
        justify-content: space-between;
    }

    .mkc-list-images li {
        flex: 0 0 100%;
        width: 100%;
        list-style:none;
    }


    .mkc-list-images li * {
        max-width:100%;
        width:100%;
        height:100%;
        min-height:260px;
		object-fit:cover;
		cursor:pointer; 
    }
	
	
	/* MKC lightbox */
	.mkc-lightbox img {
		max-width:100%;
	}

    
}
/* [END] max 900px/MOBILE styles  */


/* MKC AMASTY BLOG ------------------------- */
/*body[class*="amblog-"] .amblog-post-container.-post-page a {
  color: white;
}*/

.amblog-index-index span.post-title {
    text-transform: none;
    line-height: 28px;
}

.amblog-index-post .amblog-content > div[class*="background-image"] {
    border-radius: 15px;
    margin-bottom: 20px;
}

.amblog-index-post .page-main p{
    font-size: 18px;
    padding:  0 0 20px 0;
    line-height: 34px !important;
}

.amblog-index-post .page-main h3{
    margin-top:0;
	margin-bottom:20px;
	line-height: 40px !important;
}

.amblog-index-post li:not(.item) {
    font-size: 18px;
    line-height: 28px;
}

.amblog-index-post a.pagebuilder-button-primary span {
    color: #fff;
}

.amblog-index-post h2 a {
    color: #000 !important;
    text-decoration: none;
}

.amblog-index-post .ampost-info > div:not(.ampost-info__delimiter) {
    background: #f2f2f2;
    padding: 5px;
    color: #333;
    border-radius: 15px;
    text-transform: none;
}

.amblog-index-post .ampost-info .ampost-info__delimiter, .amblog-index-post .amblog-post-preview .ampost-info .ampost-info__delimiter {
    color: transparent !important;
    padding: 0 5px 0 0;
}

.amblog-index-post h1.page-title {
    margin:25px 0  15px 0 !important;
}

.amblog-index-post .page-title-wrapper {
    margin-bottom: 0 !important;
}

.amblog-index-post .ampost-info {
    margin: 10px 0 30px 0 !important;
}

.amblog-index-post .amblog-footer.-delimiter {
    width: fit-content;
    margin: 0 auto;
}

.amblog-index-post .amblog-footer-author__block .amblog-author-avatar, .amblog-index-post .amblog-post-preview .amblog-footer-author__block .amblog-author-avatar {
    max-width: 200px;
	border-radius: 10px;
    overflow: hidden;
}

.amblog-index-post .amblog-footer-author__block, .amblog-index-post .amblog-post-preview .amblog-footer-author__block {
    border-radius: 15px;
	padding-right:20px;
}

.amblog-index-post .amblog-footer-author__name, .amblog-post-preview .amblog-footer-author__name {
    flex: 1 1 100%;
}

.amblog-index-post .amblog-content figure {
    border-radius: 15px !important;
    overflow: hidden;
}

.amblog-index-post [data-content-type=row][data-appearance=full-width]>.row-full-width-inner, .amblog-index-post [data-content-type=row][data-appearance=contained] {
    max-width: 1050px !important;
}

.amblog-index-index .desktop-block.amblog-element-block {
    background: #f2f2f2;
    padding: 15px 20px 1px 20px;
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
	.amblog-index-post .page-main {
		width: 100%;
		max-width: 1075px;
	}
	
	.amblog-index-index .desktop-block.amblog-element-block {
	  padding: 50px !important;
	}
	
		/* Homepage slider */
	.cms-home .ambanner-slider-wrap {
		margin: 0 auto !important;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.cms-home .ambanner-slider-block.slick-slider.slick-dotted {
   		 margin-bottom: 0 !important;
	}
	
	.cms-home .rr-middle div p {
    	display: none;
	}
	
	/* biker looks */
	.buy-the-look-pop img:hover {
		transform: scale(1.01);
		cursor: pointer !important;
	}
	
}

@media (max-width:768px){
	/* biker looks */
	.cms-biker-looks p span {
		font-size: 15px !important;
		line-height: 20px;
	}
	
	.cms-biker-looks h1 span {
		font-size: 3.2rem !important;
	}
}



/* H1 HOMEPAGE ------------------------------- */
.cms-home h1 {
  font-size: 34px;
  font-variant: all-small-caps;
}
