@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//birkemo.no/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.5") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 17px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #ad2125;
	--wd-alternative-color: #121214;
	--wd-link-color: #333333;
	--wd-link-color-hover: #ad2125;
	--btn-default-bgcolor: #ad2125;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ad2125;
	--btn-accented-bgcolor-hover: #ffffff;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #ad2125;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ad2125;
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 16px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 15px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* CookieYes mørk bakgrunn*/
.cky-consent-container::before {
    content: ' ';
    height: 100vh;
    width: 100%;
    display: block;
    background-color: black;
    opacity: 0.75;
    z-index: 999;
    position: sticky;
}
/* Bakgrunnsbilde fiks v6 */
.page div.main-page-wrapper,.archive div.main-page-wrapper,footer,.page-title-default .color-scheme-light,.page-title-default .color-scheme-dark{
background-image: none;
}

.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    object-fit: contain !important;
    max-height:300px !important;
    max-width:290px;
}
.hover-img {
    border: none;
    max-height:300px !important;
}
.footer-knapp {
	border: 2px solid #fff !important;
}

.berocket_better_labels .berocket_better_labels_line .br_alabel span {
    background-color: #fffffff2;
    color: #1eba3d !important;
}
.woodmart-hover-icons:hover .wrapp-buttons {
    visibility: visible;
    z-index: 2 !important;
}
.amount {
    color: #8e2225;
}
@media only screen and (min-width: 600px) {
.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    object-fit: scale-down !important;
	min-height: 300px !important;
    max-height: 300px !important;
    width: auto !important;
}
}


.wpc-filter-link{text-transform:capitalize !important;}





/* Custom styles for WooCommerce product status badges */
span.badge {
    display: block;
    position: absolute;
    font-size: 10px;
    padding: 2px 5px;
    text-align: center;
}

span.out-of-stock {
    background-color: #FF0000; /* Red background for Out of Stock */
	border-radius:10px;
	color:white;
}

span.in-stock {
    background-color: #00FF00; /* Green background for In Stock */
	border-radius:10px;
	color:black;
}

span.in-stock-backorder {
    background-color: #FFFF00; /* Yellow background for In Stock on Backorder */
	border-radius:10px;
	color:black;
}

span.out-of-stock-backorder {
    background-color: #808080; /* Gray background for Out of Stock on Backorder */
		border-radius:10px;
}

/* Adjust positioning of badges */
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover span.badge {
    opacity: 1;
}

.product-labels {
  top: 17px !important;
  margin-top: 5px !important;
	inset-inline-start: 0px !important;
}
.product-label.out-of-stock {

  display: none !important;
}

html{
cursor: url(''), auto;
}