body {
    max-width: 1650px;
    margin: 0 auto;
}

.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.gap-1 {
	gap: 5px;
}

img {
	max-width: 100%;
}

.thumbelina li img {
	max-width: none;
}

.mm-slideout {
	z-index: 0;
}

.w-notification p {
    color: #0c3359;
    font-weight: bold;
}

.w-notification p>b {
    font-size: 1.2em;
    color: #3a2c00;
    display: block;
    margin-bottom: 15px;
}

.h2,
h2 {
	font-size: 1.5em;
}

.container,
.container.with-xlarge {
	max-width: 1240px;
	width: 100%;
}

.dropdown-menu {
	text-align: left;
}

.marker {
	display: none;
}

.m-breadcrumb,
.m-print {
	margin: 1.5em 0;
}

.site-header .search-module .top-search-form {
	border: 1px solid #274160;
	-webkit-box-shadow: inset 1px 2px 15px rgba(0, 0, 0, .3);
	box-shadow: inset 1px 2px 15px rgba(0, 0, 0, .3);
	border-radius: 20px;
	background: #fff;
	padding: 3px 5px;
	max-width: 275px;
	overflow: hidden;
	margin: 10px 0;
}

.site-header .search-module .top-search-form input,
.site-header .search-module .top-search-form .button {
	background: none;
	border: none;
	color: #274160;
}

.site-header .search-module .top-search-form input {
	font-weight: bold;
}

.site-corporate {
	padding: 0;
}

.site-corporate .nav {
	text-align: center;
	font-weight: bold;
}

.site-corporate .nav a,
.site-corporate .nav .active a,
.site-corporate .nav a:hover {
	color: #fff;
	text-transform: uppercase;
}

.site-header {
	background: url(../images/top-bg.jpg) top center no-repeat;
	background-size: auto 100%;
	padding: .75em 0;
}

.custom-text {
    background: #ffc107;
    padding: 10px 10px 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.custom-text p {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1;
    font-style: italic;
}

.quick-cart-link {
	padding: 0;
}

.quick-cart-link div,
.quick-cart-link>a {
	display: inline-block;
	vertical-align: middle;
}

.quick-cart-link img {
	margin-bottom: 0;
	padding: 10px;
	border-radius: 50%;
	background: #ffc107;
	max-width: 70px;
}

.quick-cart-link>div {
	text-transform: uppercase;
}

.quick-cart-link div span {
	display: block;
	color: #fff;
	font-weight: bold;
}

.quick-cart-link .button-primary {
	padding: 5px;
	border: none;
	border-radius: 15px;
}

#freeDeliveryText {
	background: #fff;
	margin: 5px 0 0;
	padding: .45em;
	display: inline-block;
	border-radius: 10px;
	font-size: .9em;
	color: #173c61;
	float: right;
}

#freeDeliveryText span {
	color: #0ae;
	font-weight: 600;
}

.site-top-usp .site-usp {
	background: #f0f0f0;
	color: #1d4165;
	font-size: .9em;
	text-align: center;
	margin: 0 auto 1em;
	padding: 0 .5em;
}

.site-top-usp .site-usp>div {
	display: inline-block;
	min-width: 190px;
	margin: 5px 0;
	text-align: left;
	vertical-align: middle;
}

.page-title-frontpage {
	padding: 0;
}

.page-title-frontpage .m-text-headline {
	color: #fff;
	text-transform: uppercase;
	background: #0ae;
	padding: .51em 1em;
	margin-bottom: 1em;
	font-size: 15px;
	font-weight: 600;
}

.page-title-frontpage .h1 {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: .51em 1em;
    background: #00aaee;
    -webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
    box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
    border-radius: 10px;
}

.column .b-header {
	color: #fff;
	padding: .46em;
	background: #0c3359;
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 12px;
	-webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
}

.column .b-productcategories-level-0 {
    margin-bottom: 1em;
}

.column .b-productcategories-level-0>li {
	list-style: disc;
	margin-left: 1.7em;
	color: #00a9ee;
	font-size: 15px;
}

.column .b-productcategories-level-0>li a {
	padding: .15em 0;
	font-weight: bold;
}

