<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url("responsive-tabs.css");


body{
	font-family: 'Open Sans', sans-serif;	
}

.e-logo{
	position:absolute;
	right:0px;
	top:129px;  
	z-index: 111;    
}

.termsWrapper{
	padding-top: 40px;  
}
.Toolbar_Productinfo{
	float: right;
	display: inline-block;
	margin-right: 16px;   
	color: #005db5;
}
/* Topbar */

.top-bar{
	min-height:32px;
	background:#181818;	
}

.topmenu{
	padding-top:7px;
	margin-left:-5px;
}

.topmenu a{
	color:#A09F9F;
	font-size:12px;
	text-transform:uppercase;
	margin-right:15px;	
}

.topmenu a:hover{
	color:#fff;
	text-decoration:none;
}

.searchbox{
	height:25px;
	padding-top:5px;
	text-align:right;
	float:right;
	/*margin-right:-3px;*/
}

.searchbox input[type=text]{
	width:170px;
	height:22px;
	border:none;
    padding: 1px 6px;
}

.searchbox input[type=submit]{
	display:none;	
}
#Search_Form .nbsp {
display: none;
}


/* Header */

.header{
	min-height:58px;
	background:#f9f8f8;
	margin-bottom:-6px;	
	margin-bottom:0;	
}

.logo{
	padding-top:1px;
	color:#000;
	margin-left:-6px;	
}
.logo A{
	display: inline-block;
	margin-left: 25px;
}

.top-text{
	margin-bottom:0px;
	margin-left:-35px;
}

.top-text li{
	display:inline-block;
	font-size:11px;
	font-weight:400;
	border-left:solid 1px #9d9999;
	padding-left:22px;
	padding-right:22px;
	padding-top:10px;
	height:58px;	
}

.top-text li strong{
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;	
}

.top-text li img{
	float:left;
	margin-right:4px;
	margin-top:2px;
}

.top-text li div{
	padding-left:18px;
}


/* Top basket */

.cart{
	width:165px;
	float:right;
	padding-top:8px;
}

.cart-left{
	display:inline-block;
	float:left;	
}

.cart-right{
	display:inline-block;
	text-align:right;
	float:right;
}

.cart-right strong{
	font-size:15px;
	font-weight:800;
	text-align:right;
	color:#000;
}

.cart-price{
	font-size:15px;
	font-weight:600;
	text-align:right;
	color:#000;	
}

.totalproducts{
	background:#000;
	color:#fff;
	padding:2px 8px;
	border-radius:100px;
	position:absolute;
	margin-left:-20px;	
}


.slider{
	border:solid 1px #dadada;
	margin-top:40px;
	display:none;	
}


.webshop-frontpage .slider{
	display:block !important;	
}


/* Product Menu */

#ProductMenu_List{
	margin-left:-45px;
	margin-top:40px;
}

#ProductMenu_List li{
	display:block;	
}

.ProductMenu_MenuItemBold{
	font-weight:600 !important;	
}

#ProductMenu_List li a{
	font-size:16px;
	color:#000;
	display:block;
	font-weight:600 !important;
	background:#F4F4F4;
	padding:4px 8px;
	border-left:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	margin-bottom:5px;
}

#ProductMenu_List li a:hover{
	text-decoration:none;	
}

#ProductMenu_List .dropdown{
	margin-left:-40px;
}


#ProductMenu_List .dropdown li{
	display:block;
	font-size:14px;
}


#ProductMenu_List .dropdown li a{
	color:#5c5c5d;
	padding:3px;
	padding-left:9px;
	display:block;
	font-size:14px !important;
	font-weight:400 !important;
	background:none;
	border:none;
}

#ProductMenu_List .dropdown li a:hover{
	color:#005db5;
	text-decoration:none;
}

.product-nav{
	padding-right:0px;	
}

#ActiveCategory_A{
	padding:0px !important;
	margin:0px !important;
	border:none !important;
	background:none !important;	
}
/* End product menu */



