:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 18px;
	--wd-title-font: "Exo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Exo", 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: "Exo", 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: "Exo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #9a125b;
	--wd-alternative-color: #ffffff;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #9a125b;
	--btn-accented-bgcolor: #9a125b;
	--btn-accented-bgcolor-hover: transparent;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #9a125b;
	--wd-link-color-hover: #be7595;
}
.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: #f6f5f3;
	background-image: url(https://flisespekteret.no/wp-content/uploads/2019/09/footer_pattern.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: inherit;
	background-position: right bottom;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Exo", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 28px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

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

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


.wd-page-title {
background-color: #9a125b;
}

/* 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;
}
.woocommerce-shipping-calculator{padding-top:15px !important;}
.shipping-calculator-button{font-size:22px;
	padding: 10px;
	color: white !important;
	background-color: #9a125b;
	border-radius: 6px;
}
.shop_table tr :is(td,th):last-child{padding-inline-end:1px !important;}
.td[data-title="frakt"]{color:black;}
.flisespekteret {
  animation: flisespekteret_1957748100 3s ease-in infinite;
  transform-origin: 50% 50%;
}

@keyframes flisespekteret_1957748100 {
  0% {
    transform: perspective(100px)rotate(0deg)
  }
  16.667% {
    transform: perspective(100px)rotateX(180deg)rotateY(0);
  }
  33.333% {
    transform: perspective(100px)rotateX(180deg)rotateY(180deg);
  }
  50% {
    transform: perspective(100px)rotateX(0)rotateY(180deg);
  }
  66.667% {
    transform: perspective(100px)rotateX(0)rotateY(0);
  }
  100% {
    transform: perspective(100px)rotateX(0)rotateY(0);
  }
}

/*
.woodmart-hover-quick .woodmart-add-btn > a:hover {
    display: none !important;
}

.add_to_cart_button {
    display: none !important;
}

.price .amount {
    display:none;
}
.cart {
    display:none;
}
.button.product_type_simple {
    display:none;
}
*/

.widget_shopping_cart div.quantity input[type="button"], .widget_shopping_cart div.quantity input[type="number"] {

    pointer-events: none !important;
}

.woodmart-hover-quick div.quantity input[type="number"] {
    transition: all .25s ease;
    pointer-events: none !important;

}

.wd-hover-quick div.quantity {
    display: none !important;
}

.btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,.woodmart-load-more .load-more-loading:hover {
    color: #9A125B;
    border:1px solid #9A125B;
    background-color:#f5f5f5;
}
.btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
    border:1px solid #9A125B;
}
.btn.btn-color-primary:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0 200px rgba(0,0,0,0) !important;
}
.btn-style-bordered.btn-color-primary,.woodmart-load-more .load-more-loading {
    background-color:#9a125b !important;
    color:#9a125b;
    border:2px solid #9a125b;
}
.labels-rounded .out-of-stock {
    max-width:75px !important;
    color:white;
    background-color:#9a125b;
	  font-size: 12px !important;
}

.woodmart-hover-quick .yith-ywraq-add-to-quote {
    border: 1px solid #9a125b;
    margin-top: 0!important;
    background: white;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
    top: 79%;
    left: 27%;
}
.footer-link {
    color:#333;
}
.footer-link:hover {
    color:#9a125b !important;
}
.vc_icon_element-link:hover {
    color:#9a125b !important;
}

a.login-to-prices-msg {
    display:none;
}

.product-grid-item .product-image-link img, .product-grid-item .hover-img img {
	height:370px;
	object-fit:contain;
}
.page-title.color-scheme-light .entry-title {
    color: #FFF;
		font-style: italic;
    /*display: none !important;*/
}
.category-nav-link .category-name {
    font-size: 18px;
}

.total-amount {
    display: none !important;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions{
	border-bottom:1px dashed #ebebeb; 
}
.kvadmeter.woocommerce-product-attributes.shop_attributes{
	padding-top:0;
	margin-top:-15px;
}
.product-tabs-wrapper{
    display:none;
}

/*knapp fix*/
body .single_add_to_cart_button{
	max-height:50px;
}












#price_calculator{
    display:block;
    position: relative;
    max-width:300px;
    background-color:#F6F5F3;
    padding:5px 0;
}

#price_calculator td{
  display: block;
  clear:both;
  float:left;
  padding-bottom:0;
}

#price_calculator td label{
    font-size:16px;
    font-weight:bold;
}
#area_needed{
    border:2px solid transparent!important;
    text-align:center!important;
}
#price_calculator input[type=number]::-webkit-inner-spin-button, 
#price_calculator input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.wd-header-cart.wd-design-4 .wd-cart-number {
    padding: 2px 2px;
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 768px){
header div.wd-social-icons{
	display:flex !important;
}
	.whb-mobile-right{
	margin-right:0;}
}
/* Bakgrunnsbilde fiks */
.page div.main-page-wrapper,footer,.page-title-default .color-scheme-light,.page-title-default .color-scheme-dark{
background-image: none;
}
body.single-product div.quantity input[type="number"]{
    min-width: 60px!important;
}



/* xtemos stock input fiks */
/*
div.quantity input[type="button"] {
    display: none;
}

div.quantity input[type="number"]{
    min-width: 150px;
    
    border-right: 2px solid #e5e5e5;
    border-left: 2px solid#e5e5e5;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {  
    opacity: 1;
    
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
}
*/