@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

html{
	font-size: inherit;
}
body {
	overflow-x: hidden;
	padding-bottom: 20px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #111;
}

.toolbar-products {
	display: none
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-overlay.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: left;
}

.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  }
  
.grecaptcha-badge { visibility: hidden !important; }
.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}


.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.sorter-options {
	border-radius: 6px;
	padding: 0.5rem 2rem 0.5rem 1rem;
	font-size: 0.95rem;
	background-color: #fff;
	border: 1px solid #ccc;
	appearance: none;
	background-image: none;
}

.dropdown-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #666;
	font-size: 0.75rem;
}

.sorter-action {
	color: #666;
	transition: transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.sorter-action:hover {
	color: #000;
	transform: scale(1.2);
}

/*--- løsning ---*/

@keyframes pulse2 {
  0% { box-shadow: 0 0 0 0 #ffd90099; }
  70% { box-shadow: 0 0 0 10px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.icon-yellow-circle-losning {
  animation: pulse 3s infinite;
}
/* Equal height layout between image and icon list */
.b2b-equal-height-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.b2b-icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon-yellow-circle-losning {
  background-color: #FFCF0F;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: pulse2 4s ease-in-out infinite;
  flex-shrink: 0;
}
.icon-yellow-circle-losning svg {
  width: 20px;
  height: 20px;
  color: #000;
}
@media (min-width: 768px) {
  .b2b-feature {
	text-align: left;
	align-items: flex-start;
  }
}


@media (max-width: 767px) {

/* Feature formatting */
.b2b-feature h5 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.b2b-feature p {
  margin: 0;
  color: #555;
}
.b2b-feature {
	background: #fff9e6;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  }
}
@media (min-width: 992px) {
  .b2b-icon-col {
	margin-left: -30px;
	z-index: 2;
	position: relative;
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 0 40px rgba(0,0,0,0.06);
  }
}

.job-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 2rem;
  height: 100%;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.job-icon svg,
.job-icon {
  font-size: 24px;
}
.external-link-icon svg {
  opacity: 0.5;
}
.job-grid .col {
  margin-bottom: 2rem;
}

.job-grid .bg-warning {
	background-color: rgba(252, 201, 0, 1) !important;
}


.bulb-ingress {
line-height: 1.6;
}
.bulb-icon {
  width: 290px;
  height: auto;
}

.ray {
  opacity: 0;
  transform: translateY(10px); /* Starts at bulb, animates outward */
  animation: rayFadeIn 0.6s ease-out forwards;
}

.ray-left {
  animation-delay: 0.2s;
}
.ray-center {
  animation-delay: 0.4s;
}
.ray-right {
  animation-delay: 0.6s;
}

@keyframes rayFadeIn {
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.bulb-wrapper .st1 {
	fill:transparent;
}
.bulb-wrapper svg {
	width: 220px;
	height: auto;
}
.bulb-wrapper {
  position: relative;

}

.bulb-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.2), transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.bulb-icon {
  position: relative;
  z-index: 1;
}

@keyframes glowPulse {
  0%, 100% {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.4;
  }
  50% {
	transform: translate(-50%, -50%) scale(1.15);
	opacity: 0.1;
  }
}





.challenge-section .mt-n1 {
	margin-top: -3rem !important
}

.page-header {
	border-bottom: none;
	z-index: 1
}
p {
  margin-bottom: 1em;
}

.lead {
	font-weight: 400;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

footer ul {
	padding-left: 0
}

.product-item-actions, .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner{
	display: none;
}

.hero-section .btn-warning {
	
}
/*----swiper------*/
.swiper-container {
	overflow-y: auto;
	overflow-x: hidden !important;
}
.my-custom-container {
	
	background: white;
}

.swiper-brand-logos .swiper {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.swiper-brand-logos .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.swiper-brand-logos .swiper-slide img {
	width: auto;             /* Keeps the natural width */
	height: auto;            /* Keeps the natural height */
	max-width: 100%;         /* Ensures the image doesn't overflow the slide */
	max-height: 150px;       /* Adjust to limit the height if needed */
	object-fit: contain;     /* Ensures the image scales nicely */
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

.swiper-brand-logos .swiper-slide img:hover {
	filter: none; /* Shows original color on hover */
}

.swiper-brand-logos.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-brand-logos .swiper-wrapper {
	display: flex;
}


/*-----hero-----*/
.animated-gradient-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
}

/* 🌟 Glassmorphism Gradient Layer */
.animated-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.95;
  z-index: 1;
}


.animated-gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: linear-gradient(45deg, rgba(252, 201, 0, 0.5), rgba(255, 251, 230, 0.5), rgba(255, 255, 255, 0.5));
  background-size: 400% 400%;
  animation: gradientMove 20s linear infinite;
  opacity: 0.8;
  z-index: 2;
}

@keyframes gradientMove {
  0% { background-position: 0% 0%; }
  50% { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

/* ⚡ Angled Panels */
.animated-gradient-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
  linear-gradient(35deg, #FCC900 30%, transparent 50%),
   linear-gradient(85deg, #FFFBE6 40%, transparent 60%),
   linear-gradient(115deg, #ffffff 30%, transparent 70%);
  opacity: 0.15;
  mix-blend-mode: overlay;
  z-index: 3;
}

.yellow {
	color: #FFCF0F
}

/* ---- hero ----*/
.radial-container	svg {
	  width: 100%;
	  height: auto;
	}
	
.radial-container .radial-layout{
	  position: relative;
	  width: 400px;
	  height: 400px;
	  margin: 0 auto;
	}
	
.radial-layout {
	  transform: rotate(-45deg);
	  opacity: 0;
	  transition: transform 1.2s ease-out, opacity 1s ease;
	}
	
	.radial-layout.ready {
	  transform: rotate(0deg);
	  opacity: 1;
	}
.radial-container .center-icon {
	  width: 126px;
	  height: 126px;
	  animation: pulse 2s infinite;
	  transform-origin: center;
	  position: absolute;
	  top: 26%;
	  left: 41%;
	  transform: translate(-50%, -50%);
	  animation: pulse 4s ease-in-out infinite;
	  transform-origin: center center;
	  animation: pulse 3.5s ease-in-out infinite, ripple 4.5s ease-out infinite;
	  border-radius: 50%;
	}
	
.radial-container .center-icon::after {
  content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 width: 160%;
 height: 160%;
 background: rgba(255, 208, 18, 0.3);
 border-radius: 50%;
 transform: translate(-50%, -50%) scale(0.8);
 opacity: 0;
 transition: transform 0.5s ease, opacity 0.5s ease;
 pointer-events: none;
 z-index: -1;
 }  
 
.radial-container .center-icon:hover::before {
   animation: hoverRipple 1.5s ease-out;
 }
 
 @keyframes pulse {
   0%, 100% {
	 transform: scale(1);
	 opacity: 1;
   }
   50% {
	 transform: scale(1.08);
	 opacity: 0.85;
   }
 }
 
 @keyframes ripple {
   0% {
	 box-shadow: 0 0 0 0 rgba(255, 208, 18, 0.4);
   }
   70% {
	 box-shadow: 0 0 0 20px rgba(255, 208, 18, 0);
   }
   100% {
	 box-shadow: 0 0 0 0 rgba(255, 208, 18, 0);
   }
 }
 
 
 
 @keyframes hoverRipple {
   0% {
	 transform: translate(-50%, -50%) scale(0.8);
	 opacity: 0.2;
   }
   50% {
	 transform: translate(-50%, -50%) scale(1.4);
	 opacity: 0.5;
   }
   100% {
	 transform: translate(-50%, -50%) scale(1.8);
	 opacity: 0;
   }
 }
 
 
 
 
.radial-container .showroom-icon {
	width: 36px;
	height: 36px;
	  opacity: 0;
	  transform: scale(0.5);
	  animation: pop-in 0.5s ease-out forwards;
	  animation-delay: 0.3s;
	  position: absolute;
	  top: 78%;
	  left: 30%;
	  transform-origin: center;
	}
	
.radial-container .adjust {
	width: 42px;
	height: 42px;
	  opacity: 0;
	  transform: scale(0.5);
	  animation: pop-in 0.5s ease-out forwards;
	  animation-delay: 0.3s;
	  position: absolute;
	  top: 38.5%;
	  left: 12%;
	  transform-origin: center;
	}  
.radial-container .handel {
 width: 35px;
 height: 35px;
   opacity: 0;
   transform: scale(0.5);
   animation: pop-in 0.5s ease-out forwards;
   animation-delay: 0.3s;
   position: absolute;
	top: 0%;
   left: 28%;
   transform-origin: center;
 } 
 
.radial-container .delivery {
  width: 62px;
  height: 62px;
	opacity: 0;
	transform: scale(0.5);
	animation: pop-in 0.5s ease-out forwards;
	animation-delay: 0.3s;
	position: absolute;
	top: 4%;
	left: 66%;
	transform-origin: center;
  }   
  
.radial-container .icon-text {
	display: block;
	margin-top: 8px; /* or same spacing for all */
	font-size: 14px;
	text-align: center;
  }
  
.radial-container  .delivery:hover svg {
	animation: iconBounce 0.4s ease;
  }
  
  @keyframes iconBounce {
	0%   { transform: scale(1); }
	30%  { transform: scale(1.15); }
	100% { transform: scale(1.1); }
  }
  
  
	  
	@keyframes pop-in {
	  to {
		opacity: 1;
		transform: scale(1);
	  }
	}
	
.radial-container	.icon {
	  opacity: 0;
	  transform: scale(0.3);
	  transform-origin: center;
	  animation: popIn 0.5s ease-out forwards;
	}

.radial-container	.icon-1 { animation-delay: 0.3s; }
.radial-container	.icon-2 { animation-delay: 0.6s; }
.radial-container	.icon-3 { animation-delay: 0.9s; }
.radial-container	.icon-4 { animation-delay: 1.2s; }
.radial-container	.icon-5 { animation-delay: 1.5s; }

@keyframes pulse {
	  0%, 100% {
		transform: scale(1);
		opacity: 1;
	  }
	  50% {
		transform: scale(1.1); /* slightly less intense */
		opacity: 0.85;         /* more subtle fade */
	  }
	}

	@keyframes popIn {
	  to {
		opacity: 1;
		transform: scale(1);
	  }
	  

	}

.tooltip-custom .tooltip-inner {
	  background-color: #000;
	  color: #fff;
	  font-size: 0.75rem;
	  padding: 6px 10px;
	  border-radius: 6px;
	}


	
	.radial-container .icon svg {
	  transform: scale(1.2); 
	}


.radial-container .icon {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
.radial-container	.icon svg {
	  width: 60px;
	  height: 60px;
	  margin-bottom: 0.25rem;
	}
.radial-container	.icon .label {
	  font-size: 14px;
	  font-weight: bold;
	}

@media (max-width: 767px) {
	  .radial-container {
		display: none;
	  }
	
	.radial-container  .mobile-icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
		padding: 1rem;
	  }
	
	.radial-container  .mobile-icons .icon {
		width: 40%;
		min-width: 120px;
		text-align: center;
	  }
	}










/* Close button styling */
.calendly-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff;
}

/* Adjust iframe size for better display */
.calendly-popup iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* Styling the spinner */
.calendly-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.calendly-bounce1, .calendly-bounce2, .calendly-bounce3 {
	background-color: #fff;
}


/*--override magento ---*/
.message.success {
	font-size: unset
}
button, .cart.table-wrapper .actions-toolbar > .action, .action-gift, .column.main .magento-payments-review-discount > .title strong, .column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue{
	font-size: unset;
}
.product-info-main .box-tocart .action.tocart {
	line-height: unset;
	font-size: unset;
}
.cart-summary > .title {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 12px 0;
	
}
.fieldset > .legend {
	margin: 0 0 20px;
	padding: 0 0 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.opc-block-summary .items-in-cart > .title strong {
	font-weight: 400;
}

.abs-account-title > strong, .abs-account-title > span, .abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span {
	
	font-size: unset;
	font-weight: unset;
}
 
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
	border-radius: 5px;
	font-family: inherit;
}


/*----underline----*/
.swoosh-underline {
  position: relative;
  display: inline-block;
}

.swoosh-word {
  position: relative;
  z-index: 2;
}

.swoosh-animated {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}

.swoosh-path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: drawSwoosh 1.2s ease-out forwards;
  animation-delay: 1s;
}

@keyframes drawSwoosh {
  to {
	stroke-dashoffset: 0;
  }
}

.bg-warning {
	background-color: rgba(252, 201, 0, 0.55)!important;
}

/*-------*/
.product-datablad a {
color: black;
font-size: 12px;
}


/* ------- */

.challenge-section {
background-color: white;
display: flex; /* Enable Flexbox for centering if needed */
flex-direction: column;
justify-content: center; /* Center content vertically */
align-items: center; /* Center content horizontally */
padding: 20px; /* Add padding if desired */
box-sizing: border-box;
overflow: hidden; /* Prevents scrolling within the section */
}
.challenge-section .bg-light {
	
}

.product-datablad {float: left}
.product-datablad span a {
	color: #000!important;
}

.product-datablad .fs-2 {
	display: block;
	float: left;
	margin-top: -13px;
	margin-right: 5px;
}

/* 19. februar */
.product-icons {
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px; /* Spacing between icons */
	justify-content: start; /* Align icons to the left */
	align-items: center; /* Center icons vertically */
	padding-top: 10px; /* Ensure spacing above */
}

.product-icons figure {
	margin: 0;
	padding: 5px;
}
.product-icons img {
	width: 40px!important;
}
.certification-content::after {
	content: "";
	display: block;
	clear: both;
}

.bg-light, .bg-white {
	overflow: hidden
}

/* 🔹 Ensure header-top aligns elements correctly */
.header-top {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: transparent;
	z-index: 1;
	max-width: 1280px
}

/* 🔹 Center the logo */
.header-top .logo {
	position: absolute;
	left: 10%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

/* 🔹 Align icons (search, minicart, login) to the right */
.custom-minicart-icon,
.custom-minicart-trigger,
.ajax-login-icon,
.search-form {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0px;
	gap: 65px; /* Adjust spacing to match design */
	margin-top: -30px;
}

/* 🔹 Search bar expands from the search button */
.search-form {
	
}

/* 🔹 Default state of search input */
#search {
	width: 0;
	opacity: 0;
	padding: 0;
	border: none;
	transition: width 0.4s ease-in-out, opacity 0.3s ease-in-out;
	top:0;
}

/* 🔹 Expanded search input */
#search.active {
	width: 200px;
	opacity: 1;
	padding: 5px 10px;
	border: 1px solid #ccc;
	top: 0;
	height: 42px;
}

/* 🔹 Search button icon */
.search-button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 9px;
	display: flex;
	align-items: center;
	transition: background 0.3s ease-in-out;
}

/* 🔹 Search button active */
.search-button.active {

}

.search-button.active svg {

}



/* ✅ **Mobile Adjustments** */
@media (max-width: 768px) {
	
	body.catalog-category-view .logo,
	  body.catalog-product-view .logo {
		display: none;
	}
	
	
	.catalog-product-view .page-main, .cms-page-view .page-main {
		margin-top: 30px
	}
	.page-header {
		margin-bottom: 30px
	}

	.header-top .logo {
		position: relative;
		left: auto;
		transform: none;
		text-align: center;
		margin: 0 auto
	}

	/* 🔹 Keep icons aligned right */
	.header-top .custom-minicart-icon,
	.header-top .ajax-login-icon {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: 0px;
		gap: 55px;
	}
	

	.box-tocart {
	margin: 30px 30px 30px 30px !important;
	}
	.product-info-main .product-info-price{
		margin-block: 0
	}
	
	.product-info-main .product-add-form {
		padding-top: 0;
	}
	.checkout-cart-index .page-main {
		margin-top: 30px
	}
	
	.checkout-index-index .page-footer {
		display: none;
	}
	.page-main {
		margin-top: 30px;
	}
	.checkout-index-index #search_mini_form, .checkout-index-index #custom-minicart-trigger{
		display: none
	}
	
	.authentication-wrapper {
		margin-top: -133px;
	}
	.minicart-wrapper .action.showcart:before {
		font-size: 30px
	}
	.minicart-wrapper .action.showcart .counter.qty {
		top: -7px;
	}
	
	/*---shipping---*/
	.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{
		font-weight: unset;
	}
	.checkout-container{
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x)* 0.5);
	padding-left: calc(var(--bs-gutter-x)* 0.5);
	margin-right: auto;
	margin-left: auto;
	}
	.checkout-container input, .checkout-container select, .checkout-container textarea {
		font-size: 16px !important;
		line-height: 1.2;
		padding: 10px; /* Adjust padding for better touch experience */
		box-sizing: border-box;
	}
	.checkout-container input[type="text"], .checkout-container input[type="email"], .checkout-container input[type="tel"], .checkout-container input[type="number"], .checkout-container select, .checkout-container textarea {
		width: 100%;
		max-width: 100%;
		-webkit-appearance: none;
		border-radius: 4px;
		border: 1px solid #ddd;
	}
}



/* ------- */

#maincontent .messages{
	margin-top: 15px;
}
#checkout .action-auth-toggle {
	width: unset;
	margin-top: 0;
}

