/*
	Theme Name: broderi
	Author: broderi
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
/* font-family: 'Amatic SC', cursive;
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Poppins', sans-serif; */
/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 17px;
	color: #4c1536;
}

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

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

a:focus {
	outline: 0;
}

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

input:focus {
	outline: 0;
}

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

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

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

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

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

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

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

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

/* header */
.header-top {
	padding: 8px 0;
	background: #4c1536;
}

.top-usps{
	width: 160px;
}

.top-usps .swiper-slide{
	display: flex;
	justify-content: center;
}

.top-usps .swiper-slide span{
	font-size: 11px;
	font-weight: 500;
	color: #ffffff;
}

.top-usps span {
	position: relative;
	padding-left: 15px;
}

.top-usps span:before {
	content: '\f00c';
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "FontAwesome";
	color: #ffffff;
}

.header-top .btn {
	color: #ffffff;
	background: #d06765;
	padding: 6px 7px;
	font-size: 11px;
}

.logo img {
	max-width: 220px;
	width: 100%;
}

.header-bottom {
	background: #ffffff;
	padding: 14px 0;
}

.header-bottom .search-toogle {
	color: #000000;
	font-weight: 300;
	font-size: 17px;
	padding: 10px 20px;
	cursor: pointer;
}

.header-bottom .top-search-form {
	padding-top: 26px;
	width: 100%;
}

.header-bottom .top-search-form form {
	width: 100%;
	position: relative;
	border: 1px solid #4c1536;
}

.header-bottom .top-search-form input {
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding-right: 70px;
	color: #4c1536;
}

.header-bottom .top-search-form input::placeholder{
		color: #4c1536;
}

.header-bottom .top-search-form button {
	border: none;
	background: #ffffff;
	padding: 10px;
}

.header-bottom .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	outline: none;
	color: #000000;
}

.category_menu .search-toogle {
	display: none;
}

.nav {
	display: none;
}

.nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.nav ul li {
	position: relative;
}

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

.nav a {
	font-weight: 600;
}

.nav ul>li>a {
	color: #4c1536;
	font-size: 17px;
	line-height: 17px;
	display: block;
	text-transform: uppercase;
}

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

.nav>ul>li>ul {
	padding-top: 20px;
}

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

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

.nav ul ul li:not(:last-child) {
	border-bottom: 1px solid white;
}

.nav ul ul li a {
	display: block;
	font-size: 17px;
	background: #bdaf91;
	color: #ffffff;
	padding: 9px 10px;
}

.nav ul ul li a:hover {
	background: #4C1536;
	color: #fff;
}

#mmenu_button {
	display: block;
	margin-left: 20px;
}

#mmenu_button>span {
	display: block;
	height: 2px;
	background: #4c1536;
	width: 30px;
	margin-bottom: 5px;
}

#mmenu_button>span:last-child {
	margin-bottom: 0;
}

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

.mm-menu {
	background: #e4efd7;
}

.mobile-menu {
	padding-left: 20px;
}

.cart {
	position: relative;
}

.cart-count {
	position: absolute;
	top: -8px;
	right: -4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #4c1536;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	display: block;
}

.banner {
	position: relative;
}

.banner img {
	min-height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner > img.banner {
	min-width: 100%;
    height: auto;
}

.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* max-width: 1200px; */
	margin: 0 auto;
}

.banner-content-wrapper {
	max-width: 300px;
    margin: 0 0 0 auto;
    padding: 0 20px;
    background: rgba(76, 21, 54, .7);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
}

.banner-text p{
	color: #fff;
}

.banner-button.btn{
    color: #fff;
    background: #d06765;
    font-weight: 700;
    font-size: 17px;
    width: max-content;
	padding: 8px 24px;
}

.main-categories {
	padding: 35px 0;
}

.category-item {
	position: relative;
	width: 100%;
	text-align: center;
}

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

.category-item a {
	display: block;
}

.c-title {
	display: block;
	font-size: 21px;
	font-weight: 500;
	color: #4c1536;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	bottom: 20px;
	letter-spacing: 2px;
}