/* Products */

.productheading{
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	width:145px;
	height:33px;
	background:#005db5;
	text-align:center;
	padding-top:7px;
	margin-left:20px;
	margin-bottom:20px;
		
}

.heading-border{
	border-bottom:solid 1px #005db5;
	margin-top:45px;	
}

.productfix{
	padding-left:0px !important;
	padding-right:0px !important;	
}

.products{
	border-left:solid 1px #dadada;
	border-top:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	border-right:solid 1px #dadada;
	height:331px;
	padding:10px 15px;
	margin-bottom:30px;
	margin-left:-1px;
}

.products:hover{
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.75);	
}

.product-container{
	margin-top:15px;}

.Frontpage_Custom_DIV{
	margin:0px 15px;	
}

.product-img{
	padding-top: 10px;
}

.product-img img{
	/*width:100%;*/
	  max-width: 100%;
  height: 210px;
  display: block;
  margin: 0 auto;
}

.product-name, .product-name a{
	color:#000;
	font-size:12px;
	text-align:center;	
}

.price{
	font-weight:700;
	color:#000;
	font-size:12px;
	text-align:center;
	display:block;
	padding-top:10px;
}

.price strike{
	color:#767676 !important;
	text-decoration:line-through;
	font-weight:700 !important;	
}

.buttons{
	padding-top:10px;	
}

.buttons a{
	/*display:inline-block;*/
	/*float:left;*/
	/*margin-right:5px;	*/
}

.buttons .Related_BuyButton_IMG {
    float: left;
    max-width: 64%;
}

.buttons .Related_InfoButton_IMG {
    float: right;
}

.buttons input{
	display:inline-block;
	margin-left:5px;
	float:left;
    border-radius: 0;
}

.buttons span{
	float:right;	
}
.BuyButton_ProductInfo input {
    border-radius: 0;
}

.news_img, .tilbud{
	position:absolute;
	/*margin-top:-40px;	*/
    left: 15px;
    bottom: 120px;
    max-width: 102px;
}
.news_img img {
    display: block;
    max-width: 100%;
    margin-top: 3px;
}

.product-bg-wrap {
  position: absolute;
  bottom: 120px;
}

.product-bg-wrap .news_img img, .product-bg-wrap .tilbud img{
	  display: block;
	  max-width: 100%;
	  margin-top: 3px;
}

.product-bg-wrap .news_img, .product-bg-wrap .tilbud{
	position: relative;
    left: auto;
    bottom: auto;
    max-width: 102px;
}

/* End product list */
.trustpilotfixs{
	margin-left:-105px;	
}


.home-text{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;	
	padding-top:0px;
	padding-bottom:60px;
}

.home-text h2{
	font-size:24px;
	font-weight:700;
}

.trustpilotlink{
  	display: block;
  	height: 30px;
  	position: absolute;
  	width: 100%;
}





/* Footer */

.footer-border{
	background:#2c2c2c;
	height:6px;
	border-bottom:solid 1px #5e5e5e;
	margin-top:30px;	
}

.footer{
	background:#212121;
	min-height:200px;
	padding-top:25px;
	padding-bottom:10px;	
}

.contact li {
	color:#FFF;
	font-size:11px;
	display:block;
	line-height:20px;
}

.mobiletxt{
	color:#FFF;
	font-size:11px;
	text-align:center;
	margin-top:50px;
}

.contact-heading{
	font-size:12px !important;
	text-transform:uppercase;
}

.footer-menu{
	color:#fff;
	font-size:11px;
	line-height:20px;
	padding-left:30px;
}

.menufix{
	padding-left:40px;	
}

.footer-menu a{
	color:#fff;
	text-decoration:none;	
}

.footer-menu li{
	display:table;
	padding-left:10px;
	background:url(../images/icon.png) no-repeat;
	background-position:0px 6px;
}

.footer-menu li:hover{
	background:url(../images/icon-hover.png) no-repeat;
	background-position:0px 5px;
}