.column .b-productcategories-level-0>li li>a:before {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.column .box {
	padding: .5em;
	line-height: 1.75;
	background: #f4f3f3;
	margin-bottom: 1em;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	-webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
}

.column .box p,
.column .box img {
	margin-bottom: 0;
}

.container.with-xlarge .column .productItem {
    width: 100%;
}

div .imgWrapper,
.textWrapper {
	display: inline-block;
	vertical-align: top;
}

.textWrapper {
	width: 77%;
}

.imgWrapper {
	width: 21%;
}

.textWrapper span {
	font-size: .9em;
	color: #0e345a;
}

div .imgWrapper img {
	margin-bottom: 0;
	vertical-align: top;
}

.site-usp h3 {
	margin: 0;
	line-height: 1;
}

.site-usp h3 span {
	color: #7b7b7b;
	text-transform: none;
	font-weight: 400;
}

.box h3,
.box h3 a,
.site-usp h3 a {
	color: #00aeef;
	text-transform: uppercase;
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.badge.badge-warning {
	background-color: #ffc107;
	border-color: #ffce3a;
	color: #3a2c00;
}

.description-long,
.m-product-short-description {
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

.m-product-callForPrice {
	color: #fff;
	font-weight: bold;
}

.m-product-price {
	color: #000;
	font-weight: bold;
}

.m-product-info {
	background-color: #fff;
	border-color: #fff;
}

.m-product-info .panel-body {
	padding: 0;
}

.carousel {
	padding: 1em 0;
	border-top: 2px solid #1d4165;
	max-width: 1240px;
	margin: 15px auto;
}

.pageId1 .m-text-content {
	text-align: center;
	color: red;
	margin: 1em 0;
}

.lavpris img {
    margin: .5em 0;
    width: 100%;
    background: #ffc107;
    padding: 10px;
}

.lavpris span,
.productContent .badge {
    font-size: 12px;
    font-weight: 600;
    padding: .51em 1em;
    background: #ffc107;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.badge.m-productlist-new-custom {
    color: #fff;
    background: #0c3359;
}

.badge.badge-succes {
    display: none;
}

.productContent .badge.m-productlist-soldout {
    margin: 1em 0;
    padding: 5px 10px;
}
.badge.blue-badge {
	color: #fff;
	background: red;
}

.site-footer {
	background: url(../images/footer-bg.jpg) top -5px left no-repeat;
	background-size: cover;
	border: none;
	font-size: .9em;
}

.site-footer .h3 {
	margin-top: 0;
	color: #0b2a58;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3em;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .offer-list li {
	padding-left: 1.5em;
	background: url(../images/check.png) left center no-repeat;
	margin-bottom: 5px;
}

.site-footer ul li {
	margin-bottom: 3px;
}

.site-footer .search-module .top-search-form {
	margin-left: auto;
	max-width: 230px;
}

.category-item {
	text-align: center;
}
.category-item-title a {
    display: block;
    background: #00aeef;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.column .productItem {
    margin-bottom: 1em;
}

.productItem .productContent {
	overflow: visible;
}

.productItem .image {
    max-height: 215px;
}

.m-productlist-title {
	color: #1d4165;
	font-weight: 700;
	font-size: 13px;
}

.productItem .m-productlist-price {
	color: #0ae;
	font-size: 1.2em;
}

.m-productlist-price-before-discount {
	color: #828282;
	font-size: .9em;
}

.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
	padding: 0;
	background: none;
}

.productItem .type-col .product-transaction .form-group {
	height: 65px;
}

.form-group .m-productlist-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, .6);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.form-group .m-productlist-link:hover {
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.form-group .m-productlist-link>span {
	display: block;
	z-index: 100;
	position: relative;
	padding: 1em .5em;
	border: 1px solid #1d4165;
	width: 75%;
	margin: auto;
	font-size: 13px;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	text-transform: uppercase;
	margin-top: 40%;
}

.form-group .m-productlist-link>span:hover {
	-webkit-transition: all .2s;
	transition: all .2s;
	background: #1d4165;
	color: #fff;
}

.cart-button {
	display: block;
	background: #ffc107;
	padding: .5em;
	border-radius: 10px;
	-webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	box-shadow: -1px 3px 15px rgba(0, 0, 0, .4);
	font-weight: 600;
	font-size: .9em;
	border: none;
	position: relative;
	z-index: 10;
	color: #1b3d5f;
	margin: 15px auto;
	width: 100%;
	max-width: 200px;
}

.cart-button .fa {
	color: #fff;
}

.products-related-headline {
	text-transform: uppercase;
	font-weight: 300;
	padding: .35em 0 .7em;
	color: #00aeef;
	font-style: italic;
	font-size: 25px;
	text-align: center;
}

@media (min-width: 960px) {
    .site-header .search-module .top-search-form {
        margin-top: 30px;
    }
}

@media (max-width: 959px) {
	.site-top-usp .site-usp .textWrapper {
		width: 100%;
	}
	.site-top-usp .site-usp .imgWrapper {
		display: none;
	}
	.site-footer .cards {
		text-align: center;
		padding: 1em 0;
	}
}


.w-slider-container .item-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: none;
}
.w-slider-container .item-caption p {
	font-weight: 900;
}