/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*======================================================================//
// style.css                                                            //
//======================================================================*/

#popup_slider_old {
	display: none !important;
}



html,
header#masthead{
	max-width: 1080px;
	margin: 0 auto;
}

html, body, button, input, select, optgroup, textarea {
	color: #000;
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

:not(.woocommerce-cart) h1,
:not(.woocommerce-cart) h2,
:not(.woocommerce-cart) h3,
:not(.woocommerce-cart) h4,
:not(.woocommerce-cart) h5,
:not(.woocommerce-cart) h6 {
	font-weight: bold;
}

p {
    margin: 0 0 1em;
}
p:empty {
	display: none;
}



table td,
table th {
	vertical-align: top;
}



ol li {
	margin-bottom: .8em;
}



header .main-navigation ul li.mega-menu ul {
	box-shadow: none;
}
header .main-navigation ul li.mega-menu > ul {
	border-top: 2px solid #75c48c;
	border-bottom: 1px solid #75c48c;
}
header .main-navigation ul li.mega-menu .mega-hover {
	position: relative;
	display: block;
}
header .main-navigation ul li.mega-menu:hover > a > .mega-hover:before {
	content: '';
	/*width: 100%;*/
	width: 120px;
	height: 2px;
	position: absolute;
	top: 20px;
	left: 50%;
	/*right: 0;*/
	/*margin: 0 auto;*/
	background-color: #169d40;
	transform: translateX(-50%);
	z-index: 600;
}
header .main-navigation ul li.mega-menu:hover > a > .mega-hover:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 11px solid #169d40;
	z-index: 600;
}



.header-section-forhandler {
	position: relative;
	border-bottom: 1px solid #073b55;
}
.header-section-forhandler .section {
	padding: 13px 0;
}
.header-section-forhandler svg {
	width: 16px;
	height: 16px;
    margin-top: 1px;
    vertical-align: text-top;
}
.header-section-forhandler svg path,
.header-section-forhandler svg circle {
	stroke: #f2561d !important;
}
.header-section-forhandler svg circle:not(:last-child) {
	fill: #f2561d !important;
}
.header-section-forhandler p {
	line-height: 1;
	font-weight: 300;
}
.header-section-forhandler a {
	text-decoration: none;
}
.header-section-forhandler .forhandler-success-popup {
	position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    background-color: #00ab53;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}

.header-section-forhandler .forhandler span {
	padding-right: 15px;
}
.header-section-forhandler .forhandler svg + span ~ span {
	padding-left: 15px;
	border-left: 1px solid #000;
}
.header-section-forhandler .forhandler > a {
	margin-left: 15px;
}
.header-section-forhandler .forhandler > a:last-child {
	padding-left: 15px;
	color: #cecece;
	border-left: 1px solid #000;
}
.header-section-forhandler .forhandler > a:last-child:hover {
	color: #000;
	}
.header-section-forhandler .forhandler span svg {
	height: 12px;
	margin-right: 3px;
	vertical-align: baseline;
}



.site-branding #logo {
	padding: 25px 0;
}
#logo svg {
    width: 360px;
    height: 90px;
}



#woo-icons {
	top: 60px;
}



header#masthead {
	overflow-x: hidden;

}
/*
.style-header-3 .nav-wrap {
	position: relative;
	margin: 0;
}
.style-header-3 .nav-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
}
*/
header.style-header-3 .menu-container {
	display: block;
	padding: 0 20px;
}

.main-navigation ul {
	flex-wrap: wrap;
	justify-content: space-around;
}
header .main-navigation a {
	padding: 20px;
	font-size: 15px;
	font-family: proxima-nova, sans-serif;
	line-height: 1;
	text-transform: none;
}
header .main-navigation a svg {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}

#primary-menu > li > a {
	padding-right: 0;
	padding-left: 0;
}

/* Sticky header */
body:not(.woocommerce-checkout) #page {
	padding-top: 298px;
}

body.sticky-header header#masthead{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

body:not(.woocommerce-checkout) header#masthead {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
}
body.home{
	--header-height: 161px;
}

body.home header#masthead {
	top: calc(0px - var(--header-height));
    transition: top .4s, visibility .4s;
	visibility: hidden;
	
}
body.home header#masthead.active {
	top: 0;
	visibility: visible;
}
body.home #page {
	padding-top: 0 !important;
	transition: padding-top .4s;
}
body.home #page.active {
    padding-top:  var(--header-height) !important;
}

.togglebutton{
	content: 'hello';
}

.togglebutton.active



body:not(.woocommerce-checkout).admin-bar header#masthead {
	top: 32px;
}
/*
.sticky-header:not(.burger-menu) header#masthead {
	border-bottom: 1px solid #000;
}
*/
body:not(.woocommerce-checkout) .header-section-forhandler .section,
body:not(.woocommerce-checkout) .header-section-forhandler p,
body:not(.woocommerce-checkout) .header-section-forhandler svg,
body:not(.woocommerce-checkout) .site-branding #logo,
#logo svg,
#woo-icons,
body:not(.woocommerce-checkout) #primary-menu > li > a,
body:not(.woocommerce-checkout) #primary-menu > li > a .menu-item-icon svg,
body:not(.woocommerce-checkout) header .main-navigation ul li.mega-menu:hover > a > .mega-hover:before,
body:not(.woocommerce-checkout) header .main-navigation ul li.mega-menu:hover > a > .mega-hover:after {
	transition-duration: .3s;
}

.header-section-forhandler .section {
	transition-property: padding;
}
.sticky-header:not(.burger-menu) .header-section-forhandler .section {
	padding: 5px 0;
}

.header-section-forhandler p {
	transition-property: font-size;
}
.sticky-header:not(.burger-menu) .header-section-forhandler p {
	font-size: .9em;
}

.header-section-forhandler svg {
	transition-property: height;
}
.sticky-header:not(.burger-menu) .header-section-forhandler svg {
	height: 15px;
}

.site-branding #logo {
	transition-property: padding;
}
.sticky-header:not(.burger-menu) .site-branding #logo {
	padding: 13px 0 10px;
}

#logo svg {
	transition-property: width, height;
}
.sticky-header:not(.burger-menu) #logo svg {
	width: 245px;
	height: 60px;
}

#woo-icons {
	transition-property: top;
}
.sticky-header:not(.burger-menu) #woo-icons {
	top: 25px;
}

#primary-menu > li > a {
	transition-property: padding;
}
.sticky-header:not(.burger-menu) #primary-menu > li > a {
	padding: 0;
}

#primary-menu > li > a .menu-item-icon svg {
	transition-property: height, margin;
}
.sticky-header:not(.burger-menu) #primary-menu > li > a .menu-item-icon svg {
	height: 0;
	margin-bottom: 0;
}

header .main-navigation ul li.mega-menu:hover > a > .mega-hover:before,
header .main-navigation ul li.mega-menu:hover > a > .mega-hover:after {
	transition-property: top;
}
.sticky-header:not(.burger-menu) header .main-navigation ul li.mega-menu:hover > a > .mega-hover:before,
.sticky-header:not(.burger-menu) header .main-navigation ul li.mega-menu:hover > a > .mega-hover:after {
	top: 10px;
}
/* END Sticky header */



header#masthead {
    overflow-x: visible;
	background-color: #FFF;
}

.header-wrapper {
	max-width: none;
}

.header-wrapper .inner-header {
	position: relative;
}

.header-wrapper .inner-header, .main-navigation {
	max-width: 1140px;
	margin: 0 auto;
}

header .main-navigation ul li.mega-menu > ul li {
	flex-basis: 25%;
    flex-grow: 0;
}

.mega-menu .sub-menu:before {
	content:"";
}

header .main-navigation ul li.mega-menu > ul > li > a {
    font-size: 17.5px;
}
header .main-navigation ul li.mega-menu ul a {
	padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
}

.mega-menu .sub-menu a .menu-item-icon {
	background: #073b55;
	height: 65px;
	width: 65px;
	padding: 10px 20px;
	line-height: 70px;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}
.mega-menu .sub-menu a .menu-item-icon svg {
	width: 100%;
	height: 100%;
	margin: 0;
}

.mega-menu .sub-menu .sub-menu li {
	flex-basis: 100% !important;
}

.mega-menu .sub-menu .sub-menu li a {
	font-size: 15px !important;
	font-weight: 400;
	line-height: 12px;
}

.hover-style-bold ul.menu li:hover > a,
.hover-style-bold ul.menu li.focus > a,
.hover-style-bold ul.menu .current-product_cat-ancestor > a,
.hover-style-bold ul.menu .current_page_item > a,
.hover-style-bold ul.menu .current-menu-item > a,
.hover-style-bold ul.menu .current_page_ancestor > a,
.hover-style-bold ul.menu .current-menu-ancestor > a {
	font-weight: bold;
}



.header-usps {
	background-color: #ede6df;
}
.header-usps .stom-cols-4 {
	padding: 15px;
	line-height: 1;
}
.header-usps .stom-cols-4:not(:last-child):not(:first-child) {
	text-align: center;
}
.header-usps .stom-cols-4:last-child {
	text-align: right;
}
.header-usps a {
	text-decoration: none;
}
.header-usps .stom-cols-4 svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.header-usps .stom-cols-4:first-child svg {
	width: 30px;
}
.header-usps .stom-cols-4 svg path,
.header-usps .stom-cols-4 svg rect,
.header-usps .stom-cols-4 svg line {
	stroke: #169d40 !important;
}
.header-usps .stom-cols-4 svg rect,
.header-usps .stom-cols-4 svg:not(.tommelop) path,
.header-usps .stom-cols-4 svg:not(.tommelop) polygon {
	fill: #169d40 !important;
}



.page-slider-section.slider-type-custom .slick-slider:not(.slider-text-inner-slider) {
	width: 960px;
	margin-left: auto;
}
.page-slider-section.slider-type-custom .slider-text-inner-slider {
	position: static;
}
.page-slider-section.slider-type-custom .slider-text {
	background-image: url(images/slider-bg.png);
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 70vw 101%;
}
.slider-text-inner-slider .slick-slide {
	margin: 0 !important;
}
.page-slider-section.slider-type-custom .slider-inner-text {
	display: inline-block;
	max-width: 400px;
	margin-left: 130px;
	vertical-align: middle;
	text-align: center;
}
.page-slider-section.slider-type-custom .slider-inner-text h1,
.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: normal;
}
.page-slider-section.slider-type-custom .slider-inner-text .st-button a {
	padding: 15px 65px;
	font-size: 20px;
}
.page-slider-section .slick-dots {
	top: auto;
    right: auto;
    bottom: 30px;
    left: auto;
    width: auto;
    margin-left: 160px;
}
.page-slider-section .slick-dots li {
	width: auto;
	height: auto;
}
.page-slider-section .slick-dots button {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	opacity: .5;
}
.page-slider-section .slick-dots .slick-active button,
.page-slider-section .slick-dots li:hover button {
	opacity: 1;
}
.page-slider-section .slick-dots button:before {
	content: none;
}

.page-slider-section.slider-type-custom .slider-inner-text {
	margin-left: 6.75vw;
}
.page-slider-section.slider-type-custom .slider-inner-text h1,
.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
	font-size: 2.1vw;
}
.page-slider-section.slider-type-custom .slider-inner-text .st-button a {
	padding: .7vw 4vw;
	font-size: 1.1vw;
}



.page-slider-section.slider-type-banner {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
	color: #fff;
}
.page-slider-section.slider-type-banner .slick-slider:not(.slider-text-inner-slider) {
    width: 100%;
}
.page-slider-section.slider-type-banner .slider-text {
    background-image: none;
}
.page-slider-section.slider-type-banner .slider-text-inner {
    margin: 0 auto;
}
.page-slider-section.slider-type-banner .slider-inner {
/* 	background-color: #073b55; */
/*     background-image: url("images/baggrund-maskiner-opt.png"); */
/*     background-size: cover; */
}
.page-slider-section.slider-type-banner .slide-element img {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}
.page-slider-section.slider-type-banner .slide-element {
    height: auto;
}
.page-slider-section.slider-type-banner .element-spacer {
    display: none;
}
.page-slider-section.slider-type-banner .slide-element .image-aligner {
    position: static;
    height: auto;
    padding-top: 0 !important;
}
.page-slider-section.slider-type-banner .slider-inner-text {
    max-width: 100%;
    margin-left: 100px;
    text-align: unset;
}
.page-slider-section.slider-type-banner .slider-inner-text h1,
.page-slider-section.slider-type-banner .slider-inner-text .text-slide h2 {
    font-size: 50px;
    line-height: 1;
}
.page-slider-section.slider-type-banner .slick-dots {
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
}

.page-slider-section.slider-type-banner .slick-dots button {
    width: 10px;
    height: 10px;
}

.page-slider-section.slider-type-banner .slide-full-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-slider-section.slider-type-banner .slider-text {
    display: block;
}
.page-slider-section.slider-type-banner .slider-text-inner,
.page-slider-section.slider-type-banner .slider-inner-text,
.page-slider-section.slider-type-banner .slick-list,
.page-slider-section.slider-type-banner .slick-track {
    height: 100%;
}
.page-slider-section.slider-type-banner .slider-inner-text {
    margin-left: 0;
}
.page-slider-section.slider-type-banner .slider-text-inner-slider .slick-slide {
    display: flex;
    align-items: center;
}
.page-slider-section.slider-type-banner .slider-text-inner-slider .text-slide-inner {
    flex-grow: 1;
}



.st-button,
.stom-products-section .section-link,
.stom-products-section.stom-slick .section-link,
.product .button.add_to_cart_button,
.single-product div.product form.cart .button.single_add_to_cart_button,
#footer-grid .gform_wrapper .gform_footer input.gform_button,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product button{
	display: inline-block;
	min-width: 170px;
	background-color: #f2561d;
	border: 1px solid #f2561d;
	border-radius: 500px;
	line-height: 1;
	transition: background-color, color, border-color;
    transition-duration: .2s;
}
.st-button a,
.stom-products-section .section-link a,
.stom-products-section.stom-slick .section-link a,
.product .button.add_to_cart_button,
.single-product div.product form.cart .button.single_add_to_cart_button {
	display: block;
	padding: 11px 25px;
	color: #fff;
	font-weight: 700;
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	text-align: center;
	transition: background-color, color, border-color;
    transition-duration: .2s;
}
.st-button.white {
	background-color: #fff;
	border-color: #fff;
}
.st-button.white a {
	color: #000;
}
.st-button.white.border {
	border-color: #000;
}

.st-button:hover,
.stom-products-section .section-link:hover,
.stom-products-section.stom-slick .section-link:hover,
.product .button.add_to_cart_button:hover,
.single-product div.product form.cart .button.single_add_to_cart_button:hover,
#footer-grid .gform_wrapper .gform_footer input.gform_button:hover {
	background-color: #f79a77;
	border-color: #f79a77;
}
.st-button.white:hover {
	background-color: #169D40;
	border-color: #169D40;
}
.st-button.white:hover a {
	color: #fff;
}



.big-heading h2,
.big-heading h3 {
	font-size: 75px;
}
.small-heading h3 {
	font-size: 30px;
}

.small-lineheight h1,
.small-lineheight h2,
.small-lineheight h3 {
	line-height: .9;
}


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



.section-wrap.stom-grid-section .section .grid-element .full-element-link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.section-wrap.stom-grid-section .section .grid-element h2 + h3 {
	margin-top: -10px;
	font-size: 1.86em;
}
.section-wrap.stom-grid-section .section .grid-element p:not(:last-child) {
	margin-bottom: 10px;
}
.section-wrap.stom-grid-section .section .grid-element .st-button {
	position: relative;
	z-index: 6;
}

.section-wrap.stom-grid-section .grid-element.restparti:before {
	content: 'K\00E6mpe restparti!';
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	padding: 25px 30px 60px;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	text-align: center;
	line-height: normal;
	background-repeat: no-repeat;
	background-image: url(images/restparti-bg.png);
	background-position: top right;
}

.section-wrap.stom-grid-section.heading-shadow .section .grid-element h2 {
	margin-bottom: 15px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}



#miele-brand-store .section {
	padding: 0;
}



.stom-grid-section .local-service {
	padding-right: 40px;
}
.stom-grid-section .local-service h2 {
	margin-bottom: 50px;
	margin-left: 40px;
}
.stom-grid-section .local-service .stom-cols-4 {
	width: calc(100% / 3 - (20px * 2));
	margin: 0 0 0 40px;
}
.stom-grid-section .local-service h3 {
	margin: 20px 0 5px;
}