#checkout .action-auth-toggle {
background: #ffcc29;
padding: 10px 25px 10px 25px;
margin-top: 25px;
border-radius: 35px;
text-decoration: none;
color: black;
}
.checkout-index-index .message.message-error {display: none !important;}

.threeproducts img:hover {
box-shadow: var(--bs-box-shadow) !important;
}

.text-colored {
	color: #ffcc29;
}

.breadcrumbs {
	padding-left: 0
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #ffcc29
}  
.cms-index-index .block-static-block img {

}


.mt-md-n1 {
  margin-top: -0.25rem !important;
}
.mt-md-n2 {
  margin-top: -1.25rem !important;
}
.mt-md-n1 {
  margin-top: -2.25rem !important;
}

.telefon {
	color: white;
	margin-top: 10px;
}
.telefon a {
	color: inherit
}
.nav-toggle:before{
	color: #fff;
}
.nav-toggle:hover:before {
color: #fff;
}

.block-search .minisearch input#search{position:static;}
.block-search .minisearch .label{display:none;}


.block-search .control {
	border-top: none;
	clear: both;
	margin: 0 -15px -1px;
	padding: 0 15px;
}


.minicart-wrapper .action.showcart:hover:before {
	color: #ffcc29;
	
}
.product-item, .price-container .price {
font-size: 1.1rem;
}
.ekstern {

	list-style: none;
	padding: 0;
}
.ekstern li {
	float: left;
	margin-right: 20px;
	padding:0 17px 0px 0px !important
}

