/*
 Theme Name:   Betek
 Theme URI:    
 Description:  Betek Theme
 Author:       Robert Ahlin Toftegaard, Ambio AS
 Author URI:   https://www.ambio.no
 Template:     storefront
 Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  betek
*/

@media screen and (min-width: 992px) {
	#content {
		margin-top:40px;
	}
}

#content .col-full {
	display: grid;
	grid-template-areas:
			"woocommerce"
			"secondary"
			"primary";
}

@media screen and (min-width: 992px) {
	#content .col-full {
		grid-template-areas:
			"woocommerce woocommerce"
			"secondary primary";
		grid-template-columns: 1.25fr 3.75fr;
		column-gap: 4%;
	}
}

#content .col-full .woocommerce {
	grid-area: woocommerce;
}

#content .col-full #primary {
	grid-area: primary;
	width: inherit;
	float: none;
	margin:0;
}

#content .col-full #secondary {
	grid-area: secondary;
	width: inherit;
	float: none;
	margin:0 0 20px 0;
	position: relative;
}

#content .col-full #secondary .widget {
	margin-bottom:0;
	/*
	position: absolute;
	top:0;
	width: 100%;

	 */
}

#elproffen-customer-menu {
	float:right;
	list-style:none;
	margin:0;
}

#elproffen-customer-menu li {
	display:inline;
	margin-left: 5px;
}

#elproffen-customer-menu li a {
	display:inline-block;
	padding:10px 20px;
	border: 2px solid #005e1c;
    background-color: #fff;
    text-decoration: none;
}

.site-footer .openid-connect-login-button {
	float: right;
}

#producer {
	text-align: right;
	padding:20px;
	font-size: 10px;
}

#producer svg {
	height:20px;
	margin-left:3px;	
}

header#masthead .col-full {
	display: flex;
/*	padding-right:0;*/
}

header#masthead .col-full .site-branding {
	width:initial;	
	flex:1;
}

header#masthead .col-full .site-branding img {
	max-width: 120px;
}

@media (min-width:992px){
	header#masthead .col-full .site-branding img {
		max-width: 210px;
	}
}

#site-navigation {
	width:100%;
}

.betek__header__link  {
	margin-bottom:20px;
}

.betek__header__link.betek__header__link__catalogue {
	margin-left:10px;
}

.betek__header__link.betek__header__link__catalogue img {
	height:50px;
	transition: transform 200ms;
}

.betek__header__link.betek__header__link__catalogue:hover img {
	transform: scale(1.1);
}

@media (min-width:768px){

	.betek__header__link.betek__header__link__catalogue {
		margin-left:20px;
	}

	.betek__header__link.betek__header__link__catalogue img {
		height:120px;
	}
}

.betek__header__link.betek__header__link__shop {
	display:flex;
}

.betek__header__link.betek__header__link__shop img {
	height:75px;
	margin:auto 0;
}


.betek__homepage-container {

	display:flex;
	margin-top:20px;

}


/* CATEGORIES */

.betek__categories {
	flex:0 0 22.5%;
}

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

.betek__categories li.open {
	position: relative;
}

.betek__categories li.open:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 18px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(255,255,255,1);
}

.betek__categories a:hover {
	background-color:rgba(255,255,255,0.15);
}

.betek__categories a:focus {
	outline:none;
}

.betek__categories>ul {
	background-color:rgba(0,94,28,1);
}

.betek__categories>ul>li>a {
	display:block;
	padding:10px 15px;
	text-transform: uppercase;
	color:#fff;

}

.betek__categories>ul>li>ul {
	display:none;
	box-shadow: inset 0px 5px 13px 0px rgba(0,0,0,0.15);
	background-color:rgba(171,222,65,1);
	background-color:rgba(0,0,0,.25);
}

.betek__categories>ul>li.open>ul {
	display:block;
}

.betek__categories>ul>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 20px;
	display: block;
}


.betek__categories>ul>li>ul>li>ul {
	display:none;
	box-shadow: inset 0px 5px 13px 0px rgba(0,0,0,0.15);
	background-color:rgba(171,222,65,0.75);
	background-color:rgba(0,0,0,.35);

}

.betek__categories>ul>li>ul>li.open>ul {
	display:block;
}

.betek__categories>ul>li>ul>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 25px;
	display: block;
}