.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale > img {
	width: auto;
	max-width: none;
	min-width: 100%;
	height: auto;
	max-height: none;
	min-height: 100%;
}
.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale img + .overlay {
	max-width: 700px;
	margin: 0 auto;
}
.grid-element.weekly-sale {
	overflow: hidden;
}
.weekly-sale .featured-product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.weekly-sale .featured-product .product-image {
	width: 215px;
	line-height: 0;
}
.weekly-sale .featured-product .product-details {
	width: calc(100% - 215px - 30px);
	margin-left: 30px;
	float: left;
	text-align: left;
}
.weekly-sale .featured-product .product-details h3 {
	margin: 0;
	font-size: 35px;
}
.weekly-sale .featured-product .product-details .product-short-description {
	font-size: 16px;
}
.weekly-sale .featured-product .product-details .price {
	display: block;
	margin: 10px 0 20px;
	font-size: 25px;
	font-weight: 700;
	font-family: proxima-nova, sans-serif;
}
.weekly-sale .featured-product .product-details .st-button {
	min-width: 0;
}
.weekly-sale .featured-product .product-details .button {
	text-transform: uppercase;
}
.weekly-sale .weekly-sale-banner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 188px;
	height: 150px;
	padding: 40px 0 0 15px;
	font-size: 20px;
	background-image: url('images/weekly-sale-bg.png');
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.weekly-sale .weekly-sale-banner span {
	display: block;
	font-size: 50px;
	font-weight: 900;
}



.section-wrap.forhandler-information {
	position: relative;
	display: flex;
	min-height: 673px;
	background-position: right center;
}
.section-wrap.forhandler-information .forhandler-bg {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35%;
    line-height: 0;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-wrap.forhandler-information .forhandler-bg img {
    width: auto;
	height: 100%;
	opacity: 0;
}
.section-wrap.forhandler-information > img {
	display: none;
}
.section-wrap.forhandler-information .section {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	width: 50%;
	min-width: 765px;
	margin: 0;
	padding: 20px 8.3vw;
	background-image: url(images/forhandler-information-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	/*background-size: auto 100%;*/
	background-size: cover;
	z-index: 1;
}
.section-wrap.forhandler-information .section h2 {
	line-height: .95;
}
.section-wrap.forhandler-information .section p {
	line-height: 1.3;
}
.section-wrap.forhandler-information .section .st-button {
	font-size: 20px;
}
.section-wrap.forhandler-information .employee-card {
	position: absolute;
	top: 0;
	right: 0;
	padding: 75px 25px 45px;
	background-color: #073b55;
	text-align: center;
	z-index: 1;
}
.section-wrap.forhandler-information .employee-card strong {
	display: block;
	font-size: 22px;
}
.section-wrap.forhandler-information .employee-card:after {
    content: "";
    position: absolute;
    top: calc(100% - .5px);
    right: 0;
    left: 0;
    height: 70px;
    background-color: #073b55;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}



.why-we-are-better-front {
	margin: 0;
}
.why-we-are-better-front .section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.section-wrap.stom-grid-section.why-we-are-better-front .section .grid-element {
	margin-bottom: 0;
}
.section-wrap.stom-grid-section.why-we-are-better-front .section .grid-element .overlay {
	width: 100%;
}
.why-we-are-better-front h2 {
	margin: 0 0 40px;
}
.why-we-are-better-front h3 {
	margin-bottom: 5px;
}



.stom-grid-section.off-size-grid h2 {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	line-height: .95;
}
.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element {
	flex-basis: calc(25% - 30px);
}
.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element:nth-child(6n+1),
.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element:nth-child(6n) {
	flex-basis: calc(50% - 60px);
}

.grid-bg-images.stom-grid-section .section .grid-element {
	align-items: flex-end;
}
.grid-bg-images.stom-grid-section .section .grid-element img {
	width: 100%;
	margin-left: auto;
}
.grid-bg-images.stom-grid-section.section-fullpage .section .grid-element img + .overlay,
.grid-bg-images.stom-grid-section .section .grid-element .overlay,
.grid-bg-images.stom-grid-section .section .grid-element img + .overlay {
	left: 0;
	bottom: 0;
	/*margin: 0 0 40px 40px;*/
}

.grid-bg-images.stom-grid-section .logo-bg.grid-element img {
	align-self: flex-start;
	width: auto;
	margin: 20px 40px 0 auto;
}

.grid-bg-images.stom-grid-section .grid-element h2 {
	font-size: 75px;
}

#quality-brands-display .section .grid-element svg {
	width: 100%;
	max-width: 300px;
	/*max-height: 110px;*/
}
#quality-brands-display .section .grid-element svg.aeg {
	max-width: 215px;
}
#quality-brands-display .section .grid-element svg.gram {
	max-width: 210px;
}
#quality-brands-display .section .grid-element svg.bosch {
	max-width: 225px;
}
#quality-brands-display .section .grid-element svg.siemens {
	max-width: 185px;
}
#quality-brands-display .section .grid-element svg.samsung {
	max-width: 175px;
}
#quality-brands-display .section .grid-element svg.miele {
	max-width: 285px;
}
#quality-brands-display .section .grid-element svg.siemens path {
	fill: #fff !important;
}

.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .overlay,
#new-energy-label--warranty.grid-bg-images .section .grid-element .overlay {
	padding: 2.2vw;
	font-size: 1vw;
}
.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element h2,
#new-energy-label--warranty.grid-bg-images .section .grid-element h2 {
	font-size: 3.906em;
}
.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element p,
.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .st-button a,
#new-energy-label--warranty.grid-bg-images .section .grid-element p,
#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button a {
	font-size: .83em;
}
.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .st-button,
#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button {
	min-width: 0;
}
.home .section-wrap.stom-grid-section.grid-bg-images .logo-bg.grid-element img,
#new-energy-label--warranty.grid-bg-images .logo-bg.grid-element img {
	width: 7.8vw;
    max-width: 150px;
    margin: 1.1vw 2.2vw 0 auto
}
.home .section-wrap.stom-grid-section.grid-bg-images .grid-element.restparti:before {
	width: 7.3vw;
    padding: 1.3vw 2vw 2.4vw;
    font-size: .93vw;
	background-size: contain;
}



.forhandler-list-grouped {
	display: flex;
	flex-wrap: wrap;
}
.forhandler-list-grouped .forhandler-group {
	flex-basis: 0;
	flex-grow: 1;
}
.forhandler-list-grouped .forhandler-group:not(:last-child) {
	margin-right: 60px;
}
.forhandler-list-grouped .forhandler-group-heading {
	margin-bottom: 50px;
	font-size: 75px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	line-height: 1;
}
.forhandler-list-grouped .forhandler-group-heading span {	
	color: #169d40;
}
.forhandler-list-grouped .forhandler {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
}
.forhandler-list-grouped .forhandler .title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: proxima-nova, sans-serif;
	line-height: 1;
}
.forhandler-list-grouped .forhandler .details {
	line-height: 1;
	overflow: hidden;
}
.forhandler-list-grouped .forhandler .details .city {
	font-size: 12px;
	color: #999999;
}
.forhandler-list-grouped .forhandler .details a {
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	margin: 10px 15px 0 0;
	float: right;
}
.forhandler-list-grouped .forhandler .details a:hover {
	color: #169d40;
}



.page-slider-section.slider-type-subpage .slide-element {
	max-height: 275px;
}
.page-slider-section.slider-type-subpage {
	color: #fff;
}
.page-slider-section.slider-type-subpage h1 {
	margin: 0;
	line-height: 1;
}
.page-slider-section.slider-type-subpage p:not(:last-child) {
	margin: 0 0 20px;
}
.page-slider-section.slider-type-subpage .slider-text-inner {
    text-align: center;
}



body.single-forhandler #content {
	max-width: 100%;
	padding-top: 0;
}
body.single-forhandler #content .post-content-wrapper {
	background-color: #fbfaf9;
}
body.single-forhandler #content h1 {
	font-size: 50px;
}
body.single-forhandler #content .stom-billede-sektion {
	background-color: #fff;
}
body.single-forhandler #content .stom-billede-sektion .section > .stom-cols-6 {
	width: calc(50% - 40px);
	margin: 0;
	padding: 0;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6 {
	display: block;
	width: 49%;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
}
body.single-forhandler #content .stom-billede-sektion h2 {
	font-size: 25px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul {
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li {
	position: relative;
	padding-left: 30px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li:not(:last-child) {
	margin-bottom: 15px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.address a strong {
    color: #000;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.phone {
	margin-bottom: 7px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li a {
	color: #169d40;
	text-decoration: none;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.choose a {
	color: inherit;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.choose:hover a {
	color: #169d40;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg {
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.choose:hover svg path {
	fill: #169d40 !important;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.address svg {
	width: 16px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li.choose svg {
	width: 17px;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg path,
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg line,
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg circle,
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg rect {
	stroke: #169d40 !important;
}
body.single-forhandler #content .stom-billede-sektion .stom-center-box ul li svg.telefon circle:not([style]) {
	fill: #169d40 !important;
}
body.single-forhandler #content .stom-billede-sektion .section {
	padding: 0;
}
body.single-forhandler #content .stom-billede-sektion .stom-picture {
	right: 0 !important;
	width: 50%;
	padding: 0;
}


body.single-forhandler .section-map {
	margin: 100px 0;
}
body.single-forhandler .section-map.maps-optimize.optimize-left .map-container {
	width: 50%;
}
body.single-forhandler .map-container #forhandler-enkelte-kort {
	height: 450px;
}
body.single-forhandler .section-map.maps-optimize.optimize-left .stom-cols-6.last {
	width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
body.single-forhandler .section-map h2 {
	font-size: 50px;
}


body.single-forhandler .forhandler-gallery {
	background-color: #fff;
	background-size: cover;
}
body.single-forhandler .forhandler-gallery .section {
	padding: 100px 0;
}
body.single-forhandler .forhandler-gallery h2 {
	text-align: center;
	color: #fff;
	line-height: 1;
}
body.single-forhandler .forhandler-gallery .gallery-wrap {

}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-prev,
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-next {
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 2;
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-prev {
	left: 20px;
	right: auto;
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-next {
	left: auto;
	right: 20px;
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-prev:before,
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-next:before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: bold;
	opacity: 1;
	font-size: 30px;
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-prev:before {
	content: '\f0d9';
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-next:before {
	content: '\f0da';
}
body.single-forhandler .forhandler-gallery .gallery-wrap .slick-slide {
	margin: 0 20px !important;
}



#buy-locally-usp .section {
	padding: 50px 0 90px;
}
#buy-locally-usp .section .overlay {
	padding: 0;
}
#buy-locally-usp h2 {
	margin: 0 0 45px;
	font-size: 75px;
	line-height: 1;
}
#buy-locally-usp h3 {
	font-size: 30px;
}



#contact-nearest-dealer {
	background-size: cover;
}
#contact-nearest-dealer .section {
	max-width: 750px;
	padding: 100px 0;
}
#contact-nearest-dealer h2 {
	margin: 0 0 10px;
	font-size: 50px;
	line-height: 1;
}



#why-we-are-better .section {
	padding: 120px 0;
}
#why-we-are-better .section .stom-cols-6,
#why-we-are-better .stom-picture {
	padding: 0;
}
#why-we-are-better h2 {
	margin: 0 0 40px;
	font-size: 50px;
	line-height: .7;
}
#why-we-are-better h3 {
	margin: 0;
	font-size: 30px;
	line-height: .8;
	clear: none;
}
#why-we-are-better h3 + p {
	margin: 10px 0 50px;
}
#why-we-are-better h3 + p:last-child {
	margin-bottom: 0;
}



body.page:not(.woocommerce):not(.dealer-list-map-page):not(.dealer-list-page) #quality-brands-display,
body.woocommerce.archive #quality-brands-display,
body.woocommerce.single-product #quality-brands-display,
body.single-forhandler #quality-brands-display {
	
}
#quality-brands-display .section {
	padding-top: 100px;
	padding-bottom: 100px;
}
#quality-brands-display .section h4 {
	margin: 0;
}
#quality-brands-display .section .grid-element .overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 0;
}



#some-footer-section {
	/*margin-top: 120px;*/
	text-align: center;
}
#some-footer-section.section-wrap .section {
	padding: 30px 0;
	line-height: 0;
}
#some-footer-section .socials-wrapper a:not(:last-child) {
	margin-right: 20px;
}

#some-footer-section .stom-center-small > img {
	vertical-align: middle;
}
#some-footer-section .stom_emaerket_widget_wrapper {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}



.extra-space.stom-billede-sektion .section {
	padding: 125px 0;
}



.about-hof-page .stom-billede-sektion .stom-cols-6 {
	width: calc(50% - 40px);
}
.about-hof-page .stom-billede-sektion.not-fullwidth .stom-picture {
	width: 50%;
}



#footer-grid {

}
#footer-grid .grid-elements {
    align-items: flex-start;
}
#footer-grid .grid-elements .grid-element {
	line-height: 1.2;
}
#footer-grid .footer-heading {
	display: block;
	margin-bottom: 20px;
	font-size: 25px;
	font-family: proxima-nova, sans-serif;
}
#footer-grid .footer-heading:after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	margin-top: 5px;
	background-color: #169d40;
}
#footer-grid p:not(:last-child) {
	margin: 0 0 20px;
}
#footer-grid .company-info {
	display: block;
}
#footer-grid a {
	text-decoration: none;
	color: #169d40;
}
#footer-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-grid ul a {
	display: inline-block;
	padding: 4px 0;
	color: inherit;
}
#footer-grid ul a:hover {
	color: #169d40;
}

.hover-style-bold ul.menu a {
	text-align: inherit;
}



.mega-menu .sub-menu a .menu-item-icon svg *,
.mega-menu .sub-menu a .menu-item-icon svg *[style*="fill:none"],
.mega-menu .sub-menu a .menu-item-icon svg *[style*="fill: none"] {
	stroke: #fff !important;
}
.mega-menu .sub-menu a .menu-item-icon svg *:not([style*="fill:none"]) {
	fill: #fff !important;
}
.mega-menu .sub-menu a .menu-item-icon svg *[style*="fill:none"],
.mega-menu .sub-menu a .menu-item-icon svg *[style*="fill: none"] {
	fill: none !important;
}



#stom-forhandler-kort-sektion.section-wrap.section-fullpage .section {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#stom-forhandler-kort-sektion .forhandler-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
}
#stom-forhandler-kort-sektion .forhandler-search-list,
#stom-forhandler-kort-sektion .map-container {
	height: 830px;
	max-height: 80vh
}
#stom-forhandler-kort-sektion .forhandler-search-list {
	position: relative;
	width: 540px;
	box-shadow: -5px 0 35px 0 #999;
	z-index: 1;
}
#stom-forhandler-kort-sektion .forhandler-search {
	position: absolute;
	top: 0;
	right: 20px;
	left: 0;
	padding: 50px 40px 10px;
	background-color: #fff;
}
#stom-forhandler-kort-sektion .forhandler-search h1 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 1;
}
#stom-forhandler-kort-sektion .forhandler-search form {
	display: flex;
	margin: 0;
}
#stom-forhandler-kort-sektion .forhandler-search form input,
#stom-forhandler-kort-sektion .forhandler-search form button {
	height: 40px;
	outline: none;
}
#stom-forhandler-kort-sektion .forhandler-search form input {
	flex-grow: 1;
	padding: 0 10px;
	font-size: 15px;
	border-radius: 500px 0 0 500px;
	border: 1px solid #999999;
	border-right: none;
}
#stom-forhandler-kort-sektion .forhandler-search form input::-webkit-input-placeholder {
	color: #999999;
}
#stom-forhandler-kort-sektion .forhandler-search form input::-moz-placeholder {
	color: #999999;
}
#stom-forhandler-kort-sektion .forhandler-search form input:-ms-input-placeholder {
	color: #999999;
}
#stom-forhandler-kort-sektion .forhandler-search form input:-moz-placeholder {
	color: #999999;
}
#stom-forhandler-kort-sektion .forhandler-search form button {
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-size: 15px;
	font-weight: 700;
	background-color: #073b55;
	border-radius: 0 500px 500px 0;
	overflow: hidden;
}
#stom-forhandler-kort-sektion .forhandler-search form button svg {
	width: 17px;
	margin-right: 2px;
	vertical-align: sub;
}
#stom-forhandler-kort-sektion .forhandler-search form button svg *[style*="fill:none"] {
	stroke: #fff !important;
}
#stom-forhandler-kort-sektion .forhandler-search form button svg *:not([style*="fill:none"]) {
	fill: #fff !important;
}
#stom-forhandler-kort-sektion .forhandler-search .reset-search {
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	text-decoration: none;
	transition: color, opacity;
	transition-duration: .2s;
}
#stom-forhandler-kort-sektion .forhandler-search .reset-search.inactive {
	pointer-events: none;
}
#stom-forhandler-kort-sektion .forhandler-search .reset-search:hover {
	color: #169d40;
}

