/*
Theme Name: Neo
Author: ResenNet
Author URI: https://resennet.dk/
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neo
*/

/* Bootstrap defaults */

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0;
	padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-1 {
    flex: 0 0 auto;
    width: 50%;
}

.col-2 {
    flex: 0 0 auto;
    width: 33%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-12 {
	width: 100%;
	text-align: center;
}

/* Front page */

body.home .breadcrumbs-container {
	display: none;
}

/* General */

*:focus {
	outline: none !important;
}

html {
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
	color: #666666;
	overflow-x: hidden;
	margin: 0;
    text-align: left;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000000;
    cursor: help;
    text-decoration: none;
}

a {
	color: #990f04;
	background-color: transparent;
}

a:hover {
	color: #990f04;
}

a:active {
	outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
	text-decoration: none;
}

a,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

b,
strong {
	font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select,
input {
	line-height: 1;
}

button,
input {
	line-height: normal;
}

table {
    table-layout: auto;
}

address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
    line-height: 1.1;
    color: #990f04;
    text-transform: uppercase;
}

h1,
.entry-content h1 {
    font-size: 2.8rem;
    font-weight: 400;
}

h2,
.entry-content h2 {
    font-size: 2.8rem;
    font-weight: 400;
}

h3,
.entry-content h3 {
    font-size: 1.5em;
    line-height: 1.44em;
    margin: .5em 0;
}

h4,
.entry-content h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0;
}

h5,
.entry-content h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin: 1.80723em 0;
}

h6,
.entry-content h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin: 2.23881em 0;
}

p {
	padding-top: .5rem;
    margin-bottom: 1rem;
    font-size: inherit;
    text-rendering: optimizeLegibility;
}

/* Forms */

.button,
button {
    text-transform: uppercase;
    font-size: 13px;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    outline: 0;
    border: none;
    border-radius: 0 !important;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 12px 1rem 12px !important;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #cacaca;
}

input::placeholder,
textarea::placeholder {
	color: #cacaca;
}

::-webkit-input-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}

::-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1;
    opacity: 1;
}

:-ms-input-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}

input:-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
	font-size: 0.875rem;
	color: #444;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	height: 2.5rem;
	outline: none;
	margin: 0;
}

#coupon_code:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
	color: #444;
	background-color: #fafafa;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

label,
label.checkbox {
	display: block;
	margin: 0;
	font-size: 0.795rem;
	font-weight: normal;
	line-height: 1.8;
	color: #000000;
}

select {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/></svg>");
	background-repeat: no-repeat;
	background-origin: content-box;
    background-position: right -1.1em center;
    background-size: 12px 12px;
	box-sizing: border-box;
	padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    height: 2.5rem;
    margin: 0;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #ffffff;
	font-weight: normal;
    line-height: 1.6;
    color: #444;
    width: 100%;
    outline: none;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #ffffff;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #cc4b37;
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}

label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    margin-left: 0;
    margin-right: 10px;
}

.input-checkbox,
.input-radio,
input[type="checkbox"],
input[type="radio"] {
    display: inline-block !important;
	vertical-align: unset !important;
	text-align: initial;
	margin: 0 !important;
    width: 17px !important;
	height: initial !important;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    border: none !important;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}

.input-checkbox:after,
.input-checkbox:before,
.input-radio:after,
.input-radio:before,
input[type="checkbox"]:after,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="radio"]:before {
    content: "";
}


.input-checkbox:after,
.input-radio:after,
input[type="checkbox"]:after,
input[type="radio"]:after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

.input-checkbox:disabled:after,
.input-radio:disabled:after,
input[type="checkbox"]:disabled:after,
input[type="radio"]:disabled:after {
    border-color: #ddd;
    cursor: not-allowed;
}

.input-checkbox:disabled:checked:after,
.input-radio:disabled:checked:after,
input[type="checkbox"]:disabled:checked:after,
input[type="radio"]:disabled:checked:after {
    border-color: #ddd;
}

.input-checkbox:disabled:checked:before,
.input-radio:disabled:checked:before,
input[type="checkbox"]:disabled:checked:before,
input[type="radio"]:disabled:checked:before {
    border-color: #999;
}

.input-checkbox:after,
input[type="checkbox"]:after {
    border-radius: 2px;
    z-index: 999;
}

.input-checkbox:checked:after,
input[type="checkbox"]:checked:after {
    border-color: #000000;
	background-color: #000000;
}

