* {}

.hidden {
	display: none;

}


html {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}








.pa-message {
	text-align: center;
	padding: 10px;
	background-color: #ff4433;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	max-width: 900px;
	margin: 0 auto;
}



.back-link {
	text-decoration: none;
	display: inline-block;
	position: relative;
	height: 48px;
	min-width: 135px;
	margin-top: 80px;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	padding: 0 20px;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	background-color: #ff5b24;
	transition: box-shadow .1s ease;
	color: #fff;
	text-align: center;
}

.back-link:hover {
	color: #fff;
}



.alert-danger {
	padding: 50px;
	font-size: 20px;

}


body.notify #pageContent {
	opacity: .1;

}




.blogg-list a {
	display: block;
	color: #555;
	background-color: #f8f8f8;
	border-radius: 10px;
	margin: 0 0 10px 0;
	padding: 20px;
	text-decoration: none;
}

.blogg-list a:hover {
	background-color: #eee;
}


.blogg-list a h3 {
	margin: 0;
	padding: 0;
}

.blogg-list a p {
	margin: 0;
	padding: 0;
}



#notify {
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 480px;
	padding: 50px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 0px 0x rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
	transition: all .3s;
	z-index: 1000;

}

body.notify #notify {
	opacity: 1;
	pointer-events: auto;
	transition: all .4s;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
	text-align: center;
}


#notify h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
}

#notify button {
	margin-top: 20px;
}



.delivery-item span {
	display: block;
}


body {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	background-color: #fff;
	overflow-y: hidden;
}

body.page {
	overflow: auto;
	background-color: #f8f8f8;
}


#footer {
	display: none;
}


body.page #footer {
	display: block;
	padding: 100px;
	text-align: center;
	color: #888;
}

.sub-title {
	margin-top: 50px;
	text-align: center;
	font-weight: 400;
	color: #666;
}


.show-product-static {
	overflow: hidden;
}

.show-product-static #productImage {
	position: relative;
	width: 60%;
	float: left;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.show-product-static #productImage img {
	width: 100%;
	display: block;
}


.show-product-static .text {
	width: 40%;
	float: left;
	padding-left: 20px;
}



.show-product-static .text h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	color: #bd2130;
}

.show-product-static .text h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 10px 0;
	text-align: center;
}



.show-product-static .text p {
	font-size: 20px;
}

.show-product-static .text .variants {
	display: block;
	padding: 20px;
	margin: 20px auto;
	background-color: #f8f8f8;
}

.show-product-static .text .variants label {
	display: block;
}



.show-product-static .buttons button.add-product.btn-block {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
}




.show-product-static .thumbnails {
	overflow: hidden;
	margin-top: 3px;
}

.show-product-static .thumbnails .image-thumb {
	position: relative;
	width: 25%;
	padding-bottom: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	cursor: pointer;
}



.show-product-static .thumbnails .image-thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: border .1s;
	border: 4px solid #fff;
}

.show-product-static .thumbnails .image-thumb:hover::after {
	border: 4px solid #fff;
	transition: border .1s;
}



.product-gallery {
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.product-gallery .gallery-image {
	float: left;
	margin: 0;
	width: 50%;
	padding-bottom: 50%;
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.product-gallery .gallery-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 4px solid #fff;
}




.blogg-gallery {
	overflow: hidden;
}

.blogg-gallery-image {
	float: left;
	width: 20%;
	padding-bottom: 20%;
	background-size: auto 150%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	transition: background .5s;
}


.blogg-gallery-image:hover {
	background-size: auto 160%;
	transition: background .5s;
}

.blogg-gallery-image::before {
	content: "";
	border: 3px solid rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: border .5s;
}

.blogg-gallery-image:hover::before {
	border: 3px solid rgba(255, 255, 255, .8);
	transition: border .5s;
}




#logoSmall {
	width: 200px;
	display: block;
	margin: 0 auto;
}


#pageHeader {
	height: 300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
}

#pageMenu {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #f8f8f8
}

#pageMenu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#pageMenu ul li {
	position: relative;
	display: block;
	float: left;
	padding: 20px 20px;
	transition: background .3s;
}

