/*
	Theme Name: dyssegaarden
	Author: dyssegaarden
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000000;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

/* font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Poppins', sans-serif; */
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* logo */
.logo {
	width: 15%;
}

/* header */
.header {
	border-bottom: 6px solid #106440;
}

.header-right {
	width: 85%;
}

.header-top {
	position: relative;
	background: #106440;
	border-bottom-left-radius: 20px;
}

.header-top:after {
	content: '';
	display: block;
	background: #106440;
	height: 100%;
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0;
}

.usps {
	font-size: 11px;
	color: #ffffff;
	padding: 8px 0 8px 35px;
}

.socials a {
	margin: 0 0 0 12px;
}

.socials a:first-child {
	margin-top: -4px;
}

.socials .fa {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #ffffff;
	border-radius: 50%;
	color: #106440;
	text-align: center;
	padding-top: 5px;
}

.search-section {
	margin: 20px 35px;
}

form.search {
	width: 100%;
	position: relative;
	border: 1px solid #e8e8e8;
	max-width: 400px;
}

form.search input {
	width: 100%;
	padding: 9px 30px 9px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: #efefef;
}

form.search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	outline: none;
	background: #efefef;
	color: #0f2f45;
}

.btn-main {
	display: inline-block;
	background: #8f1212;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 8px 25px;
	border: none;
	outline: none;
}

.btn-main.btn-green {
	background: #106440 !important;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.search-section .btn-main {
	margin-left: 40px;
	background: #65a961;
}

.disabled {
	cursor: pointer;
}

/* nav */
.nav>ul {
	display: none;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	position: relative;
}

.nav>ul>li {
	display: inline-block;

}

.nav ul>li>a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding: 0 15px 20px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	width: 100%;
	min-width: 210px;
}

.nav ul ul li a {
	font-size: 14px;
}

.nav ul ul li a:hover {
	background: #000000 !important;
	color: #ffffff;
}