.footer .Link_Topmenu{
	display:table;
	padding-left:10px;
	background:url(../images/icon.png) no-repeat;
	background-position:0px 6px;
	color:#fff;
	font-size:11px;
	line-height:20px;
}

.footer .Link_Topmenu:hover{
	background:url(../images/icon-hover.png) no-repeat;
	background-position:0px 5px;
}

.menu-heading{
	font-size:12px !important;
	font-weight:600;
	background:none !important;
	text-transform:uppercase;
	padding:0px !important;
	color:#fff;
}

.cards{
	text-align:center;	
}

.card1, .card2{
	padding-top:15px;
}

.footer ul{
	margin-left:-40px;	
}


/* Categroy page */

.category-name{
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	min-width:185px;
	height:33px;
	display:table;
	background:#005db5;
	text-align:center;
	padding-top:7px;
	margin-left:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
		
}

.name-border{
	border-bottom:solid 1px #005db5;
	margin-top:41px;
	margin-top:10px\9;	
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.name-border{
		margin-top:10px;	     
	}
} 

.category-desc{
	font-size:14px;
	display:table;
	padding-bottom:40px;	
}

.pagination{
	float:right;
	margin-bottom:80px;
}

.pagination a{
	color:#4e4e4e;
	font-size:14px;
	font-weight:700;
	padding:1px 6px;
	margin-left:8px;	
}

.pagination a:hover{
	background:#4e4e4e;
	color:#fff !important;
	text-decoration:none;	
}

.ActivePageNumber_ProductList{
	background:#4e4e4e;
	color:#fff !important;	
}


/* Product Info */

.product_infopage{
	margin-top:30px;	
}

.product_imgs{
	padding-right:7px;	
}

.product_imgs-outer{

}

.product_info{
	padding:0px;
}

.product_info-outer{
}

.product_info-inner{
	background:#fff;
	border:solid 1px #dfdcdc;
	padding:15px;
	padding-top:10px;
	padding-bottom:25px;
	margin-right:7px;	
}

.product_info-title, .product_info-title span{
	color:#000;
	font-weight:600;
	font-size:22px;
	padding-top:5px;
}

.product_info-desc{
	font-size:14px;
	color:#5c5c5d;
	padding-right:5px;
	padding-bottom:30px;
}

.product_info-price{
	color: #5c5c5d;
	background: #edf6f7;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: solid 2px #fff;
	position: relative;
	padding-bottom: 25px;
}

.price-border{
	border-bottom:solid 1px #dfdcdc;
	margin-left:-10px;
	margin-right:-10px;
}

.product_info-price .pricetext{
	font-size:16px;
	font-weight:600;
	float:left;
	padding-top:25px;
	padding-left:15px;	
}

.product_info-price .pricebefore{
	font-size:16px;
	text-decoration:line-through;
	font-weight:600;
	padding-right:15px;
	position:absolute;
	margin-top:50px;
	right:0;
	/*margin-right:5px;*/
	color:#a8a5a5 !important;
}

.product_info-price .currentprice{
	font-size:24px;
	font-weight:600;
	float:right;
	padding-right:15px;
	padding-top:17px;	
}


.product_imgs-selector{
}


.TextInputField_ProductInfo{
	width:50px;
	height:46px;
	border:solid 1px #cfcfcf;
	text-align:center;
	margin-right:1px;	
}

.product_info-badges{
	background:#ededed;
	border:solid 1px #fff;
	height:87px;
}

.product_info-badges-outer{
	padding:1px;
	margin-right:7px;
	border:solid 1px #e5e3e3;
	border-top:none;
}

.trustpiolt-badge{
	width:173px;
	display:inline-block;
	float:left;
	border-right:solid 1px #c7c7c5;
	padding:20px 0px 10px 20px;	
}

.emarket-badge{
	display:inline-block;
	padding:20px 0px 10px 16px;	
	border-left:solid 1px #fff;
}