.betek__categories>ul>li>ul>li>ul>li>ul {
	background-color:rgba(236,241,38,1);
	background-color:rgba(0,0,0,.5);
}

.betek__categories>ul>li>ul>li>ul>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 35px;
	display: block;
}

/* PRODUCTS */
.betek__products.visible {
	flex:0 0 60%;
	padding:1px 15px 0 15px;
}



.betek__products .betek__products__product {
	display:flex;
	margin-bottom:15px;
	padding:10px;
	background:#fff;
	box-shadow: 1px 0 5px rgba(0,0,0,0.10);
}

.betek__products .betek__products__product figure {
	flex:0 0 70px;
}

.betek__products .betek__products__product .betek__products__product__textual-content {
	flex:1;
	padding-left:20px;
	margin: auto 0;
}

.betek__products .betek__products__product .betek__products__product__textual-content h4 {
	margin:0;
	line-height: 1.3;
}

.betek__products .betek__products__product .betek__products__product__textual-content p {
	line-height:1.3;
	margin:0;
}

.betek__products .betek__products__product .betek__products__product__action {
	margin: auto 0 0 0;
}

.betek__products .betek__products__product .betek__products__product__action a {
	background-color:rgba(0,94,28,1);
	color:#fff;
}

/* NEWS */
.betek__news {
	flex:1;
	padding:1px 15px 0 15px;
}

.betek__news .carousel {
	width: 100%;
	margin: 0 0 20px 0;
	height: 0;
	padding-bottom: 20%;
	background-size: cover;
	background-position: center;
}

.betek__news__article {
	border-bottom:1px solid #e7e7e7;
	padding:10px 0;
	display:flex;
}

.betek__news__article figure {
	text-align: center;
	flex: 0 0 100px;
}

.betek__news__article figure img {
	margin:0 auto;
}

.betek__news__article .betek__news__article__textual-content {
	padding-left:20px;
}

.betek__news__article .betek__news__article__textual-content h4 {
	margin:0;
}

.betek__news__article .betek__news__article__textual-content p {
	margin:0;
	line-height:1.3;
}

.betek__news__article .betek__news__article__textual-content p.date {
	font-style: italic;
}

.betek__news.narrow {
	flex:0 0 20%;
}

.betek__news.narrow .betek__news__article {
	flex-direction: column;
}

.betek__news.narrow .betek__news__article figure {
	flex: 0 0 100%;
}

.betek__news.narrow .carousel {
	width: 100%;
	margin: 0 0 20px 0;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}



/* BETEK PRODUCT CATEGORIES */
#betek-product-categories > button.toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: rgba(0,94,28,1);
	color: #fff;
	line-height: 2.6;
}

@media screen and (min-width: 992px) {
	#betek-product-categories > button.toggle {
		display: none;
	}
}

#scroll-to-betek-product-categories {
	position: fixed;
	top:-100px;
	opacity: 0;
	transition: top 200ms ease-in-out, opacity 100ms ease-in-out;
}

#scroll-to-betek-product-categories.fixed {
	top:20px;
	opacity: 1;
}

#betek-product-categories .body {
	display: none;
}

#betek-product-categories.open .body {
	display: block;
	padding: 19px;
	background: #e4e4e4;
}

@media screen and (min-width: 992px) {
	#betek-product-categories .body {
		display: block !important;
		padding:0 !important;
		background-color: transparent !important;
	}
}

#betek-product-categories .body form.woocommerce-product-search {
	display: flex;
	margin:0;
}

#betek-product-categories .body form.woocommerce-product-search input[type='search'] {
	width: 100%;
}

#betek-product-categories ul.product-categories,
#betek-product-categories ul.product-categories ul {
	background-color: var(--background-color);
	list-style:none;
	padding:0;
	margin:0;
	color:#fff;
	--background-color: rgba(0,94,28,1);
}

#betek-product-categories ul.product-categories li.hover > a,
#betek-product-categories ul.product-categories li.hover > button.toggle {
	background-color:rgba(255,255,255,0.15);
}

#betek-product-categories ul.product-categories ul li a {
	color: currentColor !important;
	text-decoration: none !important;
}

#betek-product-categories ul.product-categories li.has-children {
	display: flex;
	flex-wrap: wrap;
}