.nav ul li:hover>ul {
	display: block;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li a {
	padding: 9px 10px;
	display: block;
	background: #106440;
	color: #ffffff;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul>li:last-child ul li:hover ul {
	left: -100%;
}

.mm-menu_offcanvas {
	z-index: 9;
}

/* cart */
.w-cart {
	display: block;
	position: relative;
}

.cart-count {
	position: absolute;
	top: -5px;
	left: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	color: #ffffff;
	background: #65a961;
	text-align: center;
	font-size: 12px;
}

/* banner */
.slider img {
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.banner-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.banner-wrapper {
	max-width: 360px;
	padding: 0 10px;
}

.banner-title {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 900;
	color: #ffffff;
}

.banner-text {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	margin: 15px 0;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
	color: #ffffff;
	bottom: 5%;
	top: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 21px;
}

/* categories */
.main-categories {
	margin: 40px 0 20px 0;
}

.flex50 {
	width: 100%;
}

.flex-col {
	padding: 0 10px;
}

.category-item {
	margin-bottom: 20px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.category-item img {
	width: 100%;
}

.category-link {
	display: block;
	background: #106440;
	text-align: center;
	color: #ffffff;
	font-size: 23px;
	font-weight: 500;
	padding: 12px 0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.category-item:hover .category-link {
	background: #8f1212;
	color: #ffffff;
}

/* section bg */
/*
.news-boxes {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#e8d1b3;
}
*/

/* welcome */
.welcome {
	/*background: url(/wp-content/uploads/2022/03/welcome_bg-.png) no-repeat center/cover;*/
	background-color:#e8d1b3;
	padding: 20px 0 12px;
	text-align: center;
}

.welcome h1 {
	margin: 0 0 20px 0;
	color: #106440;
	font-size: 20px;
	font-weight: 600;
}

.welcome p {
	line-height: 21px;
	max-width: 859px;
	margin-left: auto;
	margin-right: auto;
}

.section-padding {
	margin-bottom: 50px;
}

/* box links */
.box-item {
	border-top: 8px solid #106440;
	border-bottom: 8px solid #106440;
	height: 100%;
	margin-bottom: 20px;
}

.box-item img {
	width: 100%;
}
.box-image-alt {
	background-color:#e8d1b3;
}
.box-image-alt iframe {
	border: none;
    max-width: 100%;
}
.box-image-alt p {
	margin:0;
}

.box-content {
	/*background: url(/wp-content/uploads/2022/03/Layer-14-copy-6.jpg) no-repeat center/cover;*/
	background-color: #e8d1b3;
	padding: 30px 20px;
	height: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.box-title {
	font-size: 15px;
	font-weight: 600;
	color: #106440;
}

.box-subtitle {
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	color: #000000;
}

.box-text {
	font-size: 13px;
	line-height: 19px;
}

.box-content .btn-main {
	font-size: 12px;
	margin-top: auto;
}

.flex30 {
	width: 100%;
}

/* recipes */
.recipes {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0;
}

.recipes-content {
	max-width: 450px;
}

.recipes-title {
	font-size: 24px;
	font-weight: 800;
	color: #106440;
}

.recipes-subtitle {
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	margin: 10px 0;
}

/* nyheder */
.news-box-item {
	height: 100%;
	position: relative;
}

.news-box-item .box-content {
	position: relative;
	padding: 20px;
}

.news-box-item .box-content:after {
	content: "";
	background: url(/wp-content/uploads/2022/09/shadow.png) no-repeat center top;
	display: block;
	margin: auto;
	width: 100%;
	background-size: contain;
	height: 20px;
	position: absolute;
	top: 100%;
}

.news-box-title {
	font-size: 13px;
	font-weight: 700;
	color: #000000;
}

.news-box-text {
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	/*margin: 10px 0;*/
}
.news-box-title > p {
	margin:0;
}

/* reviews */
.reviews {
	background: #eeefee;
	padding: 50px 0;
}

.review-box {
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #e2e2e1;
	padding: 20px;
	height: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.section-title {
	text-align: center;
	font-size: 31px;
	font-weight: 800;
	color: #106440;
	margin-top: 0;
}

.fb-section {
	text-align: center;
}

.fb-section a {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #4175e2;
	padding-top: 20px;
}

.fb-section img {
	padding-bottom: 10px;
}

/* newsletter */
.col-wrapper {
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.newsletter-title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
}

.newsletter-text {
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
}

.newsletter .wpcf7 .wpcf7-text {
	border: none;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7-select {
	width: 100%;
	padding: 5px 10px;
}

.wpcf7 .wpcf7-text,
.wpcf7-select {
	height: 39px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	color: #ffffff;
}

.col-inner-wrapper {
	max-width: 300px;
	margin: 0 0 0 auto;
}

.meat-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 30px;
}

.meat-text {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.col-inner-wrapper.meat-wrapper {
	margin: 0 auto 0 0;
}

/* footer */
.footer {
	background: #106440;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .h3 {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
}

.footer-flex>div {
	width: 100%;
	margin-bottom: 20px;
}

.footer-flex>div:last-child {
	margin-top: 70px;
}

.footer #text-2 ul {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.footer #text-3 ul {
	margin: 0;
	padding-left: 15px;
}

.footer p,
.footer li,
.footer a {
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p.h3 {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
}

.footer #text-4 .widget-wrapper {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0;
	border: 3px solid #a3c2b5;
	border-radius: 25px;
	background: rgba(255, 255, 255, .1);
	padding: 55px 20px 15px 20px;
}

.footer #text-4 .widget-wrapper:before {
	content: url(/wp-content/uploads/2022/03/Layer-34-copy.png);
	display: block;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	text-align: center;
}

.footer #text-4 .widget-wrapper p.h3 {
	font-size: 18px;
	font-weight: 700;
	color: #cbde14;
	margin-bottom: 5px;
}

.footer #text-4 .widget-wrapper .btn-main {
	background: #65a961;
	text-decoration: none !important;
}

.copyright {
	background: #65a961;
	color: #ffffff;
	font-size: 12px;
	padding: 20px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.banner img {
	width: 100%;
	margin-top: 30px;
}

.info-box {
	position: relative;
	border-top: 2px solid #000000;
	padding: 20px;
}

.info-box.icon {
	padding: 1em 2em 1em 4.5em;
}

.info-box.green {
	border-color: #106440;
	background: #65a961;
	color: #ffffff;
}

.info-box.icon:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 25px;
	font-family: "FontAwesome";
}

.info-box.icon.green:before {
	content: '\f00c';
	color: #106440;
}

.info-box.gray {
	border-color: gray;
	background: #f7f7f7;
}

.info-box.brown {
	border-color: #8f1212;
	background: rgba(143, 18, 18, .1);
}

.info-box.blue {
	border-color: #1e85be;
	background-color: #d9edf7;
	color: #1e85be;
}

.info-box.blue.icon:before {
	content: '\f05a';
	color: #1e85be;
}

.info-box.yellow {
	border-color: #faebcc;
	background-color: #fcf8e3;
}

.info-box.yellow.icon:before {
	content: '\f071';
	color: #8a6d3b;
}

.info-box a {
	color: #8f1212;
}

.flexible-content .flex-col img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.col-3,
.col-4,
.col-6 {
	width: 100%;
}

.iframe-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vc-table-plugin-theme-simple_pink {
	width: 100%;
}

table.vc-table-plugin-theme-simple_pink tr.vc-th td {
	font-weight: bold;
	border-bottom: 2px solid #f64747;
	text-align: left;
}

table.vc-table-plugin-theme-simple_pink td {
	padding: 8px;
	border-bottom: 1px solid #f64747;
}

.table-aabningstider td:first-child {
	width: 20% !important;
	vertical-align: top;
	line-height: 20px !important;
	border-bottom: solid 1px #ffb9b9 !important;
}

.table-aabningstider td:nth-child(2) {
	width: 30% !important;
	line-height: 20px !important;
	border-bottom: solid 1px #ffb9b9 !important;
}

.table-aabningstider td:nth-child(3) {
	width: 10% !important;
	line-height: 20px !important;
	border-bottom: solid 1px #ffb9b9 !important;
}

.table-aabningstider td:nth-child(4) {
	width: 40% !important;
	vertical-align: top;
	line-height: 20px !important;
	border-bottom: solid 1px #ffb9b9 !important;
}

table.vc-table-plugin-theme-simple_pink tr:hover {
	background-color: #fef1f1;
}

.product-image img {
	border-radius: 100%;
	border: 5px solid #106440;
	width: 250px !important;
	max-width: 100% !important;
}

/* blog */
.blog-card {
	border-bottom: 2px solid #106440;
	margin-bottom: 20px;
}

.blog-card h2 {
	margin: 0;
}

.blog-card h2 a,
.type-post h1 a,
.type-post h2 a {
	font-size: 21px;
	color: #106440;
}

.blog-card p a {
	color: #106440;
}

.blog-post-single {
	padding-bottom: 40px;
}

.blog-post-single .blog-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px auto 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* woocommerce */
.woocommerce .woocommerce-breadcrumb {
	margin: 1em 0;
}

.woocommerce span.onsale {
	background-color: #65a961;
}

.button.green,
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce div.product form.cart .button,
.woocommerce a.button {
	background: #106440;
	color: #ffffff !important;
}

.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover {
	background: #8f1212;
}

.woocommerce .quantity .qty {
	height: 31px;
	border-radius: 0;
	border: 1px solid #000000;
}

.woocommerce-message {
	border-top-color: #106440;
	color: #000000;
}

.woocommerce-message::before {
	color: #106440;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
/* Bestilling af mad fra Dyssegaarden */
.form-section-title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}

.flex-row {
	margin: 0 -10px;
}

.wpcf7 .col-4 {
	width: 100%;
}

.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
	border: 1px solid #000000;
	border-radius: 5px;
	outline: none !important;
}

.wpcf7-textarea:focus,
.wpcf7-select:focus,
.wpcf7-textarea:focus,
.wpcf7-text:focus {
	border: 1px solid #106440;
}

.form-container {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 20px;
}

.form-field {
	margin-bottom: 20px;
}

.form-section .wpcf7-acceptance .wpcf7-list-item {
	color: #000000;
}

.field-desc {
	font-style: italic;
	padding-top: 5px;
	display: block;
}

.border {
	border-bottom: 2px solid #106440;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.col-8 {
	width: 100%;
}

.form-section a {
	color: #8f1212;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
	-webkit-box-pack: start !important;
	    -ms-flex-pack: start !important;
	        justify-content: flex-start !important;
}

/* accordeon */
.accordion__item {
	margin-bottom: 20px;
	border: 1px solid #a5a6a5;
}

.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 20px 60px 20px 15px;
	font-size: 16px;
	text-decoration: none;
	background-color: #f4f4f4;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
}

.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.accordion__item .accordion-active {
	background-color: #e5e4e4;
}

.accordion__arrow-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 10px;
}