.input-checkbox:checked:before,
input[type="checkbox"]:checked:before {
    content: "" !important;
    position: absolute;
    top: 2px;
    left: 6px;
    display: table;
    width: 5px !important;
    height: 10px !important;
    border: 2px solid #fff !important;
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.input-radio:before,
input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.input-radio:after,
input[type="radio"]:after {
    border-radius: 50%;
}

.input-radio:checked:before,
input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.input-radio:checked:after,
input[type="radio"]:checked:after {
    border-color: #ddd;
}

.input-radio:checked:disabled:before,
input[type="radio"]:checked:disabled:before {
    background-color: #ccc;
}

.required {
    color: rgba(84,84,84,0.4) !important;
}

/* Widgets */

.left-sidebar .widget {
	margin: 1rem 0;
}

.left-sidebar .widget-title {
	padding: .5rem 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 0 0 .5rem;
}

/* 404 */

.error404 .button {
	display: inline-block;
	width: auto;
	margin-bottom: 2rem;
} 

/* Content */

#content {

}

#content .breadcrumbs-container {
	width: 100%;
	border-bottom: 1px solid #efefef;
	padding: 5px 20px;
	font-size: 13px;
}

#content .breadcrumbs-wrapper {
	max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

#content .content-container {
	max-width: 117rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#content .content-container .content-area {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
}

#content .content-container .content-area .primary {
	width: 100%;
}

#content .content-container .content-area .left-sidebar {
	padding: 0 1em;
	/* background: #efefef; */
}

#content .content-container .content-area .primary-with-sidebar {
	padding-left: 1em;
}

/* Header */

body.fixed-header-toolbar #header {
	margin-top: 45px;
}


#header .header-toolbar {
	background: #ffffff;
}

body.fixed-header-toolbar.admin-bar #header .header-toolbar {
	top: 32px;
}

body.fixed-header-toolbar #header .header-toolbar {
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}

#header .header-toolbar .header-section-wrapper {
	display: flex;
    justify-content: space-between;
}

#header .header-toolbar ul {
    list-style: none;
    display: flex;
}

#header .header-toolbar ul li a {
    font-size: 1.4rem;
    padding: 1.5rem;
    display: block;
    line-height: 1;
    color: #444444;
    text-transform: uppercase;
	transition: all .3s ease;
}

#header .header-toolbar ul li.current-menu-item a,
#header .header-toolbar ul li a:hover {
    background: #990f04;
    color: #ffffff;
}

#header .header-toolbar .toolbar-phone a {
    font-size: 1.6rem;
    padding: 1.25rem 2.5rem;
    display: flex;
    line-height: 1;
    text-transform: uppercase;
    align-items: center;
    background: #F8F4F3;
    color: #990f04;
    font-weight: 700;
	transition: all .3s ease;
}

#header .header-toolbar .toolbar-phone a:hover {
	color: #ffffff;
    background: #990f04;
}

#header .header-toolbar .toolbar-phone a svg {
    fill: #990f04;
	transition: all .3s ease;
}

#header .header-toolbar .toolbar-phone a:hover svg {
    fill: #ffffff;
}

#header .header-section-wrapper {
	width: 100%;
		max-width: 1240px;
		margin: 0 auto;
}