/* .main-categories .flex50:first-child .c-title{
	color: #f0edc5;
} */

.main-categories .flex50:last-child .c-title{
	color: #ffffff;
}

.flex50 {
	width: 100%;
	padding: 10px;
}

.welcome {
	background: #bdaf91;
}

.welcome .wrapper {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.welcome img{
	display: none;
}

.welcome h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
    font-size: 24px;
    line-height: 38px;
	margin: 0;
	color: #4c1536;
}

.welcome p {
	line-height: 24px;
	margin-bottom: 0;
}

.btn-main {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff !important;
	background: #7c7f3a;
	padding: 7px 17px;
	letter-spacing: 2px;
	border: none !important;
}

.front-products {
	margin-top: 40px;
}

.h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.front-products .h3{
	color: #4c1536;
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.woocommerce ul.products li.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50% !important;
	margin: 0 0 30px 0;
	padding: 0 10px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.grid_no_animation figcaption h3.pro_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce-loop-product__title,
#wps-slider-section #sp-woo-product-slider-3322 .wpsf-product-title a,
.woocommerce-Price-amount.amount {
	display: block;
	font-size: 16px!important;
	margin-bottom: 10px!important;
	color: #4c1536;
}

#wps-slider-section #sp-woo-product-slider-3322 .wpsf-product-title a:hover{
	color: #4c1536;
}

.woocommerce-Price-amount.amount{
	font-weight: 400;
	text-align: left;
}
.grid_no_animation figcaption a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
#wps-slider-section #sp-woo-product-slider-3322 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff !important;
	background: #7c7f3a !important;
	padding: 7px 25px!important;
	border-radius: 0;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
	margin-top: auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.woocommerce a.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
	background: #62958f!important;
}

.woocommerce .quantity .qty {
	border: 1px solid #3a3a3a;
	padding: 4px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #bdaf91;
}

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

.woocommerce ul.products::before {
	display: none;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
	background-color: #4c1536;
    color: #fff;
}
.products h2,
.product_meta,
.summary.entry-summary .backorder_notification, .bm-stock-type,
.woocommerce-product-details__short-description p,
.woocommerce div.product .product_title,
.woocommerce > .woocommerce-info:before,
.woocommerce-Price-amount.amount{
	color: #4c1536;
}

.woocommerce button.button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button, .woocommerce .cart input.button{
	background: #D06765 ;
	color: #fff;
}
.woocommerce-info::before{
	color: #fff;
}
.outofstock .button{
	visibility: hidden;
}

.woocommerce-info{
	border: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block!important;
}

.grid_no_animation figcaption{
	background: none!important;
	text-align: left!important;
}

.wpb-woo-products-slider.owl-theme .owl-dots .owl-dot span, .wpb-woo-products-slider.owl-theme .owl-nav [class*=owl-]{
	background: none!important;
	border:none!important;
}

.wpb_slider_area .owl-theme .owl-nav{
	top: 50%!important;
	transform: translateY(-50%)!important;
	width: 100%!important;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	margin: 0!important;
}

.owl-carousel .owl-nav .owl-next{
	right: -36px;
	left: auto;
}

.owl-carousel .owl-nav .owl-prev{
	left: -36px;
	right: auto;
}

.wpb_slider_area{
	padding: 0 40px!important;
}

.wpb-wps-fa-angle-left:after, .wpb-wps-fa-angle-right:after{
	width: 25px!important;
	height: 25px!important;
}

.wp-block-preformatted {
	white-space: unset;
	font-family: inherit !important;
}

.newsletter {
	margin-bottom: 10px;
}

.newsletter .newsletter-wrapper {
	background-color: #4c1536;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.news-form {
	padding: 30px 20px;
	max-width: 600px;
	margin: 0 auto;
}

.box-title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	color: #4C1536;
}

.newsletter-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	color: #4C1536;
}

.news-form .newsletter-text,
.news-form .box-title{
	color: #fff;
}

.wpcf7-text,
.wpcf7-submit {
	outline: none;
}

