:root {
--font: Verdana;


--base-color: #95c672;


--base-text-color: #0d3a2d;


--footer-color: #0d3a2d;


--footer-text-color: #fff;


--button-color: #95c672;


--button-hover-color: #b2e290;


--button-text-color: #0d3a2d;


--header-color: #95c672;


--header-text-color: #0d3a2d;


--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* font-family: 'Font Awesome 6 Free'; */

/* Include in javascript 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=chevron_right" /> */

/* Google Icons
   font-family: 'Material Symbols Outlined' !important;
   font-family: 'Material Symbols Rounded' !important;
   font-family: 'Material Symbols Sharp' !important;
*/

 :root {
     --white:#fff;
     --black:#000;
     --color3:#5F259F;
     --color4:#ccc;
     --radius:10px;
     --awesome:"Font Awesome 6 Free";
     --icon:'Material Symbols Rounded' !important;
}



.minibasket .minibasket-icon:hover {
  background-color: #b2e290;
  color: #0d392c;
  border: 1.5px solid #b2e290;
font-size: 1.5rem;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 42px;
    width: 42px;

}

.minibasket .minibasket-icon {
    color: #0d392c;
    background-color: #95c672;
  border: 1.5px solid #95c672;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 42px;
    width: 42px;
}

.button:hover {
  background-color: #b2e290;
  color: #0d392c;
}

/* ----Top Menu ---- */

.header-wrapper.collapse {
    background-color: #ffffff!important;
}

.header-bar-section-links-item a {
    color: white;
}


/* Slider */

.bx-wrapper {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 0px!important;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #ffffff!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #3c3c3c!important;
	background: #ffffff!important;
}



/*  Test search bar */
.product-search-input-container {
    position: relative;
    padding: 8px;
    background-color: #ffffff !important;
    border: 2px solid #0d3a2d;
    border-radius: 30px;
}

.product-search .product-search-input {
    display: inline-block;
    width: 85%;
    margin-bottom: 0;
    border: none !important; /* Ensure no borders */
    outline: none !important; /* Remove focus outline */
    box-shadow: none !important; /* Remove any shadows */
    background-color: #ffffff !important; /* Ensure correct background */
    color: #0d3a2d !important;
    padding: 5px;
}

.fas.fa-times.product-search-clear-button {
    display: none !important; 
/* this hides the element */
   }
.product-search-clear-button {
    display: none !important; 
/* this hides the element */
   }




.product-search .product-search-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #95c672;
    padding: 7px 6.4px;
    float: right;
}

/* Flex Container */
.flex-container {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0; /* Fjernet padding pÃ¥ venstre og hÃ¸yre */
  box-sizing: border-box;
  height: auto !important;
}

.flex-container > div {
  background-color: #ffffff;
  height: auto;
  margin: 10px;
  font-size: 30px;
  flex: 1 1 17%;
  min-width: 0;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
  border-radius: 8px; /* Rounded corners */
  box-sizing: border-box;
}


/* Image Styling */
.flex-container img {
    vertical-align: middle;
    width: 50px;
    margin-bottom: 10px; /* Space between image and text */
}

/* Text Styling */
.flex-container p {
    font-size: small;
    color: #333; /* Darker text color */
    margin: 0;
}

/* Hover Effect */
.flex-container > div:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px); /* Slight lift on hover */
}


/* Icons */
i.fas.fa-search.product-search-button {
    color: #0d3a2d;
}

i.fas.fa-chevron-left {
    transform: rotateY(183deg);
}


/* =====================================
			n-Menu
===================================== */