#pageMenu ul li.basket {
	padding: 20px 40px 20px 20px;
}

#pageMenu ul li:hover {
	background-color: #fff;
	transition: background .3s;
}

#pageMenu ul li.back {
	padding-left: 40px;
	background-color: #fff;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWxlZnQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWxlZnQgZmEtdy04IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI1NiA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTIzMS4yOTMgNDczLjg5OWwxOS43OTktMTkuNzk5YzQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3MUw3MC4zOTMgMjU2IDI1MS4wOTIgNzQuODdjNC42ODYtNC42ODYgNC42ODYtMTIuMjg0IDAtMTYuOTcxTDIzMS4yOTMgMzguMWMtNC42ODYtNC42ODYtMTIuMjg0LTQuNjg2LTE2Ljk3MSAwTDQuOTA4IDI0Ny41MTVjLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwyMTQuMzIyIDQ3My45YzQuNjg3IDQuNjg2IDEyLjI4NSA0LjY4NiAxNi45NzEtLjAwMXoiPjwvcGF0aD48L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: 20px 50%;
}


#pageMenu ul li:first-child {
	float: right;
}


#pageMenu ul li a {
	color: #444;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 40px;
}




#pageMenu ul li span.counter {
	position: absolute;
	top: 27px;
	right: 5px;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	background-color: #bd2130ee;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	z-index: 1001;
	border-radius: 50%;
}






.get-next-image,
.get-prev-image {
	cursor: pointer;
}


.blogg-list .blogg-item {
	overflow: hidden;
	margin-bottom: 40px;
	text-decoration: none;
	color: #444;
	min-height: 200px;
	display: block;
	transition: background .4s;
}

.blogg-list a.blogg-item:hover {
	background-color: #f8f8f8;
	transition: background .4s;
}



.blogg-list .blogg-item .blogg-image {
	width: 200px;
	height: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.blogg-list .blogg-item img {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}



.blogg-list .blogg-item .blogg-text {
	width: calc(100% - 200px);
	float: left;
	padding: 30px;
	font-size: 20px;
}

.blogg-list .blogg-item .blogg-text h3 {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}


.blogg-list .blogg-item.item-big .blogg-text {
	width: 100%;
}






.delivery-container {
	overflow: hidden;
}


.delivery-container>div {
	width: 50%;
	float: left;
	padding: 10px;
}



#ecompayment {
	padding: 20px 20px 20px 120px;
}


span.separator {
	height: 20px;
	display: inline-block;
	margin: 0 10px;
	border-left: 1px solid #eee;
	border-right: 1px solid #fff;
}


.additem,
.subitem {
	font-size: 20px;
	line-height: 24px;
}

.btn-caps {
	text-transform: uppercase;
	font-weight: 500;
}


.btn-light {
	background-color: #e6e6e6;
}




#pageMenu {}


#pageContent {
	width: 100%;
	max-width: 900px;
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

#basketIndicator {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2000;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
	color: #555;
}


body.show-something-nice #basketIndicator.hidden {
	opacity: 0;
}


body.show-something-nice #basketIndicator {
	opacity: 1;
	transition: all 1s;
	transition-delay: 1s;
}


#content_products .show-groups {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	position: absolute;
	top: 20px;
}

#content_products .show-groups::before {
	content: "\f104";
	font-family: "Font Awesome 5 pro";
	padding-right: 5px;
}


#basketIndicator>img {
	display: block;
	float: left;
	height: 40px;
}

#basketIndicator .description {
	display: block;
	float: left;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
}

#basketIndicator .count {
	background-color: #ff5b24;
	color: #fff;
	position: absolute;
	top: -15px;
	right: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50%;
}



#orderConfirmation {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
}


#orderConfirmation .footer,
#orderConfirmation .header {
	text-align: center;
}

#orderConfirmation .footer {
	font-size: 20px;
}




.buttons button {
	width: 250px;
	display: block;
	border: 0;
	background: none;
	background-color: #3f6d37;
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px 3px;
	margin: 5px auto;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
}

.buttons button.continue-vipps {
	background-color: #ff471a;
}


.buttons button.continue-vipps,
.buttons button.continue-modal,
.buttons button.close-modal {
	margin-top: 10px;
	background: none;
	color: #777;
	font-weight: 400;
	transition: background .3s;
}