.wpcf7-text {
	width: 100%;
	border: 1px solid #bdaf91;
	height: 41px;
	margin-bottom: 10px;
	padding: 7px 14px;
	color: #bdaf91;
	background: #fff!important;
}

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

.accept-this-1 {
	display: block;
	text-align: left;
}

.accept-this-1 .wpcf7-list-item {
	margin-left: 0;
	font-size: 13px;
}

.accept-this-1 .wpcf7-list-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-list-item-label {
	padding-left: 10px;
	color:#fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #62958f;
}

.wpcf7-text::-webkit-input-placeholder {
	font-size: 15px;
}

.wpcf7-text:-ms-input-placeholder {
	font-size: 15px;
}

.wpcf7-text::-ms-input-placeholder {
	font-size: 15px;
}

.wpcf7-text::placeholder {
	font-size: 15px;
}

.info-boxes {
	margin-bottom: 30px;
}

.info-box-wrapper {
	padding: 20px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.info-boxes .flex50:nth-child(2) .info-box-wrapper {
	text-align: center;

}

.info-boxes .flex50:nth-child(2) .info-box-wrapper .box-title {
	margin-bottom: 30px;
}

.info-boxes .flex50:nth-child(2) .info-box-wrapper a {
	display: inline-block;
	margin: 0 10px;
}

.info-box-content {
	max-width: 200px;
	font-size: 19px;
	line-height: 23px;
}

.info-box-content:first-child {
	margin-right: 20px;
}

.info-box-content .btn-main {
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	background: #d06765;
	color: #f0edc5;
}

.info-boxes.subpage .info-box-content .socials{
	display: flex;
}

.info-boxes.subpage .info-box-content .socials img{
	max-width: 50px;
	height: 100%;
}

.info-boxes.subpage .info-box-content .socials a{
	margin-right: 10px;
}

.info-boxes.subpage .iframe-wrapper{
	height: 100%;
}

.flex25 {
	width: 25%;
	padding: 10px;
}

.inspiration {
	margin-bottom: 40px;
}

.inspiration-banner {
	position: relative;
	text-align: center;
}

.inspiration-banner {
	position: relative;
}

.inspiration-banner img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
}

.inspiration-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.inspiration-content-wrapper {
	width: 33%;
	min-width: 260px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	padding: 30px 20px;
	background: rgba(76, 21, 54, 0.68);
}

.inspiration-content .box-title{
	color: #fff;
}

.inspiration-text {
	color: #fff;
}

.inspiration-button.btn {
    color: #fff;
    background: #d06765;
    font-weight: 700;
    font-size: 17px;
    width: max-content;
    padding: 8px 24px;
}
.footer {
	position: relative;
	background: #bdaf91!important;
	padding: 50px 0;
}

.footer .wrapper>div {
	width: 100%;
}

.footer .h3 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #4c1536;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
}


.footer ul {
	padding-left: 15px;
}

.footer ul ul {
	display: none;
}

.footer p,
.footer li,
.footer a {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #4c1536;
}

