/*
Version: 1.0
Author: WebOne AB
*/

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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
}
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: var(--primaryColor);
	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%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		min-height: 100vh;
		background-position: center;
		background-size: cover;
}
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: Arial, Verdana, Helvetica, 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: Arial, Verdana, Helvetica, sans-serif;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 25px;
	color: inherit;
	word-wrap: break-word;
}
hr{
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
table, tr, th, td{
	font-family: Arial, Verdana, 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: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 6px 2%;
	width: 100%;
	background-color: var(--white);
	border: 0.1rem solid var(--black);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:disabled{
  text-align: center;
  border: 0;
  background-color: unset;
}
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: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	color: var(--white) !important;
	text-decoration: none !important;
	display: inline-block;
	max-width: 100%;
	line-height: 1.6rem;
	min-width: auto;
	padding: 0.5rem 1rem;
	margin-top: 1rem;
	cursor: pointer;
	font-size: 1.4rem;
	text-align: center;
}
input.submit:hover, a.submit:hover, input[type="submit"]:hover, .button:hover{
	background-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	background-image: none;
}
input.gray, a.gray:link, a.gray:visited{
	background-color: #e5e5e5;
	border: 1px solid #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: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
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: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
	font-weight: bold;
	color: var(--white) !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 6px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
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;
	display: flex;
	gap: 2rem;
}
.desktop{
	display: inline-block;
}
.mobile{
	display: none;
}
.inactive{
}
.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;
}
.top{
  background-color: var(--headerColor);
	display: flex;
  width: 100%;
  padding: 0 1rem;
  justify-content: space-between;
}
.top ul{
  list-style-type: none;
  display: flex;
  width: auto;
  justify-content: end;
}
.top ul > li{
  padding: 1.5rem 1rem;
  position: relative;
  display: flex;
}
.top ul > li.mobile-menu-wrapper{
  display: none;
}
.top ul > li.mobile-menu-wrapper i{
  margin-right: 0.5rem;
}
.top ul > li i{
  font-size: 2.2rem;
}
.top ul > li i.la-angle-down{
  font-size: 1.4rem;
  margin: -0.3rem 0 0 0.5rem;
}
.top > ul > li > a:hover{
  opacity: .5;
}
.top ul li ul{
  display: none;
}
.top ul li:hover ul{
  display: flex;
  position: absolute;
  background-color: var(--white);
  width: 15rem;
  flex-direction: column;
  right: 0;
  top: 5.5rem;
	z-index: 800 !important;
  
}
.top ul li ul li{
  padding: 0;
}
.top ul li ul li:hover{
  background-color: var(--primaryColor);
}
.top ul li ul li a{
  padding: 0.5rem 1rem;
  width: 100%;
}
.top ul li ul li a:hover{
  color: var(--white);
}
.top ul li ul > li > a > img{
  margin-right: 1rem;
}
.top form.search-form{
  background-color: var(--white);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
  display: flex;
  width: 30rem;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}
