 /* All the Css/Style Overrides */

/*Klarna top message*/
 #top-message-bar{
	display: none;
}

/* Customising the top-message-bar for Klarna */
#top-message-bar.long > .text { text-align: center; }
#top-message-bar .text { text-transform: none; }
#top-message-bar .text a { text-decoration: underline; }
#top-message-bar .text .icon.icon-arrow1-r { font-size: 9px; display: none; }
#top-message-bar .text .klarnaLogo { width: 50px; background-color: rgb(255, 179, 199); border-radius: 3px; margin-right: 5px; display: inline-block; }
#top-message-bar .text .klarnaLogo img { max-width: 100%; }

/* Order Return Page */
#modal-return-order-osmose .return-online .cta-v2 { display: none; }
 
 
/* car-bike-rack-compatibility Alignment */
.container-floor .floor{
    /*margin-bottom: 0;*/
}
#bot-box .mydkt-page{ 
    /*display: grid;*/
}
 
/* Category page - Above filter links alignment */
.wrap-visual-filter.visual-categories { margin-right: 0 ; margin-left: 0; }

/* Mobile Breadcrumb and seo copy fix */
@media (max-width: 800px){
	.m-breadcrumbs { position: relative; margin-bottom: 15px; }
	.plp-top__description__title { font-size: 2.8rem; }
}

/* Hide Klarna in Product Page */
/*.tabbed-box #klarna_payment { display: none !important; }
*/

