:root {
--white: white;
--dark-green: hsl(135,40%,15%);
--corporate-green: hsl(150,80%,25%);
--midl-green: hsl(150,50%,35%);
--light-green: hsl(150,30%,93%);
--gray-80: hsla(0,0%,0%,0.15);

--orange: hsl(20,90%,50%);
--yellow: hsl(40,90%,60%);
--lightblue: hsl(210,80%,68%);

--shadow-80: 0px 0px 8px var(--gray-80);
}

/* green scrollbar*/
:not(.native-scroll) {
  scrollbar-color: #006743 #e4ebee;
}

/* header */
#t4-header {
	margin-top: 25px;
	}

.not-at-top #t4-header .container-fluid, .header-container  {
	padding: 0px;
	transition: 0.2s;
	border-radius: 0px 0px 10px 10px;
	}
.header-container {
	box-shadow: var(--shadow-80);
	border-radius: 10px;
	}
header {
	display: grid;
	grid-auto-flow: column;
	gap: 25px;
	align-items: center;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
	padding: 25px;
	}
header .header-l .navbar-brand {
	max-width: 150px;
	}
header .header-r > div {
	display: grid;
	justify-content: right;
	align-items: center;
	}

/* mainmenu */
menu {
	background: var(--dark-green);
	padding: 12px 25px;
	margin: 0px;
	border-radius: 0px 0px 10px 10px;
	}
.navbar-nav.level0 > li > a	{
	color: var(--light-green); opacity: 0.9;
	font-weight: 700;
	letter-spacing: 0.03em;
	}
.t4-offcanvas-toggle i {
	color: var(--light-green);
	opacity: 0.7;
	font-size: 25px;
	}

/* breadcrumb */
.breadcrumb {
	margin: 12px 8px;
	}

/* main container */
.container-fluid {
	padding: 0px 50px;
	}
.container-fluid .item-page, .sidebar-r .module {
	background: var(--white);
	border-radius: 10px;
	padding: 40px;
	box-shadow: var(--shadow-80);
	}
@media (max-width: 700px) {
		.container-fluid {
		padding: 0px 15px;
		}
	}


/* betingelser 2 spalter */
.columns {
	column-count: 2;
	
	}

/* product overview */
.j2store-product-list .j2store-single-product {
	margin-top: 0px;
	}
.j2store-product-images {
	display: grid;
	justify-content: center;
	}
/*.j2store-product-images div img {
	width:120%;
	}*/
/*.j2store-product-list .ventiler img {background: var(--lightblue);}*/
.teknisk-isolering .j2store-product-images {background: var(--corporate-green);}
.filtre .j2store-product-images {background: var(--orange);}
.cirkulaere-kanaler .j2store-product-images {background: var(--yellow);}
.ventiler .j2store-product-images {background: var(--lightblue);}

/* product detail */
.j2store-cart, .j2store.checkout, .j2store-single-product {
	background: var(--white);
	padding: 30px;
	border-radius: 10px;
	box-shadow: var(--shadow-80);
	}
.price-sku-brand-container {
	border:none;
}

.j2store-cart-button {float: left;}	
select {
	margin-top: 5px;
	background: white;
	max-width: 80%;
	}
.j2store-addtocart-form {
	background: var(--light-green);
	padding: 25px;
	margin-bottom: 25px;
	}
.j2store-addtocart-form::after {
	content: "";
    display: block;
    clear: both;
	}


.j2store-cart-button {
	font-weight: 700;
	padding: 15px 25px;
	border-radius: 25px;
	margin-right: 10px;
	}

.j2store-cart a, .j2store-cart input {
	font-size: 16px;
	line-height: 1.5em;
	}
.remove-icon {font-size: 20px;}


.j2store.checkout input {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid lightgray;
	margin-bottom: 10px;
	}
.j2store_cart_module_102 h3 {margin: 0px;}
.product-qty input[type="number"] {padding: 8px!important;}
.btn.btn-primary:hover {background: var(--dark-green!)important;}
.j2store-cart-button.btn.btn-primary:hover {background: var(--dark-green)!important; opacity: 1;}


/* checkout overview */
.cart-update-button .btn-warning {color: var(--white);}

joomla-alert[type="info"] {
  background-color: var(--light-green);
  border-color: var(--midl-green);
  }




.header-left {max-width: 250px; margin-bottom: 12px;}
@media (max-width: 580px) {
	.header-left {max-width: 70%; margin-right: 15px;}
	.header .header-inner {flex-wrap: wrap; justify-content: center;}
	.header-right {width: 100%;}
	}


.header-right {display: flex; flex-direction: column;}
.header-right h3 {margin: 0px;}

.j2store_cart_module_93 {border: 1px solid lightgray; padding: 15px; border-radius: 5px;}
.j2store_cart_module_93 h3 {margin-bottom: 5px;}





label.payment-plugin-image-label.payment_banktransfer {font-size: 17px;}
#payment_form_div {font-size: 85%; margin-left: 20px;}

.shopalert {background: rgba(255, 217, 0, 0.24); padding: 10px 25px; margin-bottom: 10px;}



body
* div {box-sizing: border-box;}
hr {border: none; background:rgba(150,150,150,0.3); height: 2px;}