.top form.search-form input{
  background-color: var(--white);
  color: var(--black);
  border: none;
  outline: none;
  padding: 0.4rem 1rem;
  margin: 0 0 0 0.5rem;
}
.top form.search-form button{
  background: none;
  border: none;
  color: var(--black);
  cursor: pointer;
}
.top form.search-form button:hover{
  opacity: .5;
}
a.show-cart:link, a.show-cart:visited{
  display: flex;
  position: relative;
  text-decoration: none;
}
a.show-cart:hover{
  opacity: .5;
}
.cart-content{
  right: 0;
  bottom: 0rem;
  position: absolute;
  background-color: red;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  color: var(--white);
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.top ul li a:link, .top ul li a:visited{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.top ul li > a > img{
  width: 2.5rem;
  min-width: 2.5rem;
}





.thankyou, .notification, .information{
	width: 100%;
	padding: 1rem 2%;
	margin: 0 0 1rem 0;
	display: flex;
	align-items: center;
  justify-content: center;
}
body .thankyou, body .notification, body .information{
	margin: 0 !important;
}
.thankyou{
	background-color: #23B52E;
	border: 1px solid #23B52E;
	color: var(--white);
}
.notification{
	background-color: #FFF9A3;
	border: 1px solid #EBC000;
}
.information{
	background-color: #B0EEFF;
	border: 1px solid #118CAD;
}
.information i, .notification i, .thankyou i{
  font-size: 3rem;
  margin-right: 1rem;
}
.information i{
  color: #118CAD;
}
.notification i{
  color: #c00;
}
.thankyou i{
  color: var(--white);
}

.languages img{
	vertical-align: middle;
	max-width: 30px !important;
}
.languages input{
	width: 18px;
}
.red{
	color: #cc0000;
}
header{
  background-color: var(--primaryColor);
	color: var(--white);
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 6rem;
}
header > div{
  width: 100%;
  max-width: 105rem;
  display: flex;
  justify-content: space-between;
}
#logo{
	margin: 0 0 0 1rem;
	display: flex;
	height: 6rem;
	flex-direction: column;
  justify-content: center;
}
#logo img{
	width: auto;
  height: 4rem !important;
}
header ul.menu{
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
header ul.menu li{
	position: relative;
	padding: 0;
	margin: 0 1rem 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
header ul.menu > li > a:link, header ul.menu > li > a:visited{
	color: var(--menuColor);
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 1.9rem 1rem 1.6rem 1rem;
}
header ul.menu > li > a:hover, header ul.menu > li > a.active{
	background-color: rgba(255,255,255,.2);
}
header ul.menu > li > a i{
	margin-left: 0.5rem;
}

header ul.menu li:hover > ul{
	display: block;
}
header ul.menu > li > ul{
	background: var(--white);
	position: absolute;
	top: 100%;
	margin: 0;
	margin-left: -100px;
	left: 50%;
	z-index: 800 !important;
	display: none;
	min-width: 190px;
	padding: 5px 0px 5px 0px;
	border: none;
}
header ul.menu > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
header ul.menu > li > ul li{
	border-top: 1px solid #e5e5e5;
}
header ul.menu > li > ul li:first-child{
	border-top: 0;
}
header ul.menu > li > ul > li > a:link, header ul.menu > li > ul > li > a, header ul.menu > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 100%;
	margin: 0;
	text-transform: none;
	padding: 1rem 1rem 1rem 3rem;
}
header ul.menu.menu-product > li > ul > li > a:link, header ul.menu.menu-product > li > ul > li > a, header ul.menu.menu-product > li > ul > li > a:visited{
	padding: 1rem 3rem 1rem 1rem;
}
header ul.menu > li > ul > li > a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}
header ul.menu > li > ul > li > a i{
	position: absolute;
	left: 0.5rem;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
header ul.menu.menu-product > li > ul > li a i{
	position: absolute;
	right: 0.5rem;
	left: unset;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

header ul.menu > li > ul > li ul{
	background: var(--white);
	position: absolute;
	top: -5px;
	margin: 0;
	right: 100%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0px 5px 0px;
	border: none;
}
header ul.menu.menu-product > li > ul > li ul{
	margin: 0;
	left: 100%;
	right: unset;
}
header ul.menu > li > ul > li ul li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
header ul.menu > li > ul > li > ul li a:link, header ul.menu > li > ul > li > ul li a, header ul.menu > li > ul > li > ul li a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 100%;
	margin: 0;
	text-transform: none;
	padding: 1rem 1rem 1rem 1rem;
}
header ul.menu > li > ul > li > ul li a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}
header ul.menu > li > ul > li a.active, header ul.menu > li > ul > li > ul > li a.active{
	font-weight: bold;
}

#main{
  background-color: var(--white);
	color: #333333;
	width: 100%;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main .info{
	background-color: var(--white);
	padding: 20px;
	line-height: 25px;
	margin: 6rem auto 0;
	width: 100%;
	max-width: 105rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .no-margin-top{
  margin-top: 0;
}
#main .info ul, #main .info ol{
	margin-left: 22px;
}
#main .info a:link, a:visited{
	color: #333333;
}
footer{
	padding: 6rem 2rem 2rem 2rem;
	min-height: 100px;
	color: var(--menuColor);
	font-size: 1.3rem;
	line-height: 1.7rem;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
  align-items: center;
}