.header.panel > .header.links > li > a {
	
}

.page-header .header.panel {

}

.page-header .panel.wrapper {

}
.ekstern a {
	color: black
}
.page-header .panel.wrapper a:hover {
	color:#ffcc29
}
.header.panel > .header.links > li > a {
	color: black;
}
.header.panel > .header.links > li > a:hover {
	color: #ffcc29!important;
	transition: ease 0.5s;
	text-decoration: none
}
.header.panel > .header.links > li > a:visited {
	color: black
}
.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a {
	display: inline-block;
	line-height: 1.8;
	}



.header.links a {
	color: black
}
.page-header .panel.wrapper {
	background: white;
}
.toolbar-products .pages {
	display: block
}
[data-bs-theme="light"] .action.primary, .action-primary {
	background: white;
	border: 1px solid #25282A;
	border-radius: 5px;
	color: #25282A!important;
}
[data-bs-theme="light"] .action.primary:hover, .action-primary:hover {
	background: #25282A;
	color: white!important;
	transition: ease-in-out 0.5s;
	
}

.carelabel-icon {
	display: flex;
	align-items: center;
}
.carelabel-icon img {
	width: 60px
}
.catalog-category-view .columns .offcanvas {
	overflow: auto
}
.iconlib  {
	
	
}
.iconlib .carelabel-icon{
	display: flex;
	
}
.iconlib .carelabel-icon {

font-size: 12px;
width: 120px;
min-height: auto;
border-radius: 5px;
float: left;
margin-right: 5px;
margin-top: 30px;
display: block;
}