#stom-forhandler-kort-sektion .forhandler-list {
	height: 100%;
	padding-top: 120px;
	padding: 180px 40px 50px;
	overflow: auto;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler {
	font-size: 14px;
	line-height: 1.3;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999999;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler.current {
	padding: 30px 20px;
	border: 1px solid #169d40;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler p:not(:last-child):not(.title) {
	margin: 0 0 12px;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler .title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: proxima-nova, sans-serif;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler .details {
	line-height: 1.4;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler .details a {
	text-decoration: none;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler .actions {
	font-family: proxima-nova, sans-serif;
}
#stom-forhandler-kort-sektion .forhandler-list .forhandler .actions a:not(:last-child) {
	margin-right: 15px;
}

#stom-forhandler-kort-sektion .map-container {
	flex-grow: 1;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort {
	height: 100%;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort .forhandler-infowindow {
	font-family: montserrat, sans-serif;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort .forhandler-infowindow p:not(:last-child):not(.title) {
	margin-bottom: 12px;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort .forhandler-infowindow .title {
	margin: 0;
	font-size: 15px;
	font-family: proxima-nova, sans-serif;
	font-weight: bold;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort .forhandler-infowindow .details {
	line-height: 1.4;
}
#stom-forhandler-kort-sektion #stom-forhandler-kort .forhandler-infowindow a {
	text-decoration: none;
}



/*Kundeservice side*/

.customer-service svg {
    /* max-width: 60px; */
    max-height: 60px;
}

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

.customer-service  .grid-element h3 {
    color: #073b55;
    font-size: 20px;
    transition: 0.3s;
}

.customer-service  .grid-element .overlay {
    display: block;
    width: 100%;
}

.customer-service .grid-element {
    background-color: #d7e9f1;
    padding: 30px 5px 0;
    transition: 0.3s;
}

.customer-service .grid-element h4 a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: transparent;
}

.heading-no-space h3 {
	margin-bottom: 0;
}
.heading-no-space h3 + p {
	margin-bottom: 1em;
}

.customer-service .grid-element:hover {
    background-color: #073b55;
}

.customer-service .grid-element:hover h3,
.customer-service .grid-element:hover p {
    color: #d7e9f1;
}

.customer-service .grid-element:hover svg {
    filter: invert(0.9) !important;
}

.service-button {
    display: inline-block;
    margin: 26px 0 0;
    text-transform: uppercase;
}


.information {
    background-color:  #fbfaf9;
}

.contact-center .section {
    max-width: 600px;
    text-align: center;
    margin-top: 40px;
}

.customer-service.contact-page svg {
    max-height: 60px!important;
}



/*Billede tekst sektioner*/

.stom-billede-sektion h2 {
    font-size: 30px;
}

.stom-billede-sektion .section {
    padding: 80px 0;
    /* font-size: 15px; */
    line-height: 1.3;
}

.stom-billede-sektion.picture-right.not-fullwidth {
    background-color: #ede6df;
}

.stom-billede-sektion.picture-left .stom-picture {
    left: 1.5%!important;
}

.stom-billede-sektion.picture-right .stom-picture {
    right: 1.5%!important;
}

.stom-billede-sektion .stom-picture {
    width: 48.5%;
}



.page-slider-section.slider-subpage .slider-text-inner {
    text-align: center;
}

body:not(.home) .stom-grid-section.off-size-grid h2 {
    font-size: 50px;
}



.home h2 {
	font-size: 75px;
}



section#quality-brands-display .grid-element h4 a {
    position: absolute;
    color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .grid-element .overlay {
	padding: 0;
}



.section-wrap.stom-grid-section.customer-service .section {
	padding: 40px 0 80px;
}



/* Footer */
#footer-grid .gform_wrapper {
	margin: 0;
	padding: 0;
}
#footer-grid div.gform_wrapper form ul.gform_fields li.gfield {
	padding: 0;
}
#footer-grid .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error,
#footer-grid .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	margin-top: 0;
}
#footer-grid .gform_wrapper .gfield_checkbox li input {
	margin-top: 0;
}
#footer-grid .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 28px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	border-radius: 500px;
	border: 1px solid #666666;
}
#footer-grid .gform_wrapper input::-webkit-input-placeholder {
	color: #cecece;
}
#footer-grid .gform_wrapper input::-moz-placeholder {
	color: #cecece;
}
#footer-grid .gform_wrapper input:-ms-input-placeholder {
	color: #cecece;
}
#footer-grid .gform_wrapper input:-moz-placeholder {
	color: #cecece;
}
#footer-grid .gform_wrapper .gform_footer {
	text-align: right;
}
#footer-grid .gform_wrapper .gform_footer input.gform_button {
	min-width: 0;
	height: 40px;
	padding: 0 35px;
	color: #fff;
	line-height: 40px;
	border: none;
}

#footer-grid .gfield_html {
	position: relative;
}
#footer-grid .gfield_html span {
	display: inline-block;
	font-size: .875em;
	cursor: help;
}
#footer-grid .gfield_html span:before {
	content: '\2713';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -2px 7px 0 0;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    border: 1px solid #666;
    border-radius: 2px;
    vertical-align: middle;
}
#footer-grid .gfield_html span + p {
	display: none;
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    max-width: 360px;
    width: 100vw;
    margin-right: 44px;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #00ab53;
    z-index: 100;
}
#footer-grid .gfield_html span.active + p,
#footer-grid .gfield_html span:hover + p,
#footer-grid .gfield_html span + p:hover {
	display: block;
}
#footer-grid .gfield_html span + p:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 2px auto 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00ab53;
}
#footer-grid .gfield_html span + p a {
	text-decoration: underline;
}



.faq-section .section {
	max-height: 450px;
    margin: 20px 30px;
    padding: 40px 30px;
    overflow: auto;
}

.faq-section .section::-webkit-scrollbar {
	width: 8px;
}
/* Track */
.faq-section .section::-webkit-scrollbar-track {
	background-color: #b0a89d;
	border-radius: 20px;
}
/* Handle */
.faq-section .section::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
}

.faq-section .section .stom-cols-6 {
	width: calc((100% - 60px) / 2);
	margin-right: 60px;
}

.faq-section .section h2 {
	margin: 0 0 20px;
	/*font-size: 30px;*/
}

.faq-section .section .faqs {
	border-top: 1px solid #000;
}

.faq-section .section .faqs .faq {
	border-bottom: 1px solid #000;
}

.faq-section .section .faqs .faq h3 {
	margin: 0;
	padding: 25px 0 20px;
	font-size: 20px;
	line-height: 25px;
	cursor: pointer;
}

.faq-section .section .faqs .faq h3:after {
	content: '+';
	display: inline-block;
	width: 25px;
	height: 25px;
	/*padding-top: 2px;*/
	float: right;
	font-size: 1.5em;
	line-height: 25px;
	text-align: center;
}

.ios-device .faq-section .section .faqs .faq h3:after {
	line-height: 15px;
}

.faq-section .section .faqs .faq h3.active:after {
	content: '−';
    font-size: 1.2em;
}
.ios-device .faq-section .section .faqs .faq h3.active:after {
	line-height: 13px;
}

.faq-section .section .faqs .faq .answer {
	display: none;
	margin-bottom: 25px;
}



.handelsbetingelser-links a {
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 10px;
	font-size: .9em;
	border: 1px solid #000;
	border-radius: 500px;
	text-decoration: none;
	transition: background-color, color, border-color;
    transition-duration: .2s;
}
.handelsbetingelser-links a:not(:last-child) {
	margin-right: 10px;
}
.handelsbetingelser-links a:hover {
	background-color: #f2561d;
    border-color: #f2561d;
    color: #fff;
}



.entry-content #gform_1 .top_label .gfield_label {
	font-size: .9em;
}

body .gform_wrapper #gform_1 .gform_footer,
body .gform_wrapper #gform_3 .gform_footer {
	margin-top: 20px;
}
body .gform_wrapper #gform_1 .gform_footer input[type="submit"],
body .gform_wrapper #gform_3 .gform_footer input[type="submit"] {
	display: inline-block;
    min-width: 170px;
    background-color: #f2561d;
    border: 1px solid #f2561d;
    border-radius: 500px;
    line-height: 1;
    padding: 11px 25px;
    color: #fff;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
    text-align: center;
    transition: background-color, color, border-color;
    transition-duration: .2s;
}
body .gform_wrapper #gform_1 .gform_footer input[type="submit"]:hover,
body .gform_wrapper #gform_3 .gform_footer input[type="submit"]:hover {
	background-color: #f79a77;
    border-color: #f79a77;
}



.page-handelsbetingelser p:empty {
	display: block;
}
.page-handelsbetingelser h3,
.page-handelsbetingelser h4 {
	margin-top: -1.2em;
	margin-bottom: 10px;
}



.pswp__caption {
	display: none;
}



#content .open-button {
	z-index: 8;
}



.stom-billede-sektion.energi-billede-hojde .stom-picture {
	background-image: none !important;
}
.stom-billede-sektion.energi-billede-hojde .stom-picture img {
	max-height: 65vh;
	visibility: visible;
}
.stom-billede-sektion.energi-billede-hojde .section {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.stom-billede-sektion.energi-billede-hojde .stom-cols-6,
.stom-billede-sektion.energi-billede-hojde .stom-picture {
	height: auto !important;
}



.stom-billede-sektion.image-height-text .section {
	display: flex;
	align-items: stretch;
	max-width: 100%;
}
.stom-billede-sektion.image-height-text .stom-cols-6,
.stom-billede-sektion.image-height-text .stom-picture {
	height: auto !important;
	padding-top: 0;
	padding-bottom: 0;
}
.stom-billede-sektion.image-height-text .stom-picture {
	position: static;
	margin-left: 1.5%;
}
.stom-billede-sektion.image-height-text .stom-picture img {
	display: none;
}
.stom-billede-sektion.image-height-text.picture-left .stom-cols-6 {
	width: calc(1140px / 2);
	margin-left: 40px;
	order: 2;
}



.section-wrap.stom-grid-section .section .grid-element.miele-brand-store-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .35);
}



/* Spil side */
.page-template-page-spil header.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
	.page-template-page-spil header.site-header {
		z-index: 0;
	}
	.sticky-header.page-template-page-spil header.site-header {
		z-index: 1;
	}
}
.admin-bar.page-template-page-spil header.site-header {
    top: 32px;
}
.page-template-page-spil .header-wrapper .inner-header {
    text-align: center;
}
.page-template-page-spil .spil-site-branding {
    margin-top: 100px;
}
.page-template-page-spil .spil-site-branding #logo img {
    width: 100%;
    max-width: 322px;
}

.page-template-page-spil #content {
    max-width: 100%;
    padding: 0;
}
/* END Spil side */

/* Spil popup */
.minigame-popup-wrap {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    line-height: 0;
    box-shadow: 0px 0px 14px -4px #000;
    z-index: 20;
}
.minigame-popup-wrap .popup-inner .popup-content .popup-close {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 3px 2px 1px;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 0.58;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 20;
}
.minigame-popup-wrap .popup-inner .popup-content .full-box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.minigame-popup-wrap .popup-inner .popup-content .overlay-logo {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    width: auto;
    height: 30.5px;
    margin: 0 auto;
}
.minigame-popup-wrap .popup-inner .popup-content img.background-display {
    max-width: 300px;
    max-height: 400px;
}
.minigame-popup-wrap .popup-inner .popup-content .overlay-text {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
}
/* END Spil popup */

/*======================================================================//
// END style.css                                                        //
//======================================================================*/





/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #00ab53;
}

#woo-icons {
	width: calc(100% - 360px - 135px);
}
.stom-woo-search {
	width: calc(100% - 25px - 80px);
	float: left;
}
.stom-woo-search .stom-woocommerce-product-search-placeholder {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 500px;
	background: #fff;
    border: 1px solid #222;
    z-index: 10;
}
.stom-woo-search .search-field {
	width: calc(100% - 33px);
	height: 30px;
	padding: 0;
	float: none;
	background-color: transparent;
	line-height: 30px;
	appearance: none;
	-webkit-appearance: none;
	border: none;
}
.stom-woo-search .search-field::-webkit-input-placeholder {
	color: #cecece;
}
.stom-woo-search .search-field::-moz-placeholder {
	color: #cecece;
}
.stom-woo-search .search-field:-ms-input-placeholder {
	color: #cecece;
}
.stom-woo-search .search-field:-moz-placeholder {
	color: #cecece;
}
.stom-woo-search .stom-woocommerce-product-search-placeholder button {
	width: 33px;
	height: 30px;
	padding: 5px 8px;
	float: left;
	line-height: 0;
	background-color: transparent;
	border: none;
}

.site-header-cart svg.kurv {
	width: 30px;
	height: 30px;
	margin-left: 20px;
	cursor: pointer;
}
#woo-icons .site-header-cart .cart-contents span.count {
    padding: 5px;
    background-color: #169d40;
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
}
#woo-icons .site-header-cart .cart-contents span.count .display {
	margin: 55% 0 45%;
}



.slider-featured-product {
	display: inline-block;
    width: 300px;
    padding: 15px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .45);
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.slider-featured-product .heading {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-family: proxima-nova, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	border-bottom: 1px solid #169d40;
}
.slider-featured-product.woocommerce ul.products li.product:not(.product-category) {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
	background-color: transparent;
}
.slider-featured-product.woocommerce ul.products li.product .woocommerce-loop-product__title,
.slider-featured-product.woocommerce ul.products li.product .product-name-title,
.slider-featured-product.woocommerce ul.products li.product .price {
	width: 100%;
}
.slider-featured-product.woocommerce ul.products li.product .stom-product-loop-image-wrap {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
.slider-featured-product.woocommerce ul.products li.product .stom-product-loop-image-wrap img {
	max-height: 250px;
}
.slider-featured-product.woocommerce ul.products li.product img.woo-alt-image-hover {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}
.slider-featured-product.woocommerce ul.products li.product .product-warranty-logo {
	top: auto;
	bottom: 0;
}
.slider-featured-product.woocommerce ul.products li.product .product-energy-rating {
	top: 0;
    height: 26px;
    padding: 5px 15px 0 7px;
}
.slider-featured-product.woocommerce ul.products li.product .product-energy-rating:after {
	border-width: 13px;
}
.slider-featured-product.woocommerce ul.products li.product .product-energy-rating:first-letter {
	font-size: 17px;
}
.slider-featured-product.woocommerce ul.products li.product .stom-add-to-favourites {
	bottom: 0;
}
.slider-featured-product.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
}
.slider-featured-product.woocommerce ul.products li.product .product-name-title {
	font-size: 18px;
	color: #9d9d9d;
}
.slider-featured-product.woocommerce ul.products li.product .product-short-description {
	margin-top: 0;
	font-size: 13px;
	height: 30px;
}
.slider-featured-product.woocommerce ul.products li.product .product-short-description span + span {
	line-height: 1.3;
}
.slider-featured-product.woocommerce ul.products li.product .product-short-description:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.slider-featured-product.woocommerce ul.products li.product .price {
	font-size: 24px;
}
.slider-featured-product.woocommerce ul.products li.product .button-wrap {
	width: 100%;
}
.slider-featured-product.woocommerce ul.products li.product .button {
	display: inline-block;
	width: calc(50% - 5px);
	padding-right: 0;
	padding-left: 0;
	min-width: 0;
	font-size: 14px;
	background-color: #169d40;
	border-color: #169d40;
}
.slider-featured-product.woocommerce ul.products li.product .button:hover {
	background-color: #73c48c;
	border-color: #73c48c;
}
.slider-featured-product.woocommerce ul.products li.product .button svg {
	height: 14px;
}
.slider-featured-product.woocommerce ul.products li.product .read_more {
	margin-left: 10px;
	background-color: #fff;
	color: #169d40;
	font-weight: bold;
}
.slider-featured-product.woocommerce ul.products li.product .read_more:hover {
	background-color: #169D40;
	border-color: #169D40;
	color: #fff;
}
.slider-featured-product.woocommerce ul.products li.product .product-short-description:after {
	height: 1.1em;
}



.woocommerce ul.products.slick-slider,
.woocommerce-page ul.products.slick-slider {
	padding-left: 0;
	padding-right: 0;
}
ul.products.slick-slider .slick-prev,
ul.products.slick-slider .slick-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
ul.products.slick-slider .slick-prev {
	left: auto;
	right: calc(100% + 5px);
}
ul.products.slick-slider .slick-next {
	left: calc(100% + 5px);
	right: auto;
}
ul.products.slick-slider .slick-prev:before,
ul.products.slick-slider .slick-next:before {
	font-size: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	line-height: inherit;
	opacity: .35;
}
ul.products.slick-slider .slick-prev:hover:before,
ul.products.slick-slider .slick-next:hover:before {
	opacity: 1;
}
ul.products.slick-slider .slick-prev:before {
	content: '\f104';
}
ul.products.slick-slider .slick-next:before {
	content: '\f105';
}
.woocommerce ul.products .slick-list,
.woocommerce-page ul.products .slick-list {
	margin: 0 -10px;
	padding: 10px 0;
}
.woocommerce ul.products li.product.slick-slide,
.woocommerce-page ul.products li.product.slick-slide {
	margin: 0 10px !important;
}

.stom-products-section .section-link,
.stom-products-section.stom-slick .section-link {
	margin: 40px 0 0;
	float: right;
	background-color: #fff;
	border: 1px solid #000;
}
.stom-products-section .section-link a,
.stom-products-section.stom-slick .section-link a {
	color: #000;
}

.stom-products-section .section-link:hover,
.stom-products-section.stom-slick .section-link:hover {
	background-color: #f2561d;
	border-color: #f2561d;
}
.stom-products-section .section-link a:hover,
.stom-products-section.stom-slick .section-link a:hover {
	color: #fff;
}