#betek-product-categories ul.product-categories li.has-children > a {
	flex: 1;
}

#betek-product-categories ul.product-categories li > button.toggle {
	margin-left:auto;
	background-color: transparent;
	color:#fff;
}

#betek-product-categories ul.product-categories li.has-children > button.toggle:hover {
	/*background-color: rgba(255,255,255,0.25);*/
}

#betek-product-categories ul.product-categories li.has-children > ul {
	flex: 0 0 100%;
	min-width: 100%;
	display: none;
}


#betek-product-categories ul.product-categories li.has-children.open > ul {
	display:block;
}

#betek-product-categories ul.product-categories>li>a {
	display:block;
	padding:10px 15px;
	text-transform: uppercase;
	color:#fff !important;
	text-decoration: none !important;
}

#betek-product-categories ul.product-categories>li>ul {
	--background-color: rgba(0,0,0,.25);
	display:none;
	box-shadow: inset 0px 5px 13px 0px rgba(0,0,0,0.15);
	background-color: var(--background-color);
}

#betek-product-categories ul.product-categories>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 20px;
	display: block;
}


#betek-product-categories ul.product-categories>li>ul>li>ul {
	--background-color: rgba(0,0,0,.35);
	display:none;
	box-shadow: inset 0px 5px 13px 0px rgba(0,0,0,0.15);
	/*background-color:rgba(171,222,65,0.75);*/
	background-color: var(--background-color);

}

#betek-product-categories ul.product-categories>li>ul>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 25px;
	display: block;
}

#betek-product-categories ul.product-categories>li>ul>li>ul>li>ul {
	--background-color: rgba(0,0,0,.5);
	background-color: var(--background-color);
}

#betek-product-categories ul.product-categories>li>ul>li>ul>li>ul>li>a {
	color:#fff;
	padding:7px 15px 7px 35px;
	display: block;
}


/* PRODUCTS / NEWS */


ul.products,
ul.news {
	list-style: none;
	margin:0;
}

ul.products li.type-product {
	width:100% !important;
}

ul.products li,
ul.news li {
	display:flex;
	margin-bottom:20px !important;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	padding:10px;
}

ul.products li:nth-child(2n),
ul.news li:nth-child(2n){
	background-color:#fafafa;
}

ul.products li img,
ul.news li img{
	width:100px;
	margin-bottom:0 !important;
	padding:10px;
}

ul.products li .textual-contents,
ul.news li .textual-contents{
	flex:1;
	text-align:left;
	margin-left:20px;
}

ul.products li .textual-contents h2,
ul.news li .textual-contents h2 {
	font-size:20px !important;
	margin:0 !important;
	line-height:1.3;
}

ul.products li .textual-contents h2 a,
ul.news li .textual-contents h2 a {
	color:#000;
	font-weight:400 !important;
}

ul.products li .textual-contents p.elnr {
	color:#000;
}

ul.products li .textual-contents h2 .elnr {
	display:block;
	font-weight: normal !important;
	font-size:15px !important;
}

ul.products li .textual-contents p {
	font-size:15px;
	margin:0 !important;
}

ul.products li .textual-contents span.price {
	font-size: 16px;
	font-weight:bold;
	margin:0 !important;
	display:inline-block;
}

ul.products li .textual-contents .stock {
	display:inline-block;
	margin:0 0 0 20px !important;
}

ul.products li .lagerbeholdning {
	font-size: 10px;
	font-style: italic;
	width: 100%;
}

ul.products li .lagerbeholdning p {
	margin-left:120px;
}

ul.products li .buttons .fdv-button a {	
	background-color:rgba(0,94,28,1);
	color:#fff;
}

ul.products li .buttons {
	text-align: right;
}

ul.products li .buttons form {
	display: flex;
}

ul.products li .buttons .stock {
	display:none;
}

ul.products li .buttons .quantity {
	display: inline-block;
}

