/*
Version: 1.0
Author: WebOne AB
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

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, font, 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{
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#login_form input{
  margin-bottom: 10px;
  font-size: 30px;
  padding: 10px;
}
.login-body{
  background-color: #666666 ;
}

body{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	background-color: #e5e5e5;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img{
	border: 0;
}
a:link, a:visited{
	text-decoration: underline;
	color: inherit;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
a img{
	vertical-align: middle;
}
h1{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 32px;
	color: inherit;
	word-wrap: break-word;
}
h1 img{
	vertical-align: middle;
}
h2{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 25px;
	color: inherit;
	word-wrap: break-word;
}
hr{
/*
	background-image: url(../images/hr-dark.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 20px;
	width: 100%;
	height: 20px;
	padding: 0;
*/
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
table, tr, th, td{
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	padding: 0;
}
table{
	width: 100%;
	max-width: 100%;
}
table.list{
	width: 100%;
	max-width: 100%;
}
table.list > tbody > tr:nth-child(odd){
	background-color: #F2F2F2;
}
table.list td, table.list th{
	padding: 3px;
}
p{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
blockquote{
	border-left: 5px solid #999999;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 0;
}
label{
	font-weight: bold;
	width: 100%;
}
form{
	margin: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select{
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 10px 15px;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #f0f0f0;
	border: 1px solid #B3B3B3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"]{
	width: 30px;
	border: 0;
	vertical-align: middle;
}
input:active, textarea:active, select:active{
	border: 1px solid #666666;
}
textarea{
	height: 120px;
}
input.submit, a.submit:link, a.submit:visited, input[type="submit"]{
	background-color: #489024;
	border: 1px solid #489024;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	padding: 10px 0;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
input.submit:hover, a.submit:hover, input[type="submit"]:hover, .button:hover{
	background-color: #000;
	border: 1px solid #000;
	background-image: none;
}
input.gray, a.gray:link, a.gray:visited{
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	background-color: #cccccc;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #666666 !important;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
input.gray:hover, input.gray:active, a.gray:hover, a.gray:active{
	border: 1px solid #999999;
	background-color: #cccccc;
	background-image: none;
	cursor: pointer;
	color: #333333 !important;
}
.button{
	background-color: #489024;
	border: 1px solid #489024;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 7px 15px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
input[type='checkbox']{
	background: none;
	padding: 0;
	width: 30px;
	border: 0;
}
.container{
	padding: 20px 0 40px 0;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.desktop{
	display: inline-block;
}
.mobile{
	display: none;
}
.inactive{
}
.right{
	float: right;
}
.textcenter{
	text-align: center;
}
.hide{
	display: none;
}
.fullw{
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ondemand{
	vertical-align: middle;
}
font{
	font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 15px !important;
}
.thankyou{
	width: 100%;
	background-color: #489024;
	border: 1px solid #489024;
	padding: 10px 2%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 20px 0;
	color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	display: flex;
  justify-content: center;
  align-items: center;
}
body > .thankyou{
	border-bottom: 1px solid #23B52E !important;
	margin: 0 !important;
}
.notification{
	width: 100%;
	background-color: #FFB321;
	border: 1px solid #FFB321;
	padding: 10px 2%;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 10px 0;
	display: flex;
  justify-content: center;
  align-items: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.notification i{
	color: #cc0000;
}
body > .notification{
	border-bottom: 1px solid #EBC000 !important;
	margin: 0 !important;
}
.information{
	width: 100%;
	background-color: #99E9FF;
	border: 1px solid #99E9FF;
	padding: 10px 2%;
	color: #000;
	text-align: center;
	vertical-align: middle;
	display: flex;
  justify-content: center;
  align-items: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.languages img{
	vertical-align: middle;
	max-width: 30px !important;
}
.languages input{
	width: 18px;
}
.red{
	color: #cc0000;
}
header{
	background-color: none;
	width: 100%;
	display: flex;
}
header .container{
  padding: 0;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
header #logo{
	margin: 10px 0;
	max-width: 50%;
	display: flex;
	justify-content: center;
  align-items: center;
}
header #logo img{
	max-height: 80px;
}
.header-links{
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.header-links a{
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
	position: relative;
	text-align: center;
	font-weight: bold;
}
.header-links a:hover{
  opacity: .4;
}
.cart-items {
	background-color: #489024;
	width: auto;
	color: #fff;
	padding: 7px 5px;
	cursor: pointer;
	font-size: 14px;
	line-height: 5px;
	position: absolute;
	top: 0;
	right: 5px;
}

#main{
	color: #333333;
	width: 100%;
	float: left;
}
#main .container .info{
	background-color: #ffffff;
	padding: 30px;
	line-height: 25px;
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .container .info ul, #main .container .info ol{
	margin-left: 22px;
}
#main .container .info a:link, a:visited{
	color: inherit;
}
@media all and (max-width: 1000px) {
	.container{
		padding: 20px 2% 40px 2%;
		width: 96%;
		max-width: 960px;
		margin: auto;
	}
}
footer{
	padding: 0 0 20px 0;
	min-height: 100px;
	color: #ffffff;
	float: left;
	width: 100%;
}

footer #shop_footer{
	width: 100%;
	padding: 70px 0 15px 0;
	color: #999999;
	color: rgba(0,0,0,.4);
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
footer #shop_footer a:hover{
	color: rgba(0,0,0,.6);
}
footer #shop_footer p{
	margin: 0 0 20px 0;
	width: 33%;
	min-width: 320px;
	display: block;
	float: left;
}
footer #copy{
	width: 100%;
	padding: 10px 0 15px 0;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
footer #copy a{
	text-decoration: none;
	color: #ccc;
}
footer #copy a:hover{
	text-decoration: underline;
}

.login-header{
	width: 100%;
	float: left;
	padding: 10px 20px 20px;
	border-bottom: 1px solid #ccc;
}
ul.login-list{
	list-style-type: none;
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 !important;
}
ul.login-list li{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0 0 5px 0;
}
ul.login-list li:nth-child(even){
	padding: 0 0 0 20px;
}
ul.login-list li a{
	float: left;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
}
ul.login-list li a:hover{
	text-decoration: underline;
	border: 1px solid #1A171B;
	padding: 9px 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 50px;
}

@media only screen and (max-width: 650px) {
	ul.login-list li{
		width: 100%;
		text-align: center;
	}
	ul.login-list li:nth-child(even){
		padding: 0;
	}
}

.round{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
/*
.shadow{
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-ms-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	-o-box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0, .15);
}
*/
.shopnavclose{
	display: none;
}
iframe{
	max-width: 100% !important;
	border: 0;
}
.col-100{
	width: 100%;
	padding: 10px 0 0;
	float: left;
}
.col-50{
	width: 50%;
	padding: 0;
	float: left;
}
.col-25{
	width: 25%;
	padding: 0;
	float: left;
}
.f-right{
	float: right;
}
.t-right{
	text-align: right;
}
.f-left{
	float: left;
}
.t-left{
	text-align: left;
}
.package_form{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.package-choice{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.package-item{
	width: 23%;
	margin: 1%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	display: flex;
}
.package-item:hover .package-pick-single{
	background-color: rgba(0,0,0,.4);
}
.package-item .package-pick{
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.package-item:hover .package-pick{
	display: flex;
	cursor: pointer;
}

.package-item .package-pick i{
	color: #1A171B;
	display: none;
}
.package-item.selected .package-pick span{
	display: none;
}
.package-item.selected .package-pick i{
	display: flex;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.package-item.selected .package-pick{
	display: flex;
	border: 5px solid #0046ad;
	height: 100%;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.package-item .package-content{
	position: relative;
	text-align: center;
	z-index: 0;
	float: left;
	top: 0;
	width: 100%;
	left: 0;
}
.package-item.selected .package-content{
	opacity: .5;
}
.package-item .package-content strong img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.package-item .package-pick-size{
	background-color: rgba(0,0,0,.4);
	width: 100%;
	display: none;
	position: absolute;
	z-index: 10;
	padding: 5px;
	top: 0;
	left: 0;
}
.package-item:hover .package-pick-size{
	display: flex;
	height: 100%;
}
.package-item .package-pick-size > a{
	position: absolute;
	text-decoration: none;
	background-color: #fff;
	width: 95%;
	width: calc(100% - 10px);
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	top: 40%;
	top: calc(50% - 22.5px);
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.package-item .package-pick-size > a:after{
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	/*--adjust as necessary--*/
	color: #000;
	font-size: 15px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	right: 0;
}
.package-item .package-pick-size ul{
	width: 95%;
	width: calc(100% - 10px);
	list-style-type: none;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 38%;
	top: calc(50% - 22.5px);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.package-item .package-pick-size ul li{
	width: 100%;
	float: left;
}
.package-item .package-pick-size ul li a, .package-item .package-pick-size ul li div{
	position: relative;
	width: 100%;
	float: left;
	padding: 8px;
}
.package-item .package-pick-size ul li a:hover{
	background-color: #1A171B;
	color: #fff;
}
.package-item .package-pick-size ul li a:hover:after{
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	/*--adjust as necessary--*/
	font-size: 12px;
	padding-right: 0.5em;
	position: absolute;
	top: 9px;
	right: 0;
}
.package-item .package-pick-size ul li div.out-of-stock{
	background-image: url('../images/out-of-stock.png');
	background-size: 15px 15px;
	background-repeat: no-repeat;
	color: #999;
	width: 98%;
	width: calc(100% - 10px);
	margin-right: 2%;
	margin-right: calc(10px);
	background-position: right center;
}


#webshop #mobilnav ul > li > a:hover, #webshop #mobilnav ul > li > a.active{
	color: #489024;
}


/*************************************************/
/* style for google translate */

#google_translate_element {
	display: flex;
	padding: 10px;
	width: 100%;
	height: auto;
}

#google_translate_element .goog-te-gadget {
	width: 100%;
}

#google_translate_element .goog-te-gadget-simple {
	display: flex;
	justify-content: center;
	align-items: center;
}

#google_translate_element .goog-te-gadget-simple img {
	background-repeat: no-repeat;
}

#google_translate_element .goog-te-gadget-simple span {
	width: 100%;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	width: 100%;
}

#google_translate_element .goog-te-gadget-simple span a {
	display: flex !important;
}

#google_translate_element:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}

#google_translate_element:hover span {
	background-color: #f0f0f0;
}


@media screen and (max-width: 800px) {

	#google_translate_element {
		background-color: #333333;
	}

	.goog-te-gadget-simple span {
		background-color: #333333;
	}

	#google_translate_element .goog-te-gadget-simple span {
		padding: 0 10px;
	}

	#google_translate_element .goog-te-gadget-simple span a,
	#google_translate_element .goog-te-gadget-simple span a:visited {
		background-color: #333333 !important;
	}

	#google_translate_element .goog-te-gadget-simple {
		background-color: #333333;
		border: none;
	}

	.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed a {
		background-color: #333333;
	}


	.VIpgJd-ZVi9od-vH1Gmf table tbody {
		display: flex !important;
	}

	/* VIpgJd-ZVi9od-vH1Gmf */
	.VIpgJd-ZVi9od-vH1Gmf table tbody tr {
		display: flex !important;
		flex-direction: column !important;
		overflow: scroll !important;
	}

	#google_translate_element:hover {
		background-color: #333333;
	}

	#google_translate_element:hover span {
		background-color: #333333;
	}


	

	
	#google_translate_element .goog-te-gadget-simple a span:nth-child(3),
	#google_translate_element .goog-te-gadget-simple a span:nth-child(5) {
		display: none !important;
	}

	#google_translate_element .goog-te-gadget-simple a img {
		display: none !important;
	}

	#google_translate_element .goog-te-gadget-simple img {
		display: none;
	}


}

