/**
Fixes for + - and buy amount
**/
a.adjust_button {
	display: none;
}

/**
Fixes for Legacy after new CategoryPanel
**/
ul.categories ul {
	padding-left: 15px;
}

ul.categories a {
	text-decoration: none;
}
ul.categories {
	padding-left:10px;
}

.selectedCategory {
	font-weight: bold;
}

ul.categories, ul.categories ul {
	list-style: none;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
}

.categories2and3 {
	padding-left:15px !important;
	width: 100%;
 	padding-right: 0px;
}
/** END Fixes CategoryPanel

.mypage_wrap, .admin_wrap, .logout_wrap {text-align: initial;}

/**
Fixes for Legacy after Webshop 2.0 release
**/

.wishlist {
	display: none;
}

.category_panel {
	min-height : 360px;	
}

input[type="text"].buy_amount_input {
	display: none;
}

span.product > .manufacturer_no {
	display: none;
}

span.feedbackPanelERROR {
	color: red;
}
	
.klarna_image_category_panel {
	background-image: url('https://cdn.klarna.com/1.0/shared/image/generic/logo/nb_no/basic/logo_black.png?width=180'); 
	height: 40px; 
	display: block;
	background-repeat: no-repeat;
}
.klarna_image_product_panel {
	background-image: url('https://cdn.klarna.com/1.0/shared/image/generic/logo/nb_no/basic/logo_black.png?width=100');
	width: 100px; 
	height: 22px; 
	display: inline-block; 
	margin-right: 30px; 
}

div.prod_gallery > a {
	text-decoration: none;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:40px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

@media (max-width:640px) {
		
	.catLabel {
	    display: inline-block;
	    padding-left: 7px;
	    padding-top: 9px;
	    padding-bottom: 9px;
	    padding-right: 0px;
	}
}