ul.products li.product .buttons a.button.add_to_cart_button {
	background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

ul.products li.product .buttons a.button.add_to_cart_button:hover {
	background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}

@media (max-width:768px) {

	.woocommerce-page ul.products li.product.type-product:nth-child(n) {
		display: grid;
	    grid-template-columns: 100px 1fr;
		width:100% !important;
	}
	
	.woocommerce-page ul.products li.product.product-category:nth-child(n) {
		float:left;
	}

	ul.products li>a {
	}

	ul.products li .textual-contents p {
		display:none;
	}

	ul.products li .textual-contents p.elnr {
		display:block;
	}

	ul.products li .buttons {
		text-align:right;
		margin-top:10px;
		grid-column: span 2;
	}

	ul.products li .buttons * {
		display:inline-block;
	}
}



.product_title .elnr {
	display:block;
	font-size:24px;
}

.product_title .fdv {
	display:inline-block;

	font-size:24px;
	background-color:rgba(0,94,28,1);
	color:#fff;
}



.woocommerce-products-header img {
	width: 25%;
	float:right;
}


/*
.only-categories ul.products {
	grid-template-columns: 25% 25% 25% 25%;
    display: grid;
}
*/


/* WIDGETS */
.widget_product_search, .widget_product_search form,
.widget_search, .widget_search form {margin-bottom:0;}


.forpakning {
	font-weight: bold;
    margin: 0 0 1em 0;
}

/** CUSTOM CSS **/

.archive .product h2.woocommerce-loop-product__title span.elnr {
	display:block;
	font-weight:bold;
	font-size:23px;
}

.product_title {
	font-size:48px;
	font-weight:bold;
	line-height:1;
	margin-bottom:0.75rem;
}
.product_title span.elnr {
	display:block;
	font-size:20px;
	font-weight:normal;
	line-height:1.3;
	margin-top:.5em;
}

.woocommerce-product-details__short-description p {
	margin:0;
	font-size:20px;
	font-weight:500;
	line-height:1.3;
}

span.elnr {
	font-size:20px;
	font-weight:300;
	display:block;
	margin:0;
}

.volumrabatt h4 {
	margin-bottom:0;
}
.volumrabatt p {
	color:#000;
}

.storefront-sticky-add-to-cart__content-title strong {
	font-weight:normal;
}
.storefront-sticky-add-to-cart__content-title strong span.elnr {
	margin-right:5px;
	font-weight:bold;
}

.search-results article.product {display:flex;flex-direction:row-reverse;
	border:1px solid #e7e7e7;border-width:1px 0;align-items:center;padding:10px;}

.search-results article.product .entry-content {
	flex:0 0 55px;
}

.search-results article.product .entry-content p {
	display:none;
}

.search-results article.product header {
	flex:1;
	padding-left:20px;
	display:flex;
}

.search-results article.product header h2 {
	font-size:20px;
	margin:0;
}

.search-results article.product header h2 a {
	color:#000;
}

.search-results article.product header h2 .elnr {
	font-weight:bold;
	display:block;
	font-size:24px;
}

.woocommerce-cart .elnr {
	font-weight:bold;
	display:block;
	line-height:1;
}

.single-product .fdv {
	display:inline-block;
	width:72px;
	background:#006940;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	padding:10px;
}

.single-product .instructions {

	width:165px;
	display:inline-block;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
}

.single-product .mounting {

	width:210px;
	display:inline-block;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
}


.wc-product-table,
.wc-product-table a {
	color:#282827;
	text-decoration:none !important;
}

.wc-product-table tbody tr:nth-child(2n) td {
	background-color:#ededed !important;
}


.wc-product-table a.fdv {
	background:#006940;
	color:white;
	display:block;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
}

.col-full {
	max-width:1440px;
}

.edit-link .fdv {display:none;}



/* Show slider arrows always */
.et-pb-arrow-next {
	opacity: 1 !important;
	right: 22px !important;
	color:#fff !important;
}
.et-pb-arrow-prev{
	opacity: 1 !important;
	left: 22px !important;
	color:#fff !important;
}


.woocommerce-input-wrapper select {
	height:35px;
}





#et-boc ul.products {
	list-style:none !important;
	margin:0 !important;
}

#et-boc ul.products>li {
	display:flex !important;
	padding:10px !important;
}

#et-boc ul.products>li>div.textual-contents {
	flex:1 !important;
	text-align:left !important;
	margin-left:20px !important;
}

#et-boc ul.products>li>div.textual-contents>p {
	font-size:15px !important;
	padding:0 !important;
}

#et-boc ul.products>li>div.textual-contents>p.elnr {
	color:#000 !important;
}