#header > .header-top-section {
	background: #990f04;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: center;
		position: relative;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding {
	display: initial;
	padding: 3rem 0;
	vertical-align: middle;
	align-items: center;
	align-self: center;
	line-height: 1;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding .custom-logo {
	width: 28.5rem;
	height: 8.2rem;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-search {
	vertical-align: middle;
	align-items: center;
	align-self: center;
	margin-left: auto;
	margin-right: 1rem;
}

/* Customize ajax search */

#header .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	/* display: none; */
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart {
	align-self: center;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a {
	position: relative;
	display: flex;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: .5rem;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items .header-cart-items-count {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-items .header-cart-items-price {
    font-size: .8125rem;
    line-height: 1;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart a .header-cart-icon {
	width: 40px;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart {
	display: none;
	opacity: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    max-width: 100%;
    width: 385px;
    transition: opacity .3s ease 0ms;
    top: 90px;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart:hover #header-mini-cart {
	display: initial;
	opacity: 1;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-arrow {
	width: 40px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 22px;
	top: -20px;
	text-align: center;
	display: inherit;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-arrow:after {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    transform: rotate(45deg);
    top: 7px;
    left: 5px;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper {
	padding: 30px 30px 0;
	overflow: auto;
	max-height: calc(100vh - 100px);
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
	background: #ffffff;
	border-radius: .2rem;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper ul li > a:nth-child(1) {
	align-self: center;
	flex: 0 0 5%;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper ul li > a:nth-child(2) {
	flex: 0 0 95%;
	display: flex;
	font-size: 12px;
	font-weight: normal;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper a img {
	max-width: 25%;
	width: 100%;
	height: auto;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .quantity {
	width: 100%;
	text-align: right;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-evenly;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__buttons .button {
	width: auto !important;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__total {
	width: 100%;
}

#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-cart #header-mini-cart .header-mini-cart-wrapper .woocommerce-mini-cart__total .amount {
	float: right;
}

#header .nav-toggle {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    cursor: pointer;
	display: none !important;
}

#header .nav-toggle-label {
	color: #ffffff;
	display: inline-block;
}

#header .nav-toggle-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: .15rem;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#header .nav-toggle-icon::before,
#header .nav-toggle-icon::after  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: .15rem;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#header .nav-toggle-icon::before {
	bottom: -.7rem;
}

#header .nav-toggle-icon::after {
    top: -.7rem;
}

body.toggle-mobile-nav #header .nav-toggle-icon {
	background: 0;
}

body.toggle-mobile-nav #header .nav-toggle-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.toggle-mobile-nav #header .nav-toggle-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header > #nav {
	/* background: #004d3d; */
	background: #ededed;
	position: relative;
	z-index: 10;
	border-top: 1px solid #ededed;
}

#header > #nav a {
	text-decoration: none;
}

#header #nav #main-menu {
	padding: 0 20px;
}

#header #nav #main-menu ul {
	list-style: none;
    display: flex;
    width: 100%;
}

#header #nav #main-menu ul > li {
	display: inline-block;
}

#header #nav #main-menu ul > li > a {
	padding: 11px 10px 8px;
	border-bottom: 3px solid rgba(255,255,255,0);
	color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    /* text-transform: capitalize; */
    letter-spacing: 0;
    display: inline-block;
}

#header #nav #main-menu ul > li.current-product_cat-ancestor > a,
#header #nav #main-menu ul > li.current-menu-item > a {
	border-color: #005544;
	font-weight: bold;
}

#header #nav #submenu {
	background: #005544;
}

#header #header-sub-menu {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0 20px;
}

#header #header-sub-menu .menu-item {
    display: inline-block;
}

#header #header-sub-menu > .menu-item > a {
    color: #ffffff;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
}

#header #header-sub-menu > .menu-item > a::after {
	content: "\f107";
	font-family: 'Fontawesome';
	padding-left: 5px;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper {
	display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    padding: 0 5rem;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
    list-style-type: none;
    margin: 0;
    padding: 25px 30px;
    text-align: left;
    column-gap: 30px;
    column-count: 4;
    -webkit-column-rule: 1px solid #ededed;
    -moz-column-rule: 1px solid #ededed;
    column-rule: 1px solid #ededed;
}

#header #header-sub-menu > .menu-item:hover .sub-menu-item-wrapper {
    display: block;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item {
    display: flex;
    flex-direction: column;
    break-inside: avoid-column;
    white-space: normal;
    padding: 0;
    width: auto;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item h4 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
	font-size: 14px;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul {
	list-style: none;
	border-top: 1px solid #ededed;
	padding-top: 5px;
	padding-bottom: 15px;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li a {
	position: relative;
    font-weight: normal;
    color: #3a3a3a;
    font-size: 13px;
    padding-left: 12px;
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li a::before {
	content: "\f105";
    color: inherit;
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 14px;
    transform: scale(0.8, 1);
    font-family: 'Fontawesome';
}

#header #header-sub-menu .menu-item .sub-menu-item-wrapper .sub-menu-item ul li:hover a {
	color: #990f04;
}

/* Footer */

#footer {
	color: #3a3a3a;
	font-size: 13px;
	line-height: 1.5;
}

#footer a {
	line-height: 1.2;
	color: #990f04;
	font-weight: 700;
}

#footer a:hover {
	text-decoration: none;
}

#footer ul li,
#footer ol li {
}

#footer .footer-section-wrapper {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