.product_imgs-news{
  float: left;
  margin-top: -100px;
  position: absolute;
  z-index:1;
}

.product_imgs-news img, .product_imgs-special img{
	/*width:180%;*/
    display: block;
    margin-top: 5px;
}

.product_imgs-special{
  float: left;
  margin-top: -100px;
  position: absolute;
  z-index:1;
}

.product_info-tabs{
	padding-top:60px;	
}

.related-heading{
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	min-width:255px;
	height:33px;
	display:table;
	background:#005db5;
	text-align:center;
	padding-top:7px;
	margin-left:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
		
}

.related-border{
	border-bottom:solid 1px #005db5;
	margin-top:41px;	
}



.RTBcontainerProductBuyFunctions, .RelatedProdPrice{
	top:5 !important;	
}

.buttons

.Related_BuyButton_IMG {
	/*display:none !important;	*/
}

.product_info-variants{
	clear:both;
	padding-top:20px;
}

.VariantGroupLabel{
	font-weight:100 !important;
	font-size:14px !important;
	padding-bottom:5px;
		
}

.OptionSelect_ProductInfo{
	width:200px;
	margin-bottom:10px;	
}

.product_info-stock .Description_Productinfo{
	color:#5c5c5d !important;
	font-size:13px !important;
	font-weight:700 !important;
	/*padding-left:8px;	*/
}
.product_info-stock img {
    display: inline-block;
    margin-right: 8px;
}

.VariantGroup tr{
	background:none !important;	
}


/* Custom basket */

/*** CSS Crreated by YouWe ApS @ www.youwe.dk ***/
 
/* Fonts anc colors for basket */
 
.basket_heading, .send_friend, .custom_basket_info, .custom_basket_totalprice, .custom_basket_listtitle, .custom_basket_list{
	font-family: 'Raleway', sans-serif;	
}
 
.custom_basket thead{
	font-family: 'Raleway', sans-serif;	
}
 
.custom_basket_backbutton a{
	font-family: 'Open Sans', sans-serif;
}
 
.custom_basket_gobutton a{
	font-family: 'Open Sans', sans-serif;
}

 
.custom_basket thead{
    background:#005db5;
    color:#fff;
}
 
.custom_basket_totalprice{
    background:#005db5;
    color:#fff;
 
}
 
.custom_basket_backbutton a{
    background:#005db5;
    color:#fff;
}
 
 
.custom_basket_gobutton a{
    background:#005db5;
    color:#fff; 
}
 
.basket_heading, .custom_basket_listtitle{
	color:#000;
}

.custom_basket_shortDesc a{
	color:#5c5c5d ;	
}
/* End all colors and fonts for basket page */
 
 
 
 
 
.basket_heading{
    font-size:24px;
    padding-top:15px;
    font-weight:400;
}
 
.send_friend{
    text-align:right;
    font-weight:400;
}
 
.send_friend a{
    background: #000;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 6px;
    font-size: 12px;
    margin-top:20px;
    display:inline-block;
}
 
.custom_basket{
    border:solid 1px #f0f0f0;
    margin-top:15px;
}
 
.custom_basket thead{
    font-size:12px;
}
 
.custom_basket_productImg{
    float:left;
    display:inline-block;
    width:50px;
    min-height:1px;
}
 
.custom_basket_info{
    font-size:12px;
    margin-top:-21px;
     
}
 
.custom_basket_shortDesc{
    display:inline-block;
    width:85%;
    padding-left:5px;
    height:68px;
    overflow:hidden;    
}
 
.custom_basket_amountTR div{
    display:inline-block;   
    float:left;
    margin-left:2px;
    width:27px;
    min-height:1px;
}
 
.custom_basket_amount{
    width:27px;
    padding-top:4px;
    height:27px;
    text-align:center;
    border:solid 1px #005db5;  
}
 
.bottom_basket_area{
    border:solid 1px #f0f0f0;
	margin-bottom:50px;
}
 