#et-boc ul.products>li>div.textual-contents>a {
	display:block !important;
	padding:0 !important;
}

#et-boc ul.products>li>div.textual-contents>a>h2 {
	color:#000 !important;
	margin:0 !important;
	padding:0 !important;
	line-height:1 !important;
}

#et-boc ul.products>li>div.textual-contents>span.price>span {
	font-weight:bold !important;
	color:#000;
	font-size:16px !important;
}

#et-boc ul.products>li>div.textual-contents>p.stock.in-stock {
	color:#0f834d !important;
	font-weight:bold;
}

#et-boc ul.products>li>div.buttons {
	text-align:right;
}

#et-boc ul.products>li>div.buttons>.fdv-button>a {
	background-color: rgba(0,94,28,1);
	color: #fff;
	margin-bottom: 0.236em;
	padding: 0.75em 1.41575em !important;
	font-weight:600 !important;
	font-size:15px !important;
}

#et-boc ul.products>li>div.buttons>form.cart {
	display:flex !important;
}

#et-boc ul.products>li>div.buttons>form.cart>div.quantity {

}

#et-boc ul.products>li>div.buttons>form.cart>div.quantity>input[type='number'] {
	padding:0.6180469716em !important;
	background-color: #f2f2f2;
	color: #43454b;
	font-size:15px !important;
	width: 4.235801032em;
	text-align:center;

}

#et-boc ul.products>li>div.buttons>form.cart>button {
	padding:1em !important;
	line-height:1 !important;
	font-size:15px !important;
}

#et-boc ul.products>li:nth-child(2n) {
	background-color:#fafafa !important;
}


.price-and-stock-container {
	display:flex;
	align-items:center;
}




ul.products>li.product_cat-utgatt .et_shop_image {
	position:relative;
	display:inline-block;
	background-color:#fff;
}


ul.products>li.product_cat-utgatt .et_shop_image::before {
	content:"UTGÅTT";
	position:absolute;
	z-index:10000 !important;
	background-color:#FFF;
	color:#FF0000;
	width:100%;
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:100%;
	font-weight:bold;
	top:calc(50% - calc(25px / 2) );
	height:25px;
}


body.single-product .product.product_cat-utgatt .woocommerce-product-gallery__wrapper::after {
	--height:40px;
	content:"UTGÅTT";
	position:absolute;
	z-index:10000 !important;
	background-color:#FFF;
	color:#FF0000;
	width:100%;
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:150%;
	font-weight:bold;
	top:calc(50% - calc(var(--height) / 2) );
	height:var(--height);
}

/* Site header */
header.site-header .col-full {
	justify-content:space-between;
}

header.site-header .col-full .openid-login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex:0 0 140px;
	max-width: 140px;
}

header.site-header .col-full .openid-login a img {
	width:140px;
}

@media (min-width: 768px) {
	header.site-header .col-full .openid-login {
		flex: 0 0 200px;
		max-width: 200px;
	}

	header.site-header .col-full .openid-login a img {
		display:block;
	}
}

header.site-header .col-full .kataloger {
	display:flex;
}