[data-bs-theme="dark"] .action.primary, .dark .action-primary {
	background: transparent;
	border: 1px solid #adb5bd;
	border-radius: 5px;
	color: #adb5bd!important;
}
[data-bs-theme="dark"] .action.primary:hover, .action-primary:hover {
	background: #adb5bd;
	color: white!important;
	transition: ease-in-out 0.5s;
	
}
.cart.table-wrapper .actions-toolbar {
	margin-bottom: 15px;
}

.order-3 ol, .order-3 ul, .order-3 dl {
	margin-bottom: unset
}

.order-3 ol, .order-3 ul {
	padding-left: unset
}


.catalog-category-view .page-title-wrapper, .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper{

}


.cs-style-2 {
	display: inline-block;
	position: relative;
}
.cs-style-2 figure {
	margin: 0;
	position: relative;
}


.cs-style-2 figure img {
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	transform: translateY(-90px);
}

.cs-style-2 figcaption {
height: 90px;
width: 100%;
top: auto;
bottom: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}

.cs-style-2 figcaption a {
	position: absolute;
	right: 20px;
	top: 30px;
}



.block-collapsible-nav {
	left: unset;
	position: unset;
	top: unset;
	width: unset;
	z-index: 5;
}
.block-collapsible-nav .nav{
	display: block
}

/*---27.mars---*/

.page-products .product-item-info {
	width: unset;
}


.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
	background: inherit;
	box-shadow: inherit;
	border: inherit;
	margin: 0;
	padding: 0;
	position: inherit;
	z-index: inherit;
}






.custom-control-input:focus~.custom-control-label::before {
  border-color: red !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: red !important;
  background-color: red !important;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: red !important;
  border-color: red !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: red !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: red !important;
  border-color: red !important;
}
.accordion-header::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.accordion-header:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-header {
	position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;

border: 0;
border-radius: 0;
overflow-anchor: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


.support-grey {
	background: #f6f6f6;
	padding: 15px;
	border-radius: 5px;
}
.dark .support-grey{
	background: #343a40;
	color: #6c757d
}
.product.data.items > .item.content {
	margin-top: 40px
}
.product.data.items > .item.title > .switch {
	font-size: 1rem;
}

.block-search input {
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 3px 0 0 3px;
	width: 100%;
	height: 42px;
	padding: 0 15px;
	margin: 0;
}

.block-search .action.search:before {
font-size: 16px;
line-height: 36px;
color: black;
content: 'Søk';
margin: 0;
vertical-align: top;
display: inline-block;
font-weight: normal;
overflow: hidden;
speak: none;
text-align: center;
font-family: 'Dm Sans', sans-serif;
}
.block-search .action.search {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100px;
	text-align: center;
	font-size: 1.6rem;
	opacity: 1 !important;
}

.block-search button {
	border: none;
	box-shadow: none;
	border-radius: 0 3px 3px 0;
	text-transform: none;
	height: 38px;
	color: #000;
	background-color: #ffcc29!important;
	font-weight: 500;
}

.action.primary, .action-primary, .block-new-customer .create{
	background: #ffcc29;
	border-color: #ffcc29;
	font-family: inherit;
	color: black;
	border-radius: 35px;
}

.action.primary:hover, .action-primary:hover {
	background: #ffcc29;
	border: 1px solid #ffcc29;
	color: #ffffff;
}


.checkout-index-index  .action-auth-toggle {
	color: #ffcc29;
}
.checkout-index-index .columns .column.main {
	padding-top: 40px
}
.opc-block-summary > .title {
	font-weight: inherit;
}


.catalog-product-view .box-tocart .qty {
	
}

.form-discount label {
	display: none
}
.abs-account-title > strong, .abs-account-title > span, .abs-account-blocks .block-title > strong, .abs-account-blocks .block-title > span, .account .legend > strong, .account .legend > span, .form-giftregistry-search .legend > strong, .form-giftregistry-search .legend > span, .block-giftregistry-results .block-title > strong, .block-giftregistry-results .block-title > span, .block-giftregistry-shared-items .block-title > strong, .block-giftregistry-shared-items .block-title > span, .block-wishlist-search-form .block-title > strong, .block-wishlist-search-form .block-title > span, .block-wishlist-search-results .block-title > strong, .block-wishlist-search-results .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .multicheckout .block-content .title > strong, .multicheckout .block-content .title > span, .customer-review .review-details .title > strong, .customer-review .review-details .title > span, .paypal-review .block .block-title > strong, .paypal-review .block .block-title > span, .account .column.main .block:not(.widget) .block-title > strong, .account .column.main .block:not(.widget) .block-title > span, .multicheckout .block-title > strong, .multicheckout .block-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > span {
	font-size: unset
}

.abs-account-block-font-size, .block-addresses-list address, .box-billing-address .box-content, .box-shipping-address .box-content, .box-address-billing .box-content, .box-address-shipping .box-content, .box-information .box-content, .block-balance-giftcard .block-content, .block-reviews-dashboard .product-name {
	font-size: unset
}

ul > li, ol > li {
	margin-top: unset;
	margin-bottom: unset
}
button:not(.primary):active {
	box-shadow: unset;
}
button:focus, button:active {
	background: unset;
	border: unset;
	color: unset;
}
.block-search .label:before{
	color: #ffcc29;
}
.block-search .label:hover:before {
	color: #ffcc29;
}
a {
	text-decoration: none!important;
	color: black;
	
}
p a:hover {
	text-decoration: underline
}
.field-error, div.mage-error {

}


.btn .btn-outline-dark {
	color: #25282A
}
.btn-outline-dark:hover {
	
}

.dark a {
	color: #adb5bd;
	text-decoration: none
}
a:visited {
	
}
.dark a:hover{
	
}
.darken .popover-arrow{
	border: 1px solid #343a40!important
}
.lighten .popover-arrow {
	/* Border */
	border: 1px solid #d1d5db;

	/* Used to position the arrow */
	position: relative;
}
.darken .popover-arrow__arrow {
	/* Size */
	height: 0.8rem;
	width: 0.8rem;
	
	background-color: #343a40!important;
	position: absolute;
}
.lighten .popover-arrow__arrow {
	/* Size */
	height: 0.8rem;
	width: 0.8rem;

	background-color: #fff;
	position: absolute;
}
.darken .popover-arrow__arrow--tl {
	/* Position at the top left corner */
	left: 1rem;
	top: 0;

	/* Border */
	border-left: 1px solid #343a40;
	border-top: 1px solid #343a40;
	transform: translate(50%, -50%) rotate(45deg);
}

.lighten .popover-arrow__arrow--tl {
	/* Position at the top left corner */
	left: 1rem;
	top: 0;

	/* Border */
	border-left: 1px solid #d1d5db;
	border-top: 1px solid #d1d5db;
	transform: translate(50%, -50%) rotate(45deg);
}






.two-blocks-frontpage img {
	border-radius: 5px;
}
.dark .frontpage-products img, .dark  .two-blocks-frontpage img, .dark .frontpage-logos img{
	background-color: #343a40;
	border-radius: 5px
}
.hero {

	position: relative;
}







.page-with-filter {
	overflow: visible!important
}
.copyright {
	background: transparent;
	color: unset;
}

.slide-in-filter {
	height: 100%;
	border-radius: 0px 30px 30px 10px;
	min-width: 300px;
}
.minicart-wrapper .block-minicart {
	border-radius: 30px 0px 0px 30px;
	box-shadow: 0px 0px 1.5px hsl(0deg 0% 0% / 30%), 0px 0.5px 0.6px hsl(0deg 0% 0% / 4%), 0px 2.3px 2.9px -0.7px hsl(0deg 0% 0% / 6%), 0px 7.6px 9.7px -1.5px hsl(0deg 0% 0% / 8%);
	
}
.quickcart-wrapper .item{
	font-size: 1rem!important
}
.block-content-quickcart .quickcart-top {
	background: white!important;
	color: #25282A;
}

.block-content-quickcart .quickcart-top button.close span, .minicart-wrapper .action.close > span,.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
	color: #25282A!important;
	visibility: hidden!important;
	display: none!important;
}
.block-content-quickcart .quickcart-top button.close span:after {
	visibility: visible;
	font-family: bootstrap-icons; 
	font-size: 30px; 
	display: block; 
	content: '\F62A';
	visibility: visible;
}