.buttons button.continue-vipps {
	background-color: #ff5b24;
	color: #fff;
	font-weight: 600;
}


.buttons button:hover.continue-modal,
.buttons button:hover.close-modal {
	transition: background .3s;
	background-color: rgba(230, 230, 230, .8);
}

button:focus {
	outline: 0 !important;
}



.pay-with-vipps {
	display: block;
}

.pay-with-vipps img {
	margin: 30px auto 0;
	display: block;
}


#logo-pay {
	display: block;
	width: 150px;
	margin: 20px auto;
}


#modal .show-product .text img.close-modal {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 20px;
}

body>img.close-page {
	z-index: 1000;
	display: none;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 20px;
	opacity: 0;
	transition: all 1s;
	cursor: pointer;
}


body.show-something-nice>img.close-page {
	display: block;
	transition: all 1s;
	opacity: 1;
}


#modal_bg {
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	transition: all .2s;
}


#modal {
	opacity: 0;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2000;
	transition: all .2s;
	transition-delay: .2s;
}







.basket_item {
	display: flex;
	align-content: stretch;
	margin-bottom: 10px;
	position: relative;
	font-size: 17px;
	color: #777;
}


.basket_item .show-this-product {
	font-size: 20px;
	font-weight: 500;
	color: #444;
}



.basket_item .edit-buttons {
	pointer-events: none;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	z-index: 100;
}


.edit-buttons .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.edit-buttons .buttons span,
.edit-buttons .buttons a {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	background-color: #ddd;
	margin-right: 4px;
	position: relative;
}

.edit-buttons .buttons span {
	background-color: #fff;
	font-weight: 600;
}


.edit-buttons .buttons a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
}








.basket_item.edit .edit-buttons {
	pointer-events: auto;
	opacity: 1;
	transition: all .3s;
}



.basket_item .image {
	width: 110px;
	margin-right: 0;
}

.basket_item .image>div {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0;
}

.basket_item .text {
	background-color: rgba(230, 230, 230, .3);
	border-radius: 0;
	margin-left: 0;
	flex-grow: 1;
	padding: 10px 20px;
	position: relative;
}




.basket_item .text .flex-box {
	display: block;
}



/*

.basket_item .deleteitem,
.basket_item .edititem {
	position:absolute;
	top:50%;
	right:0;
	bottom:50%;
	width:45px;
	height:45px;
	transform: translate(0,-50%);
	text-align:center;
	background-color:#dedede;
	z-index: 500;
}

.basket_item .deleteitem {
	left:0;
	right:auto;
	display:none;
	background-color:#a00 !important;
}


.basket_item.edit .deleteitem,
.basket_item.edit .edititem {
	background:none;
	display:block;
}

.basket_item .deleteitem img,
.basket_item .edititem img {
	width:20px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:30px;
	font-weight:200;
	z-index:200;
}

*/










.flex-box {
	display: flex;
	align-content: stretch;
}

.flex-box>div {
	flex-grow: 1;
	min-width: 50%;
}

.basket_item .text div.flex-box:nth-of-type(1) div {
	font-size: 20px;
}

.basket_item .text div.flex-box:nth-of-type(2) div {
	color: #999;
}


.show-product {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.show-product .image {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
}


.show-product .image a {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 100px;
}

.show-product .image a img {
	display: block;
}



.show-product .image img.prod_image {
	display: none;
}


.show-product .image {
	position: absolute;
	z-index: 100;
}


.show-product .image-buttons {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}

#productImage .get-next-image img,
#productImage .get-prev-image img {
	width: 25px;
	height: 25px;
}


#productImage .get-next-image {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}

#productImage .get-prev-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}



.show-product .text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	background-color: rgba(255, 255, 255, .95);
	padding: 20px;
}


.show-product .text #basketContentMini {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: rgba(230, 230, 230, .7);
	text-align: center;
	display: none;
}

.show-product .text #basketContentMini span {
	border-bottom: 2px solid #d4d4d4;
}



.show-product .text .text-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	text-align: center;
}


.show-product .text h2 {
	font-size: 30px;
	text-transform: uppercase;
}