.woocommerce ul.products li.product:not(.product-category),
.woocommerce-page ul.products li.product:not(.product-category) {
	justify-content: flex-start;
	width: calc((100% - (20px * 2)) / 3);
	margin: 0 20px 20px 0;
	padding: 15px;
	background-color: #fafafa;
	border: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product .custom-product-label {
	top: 0;
    right: 0;
    padding: 5px 15px 5px 35px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
}
.woocommerce ul.products li.product .custom-product-label .filler {
	display: none;
}
.woocommerce ul.products li.product .custom-product-label .display {
	margin: 0;
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap {
	flex-grow: 0;
	width: calc(100% + 30px);
	height: 241px;
	margin: -15px -15px 38px;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce ul.products li.product:not(.product-category) img {
	width: auto;
	max-height: 210px;
	margin: auto;
}
.woocommerce ul.products li.product img.woo-alt-image-hover {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 17px;
	line-height: 1;
}
.woocommerce ul.products li.product .product-name-title {
	color: #666666;
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
}
.woocommerce ul.products li.product .product-short-description {
	position: relative;
	display: block;
	height: 26px;
	margin: 7px 0 10px;
	font-size: 12px;
	line-height: 1.1;
	overflow: hidden;
}
.woocommerce ul.products li.product .product-short-description:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: .9em;
	text-align: right;
	background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 50%);
}
.woocommerce ul.products li.product .product-data-table {
	width: 100%;
	min-height: 78px;
	margin: 8px 0;
	font-size: 14px;
	font-family: proxima-nova, sans-serif;
	border-spacing: 0;
}
.woocommerce ul.products li.product .product-data-table .row {
	display: flex;
	width: 100%;
}
.woocommerce ul.products li.product .product-data-table p {
	flex-grow: 1;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce ul.products li.product .product-data-table p.row-heading {
	font-weight: normal;
	text-align: left;
}
.woocommerce ul.products li.product .product-data-table p {
	text-align: right;
}

.woocommerce ul.products li.product .price {
	margin: 0;
	color: #000;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.woocommerce ul.products li.product .price ins {
	margin: 0 7px 0 0;
	color: #ffb41d;
}
.woocommerce.slider-featured-product ul.products li.product .price ins {
	/*color: #169d40;*/
}
.woocommerce ul.products li.product .price del {
	position: relative;
	color: #666666;
    text-decoration: none;
    opacity: 1;
}
.woocommerce ul.products li.product .price del:after {
	content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -3px;
    left: -3px;
    border-bottom: 2px solid;
    border-color: inherit;
}
.woocommerce ul.products /*li.product*/ button {
	margin-top: 8px;
	padding: 7px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #f79a77;
	border-color: #f79a77;
	color: #fff;
}
.woocommerce ul.products li.product .button.loading,
.woocommerce ul.products li.product .button.add_to_cart_button.loading {
	padding-right: 0;
}
.woocommerce ul.products li.product .button.add_to_cart_button.loading:after,
.woocommerce ul.products li.product .button.add_to_cart_button.added:after {
	margin-left: 7px;
    font-size: 17px;
    vertical-align: bottom;
}
.woocommerce ul.products li.product .button.loading svg,
.woocommerce ul.products li.product .button.added svg {
	display: none;
}
.woocommerce ul.products li.product .button svg {
	height: 17px;
	margin-left: 7px;
	vertical-align: text-top;
}
.woocommerce ul.products li.product .button svg * {
	transition: fill, stroke;
    transition-duration: .2s;
}
.woocommerce ul.products li.product .button svg path,
.woocommerce ul.products li.product .button svg line {
	stroke: #fff !important;
}
.woocommerce ul.products li.product .button svg ellipse {
	fill: #fff !important;
}
.woocommerce ul.products li.product .button:hover svg path,
.woocommerce ul.products li.product .button:hover svg line {
	/*stroke: #000 !important;*/
}
.woocommerce ul.products li.product .button:hover svg ellipse {
	/*fill: #000 !important;*/
}



.woocommerce ul.products li.product-category {
	border: none;
}
.woocommerce ul.products li.product-category img[src*=woocommerce-placeholder] {
	opacity: 0;
}



ul.products li.product .product-warranty-logo {
	position: absolute;
    top: 10px;
    left: 10px;
    z-index: 7;
}
ul.products li.product .product-warranty-logo svg {
	width: 55px;
}



.product .product-energy-rating {
	position: relative;
	font-size: 14px;
    color: #fff;
    line-height: 1;
}
ul.products li.product .product-energy-rating {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 45px;
    height: 34px;
    line-height: 26px;
    padding: 1px 7px 0;
    font-size: 14px;
    transform: translateY(-50%);
    text-align: left;
    z-index: 7;
}
.product .product-energy-rating:first-letter {
	font-size: 20px;
	vertical-align: sub;
}
ul.products li.product .product-energy-rating:first-letter {
	font-size: 15px;
}
.product .product-energy-rating:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 20px;
    border: solid transparent;
    pointer-events: none;
}
ul.products li.product .product-energy-rating:after {
	border-width: 17px;
}

.product .product-energy-rating a {
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	left: 0;
}

.product .product-energy-rating.a-plus-plus-plus {
	background-color: #00a650;
}
.product .product-energy-rating.a-plus-plus-plus:after {
	border-left-color: #00a650;
}
.product .product-energy-rating.a-plus-plus {
	background-color: #50b848;
}
.product .product-energy-rating.a-plus-plus:after {
	border-left-color: #50b848;
}
.product .product-energy-rating.a-plus {
	background-color: #bfd730;
}
.product .product-energy-rating.a-plus:after {
	border-left-color: #bfd730;
}
.product .product-energy-rating.a {
	background-color: #fff200;
}
.product .product-energy-rating.a:after {
	border-left-color: #fff200;
}
.product .product-energy-rating.b {
	background-color: #fdb913;
}
.product .product-energy-rating.b:after {
	border-left-color: #fdb913;
}
.product .product-energy-rating.c {
	background-color: #f36f21;
}
.product .product-energy-rating.c:after {
	border-left-color: #f36f21;
}
.product .product-energy-rating.d {
	background-color: #ed1c24;
}
.product .product-energy-rating.d:after {
	border-left-color: #ed1c24;
}
.product .product-energy-rating.e {
	background-color: #ed1c24;
}
.product .product-energy-rating.e:after {
	border-left-color: #ed1c24;
}
.product .product-energy-rating.f {
	background-color: #ed1c24;
}
.product .product-energy-rating.f:after {
	border-left-color: #ed1c24;
}
.product .product-energy-rating.g {
	background-color: #ed1c24;
}
.product .product-energy-rating.g:after {
	border-left-color: #ed1c24;
}

.product.new-energy-label .product-energy-rating.a {
	background-color: #17a750;
}
.product.new-energy-label .product-energy-rating.a:after {
	border-left-color: #17a750;
}
.product.new-energy-label .product-energy-rating.b {
	background-color: #50b849;
}
.product.new-energy-label .product-energy-rating.b:after {
	border-left-color: #50b849;
}
.product.new-energy-label .product-energy-rating.c {
	background-color: #b0d235;
}
.product.new-energy-label .product-energy-rating.c:after {
	border-left-color: #b0d235;
}
.product.new-energy-label .product-energy-rating.d {
	background-color: #f8ed1f;
}
.product.new-energy-label .product-energy-rating.d:after {
	border-left-color: #f8ed1f;
}
.product.new-energy-label .product-energy-rating.e {
	background-color: #f8b117;
}
.product.new-energy-label .product-energy-rating.e:after {
	border-left-color: #f8b117;
}
.product.new-energy-label .product-energy-rating.f {
	background-color: #ef5d22;
}
.product.new-energy-label .product-energy-rating.f:after {
	border-left-color: #ef5d22;
}
.product.new-energy-label .product-energy-rating.g {
	background-color: #ea2127;
}
.product.new-energy-label .product-energy-rating.g:after {
	border-left-color: #ea2127;
}



.featured-sales.section-wrap .section {
	padding: 60px 0 120px;
}
.featured-sales .product .button.add_to_cart_button {
	color: #000;
	background-color: #ffb41d;
	border-color: #ffb41d;
}
.featured-sales ul.products li.product .button.add_to_cart_button:hover {
	background-color: #ffd277;
	border-color: #ffd277;
	color: #000;
}
.featured-sales .woocommerce ul.products li.product .button svg path,
.featured-sales .woocommerce ul.products li.product .button svg line {
	stroke: #000 !important;
}
.featured-sales .woocommerce ul.products li.product .button svg ellipse {
	fill: #000 !important;
}



#loadbeeTabContentId {
	min-height: 600px;
}



#stom_instantsearch_result .container-product .container-item {
	background-color: transparent;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}
#stom_instantsearch_result.categories-active .container-product .container-item .item-content-wrapper .item-stock {
	display: none;
}



.woocommerce-checkout .header-usps {
	display: none;
}



body.archive.woocommerce-page h2 {
	font-size: 30px;
	font-weight: 700;
}

body.archive.woocommerce-page #content {
	padding-top: 40px;
}

body.archive.woocommerce-page .category_bottom_description {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
}

body.archive.woocommerce-page ul.products {
	margin-bottom: 60px;
}

body.archive.woocommerce-page nav.woocommerce-breadcrumb {
	/*display: none;*/
}

body.archive.woocommerce-page header.woocommerce-products-header {
    background-image: url(images/baggrund-m-ikoner-scaled.jpg);
    text-align: center;
    padding: 40px 0;
    /*margin-top: -40px;*/
    /*margin-bottom: 40px;*/
}

body.archive.woocommerce-page header.woocommerce-products-header h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 50px;
	line-height: 1.1;
}

body.archive.woocommerce-page .products li.product-category {
	background: transparent;
	padding: 0;
	position: relative;
    justify-content: flex-start;
    background: #d7e9f1;
    margin: 0 40px 40px 0;
    width: calc((100% - (40px * 3)) / 4);
}
body.archive.woocommerce-page .products li.product-category a:before {
	content: '';
	display: block;
	padding-top: 86%;
}

body.archive.woocommerce-page .products li.product-category a img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%;
	width: auto;
	max-height: calc(100% - 20px - 15px - 25px - 15px);
	margin-bottom: 0;
}

body.archive.woocommerce-page .products li.product-category h2.woocommerce-loop-category__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	margin: 15px 15px 0;
	padding: 0;
    color: #073b55;
	font-size: 20px;
	font-weight: 700;
}

body.archive.woocommerce-page .products li.product-category h2.woocommerce-loop-category__title .count {
	display: none;
}



body.term-maerker.archive.woocommerce-page .products li.product-category {
	background-color: transparent;
}
body.term-maerker.archive.woocommerce-page .products li.product-category h2.woocommerce-loop-category__title {
	display: none;
}
body.term-maerker.archive.woocommerce-page .products li.product-category a img {
	max-width: 85%;
    max-height: 85%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}



.woocommerce-products-header .woocommerce-breadcrumb {
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.woocommerce-products-header .woocommerce-breadcrumb a {
	text-decoration: none;
	color: inherit;
}

.stom-archive-result-wrap {
	margin-bottom: 30px;
	border-bottom: 1px solid #169d40;
}

.stom-archive-result-wrap .woocommerce-result-count,
.stom-archive-result-wrap .woocommerce-ordering {
	margin: 0;
}

.stom-archive-result-wrap .woocommerce-result-count {
	font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.stom-archive-result-wrap .woocommerce-result-count .count {
	color: #169d40;
}

.stom-archive-result-wrap .woocommerce-ordering,
.select2-results__option {
	font-family: proxima-nova, sans-serif;
    font-size: 16px;
}
.stom-archive-result-wrap .woocommerce-ordering {
	position: relative;
}

.stom-archive-result-wrap .select2-container {
	z-index: 6;
}
.stom-archive-result-wrap .select2-container ~ .select2-container.select2-container--open {
	left: auto !important;
	right: 0;
	margin-top: 4px;
}
.stom-archive-result-wrap .select2-dropdown {
	/*border: none;*/
	border-color: #169d40;
	border-radius: 0;
}
.stom-archive-result-wrap .select2-results__option {
    padding: 2px 5px;
}

.woocommerce-ordering .select2-container--default .select2-selection--single {
    height: auto;
	background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
	height: auto;
    text-align: right;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
    color: #169e40;
    line-height: 1.5;
}



.berocket_single_filter_widget > *:first-child {
	/*margin-bottom: 25px;*/
	padding-bottom: 5px;
}
.berocket_single_filter_widget:not(:first-child)  > *:first-child {
	border-bottom: 1px solid #999999;
}
.bapf_sfilter {
	margin: 0;
	font-family: proxima-nova, sans-serif;
}
.bapf_sfilter h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	cursor: pointer;
}
.bapf_sfilter .bapf_head h3 {
	margin-bottom: 0;
}
.bapf_sfilter .fa-chevron-up:before {
	content: '\f107';
}
.bapf_sfilter .fa-chevron-down:before {
	content: '\f105';
}



.bapf_slidr_jqrui .bapf_from,
.bapf_slidr_jqrui .bapf_to {
	width: 50%;
	margin: 0;
	color: #999999;
	font-size: 13px;
}
.bapf_slidr_jqrui .bapf_taprice {
	margin-left: 0;
}

.bapf_slidr_main.ui-widget-content {
	margin-right: 0;
	margin-left: 0;
	height: 5px;
	background-color: #cccccc;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    top: -8px;
    width: 18px;
    height: 20px;
    margin: 0;
    background-color: #00aa54;
    border-radius: 0;
    clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle + .ui-slider-handle {
	margin-left: -14px;
	clip-path: polygon(30% 100%, 0 50%, 30% 0, 100% 0, 100% 100%);
}
.bapf_slidr_main.ui-widget-content .ui-slider-range {
	background-color: #999999;
}



.bapf_sfilter .bapf_body > ul {
	padding: 0 0 15px;
}
.bapf_sfilter ul li {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.bapf_sfilter ul li label,
.bapf_sfilter ul li label + span{
	padding-top: 12.5px !important;
	padding-bottom: 12.5px !important;
}
.bapf_sfilter ul li input {
	margin-top: 12.5px !important;
	margin-bottom: 12.5px !important;
}
.bapf_sfilter ul li:first-child label,
.bapf_sfilter ul li:first-child input {
	/*
	padding-top: 0 !important;
	margin-top: 0 !important;
	*/
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 1px solid #0fa644;
    border-radius: 3px;
    /* box-shadow: 0px 0px 0px 0.4px #0fa644; */
}
.bapf_asradio2 ul li input[type=checkbox]:checked{
	background: #0fa644;
	background-clip: content-box;
}
.bapf_sfilter.bapf_ckbox label {
    flex-grow: 1;
    line-height: 17px;
}
.bapf_sfilter.bapf_ckbox label + span {
	color: #999999;
	line-height: 11px;
}



.bapf_sfilter {
	background-color: transparent;
	border: none;
}
.bapf_sfilter .bapf_head,
.bapf_sfilter.bapf_slidr .bapf_head {
	margin: 0;
	padding: 0;
	border: none;
}

.bapf_sfilter .bapf_body {
	/*margin-top: 20px;*/
	padding: 0;
}



.bapf_sfilter:not(.bapf_fhide) .bapf_show_hide {
	display: inline-block;
    margin-top: 10px;
}



body.woocommerce #secondary {
	width: 220px;
}
body:not(.no-sidebar).woocommerce #primary {
	width: calc(100% - 220px - 40px);
}



.single-product #content {
	padding: 60px 0;
}
.single-product #primary {
	border: none;
}
.single-product #primary #main > .product {
	padding: 0;
}



.single-product .stom-product-header {
	margin-bottom: 30px;
	padding: 17px 0;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #0fa644;
}

.single-product .stom-product-header .cat-icon {
	margin-right: 20px;
	float: left;
	line-height: 0;
}
.single-product .stom-product-header .cat-icon svg {
	width: 42px;
	height: 50px;
}

.single-product #primary nav.woocommerce-breadcrumb {
	padding: 9px 0 0;
	font-size: 11px;
	font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
	border: none;
	overflow: hidden;
}
.single-product #primary nav.woocommerce-breadcrumb a {
	text-decoration: none;
}

.single-product div.product .product_title {
	margin: 4px 0 0;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	padding-right: 0;
	border-right: none;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 50%;
    margin-left: 0;
    border-left: none;
}

.single-product div.product div.images img {
	width: auto;
    margin-right: auto;
    margin-left: auto;
}
.single-product div.product div.images a img {
	max-height: 50vh;
}

.single-product #primary .custom-product-label.label-for-sale {
	padding: 15px;
	font-size: 20px;
	font-family: proxima-nova, sans-serif;
	background-image: linear-gradient(to top, #ffb41d 0%, #f2c744 100%);
}
.single-product #primary .custom-product-label.warranty-2-2 {
	display: block;
	padding: 0;
	background-color: transparent;
}
.single-product #primary .custom-product-label.warranty-2-2 svg {
	width: 84px;
	filter: brightness(0);
}
.single-product .label-for-sale + .custom-product-label.warranty-2-2 {
	top: 110px;
}
.single-product .label-square ~ .custom-product-label.warranty-2-2 {
    top: 50px;
}

