@charset "UTF-8";
/* CSS Document */

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}

div {
	position: relative;
}
*.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 20px;
}

.will_animate {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}

body {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-weight: 500;
	color:#191919;
	background-color: #FFFFFF;
    overflow-x: hidden;
	max-width: 100vw;
	font-size: 15px;
	line-height: 26px;
}

#cookieNotification {
	position: fixed;
	left:0; bottom:0;
	width: 100vw;
	color: #FFF;
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
#cookieNotification a {
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 1800px) {
	.container-fluid {
		padding-left: 340px;
		padding-right: 340px;
	}
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
@media (min-width: 1400px) {

}

@media (max-width: 768px) {
	*[data-mobilehidden="mobileHidden"] {
		display: none;
	}
}
@media (max-width: 768px) {
	*[data-desktophidden="desktopHidden"] {
		display: none;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #F69512 !important;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.well-white {
	background-color: #FFF;
	border:0;
	border-radius: 0;
}
.uppercase {
	text-transform: uppercase;
}

.table-noborder * {
	border:0px !important;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.pad15 {
	margin-right:-15px !important;
	margin-left:-15px !important;
}
.row.pad15 > [class*='col-'] {
	padding-right:15px !important;
	padding-left:15px !important;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}

*:not(.owl-stage):not(video) {
	max-width: 100vw;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}


section {
	/*background-color:#FFF;*/
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}


.text-success {
	color:#96C11F !important;
}
.text-warning {
	color:#F69512;
}


.modal-header {

}
.modal-content {

}



input[name="quantity"] {
	text-align: center;
}
.qButton {
	color:#254920 !important;
	font-size: 25px !important;
	padding-top: 7px !important;
}

.btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btn-warning {
	background-color: #F69512;
	border-color: #F69512;
}

.form-group > label:not(label[for="pvariation"]) {
	/*display: none;*/
}
.form-control {
	border:1px solid #777777;
	resize: none;
	box-shadow: none;
	/*-webkit-appearance: none;*/
	display: block;

}
.form-control:focus {
	border:1px solid #1D70B8;
}
.form-control.input-grey {
	background-color:#F8F8F8;
	border:0;
}
input.form-control.ess {
	background-image: url("/img/asterisk-solid.svg");
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}
textarea.form-control {
	resize: vertical;
}


.text-warning {
	color:#F69512;
}
.label {
	border-radius: 3px;
}
.label-default {
	background-color: rgba(0,0,0,0.2);
	color:#000;
}

@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
	.row.equal .column > div {
		height: 100%;
	}

}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.container {
	position: relative;
}
.container-fluid {

}

@media (max-width: 768px) {

}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}


footer {
	background-color: #2C2C2C;
	color:#FFF;
	padding:30px 0;
	font-size: 14px;
}
.footerLogos {
	position: relative;
	margin-top: -85px;
}
footer h5 {
	font-size: 19px;
}
subfooter {
	display: block;
	padding:30px 0;
	background-color: #FFF;
}
.footerSocialIcons {
	padding-top: 15px;
}
.footerSocialIcons a {
	margin:10px 15px;
}
.footerSocialIcons a:first-child {
	margin-left: 0;
}
@media (max-width: 768px) {
	footer	{
		padding:15px 15px 35px 15px;
		text-align: center;
	}
}
.footerLinks a {
	font-size: 16px;
	border-right: 1px solid #FFF;
	padding:0 20px;
	margin-left: -4px;
	text-transform: uppercase;
}
.footerLinks a:last-child {
	border-right: 0;
}







.navbar {
	height: 120px;
}

.navbar-fixed-top {
	transition: all 0.2s;
}

.navbar-fixed-top .container-fluid {
	position: relative;
}

.nav-top {
	background-color: #95C11F;
	background-color: #707070;
	color:#FFFFFF;
}

.navbar-toggle {

}
.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
	border:1px solid #053266; border-radius: 0;
	margin-top: 25px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #053266 !important;
}