.accordion__item .accordion__title .accordion__arrow {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	font-size: 23px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #106440;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}

.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	background-color: #f3f3f3;
}

.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:480px) {
	.main-categories .flex50 {
		width: 50%;
	}

	.flex30 {
		width: 50%;
	}

	.recipes-title {
		font-size: 31px;
	}

	.col-wrapper {
		padding: 45px 20px;
	}

	.newsletter-title {
		font-size: 26px;
	}

	.meat-title {
		font-size: 34px;
		line-height: 34px;
	}

	.meat-text {
		font-size: 16px;
	}
}

@media only screen and (min-width:768px) {
	.banner-wrapper {
		max-width: 520px;
		padding: 0 80px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}

	.flex50 {
		width: 50%;
	}

	.reviews .flex .flex50:first-child .review-box {
		margin: 0 0 0 auto;
	}

	.reviews .flex .flex50:last-child .review-box {
		margin: 0 auto 0 0;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33333333%;
	}

	.col-8 {
		width: 66.66666667%;
	}

	.col-9 {
		width: 75%;
	}

	.wpcf7 .col-3 {
		width: 25%;
	}

	.wpcf7 .col-4 {
		width: 33.33333333%;
	}

	.wpcf7 .col-6 {
		width: 50%;
	}

	.wpcf7 .col-8 {
		width: 50%;
	}
}