.dark .slide-in-filter {
	color: #6c757d
}
.slide-in-filter .swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
	padding: 10px;
}

.page-product-configurable .columns .col-md-8 .mt-5 ul li, footer ul li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
  margin-bottom: 2px!important;
}

.navbar-nav ul > li, .navbar-nav ol > li{
	margin-top: inherit;
	margin-bottom: inherit;
}
.page-product-configurable .columns .col-md-8 .mt-5 ul li::before, footer ul li::before {
  content: '*';
  position: absolute;
  top: 6px;
  left: 0;
}

.dropdown-menu .nav-item a{
	display: block;
	width: 100%;
	padding: 10px;
	clear: both;
	font-weight: 400;
	color: #6c757d;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-menu .nav-item a:hover{
	background-color: #eee
}

.dark .dropdown-menu {
	background-color: #343a40
}

.dark .dropdown-menu .nav-item a:hover{
	background-color: #495057
}

.form-inline .input-group btn, .btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:visited, .herocontent .btn-dark, .btn-lg, .btn-outline-success, .btn-outline-dark {
	border-radius: 35px!important;
	padding: 10px 30px 10px 30px!important;
	text-decoration: none!important;
	transition: ease-in-out 0.5s;
	color: white;
}

.btn-outline-dark {
	color: black
}

.ajax-login-icon,.hero-section .btn {
	color: white!important;
}

.hero-section {
  padding: 0;
  color: #111;
  z-index: 1;
  position: relative;
  text-align: center;
  height: 45vh;
  z-index: 0;
}

.hero-section h1 {
  font-size: 2.6rem;
}

.hero-section p {
  font-size: 1.125rem;
}



.newsletter .btn-success {
	background-color: #25282A !important;
border-color: #25282A!important;
}
.newsletter .btn-success:hover{
	background-color: #25282A !important;
border-color: #25282A!important;
}
.btn-primary:hover{
	background-color: white!important;
	color: #25282A!important;
}



.btn-outline-success {
	border-color: #ffcc29!important;
	color:#000000!important;

}
.btn-outline-success:hover{
	background-color: white!important;
	color:#25282A!important;
	text-decoration: none!important
}



.fotorama__thumb-border{
	border: 1px solid #ffcc29
}
.swatch-option.selected {
	outline: none
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48,25,52,0.45);
}

.video-container{
  width: 100vw;
  height: 100vh;
}

.frontpage-logos img{
	background-color: rgba(252, 201, 0, 0.55) !important;
	border-radius: 5px
}

.dark .newsletter .card {
	background: #343a40
}
	
.cms-index-index .video-container{
  width: 100vw;
  height: 100vh;
}
	
.cms-index-index iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

[data-content-type='row'][data-appearance='contained'] {
	max-width: 100%!important
}
.authorization-link a{
	color: black;
}
a:visited, .alink:visited {
	color: black;
	text-decoration: none!important
}

.product.attribute.description, .teknisk_beskrivelse,.category-description, .product .overview{
font-size: 1.2rem;
line-height: 1.9rem;
}

.breadcrumbs .items {
	font-size: inherit
}
.breadcrumbs .item:not(:last-child):after {
	font-size: 11px;
	line-height: 25px;
}