.show-product .text p {
	font-size: 20px;
}

.show-product .text .variants {
	display: inline-block;
	padding: 20px;
	margin: 20px auto;
	background-color: #f8f8f8;
	min-width: 80%;
}

.show-product .text .variants label {
	display: block;
}








.delivery-confirmation {
	text-align: left;
	border-radius: 10px;
	padding: 20px;
	background-color: #eee;
	color: #555;
	margin-bottom: 20px;
}


.delivery-methods {
	text-align: left;
	border-radius: 10px;
	padding: 20px;
	background-color: #e6f7ff;
	color: #005780;
	margin-bottom: 20px;
}

.delivery-methods.alert-delivery {
	background-color: #ffb399;
	color: #5e230f;
}




.delivery-errors {
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	background-color: #ffb399;
	color: #802000;
	margin-bottom: 20px;
}







.basket_item .text div.flex-box .delivery-item {
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
}

.basket_item .text div.flex-box .delivery-item span {
	font-size: 18px;
}

.basket_item .text div.flex-box .delivery-item span.label {
	font-weight: 400;
	margin-top: 10px;
	color: #000;

}

.basket_item .text div.flex-box .delivery-item span.banner {
	padding: 5px 10px;
	background-color: #eee;
	color: #222;
	border-radius: 4px;
}

.basket_item .text div.flex-box .delivery-item span.note {
	padding: 5px 10px;
	background-color: #ccff99;
	color: #336600;
	border-radius: 4px;
}



.basket_item .text div.flex-box .delivery-item span.delivery {
	border-radius: 4px;
	padding: 10px;
	background-color: #e6f7ff;
	color: #005780;
}

.basket_item .text div.flex-box .delivery-item span strong {

	font-weight: 500;
	display: inline-block;
	width: 78px;
	text-align: right;
	color: #000;


}

















body.details_modal #modal,
body.details_modal #modal_bg {
	opacity: 1;
	pointer-events: auto;
	transition: all .3s;

}

body.details_modal #modal {
	transition-delay: .3s;
}


.text-page {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 30px;
	font-size: 20px;
}


.text-page p {
	margin: 0 0 40px 0;
}



#content_container {
	overflow-y: auto;
	display: block;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 25%;
	right: 0;
	bottom: 0;
	transition: all .2s;
	padding: 0 10px;
}


.page-title {
	padding: 50px 0;
}

.page-title img {
	display: block;
	margin: 0 auto;
	width: 30px;
	opacity: .5;
}



.page-title h1 {
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
}

.page-title p {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	max-width: 640px;
	margin: 50px auto 0;
	text-align: justify;
}

body.show-something-nice #content_container {
	opacity: 1;
	pointer-events: auto;
	transition: all .2s;
	transition-delay: .6s;
}


#content_container>div {
	display: none;
}

body.blogg #content_container #content_blogg,
body.about #content_container #content_about,
body.basket #content_container #content_basket,
body.products #content_container #content_products {
	display: block;
	overflow: hidden;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#pageContent a.product,
#content_container div>a.product {
	width: 33.333336%;
	overflow: hidden;
	float: left;
	cursor: pointer;
	margin-bottom: 30px;
	position: relative;
}





#pageContent a.product div.image div,
#content_container div>a.product div.image div {
	width: 100%;
	padding-bottom: 100%;
	background-position: 50% 50%;
	background-size: cover;
}



a.product {
	transition-delay: 2.3s;
	transition: opacity 4s;
	opacity: 1;
}



body.show-something-nice div.fadein {
	transition-delay: 1s;
	transition: opacity 1s;
	opacity: 1;
}




#pageContent a.product:hover,
#content_container div>a.product:hover {
	background-color: #f4f4f4;
	text-decoration: none;
	border-radius: 4px;
}

#pageContent a.product .image,
#content_container div>a.product .image {
	width: 100%;
	padding: 10px;
}

#pageContent a.product .image div,
#content_container div>a.product .image div {}

#pageContent a.product .image img,
#content_container div>a.product .image img {
	display: block;
	width: 100%;
}

#pageContent a.product .text,
#content_container div>a.product .text {
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin: 0;
}