.nav-top a {
	display: inline-block;
	font-size: 12px;
	/*border-left:1px solid rgba(255,255,255,0.7);*/
	padding:5px 10px;
	font-weight: 500;
	transition: all 0.2s;
}
.nav-top a:first-child {
	margin-left: -20px;
}
.nav-top a:last-child {
	/*border-right:1px solid rgba(255,255,255,0.7);*/
}
.nav-top a:hover {
	text-decoration: none;
	/*background-color: rgba(255,255,255,0.4);*/
}





.contentWrapper {
	margin-top: 115px;
}
body.home .contentWrapper {
	margin-top: 85px;
}

.navbar-topspacer {
	border-top:6px solid #FFF;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:0;
	box-sizing: content-box;
	background-color: #707070;
	background-color: #323232;
}
.navbar-white {
	padding:5px 0;
}

.navbar-inverse {

}

.navbar-form .form-control {
	border :0px;
}
.navbar-form .btn {
	border :0px;
}








.mobileMenu {
	position: absolute;
	z-index: 2;
	color:#FFF;
	top:10px;
	left:15px;
}
.mobileMenu a {
	padding:10px 15px;
	font-weight: bold;
}
.navbar .whiteborder {
	border:2px solid #FFF;
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		margin: 0;
	}
}
@media (min-width: 767px) {

	.navbar-fixed-top.withBack .navbar-right {
		/*top: 0px;*/
	}

	.navbar-btn {
		margin-left: 6px;
	}
}

.navbar-inverse {
	background-color: #FFF;
}
.navbar-right {
	margin-top: 16px;
}
.navbar-right .navbar-nav {
	float: right;
}
.navbar-white {
	background-color: #FFF;
	border-bottom:1px solid #d4d6d7;
}

.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	color:#FFFFFF;
	font-weight: 600;
	padding:15px 30px;
}
.navbar-default .navbar-nav > li:last-child a {

}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active,.navbar-nav > li > a:active,  .navbar-nav > li > a:focus  {
	color:#E70F1B;
}


.navbar-brand {
	background-color: transparent;
	padding:15px 0; margin: 0;
	width: 200px;
	z-index: 10;
	position: relative;
	padding-left: 15px;
	transition: all 0.3s;
}
.withBack .navbar-brand  {

}




@media (max-width: 768px) {
	.navbar-src {
		padding:5px 15px;
		padding-bottom: 0;
	}
}
@media (max-width: 1100px) {

}
@media (max-width: 768px) {
	.navbar-collapse {
		z-index: 100;
		background-color: #F7F7F7;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-bottom:22px;
		color:#000000 !important;
		font-weight: 500;
		padding-left: 25px;
	}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a  {
		color:#000000 !important;
	}
}
.navbar-inverse .navbar-nav > .open > a {
	background-color: transparent !important;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover {
	padding:10px 20px 10px 20px;
	width: 250px;
	color:#000000 !important;
}

.dropdown-menu > li > a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.cartCounter {
	background-color: #3BAA36;
	color:#FFF;
	text-align: center;
	width: 20px; height: 20px;
	border-radius: 50px;
	position: absolute;
	right:10px; top:0;
	font-weight: bold;
	font-size: 13px;
	padding-top: 1px;
}
.cartCounter[data-count="0"] {
	display: none;
}

.alert-template {
	background-color: #FAFAFA;
}


.noContent {
	text-align: center;
	background-color: #F8F8F8;
	padding: 45px 25px;
	border-radius: 25px 0 25px 0;
}
.noContent .icon {
	width: 100px; height: 100px;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	border-radius: 100px;
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding-top: 31px;
}
.noContent .title {
	font-size:36px;
	font-weight: bold;
	color:#254920;
}
.noContent .text {
	font-size:25px;
	color:#1D70B8;
	margin-top: 15px;
	margin-bottom: 25px;
}



.fullMenu {
	visibility: hidden;
	position: absolute;
	top:70px;
	right:0;
	background-color: #FAFAFA;
	width: 260px;
	transition: all 0.2s;
	opacity: 0;
	transform: translateY(-25px);
	color:#333;
}
.fullMenu.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(-0px);
}