@media only screen and (max-width:959px) {
	.usps {
		display: none;
	}

	.header-top {
		padding: 5px 0;
		border-radius: 0;
	}

	.logo {
		display: none;
	}

	.header-right {
		width: 100%;
	}

	.search-section {
		margin-left: 0;
		margin-right: 0;
	}

	.search-section .btn-main {
		display: none;
	}

	form .search {
		max-width: unset;
	}

	.logo-mobile {
		text-align: center;
		margin-top: 20px;
	}

	.header-top .btn-main {
		font-size: 12px;
		padding: 8px 10px;
		margin-left: 10px;
	}

	.site-nav .flex .nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.site-nav .flex .w-cart {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-bottom: 7px;
	}

	.wpmm-button {
		font-size: 28px;
	}
}

@media only screen and (min-width:960px) {
	.nav>ul {
		display: inline-block;
		margin-left: 15px;
	}

	#mmenu_button {
		display: none;
	}

	.logo-mobile {
		display: none;
	}

	.header-top .btn-main {
		display: none;
	}

	.w-cart {
		padding-bottom: 10px;
	}

	.flex30 {
		width: 33.333%;
	}

	.recipes-content {
		margin: 0 70px;
	}

	.footer {
		background: url(/wp-content/uploads/2022/03/f_bg.jpg) no-repeat center/cover;
	}

	.footer-flex>div {
		width: 30%;
		margin-bottom: 0;
	}

	.footer-flex>div:last-child {
		width: 40%;
		margin-top: 50px;
	}

	.footer #text-4 .widget-wrapper {
		margin: 0 auto;
	}
}

