@charset "UTF-8";
/* CSS Document */


* { margin:0px; }

body {
	margin: 0px;
	padding: 0px;	
	text-align: left;
	color:#323232;
	
	font-family: 'Open sans', Arial, serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;	
}

.floatleft { float:left; }
.floatright { float:right; }
.clear { clear:both; }

img { border:0px; }

/* DIVS */
#villkor { position:fixed; padding-top:20px; padding-bottom:20px; background-color:rgba(0, 0, 0, 0.7); top:0px; left:0px; bottom:0px; right:0px; z-index:99999999999999; overflow-y:scroll; display:none; }
	#villkorContent { margin:0 auto; text-align:left; width:600px; background-color:#FFFFFF; padding:1px 20px 20px 20px; }
		#villkorContent h1 { margin-top:20px; }
		#villkorContent h3 { margin-top:20px; }
		
#villkorLink { text-decoration:underline; cursor:pointer; }

#content { margin:0 auto; text-align:left; width:980px; }
	#orderForm { width:322px; padding:20px; border:1px solid #000; }
		#orderForm h2 { font-size:20px; font-weight:normal; }
		#orderForm h3 { font-size:14px; font-weight:normal; margin-top:10px; text-align:right; }
			#orderForm h3 span { font-size:28px; }
		#orderForm div { margin-top:10px; }
		#butikerDropdown { width:320px; }
		#systembolag-butiker {  -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border:1px solid #000; padding:5px; outline:none; width:310px; }
		#orderForm .left { float:left; text-align:right; width:100px; margin-top:5px; }
		#orderForm .right { float:right; }
			#orderForm .right input[type=text] { width:200px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border:1px solid #000; padding:5px; outline:none; }
			#orderForm .right input[type=email] { width:200px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border:1px solid #000; padding:5px; outline:none; }
		#orderForm input[type=submit] { background-color:#FFF; border:1px solid #000;  -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; padding:10px 40px; font-weight:bold;cursor:pointer; }
		#chooseOneBottle { display:none; color:#ff8c8c; }
	
	#smsTips .left { text-align:left; }
		
	#form_disclaimer { font-size:11px;line-height:14px;border:1px dotted #333; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; padding:10px;margin-top:10px;}
	
	#footer { background-image:url(../images/footerBg.jpg); background-repeat:repeat-x; height:73px; margin-top:100px; color:#d7d2c5; font-family:Arial, Helvetica, sans-serif; font-size:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border:1px solid #2f2f2f; }
	#footer a {color:#d7d2c5;text-decoration:none;}
		#vgFooter { padding:10px; float:left; }
		#vgFooterInfo { float:left; padding-top:15px; }
		#vgFooterFollow { float:right; font-size:11px; padding-top:30px; }
		#vgFooterFb { float:right; padding-top:22px; margin-left:15px; }
		#vgFooterTwitter { float:right; padding-top:22px; margin-left:15px; }
		#vgFooterIG { float:right; padding-top:22px; margin-left:15px; margin-right:15px; }
		#vgFooterEnheter { float:right; padding-top:24px; margin-right:15px; }
		#vgFooterEnheter img { width:44px; }
		
	#footerBottom { color:#FFFFFF; margin-top:30px; padding-bottom:30px; font-size:10px; text-align:center; font-family:Arial, Helvetica, sans-serif; }
	#footerBottom a {color:#FFFFFF;text-decoration:none;}

	#overLayer { position:fixed; top:0px; bottom:0px; text-align:center; left:0px; right:0px; z-index:100; background-color:rgba(0,0,0,0.5); }
			#overLayerContent { position:absolute; top:15%; left:50%; width:475px; margin-left:-247px; margin-top:-70px; background-color:#FFFFFF; padding:10px; z-index:150; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; box-shadow: 0px 0px 20px #000000; text-align:left; }
				#StangOverLayer { position:absolute; top:-15px; right:-15px; cursor:pointer; }
	
/* MISC */
.dn { display:none; }
.w210 { width:210px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.fz10 { font-size:10px; }

.karta-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	height: 30px;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 5px;
	font-family: 'Open Sans';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 300;
}

