/*
										  __      _ _                   _   
										 / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
																						
*/



@font-face {
 font-family: 'standard-1-regular';
 src: url('/webshop/fonts/plus-jakarta-sans/plus-jakarta-sans-v8-latin-regular.woff2') format('woff2');
}
@font-face {
 font-family: 'standard-1-500';
 src: url('/webshop/fonts/plus-jakarta-sans/plus-jakarta-sans-v8-latin-500.woff2') format('woff2');
}
@font-face {
 font-family: 'standard-1-600';
 src: url('/webshop/fonts/plus-jakarta-sans/plus-jakarta-sans-v8-latin-600.woff2') format('woff2');
}
@font-face {
 font-family: 'standard-1-700';
 src: url('/webshop/fonts/plus-jakarta-sans/plus-jakarta-sans-v8-latin-700.woff2') format('woff2');
}

@font-face {
 font-family: 'standard-2-regular';
 src: url('/webshop/fonts/Duper-Regular/Duper-Regular.woff2') format('woff2');
}

body{
	font-family: 'standard-1-regular';
	margin: 0px;
	padding: 0px;
	color: #464646;
	background-color: rgba(245, 241, 236, 1);
}

.outer-rounded-box-corners{
	
	border-radius: 20px;
	overflow: hidden;
	
}
.img-zoom {
	/*
  overflow: hidden;
  display: block;
  position: relative;*/
}
.img-zoom:hover img {
 /* 
 transform: scale(1.08); 
 */
}

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
h1 { font-family: standard-2-regular,sans-serif; text-align: center; color: #000; font-size:60px; letter-spacing:-1px; }
h1 small{ font-size: 24px; display: block; color: #636363; }

/* COMMON CLASSES */
.break { clear:both; }

/* WRAPPER */
#wrapper { width:1020px; margin:10px auto; }
.wrapper { max-width:1020px; margin:10px auto; }

/* CONTENT */
#content { margin-top:0px; }
#content p { font: 14px 'standard-1-regular',"Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; color:#333333; line-height:18px; margin:15px auto; width:800px; }
#content p { color:#0088CC; text-decoration:none; }
#content p a:hover { text-decoration:underline; }

/* APPLE STYLE NAVIGATION MENU */
#appleNav { margin:0px 0; list-style:none;

	 /* Lucinda Grande is the font used on the website from Apple. */
	 font-family: "Lucida Sans Unicode", 'standard-1-regular', Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:13px;
	 
	 /* Apply a subtle text-shadow to the text */
	 text-shadow: 0 -1px 3px #202020;

	 /* We want to add the shadow to the complete navigation menu. In order to do that, we'll need to set
	 the correct width and height, and also the correct borders, in order to create the perfect drop shadow */
	 width:980px; height:34px;
	 
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 border-radius:4px;
	 
	 -moz-box-shadow: 0px 3px 3px #cecece;
	 -webkit-box-shadow: 0px 3px 3px #cecece;
	 box-shadow: 0 3px 4px #8b8b8b;
}

#appleNav li { display:block; float:left; border-right:1px solid #5d5d5d; border-left:1px solid #929292; width:14.32em; height:34px; border-bottom:1px solid #575757; border-top:1px solid #797979;

	 /* Gradient backgrounds for the buttons. Generated using http://gradients.glrzad.com/ */
	 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
	 background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
	 background-color:#5f5f5f; /* Fallback */
}

/* Set the states when hovering, except for the last item in the list (the search bar), since it doesn't need to change */
#appleNav li:not(:last-child):hover {
	 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
	 background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
	 background-color:#383838; /* Fallback */
	 
	 /* We use the inset of the box shadow to create a subtle inner glow when hovering */
	 -moz-box-shadow: inset 0 0 5px 5px #535353;
	 -webkit-box-shadow: inset 0 0 5px 5px #535353;
	 box-shadow: inset 0 0 5px 5px #535353;
}

/* When the user clicks the button, we simply change the box inset (compared to the "hover") */
#appleNav li:not(:last-child):active {
	 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
	 background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
	 background-color:#383838; /* Fallback */
	 
	 -moz-box-shadow: inset 0 1px 2px 2px #000;
	 -webkit-box-shadow: inset 0 1px 2px 2px #000;
	 box-shadow: inset 0 1px 2px 2px #000;
}

#appleNav li { color:white; text-decoration:none; text-align:center; display:block; line-height:34px; outline:none; }

