.custom-badge {
    background-color: transparent;
    padding: 0;
}

.splash.m-product-splash,
.splash.m-productlist-splash {
    width: 100%;
}

.splash.m-productlist-splash .black-friday-badge {
    right: 10px;
}

.black-friday-badge {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.black-friday-badge img {
    width: 60px;
    height: 60px;
    margin: 0;
}

.custom-badge img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0;
}

.m-product-offer {
    padding-top: 35px;
}

.m-product-offers .viabill-pricetag {
    top: 0;
}

.mm-listitem a {
	font-size: 1.1em;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.flex-row>div {
    padding-left: 10px;
    padding-right: 10px;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.dropdown .dropdown-menu {
	z-index: 99999;
}

.site-header {
	position: relative;
}

h1.category-headline {
	text-transform: none;
	color: #000;
	font-weight: 900;
	text-align: center;
}

.nav-breadcrumbs li,
.nav-breadcrumbs a span {
	color: #000;
}

.ck-content .grid[data-columns="1"] .grid-cell {
	width: 100%;
}

.angular-productlist {
	min-height: 0;
}

.category-picture {
    padding: 2em !important;
}
.m-bottom {
    margin-bottom: 2em;
}
.category-bg {
    position: relative;
}
.category-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-light-color);
}
.category-bg .page-title {
    border: none;
    padding: 2em;
    margin: 0;
}
.category-bg .page-title .category-headline {
    text-align: left;
    margin: 0;
    position: relative;
    font-size: 2.5em;
}
.category-bg .page-title .category-headline:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 50px;
    height: 3px;
    background: var(--main-contrast-color)
}

a.category-list-item {
	display: inline-block;
	padding: 0 5px;
	line-height: 1;
	margin: 5px 0;
	text-decoration: underline;
}

.w-search-button-template101#searchButton {
	background: none !important;
	border: none !important;
}

.hero-slider-theme .item-caption {
	background: none !important;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.hero-slider-theme .item-caption p.h4 {
	font-size: 1.1em;
}

.hero-slider-theme .item-caption .button {
	border: none;
	background: #0e0b2f;
	color: #fff;
	padding: 10px 20px;
	margin: 1em 0;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 10px;
}

.productlist .hero-slider-theme .owl-controls .owl-buttons,
.productlist .hero-slider-theme .owl-controls .owl-pagination {
	display: block !important;
}

.clickable .owl-page:hover span,
.owl-page.active span {
	background-color: #454545 !important;
}

.productlist .owl-carousel .owl-wrapper-outer {
	display: flex;
}

.productlist .owl-wrapper {
	margin: 1em auto 2em;
	display: flex !important;
	justify-content: center;
}

.productlist .owl-wrapper .owl-item {
	margin: auto;
	float: none;
	display: inline-block;
}

.hero-slider-theme .owl-controls .owl-buttons .owl-next:before,
.hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
	width: 30px;
	height: 27px;
	overflow: hidden;
	margin: auto;
	top: 0;
	bottom: 0;
}

.category-item {
	margin: 1em 0;
	padding: 10px;
}

.category-item-title a {
	background: var(--main-light-color);
	max-width: 160px;
	margin: auto;
	position: absolute;
	left: 0;
	top: auto;
	right: 0;
	bottom: 10px;
	border: none;
}

.category-item-title a .h5 {
	font-size: 12px;
}

.m-product-offers .m-product-priceline .h5 {
    font-weight: 700;
    font-size: 1.375em;
}
.m-product-offers .m-product-priceline .h5,
.variantInfoPanel  .m-product-priceline .h4 {
    color: #212121;
}

@media (min-width: 767px) {
	.site-header .w-search-button-template101#searchButton {
		right: auto;
	}

	.brand-list {
		column-count: 4;
	}
}

@media (min-width: 1024px) {
	h1.category-headline {
		font-size: 5em;
	}
}

.brand-list li {
	line-height: 26px;
}

.brand-list li a {
	text-decoration: underline;
}

.pageCategory198 .category-list-item {
	display: none;
}

/* FRONTPAGE 2020 */
body .filler {
	display: none;
}

body.scrolled .filler {
	display: block;
	height: 37px;
}

body.scrolled .navigation {
	position: fixed;
	top: 91px;
	width: 100%;
	background: #fff;
}

.page-title-frontpage .h1 {
	font-family: 'Lato', sans-serif;
	color: #101010;
	font-weight: 300;
	text-transform: inherit;
	font-size: 30px;
}