.button-red, .button-standard {
	display: inline-block;
	padding: 10px 40px;
	background-color: #ea5f64;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor: pointer;

	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	white-space: nowrap;
}

	.popup-wrapper {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);

		z-index: 2000;
	}

	.popup-button-close {
		cursor: pointer;
		position: absolute;
		right: -15px;
		top: -15px;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
		height: 30px;
		width: 30px;
		text-align: center;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding-top: 5px;
		font-family: 'Open Sans', 'Merriweather';
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		-webkit-font-variant-ligatures: common-ligatures;
		-moz-font-variant-ligatures: common-ligatures;
		font-variant-ligatures: common-ligatures;
	}

	.popup-box {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 340px;
		z-index: 3000;
	}
	
	.popup-box-mobile {
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		overflow:auto;
		transform:none;
	}
	
	.popup-box-mobile .button-red {
		width: 100%;
	}

	.popup-box-2col {
		max-width: 610px;
		width: 100%;
	}

	.popup-inner {
		position: relative;
		padding:30px;
		border: 1px solid #000;
		background-color: #fff;
		margin: 20px;
	}

	.popup-inner h2 {
		font-size: 30px;
		text-align: center;
		margin-top: 0px;
	}
	
	.popup-title {
		text-align: center;
		padding: 0px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.popup-title h2 {
		display: inline-block;
		font-size: 35px;
		font-weight: 300;
	}

	.popup-standard-ul {
		font-size: 13px;
		padding-top: 20px;
	}

	.popup-standard-ul input[type="text"] { width: 100%;}


	.popup-standard-ul li {padding: 0px 0px 10px 0px;}

	.popup-standard-ul .label {padding-bottom: 2px;}

	.popup-col-2-l {
		float: left; 
		width: 50%; 
		padding-right: 10px;
	}

	.popup-col-2-r {
		float: left; 
		width: 50%; 
		padding-left: 10px;
	}

	/* START ÅLDERSKOLL POPUP */
	
	.popup-age-control-wrapper {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);

		z-index: 2000;
	}
	
	.popup-age-control-wrapper h2 {
	font-family: 'Open Sans', Arial, serif;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;	
	}
	
	.popup-age-control-box {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 340px;
		z-index: 3000;
	}
	
	.popup-age-control-box-mobile {
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		overflow:auto;
		transform:none;
	}
	
	.popup-age-control-inner {
		position: relative;
		padding:30px;
		border: 1px solid #000;
		background-color: #fff;
		margin: 20px;
	}
	
	/* SLUT ÅLDERSKOLL POPUP */