.single-product .woocommerce-product-gallery__trigger {
	display: none;
}

.single-product .flex-viewport {
	margin: 0 35px;
}
.single-product div.product div.images .custom-product-label ~ .woocommerce-product-gallery__wrapper {
	margin-left: 100px;
}
.single-product .custom-product-label .flex-viewport .woocommerce-product-gallery__wrapper {
	margin-left: 0;
}
.single-product .custom-product-label ~ .flex-viewport {
	margin: 0 40px 0;
}
.single-product div.product div.images .custom-product-label ~ .flex-control-thumbs {
	/*padding-left: 135px;*/
}
.single-product .custom-product-label ~ .flex-direction-nav .flex-nav-prev {
	left: 0;
}

.single-product .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.single-product .flex-direction-nav li {
	position: absolute;
	top: calc(50% - 75px);
	font-size: 35px;
	color: #666666;
	cursor: pointer;
}
.single-product .flex-nav-prev {
	left: 0;
}
.single-product .flex-nav-next {
	right: 0;
}
.single-product .flex-direction-nav li a {
	text-decoration: none;
	font-size: 0;
}
.single-product .flex-nav-prev a:before,
.single-product .flex-nav-next a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 35px;
}
.single-product .flex-nav-prev a:before {
	content: '\f0d9';
}
.single-product .flex-nav-next a:before {
	content: '\f0da';
}

.single-product div.product div.images .flex-control-thumbs {
	margin-top: 30px;
	text-align: center;
	line-height: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	display: inline-block;
	width: auto;
	float: none;
	clear: none !important;
	vertical-align: top;
}
.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
	margin: 0 12px 12px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	width: 74px;
	border: 1px solid #666;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #169d40;
}

.single-product .product-energy-rating {
	display: inline-block;
    min-width: 55px;
    height: 34px;
    line-height: 20px;
    padding: 5px 15px 0 7px;
    font-size: 14px;
}
.single-product .product-energy-rating:after {
	border-width: 17px;
}
.single-product .product-energy-rating:first-letter {
	font-size: 17px;
}

.single-product .summary .energy-rating-change {
    margin-top: -5px;
}

.single-product .product-brand {
	float: right;
}
.single-product .product-brand svg,
.single-product .product-brand img {
	width: auto;
	height: 30px;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 0;
    padding: 18px 0 1.5em;
    font-size: 15px;
    line-height: normal;
	clear: both;
}
.single-product .read-full-description {
	text-decoration: underline;
	cursor: pointer;
}

.single-product .product-featured-attributes {
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	table-layout: fixed
}
.single-product .product-featured-attributes th {
	font-size: 14px;
	text-align: left;
}
.single-product .product-featured-attributes tbody td {
	color: #666666;
}
.single-product .product-featured-attributes tbody td:last-child {
	text-align: right;
}
.single-product .product-featured-attributes tfoot a {
	color: #169d40;
}

.single-product div.product p.price {
	margin-bottom: 0;
	color: #169d40;
	font-size: 28px;
	line-height: 1.1;
}
.woocommerce div.product p.price > .amount {
	font-weight: bold;
}
.single-product .price-description {
	margin-top: 0;
	color: #666666;
	font-size: 15px;
}

.single-product .product-button-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.single-product div.product form.cart,
.single-product #primary .stom-add-to-favourites {
	min-width: 0px;
	flex-grow: 1;
	flex-basis: 0;
}
.single-product div.product form.cart {
	margin: 0 20px 0 0;
}
.single-product div.product form.cart .button.single_add_to_cart_button {
	width: 100%;
	padding: 11px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.single-product div.product form.cart .button.single_add_to_cart_button svg,
.single-product #primary .stom-add-to-favourites svg {
	width: 19px;
	height: 19px;
	margin-right: 10px;
	vertical-align: text-top;
}
.single-product div.product form.cart .button.single_add_to_cart_button svg *,
.single-product #primary .stom-add-to-favourites svg * {
	transition: fill, stroke;
    transition-duration: .2s;
}
.single-product div.product form.cart .button.single_add_to_cart_button svg path,
.single-product div.product form.cart .button.single_add_to_cart_button svg line {
	stroke: #fff !important;
}
.single-product div.product form.cart .button.single_add_to_cart_button svg ellipse {
	fill: #fff !important;
}

.single-product .product-accordions.featured-accordions {
	margin-top: 35px;
}
.single-product .product-accordions.featured-accordions .accordion .accordion-title {
	padding: 15px 0;
	font-size: 16px;
	line-height: 1;
}
.single-product .product-accordions.featured-accordions .accordion .accordion-title svg {
	height: 20px;
	margin-right: 10px;
	vertical-align: bottom;
}
.single-product .product-accordions.featured-accordions .accordion .accordion-content {
	margin-bottom: 15px;
}
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg rect,
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg path,
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg line,
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg ellipse {
	stroke: #169d40 !important;
}
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg ellipse,
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-title svg rect:last-child {
	fill: #169d40 !important;
}
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-content table {
	width: 100%;
	margin: 0;
}
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-content table td:first-child {
	text-align: left;
}
.single-product .product-accordions.featured-accordions .accordion-shipping .accordion-content table td:last-child {
	text-align: right;
}

.single-product .product-accordions.featured-accordions .accordion-warranty .accordion-title svg path,
.single-product .product-accordions.featured-accordions .accordion-warranty .accordion-title svg line {
	stroke: #169d40 !important;
}
.single-product .product-accordions.featured-accordions .accordion-warranty .accordion-title svg rect {
	fill: #169d40 !important;
}

/*
.single-product .product-information-section {
	margin-top: 20px;
	padding: 100px 0;
	background-color: #fbfaf9
}
*/
.single-product .product-information-section .section {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	padding: 0 50px;
}
.single-product .product-information-section .section .product-information {
	flex-basis: 100%;
	max-width: 100%;
}
.single-product .product-information-section .section .product-related-products {
	flex-basis: calc(53.5% - 40px);
	max-width: 100%;
}

.single-product .product-information-section h2 {
	font-size: 30px;
}


.single-product .product-accordions .accordion {
	font-family: proxima-nova, sans-serif;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.single-product .product-accordions .accordion .accordion-title {
    position: relative;
    display: block;
    padding: 24px 0;
    font-size: 23px;
    line-height: 40px;
    cursor: pointer;
    font-size: 30px;
}
.single-product .product-accordions .accordion.accordion-datasheet .accordion-title {
	/*padding: 0*/;
}
.single-product .product-accordions .accordion .accordion-title:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.single-product .product-accordions .accordion.active .accordion-title:after {
	content: '-';
}
.single-product .product-accordions .accordion .accordion-title svg {
    width: 28px;
    margin-top: 0px;
    margin-right: 5px;
    vertical-align: sub;
}
.single-product .product-accordions .accordion .accordion-title a {
	display: block;
	text-decoration: none;
	color: #169d40;
}
.single-product .product-accordions .accordion.accordion-datasheet .accordion-title a {
	padding: 30px 0;
}
.single-product .product-accordions .accordion .accordion-title a svg path,
.single-product .product-accordions .accordion .accordion-title a svg polygon,
.single-product .product-accordions .accordion .accordion-title a svg polyline,
.single-product .product-accordions .accordion .accordion-title a svg line {
	stroke: #169d40;
}
.single-product .product-accordions .accordion .accordion-content {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
/*
.single-product .product-information-section .accordion-datasheet .accordion-title:after {
	content: none;
}*/

.single-product .product-accordions .accordion.accordion-energylabel .accordion-content img {
	width: auto;
    height: 50vh;
    min-height: 400px;
}

.single-product .product-related-products {
	margin-left: 40px;
	padding: 100px 0;
	text-align: center;
	background-image: url(images/product-section-bg-vaskemaskine.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.single-product .product-related-products section > h2 {
	color: #fff;
	text-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
}

.single-product .product-related-products ul.products {
	width: 300px;
	margin: 0 auto;
}
.single-product .product-related-products ul.products li.product {
	align-items: center;
}
.single-product .product-related-products ul.products li.product .stom-product-loop-image-wrap {
	height: 280px;
	border-bottom-color: #999999;
}
.single-product .product-related-products ul.products li.product .stom-product-loop-image-wrap img {
	max-height: 250px;
}

.single-product .product-related-products ul.products.slick-slider .slick-prev,
.single-product .product-related-products ul.products.slick-slider .slick-next {
	width: 41px;
	height: 41px;
}
.single-product .product-related-products ul.products.slick-slider .slick-prev:before,
.single-product .product-related-products ul.products.slick-slider .slick-next:before {
	content: none;
}
.single-product .product-related-products ul.products.slick-slider .slick-prev {
	right: calc(100% + 45px);
	background-image: url(images/related-left.png);
}
.single-product .product-related-products ul.products.slick-slider .slick-next {
	left: calc(100% + 45px);
	background-image: url(images/related-right.png);
}

.single-product .brand-related-products .section {
	padding: 80px 0 100px;
}
.single-product h2 {
	font-size: 75px;
}

#others-viewed-these-products .section {
	padding-top: 80px;
}



#new-energy-label--warranty.section-wrap.stom-grid-section .section.columns-2 .grid-element {
	flex-basis: calc((100% - (40px * 2))  / 2);
	margin: 0 0 20px 40px;
}



.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .fee {
	display: none;
}



.woocommerce-checkout #customer_details,
#stom-order-review,
#stom-checkout-forhandler,
#stom-checkout-payment,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-cart-form .shop_table_divider {
	border: none;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 0px #c3c3c3;
}
#stom-checkout-payment {
	float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-cart-form .shop_table_divider {
	padding: 20px;
}
.woocommerce-cart table.shop_table,
.woocommerce-cart .woocommerce-cart-form .cart {
	border: none;
	box-shadow: none;
}

.woocommerce-info #infoByEmail #stom_wc_search button {
	background-color: #00ab53;
	border-color: #00ab53;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item:not(:last-of-type),
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: #000;
}
.woocommerce-checkout table.shop_table td.product-name {
	font-size: 13px;
}
.woocommerce-checkout table.shop_table td.product-name > strong {
	float: right;
	font-weight: normal;
}
.woocommerce-checkout table.shop_table td.product-name > strong:first-letter {
    font-size: 20px;
    line-height: 19px;
    vertical-align: middle;
}

.cart_item .stomPO-item-wrapper {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #73c48d;
	border-radius: 8px;
}
.cart_item .stomPO-item-headline {
	display: block;
	padding: 5px 9px;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #ffffff;
	background-color: #73c48d;
	border-radius: 6px 6px 0 0;
}
.cart_item .stomPO-item-options {
	padding: 7px 9px;
}
.cart_item .stomPO-item {
	font-size: 12px;
}
.cart_item .stomPO-item:not(:last-child) {
	margin-bottom: 4px;
}
.cart_item .stomPO-item input,
.cart_item .stomPO-item label {
	vertical-align: middle;
	cursor: pointer;
}
.cart_item .stomPO-item input {
	width: 9px;
    height: 9px;
    border: 1px solid #ccc;
    border-radius: 2px;
    appearance: none;
    outline: none;
}
.cart_item .stomPO-item input:checked {
	border-color: #00ab53;
}
.cart_item .stomPO-item input:checked:before {
	content: '\2713';
    display: block;
    width: 7px;
    font-size: 7px;
    color: #00ab53;
    font-weight: bold;
    line-height: 8px;
    text-align: center;
}
.cart_item .stomPO-item label {
	margin-top: 1px;
	color: #888;
}
.cart_item .stomPO-item input:checked + label {
	color: #00ab53;
}
.cart_item .stomPO-item label span {
	float: right;
}
.cart_item .stomPO-item label span:before {
	content: '(';
	margin-right: 1px;
}
.cart_item .stomPO-item label span:after {
	content: ')';
	margin-left: 1px;
}

.woocommerce-cart .woocommerce-cart-form .cart-collaterals .fee th {
	width: 60%;
    font-weight: normal;
    font-size: 12px;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .fee td {
	font-size: 14px;
}



/* Checkout forhandler */
h3#stom_payment_review_headline:before {
	content: "4";
}

.woocommerce-checkout header .header-section-forhandler {
	display: none;
}
.woocommerce-checkout #logo img,
.woocommerce-checkout #logo svg {
	height: 65px;
}
.woocommerce-checkout .site-branding #logo {
	padding: 25px 0;
}

#stom-checkout-forhandler {
	width: 48%;
    margin: 0 0 4% 4%;
    padding: 0 20px 15px;
    float: left;
}
#stom-checkout-forhandler.stom-forhandler-validate-error {
    position: relative;
    overflow: hidden;
}
#stom-checkout-forhandler.stom-forhandler-validate-error:after {
    content: '!';
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #f15722;
}

.woocommerce-checkout h3:before {
	background-color: #083b56;
}
#stom-checkout-forhandler h3:before {
	content: "3";
}
/*#stom-checkout-forhandler .stom-checkout-forhandler-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}*/
/*#stom-checkout-forhandler .stom-checkout-forhandler-content > div {
	flex-basis: 0;
	flex-grow: 1;
}*/
/*#stom-checkout-forhandler .stom-checkout-forhandler-content .open-hours {
	text-align: right;
}*/
#stom-checkout-forhandler p {
	margin: 0;
	line-height: 1.3;
}
#stom-checkout-forhandler .message:not(.message-single) {
	margin: 0 0 20px;
}
#stom-checkout-forhandler .message a {
	color: #00ab53;
	font-weight: bold;
}
#stom-checkout-forhandler .message abbr {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}
#stom-checkout-forhandler .title {
	font-weight: bold;
}
/*#stom-checkout-forhandler .stom_maps_free {
	margin-top: 10px;
	height: 150px !important;
	flex-basis: 100%;
}*/

#stom-checkout-forhandler .stom-checkout-forhandler-popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .85);
	z-index: 9999;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner {
	background-color: #fff;
    box-shadow: 0px 3px 7px 0px #c3c3c3;
    border-radius: 5px;
    overflow: hidden;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .list-header {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #083b58;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .forhandler {
	position: relative;
	padding: 13px 20px;
	line-height: 1.3;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .forhandler:hover {
	background-color: #73c48f;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .forhandler .distance {
	color: #00ab53;
	font-size: 13px;
	font-weight: bold;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .forhandler:hover * {
	color: #fff;
}
#stom-checkout-forhandler .stom-checkout-forhandler-popup .popup-inner .forhandler a {
	flex-grow: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#stom-checkout-forhandler .stom-checkout-forhandler-popup + p {
	margin-top: 1em;
}

#stom-checkout-forhandler .forhandler-warning-message {
	margin-top: 20px;
}
#stom-checkout-forhandler .forhandler-warning-message p {
	margin-bottom: 5px;
}
#stom-checkout-forhandler .forhandler-warning-message p:not(.message) {
	font-weight: bold;
}
#stom-checkout-forhandler .forhandler-warning-message input {
	vertical-align: middle;
}

#stom-checkout-forhandler .woocommerce-invalid #stom_forhandler_distance_warning {
    outline: 2px solid red;
    outline-offset: 2px;
}
/* END Checkout forhandler */



.chosen-products.section-wrap .section {
	padding: 60px 0 100px;
}



.woocommerce-page.single .custom-button-wrapper .st-button:last-child {
	float: right;
}



.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	cursor: pointer;
}



.woocommerce-page.single .custom-product-wrapper {
	padding: 20px 40px;
	border-color: #000;
}
.woocommerce-page.single .custom-button-wrapper {
	margin-bottom: 20px;
    padding: 0 40px;
}



.woocommerce .products ul::after,
.woocommerce ul.products::after,
.woocommerce .products ul::before,
.woocommerce ul.products::before {
	content: none;
}



.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	display: none;
}



.woocommerce-checkout .woocommerce-billing-fields > h3 + p {
	display: none;
}



#gform_3 .ginput_container_date input {
	width: 100%;
}

body div.gform_wrapper form ul.gform_fields li.gfield:first-child + li.gfield {
	margin-top: 0;
}

#gform_3 .field_description_below .gfield_description {
	padding-top: 0;
	font-style: italic;
}



#stom_instantsearch_result.categories-active .container-product .item-content-wrapper .item-headline {
	font-size: 14px;
}



#mailpoet_woocommerce_checkout_optin_field {
	padding: 0;
	text-align: left;
}



ul.products li.product .product-loop-datasheet {
    position: absolute;
    top: calc(100% + 4px);
    left: 1px;
    font-size: 10px;
    color: #999;
    line-height: 1;
    z-index: 7;
}
ul.products li.product .product-energy-rating ~ .product-loop-datasheet {
    top: calc(100% + 19px);
}

.product .product-single-datasheet {
    display: block;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}



.new-energy-label .energy-rating-change {
    display: inline-block !important;
}
.energy-rating-change {
    height: 34px;
    margin: -1px 5px 0 -7px;
    padding: 1px 3px 0;
    font-size: 9px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-right: none;
    line-height: 1;
    color: #000;
    vertical-align: middle;
}
.energy-rating-change .arrow {
    display: inline-block;
    margin-bottom: 2px;
}