#pageContent a.product .text div,
#content_container div>a.product .text div {}

#pageContent a.product .text div h1,
#content_container div>a.product .text div h1 {
	font-size: 18px;
}

#pageContent a.product .text div h3,
#content_container div>a.product .text div h3 {
	font-size: 16px;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}


.logo-front {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width: 800px;
  text-align: center;
}
.logo-front a {
  text-decoration: none;
}

.intro {
  display: block;
  width: 100%;
  margin: 1rem auto 0;
  padding: 20px;
  color:#fff;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight:400;
  text-decoration:none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
  background-color: rgba(0,0,0,.2);
  border-radius: 1rem;
}



#logo {
  margin:auto;
	max-width: 300px;
	transition: all .3s;

}

body.show-something-nice #logo {
	top: 18%;
	left: 12.5%;
	transform: translate(-50%, -50%);
	max-width: 10%;
	z-index: 2;
	margin-left: 0;
	transition: all .3s;
}


#canvas {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

#canvas .box {
	transition: all .3s;
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

#canvas .box:first-child {
	left: 0;
	right: 50%;
}

#canvas .box:last-child {
	right: 0;
	left: 50%;
}

body.show-something-nice #canvas .box:first-child {
	left: 0;
	right: 75%;
}

body.show-something-nice #canvas .box:last-child {
	right: 0;
	left: 25%;
	opacity: 0;
}


#menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 1;
}


body.show-something-nice #menu {
	bottom: -300px;
}

#menu span.counter {
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	background-color: #99cc00;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	top: 50%;
	left: 50%;
	z-index: 1001;
	border-radius: 50%;
	transform: translate(18px, -35px);
}

#menu span.counter.empty {
	background-color: #fff;
	color: #000;

}




#menu .box {
	position: relative;
	float: left;
	margin-top: 50px;
	display: block;
	width: 25%;
	text-decoration: none;
	overflow: hidden;
	height: 150px;
}

#menu .box img {
	position: absolute;
	z-index: 1000;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
}

#menu .box span.image {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 2;
}

#menu .box span.bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 3;
	background-color: rgba(0, 0, 0, .7);
	transition: background .3s;
}

#menu .box:hover span.bg {
	background-color: rgba(0, 0, 0, .3);
	transition: background .3s;
}

#menu .box h2 {
	transition: font-size .3s;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
	white-space: nowrap;
}

#menu .box h2 span {
	color: #fff;
	display: block;
	font-size: 0;
	opacity: 0;
	transition: all .3s;
}


body.scrolled #menu {
	bottom: -300px;
	transition: all .3s;
}

/*
body.scrolled #menu .box {
	position: relative;
	float:left;
	margin-top:0;
	display:block;
	width:25%;
	text-decoration: none;
	overflow: hidden;
	height:auto;	
	padding-bottom:25%;
}

body.scrolled #menu h1,
body.scrolled #menu h1 span {
	display:none;
}
*/


#mobileHeader {
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	height: 0;
}





@media (min-width: 1200px) {


	#menu .box {
		height: 200px;
		transition: margin .3s, height .3s;
	}

	#menu .box.active {
		margin-top: 0;
		transition: margin .3s, height .3s;
		height: 250px;
	}

	body.show-something-nice #menu .box.active span.bg {
		background-color: rgba(0, 0, 0, .2);
	}



	#menu .box img {
		position: absolute;
		z-index: 1000;
		top: 50%;
		left: 50%;
		width: 40px;
		transform: translate(-50%, -100%);
	}

	body.scrolled #menu .box img {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	#menu .box h1 {
		transition: font-size .3s;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #fff;
		font-size: 40px;
		font-weight: 400;
		text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
		position: relative;
		z-index: 3;
		transform: translate(-50%, -50%);

	}

	#menu .box h1 span {
		opacity: 1;
		color: #fff;
		display: block;
		font-size: 20px;
		/*transition: all .3s;*/
	}




}

@media (max-width: 1900px) {

	body #content_container div>a.product {}

}


@media (max-width: 1200px) {

	body #content_container div>a.product {}

}








.desktop {
	display: block;
}

#pageMenu ul li.mobile,
.mobile {
	display: none;
}