.breadcrumbs .items {
	font-size: 12px;
	color: #707070;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none none;
	font-weight: normal
}

.breadcrumbs .item:not(:last-child) {
	display: inline-block;
	text-decoration: none;
	float: left
}
.breadcrumbs .item:not(:last-child):after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	line-height: 18px;
	content: ' / ';
	margin: 0 10px;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.tab-content,.dark .tab-content {
	background: white;
	padding: 15px;
	border-radius: 0 0px 5px 5px;
}



.bg-light .form-switch svg{
		fill: #6c757d;
}
.filter-options-item {
	border-bottom: 1px solid #adb5bd;
	padding-bottom: 10px;
}

.message.info {
	font-size: unset
}
.abs-visually-hidden, .opc-wrapper .form-discount .field .label, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .product-item-actions .actions-secondary > .action span, .special-price .price-label, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .block.related .field.choice .label, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname > .label, .field.street .field .label, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .form-add-invitations .fields .label, .filter-options-content .filter-count-label, .table-comparison .wishlist.split.button > .action.split span, .product-items .wishlist.split.button > .action.split span, .page-multiple-wishlist .page-title-wrapper .page-title, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block.newsletter .label, .review-date .review-details-label, .customer-review .product-details .rating-average-label, .block-reorder .product-item .label, .action.skip:not(:focus), .page-header .panel.wrapper .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.abs-box-tocart, .bundle-options-container .block-bundle-summary .box-tocart, .box-tocart{
	margin: 0 0 30px;
}
.product-info-main .product-options-bottom .box-tocart{
	margin-top: 20px;
}
.product-info-main .product.attribute.sku .type {
	font-weight: normal;
	margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
	content: '#';
}


.dark .navbar {
	background: #212529!important
}

.fotorama__caption__wrap {
	display: none
}





input[type="text"] {
	height: 38px
}
.hero-banner{
	border-radius: 5px;
	background-size: cover;
	height: 800px;
	overflow: hidden!important;
	position: relative;
	z-index: 1
}


.herocontent {
color:#fff;
position: absolute;
left: 13%;
top: 53%;
transform: translate(-13%,-42%);
line-height: 0;
}


.herocontent .display-2, .herocontent .display-5 {
	color: #adb5bd
}


.form-control {
	display: block;
	width: 100%;
	min-height: calc(1.5em + .75rem + 2px);
	padding: .575rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 52px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #f9a826;
	outline: 0;
	box-shadow: none;
}


.border-rad{

	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;

	color: #fff;
	background-color: #f9a826;
	border-color: #f9a826;
}




.border-rad:hover{
   
	 background-color: #f9a826;
	border-color: #f9a826;

}
.block.newsletter input {
	margin-right: 0
}
.block.newsletter input {
	padding: 0 0 0 5px
}
.wp-filters {
	position: relative!important;
	top: unset!important;
	margin-right: 30px
}
.sidebar.sidebar-main b.wp-slide-in {
	display: inline-block;
	background: none;
	width: 20px;
	height: 23px;
	transition: scale 100ms ease;
	margin: -2px 8px 0 0;
	
}
.sidebar.sidebar-main b.wp-slide-in:before {
	font-family: 'bootstrap-icons';
	content: '\F3CA';
	font-size: 1.3rem;
	color: #25282A;
	vertical-align: unset;
	
}
.sidebar.sidebar-main b.wp-slide-in:before {
	font-family: 'bootstrap-icons';
content: '\F3CA';
font-size: 1.3rem;
color: #25282A;
vertical-align: unset;

}

.wp-filters {
	display: block;
	position: absolute;
	top: 5px;
	cursor: pointer;
	font-weight: bold;
	width: 80px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 30px!important;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}
.wp-filters .wp-filters-text {
	font-weight: normal!important
}
.minicart-wrapper .text {
	display: none
}
.minicart-wrapper a {
	text-decoration: none
}
.minicart-wrapper .showcart .empty {
	visibility: hidden
}


.minicart-wrapper {

	padding: 0;
	
}





body.slider-layer .sidebar.sidebar-main .wp-filters {
	margin-top: 30px;
	margin-left: 1rem;
	margin-bottom: 30px;
}

.dark .sidebar.sidebar-main b.wp-slide-in:before {
	color: #adb5bd
}

/*.fotorama__arr.fotorama__arr--next, .fotorama__arr.fotorama__arr--prev {
	background: none;
}
.fotorama__arr .fotorama__arr__arr{
	background-image: unset;
}
.fotorama__fullscreen-icon:focus:after{
	box-shadow: none
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
	background-position: unset;
	display: unset;
}
.fotorama__fullscreen-icon{
	background: unset;
	width: 60px;
	height: 60px;
	background: unset;
	width: 60px;
	height: 60px;
	top: 30px;
	right: 0;
	box-shadow: unset;
	border: unset
}
.fotorama__fullscreen-icon::before {
	background-image: none;
	background-repeat: unset;
	font-family: 'bootstrap-icons';
	font-size: 1.7rem;
	content: '\F3DF';
	color: #25282A;
	display: block;
}
.dark .fotorama__arr--prev .fotorama__arr__arr::before, .dark .fotorama__arr--next .fotorama__arr__arr::before{
	color: #adb5bd;
	font-weight: normal
}
.fotorama__arr--prev .fotorama__arr__arr::before{
	background-image: none;
	background-repeat: unset;
	font-family: 'bootstrap-icons';
	font-size: 2rem;
	content: '\F12E';
	color: #25282A;
	display: block;
}



.fotorama__arr--next .fotorama__arr__arr::before{
	background-image: none;
	background-repeat: unset;
	font-family: 'bootstrap-icons';
	font-size: 2rem;
	content: '\F137';
	color: #25282A;
	display: block;
}

*/