.single-product .custom-product-label.label-square {
    top: 0;
    left: 0;
    padding: 5px 35px 5px 15px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}
.single-product .custom-product-label.label-square .filler {
    display: none;
}
.single-product .custom-product-label.label-square .display {
    margin: 0;
}

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/





/*======================================================================//
// responsive.css                                                       //
//======================================================================*/

body.burger-menu div#woo-icons,
body.burger-menu .header-wrapper:not(.style-header-2) div#woo-icons {
	top: 30px;
	right: 0;
}
body.burger-menu #site-navigation button.menu-toggle {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	overflow: hidden;
}

body.burger-menu header .main-navigation .menu-item-icon,
body.burger-menu header .main-navigation ul li.mega-menu .mega-hover {
	display: none;
}

body.burger-menu header .main-navigation ul a,
body.burger-menu #site-navigation ul ul a {
	padding: 15px 22px !important;
}

body.burger-menu header .main-navigation ul li.mega-menu ul a {
	font-weight: 400;
	line-height: 1;
}
body.burger-menu header .main-navigation ul li.mega-menu > ul {
	border: none;
}
body.burger-menu header .main-navigation li.mega-menu:hover > ul {
	padding: 0;
}

body.burger-menu #woo-icons,
body.burger-menu #woo-icons .woo-search {
	width: auto;
}
body.burger-menu .stom-woo-search .stom-woocommerce-product-search-placeholder {
	border: none;
	border-radius: 0;
}
body.burger-menu #woo-icons .stom-woo-search .search-field {
	display: none;
}
body.burger-menu #woo-icons .stom-woo-search .stom-woocommerce-product-search-placeholder button {
	width: 30px;
    height: 30px;
    padding: 0;
	float: none;
}
body.burger-menu #woo-icons .menu-toggle {
	display: inline-block;
	margin-top: -2px;
	margin-left: 20px;
	padding: 5px 0 5px 10px;
	color: #000;
	font-size: 28px;
	line-height: 1;
	border: none;
	background: none;
	box-shadow: none;
	outline-style: none;
}

body.burger-menu #site-navigation.main-navigation li.current_page_item,
body.burger-menu #site-navigation.main-navigation li.current-menu-item,
body.burger-menu #site-navigation.main-navigation li.current_page_ancestor,
body.burger-menu #site-navigation.main-navigation li.current-menu-ancestor {
	background-color: transparent !important;
}
body.burger-menu #site-navigation.main-navigation li.current_page_item > a,
body.burger-menu #site-navigation.main-navigation li.current-menu-item > a,
body.burger-menu #site-navigation.main-navigation li.current_page_ancestor > a,
body.burger-menu #site-navigation.main-navigation li.current-menu-ancestor > a {
	color: #00ab53 !important;
}
body.burger-menu #site-navigation.main-navigation li.current_page_ancestor > a,
body.burger-menu #site-navigation.main-navigation li.current-menu-ancestor > a,
body.burger-menu #site-navigation.main-navigation li.current_page_ancestor:after,
body.burger-menu #site-navigation.main-navigation li.current-menu-ancestor:after {
	color: #000;
}
body.burger-menu header .main-navigation ul li.mega-menu > ul > li > ul {
	background-color: #fff;
}

body.burger-menu #site-navigation #menu-back-one-level i {
	color: #00ab53;
}



@media only screen and (min-width: 1920px) {
	.page-slider-section.slider-type-custom .slider-inner-text h1,
	.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
		font-size: 40px;
	}

	.page-slider-section.slider-type-custom .slider-inner-text .st-button a {
		padding: 15px 65px;
    	font-size: 20px;
	}



	#new-energy-label--warranty.grid-bg-images .section .grid-element h2 {
		font-size: 75px;
	}
	#new-energy-label--warranty.grid-bg-images .section .grid-element p,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button a {
		font-size: 16px;
	}



	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .overlay,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .overlay {
		padding: 40px;
	}



	#quality-brands-display .section .grid-element svg.aeg {
		max-width: 11vw;
	}
	#quality-brands-display .section .grid-element svg.gram {
		max-width: 11vw;
	}
	#quality-brands-display .section .grid-element svg.bosch {
	    max-width: 10.5vw;
	}
	#quality-brands-display .section .grid-element svg.siemens {
	    max-width: 10vw;
	}
	#quality-brands-display .section .grid-element svg.samsung {
	    max-width: 9vw;
	}
	#quality-brands-display .section .grid-element svg.miele {
	    max-width: 15vw;
	}
}


/* @media only screen and (max-width: 1600px) {*/
	.stom-grid-section .local-service {
	    padding-right: 30px;
	}

	.stom-grid-section .local-service .stom-cols-4 {
		width: calc((100% - (30px * 3)) / 3);
		margin-left: 30px;
	}

	#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .grid-element .overlay {
		padding: 20px 0;
	}
	#local-service-weekly-sale h2 {
		margin-left: 30px;
		font-size: 50px;
	}
	#local-service-weekly-sale h3 {
		font-size: 20px;
	}
	#local-service-weekly-sale .local-service p {
		font-size: 12px;
	}

	#local-service-weekly-sale .weekly-sale .product-short-description {
		font-size: 14px;
	}



	body:not(.woocommerce-checkout) #page {
		padding-top: 161px;
	}
	/*header#masthead {
	    border-bottom: 1px solid #000;
	}*/
	.header-section-forhandler .section {
		padding: 5px 0;
	}
	.header-section-forhandler p {
		font-size: .9em;
	}
	.header-section-forhandler svg {
		height: 15px;
	}
	.site-branding #logo {
		padding: 13px 0 10px;
	}
	#logo svg {
		width: 170px;
		height: 40px;
	}
	#woo-icons {
		top: 25px;
	}
	#primary-menu > li > a {
		padding: 10px 0;
	}
	#primary-menu > li > a .menu-item-icon svg {
		height: 0;
		margin-bottom: 0;
	}
	header .main-navigation ul li.mega-menu:hover > a > .mega-hover:before,
	header .main-navigation ul li.mega-menu:hover > a > .mega-hover:after {
		/*top: 10px;*/
	}
/*}*/


@media only screen and (max-width: 1400px) {
	.slider-featured-product .heading {
		font-size: 23px;
	}
}


@media only screen and (max-width: 1400px) and (min-width: 981px) {
	#stom_instantsearch_result .container-product .container-item {
		width: 47.5%;
		margin: 2% 2% 0 0;
	}
	
	#stom_instantsearch_result .container-product .container-item:nth-of-type(3n+3) {
		margin-top: 2%;
		margin-right: 2%;
		padding-top: 65px;
	}
}


/*@media only screen and (max-width: 1200px) {*/
	.style-header-3 .nav-wrap:before {
		left: -30px;
		right: -30px;
	}



	.stom-billede-sektion.image-height-text.picture-left .stom-cols-6 {
		width: calc(50% - 40px);
	}



	.woocommerce ul.products li.product .product-short-description {
		height: 39px;
	}
	.woocommerce ul.products li.product .stom-product-loop-image-wrap {
		height: 197px;
	}
	.woocommerce ul.products li.product .stom-product-loop-image-wrap img {
		max-height: 167px;
	}



	body.single-forhandler #content h1 {
		font-size: 40px;
	}
	body.single-forhandler #content .stom-billede-sektion .section > .stom-cols-6,
	body.single-forhandler #content .stom-billede-sektion .stom-picture {
		width: 100% !important;
		height: auto !important;
		float: none;
	}
	body.single-forhandler #content .stom-billede-sektion .section > .stom-cols-6 {
		padding: 40px 0 20px;
	}
	body.single-forhandler #content .stom-billede-sektion .stom-picture {
		position: static;
	}

	body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6 {
		width: 49% !important;
		margin: 0 2% 0 0 !important;
	}
	body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6.last {
		margin-right: 0 !important;
	}



	body.single-forhandler .section-map.maps-optimize.optimize-left .map-container,
	body.single-forhandler .section-map.maps-optimize.optimize-left .stom-cols-6.last {
		position: static;
		width: 100%;
	}
	body.single-forhandler .section-map.maps-optimize.optimize-left .stom-cols-6.last {
		padding: 0 30px;
	}
	body.single-forhandler .section-map {
		margin-bottom: 0;
	}



	.section-wrap.forhandler-information .section {
		min-width: 500px;
	}



	#why-we-are-better h2 {
		font-size: 40px;
	}



	#why-we-are-better .stom-center-box {
		padding-left: 20px;
	}



	/*body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6 {
		width: 100% !important;
    	margin: 0 0 40px !important;
	}
	body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6.last {
		margin-bottom: 0 !important;
	}
	body.single-forhandler #content .stom-billede-sektion h2 {
		margin-bottom: 10px;
	}*/



	.single-product .brand-related-products .section {
		padding: 100px 50px;
	}



	.single-product #content {
		padding: 0 50px 30px;
	}



	.single-product .product-related-products ul.products.slick-slider .slick-prev {
		right: calc(100% + 10px);
	}
	.single-product .product-related-products ul.products.slick-slider .slick-next {
		left: calc(100% + 10px);
	}



	#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .section .grid-elements {
		margin: 0;
	}
	#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .section.columns-2 .grid-element {
		width: 100%;
		margin: 0;
	}

	.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale {
		max-height: 500px;
	}
	.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale > img {
		min-width: 100%;
	}



	.home h2 {
		font-size: 50px;
	}



	.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element:nth-child(6n+1),
	.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element:nth-child(6n) {
		flex-basis: calc(50% - 20px);
	}
	.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element {
		flex-basis: calc(25% - 20px);
	}
	.section-wrap.stom-grid-section.section-fullpage.off-size-grid .section.columns-3 .grid-element img {
		height: 100%;
	}



	#stom-forhandler-kort-sektion .forhandler-search-list {
		width: 350px;
	}
	#stom-forhandler-kort-sektion .forhandler-list {
		/*padding: 210px 40px 50px;*/
	}

	#stom-forhandler-kort-sektion .forhandler-search form {
		/*flex-wrap: wrap;*/
	}
	#stom-forhandler-kort-sektion .forhandler-search form input,
	#stom-forhandler-kort-sektion .forhandler-search form button {
		height: 35px;
		font-size: 13px;
		line-height: 35px;
	}
	#stom-forhandler-kort-sektion .forhandler-search form input {
		flex: 1;
    	min-width: 0;
	}
	#stom-forhandler-kort-sektion .forhandler-search form button {
		padding: 0 7px 0 5px;
	}
	#stom-forhandler-kort-sektion .forhandler-search form button svg {
		width: 	14px;
		vertical-align: text-top;
	}

	#stom-forhandler-kort-sektion .forhandler-list .forhandler .actions a {
		display: block;
	}
	#stom-forhandler-kort-sektion .forhandler-list .forhandler .actions a:not(:last-child) {
		margin-bottom: 10px;
	}

	.gm-style .gm-style-iw-c {
		padding: 18px;
	}
	button.gm-ui-hover-effect {
		top: 0 !important;
		right: 0 !important;
	}



	.header-section-forhandler .section {
		padding: 5px 30px !important;
		font-size: 14px;
	}



	.single-product div.product form.cart .button.single_add_to_cart_button,
	.single-product .stom-add-to-favourites a {
		padding: 11px;
    	font-size: 14px;
	}
	.single-product div.product form.cart .button.single_add_to_cart_button svg,
	.single-product .stom-add-to-favourites svg {
		height: 16px;
	}



	body.archive.woocommerce-page .products li.product-category {
    	width: calc((100% - (30px * 2)) / 3);
		margin: 0 30px 30px 0 
	}
	body.archive.woocommerce-page.term-maerker .products li.product-category:nth-child(3n) {
		margin-right: 0 !important;
	}



	.page-slider-section.slider-type-custom .slider-inner-text {
        margin-left: 3vw;
    }



	.woocommerce-cart h1,
	.woocommerce-cart h2 {
		font-size: 1.6em;
	}


	.header-wrapper,
	#content,
	.section,
	.section-wrap .section,
	footer.site-footer .site-info {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"]:not(.responsive) {
	    display: none;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"].responsive {
	    display: block;
	}
/*}*/


@media only screen and (max-width: 980px) {
	#stom_instantsearch_result .container-product .container-item .item-content-wrapper > .item-category {
		display: block;
		float: none;
	}

	#stom_instantsearch_result .container-product .container-item .item-content-wrapper {
		margin-left: 15px;
	}
}


@media only screen and (max-width: 959px) {
	.page-slider-section.slider-type-custom .slick-slider:not(.slider-text-inner-slider) {
		max-width: 100vw;
	}



	.stom-billede-sektion.image-height-text .section {
		display: block;
	}
	.stom-billede-sektion.image-height-text.picture-left .stom-cols-6 {
		width: 100%;
		margin-left: 0;
	}
	.stom-billede-sektion.image-height-text .stom-picture {
		margin-left: 0;
	}
	.stom-billede-sektion.image-height-text .stom-picture img {
		display: block;
	}



	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"]:not(.responsive) {
	    display: block;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"].responsive {
	    display: none;
	}



	.woocommerce-cart .cart-collaterals {
		margin-bottom: 50px;
	}
	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart .woocommerce-cart-form .shop_table_divider {
		width: 100%;
	}



	.woocommerce ul.products li.product .product-short-description {
		height: 26px;
	}
	.woocommerce ul.products li.product .stom-product-loop-image-wrap {
		height: 241px;
	}
	.woocommerce ul.products li.product .stom-product-loop-image-wrap img {
		max-height: 210px;
	}



	.section-wrap.forhandler-information .forhandler-bg {
		position: static;
		max-height: 65vh;
	}
	.section-wrap.forhandler-information .forhandler-bg img {
	    width: 100%;
		height: auto;
		opacity: 0;
	}



	.single-product #primary .custom-product-label.label-for-sale {
		padding: 5px;
		font-size: 13px;
	}
	.single-product #primary .custom-product-label.warranty-2-2 svg {
		width: 54px;
	}
	.single-product .label-for-sale + .custom-product-label.warranty-2-2 {
		top: 60px;
	}

	.single-product .custom-product-label ~ .flex-viewport {
		margin: 0 35px 0 105px;
	}

	.single-product div.product div.images .custom-product-label ~ .flex-control-thumbs {
		padding-left: 70px;
	}

	.single-product .custom-product-label ~ .flex-direction-nav .flex-nav-prev {
		left: 70px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 55px;
	}



	.forhandler-list-grouped .forhandler .title {
		min-height: 28px;
	}



	body:not(.woocommerce-checkout) #page {
		padding-top: 101px;
	}



	#logo svg {
		width: 200px;
    	height: 50px;
	}



	#woo-icons {
	    top: 23px !important;
	}



	#stom_instantsearch_result .container-product .container-item {
		margin: 20px 0 0 !important;
		box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
	}

	#stom_instantsearch_result.categories-active .container-product .item-content-wrapper .item-headline {
		width: 65%;
	}



	.woocommerce-checkout #customer_details,
	#order_review {
		width: 48% !important;
	}
	#order_review {
		margin: 0 0 0 4% !important;
	}
	#stom-order-review,
	#stom-checkout-payment,
	#stom-checkout-forhandler {
		width: 100% !important;
		margin: 0 0 8% !important;
	}



	.single-product div.product form.cart,
	.single-product .stom-add-to-favourites {
		flex-basis: 100%;
		margin: 0;
	}
	.single-product .stom-add-to-favourites {
		margin-top: 10px;
	}



	body:not(.no-sidebar).woocommerce #primary {
		width: 100%;
	}



	.section-wrap.stom-grid-section.section-fullpage .grid-element .overlay {
		padding: 30px 20px;
	}
	#quality-brands-display .section .grid-element svg {
		/*max-height: 100%;*/
		width: auto;
    	height: 100%;
	}



	.home .stom-grid-section.grid-bg-images.big-heading.small-lineheight.heading-shadow .grid-element {
		width: calc((100% - (20px * 2))  / 2);
		margin: 0 0 20px 20px;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element h2,
	#new-energy-label--warranty.grid-bg-images .section .grid-element h2 {
		font-size: 5em;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element p,
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .st-button a,
	#new-energy-label--warranty.grid-bg-images .section .grid-element p,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button a {
		font-size: 1.7em;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .grid-element.restparti:before {
		width: 11.9vw;
	    padding: 1.9vw 0.6vw 3.4vw;
	    font-size: 2.03vw;
	}



	.header-usps .section {
		padding: 0 10px;
	}
	.header-usps .stom-cols-4 {
		padding: 8px 5px;
		font-size: 14px;
	}



	.section-wrap.forhandler-information {
		display: block;
		min-height: 0;
		background-image: none !important;
	}
	.section-wrap.forhandler-information .section {
		display: block;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding: 60px 30px !important;
	    background-color: #073b55;
		background-image: none;
	}
	.section-wrap.forhandler-information .section h2 br {
		display: none;
	}
	.section-wrap.forhandler-information > img {
		display: block;
	}



	#woo-icons {
		width: calc(100% - 325px - 135px);
	}



	.page-slider-section.slider-type-custom .slider-text {
        width: 55vw;
        right: auto;
        background-size: 100% 101%;
    }
    .page-slider-section.slider-type-custom .slider-featured-product {
        display: none;
    }
    .page-slider-section.slider-type-custom .slider-text-inner {
        text-align: center;
    }
    .page-slider-section.slider-type-custom .slider-inner-text {
        margin: 0;
    }
    .page-slider-section.slider-type-custom .slider-inner-text h1,
    .page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
        font-size: 30px;
    }
    .page-slider-section.slider-type-custom .slider-inner-text .st-button a {
        padding: 10px 50px;
        font-size: 1rem;
    }



	.single-product .product-information-section .section .product-information,
	.single-product .product-information-section .section .product-related-products {
		flex-basis: 100%;
		max-width: 100%;
	}
	.single-product .product-related-products {
		margin: 20px 0 0;
	}
	.single-product .product-related-products ul.products {
		width: calc(100% - (41px * 2) - (10px * 4));
	}



	#woo-icons {
	    top: 23px !important;
	}



	.why-we-are-better-front .section {
		padding: 30px 25px !important;
	}
	.section-wrap.stom-grid-section.why-we-are-better-front .section .grid-element {
		width: calc((100% - (25px * 3))  / 3);
		margin: 0 0 20px 25px;
	}
	.section-wrap.stom-grid-section.why-we-are-better-front .section .grid-element .overlay {
		padding: 0;
	}
	.why-we-are-better-front.small-heading h3 {
	    font-size: 20px;
	}
	.why-we-are-better-front p {
		font-size: 14px;
	}
	.why-we-are-better-front p br {
		display: none;
	}



	body.archive.woocommerce-page .products li.product-category {
    	width: calc((100% - (30px * 1)) / 2);
		margin: 0 20px 20px 0 !important;
	}
	body.archive.woocommerce-page .products li.product-category:nth-child(3n) {
		margin-right: 20px !important;
	}
	body.archive.woocommerce-page .products li.product-category:nth-child(2n) {
		margin-right: 0 !important;
	}



	#contact-nearest-dealer .section {
		padding: 100px 30px;
	}
	#contact-nearest-dealer h2 {
		font-size: 40px;
	}



	#why-we-are-better h2 {
		font-size: 35px;
	}
	#why-we-are-better h3 {
		font-size: 28px;
	}



	.bapf_sfilter ul li:not(:last-child) {
		margin-bottom: 15px !important;
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox] {
		width: 13px;
    	height: 13px;
	}
	.bapf_sfilter.bapf_ckbox label,
	.bapf_sfilter.bapf_ckbox label + span {
		line-height: 15px;
	}



	.single-product h2 {
		font-size: 50px;
	}



	.section-wrap.stom-grid-section.customer-service .section {
		padding: 40px 30px 80px !important;
	}



	#buy-locally-usp .section {
		padding: 50px 30px 90px;
	}
	#buy-locally-usp h2 {
		font-size: 40px;
	}
	#buy-locally-usp h3 {
		font-size: 25px;
	}
	#buy-locally-usp.section-wrap.stom-grid-section .section .grid-element {
		align-items: flex-start;
	}



	.forhandler-list-grouped .forhandler-group:not(:last-child) {
		margin-right: 40px;
	}
	.forhandler-list-grouped .forhandler .details .city {
		display: block;
	}
	.forhandler-list-grouped .forhandler .details a {
		float: left;
	}



	.about-hof-page .stom-billede-sektion .stom-cols-6,
	.about-hof-page .stom-billede-sektion .stom-picture,
	.about-hof-page .stom-billede-sektion.not-fullwidth .stom-picture {
		position: static;
		width: 100%;
		height: auto !important;
		float: none;
	}
	.about-hof-page .stom-billede-sektion .stom-cols-6 {
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.extra-space.stom-billede-sektion .section {
		padding: 20px;
	}
}