.custom_basket_totalprice{
    height:50px;
    margin-left:-15px;
    margin-top:15px;
    font-size:24px;
    padding-top:8px;
    padding-left:15px;
}
 
.right_bottom_box{
    border-left:solid 1px #f0f0f0;
    padding-top:15px;
    padding-bottom:15px;        
}
 
.right_bottom_box span{
    padding-right:8px;
}
 
.custom_basket_backbutton{
    display:inline-block;
    width:35%;
    margin-top:15px;
    margin-left:-15px;
}
 
.custom_basket_gobutton{
    display:inline-block;
    width:62%;    
    margin-top:15px;
}
 
.custom_basket_backbutton a{
    height:35px;
    display:block;
    text-align:center;
    font-size:16px;
    padding-top:7px;
}
 
 
.custom_basket_gobutton a{
    display:block;
    height:35px;
    text-align:center;
    font-size:16px;
    padding-top:7px;
}
 
.custom_basket_listtitle{
    font-size:22px;
    font-weight:400;
    padding-left:15px;
    padding-top:10px;
}
 
.custom_basket_list{
    font-size:14px;
    font-weight:400;
}
 
.custom_basket_list li{
    display:block;
    background: url(../images/icon-checkmark.png) no-repeat 0px 5px;
    margin-left: -25px;
    padding-left: 20px; 
}
 
.custom_basket_checkoutimg{
    float:right;
    padding-top:15px;
         
}
 
.custom_basket_checkoutimg img{
    width:100px;
}
 
.align_right{
    min-width:45px;
    text-align:right;   
}
@media (max-width: 768px){
	.logo A{
		margin-left: 14px;
	}
}
@media (max-width: 767px) {
.ui-dialog, .ui-widget-overlay{
	display: none!important;
}
.custom_basket_productImg{
    display:none;
    width:0px;
}
 
.custom_basket_shortDesc{
    width:100%;
    padding-left:0px;
    height:85px;
}
 
.custom_basket_amountTR div{
    display:block;
    float:right;
}
 
.custom_basket_totalprice, .custom_basket_gobutton{
    margin-left:0px;
    margin-right:0px;
}
 
.custom_basket_fee{
    padding-left:15px;  
}
.custom_basket_backbutton{
    margin-left:0px;
}
 
.antal_align{
    text-align:right;   
}
.trustpiolt-badge, .emarket-badge{
	height: 100%;  
	padding-left: 0;	
	padding-right: 0;
	text-align: center;  
	
}
.trustpiolt-badge IMG, .emarket-badge IMG{
	display: inline-block;
	
}
}


/* 4 step check out */

/* Check out page */

.BackgroundColor1_Orderstep1, .BackgroundColor1_OrderStep2, .BackGroundColor1_OrderStep3, .BackGroundColor1_OrderStep4{
	background:#f5f5f5;
}

.Foto1_OrderStep1, .Foto1_OrderStep2, .Foto1_OrderStep3, .Foto1_OrderStep4{
	padding:15px 0 15px 0 !important;	
}

.Heading_OrderStep1{
	background:#005db5;
	display:block;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;	
}

.Heading_OrderStep1_TBL{
	margin-top:-37px;	
}

.LoadProfile_OrderStep1_TBL td{
	padding-left:10px;
	font-size:14px;	
	padding-top:3px;
	padding-bottom:2px;	
	}

.LoadProfile_OrderStep1_TBL b{
	font-weight:normal !important;
	font-size:16px;
	display:block;
	margin-bottom:7px;
}

.LoadProfile_OrderStep1_TBL a{
	color:#000;
	margin-top:10px;
	float:left;
	font-size:12px;
}

.CustomerData_OrderStep1_TBL b{
	background:#005db5;
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:-20px;
	font-weight:normal;	
}

.CustomerData_OrderStep1_TBL td{
	padding-left:10px;
	font-size:14px;
	padding-top:3px;
	padding-bottom:2px;	
}

.SubmitButton_OrderStep1_Position{
	float:none !important;
}