#footer .footer-top-section {
	display: grid;
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
	padding: 2.5rem 2rem;
}

#footer .footer-top-section .footer-widget-area .widget-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#footer .footer-top-section .footer-widget-area p:last-of-type {
	margin: 0;
}

#footer .footer-top-section .footer-widget-area .menu {
	list-style: none;
	margin: 0;
}

#footer .footer-middle-section {
	background: #eeeeee;
	padding: 15px 20px;
	width: 100%;
}

#footer .footer-middle-section .footer-section-wrapper .footer-middle-section-content {
	display: flex;
	justify-content: space-between;
}

#footer .footer-middle-section .footer-socials,
#footer .footer-middle-section .footer-payment-methods {
	display: flex;
	min-height: 50px;
		align-items: center;
	flex-direction: column;
	width: calc(100% / 3);
}

#footer .footer-middle-section .footer-socials .footer-socials-icons {
	display: flex;
	flex-direction: row;
}

#footer .footer-middle-section .footer-socials a {
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

#footer .footer-middle-section .footer-socials object {
	height: 20px;
	width: 40px;
	opacity: 0.7;
	transition: .2s opacity ease-in;
	pointer-events: none;
}

#footer .footer-middle-section .footer-socials a:hover object {
	opacity: 0.9;
}

#footer .footer-middle-section .footer-socials .footer-socials-title,
#footer .footer-middle-section .footer-payment-methods .footer-payment-methods-title {
	font-weight: 300;
	font-size: .9rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #dadada;
}

#footer .footer-middle-section .footer-payment-methods object {
	height: 20px;
	width: 40px;
}

#footer .footer-bottom-section {
	padding: 1rem 0;
	text-align: center;
	background: #990f04;
	min-height: 30px;
	color: #f9f9f9;
}

#footer .footer-bottom-section .footer-copyright {
	margin: 0;
	padding: 0;
}

.page-hero {
	/* height: 250px; */
}

.page-hero #page-title {
	padding-top: 8rem;
}

.page-hero #page-title h1 {
	color: #ffffff;
}

/* Custom filter css */
.wpf_item.wpf_item_pa_farve .wpf_color_icons li {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.wpf_item.wpf_item_pa_farve .wpf_color_icons li label {
    border: 1px solid #000000 !important;
    margin: 0 auto !important;
}

.wpf_item.wpf_item_pa_brand ul li,
.wpf_item.wpf_item_pa_stoerrelse ul li {
	width: 100% !important;
	margin: .1em 0;
	padding-right: 1em;
	box-sizing: border-box;
}

.wpf_item.wpf_item_pa_brand ul li span,
.wpf_item.wpf_item_pa_stoerrelse ul li span {
	float: right;
}

/* Customize Contact form 7 */

.wpcf7 {

}

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea {
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	background: #ffffff;
	border: .2rem solid #F8F4F3;
	border-radius: 0;
	color: #666666;
	padding: 1rem 1.5rem;
	height: initial;
	margin-bottom: 0;
}

.wpcf7 .wpcf7-form span:not(:first-child) input,
.wpcf7 .wpcf7-form span:not(:first-child) textarea {
	margin-top: 1.5rem;
}

.wpcf7 .wpcf7-form input:hover,
.wpcf7 .wpcf7-form textarea:hover,
.wpcf7 .wpcf7-form input:focus,
.wpcf7 .wpcf7-form textarea:focus,
.wpcf7-not-valid {
	border-color: #990f04 !important;
}

.wpcf7 .wpcf7-form textarea {
    letter-spacing: normal;
    resize: none;
}

.wpcf7 .wpcf7-form input::placeholder,
.wpcf7 .wpcf7-form textarea::placeholder {
	color: inherit;
}

.wpcf7 .wpcf7-form input[type="submit"] {
	background: #990f04;
	color: #ffffff;
	margin: 0;
	padding: 1rem 2.5rem !important;
	font-size: 1.5rem;
	display: inline-block;
	width: auto;	
}

.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background: #710b03;
}

.wpcf7 .wpcf7-form .recaptcha {
	display: block;
	margin-top: 1.5rem;
}

.wpcf7-not-valid-tip {
	color: #990f04;
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

.wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    padding: .5rem !important;
    border: none !important;
    border-bottom: 2px solid #990f04 !important;
    font-size: 1.4rem;
    box-sizing: border-box;
}