footer #profeel{
	width: 100%;
	max-width: 1050px;
	padding: 1rem 0;
	color: var(--menuColor);
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer #profeel a:hover{
	color: rgba(0,0,0,.6);
}
footer #profeel p{
	margin: 0 0 2rem 0;
	width: 33.3%;
	min-width: 280px;
}
footer #copy, footer #copy-login{
	max-width: 1050px;
	width: 100%;
	padding: 1rem 0;
	color: #999;
	color: var(--menuColor);
	text-align: left;
	display: block;
}
footer #copy-login{
	text-align: center;
}
footer #copy a, footer #copy-login a{
	text-decoration: none;
	color: var(--menuColor);
}
footer #copy a:hover, footer #copy-login a:hover{
	opacity: .7;
}

.login-header{
	width: 100%;
	padding: 1rem 2rem 2rem;
	border-bottom: 1px solid #ccc;
}
ul.login-list{
	list-style-type: none;
	width: 100%;
	padding: 2rem 0 0 0;
	margin: 0 !important;
}
ul.login-list li{
	width: 50%;
	padding: 0;
	margin: 0 0 0.5rem 0;
}
ul.login-list li:nth-child(even){
	padding: 0 0 0 2rem;
}
ul.login-list li a{
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
}
ul.login-list li a:hover{
	text-decoration: underline;
	border: 1px solid var(--primaryColor);
	padding: 1rem 2rem;
	-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: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.shadow{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0, .2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0, .2);
	-ms-box-shadow: 2px 2px 5px 0px rgba(0,0,0, .2);
	-o-box-shadow: 2px 2px 5px 0px rgba(0,0,0, .2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0, .2);
}
.shopnavclose{
	display: none;
}
iframe{
	max-width: 100% !important;
	border: 0;
}
.col-100{
	width: 100%;
	padding: 10px 0 0;
}
.col-50{
	width: 50%;
	padding: 0;
}
.col-25{
	width: 25%;
	padding: 0;
}
.package_form{
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	width: 100%;
}
.package-choice{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2rem;
}
.package-item{
	padding: 0;
	width: 25%;
	width: calc(25% - 1.5rem);
	margin: 0;
	position: relative;
	background-color: var(--white);
	display: flex;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	text-decoration: none;
}
.package-item:hover .package-pick-single{
	background-color: rgba(0,0,0,.4);
	color: #fff;
}
.package-item .package-pick{
	text-align: center;
	line-height: 100px;
	color: var(--white)
	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: var(--primaryColor);
	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 var(--white)
}
.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;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	width: 100%;
	left: 0;
}
.package-item .package-content .package-image_container{
  display: flex;
	width: 100%;
}
.package-item .package-content .package-image_container img{
	width: 100%;
}
.package-item.selected .package-content{
	opacity: .5;
}
.package-item .package-content strong img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.package-item .package-content .package-item_title{
  padding: 1rem;
  display: flex;
  font-weight: normal;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
  align-items: center;
}
.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: var(--white);
	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: "\f107";
	font-family: 'Line Awesome Free';
	font-style: normal;
	font-weight: 900;
	/*--adjust as necessary--*/
	color: var(--black);
	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: var(--white);
	border: 1px solid #ccc;
	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, .package-item .package-pick-size ul li a{
	width: 100%;
}
.package-item .package-pick-size ul li a, .package-item .package-pick-size ul li div{
	position: relative;
	width: 100%;
	padding: 8px;
	display: flex;
}
.package-item .package-pick-size ul li a:hover{
	background-color: var(--primaryColor);
	color: var(--white);
	width: 100%;
}
.package-item .package-pick-size ul li a:hover:after{
	content: '\f00c';
	font-family: 'Line Awesome Free';
	font-style: normal;
	font-weight: 900;
	/*--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;
}

.t-left{
  text-align: left;
}
.t-center{
  text-align: center;
}
.t-right{
  text-align: right;
}

.desktop{
  display: flex;
}
.mobile{
  display: none !important;
}

/*************************************************/
/* 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: var(--primaryColor);
	text-decoration: none;
	color: var(--black);
	border-bottom: 0 !important;
}

#google_translate_element:hover span {
	background-color: var(--white);
}
#google_translate_element a:hover{
  color: var(--black);
}


@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; }
	.info > table tbody{display: inline; padding: 0; margin: 0; width: 100% !important; }
	.info > table tr{width: 100% !important; display: inline !important;}
	.info > table td, .info > table th{display:block; width: 100% !important; height: auto;  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: var(--white); 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;}
	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 #profeel p{
		width: 100%;
	}
}


@media only screen and (max-width: 960px) {
	header ul.menu li{
		padding: 0;
	}
	header ul.menu li.search form{
		width: 135px;
	}
	header ul.menu li.search form input{
		width: 100px;
	}
	header ul.menu > li > a:link, header ul.menu > li > a:visited{
		padding: 20px 10px 15px 10px;
	}
	  
  .top form.search-form{
    width: 15rem;
    max-width: 100%;
  }
	
}
@media only screen and (min-width: 801px) {

	header ul.menu > li > ul{
		display: none !important;
	}
	header ul.menu > li:hover > ul{
		display: block !important;
	}
	header ul.menu > li > ul > li a, header ul.menu li ul{
		display: none;
	}
}
@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; }
	.desktop{
	  display: none !important;;
	}
	.mobile{
	  display: flex !important;;
	}
	  
  .top ul > li.mobile-menu-wrapper{
    display: flex;
  }
	header > div{
		flex-direction: column;
	}
	header ul.menu{
		width: 100% !important;
		list-style-type: none;
		display: none;
		padding: 0 0 3rem 0;
	}
	
	header ul.menu li{
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		flex-direction: column;
	}
	header ul.menu li a:link, header ul.menu li a:visited{
		background-color: var(--primaryColor);
		width: 100%;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		height: auto;
		font-size: 15px;
		border: 0;
	}
	header ul.menu li a:hover, header ul.menu li a.active{
	  color: var(--menuColor);
		border: 0;
		font-weight: bold;
    background-color: none;
  }
	header ul.menu > li ul li{
		border: 0;
	}
	header ul.menu.menu-product > li > ul > li ul,
	header ul.menu > li > ul,
	header ul.menu > li > ul > li ul,
	header ul.menu > li:hover ul{
		width: 100%;
		list-style-type: none;
		display: none;
		padding: 0;
		top: 0;
		margin: 0;
		left: 0;
		position: relative;
		border-top: 1px solid var(--white);
		border-bottom: 1px solid var(--white);
	}
	header ul.menu.menu-product > li > ul > li > a i {
    height: 4rem;
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    display: inline;
    align-items: center;
    margin-left: 0.5rem;
    rotate: 90deg;
  }
	header ul.menu > li > ul > li > a:link, header ul.menu > li > ul > li > a:visited,
	header ul.menu > li > ul > li > ul li a:link, header ul.menu > li > ul > li > ul li a, header ul.menu > li > ul > li > ul li a:visited {
	  color: var(--menuColor);
	}
	header ul.menu.menu-product > li > ul > li > a:link, header ul.menu.menu-product > li > ul > li > a, header ul.menu.menu-product > li > ul > li > a:visited {
    padding: 1rem;
  }
    
  header ul.menu > li > ul > li > a:hover{
	  background-color: inherit;
  }
	
	header {
    padding: 0;
  }
	
}
@media only screen and (max-width: 640px) {

	h1{
		line-height: 32px;
		font-size: 24px;
	}
	h2{
		line-height: 25px;
		font-size: 20px;
	}
	
  .top{
    justify-content: space-between;
    flex-direction: column;
  }
  .top ul{
    width: 100%;
  }
  .top form.search-form{
    width: 12rem;
  }
  #logo {
    margin: 1rem 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #logo img {
    max-width: 50% !important;
    height: auto !important;
    max-height: 100%;
  }
  .top ul {
    justify-content: center;
  }
}

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




/* STIL FÖR INLOGGNING */
#loginwrapper{
	margin: auto;
	padding: 10% 0 0 0;
}
#loginwrapper #login{
	background-color: #fff;
	text-align: center;
	margin: auto;
	padding: 15px;
	width: 100%;
	max-width: 300px;
	-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;
}
.search-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.search-item{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0.5rem 0;
  padding: 0.5rem;
}
.search-item:nth-child(odd){
  background-color: #f0f0f0;
}
.search-item .search-item-image{
  width: 120px;
  height: 100px;
}
.search-item .search-item-content{
  width: calc(100% - 120px);
}