@media only screen and (max-width: 768px) {
	body:not(.woocommerce-checkout) #page {
	    padding-top: 101px;
	}


	.woocommerce table.shop_table_responsive tbody .woocommerce-shipping-totals th,
	.woocommerce-page table.shop_table_responsive tbody .woocommerce-shipping-totals th {
		display: block;
		width: 100%;
	}
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td::before,
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td::before,
	.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals + tr td::before,
	.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals + tr td::before {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	body .select2-container, body .ui-widget.ui-datepicker {
	    z-index: 20 !important;
	}



	.nyhedsbrev-betingelser-tekst {
		max-width: 300px;
	}



	.page-slider-section.slider-type-custom .slick-slider.slider-text-inner-slider {
		max-width: 100%;
	}
	.page-slider-section .slick-dots {
		margin-left: calc(50% - 30px);
    	transform: translateX(-50%);
	}



	body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6 {
		width: 100% !important;
    	margin: 0 0 40px !important;
	}
	body.single-forhandler #content .stom-billede-sektion .stom-center-box .stom-cols-6.last {
		margin-bottom: 0 !important;
	}
	body.single-forhandler #content .stom-billede-sektion h2 {
		margin-bottom: 10px;
	}



	body.archive.woocommerce-page .products li.product-category,
	body.archive.woocommerce-page .products li.product-category:nth-child(3n) {
		margin-right: 15px !important;
	}
	body.archive.woocommerce-page .products li.product-category:nth-child(2n) {
		margin-right: 0 !important;
	}



	.header-section-forhandler .section {
		padding: 5px 20px !important;
	}



	.section-wrap.stom-grid-section.section-fullpage .section .grid-elements {
		margin-left: 0 !important;
	}



	.weekly-sale .weekly-sale-banner {
		width: 128px;
	    height: 110px;
	    padding: 35px 0 0 15px;
	    background-size: cover;
	}
	.weekly-sale .weekly-sale-banner span {
		font-size: 40px;
	    line-height: 1;
	}



	.woocommerce-checkout #customer_details,
	#order_review,
	#stom-checkout-payment,
	#stom-checkout-forhandler {
		width: 100% !important;
		margin: 0 !important;
	}
	#order_review,
	#stom-checkout-payment {
		margin: 4% 0 0 !important;
	}
	#stom-order-review {
		margin: 0 0 4% !important;
	}



	.header-section-forhandler .forhandler span {
		padding-right: 10px;
	}
	.header-section-forhandler .forhandler svg + span ~ span {
		display: none;
	}
	.header-section-forhandler .forhandler > a {
		margin-left: 10px;
	}
	.header-section-forhandler .forhandler > a:last-child {
		padding-left: 10px;
	}



	body.single-forhandler #content .stom-billede-sektion .stom-picture {
		width: 100%;
	}



	.single-product h2 {
		font-size: 35px;
	}



	body.archive.woocommerce-page .products li.product-category {
		width: calc((100% - (20px * 1)) / 2);
		margin: 0 20px 20px 0;
	}



	.single-product div.product form.cart,
	.single-product .stom-add-to-favourites {
		flex-basis: 0;
	}
	.single-product .stom-add-to-favourites {
		margin-top: 0;
		margin-left: 20px;
	}



	#contact-nearest-dealer h2 {
		font-size: 30px;
	}



	#why-we-are-better .section {
		padding: 50px 20px;
	}



	.stom-billede-sektion .stom-picture {
	    width: 100%;
	}



	.home h2,
	#local-service-weekly-sale h2 {
		font-size: 35px;
	}



	.why-we-are-better-front h3 {
		font-size: 25px;
	}



	.section-wrap.forhandler-information .section,
	.section-wrap.forhandler-information .section .st-button {
		font-size: .95em;
	}



	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	}



	.section-wrap.stom-grid-section .section .grid-elements,
	.section-wrap.stom-grid-section.section-fullpage .section .grid-elements {
		margin-left: 0;
	}
	.section-wrap.stom-grid-section .section.columns-3 .grid-element {
		width: 100%;
		margin: 0 0 20px;
	}
	.section-wrap.stom-grid-section.why-we-are-better-front .section .grid-element p br {
		display: none;
	}



	#quality-brands-display .section .grid-element img {
		width: auto;
		max-width: none;
	}
	#quality-brands-display .section .grid-element {
		flex-basis: calc(50% - 20px);
	    justify-content: center;
	    overflow: hidden;
	    margin: 0 0 20px 20px;
	}



	.home .stom-grid-section.grid-bg-images.big-heading.small-lineheight.heading-shadow .grid-element {
		width: 100%;
		margin: 0 0 20px;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .overlay,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .overlay {
		padding: 40px;
		font-size: 10px;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element.logo-bg .overlay,
	#new-energy-label--warranty.grid-bg-images .section .grid-element.logo-bg .overlay {
		position: static;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .logo-bg.grid-element img,
	#new-energy-label--warranty.grid-bg-images .logo-bg.grid-element img {
		position: absolute;
	    top: 30px;
	    right: 30px;
	    width: 90px;
	    margin: 0;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element h2,
	#new-energy-label--warranty.grid-bg-images .section .grid-element h2 {
		font-size: 5em;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element p,
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .st-button a,
	#new-energy-label--warranty.grid-bg-images .section .grid-element p,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button a {
		font-size: 1.7em;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .grid-element.restparti:before {
		width: 140px;
    	padding: 25px 30px 60px;
	    font-size: 17px;
	}



	.header-usps .stom-cols-4,
	.header-usps .stom-cols-4.last {
		width: 32% !important;
		margin: 0 2% 0 0 !important;
		font-size: 13px;
	}
	.header-usps .stom-cols-4.last {
		margin-right: 0 !important;
	}
	.header-usps .stom-cols-4 svg {
		display: none;
	}



	div.header-wrapper {
		padding: 0 20px;
	}

	.site-branding #logo {
		padding: 15px 0;
	}
	#logo svg {
	    width: 250px;
    	height: 62px;
	}

	body:not(.woocommerce-checkout) #page {
		padding-top: 120px;
	}



	#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .section.columns-2 .grid-element {
		padding-right: 0;
	}



	.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale {
		max-height: 100%;
	}
	.section-wrap.stom-grid-section.section-fullpage .section .grid-element.weekly-sale > img {
		position: absolute;
		top: -99999px;
		right: -99999px;
		bottom: -99999px;
		left: -99999px;
		margin: auto;
	}
	#local-service-weekly-sale.section-wrap.stom-grid-section.section-fullpage .grid-element .overlay {
		position: relative;
		padding: 40px;
		z-index: 1;
	}



	#woo-icons {
		width: calc(100% - 180px - 135px);
	}



	.woocommerce ul.products li.product:not(.product-category):not(.slick-slide),
	.woocommerce-page ul.products li.product:not(.product-category):not(.slick-slide) {
		width: calc((100% - (15px * 1)) / 2);
    	margin: 0 15px 30px 0 !important;
	}
	.woocommerce ul.products li.product:not(.product-category):not(.slick-slide):nth-child(2n),
	.woocommerce-page ul.products li.product:not(.product-category):not(.slick-slide):nth-child(2n) {
		margin-right: 0 !important;
	}



	.page-slider-section.slider-type-custom .slider-inner-text h1,
	.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
	    font-size: 25px;
	}
	.page-slider-section.slider-type-custom .slider-inner-text .st-button {
		width: 100%;
	}
	.page-slider-section.slider-type-custom .slider-inner-text .st-button a {
		padding: 10px;
		font-size: 14px;
	}



	.stom-products-section .section-link,
	.stom-products-section.stom-slick .section-link {
		float: none;
	}

	.stom-products-section {
		text-align: center;
	}



	#footer-grid .footer-heading {
		font-size: 20px;
	}



	#new-energy-label--warranty.section-wrap.stom-grid-section .section.columns-2 .grid-element {
		flex-basis: 100%;
		width: 100%;
    	margin: 0 0 20px;
	}



	#stom-forhandler-kort-sektion .forhandler-search-list {
		position: absolute;
		top: 0;
		left: -370px;
		max-height: 70vh;	
		background-color: #fff;
		transition: left .4s;
	}
	#stom-forhandler-kort-sektion .map-container {
		flex-basis: 100%;
		max-height: 70vh;
	}



	#stom-forhandler-kort-sektion .map-container .forhandler-kort-search-toggle {
		display: block !important;
	    position: absolute;
	    bottom: 3px;
	    left: 3px;
	    padding: 10px;
	    color: #003a53;
	    background-color: #fff;
	    font-weight: bold;
	    line-height: 1;
	    box-shadow: 0 0px 8px rgb(0 0 0 / 45%);
	    cursor: pointer;
	}
	#stom-forhandler-kort-sektion .forhandler-search-list .forhandler-kort-search-toggle {
		display: block !important;
	    position: absolute;
	    top: 10px;
	    right: 12px;
	    color: #073b55;
	    font-size: 22px;
	    line-height: 1;
	    z-index: 2;
	}
	#stom-forhandler-kort-sektion .forhandler-search-list .forhandler-kort-search-toggle i {
		line-height: 1;
	}
	
	
	
	.slider-type-banner .image-aligner img.mobile-slide-img + img {
		display: none;
	}
	.slider-type-banner .image-aligner img.mobile-slide-img {
		display: block !important;
	}
}


@media only screen and (max-width: 700px) {
	body.archive.woocommerce-page .products li.product-category {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	body.archive.woocommerce-page .products li.product-category,
	body.archive.woocommerce-page .products li.product-category:nth-child(3n) {
		margin: 0 0 20px !important;
	}

	body.archive.woocommerce-page .products li.product-category a:before {
		padding-top: 250px;
	}
}


@media only screen and (max-width: 600px) {
	.woocommerce ul.products li.product:not(.product-category):not(.slick-slide),
	.woocommerce-page ul.products li.product:not(.product-category):not(.slick-slide) {
		width: 100%;
    	margin: 0 0 30px 0 !important;
	}



	.header-usps .stom-cols-4,
	.header-usps .stom-cols-4.last {
		padding-right: 6%;
    	padding-left: 6%;
	}



	.page-slider-section.slider-type-custom .slider-inner-text h1,
	.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
		font-size: 20px;
	}



	.weekly-sale .featured-product .product-image,
	.weekly-sale .featured-product .product-details {
		width: 100%;
		margin: 0;
	}
	.weekly-sale .featured-product .product-details {
		margin-top: 30px;
		text-align: center;
	}



	body.burger-menu #woo-icons .stom-woo-search .stom-woocommerce-product-search-placeholder button {
		width: 25px;
    	height: 25px;
	}
	body.burger-menu header .stomWF-favourites-list-link svg {
		width: 27px;
	}
	body.burger-menu .site-header-cart svg.kurv {
		width: 25px;
	}
	body.burger-menu #woo-icons .menu-toggle {
		margin-top: -5px;
	}
	body.burger-menu #woo-icons {
		top: 32px !important;
	}
}