.menu-bar-desktop-products-menu-show-more {
    font-size: .8rem;
    font-weight: bold;
    padding-left: 0px;
}
.menu-bar-desktop-products-menu-items {padding-left:0px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a {transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover {padding-left:10px;transition:.2s ease-in-out;}
}
.menu-bar-desktop-categories-menu-item {
    border-bottom: none;
    cursor: pointer;
    line-height: 34px;
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
ul.menu-bar-desktop-categories-menu-items {
    padding: 14px 0px;
}
.menu-bar-desktop-products-menus {
    padding: 14px;
}
.menu-bar-desktop-products-menu-label {
    border-bottom: none;
}
.menu-bar-desktop-categories-menu-item:hover {
    background-color: transparent;
    box-shadow: inset 7px 0px 0px 0px var(--black);
    transition:.2s ease-in-out;
}
.menu-bar-desktop-categories-menu-item:hover>a {
    color: #aaa;
}

/* Resource menu */
.resource-menu-desktop ul li>ul>li:hover {background: none;}

/* Login Box */
.message-box {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}
button.button.login-form-button {
	background-color: var(--button-hover-color)!important;
	border-radius: 2px;
	padding: 11px 30px;
	color: #fff;
	font-weight: 700;
	float: right;
}
.login-container, .checkout-login-container {
	width: 1200px!important;
	background-color: var(--base-color);
}
.login-form-forgot-password {
	background-color: transparent!important;
	color: --base-text-color!important;
	float: right;
	margin-right: 24px;
}
label.forgot-password-email.input-required {
	color: #fafafa;
}
.login-form-forgot-password::before {
    content: "\f0e0";
    margin-right: 6px;
    top: 0px;
    position: relative;
    font-family: 'Font Awesome 6 Free';
}
.login-form-register {
	float: right;
	color: #003c2c!important;
	border: 2px solid #003c2c;
	background-color: transparent!important;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 41px;
	border-radius: 2px;
}
form#loginform {
	position: relative;
	height: 190px;
}
#loginform {
	padding: 40px;
	padding: 48px 40px 40px 40px;
}
.forgot-password-form {
	padding: 40px;
}
#loginform .login-username, #loginform .login-password {
	width: 50%;
	float: left;
	color: #fafafa;
}
#loginform label:nth-child(2) {
	float: right;
}
.login-username {
	padding-right: 10px;
}
.login-password {
	padding-left: 10px;
}
#loginform input[type="text"], input[type="password"] {
	border-radius: 3px;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	box-shadow: none;
}
button.login-form-forgot-password:hover {
	background-color: transparent;
	opacity:0.6!important;
}
.login-username.input-required {
	color: #fafafa!important;
}
/* =====================================
			n-Filter Page
===================================== */

/* Filter Menu */
.es-filters-wrapper {
    box-shadow: none;
    background-color: #fff;
    padding: 1px 17px 12px;
    margin-bottom: 30px;
    border: none;
}

.row.medium-uncollapse.es-product-list .columns.small-12.medium-3 {
    padding-left: 0px !important;
}



/* =====================================
			n-Product Page
===================================== */


.product-card .product-card-price .price .price-text {
    font-size: 2rem;
    font-weight: bold;
    color: #1c1c1c;
}
.product-card__tablinks {
    margin-top: 10px;
}
.admin-tablink {
    border-left: 1px solid var(--black);
    padding: 0px;
}
.product-card-information-container > div > div.product-card__tablinks > a:nth-child(2), .product-card-information-container > div > div.product-card__tablinks > a:nth-child(3) {padding-left:7px; margin-right:5px;}

/* Accordion */

.accordion-title {
  font-size: 16px;
  font-weight: 700;
}
.product-card-tabs .accordion-title {
  padding: 17px 22px;
  background-color: #fff;
  font-weight: bold;
}
.product-card-tabs .accordion li {
  border: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.product-card-tabs .accordion-title:after {
  content: inherit;
}
i.fas.fa-plus.tab-expand {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  color: #0d3a2d;
}
i.fas.fa-minus.tab-fold {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  color: #0d3a2d;
}
.tab-expand, .tab-fold {
  color: #231F20;
}
.product-card-tabs .accordion-title:hover {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
.product-card-tabs .accordion-content {
  background-color: transparent;
  padding: 0px 22px!important;
  margin: 0px;
}
.product-card-tabs .accordion {
  background-color: transparent;
}
th.product-card-specification-label {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 28px;
  text-align: left;
}
:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0px;
  border-radius: 0 0 0 0;
}
:last-child>.accordion-content:last-child {
  border-bottom: none;
}
.product-card-tab-information {
  padding-bottom: 20px;
}
.ccs-ds-extendedSpec-header {
    background: none!important;
}



/* Added */


.header-wrapper .row.header .logo-container .header-logo {
    margin: 0;
    cursor: pointer;
    max-height: 55px;
    top: 19px;
    position: relative;
}