/* CUSTOM CSS - OLD
.archive .product h2.woocommerce-loop-product__title span.elnr {
	display:block;
	font-weight:bold;
	font-size:23px;
}

.product_title {font-size:1.5em;}
.product_title span.elnr {
	display:block;
	font-size:2em;
	font-weight:bold;
}

.storefront-sticky-add-to-cart__content-title strong {
	font-weight:normal;
}
.storefront-sticky-add-to-cart__content-title strong span.elnr {
	margin-right:5px;
	font-weight:bold;
}

.search-results article.product {display:flex;flex-direction:row-reverse;
border:1px solid #e7e7e7;border-width:1px 0;align-items:center;padding:10px;}

.search-results article.product .entry-content {
	flex:0 0 55px;
}

.search-results article.product .entry-content p {
	display:none;
}

.search-results article.product header {
	flex:1;
	padding-left:20px;
	display:flex;
}

.search-results article.product header h2 {
	font-size:20px;
	margin:0;
}

.search-results article.product header h2 a {
	color:#000;
}

.search-results article.product header h2 .elnr {
	font-weight:bold;
	display:block;
	font-size:24px;
}

.woocommerce-cart .elnr {
	font-weight:bold;
	display:block;
	line-height:1;
}

.single-product .fdv {
	display:inline-block;
  width:72px;
	background:#006940;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	padding:10px;
}

.single-product .instructions {

  width:165px;
	display:inline-block;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
}

.single-product .mounting {

  width:210px;
	display:inline-block;
	font-size:16px;
	border-radius:3px;
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
}


.wc-product-table,
.wc-product-table a {
	color:#282827;
	text-decoration:none !important;
}

.wc-product-table tbody tr:nth-child(2n) td {
	background-color:#ededed !important;
}


.wc-product-table a.fdv {
	background:#006940;
	color:white;
	display:block;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
}

.col-full {
	max-width:1440px;
}

.edit-link .fdv {display:none;}


.et-pb-arrow-next {
	opacity: 1 !important;
	right: 22px !important;
	color:#fff !important;
}
.et-pb-arrow-prev{
	opacity: 1 !important;
	left: 22px !important;
	color:#fff !important;
}


.woocommerce-input-wrapper select {
	height:35px;
}


#et-boc ul.products {
	list-style:none !important;
	margin:0 !important;
}

#et-boc ul.products>li {
	display:flex !important;
	padding:10px !important;
}

#et-boc ul.products>li>div.textual-contents {
	flex:1 !important;
	text-align:left !important;
	margin-left:20px !important;
}

#et-boc ul.products>li>div.textual-contents>p {
	font-size:15px !important;
	padding:0 !important;
}

#et-boc ul.products>li>div.textual-contents>p.elnr {
	color:#000 !important;
}

#et-boc ul.products>li>div.textual-contents>a {
	display:block !important;
	padding:0 !important;
}

#et-boc ul.products>li>div.textual-contents>a>h2 {
	color:#000 !important;
	margin:0 !important;
	padding:0 !important;
	line-height:1 !important;
}

#et-boc ul.products>li>div.textual-contents>span.price>span {
	font-weight:bold !important;
	color:#000;
	font-size:16px !important;
}

#et-boc ul.products>li>div.textual-contents>p.stock.in-stock {
	color:#0f834d !important;
	font-weight:bold;
}

#et-boc ul.products>li>div.buttons {
	text-align:right;
}

#et-boc ul.products>li>div.buttons>.fdv-button>a {
	background-color: rgba(0,94,28,1);
	color: #fff;
	margin-bottom: 0.236em;
	padding: 0.75em 1.41575em !important;
	font-weight:600 !important;
	font-size:15px !important;
}

#et-boc ul.products>li>div.buttons>form.cart {
	display:flex !important;
}

#et-boc ul.products>li>div.buttons>form.cart>div.quantity {

}

#et-boc ul.products>li>div.buttons>form.cart>div.quantity>input[type='number'] {
	padding:0.6180469716em !important;
	background-color: #f2f2f2;
	color: #43454b;
	font-size:15px !important;
	width: 4.235801032em;
	text-align:center;

}

#et-boc ul.products>li>div.buttons>form.cart>button {
	padding:1em !important;
	line-height:1 !important;
	font-size:15px !important;
}

#et-boc ul.products>li:nth-child(2n) {
	background-color:#fafafa !important;
}


.price-and-stock-container {
	display:flex;
	align-items:center;
}




ul.products>li.product_cat-utgatt .et_shop_image {
	position:relative;
	display:inline-block;
	background-color:#fff;
}


ul.products>li.product_cat-utgatt .et_shop_image::before {
	content:"UTGÅTT";
	position:absolute;
	z-index:10000 !important;
	background-color:#FFF;
	color:#FF0000;
	width:100%;
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:100%;
	font-weight:bold;
	top:calc(50% - calc(25px / 2) );
	height:25px;
}


body.single-product .product.product_cat-utgatt .woocommerce-product-gallery__wrapper::after {
	--height:40px;
	content:"UTGÅTT";
	position:absolute;
	z-index:10000 !important;
	background-color:#FFF;
	color:#FF0000;
	width:100%;
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:150%;
	font-weight:bold;
	top:calc(50% - calc(var(--height) / 2) );
	height:var(--height);
}

header.site-header .col-full {
	justify-content:space-between;
}

header.site-header .col-full .openid-login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex:0 0 140px;
	max-width: 140px;
}

header.site-header .col-full .openid-login a img {
	width:140px;
}

@media (min-width: 768px) {
	header.site-header .col-full .openid-login {
		flex: 0 0 200px;
		max-width: 200px;
	}

	header.site-header .col-full .openid-login a img {
		display:block;
	}
}

header.site-header .col-full .kataloger {
	display:flex;
}
 */