.LoadProfileNotFound_OrderStep1{
	color:#de4200;	
}

#Orderstep1_AlternativeDelivery_Fields_TD .InputFieldColumn{
	padding-right:10px;	
}
#checkout_use_alternative_delivery_address{
	margin-bottom: 0px!important;
	margin-right: 5px!important;
	margin-top: 3px!important;
}
.div-checkout-checkbox{
	width: 20px;
}

/* Step 2 */


.OrderStep2_Methods_Header_TD .Heading_OrderStep2{
	background:#005db5;
	display:block;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:-37px;	

}

.OrderStep2_PayMethods_Header_TD b, .OrderStep2_ShippingMethods_Header_TD b{
	font-size:16px;
	font-weight:normal !important;
	padding:10px;
	display:block;
}


.OrderStep2_PayMethods_Header_TD, .OrderStep2_ShippingMethods_Header_TD{

}


.OrderStep2_PayMethods_TD table tr, .OrderStep2_ShippingMethods_TD table tr{
	font-size:14px;
	margin-top:5px;	
}

.OrderStep2_PayMethods_TD table tr input, .OrderStep2_ShippingMethods_TD table tr input{

	margin-right:5px;
}

.OrderStep2_Methods_Next_TD{
	padding:10px;
}
#column-shipping-payment .checkout-radio{
	margin-top: 8px!important;
}
#Checkout_ShippingMethodServices_Table TD{
	font-size: 14px; 
}
.Checkout_ShippingMethodServices_Devider_HR{
	margin-top: 5px;
	margin-bottom: 10px;  
}
/* Step 3 */

#order-summary table{
	font-size: 12px!important;
}
.OrderStep3_Methods_Header_TD .Heading_OrderStep3{
	background:#005db5;
	display:block;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:-37px;	

}

.OrderStep3_Methods_Header_TD .CustomerInfo_OrderStep3 table tr td{
	font-size:14px;
	padding:10px;
	padding-top:0px;
}

.BackGroundColor1_OrderStep3 .basketLineHeader{
	font-size:14px;
	border-bottom:solid 1px #ccc;
	height:40px;
	background:#005db5;
	color:#fff;
	font-weight:bold;
}

.BackGroundColor1_OrderStep3 .basketLineHeader td{
	text-align:center;
	font-size:12px;
		
}

.BackGroundColor1_OrderStep3 .basketLineHeader .count{
	width:100px;	
}

.BackGroundColor1_OrderStep3 .BasketLine_OrderStep3{
	font-size:14px;
	border-bottom:solid 1px #ccc !important;
	height:40px;
}


.BackGroundColor1_OrderStep3 .BasketLine_OrderStep3 td img{

	margin-top:-35px;
}

.BackGroundColor1_OrderStep3 .BasketLine_OrderStep3 td a{
	margin-top:-20px;
	float:left;
	color:#000;
}

.BackGroundColor1_OrderStep3 .BasketLine_OrderStep3 td{
	text-align:center;
	padding-top:20px;
}

.totalWrapperBox td, .OrderStep3_ReadTerms td, .OrderStep3_AcceptTerms td{
	font-size:14px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;	
}

.OrderStep3_ReadTerms td a{
	color:#000;
	text-decoration:underline;
}

.OrderStep3_Next_TD img{
	margin:10px;	
}


/* Step 4 */

.BackGroundColor1_OrderStep4 .Heading_OrderStep4{
	background:#005db5;
	display:block;
	padding:10px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:-17px;
	margin-left:-10px;
	margin-right:-10px;	
}

.BackGroundColor1_OrderStep4 .Order_printIcon{
	background:#005db5;
	display:block;
	padding:10px;
	padding-bottom:8px;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:-18px;	
	
}

.BackGroundColor1_OrderStep4 .Order_printIcon a{
	color:#fff;
	text-decoration:underline;
}

.BackGroundColor1_OrderStep4 tr td{
	padding:0px 10px 0px 10px;
	font-size:14px;
}

