@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//elj.se/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #2b2b2b;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #2b2b2b;
	--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: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #212121;
	--wd-alternative-color: #0b9bcd;
	--btn-default-font-family: Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(11,155,205);
	--btn-default-bgcolor-hover: rgb(11,155,205);
	--btn-accented-bgcolor: #0b9bcd;
	--btn-accented-bgcolor-hover: rgb(10,181,211);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(2,50,117);
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(11,155,205);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(30,115,190);
	color: rgb(12,12,12);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1379px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgba(12,12,12,0.93);
}

.eljproduktkatalog {
  display: none;
}

.logged-in .eljproduktkatalog {
  display: block;
}

/* Hide cart for logged-out users */
body:not(.logged-in) .wd-header-cart {
    display: none !important;
}

/* Force table layout for logged-out users - same as logged-in */
body:not(.logged-in) table.variations {
    display: table !important;
    width: 100% !important;
    visibility: visible !important;
}

body:not(.logged-in) table.variations tbody {
    display: table-row-group !important;
}

body:not(.logged-in) table.variations tr {
    display: table-row !important;
    margin-bottom: 15px !important;
}

body:not(.logged-in) table.variations td,
body:not(.logged-in) table.variations th {
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 10px 0 !important;
}

body:not(.logged-in) table.variations td.label {
    width: 30% !important;
    padding-right: 20px !important;
}

body:not(.logged-in) table.variations td.value {
    width: 70% !important;
}

body:not(.logged-in) table.variations select {
    width: 100% !important;
    max-width: 400px !important;
}

/* Keep prices hidden */
body:not(.logged-in) .price,
body:not(.logged-in) .woocommerce-variation-price {
    display: none !important;
}


a.login-to-prices-msg.login-side-opener {
    display: none !important;
}

.widget-area {
	padding-left: 10px;
}

.carouselmeny span.price {
    display: none !important;
}

.carouselmeny .product-labels .product-label.new {
    display: none !important;
}

.carouselmeny .wd-entities-title a {
	font-size: 13px !important;
}

.carouselmeny .wd-product .product-wrapper {
	align-items: center !important;
}

.carouselmeny .price .amount {
    display: none !important;
}

.ingenlank {
	pointer-events: none !important;
}

.wd-sub-menu li>a {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	color: #000 !important;
}

.wd-sub-menu li>a:hover {
	color: #767676 !important;
}

.wd-tools-element .wd-tools-icon {
	font-size: 20px !important;
}

a.btn.btn-color-default.btn-style-link.btn-style-rectangle.btn-size-default.kategoriknapp {
	margin-top: -50px !important;
}

span.wd-label.share-title {
	display: none;
}

.knapp {
	border: 2px solid #eee !important;
}

.footer-container {
	border-top: 1px solid #eee;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	width: 24px;
	height: 24px;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 10px 5px !important;
}

.woodmart-hover-icons .woodmart-buttons {
	display: none;
}

li.additional_information_tab {
	display: none !important;
}

.post-single-page .meta-post-categories {
	display: none !important;
}

.post-single-page .woodmart-entry-meta {
	display: none !important;
}

.post-single-page .entry-title {
	margin-bottom: 30px;
}

.footer-container .woodmart-recent-posts .entry-title a {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #fff;
}

.footer-container .woodmart-recent-posts .entry-title a:hover {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #ccc !important;
}

.footer-container {
	color: #fff;
}

.color-scheme-light .footer-widget a {
	color: #fff !important;
}

.color-scheme-light .footer-widget a:hover {
	color: #ccc !important;
}

.term-description {
	border-bottom: 1px solid #eee;
}

.post-single-page .entry-title {
	text-align: left;
}

.woocommerce-Tabs-panel .wc-tab-inner>div>h2:first-child {
	display: none !important;
}

.blog-design-masonry .entry-title {
	font-family: Open Sans, Arial, Helvetica, sans-serif
}

a.woodmart-more-desc-btn {
	display: none;
}

.woodmart-navigation .category-icon {
	max-height: 30px;
}

a.btn-read-more.more-link {
	color: #0b9bcd;
}

.owl-prev {
	color: #0b9bcd !important;
}

.owl-next {
	color: #0b9bcd !important;
}

.owl-nav>div, .wrap-loading-arrow>div {
	opacity: 1 !important;
	visibility: visible !important;
}

ul.children {
	display: none;
}

.category-nav-link .category-icon {
	display: none !important;
}

