body {
	background-color: #38373A;
	color: white;

}

.menudiv {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #38373A;
	z-index: 10;
}

.menutable{
	width:90%;
	margin-left:10%;
	margin-right: 10%;
}

.menudiv a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
}

.menudiv a.active {

	text-decoration: underline;

}

/*video*/
.video-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10%;
	margin-top: 100px;
	width:100%;
}

.videoright {
	margin-right: 20%;
	width: 40%;
	float:right;
	margin-left:4%;
	margin-top:auto;
	margin-bottom:auto;
}

/*order*/
.left {
	width: 35%;
	border-right: 1px solid rgb(110, 110, 108);
	min-width: 375px;
}

.startflex-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: 11%;
}

.startleft {
	width: 40%;
	min-width: 420px;
	z-index: -1;
	float:left;
}

.startright {

	margin-right: 18%;
	width: 40%;
	float:right;
	min-width:580px;
}

.right {
	margin-right: 5%;
	width: 40%;
}

.leverans {
	filter: blur(3px);
}

.leveransNoFilter {
	filter: blur(0px);
}


/* end order */

/* snackbar */

#snackbarOrder {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #38373A;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 50px;
	font-size: 17px;
}

#snackbarOrder.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #38373A;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 50px;
	font-size: 17px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 50px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 50px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 50px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 50px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

/* end snackbar*/


.logo {
	width: 180px;
	height: 50px;
	position: relative;
	justify-content: center;
	align-items: center;
	color: #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;

}

.productcolumn {
	flex-wrap: wrap;
	flex-basis: 20%;
	padding: 2px;
	overflow: hidden;
	min-width: 350px;
}


.anodeco {
	text-decoration: none;
	color: white;
	font-size: 20px;

}

.anodeco:hover {
	text-decoration: underline;
	color: white;
}

img.galleryimg {
	width: 100%;
	transition: transform 0.4s ease;
	transform-origin: 50% 50%;
}

img.galleryimg:hover {
	transform: scale(1.05);
	width: 100%
}

.anodeco .spanimg {
	display: flex;
	margin-top: 4%;
	width: 100%;
}

​ .logo h3 {
	margin-top: 0%;
	position: absolute;
	top: 50%;
	left: 13%;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainnav {
	width: 100%;

	top: 0;
	height: 150px;
	float: left;
	text-align: center;
	position:fixed;
	background-color: #38373A;
	z-index: 10;
	/*margin-left: 10%;*/

}

.mainmenu-logo {
	margin-left: 10%;
}

.mainmenu {
	margin-left: 12%;
}

.mainnav a {
	float: left;
	margin-top: 40px;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 1%;
	text-decoration: none;

}

.logimage {
	display: block;
	max-width: 100%;
}

.mainnav a.active {

	text-decoration: underline;

}

.basket {
	float: right;
	margin-right: 4%;
}

.input {
	margin: 0 auto;
}

/* text classes */
.prod-desc {
	font-size: 42px;
}

.prod-price {
	font-size: 20px;
}

.prod-number {
	font-size: 16px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: 8%;
	margin-top: 180px
}

.flex-container>button input {
	background-color: white;
	margin: 3px;
	padding: 3px;
}

.flex-container>div {
	padding-left: 40px;
}


/* Change the color of links on hover */
.mainnav a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;

}

.figure {
	position:relative;
	margin-top: 120px;
	display: inline-block;
	margin-left: 10%;
	margin-right: 10%;
}

.figure .figcaption {
	text-align: center;
	width: 100%;
	height: 100%;
	min-height:800px;
	margin-right: 0%;
	margin:auto;
	max-width: 100%;
	font-size: 25px;
	line-height: 0;
	color: white;
	position: absolute;
	top: 45%;
	z-index: 1;
}

.figure .figcaptionbut {
	font-size: 25px;
	line-height: 0;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1;
	text-align: center;
	color:black;
	border-radius: 9px;
	background-color: white;
	cursor: pointer;
	width: 180px;
	height: 45px;
	-webkit-appearance: button;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.figure .figcaptionbut:hover {

	border: 1px solid black;

}

.figure img {
	display: block;
	max-width: 100%;
}

.but {
	border-radius: 9px;
	width: 180px;
	height: 45px;
	margin-top: 30px;

	cursor:pointer;
	color:black;
	background-color: white;
	font-size: 20px;
}

.purchasebut {
	border-radius: 9px;
	width: 200px;
	height: 45px;
	font-size: 20px;
	cursor:pointer;
	color:#5f5e5e;
	background-color: grey;
}

.errorMsg{
	color:red;
	margin-top: 3px;
	font-size: small;
}

.orderbut {
	border-radius: 9px;
	width: 240px;
	height: 45px;
	cursor: pointer;
	font-size: 20px;
	float: right;
	color:black;
	background-color: white;
}

.orderbut.no-float-right{
	float: unset;
}


.orderbut:hover, .but:hover, .purchasebut:hover  {
	border: 1px solid black;
}

.antalraknare {
	width: 140px;
	min-width: 140px;
	height: 50px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 25PX 25PX 25PX 25PX;
	display: flex;
	align-items: center;
}

.minus {
	background-color: inherit;
	cursor: auto;
	color: white;
	margin: 0 auto;
}

.plus {
	background-color: inherit;
	cursor: pointer;
	display: inline-block;
	color: white;
	margin: 0 auto;
}

/*modal*/
.modal {
	z-index: 10;
	color: white;
	background-color: #38373A;
	border: 1px solid white;
	border-radius: 0.25rem;

}

input[type='radio'],
label {
	vertical-align: baseline;
	margin: 10px;
	padding: 5px;
	text-align: center;

}
/* end modal */

/* produkter */
#produkter {
	border-collapse: collapse;
	width: 100%;
	text-align: left;

}

#produkter th {
	padding: 15px;
	border-bottom: 0.5px solid #5f5e5e;
}

#produkter td {
	padding: 15px;
	font-size: 20px;
}

/* end produkter */

#produkterOrd {
	border-collapse: collapse;
	width: 95%;
	text-align: left;

}

#produkterOrd th {
	padding: 15px;
	border-bottom: 0.5px solid #5f5e5e;
}

#produkterOrd td {
	padding: 15px;
	font-size: 16px;
}

/*Shopping cart*/
.badge:after {
	content: attr(value);
	font-size: 12px;
	color: #fff;
	background: red;
	border-radius: 50%;
	padding: 0 5px;
	position: relative;
	left: -8px;
	top: -10px;
	opacity: 0.9;
}

input[type=text],input[type=date],input[type=number]input[type=email], select {
	height:20px;
	margin-top: 5px;
	border-radius: 2px;

}