.BackGroundColor1_OrderStep4 img{
	margin-top:-10px;	
}

.BackGroundColor1_OrderStep4 a{
	color:#000;
}



.amount-field{
	display:none;	
}

#acceptTermsBit{
	margin-right: 7px;
}


/* Others css */

.Heading_Profile_Wrapper{
	text-align:left;
	border-top:solid 1px #005db5;
	margin-top:40px;	
}

.Heading_Profile{
	font-size:26px;
	color:#fff;
	font-weight:100;
	text-transform:uppercase;
	width:185px;
	height:45px;
	background:#005db5;
	text-align:center;
	padding-top:3px;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
	font-family: 'Oswald', sans-serif;
		
}

.Text1_Profile, .Text1_Terms{
	font-size:14px;	
}



.CmsPageStyle h1, .CmsPageStyle h2, .CmsPageStyle h3, .CmsPageStyle h4, .CmsPageStyle h5, .CmsPageStyle h6 {
	font-size:26px;
	color:#fff;
	font-weight:100;
	text-transform:uppercase;
	width:185px;
	height:45px;
	background:#005db5;
	text-align:center;
	padding-top:3px;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
	font-family: 'Oswald', sans-serif;
		
}

.CmsPageStyle p{
	font-size:14px;	
}


.webshop-checkout .editcheckout{
	width:100%;
}

.webshop-checkout .hideforcheckout{
	display:none !important;
}

.searchbox-mobile{
	margin-left:10px;
	margin-top:10px;
}


.searchbox-mobile input[type=text]{
	width:170px;
	height:22px;
	border:none;
		
}

.searchbox-mobile input[type=submit]{
		background:url(../images/search-icon.png) no-repeat;
		width:13px;
		height:13px;
		border:none;
		margin-left:-20px;
		margin-top:5px;
		position:absolute;
}




/* Mobile Menu */

/* Side Mobile menu */


/* Menu Button */

.pushy .Link_Topmenu{
	padding-left:10px !important;
	font-weight:bold !important;
	border:none !important;	
}

#ProductmenuContainer_DIV{
}

.pushy .Link_Topmenu:hover{
	color:#fff !important;
	background:#428BCA !important;
}


.pushy ul#ProductMenu_List ul{
	visibility:visible;
	position:static;
	background:#807f7f;
	border:none;
	display:none;		
}

.pushy ul#ProductMenu_List li{
	border-bottom:solid 1px #fff;	
}

.pushy #ProductMenu_List li ul li{
	border-bottom:none !important;
}

.pushy ul#ProductMenu_List{
	border:none;
	margin-top:-20px;	
}

.pushy #ProductMenu_List li a{
	margin-bottom:0px !important;	
	padding-top:10px;
	padding-bottom:10px;
}
.pushy #ProductMenu_List &gt; li {
    position: relative;
}
.pushy #ProductMenu_List &gt; li &gt; a{
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.pushy .mobile-menu-bullet {
    display: inline-block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(../images/mobile_menu_bullet.png) 0 -10px no-repeat;
    z-index: 2;
}
.pushy .open .mobile-menu-bullet {
    background-position: 0 0px;
}

#MobileMenu{
	display:none;	
}

.menu-btn{
	padding: 10px;
	margin-bottom: 0px;
	color: #000;
	text-align: center;
	cursor: pointer;
	float:right;
	position:fixed;
	z-index: 7;
	margin-left:0px;   
	display:none;
	top:-8;
	font-size:36px;
}

.menu-btn:hover{
	
}



/* Menu Appearance */

.pushy ul{
	margin:0px;
	padding:0px;	
}

.pushy #ProductMenu_List li{
	margin-top:0px;
	margin-left:0px;	
	width:100%;
}

.pushy .dropdown li a{
	color:#fff !important;
	text-transform:capitalize !important;
	font-size:14px !important;	
}

.pushy .Deactiv_Productmenu, .pushy .Activ_Productmenu{
	color:#fff !important;
	font-size:15px !important;
}