/* Custom */
body {background: #f6f6f6;}

#content {position:relative;background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_cntbg.jpg) 0 10px no-repeat;}

#contentInfo {background: url() top right no-repeat;height:2200px;}

#orderFormWrapper {width: 364px; padding-top: 20px; margin-left:540px;}

#orderForm {width: 322px; padding: 5px 20px 10px; font-family: Verdana, Geneva, sans-serif; color: #3d3c3f; background: #f6f6f6 url() top left repeat; font-size: 12px; line-height: 18px; border: 0;moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius:6px; border-radius:6px;}

#orderForm h3 {font-weight: normal;font-size:12px;}
#orderForm #totalPrice {font-size: 16px;}

#orderForm .left {width: 100px;}

#orderForm .bottlesReqBox {margin-top:5px;margin-bottom:10px;font-weight: normal; font-style: italic;font-size:14px;color:#aaa;}

#orderForm .bottlesForBox6 {font-weight: normal;font-style: normal;color:#fff;font-size:18px;}

.formextra {margin-bottom:10px;padding-bottom:10px;font-weight: normal;text-align: center;font-size: 12px;line-height:18px; border-bottom: 1px dotted #3d3c3f;color:#3d3c3f;}

.various {display: table;}
.various:last-child {margin-bottom: 10px;}

.formextra .kartlink { padding-left: 50px; width: 340px !important;background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_mapico.png) 0px 2px no-repeat; border-bottom: 1px dotted #3d3c3f;color:#3d3c3f;font-size:12px;line-height:18px;text-align: left; height: 50px; display: table-cell; vertical-align: middle;}

.orderForm a,.formextra a  {color:#3d3c3f !important; border: 0 !important;text-decoration: none;}


#orderForm h2 {font-size: 16px;line-height: 20px; font-family: Verdana, Geneva, sans-serif; margin: 5px 0 5px;font-weight: normal; color:#3d3c3f; }

#orderForm .right input[type=text] { width:200px; padding:5px;outline:none;background:#f9f9f9;border:1px solid #ccc;moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;}

#orderForm .right input[type=text]:focus { background:#fff;border:1px solid #9ce49d;}

#orderForm input[type=submit] {
border: 0;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
border-radius: 9px;
padding: 8px 45px 11px;
font-weight: normal;
cursor: pointer;
color: #fff;
font-size: 20px; 
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 2px;
text-shadow: 0px 0px 5px rgba(61,2,2,0.7);
box-shadow: 0 1px 6px rgba(0,0,0,0.6), inset 0 0px 4px rgba(185,167,151,1);
background: #941919; /* Old browsers */
background: -moz-linear-gradient(top,  #941919 0%, #eb6153 50%, #4b0505 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #941919 0%,#eb6153 50%,#4b0505 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #941919 0%,#eb6153 50%,#4b0505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#941919', endColorstr='#4b0505',GradientType=0 ); /* IE6-9 */
}

#info {width: 980px; position: absolute; top: 520px; left: 0px; font-family: Verdana, Geneva, sans-serif; font-size: 14px; line-height: 20px; color:#f6f6f6;text-align: left;}

#info p {padding: 30px 0 10px; width: 900px;margin-left:40px;}

.greybg {background: #3d3c3f;}
.icons {width: 900px;border-top: 1px solid #fff;margin: 20px auto;padding: 20px 0;font-family: Verdana, Geneva, sans-serif;color:#fff;font-size:12px;line-height: 18px;}
ul.ulicon {width:900px !important; margin: 0; display:block; padding:0;}
.icons ul li {width: 290px; display:inline; float:left; padding:0;margin-right:0px}
.icons ul li ul {display:block !important;}
.icons ul li ul li {display:block !important;width:180px;padding-bottom:10px;height: 120px;}
.icons h3 {font-family:Georgia,'Times New Roman',Times, serif;font-weight:bold;color:#fff;text-transform:uppercase;font-size:14px;line-height: 18px;margin-left:60px;width:200px;}
.icons p {padding:0 !important;width: 200px !important;margin-left:60px !important;}

.li_stekt {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_steka.png) 0px 5px no-repeat;}
.li_kokt {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_koka.png) 0px 5px no-repeat;}
.li_ugn {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_ugn.png) 0px 5px no-repeat;}
.li_grill {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_grill.png) 0px 5px no-repeat;}
.li_sallad {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_raw.png) 0px 5px no-repeat;}
.li_plock {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/PatchworkVego_icons_plock.png) 0px 5px no-repeat;}

.twocolcnt {width: 480px;text-align: left;}
.twocolcnt p {padding:0 0 10px 0 !important;}


.passartill p {width: 310px !important;}
 
.prodinfot p {width: 432px !important;}

.passartill p,.prodinfot p {margin:0 0 0 24px !important;}

.prodinfot .txtdvdr { border-top: 1px solid #f6f6f6; margin: 10px 0 20px 24px; width: 432px;}

.smallrubbe {font-size:12px; text-transform: uppercase;}

.PCS {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_passartillvin_Cab.png) 20px 40px no-repeat;padding-top: 150px !important;}

.PCSflaska {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_flaska_CS.jpg) 350px 10px no-repeat;height: 500px;}

.PGPVflaska {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_flaska_GPV.jpg) 350px 10px no-repeat;height: 450px;}

.PGPV {background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_passartillvin_PGPV.png) 20px 40px no-repeat;padding-top: 150px !important;}


#importer {}

#flaskinfo {}


#splash {width: 347px; height: 318px; position: absolute; top: 100px; left: 60px; background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_payoff.png) top left no-repeat;}

#splash2 {width: 103px; height: 37px; position: absolute; top: 460px; left: 00px; background: url(//www.vinguiden.com/wp-content/uploads/2016/03/1611_PatchworkVego_ALTIAlogo.png) top left no-repeat;}

#splash3 {}

#splash4 {}

#splash5 {}

#splash6 {}

#vinguiden {position:absolute; top:5px;left:910px;}


#getButikNr {margin:10px 0;}
#showNr {font-size:30px;line-height:36px;}


.mobile-wrapper {background: #fff !important;}
.mobile-bestall {background: #fff;}
.mobile-bestall .bottlesForBox6 {color:#000;}
.mobile-bestall .bottlesReqBox {color:#555;}
.mobile-karta a {color: #323232; text-decoration: none;}



     