.vertical-navigation .menu-mega-dropdown .sub-sub-menu li a {
	color: #131313;
	font-size: 16px;
}

a.btn.btn-scheme-dark.btn-scheme-hover-dark.btn-style-link.btn-shape-rectangle.btn-size-large {
	text-transform: inherit;
}

.wcb2b_login_message {
	display: none;
}

.hovered-social-icons {
	display: none;
}

.woocommerce-info {
	background-color: #0b9bcd;
}

iframe {
	border: 2px solid #eee;
	box-shadow: 0px 0px 42px -19px rgba(0,0,0,0.35);
}

.entry-meta.woodmart-entry-meta {
	display: none !important;
}

.flagga {
	margin-left: 5px;
}

.create-account-question {
	display: none;
}

li.cat-item.cat-item-5581 {
	display: none;
}

.entry-meta.wd-entry-meta {
	display: none;
}

span.rrp-price {
	font-size: 16px;
}

i.fa.fa-file-pdf-o.fa-1x {
    display: none !important;
}

.woocommerce-cart-pdf a {
	background: #0b9bcd;
	color: #fff;
}

.woocommerce-cart-pdf a:hover {
	background: rgb(10,181,211);
	color: #fff;
}

@media only screen and (max-width: 1100px) {
  span.nav-link-text {
    font-size: 15px;
  }
}

[class*="color-scheme-light"] {
	--wd-text-color: rgb(255 255 255);
}

.wd-hover-icons .wd-buttons .wd-action-btn>a {
	display: none !important;
}

.product-label {
	border-bottom-right-radius: 10px;
}

.product-labels .product-label.new {
	width: 130px;
	margin-top: -14px;
	font-weight: 400;
	text-transform: inherit;
	margin-left: -10px;
}@media (min-width: 1025px) {
	.tabs-layout-tabs .tabs li a {
	font-size: 24px;
}

h3.title.slider-title {
	text-align: center;
	font-size: 24px;
}

.slider-title:before {
	display: none !important;
}

.page-title.color-scheme-light .entry-title {
	font-size: 68px;
	font-weight: 700;
}

.blog-design-masonry .entry-title {
	font-size: 21px;
	font-weight: 500;
}

li.meta-author {
	display: none;
}

.woodmart-entry-meta .meta-author .avatar {
	display: none;
}

span.vcard.author.author_name {
	display: none;
}

.meta-post-categories {
	background-color: #0b9bcd;
}

.country-selector.weglot-inline li {
	margin-top: 10px;
}

.country-selector.weglot-inline label {
	margin-right: -10px;
}

p.hidden-xs.hidden-sm {
	font-size: 16px;
	color: #313131;
	font-weight: 500;
}

/* Storlek på ruta för vagnar, vänstermeny */
.menu-item-23030.menu-item-design-sized > .sub-menu-dropdown {
    min-height: 200px !important;
}

/* Storlek på ruta för vagnar, vänstermeny */
.menu-item-23285.menu-item-design-sized > .sub-menu-dropdown {
    min-height: 200px !important;
}

/* Storlek på ruta för övrigt, vänstermeny */
.menu-item-23028.menu-item-design-sized > .sub-menu-dropdown {
    min-height: 200px !important;
}

/* Streck widget vänster */
.sidebar-container {
	border-left: 1px solid #eee;
}

/* Opacitet ingångar under bildspelet */
.banner-mask .wrapper-content-banner {
	background-color: rgba(0,0,0,.2);
}

.category-nav-link .category-name:after {
	background-color: #fff;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.page-title.page-title-default.title-size-large.title-design-centered.color-scheme-light.with-back-btn.title-shop {
	display: none !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.page-title.page-title-default.title-size-large.title-design-centered.color-scheme-light.with-back-btn.title-shop {
	display: none !important;
}
}

@media (max-width: 576px) {
	.page-title.page-title-default.title-size-large.title-design-centered.color-scheme-light.with-back-btn.title-shop {
	display: none !important;
}

.whb-general-header .woodmart-logo img {
	max-height: 62px !important;
	margin-top: 0px !important;
}

.owl-prev {
	display: none !important;
}

.owl-next {
	display: none !important;
}

.wobd-text {
	font-size: 8px !important;
}

.wobd-text-template-18 {
	height: 40px !important;
	width: 40px !important;
}

.wobd-text-template-18:after {
	border: none !important;
}

.wobd-text-template-26 {
	height: 40px !important;
	width: 40px !important;
}

.woodmart-hover-base .wd-bottom-actions {
	display: none !important;
}
}