.pushy .productMenu{
}

.pushy ul#ProductMenu_List ul li a{
	padding-left:30px !important;	
}

.pushy{
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
	left:0;
    z-index: 9999;
    background: #333332;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a{
    display: block;
    color: #fff;
    padding: 5px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
	font-weight:100;
}




/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -ms-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}​

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Example Media Query */

@media screen and (max-width: 767px){
    .pushy{
        font-size: 1.0em;
    }
      /*fix mobile nav*/
  .mobile-basket{
    position: absolute;
    left: 49px;
    top: 0px;
  }
  .WebShopSkinLogo{
    margin-top:4px;
  }
  .col-xs-7.col-sm-3.col-md-2.logo{
    float:right;
 
  }
   #BasketEbadgeBox{
	margin-left: 0!important;
  }
}

@media(max-width:1200px){
  .top-text li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-text {
    margin-left: -33px;
  }
  .logo A{
		margin-left: 14px;
	}
}

@media(max-width:992px){
  .top-text {
    margin-left: -44px;
  }
  table.table.custom_basket_info td.custom_basket_amountTR {
    width:20% !important;
  }
    /*product btn line*/
  .products .buttons input , .buttons .BuyButton_ProductList {
    margin-left: -12px !important;
  }
  .products .buttons span{
      display: inline-block;
      /* margin-left: 5px; */
      float: right;
      border-radius: 0;
      margin: 0 -12px 0 0;
    }
    .product-name, .product-name a {
      height: 36px;
      overflow: hidden;
  }
    .products{
      height: 372px;
  }
   

}


@media(max-width:480px){
	.logo A{
		margin-left: 0;
	}
.ui-dialog, .ui-widget-overlay{
	display: none!important;
}
.hideformobile{
	display: none;
}
.product-name{
	width: 100%;
	position: absolute;
	top: 40px; 
left: 0;	
}
 .buttons &gt; A &gt; IMG, .buttons input{
	width: 133px;
 } 
 .buttons  &gt; SPAN &gt; A &gt; IMG{       
	width: 70px;
 } 
 .price, .product-name, .product-name a{
	font-size: 17px;
 }
 .news_img, .tilbud{
	width: 130px;
 }
  table.table.custom_basket_info td.custom_basket_amountTR {
  /*  width:17% !important;*/
  }
  .custom_basket td:nth-child(3),
  .ShowBasket_Custom_DIV td:nth-child(3){
	display: none;
  }
  .custom_basket td:nth-child(2){
	width: 33%!important;
	text-align: center!important;
  }
  .ShowBasket_Custom_DIV td:nth-child(1){
	width: 40%!important;
  }
   .ShowBasket_Custom_DIV td:nth-child(2){
	width: 43%!important;  
	text-align: center!important;
	}
  .ShowBasket_Custom_DIV td.custom_basket_amountTR DIV{
	display: inline-block;
	float: none;  
	margin-left: 0;
	width: 33.33%;
  }
  .ShowBasket_Custom_DIV td.custom_basket_amountTR DIV IMG{
	width: 100%;
	height: auto;
  }
  .ShowBasket_Custom_DIV td.custom_basket_amountTR DIV.custom_basket_amount{
	padding-top: 3px;
	width: 18px;
	margin-left: 1px;
	margin-right: 1px;  
  }
  #BasketEbadgeBox{
	margin-left: 0!important;
  }
  #tab-1, #tab-2{
	display: block!important;
  }
}
@media(max-width:320px){
	 .ShowBasket_Custom_DIV td.custom_basket_amountTR DIV.custom_basket_amount{
		width: 13px;
	 }
	 .trustpiolt-badge, .emarket-badge{
		width: 50%!important  
	 }
	  .buttons &gt; A &gt; IMG, .buttons input{
	width: 118px;
 } 
 .buttons  &gt; SPAN &gt; A &gt; IMG{       
	width: 62px;
 } 
}





</pre></body></html>