/*************************************************/
/* Common CSS for all resolutions */
/*************************************************/
/* Start reset tags to default values across all browsers. http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset*/

/* Start defaults */
p {
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}
body {    
    font-family: Arial,Sans-Serif;
    font-size: 16px;
    line-height: 23px;
}

a {
    text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0px;
    padding-right: 40px;
    margin-top: 0px;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, .h1 {
    font-family: inherit;
    line-height: 120%;
    font-size: 25px;
    text-transform: none;
    font-weight: 300;
    font-style: normal;    
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-family: inherit;
    line-height: 120%;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
}

.three_colum_subtitle {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

input[type="button"], input[type="submit"], .awesome, .awesome:visited {
	background-image: url("/image/overlay1.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 10px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}


select, input[type="text"], input[type="password"] {
	padding: 4px 6px 4px 6px; 
	border-radius: 5px;
	font-size: 15px;
	min-width: 235px;
}

/* End defaults */

.personvern {
	margin-left: 20px;
}

.hidden_prices_info {
	padding-top: 20px;
}

.cust_direct_checkout, .cust_login  {
	margin-top: 20px;
}

.cust_login .desc {
	display:none;
}


.wrap_product_info > form {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_info_left {
	-webkit-box-flex: 3 0 320px;
	-moz-box-flex: 3 0 320px;
	-webkit-flex: 3 0 320px;
	-ms-flex: 3 0 320px;
	flex: 3 0 320px;
}
.product_info_right {
	-webkit-box-flex: 1 0 300px;
	-moz-box-flex: 1 0 300px;
	-webkit-flex: 1 0 300px;
	-ms-flex: 1 0 300px;
	flex: 1 0 300px;
	margin-left: 25px;
}
.product_info_right div::first_child {
	
}
.prod_subtitle {
	display: block;
	text-align: center;
}

input.sort_main_up, input.sort_main_down, input.sort_category_down, input.sort_category_up {
	float: right;
	margin-top: 60px;
}


.left_side_width ul {
	padding-left: 0px;
}
div.wrap_category_content {
	clear: both;
	max-width: 1028px;
	margin: 0 auto;
}
.wrap_category_content:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
div.page {
	width: 100%;
}

/* start classes set automatically on feedback panels*/
span.feedbackPanelERROR, span.feedbackPanelWARNING, span.feedbackPanelINFO {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	display: inline-block;
}

span.error_wrap {
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 5px;
	display: inline-block;
}
/* end classes set automatically on feedback panels */




.mobile_icon:hover {
	cursor: pointer;
}
table.cust_direct_checkout td:not(:last-child), table.cust_login td:not(:last-child){
    white-space: nowrap;
}

table.cust_direct_checkout td:last-child, table.cust_login td:last-child{
    width: 100%;
}
 
div.category_panel {
	padding-left: 1%;
	padding-top: 6px;
}
	

#header_table {width: 100%;}
.top_page_table {max-width: 1028px; margin: 0 auto; text-align: left; clear: both;}
.header_logo {max-width: 200px; padding: 5px 5px 0px 5px;}
.wrap_menu {display: inline-block;line-height: 40px;}
.wrap_menu ul {width: 100%; list-style: none;}
.wrap_menu ul li {float: left;}
	
.full_width {width: 100%;}
.right_side_width {width: 100%;}

.wishlist_link {
    position: relative;
    top: 4px;
}

span.product > .manufacturer_no {
	display: none;
}

br.optional {
    display: none;
}
.label {
    display: inline;
    padding-top: 2px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
}

.table_klarna_checkout input[type="text"], .table_klarna_checkout input[type="password"] {
	width: 173px !important;
}

div.wrap_navn_buttons1 {
	padding: 20px 0px 20px 0px;
}

input.go_payment {
	float: right;
	width: 300px;
	height: 40px;
}

input.store_order_button {
	width: 300px;
	height: 40px;
	margin-bottom: 20px;
}

input.continue_shopping {
	height: 40px;
}

.Background-Image {
    margin: 0 auto;
	padding: 0px;
	border: 0px;
}

.pagination {
    display: block;
    clear: both;
    text-align: center;
    padding: 5px 35px 0px 0px;
    width: 100%;
}

.meta_wrap {padding: 0px 0px 10px 0px;}
.info_panel_button_buy {margin: 10px 0px 10px 0px;}
.product_info_wrap_klarna {margin: 10px 0px 0px 0px;}


.info_panel_button_buy {
	width: 200px;
	height: 35px;
	margin-top: 10px;
}

.manufacturers ul{
	margin-left: 0px;
	margin-top: -5px;
}

.wrap_content {
	overflow: hidden;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 6px;
	padding-right: 2px;
}

.wrap_slideshow {
    margin-bottom: 20px;
}

span.sales_price {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

table.filter_panel_table ul {
    list-style-type: none;
    display: block;
    float:left;
}

table.filter_panel_table thead {
	text-align: left;
}

table.privacy p {
	margin: 5px 0px 5px 0px;
}

div.prod_title {
    font-weight: normal;
    overflow: hidden;
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.three_column_watermark { 
	position: absolute; 
	left: 66%; 
	/*top: 49px;*/ 
	top: 0px;
	background-image: url(/image/watermark.png); 
	height: 47px; 
	width: 50px;
	z-index: 2;
	padding-top: 12px;
	padding-left: 6px;
	font-size: 13px;
}

.three_column_watermark_text {
	position: relative;
	top: 2px;
	left: 2px;
}

.product_info_watermark {
	position: absolute;
	background-image: url(/image/watermark.png);
	height: 47px; 
	width: 50px;
	padding-top: 12px;
	padding-left: 0px;
	font-size: 13px;
	left: 62%;
}

img.cart_page_image {
	max-height: 48px;
}

.checkout_wrap table.generic_box {
	margin: 15px 0px 15px 0px;
}

table.generic_box td {
	padding: 2px 10px 2px 0px; 
}

.checkout_total span {
	font-size: 16px;
}

.klarna_branding_logo {height: 50px; }
.table_klarna_checkout td {vertical-align: middle;}
div.klarna_checout { padding-top: 10px;}

table.size_color_table th {
	text-align: left;
}
table.size_color_table td { 
	padding: 3px;
}


.wrap_price_bubble {
	position: absolute; 
	width: 100%;
}
.thumb_wrap img, .size_color_gallery_image {border-radius: 5px;}
#gallery_image {max-width: 100%; max-height: 500px;}
.size_color_table thead {display: none;}
.bjqs-markers > li a {border-radius: 5px;}
.bjqs-controls a {border-radius: 5px;}

.delivery_address p {padding-left: 10px; }
.klarna_plan_container {float:left; width: 250px;}
div.wrap_content > div.wrap.wrap_products > table > thead > tr > th.info_vat {text-align:right;}
.mypage_wrap, .admin_wrap, .logout_wrap { text-align: center; }
.fbshare_wrap {padding: 10px 0px 0px 0px; }
.facebook_wrap {padding: 18px 0px 0px 0px;height: 100px; border-radius: 11px;}
span.heading {font-weight: bold;}

/* Cartpage flexboks */

.cart_feedback_container {
	text-align: right;
    margin: 0px 0px 10px 0px;
}   

.cart_header, .cart_page_item {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

.subcart_header, .product_line_info {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
	align-items: center;
}
.subcart_header_description, .image_and_description {
	-webkit-box-flex: 2 1 200px;
	-moz-box-flex: 2 1 200px;
	-webkit-flex: 2 1 200px;
	-ms-flex: 2 1 200px;
	flex: 2 1 200px;
}
.image_and_description a {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
	align-items: center;
	-ms-flex: 0 1 auto;
}
.cart_product_name {
	-ms-flex: 0 1 auto;
	display: inline-block;
}

.quantity_price {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1 0 400px;
	-moz-box-flex: 1 0 400px;
	-webkit-flex: 1 0 400px;
	-ms-flex: 1 0 400px;
	flex: 1 0 400px;
	padding-right: 10px;
}
.subcart_header_antall, .subcart_header_total, .quantity_select_wrapper, .cart_price, .cart_line_price {
	-webkit-box-flex: 1 0 100px;
	-moz-box-flex: 1 0 100px;
	-webkit-flex: 1 0 100px;
	-ms-flex: 1 0 100px;
	flex: 1 0 100px;
	text-align: right;
}
.quantity_select_wrapper, .subcart_header_antall {
	text-align: center;
}

div.cart_item {
	clear: both;
}

div.cart_footer{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	padding-bottom: 15px;

}


div.cart_footer {
	-webkit-justify-content: flex-end;
  	-moz-justify-content: flex-end;
  	-ms-flex-pack: end;
  	-ms-justify-content: flex-end;
  	-o-justify-content: flex-end;
	justify-content: flex-end;
}

div.cart_product_image {
	max-width:60px;
	max-height:50px;
	width:60px;
	min-height: 48px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
	align-items: center;
}
img.cart_page_image {
	max-height: 48px;
}

.image_and_description {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
}
a.adjust_button {
	display: inline-block;
	width: 27px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0;
	margin: 0px 5px 0px 5px;
}

div.remove_line {
	flex: 0 1 40px;
}
/* End cartpage flexbox */

table.generic_box th {text-align: left;}

.contact_textarea, .contact_subject, .contact_reply_address {width: 100%;}

/* Category tree*/

ul.categories a {
	text-decoration: none;
}

li.selectedCategory {
	font-weight: bold;
}

ul.categories {
	padding-inline-start: unset;	
}

ul.categories ul {
	 padding-right: 0px;
}

ul.categories li ul li {
	padding-top: 0px;
	padding-left: 15px;
}

.catLabel {
	display: inline-block;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
}

ul.categories {
	list-style: none;
	padding-right: 0px; 
	margin-left: 0px;
}
/* end left side tree menu */


/* start Product */
.three_column_buy {text-align: center;}

span.product.product_three_column {
    height: 260px;
    padding: 0;
}

span.product {
	border-style: solid;
	border-width: 0px;
    border-radius: 11px;
    float: left;
    position: relative;
    overflow: hidden;
}

span.product > * {
    border-radius: 11px;
}

span.product > .price_wrap {
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    height: 57px;
}

.three_column_buy > input {  
	top: 4px; 
}

.buy_item_button {padding-left: 20px !important; padding-right: 20px !important; }

.three_column_product_title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 23px;
}

.wrap_name_non_legacy {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	position: relative;
	margin-top: 145px;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
  	-moz-justify-content: flex-end;
  	-ms-flex-pack: end;
  	-ms-justify-content: flex-end;
  	-o-justify-content: flex-end;
	justify-content: flex-end;
	bottom: 0px;
	height: 50px;
}

.wrap_name_non_legacy h2 {
	-ms-flex: 0 1 auto;
}

.prod_gallery {
	position: relative;
	text-align: center;
}

span.product > .image_wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.image {
	max-height: 156px; 
	max-width: 181px;
}
.wrap_products > div { 
	padding-bottom: 10px;
}
span.product > .price_wrap > .stock_status {
    display: none;
}

span.product > .description {
    display: none;
}

span.product .wrap {
	display: none;
}
/* end Product */

.top {
	display: none;
}

.company_customer_table {
	display: none;
}

.hiddenclass {
	display: none;
}

.optional {
	display: none;
}

.manufacturer {
    display: inline-block;
    float: left;
    width: 200px;
}

/* Flexbox  menu line (not used in all designs) */
.menu_mobile_logo {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1  auto;
}

.menu_shop_name {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto; 
	flex: 1 1 auto; 
	margin: -20px 0px 0px 8px;
	font-size: 22px;
}

.mobile_shop_logo {
	max-width: 100%;
	max-height: 40px;
}

.menu_logo {
	max-width: 350px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0 0 auto;
	-moz-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto; 
	flex: 0 0 auto;
	padding: 0px 16px 0px 0px;
}

div.menu_line0 {
	justify-content: space-between;
	-webkit-justify-content: space-between;
  	-moz-justify-content: space-between;
  	-ms-flex-pack: end;
  	-ms-flex-pack: space-between;
  	-o-justify-content: space-between;
	
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
}

div.wrap_menu_line0_top_left_html {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0 0 auto;
	-moz-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;	
}

div.wrap_menu_line0_links {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 0 auto;
	
	-webkit-justify-content: space-between;
  	-moz-justify-content: space-between;
  	-ms-flex-pack: space-between;
  	-ms-justify-content: space-between;
  	-o-justify-content: space-between;
	justify-content: space-between;	
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
	align-items: center;
}
div.wrap_menu_line0_links > * {
	padding-right: 10px;
}

div.menu_languages {	
	padding-right: 12px;
}

.menu_logo img {
	-webkit-align-self: center;
	-ms-align-self: center;
	-moz-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
}

.wrap_cart_and_buttons {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
  	-moz-justify-content: space-between;
  	-ms-flex-pack: space-between;
  	-ms-justify-content: space-between;
  	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto; 
	flex: 1 1 auto;
}

.menu_cart_amount_ {
	-webkit-box-flex: 0 0 auto;
	-moz-box-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.search_container {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 10 1 auto;
	-moz-box-flex: 10 1 auto;
	-webkit-flex: 10 1 auto;
	-ms-flex: 10 1 auto;
	flex: 10 1 auto;
}

.menu_cart_wrap, .menu_my_page_wrap {
	position: relative; 
	padding: 10px 8px 10px 9px; 
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	
}	

.cart_count { 
	width: 30px; 
	height: 30px; 
	border-radius: 16px; 
	position: absolute; 
	right: -15px; 
	top: -15px; 
	text-align: center; 
	border-style: solid; 
	border-width: 1px; 
	padding: 2px 0px 0px 0px;
}

.input_mypage_button, .input_checkout_button {
	width: 120px;
	height: 40px;
	border-radius: 3px; 
	margin: 0px 0px 0px 25px;
}
		
.menu_basket_icon, .menu_menu_icon, .menu_login_icon {
	display: none;
}

.menu_basket_icon {
	position:relative;
}

.basket_count {
	width: 31px;
	height: 27px;
	border-radius: 16px;
	position: absolute;
	right: 0;
	top: -5px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	padding: 1px 0px 0px 0px;
}
		
.menu {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.menu > li {
	display: inline-block;
	padding: 0px 40px 0px 10px;
}

.menu > li > a {
	font-weight: bold;
}

.wrap_menu2 {
	width: 100%;
}
		
.menu_bar_logo {
	max-height: 80px;
	padding: 10px 0px 10px 10px;
}

.menu_panel {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
  	-moz-justify-content: flex-start;
  	-ms-flex-pack: start;
  	-ms-justify-content: flex-start;
  	-o-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-o-align-items: center; 
	align-items: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	-ms-flex: 0 1 auto;
}

.new_search {
	height: 40px;		
    padding: 0px 0px 0px 6px;
    margin: -2px 0px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

i {
	padding: 5px 5px 5px 5px;
}

i.icon-basket, i.icon-user {
   font-size: 20px;
}

i.icon-action-undo {
	font-size: 46px;
}
  
i.icon-menu {
	font-size: 30px;
}

div.other_products .image {
	max-width: 131px;
}

/* End Flexbox menu line    */

/* Start Flexbox menu line with dropdown  */
.menuLineParent {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	position: relative;
	-ms-flex: 0 1 auto;
}

.menuLine {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
  	-moz-justify-content: flex-start;
  	-ms-flex-pack: start;
  	-ms-justify-content: flex-start;
  	-o-justify-content: flex-start;
  	justify-content: flex-start;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	-ms-flex-line-pack: space-between;
	align-content: space-between;
	overflow: hidden;
	height: 35px;
	-ms-flex: 0 1 auto;
}
.lastmenuItem {
	-ms-flex: 0 1 auto;
}

.menuItem {
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.dropbtn-container {
	padding-right: 6px;
}

.menuItem.notempty::after {
	content: "";
	-webkit-align-self: center;
	-ms-align-self: center;
	-moz-align-self: center;
	-ms-flex-item-align: center;
	display: block;
	align-self: center;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
}

.dropbtn {
	font-size: 21px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 10;
    width: 100%;
    margin-right: 40px;
    padding-bottom: 20px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	-ms-flex: 0 1 auto;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
}

.menuItemVertical {
	padding-left: 10px;
}

.cat2 {
	margin-left: 30px;
	margin-top: 30px;
	padding-bottom: 4px;
}

.menuItemVertical .cat2 {
	margin-left: 4px;
	margin-top: 4px;
	padding-bottom: 4px;
}

.menuLineParent .cat2 > a {
	font-weight: bold;
	font-size: 19px;
	display: inline;
}

.menuLineParent .menuItemVertical .cat2 > a {
	font-size: 17px;
}

.cat3 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.menuLineParent .cat3 > a {
	font-size: 16px;
	display: block;
}

.menuItem:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.dropbtn-blocker {
	opacity: 0;
	position: absolute;
	top: 0;
	display: none;
}
.menuItem.notempty .dropbtn-blocker {
	display: block;
}

.dropbtn-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.menuItem:hover .dropbtn-blocker {
    top: -1000px;
    
    -webkit-transition: top 5s;
    -moz-transition: top 5s;
    -o-transition: top 5s;
    -ms-transition: top 5s;
    transition: top 5s;
}

.menuLineVertical {
	margin-top: 30px;
	margin-left: 30px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lastmenuItem:hover .dropdown-contentAll {
    visibility: visible;
    opacity: 1;
}

.menuItemVertical > a.cat1 {
	font-size: 19px;
	font-weight: bold;
	display: inline;
}

.wishlist_count {
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 16px;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
}
    
/* End Flexbox menu line with dropdown  */



/* Start Buy-button animation*/
.add_item_box {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	padding: 10px 10px 10px 10px;
	border-radius: 24px;
	left: -71px;
}

.add_item_text {
	text-align: center;
	width: 100%;
	display: inline-block;	
}

.add_item_text > span {
	white-space: nowrap;
}

span.add_item_article_name {
	font-weight: bold;
}

.move {
	visibility: visible;
    -webkit-animation: add_item_ani 1s ease-in .5s;
    animation: add_item_ani 1s ease-in .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: top;
    transform-origin: top;
}

@-webkit-keyframes add_item_ani {
    0% {-webkit-transform: scale(1.0); }
    100% {top: 0; left: -50px; -webkit-transform: scale(0.2); visibility: hidden}
}

@keyframes add_item_ani {
	0% {transform: scale(1.0);}
	100% {top: 0; left: -50px; transform: scale(0.2); visibility: hidden}
}
/* End Buy-button animation*/


/* Start Image Carousel */
#container{
	max-width:100%;
	margin:0 auto;
	padding-bottom:40px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 91px;	
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 115px;	
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	text-decoration: none;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	margin:5px;
	text-decoration: none;
}
/* End Image Carousel */

#wicketDebugLink {bottom: 100px !important;}

/* Hidden in base design */
input[type="text"].buy_amount_input {
	text-align: center;	
    max-width: 40px;
    min-width: 40px;
    width: 40px;
    margin-right: 5px;
    position: relative;
    display: none;
}

span.wrap_buy_amount {
	display: none;
}


/* DataTable navigation */
span.goto {
	display:none;
}

.search_icon {display: none !important;}
.pagination a, .pagination span {
	display: inline-block;
	height: 20px;                        
	width:  36px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 16px 16px;
	white-space: nowrap;
	overflow: hidden;
}

.pagination a[disabled] {
	color: gray;
}

.pagination i { font-size: 20px; }

/* End DataTable navigation */


/* Start Datatable */
table.datatable th {
	text-align: left;
}
table.datatable th.5percent {
	width: 5%;
}
table.datatable th.10percent {
	width: 10%;
}
table.datatable thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

table.datatable th span{
	width: 100%;
	margin-right: 2px;
	font-weight: bold;
}
table.datatable th a span{
	display:inline-block;
	background-image:url(../image_css/up_down_arrow_black.png);
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left: 11px;
	background-position: -4px 0px;
}
table.datatable tbody th a {
	display:inline-block;
	width: 100%;
}
table.datatable th:hover a span {
	background-image:url(../image_css/up_down_arrow_white.png);
}
		
table.datatable th.wicket_orderUp a span {
		background-image:url(../image_css/up_arrow_black.png);
      }
table.datatable th.wicket_orderUp:hover a span {
		background-image:url(../image_css/up_arrow_white.png);
      }
table.datatable th.wicket_orderDown a span {
		background-image:url(../image_css/down_arrow_black.png);
		
      }
table.datatable th.wicket_orderDown:hover a span {
		background-image:url(../image_css/down_arrow_white.png);
		
      }
table.datatable {
	width: 100%;
}
table.datatable tbody tr {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
table.datatable tbody tr:last-child {
	border-width: 0px 0px 0px 0px;
}
table.datatable tbody tr:hover {
	cursor: pointer;
}

.left_side_width {
    max-width: 200px;
}

/* End Datatable */

.klarnaCheckout_confirmation {
	text-align: center;
}

.klarnaCheckout_confirmation > div {
	margin-bottom: 10px;
}

/* Start Credits */
div.wrap_credits {
	margin-top: 10px;
}
div.credits span a {
	padding: 2px;
	display: initial;
}
table.credits td {
	text-align: center;
	padding: 10px;
}
div.credits {
	text-align: center;
	clear: both;
	overflow: visible;
}
div.credits a {
	padding: 10px;
	display: inline-block;
}
div.credits span {
	padding: 10px;
	display: inline-block;
}
img.payment_terms_logo {
	max-height: 60px;
}
.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;
	background-repeat: no-repeat 
}
.klarna_image {background-image:url('https://cdn.klarna.com/1.0/shared/image/generic/logo/nb_no/basic/logo_white.png?width=100'); width:100px; height: 22px; background-size: 100% auto;}
.mastercard_image {background-image:url(/image/logo_mastercard_transparent.png); width:112px; height: 20px; display: inline-block; background-size: 100% auto;}
.visa_image {background-image:url(/image/logo_visa_transparent.png); width:56px; height: 20px; display: inline-block; background-size: 100% auto;}

/* End Credits */

.other_products {
	width: 100%;
}

/*****************************************/
/* Section for less then 1310 pixels  */
/*****************************************/
@media screen and (max-width: 1310px) {
	
	div.wrap_category_content {
		margin: 5px 5px 5px 5px;
	}
}


/*****************************************/
/* Section for greater then 1048 pixels  */
/*****************************************/
@media screen and (min-width: 1048px) {
	
	.wrap_menu ul li {padding: 0px 75px 15px 10px;}
	
	.left_side_width { min-width: 170px; }
	
	span.product.product_three_column {width: 243px;margin: 6px 6px 6px 6px;}

	input[type="button"], input[type="submit"], .awesome, .awesome:visited {display: inline-block;}
	
	.category_panel {float: left;margin-left: 0px;}
	
   	.menu_panel { width: 1028px; max-width: 1028px;}
	.new_search {width: 350px;}
	
	.menu_line1 {display: none;}
	
}

/*************************************************************/
/* Section when between 760 and 1048 pixels                  */
/*************************************************************/
@media screen and (min-width:760px) and (max-width: 1048px) {
	
	.wrap_menu ul li {padding: 0px 75px 15px 10px;}
	
	.right_side_width {width: 100%;} 
	.left_side_width { min-width: 170px;}
	
	.Background-Image {width: 100%;}
	.category_panel {overflow:hidden; float:left;}
	
	span.product.product_three_column {width: 242px;margin: 6px 6px 6px 6px;}
	
	.new_search { width: 90%;}
	
	.menu_line1 {display: none;}
	
}

/*************************************************************/
/* Section when less then 760px 							 */
/*************************************************************/
@media screen and (max-width: 760px) {
	
	.catLabel {
	    display: inline-block;
	    padding-left: 10px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-right: 0px;
	}
	
	.wrap_menu ul li {padding: 0px 15px 15px 5px;}
	.wrap_menu {width: 100%;}
	
	.right_side_width {width: 100%;}
	
	.Background-Image {width: 100%;}
	span.product.product_three_column {width: 100%;margin: 3px 0px 3px 0px;}
	tr.klarna_terms {display: none;}
	.category_panel {
		display: none; 
		width: 98%;	
		border-width: 1px;
		border-style: solid;
		border-radius: 0px 9px 9px 0px;
		margin-top: 3px;
	}
		
	ul.bjqs-controls.v-centered li.bjqs-prev a {left: 0px;}
	ul.bjqs-controls.v-centered li.bjqs-next a {right: 0px;}
	
	.wrap_content {padding-left: 5px; padding-right: 5px;}
	
	table.wicket-tree-content {margin-bottom: 15px;}
	.brandlist li, {margin-bottom: 15px;}
	
	.other_products {width:100%;clear:both;} 
	input.go_payment {width: 160px;}
	.three_column_buy > input {left:0px;}
	span.product > .price_wrap {height: 60px;}
	
   	.menu_panel {
   		-webkit-justify-content: space-between;
	  	-moz-justify-content: space-between;
	  	-ms-flex-pack: space-between;
	  	-ms-justify-content: space-between;
	  	-o-justify-content: space-between;
   		justify-content: space-between;
   		padding: 0px 5px 0px 5px;
   	}
   	
   	.menu_basket_icon, .menu_menu_icon, .menu_login_icon {
	   	display: -webkit-box;
	  	display: -moz-box;
	  	display: -ms-flexbox;
  		display: -webkit-flex;
		display: flex;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.search_container {
		-webkit-box-flex: 1 1 auto;
		-moz-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-justify-content: center;
	  	-moz-justify-content: center;
	  	-ms-flex-pack: center;
	  	-ms-justify-content: center;
	  	-o-justify-content: center;
		justify-content: center;
	}
		
	.new_search {
		width: 90%;
	}
	
	.menu_line1 {
		display: -webkit-box;
	  	display: -moz-box;
	  	display: -ms-flexbox;
  		display: -webkit-flex;
		display: flex;
		-ms-flex: 0 1 auto;
		padding: 10px 0px 0px 5px;
	}
	
	.menu_line2 {padding: 0px 5px 10px 5px;}
	.menu_line3 {padding: 0px 0px 0px 0px;}
	.wrap_cart_and_buttons, .menu_logo, .menu_line3 { display: none; }
	
	.basket_count {
		width: 25px;
		height: 25px;
		border-radius: 12px;
	}
	
	i.icon-basket, i.icon-user {
   		font-size: 30px;
	}	
	
	.subcart_header_fullprice, .cart_fullprice {
		display: none;
	}
}

/*************************************************************/
/* Section when less then px 							 */
/*************************************************************/	
@media screen and (max-width: 400px) {
	
	div.wrap_menu_line0_top_left_html {		
		-ms-flex: 1 0 auto;
		-webkit-box-flex: 1 0 auto;
		-moz-box-flex: 1 0 auto;
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;	
	}
	
	div.wrap_menu_line0_links {
		-ms-flex: 1 0 auto;
		-webkit-box-flex: 1 0 auto;
		-moz-box-flex: 1 0 auto;
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

/**/
/* This section is to get the grid to resize with resolution, while but still use full content width (margin on the boxes to create spacing is tricky)./
/**/
.products_wrap {	/* This is needed to be able to align items on the right side, while the product boxes has margin (spacing) */
    margin: 0px -2% 0px 0px;
}

span.product.product_three_column {
    width: 23.37%;
    height: 400px;
    margin: 1.5% 1.5% 0px 0px;
}

@media screen and (max-width: 1296px) {
	span.product.product_three_column {
    	width: 31.67%;
	}
}

@media screen and (max-width: 853px) {
	span.product.product_three_column {
    	width: 48.2%;
	}
}

@media screen and (max-width: 645px) {
	
	form.products_wrap {
    	margin: 0px 0px 0px 0px;
	}
	
	span.product.product_three_column {
    	width: 100%;
	}
}