/* endstyle for google translate */
/************************************************/




@media only screen and (max-width: 650px) {
	.info > table{display: block !important; width: 100% !important; float: left;}
	.info > table tbody{display: inline; padding: 0; margin: 0; width: 100% !important; float: left;}
	.info > table tr{width: 100% !important; display: inline !important;}
	.info > table td, .info > table th{display:block; width: 100% !important; height: auto; float: left; padding: 0;}
	.info > table td img, .info > table th img{
		max-width: 100% !important;
		height: auto !important;
		border: 0;
	}
}

@media only screen and (max-width: 700px) {

	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 60px; background: #ffffff; width: 40%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; border-top: 1px solid #cccccc;}
	.pinned table th, .pinned table td { white-space: nowrap; padding: 0 5px; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; overflow: hidden; display:block !important; width: 100% !important; float: left;}
	div.table-wrapper div.scrollable { margin-left: 40%;  border-right: 1px solid #cccccc; border-top: 1px solid #cccccc;}
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; padding: 0 25px 0 10px;}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }

	div.table-wrapper { padding-top: 60px; margin-bottom: 10px; background-image: url(../images/tableswipe.png); background-position: 75% 0; background-repeat: no-repeat; border-bottom: 1px solid #cccccc;}


	footer #shop_footer p{
		width: 100%;
	}
}