/* VIDEO */
.video-foreground {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-background {
	height: 100%;
}

.video-background iframe {
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
	position: relative;

}

.vid {
	height: 600px;
	margin-bottom: 10px;
}

.vid span {
	position: absolute;
	top: 260px;
	left: -10px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.vid span .h1 {
	color: #fff !important;
}

@media only screen and (max-width: 767px) {
	.vid {
		height: 400px;
	}

	.vid span {
		top: 160px;
	}
}

.imagebox .h1 {
	color: #fff;
}

.front2020-section1 .imagebox {
	position: relative;
	float: left;
}

.front2020-section1 .imagebox span {
	position: absolute;
	top: calc(50% - 50px);
	left: -10px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.front2020-section1 .imagebox span .h1 {
	color: #fff;
	margin-bottom: 20px;
}

.front2020-section1 .imagebox span .button-light {
	color: #b7af5e;
	border: 2px solid #b7af5e;
	padding: 10px 20px;
	font-weight: bold;
}

.front2020-section2 {
	padding: 0em;
	padding: 0.5em;
}

.front2020-section2 .imagebox {
	width: 49.8%;
	display: inline-table;
	position: relative;
	padding: 1.2em 0.6em;
}

.front2020-section2 .imagebox.n1 > div {
	position: absolute;
	top: calc(50% - 54px);
	left: 20px;
	right: 20px;
	bottom: auto;
	text-align: center;
}

.front2020-section2 .imagebox.n1 div {
	color: #fff;
}

.front2020-section2 .imagebox.n1 div .h2 {
	display: block;
	color: #101010;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0 auto;
}

.front2020-section2 .imagebox.n1 div .button-light {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.front2020-section2 .imagebox.n2 > div {
	position: absolute;
	bottom: 10%;
	left: 7%;
	text-align: left;
	color: #101010;
	padding: 30px 30px 40px 30px;
	width: 345px;
	max-width: 90%;
	background: #fff;
}

.front2020-section2 .imagebox.n2 div .h2 {
	display: block;
	color: #101010;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 5px;
}

.front2020-section2 .imagebox.n2 div .h3 {
	color: #101010;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 5px;
}

.front2020-section2 .imagebox.n2 div .button-light {
	color: #101010;
	background: #e8e8e8;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
}

.front2020-section2 .imagebox img {
	width: 100% !important;
}

.front2020-section2 .imagebox.n1 img {
	outline: 5px solid #101010;
	outline-offset: -15px;
}

.front2020-section3 {
	padding-bottom: 0px !important;
}

.front2020-section3 .imagebox span {
	position: absolute;
	top: calc(50% - 24px);
	left: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.front2020-section3 .imagebox span .h2 {
	color: #fff;
	margin-bottom: 20px;
}

.front2020-section3 .imagebox span .button-light {
	color: #101010;
	background: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.front2020-section5 .imagebox > span {
	position: absolute;
	top: calc(50% - 75px);
	left: -10px;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 99;
}

.front2020-section5 .imagebox {
	position: relative;
}

.front2020-section5 .imagebox span {
	line-height: 1;
}

.front2020-section5 .imagebox > span .h1 {
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.front2020-section5 .imagebox > span .button-light {
	color: #fff;
	border: 2px solid #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
}

.front2020-section6 {
	padding-top: 0px !important;
}

.front2020-section6 span {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	font-family: 'Lato', sans-serif;
	color: #101010;
	width: 70%;
	font-weight: 300;
	font-size: 17px;
}

.front2020-section6 span strong {
	font-size: 20px;
}

.front2020-section7 .imagebox {
	position: relative;
	float: left;
}

.front2020-section7 .imagebox span {
	position: absolute;
	top: calc(50% - 50px);
	left: -10px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.front2020-section7 .imagebox span .h2 {
	color: #fff;
	margin-bottom: 20px;
}

.front2020-section7 .imagebox span .button-light {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
}


.one {
	display: block;
	margin: 0 auto;
	height: 500px;
	width: 100vw;
	background-image: url('/upload_dir/templates/designdelicatessen/assets/images/para1.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center 0px;
}

.parallax.one {
	position: relative;
	float: left;
}

.parallax.one span {
	position: absolute;
	top: calc(50% - 50px);
	left: -10px;
	text-align: center;
	width: 100%;
	color: #fff;
}

.parallax.one span .h1 {
	color: #fff;
	margin-bottom: 20px;
}

.parallax.one span .button-light {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-weight: bold;
}

.parallax2 {
	/* The image used */
	background-image: url("/upload_dir/templates/designdelicatessen/assets/images/para2.jpg");

	/* Set a specific height */
	height: 600px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax2 {
	position: relative;
}

.parallax2 span {
	position: absolute;
	top: 50px;
	left: 60px;
	color: #fff;
	background: #fff;
	padding: 50px;
	outline: 2px solid #101010;
	outline-offset: -15px;
}

.parallax2 span .h1 {
	font-size: 20px;
	color: #101010 !important;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.parallax2 span .h1 strong {
	font-size: 50px;
}

.parallax2 span .h2 {
	font-family: 'Lato', sans-serif;
	color: #101010;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.parallax2 span .button-light {
	color: #fff;
	display: block;
	background: #101010;
	border: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 960px) and (max-width: 1260px) {
	.front2020-section6 span {
		position: absolute;
		top: 20px;
		right: 30px;
		text-align: right;
		font-family: 'Lato', sans-serif;
		color: #101010;
		width: 70%;
		font-weight: 300;
		font-size: 15px;
	}

	.front2020-section6 span strong {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.one {
		height: 150px;
		margin-bottom: 20px;
	}

	.parallax.one span {
		top: calc(50% - 20px);
		left: 0px;
	}

	.parallax2 {
		height: 200px;
		background-attachment: inherit;
		background-size: 100%;
	}

	.parallax2 span {
		top: 10px;
		left: 10px;
		padding: 30px;
	}

	.parallax2 span .h1 {
		font-size: 15px;
	}

	.front2020-section2 {
		padding: 0 0em;
	}

	.front2020-section2 .imagebox {
		padding: 0em 0.7em;
		width: 100%;
	}

	.front2020-section2 .imagebox img {
		margin-bottom: 10px;
	}

	.front2020-section2 .imagebox span {
		left: 0px;
	}

	.front2020-section2 .imagebox.n2 {
		text-align: center;
	}

	.front2020-section2 .imagebox.n2 div {
		bottom: 20px;
		padding: 20px 30px 30px 30px;
		width: auto;
		margin: 0px;
		left: 20px;
		top: inherit;
		right: 20px;
	}

	.front2020-section2 .imagebox.n2 div .h2 {
		color: #101010;
		margin-bottom: 20px;
		text-transform: uppercase;
	}

	.front2020-section2 .imagebox.n2 div .button-light {
		color: #101010;
		background: #e8e8e8;
		letter-spacing: 1px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 20px;
	}

	.front2020-section3 .imagebox img {
		margin-bottom: 0px;
	}

	.front2020-section3 .imagebox span {
		top: calc(50% - 10px);
	}

	.front2020-section5 img {
		margin-bottom: 0px;
	}

	.front2020-section6 img {
		margin-bottom: 0px;
	}

	.front2020-section1 .imagebox > span {
		top: calc(50% - 20px);
		left: 0px;
	}

	.front2020-section2 .imagebox > span {
		top: calc(50% - 44px);
	}

	.front2020-section5 .imagebox > span {
		top: calc(50% - 40px);
		left: 0px;
	}

	.front2020-section7 .imagebox > span {
		top: calc(50% - 62px);
		left: 0px;
	}

	.front2020-section3.container,
	.front2020-section4.container,
	.front2020-section5.container,
	.front2020-section6.container {
		padding-top: 0.5em !important;
		padding-bottom: 0em !important;
	}

	.front2020-section6 span {
		font-size: 15px;
	}

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

	.front2020-section6 span {
		top: 15px;
	}

	.front2020-section6 span {
		font-size: 11px;
	}

	.front2020-section2 .imagebox.n2 div .h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.front2020-section2 .imagebox.n2 div .h3 {
		font-size: 11px;
	}

	.front2020-section3 {
		margin-top: 0px !important;
	}

	.page-title-frontpage {
		padding-top: 20px !important;
	}

	.page-title-frontpage.edit {
		padding-top: 10px !important;
	}

	.parallax2 span .h1 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.parallax2 span .h1 strong {
		font-size: 20px;
	}

	.parallax2 span .h2 {
		font-size: 11px;
		line-height: 15px;
		margin-top: 0px;
	}

	.parallax2 span .button-light {
		font-size: 9px;
	}

	.parallax2 span {
		padding: 15px;
		outline-offset: -7px;
	}

	.front2020-section2 .imagebox.n2 span {
		left: auto;
		padding: 5px;
	}

	.front2020-section5 .imagebox > span {
		top: calc(50% - 55px);
	}
}

@media only screen and (min-width: 1280px) {}

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


.pageId236 .m-text-headline {
	text-align: center;
	font-size: 2em;
}

.title.m-productlist-heading {
	padding: 0 1em !important;
}

.modules.m-text {
	margin-top: 100px;
}

.customerservice .box {
	transition: all 0.5s ease;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #f5f5f5;
	text-align: center;
	padding: 70px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "Playfair Display", sans-serif;
	color: #101010 !important;
	letter-spacing: 1px;
}

.customerservice .box:hover {
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
}

.customerservice .box.black {
	background: #101010;
	color: #fff;
}

.customerservice .box.black:hover {
	-webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.2);
}

.customerservice .box:before {
	font-family: "FontAwesome";
	display: block;
	margin: 0 0 10px;
	font-size: 2em;
}

.hero-slider-theme img {
	width: 100% !important;
}

:not(.ielt9) .w-slider .placeholder-wrapper {
	max-width: inherit !important;
}

@media (max-width: 960px) {
	.category-description .grid .grid-cell {
		width: calc(33.333% - 11px);
	}
}

@media only screen and (max-width: 767px) {
	.category-description .grid .grid-cell {
		width: 100%;
	}

	.category-description .grid-cell:not(:first-child) {
		display: none !important;
	}
}