/* Customize visual composer */

.vce-simple-image-slider-dots {
    text-align: left !important;
    max-width: 117rem;
    margin: 0 auto;
}

.vce-simple-image-slider-dots .slick-dots li {
    padding: 2px !important;
    background: #fff;
    margin: 5px;
}

.vce-simple-image-slider-dots .slick-dots button {
	border-radius: 0 !important;
}


@media screen and (min-width: 548px) {
	#content .content-container .content-area .left-sidebar {
		width: 30%;
	}

	#content .content-container .content-area .primary-with-sidebar {
		width: 70%;
	}
}

@media screen and (min-width: 768px) {
	h1, 
	h2 {
		font-size: 3.6rem;
	}
    h3 {
        font-size: 2.8rem;
    }
    h5 {
        font-size: 2rem;
    }
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	#header .header-toolbar ul li a {
		white-space: nowrap;
		padding: 1.5rem 1.2rem;
	}
}

@media screen and (min-width: 769px) {
	#content .content-container .content-area .left-sidebar {
		width: 25%;
	}

	#content .content-container .content-area .primary-with-sidebar {
		width: 75%;
	}

	#content .content-container #woocommerce-filters-toggle {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	h1,
	h2 {
		font-size: 4.8rem;
	}
    h4 {
        font-size: 2.5rem;
    }
	
	#header .header-toolbar ul li a {
		font-size: 1.5rem;
		padding: 1.5rem 2.5rem;
	}
}

@media screen and (min-width: 1025px) {
	#content .content-container .content-area .left-sidebar {
		width: 20%;
	}

	#content .content-container .content-area .primary-with-sidebar {
		width: 80%;
	}

    #header #header-sub-menu .menu-item .sub-menu-item-wrapper {
        column-count: 7;
    }
}

@media screen and (min-width: 1200px) {
	h1,
	h2 {
		font-size: 6rem;
	}
}

@media screen and (max-width: 769px) {

	#content .content-container #woocommerce-filters-toggle {
		margin-bottom: 1rem;
	}

	body.woocommerce-page #content .content-container .content-area .primary-with-sidebar {
		width: 100%;
		padding: 0 1rem;
	}

	#content .content-container .content-area .left-sidebar.woocommerce-filters {
		opacity: 1;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		max-width: 350px;
		height: 100vh;
		z-index: 9999;
		padding: 1rem 1rem 1rem;
		transition: left .8s ease;
		background: #ffffff;
	}
	
	body.toggle-woocommerce-filters #content .content-container .content-area .left-sidebar.woocommerce-filters {
		left: 0;
	}

	#content .content-container .content-area .left-sidebar.woocommerce-filters .woocommerce-filters-wrapper {
		overflow-y: auto;
		width: 100%;
		height: 100%;
	}

	body #footer #mobile-blur {
		content: "";
		background: rgba(0,0,0,0);
		transition: background 1s ease-in-out;
	}

	body.toggle-woocommerce-filters #footer #mobile-blur {
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.5);
		z-index: 999;
	}
}

@media screen and (max-width: 768px) {
	.col-3 {
		width: 50%;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 767px) {
	#header .nav-toggle {
		display: block !important;
	}

	body.fixed-header-toolbar #header .header-toolbar {
		height: calc(100% - 7.9rem);
		width: 100%;
		top: 7.9rem;
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	body.fixed-header-toolbar.toggle-mobile-nav #header .header-toolbar {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	body.fixed-header-toolbar.admin-bar #header .header-toolbar {
		height: calc(100% - 7.9rem - 32px);
		top: calc(7.9rem + 32px);
	}

	#header .header-toolbar .header-section-wrapper {
		flex-direction: column;
	}

	#header .header-toolbar ul {
		flex-direction: column;
		width: 100%;
	}

	body.fixed-header-toolbar #header {
		margin-top: 0;
	}

	#header > .header-top-section > .header-section-wrapper > .header-top-section-content {
		justify-content: space-between;
		padding: 1.5rem 20px;
	}

	#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding {
		padding: 0;
	}

	#header > .header-top-section > .header-section-wrapper > .header-top-section-content > .header-branding .custom-logo {
		width: 15rem;
		height: 4.3157894737rem;
	}
}

@media screen and (max-width: 448px) {
	.col-3 {
		width: 100%;
		margin-bottom: 1rem;
	}
}