.socialLink {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.socialLink:before {
	display: block;
	width: 30px;
	height: 30px;
	background: #d06765;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
}

.socialLink.link-mail:before {
	content: '\f1fa';
}

.socialLink.link-phone:before {
	content: '\f095';
}

.socialLink.link-fb:before {
	content: '\f09a';
}

.socialLink.link-in:before {
	content: '\f16d';
}

.cards {
	background: #4c1536;
	text-align: center;
	padding: 25px 0;
}

.cards img {
	margin: 0;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.blog-posts .flex25 {
	width: 50%;
}

.blog-posts .h3 {
	margin-bottom: 20px;
	color: #4c1536;
}

.blog-card {
	margin-bottom: 30px;
}

.blog-card img {
	width: 100%;
	height: 175px;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-card h2 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
}

.blog-card p {
	font-size: 16px;
	line-height: 21px;
	margin-top: 0;
}

.blog-card .btn-main {
	letter-spacing: 2px;
}

.single-post-image {
	text-align: center;
	margin-top: 40px;
}

.single-post-image img {
	display: inline-block;
}

.view-article {
	font-weight: 700;
}

.blog-page-post {
	width: 100%;
	color: #fff;
}

.blog-page-post .post-image {
	width: 100%;
}

.blog-page-post .post-image a {
	display: block;
	height: 100%;
}

.blog-page-post .post-image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.blog-page-post .post-info {
	width: 100%;
	background: #4c1536;
	padding: 20px;
}

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

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

.subpage-welcome img {
	max-width: 100%;
}

.subpage-welcome a{
	text-decoration: underline;
	font-weight: 700;
}

/* brands */
.products {
	margin-top: 40px;
}

.brand-row {
	margin: 0 -3px;
}

.brand-item {
	width: 50%;
	padding: 0 3px;
	margin-bottom: 20px;
}

.brand-item a {
	display: block;
	font-weight: 700;
	text-align: center;
	padding: 20px 10px;
	border: 5px solid #f5f5f5;
	border-radius: 10px;
	height: 100%;
}

.brand-item span {
	display: block;
}

.brand-item img {
	margin-bottom: 10px;
}

.slider {
	margin-top: 20px;
}

.slider img {
	width: 100%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	color: #000000;
	font-size: 21px;
}

/* price-table */
.pricelist-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000000;
}

.pricelist-title {
	font-size: 21px;
	font-weight: 700;
	padding: 20px 0;
	text-transform: uppercase;
}

.pricelist-table {
	background: #e4efd7;
	padding: 20px;
}

.pricelist-images img {
	width: 100%;
	height: 100%;
}

.pricelist-images .flex50:last-child img:first-child {
	margin-bottom: 20px;
}

.pricelist-images .flex50 {
	width: 50%;
}

.person-item {
	margin-bottom: 20px;
}

.person-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.flex30 {
	width: 100%;
}

.flex70 {
	width: 100%;
}

.content-text {
	background: #e4efd7;
	padding: 20px;
	height: 100%;
}

.content-text p {
	font-size: 19px;
	line-height: 24px;
}

.images {
	margin-bottom: 20px;
}

.images .image-item {
	width: 100%;
	padding: 10px;
}

.map {
	margin-bottom: 20px;
}

.wpcf7-textarea {
	width: 100%;
	outline: none;
	padding: 10px;
}

.single-product .product:not(.product_cat-kursus) .stock,
.products>li:not(.product_cat-kursus) .stock {
	display: none;
}

.woocommerce-loop-product__link .date {
	margin-bottom: 10px;
}

/* .product.woopt_set_featured .entry-summary>.cart,
.product.woopt_set_featured>.button,
.term-kursus .woopt_set_featured,
.afholdte-kurser .product:not(.product_cat-kursus){
	display: none!important;
} */
/* .product.woopt_set_featured .entry-summary>.cart,
.product.woopt_set_featured>.button,
.term-kursus .woopt_set_featured{
	display: none!important;
} */
.posted_in {
	display: none;
}

.wpcf7 label {
	font-weight: 700;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-file {
	background: #e4efd7;
	border: none;
}

.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.wpcf7-file {
	position: relative;
	color: #bdaf91;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 3px 5px 2px 100px;
	height: 27px;
}

.wpcf7-file::before {
	content: 'Vedhæft fil';
	color: #bdaf91;
	display: inline-block;
	background: #e4efd7;
	border: none;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 2px solid #ffffff;
}

.wpcf7-file:active {
	outline: 0;
}

.product_cat-afholdte-kurser .stock,
.product_cat-afholdte-kurser .price,
.product_cat-afholdte-kurser .button{
	display: none!important;
}

.flex-control-nav.flex-control-thumbs{
	margin: 20px -10px 0 -10px!important;
}

.flex-control-nav.flex-control-thumbs li{
    padding: 0 10px!important;
}

.woocommerce span.onsale{
	background: #d06765;
	color: #ffffff;
	width:50px;
	height:50px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce span.onsale.itsnew{
	background: #4C1536;
	color: #fff;
}

.child-categories{
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.child-categories li{
	width: 50%;
	padding: 0 10px;
}

.child-categories li a{
	display: block;
	padding: 10px;
	text-transform: uppercase;
    font-size: 14px;
	font-weight: 700;
	background: #D06765;
	margin-bottom: 20px;
	text-align: center;
	transition: .3s linear;
	color: #fff;
}

.child-categories li a:hover{
	background: #7c7f3a;
    color: #fff!important;
}

 .woocommerce .cart .button:hover,
.woocommerce a.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce ul.products li.product .button:hover{
	background: #d06765!important;
	color: #ffffff!important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

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

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

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

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

	.om-os .images+.images .image-item {
		width: 33.3333%;
	}
	.top-usps{
		width: 50%;
	}

	.top-usps .swiper-slide span{
		font-size: 13px;
		font-weight: 500;
	}
	
	.top-usps span {
		position: relative;
		padding-left: 25px;
	}

	.header-top .btn {
		padding: 6px 15px;
		font-size: 15px;
	}
	.child-categories li a{
		font-size: 17px;
	}
}

@media only screen and (min-width:768px) {
	.top-usps {
		width: 72%;
	}

	.top-usps .swiper-slide span{
		font-size: 15px;
		font-weight: 500;
	}

	/* .banner-content {
		top: 25%;
		-webkit-transform: none;
		transform: none;
	} */

	.banner-content-wrapper {
		max-width: 600px;
	}

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

	.c-title {
		font-size: 32px;
		line-height: 32px;
	}

	.box-title {
		font-size: 32px;
		line-height: 32px;
	}

	.newsletter-text {
		font-size: 19px;
		line-height: 25px;
	}

	.info-box-wrapper {
		padding: 35px 45px;
	}

	.footer {
		background: url(/wp-content/uploads/2022/04/footer-bg.jpg) no-repeat center bottom;
		background-size: cover;
	}

	.footer .wrapper>div {
		width: 25%;
		padding: 0 25px;
	}

	.blog-posts .flex25 {
		width: 25%;
	}

	.woocommerce ul.products li.product {
		width: 25% !important;
	}

	.blog-page-post .post-image {
		width: 30%;
	}

	.blog-page-post .post-info {
		width: 70%;
	}

	.blog-page-post:nth-child(even) .post-image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.blog-page-post:nth-child(even) .post-info {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.blog-page-post h2 {
		font-size: 27px;
	}

	.blog-page-post p {
		font-size: 21px;
		line-height: 27px;
	}

	.flexible-content .person-item:nth-child(even) .flex>div:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.flexible-content .person-item:nth-child(even) .flex>div:last-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex30 {
		width: 30%;
	}

	.flex70 {
		width: 70%;
	}

	.images .image-item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.brand-item {
		width: 25%;
	}
	.child-categories li{
		width: 25%;
	}
}

@media only screen and (max-width:959px) {
	.category_menu .top-search-form {
		display: none;
	}
	.newsletter-wrapper{
		background-image: none!important;
	}
}

@media only screen and (min-width:960px) {
	.logo img {
		margin-top: -20px;
	}
	.nav {
		display: block;
		width: 100%;
		margin-top: 47px;
	}

	.category_menu .search-toogle {
		display: block;
	}

	.search-toogle.mobile {
		display: none;
	}

	.category_menu {
		width: 52%;
	}

	.hide-screen {
		display: none;
	}

	.header-bottom .search-toogle {
		margin-left: 20px;
	}

	/* .header-bottom .wrapper>.flex {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	} */

	/* .mm-menu #mm-1 ul li:last-child{
		display: none;
	} */

	.flex50 {
		width: 50%;
	}

	.welcome img {
		display: block;
		position: absolute;
		bottom: 0;
		right: 5%;
		line-height: 0;
	}

	.welcome p {
		max-width: 54%;
	}

	.newsletter .newsletter-wrapper{
		background-image: url(/wp-content/uploads/2023/01/S6A8924-600x719.jpg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.news-form {
		padding: 30px 70px 40px 20px;
		margin: 0 0 0 auto;
	}

	.footer .wrapper>div {
		width: 25%;
	}
}

@media only screen and (min-width:1024px) {
	.nav ul>li>a {
		font-size: 16px;
		letter-spacing: 2px;
	}
}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky {}

.bypostauthor {}

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

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

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 0.5cm;
	}

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

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

/* CUSTOM */
body.single .products {
	clear:both;
}
.summary.entry-summary .backorder_notification,
.bm-stock-type {
    clear: both;
    padding: 8px 0 0;
    margin: 0;
}
.bm-extra-opt label.radio {
	display: inline-block !important;
	margin-left:5px;
	margin-right:20px;
}
.bm-unit {
	display: inline-block;
	font-weight: 600;
	margin-right:12px;
    vertical-align: middle;
    font-size: 20px;
}
.bm-unit ~ button {
	float:none !important;
}
.bm-sidebar-toggle {
	display: block;
	background-color:#4c1536;
	padding: 12px;
	font-weight: 700;
	color: #ffffff!important;
}

.bm-sidebar-toggle:before,
.bm-sidebar-toggle:after {
	content:'\f103';
	font-family: 'FontAwesome';
	float: right;
    font-size: 20px;
	color: #ffffff!important;
	font-weight: 400;
}

.bm-sidebar-toggle:before{
	float: left!important;
	padding-right: 10px;
}

.bm-sidebar-toggle.active:after {
	content:'\f102';
}
.bm-filter-wrapper {
	display: none;
	background-color:#fff;
	padding:0 12px 12px;
}
.bm-sidebar-toggle.active ~ .bm-filter-wrapper {
	display: block;
}
aside.sidebar-1 {
	margin-bottom:16px;
}
aside.sidebar-2 {
	display: none;
	position:absolute;
	width:240px;
	left:0;
}
/* aside.sidebar-2 ~ * {
	margin-left:250px !important;
	max-width:calc(100% - 250px);
} */
aside.sidebar-2 .h3 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 12px;
    line-height: 1;
}
aside.sidebar-2 .product-categories {
	list-style: none;
	padding:0;
	margin:0;
}
aside.sidebar-2 .product-categories li {
	padding:5px 0;
}
.has-sidebar #main {
	position: relative;
}
.bapf_body ul {
	padding:0;
}
.bapf_head h3 {
	margin-bottom:0;
}
.bm-filter-wrapper .h3 {
	font-size: 20px;
	margin-bottom:8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color:#4c1536;
}
.sidebar-1 .berocket_single_filter_widget {
	display: inline-block;
	width:20%;
	min-width:200px;
	vertical-align: top;
}
/* .sidebar-1 .bapf_body {
	max-height: 240px;
	overflow: auto;
} */
.woocommerce-info .woocommerce-Price-amount.amount,
.woocommerce-message .woocommerce-Price-amount.amount {
	display: inline-block;
}
.woocommerce > .woocommerce-info {
	border-color:#61958F;
}
.woocommerce > .woocommerce-info:before {
    color:#fff;
}

.woocommerce-info .woocommerce-Price-amount.amount{
	color: #fff;
}
small.includes_tax { 
	display: none; 
}
.grecaptcha-badge {
	opacity: 0 !important;
	z-index: -1 !important;
}
.header-bottom .top-search-form input {
	border-radius: 0;
}
.header-bottom .top-search-form .fa-search:before {
	content: "\f002" !important;
	font-family: 'FontAwesome' !important;
}
.header-bottom [type="submit"]:before {
	content: "\f002" !important;
	font-family: 'FontAwesome' !important;
	color: #000;
}
#billing_vat_field,
#billing_ean_field {
	display:none;
}
#billing_vat_field .optional,
#billing_ean_field .optional {
	font-size: 0;
}
#billing_vat_field .optional:before,
#billing_ean_field .optional:before {
	font-size: 16px;
	color:#e2401c;
	content:'*';
	text-decoration: underline dotted;
}
li.wc_payment_method.payment_method_bacs {
	display: none;
}
@media all and (max-width:1023px) {
	aside.sidebar-2 {
		display:none;
	}
	aside.sidebar-2 ~ * {
		margin-left:0 !important;
		max-width:100%;
	}	
}