.betek__header {}
.betek__header .col-full {}
.betek__header .col-full .user-buttons {
	display: flex;
	align-items: center;
}

@media screen and (min-width:992px) {
	.betek__header .col-full .user-buttons {
		align-items: flex-start;
	}
}

.betek__header .col-full .user-buttons .button {
	font-size: 14px;
}

.betek__footer {
	padding:40px 0 0 0;
}
.betek__footer .wrapper {
	line-height: 1.3;
	display: grid;
	grid-template-areas:
		"footer-menu authentication"
		"contact-information logos"
		"copyright copyright";
	grid-template-columns: 1fr 1fr;
	row-gap:20px;
}

@media screen and (min-width:768px) {
	.betek__footer .wrapper {
		grid-template-areas:
		". . authentication"
		"company-description logos footer-menu"
		"contact-information logos footer-menu"
		"copyright copyright copyright";
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width:992px) {
	.betek__footer .wrapper {
		grid-template-areas:
		"company-description . authentication"
		"company-description logos footer-menu"
		"contact-information logos footer-menu"
		"copyright copyright copyright";
		grid-template-columns: 20% auto 20%;
	}
}

.betek__footer .wrapper .authentication {grid-area: authentication;}
.betek__footer .wrapper .company-description {grid-area: company-description;}
.betek__footer .wrapper .contact-information {grid-area: contact-information;}
.betek__footer .wrapper .logos {grid-area: logos;}
.betek__footer .wrapper .footer-menu {grid-area: footer-menu;}
.betek__footer .wrapper .copyright {grid-area: copyright;}

.betek__footer .wrapper .company-description {
	display: none;
}

@media screen and (min-width:768px) {
	.betek__footer .wrapper .company-description {
		display: block;
	}
}

.betek__footer .wrapper .authentication {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.betek__footer .wrapper .authentication .button {
	text-align:center;
}

@media screen and (min-width:768px) {
	.betek__footer .wrapper .authentication {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		column-gap: 15px;
	}
}

.betek__footer .wrapper .logos {
	display:flex;
	gap:10px;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}

@media screen and (min-width:768px) {
	.betek__footer .wrapper .logos {
		align-items: center;
		justify-content: flex-start;
	}
}

@media screen and (min-width:992px) {
	.betek__footer .wrapper .logos {
		justify-content: center;
	}
}

.betek__footer .wrapper .logos .logo {
	max-width: 100px;
}

@media screen and (min-width:992px) {
	.betek__footer .wrapper .logos {
		flex-direction: row;
	}
}



.betek__footer .wrapper .footer-menu {}
.betek__footer .wrapper .footer-menu ul {list-style:none;margin:0;}
.betek__footer .wrapper .footer-menu ul li {padding:0;line-height: 1.8;}
.betek__footer .wrapper .footer-menu ul li a {text-decoration:none;color: #FFFFFF;}
.betek__footer .wrapper .footer-menu ul li a:hover {
	text-decoration: underline;
}

.betek__footer .wrapper .copyright {
	text-align: center;
	padding:20px 0 0 0;
	font-size: small;
	opacity: .8;
}


/** From Custom CSS **/

.wc-proceed-to-checkout .checkout-button::after {
    content: '\2192';
}

/* Legger til box shadow rundt hvert produkt */
ul.products li.product {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important; /* Valgfritt, for avrundede hjørner */
    background-color: #fff !important; /* Hvit bakgrunnsfarge */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; /* Legger til overgangseffekt */
}

/* Legger til en liten zoom-effekt og sterkere skygge ved hover */
ul.products li.product:hover {
    transform: scale(1.05) !important; /* Zoom-effekt */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important; /* Sterkere skygge ved hover */
}

.tag.expired {
	   color: #FF0000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 8px;
    background: #FFF;
    border: 3px solid #000;
    display: inline-flex;
}

body.single-product .product.product_cat-utgatt .woocommerce-product-gallery__wrapper::after {
	display:none !important;
}