/* Styling of the search field */
#appleNav form input { 
	height:20px; 
	margin-left:9px;
	border:none; 
	padding-left:20px; 
	padding-right:10px; 
	margin-top:8px; 
	color:#eee;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	 border-radius:10px;
	 /* We use the CSS3 multiple backgrounds for the input field: The magnifier image and the gradient background */    
	 background-image: url("../images/magnifier.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #747474), color-stop(0.5, #6E6E6E), color-stop(0.51, #7E7E7E), color-stop(1, #8D8D8D));
	 background-image: url("../images/magnifier.png"), -moz-linear-gradient(center bottom, #747474 0%, #6E6E6E 50%, #7E7E7E 51%, #8D8D8D 100%);
	 background-repeat: no-repeat;
	 
	 background-color:#6E6E6E; /* Fallback */
	 
	 -moz-box-shadow: inset 0 2px 1px 1px #363636;
	 -webkit-box-shadow: inset 0 2px 1px 1px #363636;
	 box-shadow: inset 0 2px 1px 1px #363636;
}

.ramen{
	margin-top: 10px;
	float: left;
	width: 100%;
	background-color: white;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-origin: padding-box;
	/*
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 3px 0px;
	color: rgb(136, 136, 136);
	*/
}

.ramen-footer{

margin-top: 10px;
margin-bottom: 10px;
float: left;
width: 100%;
min-width: 100%;

color: rgb(136, 136, 136);



}


/* Rounded corner for the first in last item. Shorthand: Top left, Top right, Bottom right, Bottom left.
We also remove the borders, since they don't need them. */
#appleNav li:first-child {
	 -moz-border-radius:4px 0 0 4px;
	 -webkit-border-radius:4px 0 0 4px;
	 border-radius:4px 0 0 4px;
	 
	 border-left:none;
}

/* The first child image - the logo - has to be centered. Because of the image dimensions, we manually need to shift it a bit. */
#appleNav li:first-child a img {
	vertical-align:middle; margin-top:-2px;
}

#appleNav li:last-child {
	 -moz-border-radius:0 4px 4px 0;
	 -webkit-border-radius:0 4px 4px 0;
	 border-radius:0 4px 4px 0;
	 
	 border-right:none;
	 
	 /* The width of the last menu item (search bar) is bigger than the others */
	 width:228px;
}

/* Fade in animation (Webkit only) */
@-webkit-keyframes showMenu {
	 from { opacity: 0; top:-20px; }
	 to   { opacity: 1; }
}

#appleNav {
	  -webkit-animation: showMenu 1s; position:relative;
}



/* -------------------- AUREDNIK ---------------------- */

.blue-link:hover {
	text-decoration: underline;
}

.fb-blue-bg-transparent{
	background-color: rgba(96,119,175,0.8);
}
.fb-blue-bg{
	background-color: rgba(96,119,175,1);
}


.aurednik-blue-bg-transparent{
	background-color: rgba(96,119,175,0.8);	
}
.aurednik-blue-bg{
	background-color: rgba(96,119,175,1);	
}


.fb-blue-text{
	color: rgba(96,119,175,1);	
}
.fb-blue-text-transparent{
	color: rgba(96,119,175,0.8);	
}

.footer-links{
	text-decoration: none;
	color: inherit;
}
.footer-links-selected{
	text-decoration: underline;
	color: #598FC5;
}

.aurednik-blue-text{
	color: #FFFFFF;
	text-decoration: none;
}
.button-top-mouseover{
	background-color: rgba(97,119,176,1);
	text-decoration: underline;
}

.aurednik-blue-text-transparent{
	color: rgba(96,119,175,0.8);	
}



#upgrade-browser-warning {
	left: 200px;
	top: 150px;
	z-index: 99999;
	max-width: 500px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	position: absolute;
	float: left;
	font-size: 12px;
	color: #333333;
	background-color: white;
	padding: 20px;
}

#upgrade-browser-warning strong {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

#upgrade-browser-warning i {
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 10px;
	font-style: italic;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	float: left;
	font-size: 10px;
	color: #333333;
}

.upgrade-browser-warning-downloadbox {
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	float: left;
}

.upgrade-browser-warning-downloadlinks {
	max-width: 250px;
	min-width: 250px;
	width: 250px;
	float: left;
}


.menu-title-text-font {

	font-family: 'standard-1-regular', sans-serif;
}

#bar ul {
clear: both;
display: block;
float: left;
margin: 0 0 0 -12px;
padding: 2px 0 0 0;
width: 940px;
}
#bar ul li {
color: #dadada;
float: left;
font-size: 10px;
line-height: 16px;
list-style: none;
margin: 0;
padding: 0 20px 0 22px;
}

#bar{
text-align: center;
clear: both;
color: rgb(99, 99, 99);
display: block;
font-family: "Myriad Pro Light";
font-size: 12px;
height: 25px;
line-height: 18px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(99, 99, 99);
outline-style: none;
outline-width: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-top: 9px;
width: 100%;
}

#bar .inner {
clear: both;
display: block;
margin: 0 auto;
overflow: hidden;
padding: 0;
position: relative;
width: 942px;
}
#bar div.links {
display: block;
border-left: 1px solid #C0C0C0;
float: right;
position: absolute;
right: 20px;
top: 9px;
}


