body {
	font-weight: 400;
	color: #333;
	font-size: 14px;
	letter-spacing: 0.25px;
}

.w-logo svg {
	fill: #bf0010;
	width: 160px;
}

button,
input,
p,
select,
textarea {
	font-size: 14px;
}

.templateview img {
	display: none;
}

.button,
.button-group > li > a,
.button-primary,
.button-text {
	height: 38px;
	letter-spacing: 0.25px;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
}
.center-this {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.transition {
	-moz-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}
.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
}

/*Styling af placeholders*/
::-webkit-input-placeholder {
	color: #555 !important;
}

::-moz-placeholder {
	color: #555 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
	color: #555 !important;
}
/* ie */
input:-moz-placeholder {
	color: #555 !important;
}
a {
	-moz-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}

a.stretched-link {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

button {
	border: none;
	font-weight: 700;
	-moz-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}
a:hover {
	color: #bf0010;
}
a:focus {
	outline: none;
}
.menubar {
	background-color: #fff;
	border-top: 2px solid #f3f3f3;
}
.navbar {
	position: relative;
	z-index: 101;
	left: auto;
	right: auto;
	border-bottom: 0;
}
.topbar {
	border-bottom: 2px solid #f3f3f3;
	background-color: #f3f3f3;
	text-align: right;
	padding: 5px 0;
}
.topbar-link {
	margin-left: 20px;
	font-weight: 700;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
img {
	margin: 0;
}
.menu.menu-inline {
	margin: 0 !important;
}
.menubar .menu.menu-inline > li {
	margin: 0;
}

.optify-top-search {
	width: 100%;
	position: relative;
}
.optify-top-search input {
	width: 100%;
	height: 38px;
	border-radius: 20px;
	border: 1px solid #555;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	font-weight: 400;
}
.optify-top-search input:focus {
	outline: none;
}
.optify-top-search button {
	position: absolute;
	z-index: 2;
	right: 0;
	height: 38px;
	width: 38px;
	top: 0;
	bottom: 0;
	border-radius: 20px;
	color: #fff;
	background-color: #333;
}
.optify-top-search button:hover {
	background-color: #bf0010;
}
.cover {
	height: 100%;
	width: 100%;
	text-align: center;
}

.cover h2 {
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 36px;
}

.splide__slide {
	position: relative;
}

.cover .cover-content {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.cover .cover-content .title {
    font-size: 44pt;
    margin-bottom: 35px;
    text-align: left;
    font-weight: 700;
    width: 430px;
}
.cover .cover-content .text {
    font-size: 20pt;
    font-weight: 300;
    margin-bottom: 20px;
    max-width: 420px;
    text-align: left;
}
.cover .cover-content .button {
	height: auto;
	margin-top: 10px;
	background-color: #bf0010;
	border-radius: 5px;
	line-height: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 24px 36px;
}
.cover .cover-content .button:hover {
	background-color: #77000a;
}

.cover img {
	margin: 0px;
	width: 100%;
	display: block;
	object-fit: cover;
}

a.cta-knap {
	padding: 12px 16px;
	color: #fff;
	display: inline-block;
	position: relative;
	top: -7px;
	font-weight: 700;
	background-color: #bf0010;
}
a.cta-knap:hover {
	background-color: #a1000d;
}
.cta-area {
	padding: 35px 0;
	background-color: #106E4C;
	color: #fff;
	font-size: 22pt;
}
.cta-area .container {
	padding: 0px!important;
}
.cta-area .cta-content {
	width: 100%;
}
.cta-area .cta-content > li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 0px;
}
.cta-area .cta-content > li span {
	font-size: 11pt;
	display: block;
}

.cta-area .cta-content > li span.cta-title {
	font-size: 14pt;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
	margin-bottom: 4px;
}

.cta-area .splide__pagination {
	bottom: 10px;
}



@media (max-width: 768px) {
	.cover img {
		height: 420px;
	}
	.cover .cover-content {
		padding: 0 30px!important;
	}
	.cover .cover-content .title {
        font-size: 20pt;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 700;
        width: 270px;
	}
	.cover .cover-content .text {
		font-size: 12pt;
        font-weight: 300;
        margin-bottom: 10px;
        text-align: left;
	}
	.cover .cover-content .button {
		width: auto;
		font-size: 14px;
    	padding: 18px 22px;
	}
	.cta-area {
		padding: 20px 0 26px 0;
		font-size: 20pt;
	}
	.cta-area .cta-content > li span {
		font-size: 10pt;
	}

	.cta-area .cta-content > li span.cta-title {
		font-size: 12pt;
		margin-bottom: 1px;
	}
	.cta-area .splide__pagination {
		bottom: 5px;
	}
}




.kampagne {
	color: #fff;
	height: 260px;
	padding: 40px 50px;
	position: relative;
}
.kampagne .inner {
	border: 1px solid #fff;
	height: 100%;
	padding: 40px 0;
	text-align: center;
}

.kampagne h1 {
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}

.side-cta {
	height: 120px;
	color: #fff;
	padding: 30px 50px;
	position: relative;
}
.side-cta p {
	font-size: 13px;
}
.side-cta h3 {
	color: #fff;
}
.faq {
	margin-top: 20px;
	background-color: #333;
}
.faq:hover {
	background-color: #222;
}
.levering {
	background-color: #bf0010;
}
.levering:hover {
	background-color: #a1000d;
}
.side-cta i {
	font-size: 36px;
	margin-top: 10px;
}

.go-to-recipes {
	position: relative;
}

.go-to-recipes > p {
	display: none;
}

.go-to-recipes a {
	padding: 12px 25px;
	display: inline-block;
	background-color: #61aa55;
	font-weight: 600;
	color: #fff;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
}
.go-to-recipes a:hover {
	color: #fff;
	background-color: #54944a;
}

.m-useredit-header {
	margin-bottom: 10px;
}
.product-various-price-info {
	display: none;
}
.picture-text {
	padding: 4px 0;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	background: #000;
}

.center {
	text-align: center;
}
.trustpilot-carousel {
	margin-top: 50px;
}
.container {
	width: 1362px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.productmenu.menu.menu-inline {
	align-items: none;
	display: block;
}

.mobile-menu {
	display: none;
}

.productmenu > li {
	display: inline-block;
	justify-content: none;
}
.productmenu > li > ul {
	border-radius: 0;
	left: 0px;
}
.productmenu > li > ul > li > a {
	color: #333;
	font-size: 13px;
}
.productmenu > li > ul > li > a:hover {
	color: #bf0010;
}
.productmenu > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	padding: 8px 12px;
	border-bottom: 2px solid #fff;
}
.productmenu > li > a:hover {
	border-color: #bf0010;
	color: #bf0010;
}
.site-footer .socials a {
	font-size: 20px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background-color: #555;
	color: #fff;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.site-footer .socials a:hover {
	color: #fff;
	background-color: #bf0010;
}
.m-productlist-short-description,
.m-productlist-transactions {
	display: block;
	width: 100%;
}
.m-productlist-short-description table img {
	max-width: 100%;
	height: auto;
	display: block;
}
.m-productlist-title {
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.type-col .m-productlist-item .m-productlist-transactions {
	margin-bottom: 4px;
}
.type-col .m-productlist-item .prices {
	margin-bottom: 4px;
}
.m-productlist-price-before-discount {
	color: #a1000d;
	margin-left: 5px;
}
.productItem .m-productlist-price {
	font-weight: 700;
	color: #333;
}
.productItem .button-primary {
	padding: 11px 13px;
	display: block;
	background-color: #292d30;
	text-align: left;
	justify-content: left;
	align-items: center;
	text-transform: none;
	border-radius: 4px;
}
.productItem .button-primary:hover {
	background-color: #bf0010;
}
.productItem .button-primary i {
	float: right;
	margin-top: 2px;
}
.type-col .m-productlist-item .m-productlist-figure {
	margin: 0;
}
.type-col .m-productlist-item .image {
	position: relative;
}
.product-various-price-info {
	color: #555;
	font-size: 12px;
}
.productItem .type-col .product-transaction,
.productItem .type-col {
	border: none;
}
.m-user-orders .nav-tabs > li {
	font-size: 14px;
}
.m-user-orders .t-panel-clean > .pane {
	padding-top: 20px;
}
.m-user-orders .title-header {
	font-weight: 700;
}
.m-user-orders .t-striped > li {
	padding: 0;
	padding-top: 10px;
}
.useredit-save-button {
	text-align: center;
	padding: 20px 0;
}
.type-col .m-productlist-item .image .brand-logo {
	max-width: 80px;
	max-height: 60px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.type-col {
	height: calc(100% - 20px);
	margin-bottom: 20px;
}
.type-col .m-productlist-item {
	margin-bottom: 0;
	position: relative;
	height: 100%;
}
.type-col .m-productlist-item form {
	position: relative;
	height: 100%;
	padding-bottom: 42px; /* Button height + 4px */
}
.m-productlist-tractions-button {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.m-product-discontinued {
	padding: 10px 14px;
	border: 1px dashed #bf0010;
	font-size: 16px;
	color: #bf0010;
	font-weight: 500;
	margin-bottom: 10px;
}
.m-product-nav {
	margin-top: -15px;
	margin-bottom: 15px;
}
.m-product-nav .pager-group {
	display: block;
}
.m-product-nav .pager-group a {
	display: flex;
	align-items: center;
}
.m-product-nav .m-product-nav-prev {
	float: left;
}
.m-product-nav .m-product-nav-next {
	float: right;
}
.m-productlist-tractions-button .form-group {
	margin: 0;
}

.m-productlist-wrapper {
	margin: 0;
}

.m-productlist-wrapper .m-productlist-categories {
	margin: 0 0 20px 0;
}

.m-productlist-wrapper .m-productlist-items {
	margin: 0;
}

.m-productlist-top {
	display: none;
}
@media (min-width: 1025px) {
	.navbar-placeholder {
		height: 60px;
	}
	.navbar .navbar-content > .navbar-center {
		flex: 2;
	}
	.navbar .navbar-content {
		height: 60px;
	}
	.m-productlist-wrapper {
		display: block;
	}
	.m-productlist-wrapper .m-productlist-filter {
		width: 100%;
		display: block;
	}
}

.productsortbar .sortbar-content {
	display: inline-block;
	margin-top: 0;
}
.productsortbar .amount-display {
	margin-left: 10px;
	vertical-align: top;
	display: inline-block;
}

.productfilter {
	display: none;
}
.productsortbar .sortbar-content .sortbar-selects {
	border: none;
}
.sortbar-selects .form-input {
	padding: 0;
	height: auto;
	font-size: 13px;
}
.page-title {
	text-align: left;
	padding-bottom: 0;
}
.page-title::after {
	display: None;
}
.category-item-content {
	padding: 15px 30px;
	border: 1px solid #a1000d;
	color: #a1000d;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}

.category-item-content .h5,
.category-item-content h5 {
	margin-bottom: 0;
	font-weight: 700;
}
.category-item-content .category-item-title .h5 {
	color: #a1000d;
}
.category-item-content:hover {
	background-color: #a1000d;
}
.category-item-content:hover .category-item-title .h5 {
	color: #fff;
}
.pagination > li a {
	border-color: #ccc;
	color: #333;
	font-size: 14px;
	background-color: #fff;
}
.pagination > li.current a {
	background-color: #f3f3f3;
}

hr {
	border-color: #ccc;
	margin: 20px 0;
}
.panel-border {
	margin-top: 10px;
	margin-right: 10px;
	border: none;
	border-right: 1px solid;
	border-color: #ccc;
	color: #777;
	background-color: transparent;
}

.panel-border .panel-heading {
	background: transparent;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	border-bottom: none;
}

.panel-border .panel-heading .h5 {
	color: #ccc;
	font-weight: 700;
}
.panel-border .panel-body {
	padding: 0 0 10px 0;
}

.panel-border .panel-body ul li {
	position: relative;
}
.panel-border .panel-body ul li.active:after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: #a1000d;
}
.panel-border .panel-body ul li.active a {
	font-weight: 600;
}
.panel-border .panel-body ul li.active > a {
	color: #a1000d;
}
.panel-border .panel-body ul li a {
	padding: 4px 0;
	font-size: 13px;
}
.panel-border .panel-body ul li a:hover {
	color: #a1000d;
}

.shorter {
	height: auto;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.shorter.active {
	max-height: 10000px;
}

.category-short-description {
	padding-bottom: 50px;
}

.category-short-description img {
	height: auto !important;
	width: 100%;
}
.category-headline {
    text-transform: uppercase; 
}
.reader {
	color: #fff;
	background-color: #a1000d;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.reader .mere {
	display: inline;
}
.reader .mindre {
	display: none;
}

.shorter.active .reader .mere {
	display: none;
}
.shorter.active .reader .mindre {
	display: inline;
}
.shorter.active .gradient-overlay {
	opacity: 0;
	z-index: -1;
}
.shorter .gradient-overlay {
	position: absolute;
	z-index: 1;
	right: 0;
	opacity: 1;
	bottom: 0;
	left: 0;
	height: 75%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.reader:hover {
	background-color: #bf0010;
}

.specifikationer {
	height: auto;
	max-height: 200px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
	border: 1px solid #a1000d;
	padding: 20px;
	padding-bottom: 40px;
}

.specifikationer .product-steps-title {
	margin-top: 0;
}

.specifikationer .read-first {
	color: #fff;
	background: #a1000d;
	font-weight: 600;
	display: flex;
	align-items: center;
	height: 40px;
	margin: -20px -20px 20px -20px;
	padding: 0 20px;
}
.specifikationer .read-first i {
	margin-left: 7px;
}
.specifikationer.active {
	max-height: 10000px;
}

.specifikationer.active .gradient-overlay {
	opacity: 0;
	z-index: -1;
}
.specifikationer .gradient-overlay {
	position: absolute;
	z-index: 1;
	right: 0;
	opacity: 1;
	bottom: 0;
	left: 0;
	height: 75%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.specifikationer .udvid {
	color: #fff;
	background-color: #292d30;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.specifikationer .udvid:hover {
	background-color: #bf0010;
}

.m-productlist-short-description {
	color: #999;
	overflow: auto;
}
.m-productlist-short-description table tbody tr td img {
	margin-right: 10px;
}
.m-product .m-product-buttons-type-title {
	margin-bottom: 15px;
}
.thumbelina-but {
	display: none;
}
.m-product-title .product-title {
	font-size: 26px;
}
.m-product .m-product-title {
	margin-top: 0;
	padding-bottom: 0;
}
.m-product-brand {
	text-align: right;
}

.m-product-offers p {
	margin-bottom: 0;
}

.rating-text {
	font-weight: 500;
	margin-top: 4px;
}
.m-product-buttons-list .row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}
svg#em {
	height: 22px;
	fill: #44c0f0;
}
.m-product-buttons-list .row .col-s-4 {
	padding: 0 5px;
}
.m-product-buttons-list .form-label.input-group-main {
	height: 32px;
	padding: 0 10px;
	font-size: 11px;
}

.m-product-buttons-list .form-label.input-group-main > span {
	display: block;
	margin-top: -2px;
}

.m-product-buttons-list .variant-button-image .variant-check {
	height: 32px;
	width: 32px;
	border: 1px solid #ccc;
	border-right: 0;
	background-color: #fff;
	position: relative;
	color: #999;
	cursor: pointer;
}
.variant-check input {
	position: relative;
	z-index: -2;
}
.m-product-buttons-list input[type="checkbox"]:checked + .variant-check {
	background-color: #a1000d;
	color: #fff;
}

.m-product-image {
	position: relative;
}
.product-image .w-slider-img {
	width: 100%;
	margin: 0 auto;
}

.rotation-gallery {
	cursor: pointer;
}
.m-product .m-product-buttons-list .variant-button-image input {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transform: none;
}

.m-product-short-description p {
	/* margin-bottom: 0; */
}

.product-steps-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.product-steps-title p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.deliveryMethodSelector,
.deliveryTimeContainer {
	margin-bottom: 30px;
}
.form-label {
	font-size: 13px;
	text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
#b-blog-search {
    display: none;
}
.m-transaction-input {
	font-weight: 700;
}
.m-product .m-product-transaction {
	display: flex !important;
}
.m-product .m-product-transaction .m-product-transaction-button {
	width: calc(100% - 120px);
}
.m-product .m-product-transaction .m-product-transaction-button .button-primary {
	width: 100%;
}
.m-product-buttons-variantInfoPanel {
	padding: 20px 30px;
	color: #bf0010;
	border: 1px solid #bf0010;
	display: inline-block;
	margin-bottom: 20px;
}
.m-product-buttons-variantInfoPanel.open {
	color: #333;
	border: none;
	display: block;
	padding: 0;
}
.m-product-price {
	color: #333;
	font-weight: 700;
	margin-right: 10px;
}
.product-priceLines span.h5 {
	color: #000;
	font-weight: 700;
}
.product-priceLines span {
	font-weight: 500;
}

.product-stock-success {
	color: #61aa55;
}
.product-stock-failed {
	color: #a1000d;
}

.panel {
	font-weight: 500;
}
.panel-danger {
	color: #fff;
}
.panel-danger a {
	color: #fff;
}
.panel-danger a:hover {
	color: #333;
}
.panel-success {
	color: #fff;
}

.panel-success a {
	color: #fff;
}
.panel-success a:hover {
	color: #333;
}
.panel-neutral {
	color: #4ba7fc;
}

.m-cart .m-cart-content .panel {
	background-color: #a1000d !important;
}

.m-product .m-product-transaction {
	display: inline-flex;
}
.additionalHelp span {
	margin-bottom: 10px;
	display: block;
}
.m-product-info,
.m-product-stock {
	margin: 15px 0;
}

.m-product-additionals fieldset {
	margin-bottom: 8px;
}
.m-product-additionals .t-striped > li {
	padding: 0;
}
.m-product-additionals-type {
	margin-right: 15px;
	padding-left: 12px;
}
.m-product-additionals-type label {
	font-weight: 700;
}
.m-product-additionals-type input {
	margin-right: 7px;
}
.m-product-additionals-type,
.m-product-additionals-price {
	font-size: 13px;
	display: inline-block;
}
.m-product-packet-list.t-striped li {
	padding: 0;
	margin-top: 10px;
}

.t-panel-clean > .pane {
	background: none;
	border: none;
	padding: 0;
}
.xsmall .input-group-addon.m-product-extrabuy-unitTitle {
	line-height: 15.75px;
}
.m-product-extrabuy-figure span.placeholder {
	padding-top: 50% !important;
}
.m-product-additional-info .nav-tabs {
	border: 1px solid #f3f3f3;
	margin: 0 auto;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
}
.product-weight,
.product-weight-text {
	display: none;
}
.m-product-additional-info .nav-tabs li {
	display: inline-block;
	float: left;
}
.m-product-additional-info .nav-tabs li a {
	padding: 10px 14px;
	color: #999;
	font-size: 12px;
	border: none;
	font-weight: 700;
}
.m-product-additional-info .nav-tabs li.active > a,
.m-product-additional-info .nav-tabs li.active > a:hover {
	background-color: #a1000d;
	color: #fff;
}
.m-product-additional-info .nav-tabs li a:hover {
	background-color: #f3f3f3;
	color: #333;
}
.m-product-extrabuy-list-item {
	border-left: 2px solid #f3f3f3;
	padding: 1em 0 !important;
}
.m-product-extrabuy-list-item:hover {
	border-color: #61aa55;
}
.m-product-extrabuy-title {
	margin-bottom: 30px;
}
.page-title-frontpage {
	margin-bottom: 0;
}
.products-related,
.products-also-bought {
	margin-bottom: 30px;
}

.m-product {
	margin-top: 30px;
}

.m-cart-product-container .form-group {
	display: inline-block;
	width: 50%;
	float: left;
}

.antal .form-group .button {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	color: #555555;
}

.m-cart-product-delivery-time {
	margin-bottom: 0;
}
.m-cart-list button,
.m-cart-list input,
.m-cart-list p,
.m-cart-list select,
.m-cart-list textarea {
	font-size: 12px;
}
.m-cart-list p {
	margin-bottom: 0;
}
.m-cart .t-striped > li {
	padding: 15px 0;
	border-bottom: 1px solid #f3f3f3;
}
.remove-cart-item {
	float: right;
	background-color: #a1000d;
	color: #fff;
	height: 30px;
	width: 30px;
}
.remove-cart-item:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.remove-cart-item:focus,
.remove-cart-item:visited {
	color: #fff;
}
.item-total {
	display: inline-block;
	margin-right: 15px;
}
.m-cart-heading {
	font-weight: 700;
	border: none;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 15px;
}
.m-cart-product-title {
	font-weight: 700;
}

.m-cart-heading .h6 {
	font-weight: 700;
	color: #ccc;
}
.giftcard {
	padding: 12px;
	border: 2px solid #333;
}
.giftcard p {
	font-size: 14px;
	font-weight: 500;
}

.cart-total {
	border: 1px solid #ccc;
}
.cart-total .table {
	margin-bottom: 0;
}

.m-cart-content {
	margin-bottom: 20px;
}

.m-cart .button-primary {
	font-size: 18px;
	height: auto;
}
.button-primary.cart-button {
	font-size: 1em;
	padding: 1em;
	margin-bottom: 1em;
	white-space: normal;
	line-height: 1.2;
	text-align: left;
}
.blob {
	background: #bf0010;
	border-radius: 50%;
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	min-width: 20px;
	box-shadow: 0 0 0 0 rgba(191, 0, 16, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(191, 0, 16, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(191, 0, 16, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(191, 0, 16, 0);
	}
}

.bestilling .button-primary i {
	margin-left: 12px;
}
.miniBasket {
	z-index: 101;
}

.d-none {
	display: none;
}

.site-footer {
	margin-top: 50px;
	background: #292d30;
	color: #fff;
}
.site-footer a {
	color: #ffffff;
}
.site-footer a:hover {
	color: #bf0010;
}
.panel-border {
	border-right: 0;
	margin-right: 0;
}

.w-login {
	padding: 20px;
}

.checkoutFrame .stepColumn {
	width: 100% !important;
	box-shadow: none;
}

.paymentMethodOnlineContainerMain .list-unstyled {
	padding-left: 0 !important;
}
.stepHeader .h5 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 700;
	display: block;
}
.stepHeaderLogin {
	margin-bottom: 20px;
}
.deliveryMethodGroupProductsHeader {
	margin-bottom: 5px;
}

.se-opskrifter {
	padding: 10px 16px;
	background-color: #bf0010;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}
.se-opskrifter:hover,
.se-opskrifter:visited {
	background-color: #a1000d;
	color: #fff;
}
.se-opskrifter i {
	margin-left: 10px;
}

.opskrifter-items {
	display: flex;
	flex-wrap: wrap;
}

.opskrift-item {
	padding-bottom: 15px;
}

.opskrift-headline {
	margin-bottom: 20px;
}

.opskrift-image {
	height: 240px;
	position: relative;
}
.opskrift-tid {
	font-weight: 700;
	color: #61aa55;
}
.opskrift-tid i {
	margin-right: 5px;
}
.opskrift-info h3 {
	max-width: 80%;
	margin: 5px 0 0 0;
	font-size: 15px;
}
.opskrift-info {
	position: relative;
	padding-top: 20px;
}
.opskrift-link {
	position: absolute;
	right: 20px;
	top: -30px;
	padding: 10px 16px;
	background-color: #bf0010;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}

.opskrift-link i {
	margin-left: 10px;
}
.opskrift-link:hover,
.opskrift-link:visited {
	background-color: #a1000d;
	color: #fff;
}
.navbar .navbar-content > .navbar-center {
	flex: 2;
	display: block;
}
.maerker-indhold img {
	width: auto !important;
	height: auto !important;
}

.m-faq {
	margin-top: 30px;
}
.faq-text {
	padding: 20px 30px;
	pointer-events: none;
}
.faq-icon {
	height: auto;
	text-align: center;
	width: 50px;
	background: #a1000d;
	color: #fff;
	padding: 20px;
}
.faq-question {
	background-color: #f3f3f3;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	margin-bottom: 4px;
}
.faq-question span {
	display: flex;
	padding: 10px 20px;
	align-items: center;
}
.faq-item i {
	font-size: 20px;
	margin-top: 1px;
}
.faq-item .faq-text {
	display: none;
}
.faq-item.active .faq-text {
	display: block;
	border: 1px solid #f3f3f3;
	border-top: 0;
}
.faq-item .fa-angle-up {
	display: none;
}
.faq-item .fa-angle-down {
	display: block;
}
.faq-item.active .fa-angle-up {
	display: none;
}
.faq-item.active .fa-angle-down {
	display: block;
}

.fragt-info {
	font-size: 12px;
	margin-bottom: 5px;
}
.m-cart-coupon-row {
	margin-top: 20px;
}
.m-product-title.page-title {
	margin-bottom: 10px;
}
.m-product .m-product-reviews-quick-review {
	margin-top: 0 !important;
}
.m-productlist-list .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m-productlist-list-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100% !important;
}

.form-input,
.form-label.input-group-main {
	height: auto;
	font-size: 13px;
	padding: 10px 15px;
}

.hide-mobile {
	display: block;
}

.show-mobile {
	display: none;
}

.count-bubble {
	padding-left: 0.5px;
}

.konto-dropdown .topbar-link {
	cursor: pointer;
}

.konto-dropdown {
	position: relative;
	display: inline-block;
}

.konto-dropdown .dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	z-index: 110;
	right: 0;
	padding-top: 11px;
}

.konto-dropdown .dropdown-content > div {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.konto-dropdown .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.konto-dropdown .dropdown-content a:hover {
	background-color: #f1f1f1;
}

.konto-dropdown:hover .dropdown-content {
	display: block;
}

.konto-dropdown:hover .topbar-link {
}

.short-description.m-productlist-short-description sub {
	font-size: 11px !important;
	color: #777 !important;
	line-height: 1.1 !important;
	vertical-align: top !important;
	margin-left: 8px;
}
.m-productlist-kg-price {
	display: flex;
	align-items: center;
	gap: 8px;
}
.m-productlist-kg-price img {
	width: 30px;
}
.m-productlist-kg-price strong {
	font-size: 11px;
	color: #777;
}

.m-productlist-item .ruk-rating-snippet-count {
    display: none;
}


@media (min-width: 1280px) {
	.m-productlist-list-item.col-xl-4 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.m-productlist-list-item.col-xl-6 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 1279px) and (min-width: 960px) {
	.m-productlist-list-item.col-l-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.m-productlist-list-item.col-l-6 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (max-width: 959px) and (min-width: 768px) {
	.m-productlist-list-item.col-m-4 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.m-productlist-list-item.col-m-6 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (max-width: 959px) {
	.m-product-nav {
		display: none;
	}
}
@media (max-width: 767px) {
	.m-productlist-list-item.col-s-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 1580px) {
	.side-cta {
		padding: 30px 45px;
	}
}
@media (max-width: 1278px) {
	.side-cta {
		padding: 20px 25px;
	}
}
@media (max-width: 1023px) {
	#site-sidebar > .sidebar-close {
		z-index: 99;
		background-color: #a1000d;
		top: 0px;
		right: 0px;
		padding: 14px 16px;
	}
	#site-sidebar > .sidebar-close > svg {
		fill: #ffffff;
		color: #fff;
	}
	#site-sidebar > ul > li > a {
		font-weight: 700;
	}
	#site-sidebar > ul > li > ul {
		border-left: 0;
	}
	#site-sidebar > .title {
		display: none;
	}
	#site-sidebar > ul > li > ul > li > a {
		padding-left: 0;
	}
	.productmenu > li {
		display: block;
	}
	.mobile-menu {
		display: inline;
	}

	.m-productlist-categories {
		display: none !important;
	}
	.h1, h1 {
        font-size: 1.5em;
    }
}
@media (max-width: 958px) {
	.side-cta {
		margin-top: 20px;
	}
	.m-productlist-top {
		display: block;
	}
	.side-cta {
		padding: 20px 45px;
		height: auto;
	}
	.m-product .m-product-information {
		padding-left: 0;
	}
	.m-product .m-product-title {
		margin-top: 30px;
		font-size: 26px;
	}
	.topbar {
		text-align: center;
	}
	.topbar .menu-link-mobile {
		display: none;
	}
}
@media (max-width: 766px) {
	.hide-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.specifikationer .read-first {
		right: auto;
		bottom: auto;
		position: relative;
	}

	.extra-buy img {
		max-height: 200px;
	}
	.m-product-extrabuy-figure span.placeholder {
		padding-top: 200px !important;
	}
	.extra-buy .placeholder-wrapper > img {
		right: auto !important;
	}
	.m-product-brand {
		text-align: left;
	}
	.m-product-brand img {
		position: relative !important;
		display: Block;
	}

	.optify-top-search {
		margin-left: 20px;
	}
	.text-left-mobile {
		text-align: left !important;
	}
	.side-cta {
		padding: 30px 45px;
	}
	.bestilling {
		margin-top: 20px;
	}
}
@media (max-width: 540px) {
	.navbar .container {
		padding: 0 !important;
		max-width: 96%;
	}

	.navbar .navbar-center {
		margin-right: 5px;
		margin-left: 12px;
		flex: 3 !important;
	}

	.navbar .container .optify-top-search {
		margin-left: 0px;
	}

	.go-to-recipes .inner h3 {
		font-size: 24px;
	}
	.go-to-recipes .inner {
		left: 30px;
		right: 30px;
	}
	.w-logo svg {
		width: 80px;
	}
	.side-cta {
		padding: 30px 30px;
	}
	.optify-top-search {
		margin-left: 10px;
	}
	.type-col .m-productlist-item .image .brand-logo {
		display: None;
	}

	.kampagne h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 440px) {
	.topbar-link.emaerket {
		display: none !important;
	}
	.kampagne .inner {
		border: none;
	}
	.topbar-link {
		margin-top: 2px;
		margin-left: 0;
	}
	.flag img {
		max-width: 20px;
	}
	.m-product-additional-info .nav-tabs li {
		float: none;
		border-bottom: 1px solid #f3f3f3;
		display: block;
	}
	.nav-tabs > li {
		margin-left: 0;
		float: none;
	}
	.m-breadcrumb {
        display: none;
    }
	.h1, h1 {
        font-size: 1.5em;
    }
}

.category-item-content {
	padding: 10px 10px;
	border: 2px solid #a1000d;
	border-radius: 3px;
}

header.category-item-title {
	font-size: 10px;
}

.col-s-2.col-m-3.col-l-4.col-xl-6.category-item {
	padding: 0px 9px;
}

.row.m-productlist-categories {
	margin: -9px;
}

.footer__reviewsLogo-container {
	display: none !important;
}

.bg-video {
	width: 100%;
	min-height: 540px;
	overflow: hidden;
	position: relative;
}
.bg-video iframe {
	position: absolute;
	width: 100%;
	left: 0;
	pointer-events: none;
	height: 210%;
	top: -70%;
}

@media (max-width: 1140px) {
	.bg-video iframe {
		height: 150%;
		width: 300%;
		left: -100%;
		top: -40%;
	}
}

@media (max-width: 768px) {
	.bg-video {
		min-height: 240px;
		height: 240px;
	}
	.bg-video iframe {
		top: -20%;
		left: -100%;
		height: 120%;
		width: 300%;
	}
}

.special-deal {
	background: #f3f3f3;
	border-color: #9f9e9a;
	padding: 2em;
}
.special-deal img {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.special-deal {
		padding: 1em;
	}
	.special-deal .flex {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.special-deal .flex img {
		max-width: 100px;
		margin: 0;
	}
}


.popup-product {
    position: fixed;
	z-index: 1;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 80%;
    max-width: 360px;
    margin-left: auto;
    transition: translate .4s ease;
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #9f9e9a;
}
.popup-product.popup-hidden {
  translate: 0 200%;
}
.popup-product [data-popup="closed"] {
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: -10px;
    background: #fff;
    padding: 5px;
    border: 1px solid #f3ebe7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form#b-blog-search {
    display: none;
}
img.w-slider-img.responsive {
	border-radius: 8px;
}
img.responsive.lazyloaded {
	border-radius: 6px;
}
#m-product-extrabuy-4 {
	margin-bottom: 30px;
}
.reviews-title {
    display: inline-flex;
}



.tooltip {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    cursor: pointer;
}
.tooltipText {
    background-color: #f3f3f3;
    position: absolute;
    bottom: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0;
    transition: all .5s;
}
.rw {color: #000;}
.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}
i {
    font-size: 13px;
}
.tooltip:hover .tooltipText{
    opacity: 1;
    transform: translateY(-10px);
}