@media only screen and (max-width: 479px) {
	#quality-brands-display .section .grid-element {
		flex-basis: 100%;
    	margin: 0 0 20px;
	}



	#stom_instantsearch_result .container-product .container-item .item-content-wrapper {
		width: 100%;
		margin: 0;
	}

	#stom_instantsearch_result.categories-active .container-product .item-content-wrapper .item-headline {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}



	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"]:not(.responsive) {
	    display: none;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .coupon input[name="apply_coupon"].responsive {
	    display: block;
	}



	.nyhedsbrev-betingelser-tekst {
		max-width: 100%;
		left: 0;
		margin: 0;
		transform: none;
	}
	.nyhedsbrev-betingelser-tekst:after {
		margin: 0 0 0 30px;
	}



	.section-wrap.forhandler-information .employee-card {
		padding: 20px;
	}
	.section-wrap.forhandler-information .employee-card:after {
		height: 35px;
	}



	body.single-forhandler .section-map h2 {
		font-size: 35px;
	}



	#buy-locally-usp h2 {
		font-size: 35px;
	}



	#stom_instantsearch_result .container-product .container-item .item-image,
	#stom_instantsearch_result .container-product .container-item .item-image .image {
	    max-height: 90px;
	}
	#stom_instantsearch_result.categories-active .container-product .item-content-wrapper .item-headline {
		font-size: 17px;
	}



	.weekly-sale .weekly-sale-banner {
		width: 85px;
	    height: 90px;
	    padding: 32px 0 0 15px;
	}
	.weekly-sale .weekly-sale-banner span {
		font-size: 30px;
	}



	#footer-grid.section-wrap .section {
		padding: 30px 20px;
	}
	#footer-grid.section-wrap.stom-grid-section .section .grid-element .overlay {
		padding: 5px 0;
	}
	#footer-grid .footer-heading {
		margin-bottom: 10px;
	}
	#footer-grid .footer-heading:after {
		margin-top: 0;
	}



	.page-slider-section .slider-text {
		padding-left: 20px;
    	padding-right: 20px;
	}



	.page-slider-section.slider-type-custom .slider-inner-text h1,
	.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 {
	    font-size: 18px !important;
	}
	.page-slider-section.slider-type-custom .slider-text {
		width: 60vw;
	}
	.page-slider-section.slider-type-custom .slider-inner-text .st-button {
		min-width: 0;
	}
	.page-slider-section.slider-type-custom .slider-inner-text .st-button a {
		font-size: 13px;
	}



	.page-slider-section .slick-dots {
	    bottom: -35px;
	}



	.single-product div.product form.cart,
	.single-product .stom-add-to-favourites {
		flex-basis: 100%;
		margin: 0;
	}
	.single-product .stom-add-to-favourites {
		margin-top: 10px;
	}



	body.archive.woocommerce-page header.woocommerce-products-header h1 {
		font-size: 28px;
	}



	.woocommerce-products-header .woocommerce-breadcrumb {
		font-size: 11px;
    	text-transform: none;
	}



	.stom-archive-result-wrap .woocommerce-result-count {
		font-size: 16px;
	}
	.stom-archive-result-wrap .woocommerce-ordering > span:first-child {
		display: none;
	}



	.single-product .stom-product-header {
		display: flex;
		flex-wrap: wrap;
	}
	.single-product .stom-product-header > * {
		order: 2;
	}
	.single-product #primary nav.woocommerce-breadcrumb {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	    order: 1;
	    text-transform: none;
	    line-height: 1.3;
	    font-size: 12px;
	}
	.single-product div.product .product_title {
		width: calc(100% - 80px);
		font-size: 20px !important;
	}



	body:not(.home) .stom-grid-section.off-size-grid h2,
	#why-we-are-better h2 {
		font-size: 25px;
		text-align: center;
	}

	#why-we-are-better h3 {
		font-size: 20px;
	}



	h1,
	.page-slider-section h2 {
		font-size: 35px !important;
	}



	.forhandler-list-grouped .forhandler-group {
		flex-basis: 100%;
	}



	.single-product .custom-product-label ~ .flex-viewport {
		margin: 0 35px;
	}

	.single-product div.product div.images .custom-product-label ~ .flex-control-thumbs {
		padding-left: 0;
	}

	.single-product .custom-product-label ~ .flex-direction-nav .flex-nav-prev {
		left: 0;
	}

	.woocommerce div.product div.images .flex-control-thumbs li img {
		width: 55px;
	}



	.stom-products-section .section-link,
	.stom-products-section.stom-slick .section-link {
		width: 100%;
	}



	.header-section-forhandler .section {
		padding: 10px 20px !important;
	}
	.header-wrapper {
	    padding: 0 20px;
	}



	#logo svg {
		width: 140px;
		height: 35px;
	}

	body.burger-menu div#woo-icons,
	body.burger-menu .header-wrapper:not(.style-header-2) div#woo-icons {
		top: 20px !important;
	}

	body.burger-menu #woo-icons .stom-woo-search .stom-woocommerce-product-search-placeholder button {
		width: 25px;
    	height: 25px;
	}
	.site-header-cart svg.kurv {
		width: 25px;
	}
	body.burger-menu #woo-icons .menu-toggle {
		margin-left: 10px;
		padding: 2px 0 5px 5px;
    	font-size: 26px;
	}
	header .stomWF-favourites-list-link {
		margin-left: 10px;
	}

	body:not(.woocommerce-checkout) #page {
		padding-top: 103px;
	}



	.page-slider-section.slider-type-custom .slider-inner-text h1 br,
	.page-slider-section.slider-type-custom .slider-inner-text .text-slide h2 br {
		display: none;
	}



	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .overlay,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .overlay {
		padding: 20px;
		font-size: 7px;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element p,
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .st-button a,
	#new-energy-label--warranty.grid-bg-images .section .grid-element p,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .st-button a {
		font-size: 2em;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .section .grid-element .overlay p strong,
	#new-energy-label--warranty.grid-bg-images .section .grid-element .overlay p strong {
		font-weight: normal;
	}
	.home .section-wrap.stom-grid-section.grid-bg-images .logo-bg.grid-element img,
	#new-energy-label--warranty.grid-bg-images .logo-bg.grid-element img {
		top: 15px;
		right: 15px;
		width: 68px;
	}

	.home .section-wrap.stom-grid-section.grid-bg-images .grid-element.restparti:before {
		width: 100px;
		padding: 10px 30px 25px;
		font-size: 15px;
	}



	#footer-grid .newsletter-signup .overlay {
		width: 100%;
	}



	.header-usps {
		display: none;
	}
}

/*======================================================================//
// END responsive.css                                                   //
//======================================================================*/




/*======================================================================//
// instore.css                                                   //
//======================================================================*/
:root{
	--c-primary: #009f3b;
}

body{
	max-width: 1080px;
	margin: 0 auto;
}


.header-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .back-button a,
.header-wrapper .home-button a{
	padding: 10px 0;
	
}
.header-wrapper .back-button svg,
.header-wrapper .home-button svg{
	margin-top: 7px;
	/*filter: invert(57%) sepia(16%) saturate(1622%) hue-rotate(94deg) brightness(93%) contrast(94%);	*/
	filter: invert(26%) sepia(93%) saturate(2314%) hue-rotate(137deg) brightness(101%) contrast(105%);
}
.header-wrapper .back-button svg,
.header-wrapper .back-button svg{
	line-height: 0;
	width: 28px;
	height: 16px;
}
.header-wrapper .home-button svg{
	width: 34px;
    height: 23px;
}


.home .page-slider-section{
	position: relative;
}

.home .page-slider-section::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; 
	content: '';
	background: url(images/slideroverlay.png);
	z-index: 10;

}
.home .page-slider-section .slider-text{
	z-index: 20;
}

.page-slider-section.slider-type-banner .slider-text-inner-slider .text-slide-inner{
	text-align: center;
}

.page-slider-section.slider-type-banner .slider-text-inner-slider .text-slide-inner .stom-custom-svg {
    background-color: var(--c-primary);
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    line-height: 0;
    transform: translateX(-50%);
    font-size: 26px;
}
.page-slider-section.slider-type-banner .slider-text-inner-slider .text-slide-inner .stom-custom-svg svg path{
	fill: white;
}

.bounce_animation{
  animation: bounces 3s ease infinite;
  animation-delay: 2s;
}
@keyframes bounces {
	0%, 80% { bottom: 20px; }
	85% { bottom: 25px; }
	90% { bottom: 20px; }
	95% { bottom: 25px; }
	100 { bottom: 20px; }
}

.home .page-slider-section.slider-type-banner .slider-inner-text h1,
.home .page-slider-section.slider-type-banner .slider-inner-text .text-slide h2{
	font-weight: 700;
	font-family: montserrat, sans-serif;
	line-height: .75;
	
}
.home .page-slider-section.slider-type-banner .slider-inner-text h1{
	font-size: 80px;
}
.home .page-slider-section.slider-type-banner .slider-inner-text .text-slide h2 {
	font-size: 45px;
}


#frontpagemenu ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	justify-content: center;
}

#frontpagemenu li {
    width: calc((100% - (4 * 25px))/ 4);
    aspect-ratio: 1/1;
	height: 230px ;
    min-width: 176px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    font-size: 23px;
    font-weight: 400;
    animation: bop 6s ease infinite;
}

#frontpagemenu li,
#frontpagemenu li a{
	border-radius: 20px;
}

@keyframes bop {
	0%, 86% { transform: scale(1) }
	93% { transform: scale(1.06) }
	100 { transform: scale(1)  }
}

#frontpagemenu li:nth-of-type(1){
	animation-delay: 0s
}
#frontpagemenu li:nth-of-type(5){
	animation-delay: .08s
}

#frontpagemenu li:nth-of-type(2){
	animation-delay: .20s
}
#frontpagemenu li:nth-of-type(6){
	animation-delay: .28s
}

#frontpagemenu li:nth-of-type(3){
	animation-delay: .40s
}
#frontpagemenu li:nth-of-type(7){
	animation-delay: .48s
}

#frontpagemenu li:nth-of-type(4){
	animation-delay: .60s
}
#frontpagemenu li:nth-of-type(8){
	animation-delay: .68s
}




#frontpagemenu li a{
	display:flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-decoration: none;
}

#frontpagemenu li svg{
	max-height: 120px;
	/*filter: invert(34%) sepia(72%) saturate(4110%) hue-rotate(129deg) brightness(101%) contrast(83%);*/
	filter: invert(26%) sepia(93%) saturate(2314%) hue-rotate(137deg) brightness(101%) contrast(105%);


}
#frontpagemenu li::marker{
	display: none;
}

/*body{
	min-height: 100vh;
}
*/

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;

}

body {
  position: relative;
  margin: 0;
  padding-bottom: 4rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}


#logo_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin-bottom: 90px;
}
/*
#content > *:last-of-type{
	margin-bottom: 241px
}
*/



#forsidebanner {
    background-size: contain;
    margin: 0 40px;
}

#forsidebanner .section {
    min-height: 346px;
	padding: 0;
	display: flex;
}

#forsidebanner .content{
	max-width: 670px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	color: white;
}



#forsidebanner h2,
#forsidebanner h4{
	font-family: montserrat, sans-serif;
	line-height: 1;
	margin-bottom: 0
}

#forsidebanner h2{
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 71px;
}

#forsidebanner h4{
	font-size: 20px;
	font-weight: 400;
}


.style-header-3 .nav-wrap{
	/*box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);*/
	margin-top: 0;
}

.menu-menu-primaer-container > ul.menu {
    justify-content: space-between;
}

.menu-menu-primaer-container > ul.menu > li{
	min-width: 105px;
}

.menu-menu-primaer-container > ul.menu > li > a{
	text-align: center;
	margin: 10px 0
}
.menu-menu-primaer-container > ul.menu > li > a:before {
    height: unset;
    overflow: unset;
    visibility: unset;
    margin-bottom: 0;
    height: 58px;
}
.menu-menu-primaer-container > ul.menu > li.vask > a:before{
	content: url('images/Ikoner-individuelle1.png');
}
.menu-menu-primaer-container > ul.menu > li.opvask > a:before{
	content: url('images/Ikoner-individuelle2.png');
}
.menu-menu-primaer-container > ul.menu > li.koel > a:before{
	content: url('images/Ikoner-individuelle3.png');
}
.menu-menu-primaer-container > ul.menu > li.komfur > a:before{
	content: url('images/Ikoner-individuelle4.png');
}
.menu-menu-primaer-container > ul.menu > li.koekken > a:before{
	content: url('images/Ikoner-individuelle5.png');
}
.menu-menu-primaer-container > ul.menu > li.personlig > a:before{
	content: url('images/Ikoner-individuelle6.png');
}
.menu-menu-primaer-container > ul.menu > li.hus > a:before{
	content: url('images/Ikoner-individuelle7.png');
}
.menu-menu-primaer-container > ul.menu > li.maerker > a:before{
	content: url('images/Ikoner-individuelle8.png');
}

body.archive.woocommerce-page header.woocommerce-products-header h1{
	font-size: 65px;
}

.woocommerce:not(.term-maerker) ul.products li.product-category {
    border-radius: 20px;
	width: 307px !important;
	margin: 10px !important;
	overflow: hidden;
}

body.archive #content {
    padding: 30px 40px;
}
body.archive.woocommerce-page .products li.product-category h2.woocommerce-loop-category__title{
	font-family: montserrat, sans-serif;
	color: black;
	font-size: 23px;
	font-weight: 400;
}

.header-wrapper{
	padding: 30 50px !important;
}
header.style-header-3 .menu-container{
	padding: 0 50px !important;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce ul.products /*li.product*/ button {
	width: 100%;
	color: white;
}

.woocommerce ul.products li.product .price{
	color: #169d40;
}

select.orderby {
    border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	color: #169e40;
	font-family: "Proxima Nova";
	font-weight: 400;
	font-size: 16px;
	background: transparent;
	
	
}
select.orderby::-ms-expand {
    display: none;
}










/* Popup container */
/*#stom_popup_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
		padding: 0;
}
#stom_popup_wrapper,
#stom_popup_wrapper *{
	margin: 0 !important;
	padding: 0 !important;
}
#stom_popups_wrapper .stom_popup_content_wrapper{
	padding: 0;
}
*/

section#popup_slider {
    position: absolute;
    z-index: 1001;
    top: 0;
    height: 100%;
    width: 100%;
    background: white;
    visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .2s;
}



.visible{
	visibility: visible !important;
	opacity: 1 !important;
}

section#popup_slider .section{
	padding: 0;
}

section#popup_slider .stom-simple-slider.slick-initialized.slick-slider {
    height: 100vh;
    padding: 0;
}

section#popup_slider .stom-simple-slider.slick-initialized.slick-slider 

 section#popup_slider .slick-list{
	 height: 100%;
 }
 
 section#popup_slider .slick-slide {
    margin: 0px !important;
}

section#popup_slider::after {
    position: absolute;
    content: '';
    background: url('images/svg/times-circle-solid.svg');
    top: 30px;
    right: 43px;
    /* z-index: 5400; */
    font-size: 2.6em;
    /* font-weight: 900; */
    /* line-height: 1; */
    padding: .5em;
    /* border-radius: 50%; */
    /* filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%); */
	animation: boptwice 4s ease infinite;
}
@keyframes boptwice {
	0%, 92% { transform: scale(1) }
	94% { transform: scale(1.2) }	
	96% { transform: scale(1) }
	98% { transform: scale(1.2) }
	100 { transform: scale(1)  }
}

*{
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}



#page-load-overlay {
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0%;
	background-color: #FFFFFFEE;
	z-index: 1500;
	pointer-events: none;
}

body.woocommerce #secondary {
    width: 230px;
    overflow-y: scroll;
    height: 88vh;
    position: sticky;
    top: 211px;
	padding-bottom: 45vh
}
body.woocommerce #secondary * {
    max-width: 220px;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #333 rgba(0,0,0,0.1) rgba(0,0,0,0.1);

    animation: spin .6s ease infinite;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    position: absolute;
}


@keyframes spin {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(359deg) }
}

header .header-wrapper > *,
#logo_footer img{
	z-index: 2000 !important;
}

header .header-wrapper {
    height: 48px !important;
    background: url('images/shadow.png');
    background-position: bottom;
    background-size: cover;
}

#primary-menu > li:not(.maerker) > a {
    pointer-events: none;
}

#colophon {
    margin-top: 215px;
	background: none;
}


.single-product div.product form.cart .button.single_add_to_cart_button, 
.single-product .stom-add-to-favourites a,
.single-product .product-accordions.featured-accordions{
	display: none;
}	

.bapf_head.bapf_colaps_togl {
    padding-bottom: 20px;
    padding-top: 25px;
}

.bapf_sfilter.bapf_slidr .bapf_head{
	margin-bottom: .7em;
}
 
 
button.menu_open_button {
    position: absolute;
    color: white;
    right: 25px;
    background: none;
    border: none;
    filter: invert(100%);
    font-size: 0;
    width: 4%;
	outline: none;
	padding: 13px;
	opacity: 1;
	transition: opacity .4s;
	visibility: visible;
}
button.menu_open_button:active,
button.menu_open_button:focus {
  background: none;
}

button.menu_open_button.active {
		opacity: 0;
}

button.menu_open_button::after {
	content:url(images/svg/bars-solid.svg);
}

/*span.product-energy-rating,
span.product-energy-rating * {
    touch-action: none;
	pointer-events: none;
}*/

.home .home-button button{
	background-color: transparent !important;
	border: none;
	outline: none;
}

.home .back-button {
    width: 39px;
}

.home .menu_close_button{
	padding: 5px 0px 5px 10px; 
}

.term-description {
    display: none;
}

.accordion-specs table{
	border-spacing: 0;
}

.accordion-specs td {
	border-bottom: 1px solid #66666630;
}

/*
.accordion-specs tr {
	position: relative;
	border-bottom: 1px solid #;
}
*/

/*
.accordion-specs tr::after {
    border-bottom: 1px solid #66666630;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}
*/

.accordion-specs td {
	width: 50%;
}

.pswp::after {
    position: absolute;
    top: 10px;
    font-size: .8em;
    content: 'swipe op for at lukke';
    color: #bfbfbf;
    width: 100%;
    text-align: center;
	pointer-events: none;
}
.pswp::before {
    position: absolute;
	z-index: 1;
	content: '';
    top: 27px;
    background: url('images/svg/angle-up-solid.svg') no-repeat;
    background-position: center;
	width: 100%;
	height: 1%;
	filter: invert(71%) sepia(22%) saturate(0%) hue-rotate(216deg) brightness(104%) contrast(90%);
	animation: arrowbounce 3s ease infinite;
	transform: translateY(0px);
	pointer-events: none;
}

.pswp__button.pswp__button--fs{
	display: none;
}

@keyframes arrowbounce {
	0%, 80% {transform: translateY(0px);}
	85% {transform: translateY(-3px);}
	90% {transform: translateY(0px);}
	95% {transform: translateY(-3px);}
	100 {transform: translateY(0px);}
}


header .main-navigation ul li.mega-menu > ul li#menu-item-6176{
	flex-basis: 27%;
}

header .main-navigation ul li.mega-menu > ul li#menu-item-6178{
	flex-basis: 23%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--c-primary);
}

.bapf_sfilter .bapf_body li > label {
    max-width: 78% !important;
}



/*======================================================================//
// END instore.css                                                   //
//======================================================================*/
