/*
	Theme Name: kloak
	Author: kloak
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Poppins", sans-serif;
	color:#083051;
	font-size: 14px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#083051;
	text-decoration:none;
}
a:hover {
	color:#083051;
}
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;
}

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

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

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

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

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

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

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

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

/* usps */
.top-usps{
	padding: 11px 0;
}

.top-usps .swiper-slide{
	text-align: center;
}

.usp-slide-content{
	font-size: 12px;
	text-transform: uppercase;
	justify-content: center;
}

.usp-slide-content span{
	font-weight: 700;
	padding-right: 5px;
}

.usp-slide-content svg{
	width: 12px;
	margin-right: 5px;
}
/* header */
.header .wrapper{
	position: static;
}

.main-header{
	background: #3ba934;
	padding: 20px 0;
	position: relative;
}

.main-header .wrapper{
	flex-direction: column;
}

.icons-menu svg{
	width: 30px;
}

.icons-menu a{
	margin-left: 24px;
}

.user-icon svg{
	width: 33px;
}

.search-toogle{
	cursor: pointer;
}

.search-toogle svg{
    width: 25px;
    height: 30px;
}

.main-header .top-search-form {
	display: none;
	width: 100%;
	max-width: 175px;
	margin: 0 20px;
}

#woocommerce-product-search-field-0::placeholder{
	font-size: 12px;
	font-style: italic;
	color: #bababa;
}

@media(max-width:959px){
	.main-header .top-search-form {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 999;
		padding: 10px;
		background: #083051;
		max-width: 100%;
		margin: 0;
	}
}

.main-header .top-search-form form {
	width: 100%;
	position: relative;
}

.main-header .top-search-form input {
	width: 100%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding-right: 70px;
	border-radius: 5px;
	height: 37px;
}

.main-header .top-search-form button {
	border: none;
	background: #ffffff;
	padding: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
}

.main-header .top-search-form button svg{
	width: 20px;
}
.shop-button{
	display: none;
	margin-left: 20px;
}
.shop-link{
	display: inline-block;
	background: #083051;
	color: #fff!important;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding: 9px 10px;
	height: 37px;
}

.icons-menu{
	margin: 20px auto 0 auto;
}

/* logo */
.logo-img {
	border-radius: 5px;
}
/* nav */
.navigation{
	display: none;
}
.nav>ul {
    display: inline-block;
}

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

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

.nav>ul{
	display: flex;
    justify-self: center;
}

.nav ul>li>a {
    color: #083051;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: 600;
    display: block;
    padding: 14px 33px;
}

.nav ul>li>a:hover{
	color: #3ba934;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	white-space:nowrap
}

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

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


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

.nav ul ul li a:hover{
	background: #3ba934;
}
.header-cart {
    position: relative;
}

.cart-link {
    position: relative;
    display: inline-block;
}

.cart-count {
	display: none;
	position: absolute;
    top: 11px;
    right: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    line-height: 1;
}

.cart-count:not(:empty):not(.zero) {
    display: inline-block;
}
/* sidebar */
.slider {
	position: relative;
}

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

.slide-content{
	position: relative;
}

.slide-content-wrapper {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
	@media (max-width: 767px) {
		position: static;
		.slide-text {
			max-width: unset;
    		border-radius: 0;
		}
	}
}

.slide-text {
    max-width: 300px;
    margin-left: auto;
    padding: 0 10px;
    background: rgba(0, 0, 0, .6);
    border-radius: 5px;
    padding: 15px;
}

.slide-text h2{
	font-size: 16px;
	line-height: 1.1;
	color: #3ba934;
	font-weight: 800;
	margin: 0;
}

.slide-text p{
	font-size: 14px;
	color: #3ba934;
	font-style: italic;
	margin: 20px 0;
}
.wc-block-components-button:not(.is-link),
.btnMain{
	display: inline-block;
    background: #3ba934;
    color: #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
	padding: 8px 21px;
	border: none;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	font-size: 21px;
	color: #ffffff;
}
     
/* main-categories */
.main-categories{
	padding: 20px 0 60px 0;
}
.main-categories h2{
	font-size: 22px;
	border-bottom: 2px solid #083051;
}

.category-item-wrapper{
    width: 50%;
	padding: 0 10px;
	margin: 20px 0;
}

.category-item{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border: 1px solid #cdcdcd;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	height: 100%;
}