/*
.minicart-wrapper .text {
	display: none
}
.minicart-wrapper a {
	text-decoration: none
}
.minicart-wrapper .showcart .empty {
	visibility: hidden
}*/
.minicart-wrapper .action.showcart:before {
	
	color: #ffffff;
	vertical-align: unset;
}
/*
.minicart-wrapper {
position: fixed;
width: 56px;
height: 56px;
bottom: 15px;
right: 15px;
background: white;
padding: 12px 0px 0px 17px;
border-radius: 100px;
z-index: 10000;
box-shadow: 0px 0px 1.5px hsl(0deg 0% 0% / 15%), 0px 0.5px 0.6px hsl(0deg 0% 0% / 4%), 0px 2.3px 2.9px -0.7px hsl(0deg 0% 0% / 6%), 0px 7.6px 9.7px -1.5px hsl(0deg 0% 0% / 8%);
}*/
.minicart-wrapper .action.showcart .counter.qty {
	background: #30d430;
	color: white;
	height: 13px;
	line-height: 13px;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 0px 3px;
	text-align: center;
	white-space: normal;
	position: absolute;
	top: 0px;
	font-size: 7px;
	right: 0px;
	text-shadow: none;
	border-radius: 100%;
	width: 13px;
	min-width: 12px;
}

/*
.minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart.active:hover:before{
	background: none;
	color: #d52b1e;
	content: '';
}

.dark .minicart-wrapper .block-minicart {
	background: #495057;
	border: none;
}
.dark .block-content-quickcart .quickcart-top {
	background: #495057!important
}
*/

.cart-discount .block > .title strong,.opc-block-summary .items-in-cart > .title strong,.opc-block-summary > .title, .product-item-details,.opc-block-summary .product-item .price, .price-including-tax, .price-excluding-tax  {
	font-size: 1rem
}

.checkout-cart-index .product-image-container {
	border-radius: 5px
}

.checkout-cart-index footer {
	display: none
}

.dark .cart-summary {
	background: #495057;
	
}
.dark .grand-totals table{
	color: #949494!important
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
	background: white;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	display: block;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	border: 1px solid #949494;
}
.swatch-opt {
	margin: 20px 0;
}
.swatch-option {
	height: unset
}
.swatch-option.text {
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	min-width: unset
}
.swatch-attribute.color{
	margin-bottom: 20px
}
.color .swatch-option {
	width: 32px !important;
	height: 32px !important;
	border-radius: 4px;
	border: 1px solid #ccc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 6px 6px 0;
	box-shadow: none;
	transition: border 0.2s ease;
}

.breadcrumb .breadcrumb-item a {
	color: #25282A;
	text-decoration: none
}
.breadcrumb .breadcrumb-item strong,.items .item strong {
	font-weight: normal
}
input.swatch-input.super-attribute-select {
	display: none;
}
.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .box-tocart .input-text.qty, .account .data.table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .col.qty .control.qty .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
	text-align: center;
	width: 54px;
}
.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark, .abs-button-l, #store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary, .cart.table-wrapper .product-item-name,.abs-incl-excl-tax .price-including-tax, .abs-incl-excl-tax .price-excluding-tax, .paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax,.block .title strong, .action.primary, .action-primary,.cart-summary .block .title strong, .abs-sidebar-totals .grand .amount, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
	font-size: unset
}
input[type="number"] {
	background: #ffffff;
	background-clip: padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	font-family: myriad-pro, sans-serif;
	height: 32px;
	line-height: 1.42857143;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
	box-sizing: border-box;
}
.filter-options-content a {
	text-decoration: none
}
.filter-options-content a:hover {
	background-color: transparent!important;
}
.stock.available{
	color: limegreen
}
.product-info-price .price {
	font-size: 2.3rem;
}

.product-image-container {
	background: #e7e9eb;
	border-radius: 5px;
	box-shadow: none
}
.product-image-container:hover {
	background: #4f565c;
	box-shadow: 0px 0px 1.5px hsl(0deg 0% 0% / 15%), 0px 0.5px 0.6px hsl(0deg 0% 0% / 4%), 0px 2.3px 2.9px -0.7px hsl(0deg 0% 0% / 6%), 0px 7.6px 9.7px -1.5px hsl(0deg 0% 0% / 8%);
	transition: ease-in-out .8s;
	
}

.product-info-price .price-box{
	color: #25282A
}

.gallery-placeholder{ width: 100%; }
.active > .filter-options-title:after {
	
}


.wishlist span{
	content: '';
}
.addtowishlist span {
	background: #d52b1e;
	color: white;
	height: 12px;
	line-height: 13px;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 0px 3px;
	text-align: center;
	white-space: normal;
	position: absolute;
	top: 5px;
	font-size: 7px;
	right: 0;
	text-shadow: none;
	border-radius: 100%;
	width: 12px;
	min-width: 12px;
}


.modes-mode:before {

	content: '\F3FC';
	font-family: 'bootstrap-icons';

}

button#product-addtocart-button {
	width: 100%
}
button:hover, button:not(.primary) {
}


.navbar-brand img {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.navbar-brand, .navbar-brand img {

}
.dark .navbar-brand img {
	
}



.product-info-main .product.attribute.sku {
	word-break: break-all;
	word-wrap: break-word;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
	font-weight: 700;
	text-transform: uppercase;
}
.product-info-main .stock {
	margin: 0 0 3px;
}



.product-info-main .product-info-price {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}
.product-info-main .product-info-price .price-box {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.product-info-main .product-info-stock-sku {
	display: inline-block;
	float: right;
	padding-bottom: 10px;
	padding-left: 10%;
	text-align: right;
	vertical-align: top;
}
.product-info-main .product.attribute.sku .value {
	display: inline-block;
}
.product-info-price .product-info-stock-sku .availability  {
	display: none!important;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
	/* height = 100 * (9 / 16) = 56.25 */
	height: 56.25vw;
  }
}
	
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
	/* width = 100 / (9 / 16) = 177.777777 */
	width: 177.78vh;
  }
}

@media (min-width: 992px){
	
	.navbar-brand, .breadcrumbs, .breadcrumb, .page-with-filter .page-title-wrapper {
		
	}
	.navbar-nav {
		margin-left: 4rem!important
	}
	.navbar .level1.px-4 {
	padding: 0!important
	}
	
}

@media (min-width: 768px), print {
	
	.logo img {
	width: 250px;
}
	.page-products .products-grid .product-item {
		padding: 0;
		width: unset
	}
	
	.page-products .columns {
		z-index: auto;
	}

  .hero-section h1 {
	font-size: 2.8rem;
  }

  .hero-section p {
	font-size: 1.25rem;
  }
  
  .challenge-section {
	  height: 100%;
	  margin-bottom: 200px;

	  position: relative;
  }
	
	.page-header .panel.wrapper {
		background: transparent;
		border-bottom: none;
		color: black;

		
	}
	.navigation .level0 {
		margin: 0 30px 0 0;
	}
	
	.sections.nav-sections {
		display: block;
		float: left;
		clear: both;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 100%;
	}
	.nav-sections {
		background: transparent;
	}
	.page-products .products-grid .product-item {
		margin-left: 2%;
		padding: 0;
		width: calc((100% - 6%) / 3);
		padding-left: 0px;
		margin-left: 0 !important;
		margin-right: 2%;
	}
}

