
body .visible-london { display:none !important; } 
body .hidden-london { display:inherit !important; } 
body.shop_london .hidden-london { display:none !important; }
body.shop_london .visible-london { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {


	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