.category-title{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

.category-image{
	display: flex;
	height: 50px;
	width: 100%;
}

.category-image img{
	display: block;
    margin: 0 auto;
	height: 100%;
    object-fit: contain;
}

/* Welcome */
.welcome{
	margin-bottom: 60px;
}

.welcome .wrapper{
	padding: 0 30px;
}

.welcome-text h1{
	font-size: 22px;
	margin: 0;
}

.welcome-text .subtitle{
	color: #3ba934;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	margin-top: 0;
}

.welcome p{
	font-size: 14px;
	line-height: 23px;
}

.welcome-has-image .welcome-text,
.welcome-has-image .welcome-image{
	width: 100%;
}


.welcome-has-image .welcome-image img{
	max-width: 100%;
	border: 5px solid #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* usps */
.usps{
	background: #083051;
	padding: 40px 0 20px 0;
}

.usp-item{
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
}

.usp-icon{
	display: flex;
	height: 55px;
}

.usp-icon img{
	object-fit: contain;
	max-width: 100%;
}

.usp-title{
	font-size: 13px;
	line-height: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 0 0;
}

.usp-subtitle{
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	color: #3ba934;
	margin: 0;
}

.usp-subtitle a{
	color: #3ba934!important;
}

/* text-line */
.text-line{
	font-size: 16px;
	line-height: 23px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
}

.text-line span{
	color: #3ba934;
}

/* footer */
.footer {
	background: #3ba934;
    padding: 20px 0;
	clear: both;
}

.footer .wrapper>div {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

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

.footer ul li ul {
	display: none;
}

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

.footer p{
	margin-top: 0;
}

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

.footer p.h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
}

.map{
	color: #083051!important;
}

.map img{
	width: 15px;
	height: 25px;
	margin: 0!important;
}

.socials{
	display: flex;
	justify-content: center;
}

.socials a{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	margin: 0 4px;
}

#text-3 .textwidget .h3{
	margin-bottom: 20px;
	margin-top: 40px;
}

#text-4 img{
	margin: 0 auto 10px auto!important;
}

#text-4 .textwidget{
	display: flex;
	flex-direction: column;
	background: #083051;
	padding: 20px 20px 10px 20px;
	max-width: 220px;
	margin: 0 auto;
	position: relative;
}
#text-4 .textwidget::after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 110px solid transparent;
	border-right: 110px solid transparent;
	border-top: 30px solid #083051;
}
#text-4 .textwidget::before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 20px;
	background: rgba(0, 0, 0, 0.2);
	filter: blur(6px);
	border-radius: 50%;
	z-index: 0;
}
#text-4 .h3{
	margin-bottom: 0;
}

.customerService-text{
		display: flex;
	flex-direction: column;
	color: #fff;
}

.customerService-text .h3{
	margin-bottom: 0!important;
}

.customerService-text i:first-child{
	color: #3ba934;
	margin-bottom: 20px;
}

.customerService-text a{
	font-weight: 700;
}

.payments{
	background: #083051;
	padding: 37px 0;
	text-align: center;
}

.payments p,
.payments img{
	margin: 0!important;
}

/* subcategories list */
.woocommerce ul.products li.product a img {
    object-fit: contain;
    height: 240px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a{
height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product div.images img{
	width: auto;
    margin: 0 auto;
}

.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	margin-bottom: 10px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.wrapper-subpage{
	margin-bottom: 40px;
}
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button{
	background: #083051;
	color: #fff;
	    text-transform: uppercase;
    font-size: 12px;
	font-weight: 400;
	margin-top: auto;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    width: 100%;
    max-width: 380px;
	border-radius: 4px;
	border: 1px solid #083051;
	min-height: 35px;
}

/*------------------------------------*\
    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:480px) {
	.footer .wrapper>div{
		width: 50%;
		padding:  0 20px;
	}
	.category-image{
		height: 180px;
	}
	.category-title{
		font-size: 14px;
	}

}
@media only screen and (min-width:768px) {
	.shop-button{
		display: block;	
	}
	.main-header .wrapper{
		flex-direction: row;
	}
	.icons-menu{
		margin-top: 0!important;
		margin-left: auto;
		margin-top: 20px;
	}
	.slide-text{
		max-width: 600px;
	}
	.slide-text h2{
		font-size: 34px;
	}
	.slide-text p{
		font-size: 16px;
	}
	.category-item-wrapper {
        width: 25%;
    }
	.welcome-has-image .welcome-text{
		width: 60%;
	}

	.welcome-has-image .welcome-image{
		width: 40%;
		padding-left: 40px;
	}
	.usp-item{
		width: 25%;
	}
	.text-line{
		font-size: 20px;
	}
	.footer{
		padding: 60px 0;
	}
}
@media only screen and (min-width:960px) {
	.navigation{
		display: block;
	}
	.main-header .top-search-form{
		display: block;
	}
	.shop-button{
		margin-left: 0;
	}
	.shop-link{
		padding: 9px 27px;
	}
	.search-toogle{
		display: none;
	}
	.footer .wrapper>div {
		width: 25%;
	}
	#text-4{
		position: absolute;
		top: -60px;
		right: 10px;
	}
	#text-4 .textwidget{
		padding-top: 60px;
		height: 345px;
	}
}
@media only screen and (min-width:1024px) {
.main-header .top-search-form {
	margin: 0 40px;
}
}
@media only screen and (min-width:1140px) {
	.main-header .top-search-form {
		max-width: 300px;
	}
	.top-usps .swiper-wrapper{
		justify-content: space-between;
	}
	.top-usps .swiper-slide{
		width: max-content!important;
	}
}
@media only screen and (min-width:1280px) {

}
@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;
		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 .related.products:before {
	display: block;
	content: '';
	clear: both;
}
/*
div.product.product-type-booking span.amount:before {
	content:'Fra';
	display: inline-block;
	margin-right:5px;
}
*/
.ku-prodlist {
	display: block;
	border-top:1px solid #d1d1d1;
}
.ku-prodlist img {
	display: inline-block;
	width: 20%;
	margin-right:12px;
	vertical-align: top;
}
.ku-prodlist .ku-info {
	display: inline-block;
	width: calc(80% - 20px);
}
.insu {
	margin-bottom: 12px;
}