.headerImage {
	aspect-ratio: 1120 / 200;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-content: center;
	align-items: center;
}
.headerImage .title {
	font-weight: 700;
	font-size: 35px;
	color:#FFF;
	text-align: center;
	width: 100%;
}


.filterForm {
	background-color: #F8F8F8;
	border-radius: 25px;
	padding: 25px;
	margin-bottom: 25px;
}

.contactFormRow {
	padding: 5px 0px;
}

.panel {
	border-radius: 0;
	border:0;
}
.panel .panel-heading {
	padding:15px;
	background-color: #F9F9F9;
	cursor: pointer;
}
.panel-body {
	padding:15px;
	border:1px solid #F9F9F9;
	font-size: 13px;
}
.panel-body p {
	font-size: 13px !important;
	margin-bottom: 0;
}
.panel .panel-heading, .panel .panel-heading .panel-title {
	font-size: 13px;
}




.img-parralax {
	position: relative;
	z-index: 100;
}

.checkbox a {
	text-decoration: underline;
}





.productCard {
	/*aspect-ratio: 1 / 1;*/
	border:1px #e3e3e3 solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.productCard .imageHolder,
.productCard .infoHolder {
	padding:10px;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.productCard .brand {
	text-transform: uppercase;
	color:#777;
	font-size: 12px;
}
.productCard .title {
	font-weight: bold;
}
.productCard .artnr {
	color:#777;
	font-size: 12px;
	font-style: italic;
}
.productCard .brand {

}
.productCard .discountLabel {
	position: absolute;
	top:5px; left:10px;
}
.productCard .buttons {
	position: absolute;
	right:10px; bottom:10px;
	width: calc(50% - 15px);
}

.addedToCart {
	position: absolute;
	top:10px; left:10px;
	width: calc(100% - 20px);
	background-color: #BAD401;
	color:#FFF;
	padding: 7px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 500;
	text-align:  center;
	opacity:0;
	transform: translateY(-20px);
	transition: all 0.2s;
	z-index: 10;
}
.addedToCart.active {
	opacity: 1;
	transform: translateY(0px);
}



.categoryItem {
	text-align: right;
	border-right: 1px solid #707070;
	padding: 30px;
	margin-top: 20px;
}
.categoryItem .title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#96C21E;
	font-size: 22px;
	text-transform: uppercase;
}
.categoryItem .buttonHolder {
	margin-top: 45px;
}

.categories {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.categoryCard {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	transform: scale(1) translate3d(0,0,10px);
	transition: all 0.2s;
}
.categoryCard .textHolder {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 100%;
	padding: 30px;
	left:0; bottom:0;
	color:#FFF;
}
.categoryCard .title {
	font-weight: 700;
	font-size: 24px;
}
.categoryCard .text {

}
.categoryCard img {
	transform: scale(1);
	transition: all 0.2s;
}
.categoryCard:hover img {
	transform:scale(1.05);
}
.categoryCard:hover {
	transform:scale(1.05) translate3d(0,0,10px);
}


.pagination {
	margin-top: 0;
	border-radius: 0;
	border:0;
}
.pagination > li > a, .pagination > li > span {
	border:0;
	border-right: 1px solid #D3D3D3;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#D3D3D3;
}
.pagination > li > a:hover {
	background-color: inherit;
}
.pagination > li:last-child > a {
	border-right: 0px solid #D3D3D3;
}
.pagination > li > a.active {
	font-weight: bold;
	color:#333;
}






.productInfo .imageHolder {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.productInfo h1 {
	margin-top: 0;
	font-weight: 700;
}
#priceRow .price {
	font-size: 24px;
	margin-top: 10px;
}

.addToCartResult {
	margin-top: 25px;
}

.productSpecs {
	margin: 25px 0;
}
.productSpec {
	display: inline-block;
	border:1px solid #EEEEEE;
	padding: 15px 15px;
	min-width: 120px;
	line-height: 18px;
}
.productSpec .attributeTitle {
	text-transform: uppercase;
	font-size: 11px;
}
.productSpec .value {
	color: #707070;
	font-size: 18px;
	font-weight: 700;
}




.cartHolder {
	border-left:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
	border-radius: 0 0 20px 20px;
}
.cart-table td.imageColumn {
	width: 70px;
}
@media (max-width: 768px) {
	.cart-table td.imageColumn {
		width: 0px;
		padding:0 !important;
	}
}


.typeahead__container {
	font: inherit;
}
.typeahead__list {
	border-radius: 15px;
	border-color: #E3E3E3;
}
.typeahead__container .input-group-btn {
	font-size: inherit;
}
.typeahead__container .input-group-btn .btn {
	border-color:#E3E3E3;
	border-right-width: 0px !important;
}
.typeahead__container .input-group-btn:last-child .btn {
	border-radius: 0 40px 40px 0;
	border-right-width: 1px !important;
	border-left-width: 0px !important;
}
.typeahead__container input, .typeahead__container .btn {
	height: 37px;
	border-color:#E3E3E3;
}
.typeahead__container .input-group-addon:hover {
	background-color: #F6F6F6;
}
.typeahead__container .form-control + .input-group-btn .btn {
	border-color:#E3E3E3;
	border-left-width:0px; border-right-width: 0px !important;
}
.typeahead__container input {
	border-right-width: 0px !important;
}
.typeahead__cancel-button {
	opacity: 0;
	visibility: hidden;
}
.typeahead__container .form-control:focus {
	border-color:#E3E3E3;
}




.heroCarousel {
	margin-top: 60px;
	height: 25vw;
	overflow: hidden;
	box-shadow: 0px 30px 50px rgba(0,0,0,0.1);
}
#heroCarousel {
	height: 100%;
}
#heroCarousel .item {
	width: 100%;
	height: 25vw;
}
#heroCarousel .item section {
	height: 100%;
}
#heroCarousel .item .background {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
#heroCarousel .item .gradient {
	position: absolute;
	width: 100%; height: 100%;
	left:0; top:0;
	background: linear-gradient(180deg, rgba(13,21,25,0.7133228291316527) 0%, rgba(0,0,0,0) 36%);
	z-index: 2;
}
.heroCarousel .item > section {
	background-position: top 0px center;
}
.heroCarousel .containerHolder {
	position: absolute;
	left:0; top:20vw;
	width: 100%;
	z-index: 5;
}
.heroCarousel .title {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: bold;
	color:#FFF;
	line-height: 55px;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.heroCarousel .subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	font-weight: bold;
	color:#FFF;
	line-height: 80px;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.6);
}
.heroCarousel .subtitle x {
	display: inline-block;
	color:#FFB400;
	font-weight: 900;
	font-size: 100px;
}