@media only screen and (min-width:1024px) {
	.usps {
		font-size: 12px;
	}

	.nav ul>li>a {
		padding: 0 20px 20px;
	}
}

@media only screen and (min-width:1140px) {
	.usps {
		font-size: 12px;
	}

	.banner-wrapper {
		max-width: 710px;
		padding: 0 80px;
	}

	.banner-title {
		font-size: 56px;
		line-height: 56px;
	}

	.banner-text {
		font-size: 17px;
	}
}

@media only screen and (min-width:1280px) {
	.nav ul>li:last-child ul li:hover ul {
		left: 100%;
	}
}

@media only screen and (min-width:1280px) {
	.banner-wrapper {
		max-width: 710px;
	}

	.banner-title {
		font-size: 70px;
		line-height: 70px;
	}

	.banner-text {
		font-size: 20px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* CUSTOM */
#pickup-dates {
	padding: 12px 0;
}

#pickup-dates ul {
	margin-top: 0;
	padding-left: 25px;
}

li.product>form.cart>.quantity,
li.product>form.cart>button {
	display: inline-block;
}
.ui-datepicker-calendar td.red a {
	background-color:yellow;/*red;*/
    background-image: none;
	position: relative;
}
.ui-datepicker-calendar td.red a:before {
	content:'\24D8';
	position: absolute;
	top:2px;
    left: 5px;
    font-size: 11px;
    font-weight: 600;
}
body.logged-in.admin-bar .cky-consent-container,
body.logged-in.admin-bar .wpop-panel,
body.page-id-3009 .cky-consent-container,
body.page-id-3009 .wpop-panel,
.order-total.recurring-total .first-payment-date,
.cart_totals .first-payment-date,
body.single-product .first-payment-date,
.woocommerce-account-fields .create-account,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child,
tr.cart-subtotal,
tr.order-remaining,
.product-total small,
.product-subtotal small,
.variation-Betalesvedafhentning,
.variation-DepositAmount,
.awcdp-deposits-wrapper {
	display: none !important;
}
.dy-product {
	text-align: center;
    background-color: #e8d1b3;
    padding-bottom: 12px;
}
.dy-product img {
    width: 100%;
    height: auto;
}
.dy-product .product_title {
	font-size: 20px;
}
.dy-product .price {
	color: #77a464;
}
.dy-product button.button {
	background: #106440;
    color: #ffffff !important;
	/*font-size: 0;*/
	font-weight: 700;
	font-size: 14px;
	border:none;
	padding: 5px 14px;
	border-radius:3px;
}
.dy-product button.button:hover {
	background-color: #8f1212;
}
/*
.dy-product button.button:before {
	content:'Tilføj til kurv';
	font-weight: 700;
	font-size: 14px;
}
*/
.dy-product .product_meta {
	display: none;
}
#dy-addons {
	padding:5px 0;
}
#dy-addons label {
	display: block;
	margin:5px auto;
}
dl.variation > dd > p {
	margin-top:0;
}
/*
dl.variation > dd.variation-Skalslagethakkes,
dl.variation > dd.variation-Skalbovenhakkes,
dl.variation > dd.variation-Skalskankernehakkes,
dl.variation > dd.variation-nskeshovedetmed {
	max-width: 50%;
	display: inline-block;
	line-height: 1;
}
*/
.box-content .wpcf7-form .form-container{
	border:none;
	padding:0;
}
.box-content .wpcf7-form .col-4 {
	width:100%;
}
.box-content .wpcf7-form .col-4 > .form-field {
	width:calc(50% - 8px);
	display: inline-block;
}
.box-content .wpcf7-form .col-4 > .form-field:first-child {
	margin-right:12px;
}
body.home section.recipes {
	position: relative;
}
body.home section.recipes:before {
	content:'';
	background-color:#e8d1b3;
	opacity: 0.7;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
body.page-id-1995 #table_1 .column-duck,
body.page-id-1995 #table_1 .column-kalkun,
body.page-id-1995 #table_1 .column-mulardand,
body.page-id-1995 #table_1 .column-kylling,
body.page-id-1995 #table_1 .column-gaas,
body.page-id-1995 #table_1 .column-suppehoens,
body.page-id-1995 #table_1 .column-husk_steg,
body.page-id-1995 #table_1 .column-koedpakke_a,
body.page-id-1995 #table_1 .column-koedpakke_b,
body.page-id-1995 #table_1 .column-koedpakke_c,
body.page-id-1995 #table_1 .column-svinehak,
body.page-id-1995 #table_1 .column-halve_grise,
body.page-id-1995 #table_1 .column-flaeskesteg,
body.page-id-1995 #table_1 .column-roeget_landskinke,
body.page-id-1995 #table_1 .column-oksehak,
body.page-id-1995 #table_1 .column-limousine,
body.page-id-1995 #table_1 .column-frysertilbud,
body.page-id-1995 #table_1 .column-halv_gris_udskaering,
body.page-id-1995 #table_1 .column-besked,
body.page-id-1995 #table_1 .column-kalkun_2,
body.page-id-1995 #table_1 .column-oksehak_2,
body.page-id-1995 #table_1 .column-kyllingebryst,
body.page-id-1995 #table_1 .column-grill,
body.page-id-1995 #table_1 .column-premium,
body.page-id-1995 #table_1 .column-lam,
body.page-id-1995 #table_1 .column-valgfri_10,
body.page-id-1995 #table_1 .column-valgfri_25,
body.page-id-1995 #table_1 .column-honning,
body.page-id-1995 #table_1 .column-most,
body.page-id-1995 #table_1 .column-gave_3oel,
body.page-id-1995 #table_1 .column-gave_9oel,
body.page-id-1995 #table_1 .column-vare_id,
body.page-id-1995 #table_1 .wdt-sum-row {
    display: none;
}
.dy-half {
	display: inline-block;
	width:49%;
	vertical-align: top;
}
.dy-half + .dy-half {
	margin-left:1%;
}
.dy-block {
	display: inline-block;
    width: 24.5%;
    margin-right: 0.5%;
	vertical-align: top;
	min-height:60px;
	padding:5px;
	border-top: 2px solid #8a0606;
}
.dy-block:nth-child(4n) {
	margin-right: 0;
}
.dy-block.active {
	background-color: #65a961;
}
.dy-block[data-pid],
.dy-block .wdt-column-sum {
	cursor: pointer;
	word-break: break-word;
}
body.page-id-2477 section > .wrapper {
	max-width:800px;
}
#dysse-ordre .bestillingstabel,
body.page-id-2477 .bestillingstabel {
	width:100%; border:2px solid #e3e3e3;
}
#dysse-ordre .bestillingstabel th,
#dysse-ordre .bestillingstabel td,
body.page-id-2477 .bestillingstabel th,
body.page-id-2477 .bestillingstabel td {
	padding:5px !important;
    vertical-align: top;
}
#dysse-ordre .bestillingstabel th,
body.page-id-2477 .bestillingstabel th {
	background-color:#e3e3e3;
	font-weight:bold;
}
#dysse-ordre .tbl_td1,
#dysse-ordre .tbl_td2,
#dysse-ordre .tbl_td3,
body.page-id-2477 .tbl_td1,
body.page-id-2477 .tbl_td2,
body.page-id-2477 .tbl_td3 {
	border-right:2px solid #e3e3e3;
	border-top:2px solid #e3e3e3;
	width:25%;
	line-height:1.5;/*40px;*/
}
#dysse-ordre .tbl_td4,
body.page-id-2477 .tbl_td4 {
	width:25%;
	border-top:2px solid #e3e3e3;
	line-height:1.5;/*40px;*/
}
#dysse-ordre hr,
body.page-id-2477 hr {
    margin: 0px 0px 10px 0 !important;
    border: solid #e8e8e8;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}
.bestillingstabel [data-count] {
	background-color:#65a961;
	line-height: 1;
	padding:4px 2px 4px 5px;
}
.bestillingstabel [data-count=""],
.bestillingstabel [data-count="0"] {
	background-color:transparent;
}
.wpop-panel > .wpop-panel-container {
	box-shadow: 0 0 5px -1px #aaa;
	padding:6px 0;
}
.wpop-panel .wpop-panel-content {
	background-color: #e8d1b3;/*#8a0606;*/
	padding-top: 12px;
}
.wpop-panel.wpop-panel-bottom-right .wpop-panel-close {
	top:2px;
    font-size: 24px !important;
}
#wpop-submit {
	width: 100%;
}
section.newsletter .col-wrapper {
	background-color:#e8d1b3;
}
body.page-id-3009 .wrapper,
body.page-id-2478 .wrapper,
body.page-id-1995 .wrapper {
	max-width: 100%;
}
a.route {
	text-decoration: none;
	color:inherit;
}
.gc-var {
	max-width: 100%;
}
tr.pickup-pay .product-price {
	color:#aaa;
}
tr.pickup-pay .product-subtotal {
	font-weight: 600;
}
tr.pickup-pay:first-child td,
tr.pickup-pay + tr:not(.pickup-pay) td {
	border-top:2px solid #000;
}
#dysse-ordre {
	max-width: 800px;
	margin:auto;
}
#dysse-ordre span.pickup {
	display: block;
    line-height: 2;
    font-size: 70%;
    margin-bottom: 8px;
}
#dysse-ordre [data-count] {
	float: right;
}
#dysse-oversigt table {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
}
#dysse-oversigt th {
	background-color:#8a0606;
	color:#fff;
}
#dysse-oversigt th,
#dysse-oversigt td {
	text-align: left;
	padding:5px;
}
#dysse-oversigt td {
	border-bottom:1px solid #aaa;
}
/*
#dysse-oversigt tr:nth-child(2n+1) td {
	background-color: #efefef;
}
*/
.dy-filter > label {
	display: inline-block;
	width:20%;
	min-width: 115px;
	vertical-align: bottom;
	margin-bottom:12px;
}
.dy-filter > label input {
	max-width: 100%;
}
.dy-filter > button {
	display: inline-block;
	width: 15%;
	vertical-align: bottom;
	margin-bottom:12px;
	min-width: 116px;
}
/*
[name='dy-list-length'] {
	display: none;
}
*/
#dy-page-list {
	list-style: none;
	display: block;
	float: right;
	padding: 0;
}
#dy-page-list li {
	display: inline-block;
	width:32px;
	text-align:center;
}
#dy-page-list li.selected {
	font-weight: 700;
}
#dy-page-list li:not(:last-child) {
	border-right:1px solid #aaa;
}
#dy-create-order {
	margin-top:25px;
}
#dy-create-order [name='dy-neworder'][value='create'] + h4:after {
	content:'Ny bestilling';
}
#dy-create-order [name='dy-neworder'][value='update'] + h4:after {
	content:'Ret bestilling';
}
#dy-create-order .half,
#dy-create-order .quarter,
#dy-create-order .full {
	display: inline-block;
	margin-right:1%;
	margin-bottom:8px;
    padding: 4px 5px;
    min-height: 33px;
}
#dy-create-order .half {
	width: 49%;
}
#dy-create-order .no-marg {
	margin-right: 0;
}
#dy-create-order .quarter {
	width: 24%;
}
#dy-create-order .full {
	width: 99%;
}
[name="dy-srch"] {
	margin-bottom:12px;
}
[name="dypicks[]"] {
	width:140px;
	margin-right:4px;
}
.dy-col-wrap {
	min-height:90px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:10px;
}
#selected-addons label {
	display: block;
}
#dy-order-count {
	float: right;
    margin-top: 12px;
}
#selected-list .remove {
	display: inline-block;
    margin-left: 10px;
    color: red;
    font-size: 21px;
    line-height: 1;
    vertical-align: top;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left:0;
	margin:0;
}
.woocommerce-MyAccount-navigation li a {
	background: #106440;
    color: #ffffff !important;
	text-align: center;
	font-weight: 600;
	padding:8px 0;
	min-width: 190px;
	display: inline-block;
	margin-bottom:5px;
	border-radius:5px;
}
.woocommerce-MyAccount-navigation li a:hover {
    background: #8f1212;
}
.woocommerce span.onsale {
	z-index:8 !important;
}
.trustpilot-widget {
    top: -3px;
    margin-left: -16px;
    margin-right: -16px;
}
body.single.woocommerce ul.products li.product .button {
	margin-top:0;
}
li.outofstock:before {
	content:'Udsolgt';
	font-size:10px;
	color:#fff;
	background-color: #8a0606;
	text-align: center;
	font-weight: 600;
	position: absolute;
	display: block;
	width:44px;
	height:44px;
	border-radius:50%;
	padding-top:14px;
	top:-6px;
	left:-6px;
}
section.up-sells.upsells.products,
section.related.products {
	clear:both;
}
table.tablesorter th {
	cursor: pointer;
}
.dysse-sum.emph {
	display: inline-block;
	background-color: lightgreen;
	padding:2px 5px;
}
/*
#dy-order-table,
#dy-page-list {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
*/
#dy-order-table tr:not(.processed) td {
	font-size:0;
	padding:0;
	border:none;
	max-height: 0px;
}
/*
#dy-order-table tbody {
	opacity:0;
	max-height: ;
}
*/
.bestillingstabel .addons {
	font-size: 70%;
}
.bestillingstabel .dy-col-wrap:after {
	content:'';
	display: block;
	clear: both;
}
.bestillingstabel .addons span {
	display: block;
}
.dy-block[data-price]:hover:before {
	content:attr(data-price) 'kr';
	position:absolute;
	display:block;
	background-color:blue;
	padding:1px 4px;
	color:#fff;
}
#dy-reset {
	float:right;
	display: block;
    border: 1px solid rgb(118,118,118);
    display: block;
    min-width: 116px;
    margin-right: 13px;
    padding: 2px 0;
    border-radius: 3px;
    background-color: rgb(239,239,239);
    text-align: center;
}
#dy-loginform #loginform {
	width: 96%;
	max-width: 400px;
	margin:40px auto;
}
#dy-loginform label,
#dy-loginform input:not([type='checkbox']) {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: block;
}
td.product-remove > a.remove {
	color:transparent !important;
}
td.product-remove > a.remove:hover {
    color: transparent!important;
    background: transparent;
}
td.product-remove > a.remove:before {
	content:'\f014';
	color:#106440 !important;
	font-family: "FontAwesome";
	position: absolute;
}
.gotocobtn {
	float:right;
	width: 48%;
	min-width:160px;
	text-align: center;
	margin-bottom:12px !important;
	padding: 1em !important;
	background-color: #106440 !important;
    color: #ffffff !important;
}
.dy-data-rfc,
.dy-data-list-item {
	display: none;
}
h2#coiBannerHeadline {
	text-align: center;
}
h2#coiBannerHeadline:before {
	content:'';
	display: block;
	width:142px;
	max-width: 90%;
	height:120px;
	background-image: url('/wp-content/uploads/2022/03/logo-1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: -25px auto 25px;
}
@media all and (min-width:768px) {
	.header-top:after {
		max-width: calc(50vw - 590px);
		right: unset;
		left: 100%;
	}
}
@media all and (max-width:1024px) and (min-width:768px) {
	#dysse-oversigt .dy-half {
		overflow: auto;
	}
	#dysse-oversigt table {
		font-size: 11px;
	}
}
@media all and (max-width:980px) {
	#dysse-oversigt .dy-half {
		width:100%;
		overflow: auto;
	}
	#dysse-oversigt .dy-half + .dy-half {
		margin-left:0;
	}
	.dy-filter > label {
		width: 48%;
	}
}
@media all and (max-width:767px) {
	.header-top:after {
		display: none;
	}
	.trustpilot-widget {
		display:none;
	}
	.footer #text-4 {
		padding-top:90px;
	}
	div.header .socials {
		padding-right:12px;
	}
	.dy-block {
		width:32.5%;
	}
}