.footer-copy-box-new{
float:left; 
width: 100%; 
border-top: 0px solid #cccccc;
margin-top: 20px;
padding-top: 5px;
font-weight: normal;
color: #797979;
font-size: 11px;
text-align: center;
margin-bottom: 0px;
position: fixed;
bottom: 0px;
left: 0px;
z-index: 9999;
background-color: #f5f5f5;
}

.footer-copy-box{
float:left; 
width: 805px; 
min-width: 805px;
border-top: 1px solid #cccccc;
margin-top: 20px;
padding-top: 20px;
font-weight: bold;
color: #000000;
height: 35px;
font-size: 13px;
padding-left: 180px;
background-image:url(/gfx/logo/logo1.png);
background-repeat: no-repeat;
	background-color: #ffc408;

}

.hidden-box {
	visibility: hidden;
	display: none;
}
.productRow{
float: left; width: 100%; margin-bottom: 30px;
}
.product-box{
float: left; 
width: 100%;
border: 2px solid rgba(244,244,244,.1);
background-color: #FFFFFF;
}
.product-pricebox{
float: left; 
width: 100%;
height: 60px;
color: #666666;
font-size: 12px;
background-color: #F1F4F5;
border-top: 0px solid #CCCCCC;
}
.image-box{
	height: 215px;
}

.productinfoborder{
	background-image: url(/gfx/border-productinfo.png);
	background-repeat: no-repeat;
	min-height: 450px;
	padding-left: 40px;
}


.productlink {
	text-decoration: none;
	color: black;
}

.dark-overlay-box{

-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4) inset;
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.4) inset;
box-shadow: 0 0 12px rgba(0,0,0,0.4) inset;
color: #08c;

/*
	background: -webkit-gradient(linear,10% 10%,10% 29%,from(rgba(229,229,229,0.7)),to(rgba(255,255,255,0.5))),-webkit-gradient(linear,center top,center bottom,color-stop(40%,rgba(236,236,236,0.6)),color-stop(100%,rgba(255,255,255,0.5)));
*/

}
.dark-overlay-box .product-details{
color: #08c;
}

.dark-overlay-selected-box{
	background: -webkit-gradient(linear,0% -1%,0% 9%,from(rgba(90,90,90,0.7)),to(rgba(255,255,255,0.5))),-webkit-gradient(linear,center top,center bottom,color-stop(40%,rgba(122,122,122,0.6)),color-stop(100%,rgba(255,255,255,0.5)));
}

.default-blue{
	color: #08C;
	text-decoration: none;
}
.default-gray{
	color: #666666;
	text-decoration: none;
}


.footer-link-boxes{
	line-height: 22px;
	padding-bottom: 0px; 
	padding-left: 5px;
}
.footer-link-titles{
	float: left; 
	width: 100%; 
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;	
	color: #222121;
	padding-left: 5px;
	margin-bottom: 20px;
}

.info-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:105px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.info-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.info-button:active {
	position:relative;
	top:1px;
}


.buy-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:135px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
.buy-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.buy-button:active {
	position:relative;
	top:1px;
}
@media print {
.hidden-print{
	display:none;
}
}



.image-box-indicator-productlist{
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 0px;
	text-align: center;
	border: 0px solid black;
	padding: 0px;
	margin: 1px;
	color: #999;
	cursor: hand;
	cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		-moz-user-select: none; /* Old versions of Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
}

.textfield-title{
	position: relative; 
	top: -45px; 
	left: 11px; 
	padding: 0px; 
	margin: 0px; 
	color: black; 
	font-weight: 600;
	font-size: 14px;
}

.login-field{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 25px;
	clear: both;
	margin-top: 0px;
	width: 100%;
		
}


.hidden-readmore-text{
	display: none;
}

a.hidden-text-href{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}



strong{
	font-weight: 600;
}
.campaign-symbol{
	
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 35px;
	cursor: pointer;
	cursor: hand;
	
}
.video-symbol{
	
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 19px;
	cursor: pointer;
	cursor: hand;
	
}

.campaign-symbol-bottom-right {
display: inline-block;
position: absolute;
bottom: 8px;
right: 28px;
font-size: 35px;
}

.campaign-box-information{
	
	position: absolute;
	top: 20px;
	padding: 20px;
	margin: 40px;
	border: 0px solid rgb(172, 172, 172);
	background-color: rgba(230, 241, 233, 0.95);
	z-index: 99;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 23px #989898;
}

.yellow-button-background-color{
	background-color: rgba(255, 204, 51, 0.59);
	color: black; 
}


 .selected-product-option-explaining-text{
	 float: left;
	 width: 100%;
	font-size: 13px;
 }
 .selected-product-option-text{
	 font-size: 13px;
 }
  
 .selected-product-option-image{
	 display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 120px;
	cursor: zoom-in;
	width: 120px;
 }
 
 