@media (min-width: 769px), print{
	.page-layout-2columns-left .main {
		padding-left: 0!important
	}
	.header.content {
		
	}
	.navigation .level0 .submenu a {
		color: white
	}
	.navigation .level0 > .level-top {
		color: white!important
	}
	.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
		border: none;
		color: #ffcc29 !important;
		padding-left: 0;
	}
	
	.navigation .level0 .submenu .active > a {
		border:none;
		color: #ffcc29!important
	}
	.navigation .level0 .submenu {
		background: #25282A;
		border: 1px solid #25282A;
		border-radius: 5px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
		font-weight: 400;
		min-width: 230px;
		padding: 0;
		display: none;
		left: 0;
		margin: 0 !important;
		position: absolute;
		z-index: 1;
		margin-top: 11px;
	}
	
	
	.block-search {
		float: left;
		margin-left: 15%;
		padding-right: 100px;
		position: relative;
		width: 40%;
		z-index: 4;
}
.navigation {
	background: transparent;
	font-weight: inherit;
	height: inherit;
	left: auto;
	overflow: inherit;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 3;
}
	.navigation ul {
		float: left;
		padding: 0
	}
	.page-header .panel.wrapper {
		border-bottom: 0;

	}
	.ekstern {
		padding-left: 0
	}
	

	.page-layout-2columns-left .column.main {
		width: 100%!important
	}
	.account.page-layout-2columns-left .column.main {
		width: 77.7%!important
	}
	
	body.slider-layer .toolbar-products, body.slider-down-layer .toolbar-products {
		margin-left: 0
	}
	.cs-style-3{
	position: relative;
	}
	
	.cs-style-3 figure {
		position: relative;
		overflow: hidden;
		border-radius: 5px;
	}
	
	.cs-style-3 figure img {
		max-width: 100%;
		display: block;
		position: relative;
	}
	
	
	.cs-style-3 figcaption {
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px;
		background: transparent;
		color: #25282A;
	}
	
	.cs-style-3 figcaption h4 {
		margin: 0;
		padding: 0;
		color: #25282A;
		
	}
	.dark .cs-style-3 figcaption h4 {
		color: #adb5bd
	}
	
	.cs-style-3 figcaption span:before {
		
		}
	
	.cs-style-3 figure figcaption .hover-button  {
		text-align: center;
		padding: 5px 10px;
		border-radius: 2px;
		display: inline-block;
		background: transparent;
		border-radius: 5px;
		opacity: 1;
	}
	
	.dark .cs-style-3 figcaption a {
		color: #adb5bd!important;
		
	}
	.dark figcaption span {
		color: #adb5bd
	}
	
	.cs-style-3 figure img {
		transition: transform 0.4s;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.cs-style-3 figure:hover img,
	.cs-style-3 figure.cs-hover img {
		transform: translateY(-50px);
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	
	
	
	.cs-style-3 figcaption {
		height: 100px;
		width: 100%;
		top: auto;
		bottom: 0;
		opacity: 0;
		transform: translateY(100%);
		transition: transform 0.4s, opacity 0.1s 0.3s;
	}
	.cs-style-3 figure:hover figcaption {
		opacity: 1;
		transform: translateY(0px);
		transition: transform 0.4s, opacity 0.1s;
	}
	

	.cs-style-3 figcaption .hover-button {
		font-size: 1.5rem;
		position: absolute;
		bottom: -100px;
		right: 20px;
	}

	.cs-style-3 figure:hover .hover-button {
		opacity: 1;
		transform: translateY(50%);
		transition: all 0.7s ease ;
		bottom: 50px;
		opacity: 1;
	}

	.cs-style-3 figcaption .hover-button::before{
		content:'\F471';
		font-family: bootstrap-icons;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

	
	}
	

	.customer-welcome .header.links {
		border-radius: 5px
	}

	.opc-progress-bar-item > span:after, .opc-progress-bar-item > span,.opc-block-shipping-information .shipping-information-title {
		font-size: 1rem!important;
	}


 .dropdown-menu {
	 box-shadow: 0px 0px 1.5px hsl(0deg 0% 0% / 15%), 0px 0.5px 0.6px hsl(0deg 0% 0% / 4%), 0px 2.3px 2.9px -0.7px hsl(0deg 0% 0% / 6%), 0px 7.6px 9.7px -1.5px hsl(0deg 0% 0% / 8%);
 }
}

@media only screen and (max-width: 767px) {
	
	
	.hero-section {
		height: 85vh
	}
	.page-header .panel {
		display: none;
	}
	
	.header.content {
	
	}

}


@media only screen and (max-width: 768px){
	
	.border-xs-only {
		border: 1px solid #dee2e6; /* Add border for mobile (xs) */
	}
	.bg-svg {

		max-width: 130%;

	}
	

	.mt-md-n1 {
	  margin-top: 0 !important;
	}
	.mt-md-n2 {
	  margin-top: 0 !important;
	}
	.mt-md-n1 {
	  margin-top: 0 !important;
	}
	
	
	.minicart-wrapper {
		margin-top: 0px;
	}
	.nav-toggle {
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		display: block;
		font-size: 0;
		left: 15px;
		position: absolute;
		top: 0px;
		z-index: 14;
	}
	
	
	.block-search {
		margin-top: 50px;
	}
	.block-search .control {
		border-top: none;
		margin: 0px -15px 20px;
		padding: 0 15px;
	}
	
	.block-search .minisearch input#search {
		position: static;
		border-radius: 5px;
		height: 40px;
	}


	.navigation .level0 {
		font-size: 1.2rem;
	}


	

	

	.filter.active .filter-title {
		border-bottom: 0;
	}
	.filter.active .filter-subtitle {
		background: white;
		
	}
	.page-header {
		
	}
	.order-3 ul {
		padding-left: 1.7rem
	}
		
	.header.links {
		padding: 0
	}
	.header.links li {
		font-size: 1.3rem;
		padding-top: 0.5rem;
	}



	.breadcrumbs {
		display: none
	}

	.price-container .price {
		
	}
	

	
	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	
	
	.hero-banner {

	}
	
	}

/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 600px) {
		
		}