#heroCarousel .owl-nav {
	position: absolute;
	top: 11vw;
	width: 100%;
}

#heroCarousel.owl-theme .owl-nav [class*=owl-] {
	background-color: #FFFFFF !important;
	color:#000000;
	width: 50px;
	height: 50px;
	border-radius: 80px !important;
	font-size: 16px !important;
	padding-top: 10px !important;
	margin: 0 10px !important;
}
#heroCarousel .owl-prev {
	position: absolute;
	left:100px;
}
#heroCarousel .owl-next {
	position: absolute;
	right:100px;
}

@media (max-width: 768px) {
	.heroCarousel {
		height: 100vw;
	}
	#heroCarousel .item {
		width: 100vw;
		height: 100vw;
	}
	.heroCarousel .title {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .subtitle {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .subtitle x {
		font-size: 35px;
		line-height: 35px;
	}
	.heroCarousel .containerHolder {
		position: absolute;
		left: 0;
		top: 60vw;
	}
	#heroCarousel .owl-nav {
		display: none;
	}
}

.heroCarousel .bars {
	position: absolute;
	left:0;
	z-index: 5;
	height: 100%;
	max-width: 90px;
	margin-top: 8%;
}
.heroCarousel .bars.right {
	left:auto;
	right: 0;
}
.heroCarousel .bars img{
	height: 100%;
	max-width: initial !important;
}