@media only screen and (max-width: 1000px) {

}
@media only screen and (max-width: 960px) {

	.package-item{
		width: 31.333%;
	}
}
@media only screen and (min-width: 801px) {

}
@media only screen and (max-width: 800px) {
	body, table, tr, th, td{
		font-size: 14px;
	}
	.desktop{ display: none; }
	.mobile{ display: inline-block; }
	table td, table th{ word-wrap: break-word; }

	.shopnavclose{
		display: block;
	}
	.hidesmall{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	header #logo{
		width: 100%;
		padding: 10px;
		margin: 0;
		text-align: center;
		max-width: 50%;
	}
	header #logo img{
		height: auto;
	}
  .header-links i{
    font-size: 30px;
  }
	h1{
		line-height: 32px;
		font-size: 24px;
	}
	h2{
		line-height: 25px;
		font-size: 20px;
	}
	#main .container .info{
		padding: 10px;
	}
	.package-item{
		width: 48%;
	}

}

.nonsticky{
	position: relative !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}




/* STIL FÖR INLOGGNING */
#loginwrapper{
	margin: auto;
	float: none;
	padding: 10% 0 0 0;
}
#loginwrapper #login{
	background-color: #ffffff;
	text-align: center;
	margin: auto;
	padding: 30px;
	width: 100%;
	max-width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#loginwrapper #login img{
	width: 100%;
}
#loginwrapper #login h1{
	font-size: 24px;
}
#loginwrapper #login label{
	color: #666;
}