#mobileMenu {
	padding: 0;
	max-height: 0;
	transition: all .4s;
	overflow: hidden;
}


body.menu #mobileMenu {
	overflow: visible;
	max-height: 1000px;
	transition: all .4s;
}


body.menu #mobileMenu {
	padding: 30px 0;
}




@media (max-width: 768px) {




	#notify {
		top: 50%;
		left: 50%;
		width: 90%;
		max-width: 480px;
		padding: 50px;
		transform: translate(-50%, -50%);
	}





	.delivery-errors,
	.delivery-methods,
	.delivery-confirmation {
		margin: 10px 10px 20px 10px;
	}







	.delivery-container>div {
		width: 100%;
		float: none;
		padding: 10px;
	}







	.blogg-list .blogg-item .blogg-image {
		width: 100%;
		padding-bottom: 100%;
		float: left;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}

	.blogg-list .blogg-item .blogg-text {
		width: 100%;
		float: left;
		padding: 30px;
		font-size: 20px;
	}



	#pageContent a.product,
	#content_container div>a.product {
		width: 50%;

	}



	.show-product-static #productImage {
		position: relative;
		width: 100%;
		float: none;
		margin: 0 auto;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.show-product-static .text {
		width: 100%;
		float: none;
		padding-left: 0;
	}




	#mobileMenu ul {
		margin: 0;
		padding: 0 0 50px;
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
	}

	#mobileMenu ul:first-child {
		/*	border-bottom:1px solid #eee;*/
	}


	#mobileMenu ul li {
		position: relative;
		margin: 0;
		padding: 0 20px;
	}

	#mobileMenu ul:last-child li::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		border-bottom: 2px solid #eee;
	}


	#mobileMenu ul li a {
		text-transform: uppercase;
		font-size: 20px;
		display: block;
		line-height: 40px;
		margin: 10px 0;
		font-weight: 500;
	}

	#mobileMenu ul:first-child li a {
		color: #bd2130;
	}

	#mobileMenu ul:last-child li {
		display: block;
		color: #bd2130;
		font-size: 16px;
		/*
	width:50%;
	float:left;
	*/
	}

	#mobileMenu ul:last-child li a {
		color: #444;
	}









	#pageMenu ul li.desktop,
	.desktop {
		display: none;
	}

	#pageMenu ul li.mobile,
	.mobile {
		display: block;
	}

	span.separator {
		display: none;
	}

	#pageMenu .toggle-mobile-menu {
		position: relative;
		height: 32px;
		width: 32px;
		margin-right: 2px;
	}

	#pageMenu .toggle-mobile-menu span:first-child {
		position: absolute;
		top: 11px;
		left: 4px;
		right: 4px;
		display: block;
		height: 3px;
		background-color: #192857;
		border-radius: 1px;
		transition: transform .5s;
	}

	#pageMenu .toggle-mobile-menu span:last-child {
		position: absolute;
		bottom: 11px;
		left: 4px;
		right: 12px;
		display: block;
		height: 3px;
		background-color: #192857;
		border-radius: 1px;
		transition: transform .5s;
	}

	#pageMenu ul li span.counter {
		right: 12px;
	}

	#pageMenu ul li.basket {
		padding: 20px 50px 20px 20px;
	}

	#pageMenu ul li.toggle {
		padding: 24px 20px;
	}


	.basket_item {
		display: block;

	}

	.basket_item .image {
		width: 50%;
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;


	}

	.basket_item .image>div {
		width: 100%;
		padding-bottom: 100%;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		border-radius: 0;
	}

	.basket_item .text {
		float: none;
		display: block;
		width: 100%;
	}




	.basket_item .text .flex-box {
		display: block;
	}





	.basket_item .text .btn.deleteitem {
		float: right;
	}


	.basket_item .text .btn.btn-mobile-block {
		display: block;
		margin-top: 10px;
		font-size: 14px;
	}


	#ecompayment {
		padding: 20px;
	}




	.show-product {
		top: 70px;
	}

	.show-product .close-modal:first-child {
		display: none;
	}

	form#ecompayment .continue-modal,
	.show-product .close-modal:last-child {
		background-color: #000;
		color: #fff;
		font-weight: 600;
	}

	form#ecompayment {
		margin: 30px 20px;
	}


	form#ecompayment input[type="text"] {
		width: 100%;
		border-radius: 0;
		text-align: left;
	}


	.buttons button {
		min-width: 100%;
	}

	#content_container div>a.product .image {
		width: 100%;
		padding: 0;
	}


	#menu .box {
		height: auto;
		padding-top: 25%;
	}


	#menu .box img {
		position: absolute;
		z-index: 1000;
		top: 50%;
		left: 50%;
		width: 30px;
		transform: translate(-50%, -100%);
	}

	#menu .box h2 {
		font-size: 16px;
	}


	.show-product .text .variants {
		width: 100%;
	}

	.show-product .text .variants label {
		font-size: 20px;
		text-align: left;
	}

	.show-product .text p {
		font-size: 20px;
	}







	#basketIndicator,
	body.show-something-nice>img.close-page {
		display: none;
	}


	body.show-something-nice #content_container {
		padding-top: 70px;
	}

	body.show-something-nice #mobileHeader {
		opacity: 1;
		pointer-events: auto;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 15px;
		background-color: #2a5a3b;
		z-index: 2010;
		text-align: center;
		height: auto;
	}


	#content_container div>a.product .text div h1 {
		font-size: 20px;
		margin: 0;
		padding: 0;
	}

	#content_container div>a.product .text div h3 {
		font-size: 16px;
		font-weight: 300;
		display: inline-block;
		padding-bottom: 0px;
		border-bottom: 0;
	}


	#mobileHeader a.logo img {
		margin: 0 auto;
		height: 40px;
	}

	#mobileHeader a.menu {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0, -16px);
		display: block;
		height: 12px;
	}


	#mobileHeader a.basket img,
	#mobileHeader a.menu img {
		width: 30px;
		height: 30px;
	}

	#mobileHeader a.basket {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translate(0, -18px);
		display: block;
		height: 30px;
	}

	#mobileHeader a.basket span.count {
		position: absolute;
		width: 20px;
		height: 20px;
		display: block;
		line-height: 20px;
		text-align: center;
		background-color: #fff;
		color: #444;
		font-size: 14px;
		font-weight: 600;
		top: 50%;
		left: 50%;
		z-index: 1001;
		border-radius: 50%;
		transform: translate(3px, 3px);
	}


	.show-product {
		overflow-y: auto;
	}


	.show-product .text .text-content,
	.show-product .text,
	.show-product .image {
		background: none !important;
		display: block;
		position: static;
		transform: none;
		text-align: left;
	}

	.show-product .image a.logo {
		display: none;
	}

	.show-product .image img.prod_image {
		display: block;
		width: 100%;
	}



	.page-title h1 {
		font-size: 30px;
	}

	.page-title p {
		font-size: 16px;
		color: #888;
		line-height: 20px;
		margin-top: 10px;
	}

	body {
		background-color: #fff;
	}


	body.show-something-nice #canvas {
		opacity: 0;
		transition: all .3s;
	}


	#content_container {
		background-color: #fff;
		left: 0;
		z-index: 100;
		padding: 0;
	}


	#basketIndicator.hidden {
		pointer-events: none;
	}



	#content_container div>a.product {
		width: 50%;
		overflow: hidden;
		float: left;
		cursor: pointer;
		margin-bottom: 0;
	}

	#content_container div>a.product .text {
		bottom: 0;
		left: 0;
		right: 0;
	}



	#canvas .box {
		transition: all .3s;
		position: absolute;
		top: 0;
		bottom: 0;
		background-size: cover;
		background-position: 50% 50%;
	}

	#canvas .box:first-child {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	#canvas .box:last-child {
		left: 0;
		right: 0;
		top: 50%;
		bottom: 0;
	}


	#logo {
		z-index: 2;
		margin-left: 0;
    width:50vw;
	}
.logo-front {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 90vw; */
    width:90vw;
    margin:1rem auto auto;
    text-align: center;
}
}


.btn.unotice {
	background-color: #eee;
}



body::-webkit-scrollbar {
	width: 1em;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.4);
	outline: 1px solid slategrey;
}