.alert {padding:10px 30px 10px 20px;}

h1, h2, h3, h4, h5, h6, .site-title {
    font-weight: 700;
}



#kvitterings_valg input {float: left; margin-right: 10px;}
#checkbox_tos {margin-bottom: 25px;}

/* menu */
.navigation .nav-child li > a:hover {background-color: #359077; color: white; text-decoration: none;}
.navigation .nav-child li.active a {background-color: #266856; color: white; text-decoration: none;}

.navigation .active.parent > a {background-color: #266856; color: white; text-decoration: none;}
.navigation .active.parent > a:hover {background-color: #359077; color: white; text-decoration: none;}
.navigation .nav-pills > .active > a {background-color: #266856; color: white; text-decoration: none;}
.navigation .nav-pills > .active > a:hover {color: white; text-decoration: none;}



/*body.itemid-113 .btn {background: #00643c;}
body.itemid-118 .btn {background: #fea948;}
body.itemid-119 .btn {background: #fe5f23;}
body.itemid-120 .btn {background: #57aef5;}*/


.required {color: #ff0000;}

/*.j2store-single-product {background: var(--white); padding: 25px; margin-bottom: 10px; border-radius: 10px;}
.j2store-thumbnail-image {background: rgba(0,0,0,0);}
.j2store-cart-button {float: left;}*/

.j2store_field_required {margin-left: -15px;}
.cart-clear-button a {margin-right: 5px;}
.checkout-content .row-fluid {margin-left: 15px;}

/* forsiden */
.blog-featured h1 {text-align: center; font-size: 2rem; margin: 40px 0px 20px;}

.products {
	display: flex;
	gap: 30px;
	margin: 30px 0px;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	}
.products div a {
	display: grid;
	align-items: center;
	justify-items: center; 
	border: 5px solid var(--white);
	padding: 30px;
	width: 250px;
	font-weight: 700;
	color: rgba(255,255,255,0.9);
	border-radius: 10px;
	box-shadow: var(--shadow-80);  
	}
@media (max-width: 560px) {
	.products div a {width: 100%;}
}	

.products div a.tekn {background: var(--corporate-green);}
.products div a.filt {background: var(--orange);} 
.products div a.cirk {background: var(--yellow);} 
.products div a.stov {background: #fea948;}
.products div a.vent {background: var(--lightblue);}

.product-qty .input-mini {margin-bottom:5px!important;}

/* productview */
.j2store-product-list .col-sm-12 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax( min(300px, 100%), 1fr ));
  gap: 1rem;
}

.j2store-img-responsive {width: 180px;}
.j2store-product-main-image {width: 340px;}


@media (min-width: 576px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

/* Villavent Kurv */
.view-carts .alert-info {
	background-color: #d2e8d7bf;
	border-color: #bce8f1;
	color: #444;
	}
.cart-no-items {
	font-style: italic;
	display: block;
	margin: 12px;
}
/* add to cart */
.text-success {color: black !important;}
.text-succees a {color: #008857 !important;}

/* check out */
.checkout-content .row-fluid {
	/*display: flex;*/
	/*gap: 50px;*/
	}
/*#billing-address .row-fluid input {width: 300px;}*/
br.j2error {display: none;}
span.j2error {
	display: block;
	margin-top: 5px;
	}

/* navigation i bunden af artikler*/
.pagenavigation span {gap: 12px;}


/*.btn:hover {color: white;background: #266856;transition:0.3s;text-decoration: none;}*/

.btn-danger {background:#c14d00;}



.j2store-products-row h2 {font-size: 76%;}
.options .j2error {font-style: normal;}
.j2store-mainimage img {background: rgba(0,0,0,0.025);}
.sale-price span {font-weight: normal; margin-right: 8px; color:rgba(0,0,0,0.8);}

.buttons-left {float: none!important;}
.cart-continue-shopping-button {float: left;margin-right: 10px;}
.cart-update-button {float:right;}

/*----------------------------------footer----------------------------*/
.footer {
	padding: 50px 0px;
	font-size: 85%;
	}
.footer h4 {
	color: rgb(153, 176, 168);
	margin: 5px 0px;
	}
.footer p {
	color: var(--white);
	opacity:0.9;
	}
.footer .oeland-airforce {
	display:grid;
	grid-template-columns: 2fr 4fr;
	margin-bottom: 2rem;
	align-items: center;
	}
.footer .oeland-airforce img {
	max-width: 90px;
	}
.footer .address {
	display:grid;
	grid-template-columns: 2fr 4fr;
	}
@media (max-width: 569px) {
	.footer .address {
		grid-template-columns: 2fr 1.3fr;
		}
	}	
.footer .headdept {
	font-size: 135%;
	line-height: 1.35rem;
	}
.footer .dept {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(auto, 170px));
	}
.footer hr {
	border: none;
	background: var(--white);
	opacity: 0.2;
	height: 1px;
	}
.footer .subfooter p {
	color: rgb(153, 176, 168);
	}

/* Hvem er online */
.t4-hvem-er-online {background:rgb(23, 56, 38); color: rgba(255, 255, 255, 0.30); padding: 25px 0px; font-size: 0.7rem; }




/* check out resultatside */

#akeeba-renderjoomla {margin-left: 0px;}

    