/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/*
.product-cards .owl-item {
    width:310px !important;
}

.variations th,
*/

/* Base styling for the specific select */

 button.single_add_to_cart_button {
    border-radius: 6px !important;
}

.cart-discount td {
    text-align: right !important;
}


.single-product .owl-item .hw-add-to-cart {
    background: #257b58 !important;
        border-radius: 6px !important;
        text-align: center;
        color:#fff;
        padding:5px;
        transform: ease 0.4s ease;
}
.single-product .owl-item:hover .hw-add-to-cart {
    background: #000 !important;
}


.pp-content-grid-content > .hw-add-to-cart{display:none}

.xoo-wsc-qtb-circle .xoo-wsc-chng {
    height: 30px;
    line-height: 20px;
}

.woocommerce-variation-price .amount{
    color:#000;
    font-size: 20px;
}

.shipping td[data-title="Frakt"] p{display:none}
.woocommerce-checkout tfoot tr th{text-align:left}


.single-product .pp-content-carousel-post .hwx-price-before-qty,
.single-product .pp-content-carousel-post .qib-button-wrapper,
.fl-module-fl-woo-product-price,
.bos4w-display-plan-text,
.bos4w-display-dropdown label,
.reset_variations{
    display:none !important;
}






.bos4w-display-wrap{
    display: block !important;
}


#bos4w-dropdown-plan{
    float:right;  
    width:30% !important;
}

.bos-display-save-up-to:before{
    display: none !important;
}
.bos4w-display-options{
    float:left;
}
.bos4w-display-options ul{
    padding-left:0;
}
.bos4w-display-options ul li{
    text-align: left;
}
.bos4w-display-options ul li input{
    margin-right:10px;
}




.variations tr{
    display: inline-block;
    width:48%;
    margin:unset !important;
}

.variations tr:nth-of-type(1){
    float:left;
}

.variations tr:nth-of-type(2){
    float:right;
}
.variations td{
    display: block;
    width: 100%!important;
}
.variations select{
    padding:5px 10px !important;
    width: 100%!important;
    display: block;
}
/* Wrapper for positioning the custom arrow */
.bos4w-select-wrap {
  position: relative;
  display: inline-block;
}

/* The select itself */
.variations #pa_malingsgrad,
.variations #pa_vekt,
#bos4w-dropdown-plan {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  padding-right: 2.5rem; /* Make room for arrow */
  background: none;      /* Remove default background if any */
}
.variations td.value,
.bos4w-display-wrap{
    position: relative;
}    
/* Custom arrow */
.variations td.value:after,
.bos4w-display-dropdown:after {
  content: ""; /* Or use an SVG / icon font */
  position: absolute;
  pointer-events: none;
  color:#000;
  width:10px;
height:10px;
border-left:2px solid #000;
border-bottom:2px solid #000;
transform: rotate(-45deg); /* Rotates the element to form a down arrow */
  -webkit-transform: rotate(-45deg); /* For older WebKit browsers */
  /* Adjust these to move/align the arrow */
  right: 15px;   /* horizontal position */
  margin-top:12px;
  font-size: 9px;
  transition: transform 0.4s ease;
}

.variations td.value:after{
  margin-top:-27px;    
}

/* Custom arrow */
.variations td.value:focus-within:after,
.bos4w-display-dropdown:focus-within:after {
transform: rotate(135deg); /* Rotates the element to form a down arrow */
  -webkit-transform: rotate(135deg); /* For older WebKit browsers */
    margin-top:15px;
}
.variations td.value:focus-within:after{
  margin-top:-24px;    
}

#bos4w-dropdown-plan{
    padding:10px 10px !important;
}






.hwx-price-before-qty{
    clear:both;
    float:left;
    font-size: 20px;
    margin-right:40px;
    line-height: 40px;
}




.single_add_to_cart_button {

    border-radius: 6px !important;
    min-width: unset;
    background: #257b58 !important;
    width: 140px;
    right: 0;
    top: 0px;
    transition: .3s ease-in-out;
    z-index: 1;
    font-size: 14px !important;
    color: #fff !important;
}
.single_add_to_cart_button:hover {
    border-radius: 6px !important;
    background: #000 !important;
}







.fl-builder-content-39686
{
    position:sticky !important;
    top:0;
    z-index: 9999;
}
header{
    position:sticky !important;
    top:95px!important;
    z-index: 9999;

}
.admin-bar .fl-builder-content-39686{
    position:sticky !important;
    top:32px;
}
.admin-bar header{
    position:sticky !important;
    top:126px!important;
}

.meny-logo a:hover{
    background: transparent !important;
}

.meny-logo span:nth-of-type(2){
    display: none;
}

.sub-menu .fl-menu-item-thumbnail{
    
}


.fl-menu #menu-hovedmeny.menu {
    flex:wrap;
}
.fl-menu #menu-hovedmeny.menu li
 {
flex: 1 1 0;  
}

.fl-node-c0bn4lrkxtwv .fl-menu.is-sticky{
    position: unset;
    width:unset;
}


.bos4w-or-subscribe{display:none}

.fraktmelding{
    position:fixed;
    width:100%;
    max-width:1400px;
    bottom:50px !important;
    z-index: 1;
}

.cky-btn-revisit-wrapper {display:none !important;}

.mega-menu .sub-menu {
 justify-content: center; /* This is the magic */
 box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}
 .mega-menu .sub-menu .menu-item{
    max-width: 250px;
}
 .mega-menu .sub-menu .menu-item:last-of-type{
    border-right: 0px !important;
}

.bunnplassering{
    position: absolute;
    bottom:0px;
    left:0;
    right:0;
}
.fl-builder-edit .bunnplassering{
    position: unset;
    bottom: unset;
    left:unset;
    right:unset;
}

.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
    text-align: left;
    
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
    width:100%;
    display: block;
    position: relative;
    
}

.woocommerce-shipping-methods .woocommerce-Price-amount{
    float:right;
    margin-right: 5px;
}



.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    float: unset;
}

.woocommerce-form__label-for-checkbox span:before{
    position: relative;

}
.woocommerce-form__label-for-checkbox {
    position: relative;
    left:20px;
    margin-left:-20px;
}


.wc_payment_methods{
    padding:0 0 20px 0 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f7f7f7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}


.woocommerce form .form-row .input-checkbox,
.woocommerce-Tabs-panel > h2{display:none}


[type="checkbox"] + span {
    display:inline;
}

.wc_payment_method label:before,
#shipping_method label:before,
div.wpforms-container-full .wpforms-form label:before,
[type="checkbox"] + span:before{
	font-family: 'Font Awesome 5 Free';
    content:'\f0c8';
    margin-right: 10px;
    color:#666;
    font-weight:400 !important;
    font-size:20px;
    top:1px;
    position: relative;
    display:inline-block;  
}
.wc_payment_method label:before,
#shipping_method label:before{
    content:'\f111';
}
:checked + span {
    display:inline-block;    
}




/* Radio buttons - UX styling */ 

#shipping_method :checked+label:before,

div.wpforms-container-full .wpforms-form .wpforms-selected .wpforms-field-label-inline:before,
:checked + span:before {
	font-family: 'Font Awesome 5 free';
    content:'\f14a';
    margin-right: 10px;
    color: #257b58 ;
    font-weight:900 !important;
    top:1px;
    position: relative;
    display:inline-block;  
}
.wc_payment_method :checked+label:before,
#shipping_method :checked+label:before {
    content:'\f058';
    color: #257b58  ;
    font-weight: 999 !important;
}

.woocommerce-shipping-methods input[type='radio'],
.wc_payment_method input[type='radio'] {
  display: none;
  transition: all 0.15s ease-out 0s;
}




.place-order .woocommerce-form__label-for-checkbox,
.payment_method_wpfi_test,
.payment_method_vipps{padding-left:0px !important;}














.woocommerce #order_review .shop_table, .woocommerce-page #order_review .shop_table,
#show-coupon-form,
.woocommerce-checkout-payment{
    border:0!important;
    background:#fff!important;
}

/* Coupon Popup */
#place_order,
.woocommerce-cart .wc-proceed-to-checkout a{
	background: #257b58  !important;
    width: 100%;
    margin-top:20px;
    line-height: 2em !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 0;
    transition: .3s ease-in-out;
}
#place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a:hover{
	background: #000  !important;

}


#show-coupon-form{
	text-align: center;
	width:100%;
	display: block;
	background: #fcfcfc;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding:20px 0px;
	margin-bottom:20px;
}
#show-coupon-form:hover,
#show-coupon-form:focus{
	text-decoration: none;
}

#show-coupon-form span{
	color:#54595f;
	background: #ddd;
	padding:15px 20px;
	display: block;
	border-radius: 0px;
	transition:  0.25s ease-out;
	border:0px solid #ddd;
	font-weight: 600;
}
#show-coupon-form:hover span{
    color:#fff;
	background: #000;

}

#coupon-anchor .ui-dialog {
	border-radius: 0;
	margin:0 auto !important;
	float:none;
	position: fixed;
	left:0 !important;
	right:0 !important;
	top:30vh !important;
	border:0;
	box-shadow: 0 20px 50px rgba(0,0,0,0.2)
}
#coupon-anchor .ui-dialog-titlebar{
	border-radius: 0;
	background: transparent;
	border:0;
	padding:0;
	min-height:35px;
}
.ui-dialog .ui-dialog-titlebar-close {
    visibility: visible;
    border:none;
    text-indent:-9999px !important;
    color:transparent;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-icon{display:none}

#coupon-anchor .ui-button{
	position: absolute !important;
	top:10px;
	padding:0 !important;
    height:35px !important;
    width:35px !important;
    right:0 !important;
    background: transparent;
}
#coupon-anchor .ui-button-icon-only .ui-button-text{
	display: none !important;
}
#coupon-anchor .ui-button-icon-primary{
	padding:0 !important;
	background-image:none;
	z-index: 10 !important;
	position: relative;
}
#coupon-anchor .ui-dialog-title:after{
	font-family: 'Font Awesome 5 Free';
    content:'\f057';
    display: block;
    font-weight: 400;
    font-size:30px;
    position: absolute;
    height:35px !important;
    width:35px !important;
    color:#000 !important;
    top:0px;
    right:0px;
}
#coupon-anchor .woocommerce-form-coupon{
	margin:0;
	padding-top:0;
	border:0;
}

#coupon-anchor .form-row-first,
#coupon-anchor .form-row-last{
	width:100%;
	margin:10px 0!important;
}
#coupon-anchor .form-row input{
	border-radius: 0;
}
#coupon-anchor .form-row button{
	width:100%;
	line-height: 2em;
	color:#fff;
	background:#000;
	border:0 !important;
}
 #coupon-anchor .woocommerce-error{
	 margin:20px; 
	 padding:10px !important; 
	 font-size:14px !important;}

 #coupon-anchor .woocommerce-error li{font-size:16px !important;}

 #coupon-anchor .woocommerce-message{
	 background:rgba(148,224,65,0.4); 
	 border:1px solid rgba(148,224,65,1);
	 text-align:center; margin:20px; 
	 padding:10px !Important; 
	 font-size:14px !important;
}


#billing_address_2_field,
#billing_country_field label{
    display: none !important;
}
#billing_country_field .woocommerce-input-wrapper span{
    pointer-events: none;
}
#billing_country_field .woocommerce-input-wrapper span{
    background: #fff !important;
    padding-left:0;
    border:0;
    margin-top:-10px !important;
}
#billing_country_field .woocommerce-input-wrapper span b{
    display: none;
}

#order_comments{
    border:0px;
    border-bottom: 1px solid #000;
}



.woocommerce .col2-set, .woocommerce-page .col2-set {
    float: left;
    width: 48%;
    border:1px solid #ddd;
    padding:20px 40px;
    border-radius: 0px;
    background: #fff;
}
.woocommerce-page .col2-set .col-2, 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-pset .col-1  {
    float: left;
    width: 48%;


}
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-pset .col-1 {
    float: unset;
    width: 100%;
}
#order_review {
    float: right;
    width: 48%;
    border:1px solid #ddd;
    padding:20px 40px!important;
    background: #fff !important;
}

.woocommerce-order-pay .woocommerce #payment, 
.woocommerce-order-pay .woocommerce-page #payment {
    background: transparent;
    border: 0;
}

.woocommerce-order-pay #order_review{
    float:none !important;
    margin:0 auto !important;
}

.woocommerce-order-pay thead .product-quantity{
    display:none;
}
.woocommerce-order-pay tbody .product-quantity{
    visibility:hidden;
    border-top:0;
}
.woocommerce-order-pay thead .product-name,
.woocommerce-order-pay thead .product-total{
    display:none;

}
.shop_table tfoot tr th,
.shop_table tfoot tr td,
.woocommerce-order-pay .product-name,
.woocommerce-order-pay .product-total{
    width: unset !important;
    display: table-cell;    
    border-top:0;
}
.woocommerce-order-pay .product-total{
    width: 50% !important;
}


#order_review td{
    width: 50%;
}
#order_review th,
#order_review td{
    padding:15px 0;
}
#order_review .recurring-totals{
    background: #f8f8f8;
}
#order_review .recurring-totals th{
    text-align: center;
    font-weight: 400;
}
#order_review th.product-name,
#order_review th.product-total{
    font-size: 18px;
    font-weight: 400;
}
#order_review .cart-subtotal *,
#order_review .shipping *{

    font-weight: 400;
}

#order_review_heading {
    display: none;
    float: right;
    width: 48%;
    margin-top: 20px !important;
}









.woocommerce-checkout .fl-page .fl-content-full{
    background: #000 !important;
}



header .fl-photo-content {
    z-index: 99;
}


ul.fl-menu-horizontal li.mega-menu.hw-search-form.fl-has-submenu:hover > ul.sub-menu{
    text-align: center !important;
    display:block !important;
    left:-20px !important;
    padding:20px 0 50px 0;
    width: 1400px !important;
    background: #000;
   
}
.hw-search-form .sub-menu > a{
   max-width: 400px !important;
   width:100%!important;
   margin:0 auto!important;
   display: block!important;
   position: relative!important;
   color:#000 !important;
   pointer-events: none;
   cursor:arrow;
}
.hw-search-form .fl-search-input a{
   max-width: 400px !important;
   width:100%!important;
   margin:0 auto!important;
   display: block!important;
   position: relative!important;
  
}
.hw-search-form .fl-search-input{
   max-width: 400px !important;
   width:100%!important;
   margin:0 auto!important;
   display: block;
   position: relative;
   border:0;
   border-bottom:1px solid #c8a868;
   border-radius: 0;
   font-size:30px;
   background: transparent;
   color:#fff;
    pointer-events: auto;
}
.hw-search-form .search-wrapper{
    position: relative;
    display: block;
}
.hw-search-form .search-wrapper i{
    position: absolute;
    color:#fff;
    display:block;
    top:5px;
    right:10px;
}

.hw-search-form .fl-search-input:focus{
   border-bottom:1px solid #c8a868;
   border-radius: 0;
   font-size:30px;
   background: transparent;
   color:#fff;
}















.page-cards.card-container .pp-content-post {
    position: relative;
    padding:0;
    height: 400px !important; 
}
.page-cards .pp-content-grid-post-image{
    padding:0;
}

.page-cards.card-container .pp-content-post img {
    max-width: 100%;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top:0;
    display: block;
    margin: 0 auto;
    transition: all .9s ease-in-out;
    transform: scale(1) !important;
    z-index: 1;
    object-fit: cover;
}
.page-cards.card-container .pp-content-post:hover img {
    max-width: 100%;
    width: auto;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transform: scale(1.02) !important;
}

.page-cards  .pp-content-grid-post-text {
    position: absolute;
    z-index: 2;
    color:#fff !important;
    display: block;
    height:100%;

}
.page-cards  .pp-content-grid-post-text:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    height:20%;
    width:400px;
    background: linear-gradient(355deg, rgba(0, 0, 0, 0.0) 30%, rgba(0, 0, 0, .9) 100%) !important;

}

.page-cards  .above-heading {
    color:#fff !important;
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em!important;
    font-size: 14px !important;
}
.page-cards .pp-content-grid-post-title{
    color:#fff !important;
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 300;
    font-size: 30px !important;
}

.page-cards .pp-content-grid-post-more-link span{
    position: absolute;
    bottom:20px;
    background: #fff;
    color:#000;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    border-radius: 24px;
}
.page-cards .pp-content-grid-post-more-link span{
    position: absolute;
    bottom:20px;
    background: #fff;
    color:#000;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    border-radius: 24px;
    transition: all .8s ease-In-Out !important;
}
.page-cards .owl-item:hover .pp-content-grid-post-more-link span{
    position: absolute;
    bottom:20px;
    background: #5dc76a ;
    color:#000;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    border-radius: 24px;
    transition: all .5s ease-In-Out !important;
}


.card-container .owl-nav button{
    background: #ddd !important;
    transition: all .3s ease-In-Out !important;
}
.card-container .owl-nav button:hover{
    background: #000 !important;
    color:#fff;
}

.card-container .owl-carousel .owl-stage {
padding:20px 0;
}
.card-container .pp-content-post{
    background: #fff ;
    box-shadow: 0px 6px 10px 5px rgba(0,0,0,0.07) !important;
    border-radius: 8px;
    height: 405px !important;    
}
.card-container .pp-content-post:hover{
    background: #fff ;
    box-shadow: 0px 6px 10px 5px rgba(0,0,0,0.07);
    border-radius: 8px;

}

.card-container .pp-content-post img {
    max-width: 100%;
    width: auto;
    height: 200px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: all .9s ease-in-out;
    transform: scale(1) !important;
}
.card-container .pp-content-post:hover img {
    max-width: 100%;
    width: auto;
    height: 200px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;

    transform: scale(1.09) !important;
}

.page-cards .owl-item {
    position: relative;
}
.page-cards .card-effect{

    z-index: 999;    
}

/*
.page-cards .pp-content-grid-post-image:before,
.card-container .pp-content-post:before {
    content: '';
    transform: rotate(45deg) !important;
    width: 600px !important;
    height: 600px !important;
    left: -300px !important;
    top: -300px !important;
    background: linear-gradient(90deg, rgba(211, 190, 122, 0) 0%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%) !important;
    z-index: 2 !important;
    position: absolute !important;
    transition: all .8s ease-In-Out !important;
    display: block !important;
    

}

.page-cards .pp-content-grid-post-image:hover:before,
.card-container .pp-content-post:hover:before {
    left: 50px !important;
    top: 500px !important;
    transform: rotate(90deg) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%) !important;
    display: block !important;
}


.fl-builder-edit .card-container .pp-content-post:before,
.fl-builder-edit .card-container .pp-content-post:hover:before{
    background: none !important;    
    display: none !important;
}
*/

.card-container.product-cards .owl-item{

}
.card-container.product-cards .pp-content-grid-title,
.card-container.product-cards .pp-content-carousel-title{display:none !important}



.card-container.product-cards .hw-product-card-heading h1{
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    margin:-10px 0 20px 0;
    text-transform: uppercase;
    min-height:40px;
    color: #000;

}
.card-container.product-cards .pp-post-title{
    font-size: 14px !important;
    font-weight: 700;
    color:#000;
    text-align: center;
    margin:10px 0 0px 0;
    text-transform: uppercase;
    min-height:0px;
}
.card-container.product-cards .hw-product-card-subheading{
    text-align: center;
    min-height: 20px;
    margin-top: -10px;
    margin-bottom:10px;
}
.card-container.product-cards .hw-product-card-footer{
    border-top:1px solid #ddd;
    padding:20px 0;
}
.card-container.product-cards .hw-product-price{
    position: relative;
    width:48%;
    float:left;
    font-weight: bold;
}
.card-container.product-cards .hw-product-price bdi{
    text-decoration: none !important;    
    color:#000;
}

.card-container.product-cards .button,
.card-container.product-cards .product_type_simple,
.card-container.product-cards .add_to_cart_button,
.card-container.product-cards .hw-add-to-cart{
    position: relative;
    width:48%;
    float:right;

    
}

.card-container.product-cards .hw-add-to-cart a{
    position: absolute;

    border-radius: 6px !important;
    min-width: unset;
    background: #257b58 !important;
    width:140px;
    right: 0;
    text-align: center;
    padding:10px 2px 8px 2px;
    line-height: 20px;
    top: -9px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s ease-in-out;
    z-index: 1;
    font-size: 14px !important;
    color:#fff !important;
}
.card-container.product-cards .hw-add-to-cart a:hover{
    position: absolute;
    text-decoration: none;
    border-radius: 6px !important;
    min-width: unset;
    background: #000 !important;
    color:#fff !important;

}

.card-container.product-cards .hw-add-to-cart a:before{
    position: absolute!important;
    text-indent:0px;
    color:#fff;
    top: 20%;
    left:0;
    right:0;
    transition: .3s ease-in-out;
}
.card-container.product-cards .hw-add-to-cart a:hover:before,
.card-container.product-cards .hw-add-to-cart:hover a:before{
    position: absolute!important;
    text-indent:0px;
    color:#fff !important;
    top: 20%;
    left:0;
    right:0;
}

.card-container .page-numbers{
    margin-top:10px !important;
}






.bag-icon {
    font-size:18px !important;
    letter-spacing: 1px !important;
}



.woocommerce-order-received .shop_table .product-egenskaper{
    display: block;

}


.woocommerce-order-received .shop_table .product-total{
    display: none;
}



/* Make the product cell a container to position elements */
.woocommerce-order-received .woocommerce-table__product-name.product-name {
    position: relative;
    padding-left: 80px !important; /* Make room for the image */
    min-height: 100px; /* Ensure enough height for image + text */
    display:block;
    margin-left: 0px !important;
}
/* Make the product cell a container to position elements */
.woocommerce-order-received .order_details thead{
    display: none;
}

/* Position the image to the left */
.woocommerce-order-received .woocommerce-table__product-name.product-name img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
    padding:3px;
    border:1px solid #ddd;
}

/* Style the product title */
.woocommerce-order-received .woocommerce-table__product-name.product-name a {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color:#000;
    margin-left:20px;
    font-size: 18px;
    font-weight: 500;
}

/* Style the egenskaper text */
.woocommerce-order-received .woocommerce-table__product-name.product-name small {
    display: block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left:20px;
}

/* Position the quantity indicator */
.woocommerce-order-received .woocommerce-table__product-name.product-name .product-quantity {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0;
    font-size: 18px;
}






.pp-advanced-menu .sub-menu {
    width: auto;
}
.pp-advanced-menu .sub-menu li a{
    text-align: left;
}

.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
    bottom: 26px !important;
}

.xoo-wsc-header .xoo-wsch-text{
    font-weight: 600;
    font-size: 26px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
padding: 20px;
background-color: #666666;
    transition: .3s ease-in-out;
    border: 0px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: #000;
    color: #fff;
    border: 0px;
}
.xoo-wsc-container{padding-bottom:12px}

.xoo-wsc-smr-ptotal,
.xoo-wsc-pname img,
.xoo-wsc-sm-sales,
.xoo-wsc-icon-arrow-thin-right{
    display: none !important;
}
.xoo-wsc-drawer-header{
    font-size: 20px;
    height: 73px;
}
.xoo-wsc-sp-title a{
    color:#000;
    font-weight: 500;
}

.xoo-wsc-sp-left-col img, 
.xoo-wsc-sp-left-col,
.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 6px;
}
span.xoo-wsc-chng {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
    width: 30px;
}
.xoo-wsc-qty-box {
    max-width: 105px;
}
.xoo-wsc-img-col a{
    max-height: 110px;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}
.xoo-wsc-ft-btn-checkout {
    font-weight: 600;
    font-size: 20px !important;
}

.xoo-wsc-sp-left-col{
    max-height: 90px;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}


.xoo-wsc-sp-atc a{
    text-indent: -999px;
    position: relative;
    background: #f7f3fb !important;
    min-width: auto;
    width: 50px !important;
    border-radius: 6px !important;
    color:#000 !important;
}



.xoo-wsc-sp-atc a:before{
    content:'+';
    text-indent: 0px;
    display: inline-block;
    position: absolute;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    top: 0;
    left: 0;
    right:0;
    width: auto;
    background:unset;
    transform-origin: unset;
    transform: unset;
    z-index: 1;
}
.xoo-wsc-sp-atc a:after{
    content:'';
    top: 0;
    left: 0;
    width: unset;
    background:unset;
    transform-origin: unset;
    transform: unset;
}




.superoffice-wrapper{
    text-align: center;
}


.fl-menu #menu-hovedmeny.menu{
    width:100% !important;
    margin:0 auto;
    padding:0 15px;
    text-align: center !important;
    position: relative;
    float: unset;
}
.fl-menu #menu-hovedmeny.menu li{
    display: inline-block;
    margin:0;

}


#menu-hovedmeny.menu  a{
    color:#fff;
    padding-left:19px;
    padding-right:19px;
    font-weight: 500;
}
#menu-hovedmeny.menu li a:hover{
    background:#fff;
    color:#c8a868 !important;
}
/*
#menu-hovedmeny.menu li.fl-has-submenu:has(> ul.sub-menu > li:hover) > div > a{
    background:#fff !important;
    color:#c8a868 !important;
}
*/

.sub-menu {
    box-shadow: unset !important;
}
.sub-menu li a{
    padding-top:50px;
    display: block;
    text-align: center;
    color: #c8a868 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
#menu-hovedmeny.menu .sub-menu li{
    border-right:1px solid #ddd;
}
#menu-hovedmeny.menu .sub-menu li:last-of-type{
    border-left:0px;
}
#menu-hovedmeny.menu .sub-menu li a {
    position: relative;    
    min-height: 250px;
}

#menu-hovedmeny.menu .sub-menu li a .fl-menu-item-thumbnail{
    position: absolute;
    margin:0 auto;
    top:40px;
    left:0;
    right:0;
}
#menu-hovedmeny.menu .sub-menu li a .fl-menu-item-thumbnail img{
    max-height: 130px;
    max-width:130px;
}


#menu-hovedmeny.menu .sub-menu li a .fl-menu-item-description{
    text-transform: unset;
    position: absolute;
    margin:0 auto;
    top:180px;
    left:0;
    right:0;
    text-transform: none;
    line-height: 20px;
    max-width: 150px;
}












.page-id-12455 .woocommerce-error a{display:none;}




.hw-cart-icon{
    background-size: contain;
    background-position-x:center ;

    position: relative;

    display: inline-block !important;
    top:-10px;
    background:#c8a868;
}
.cart-count{
    background:#fff;
    display: block;
    color:#000 !important;
    position: absolute;
    top:0px;
    right:-3px;
    width:25px;
    height:25px;
    line-height: 25px;
    text-align:center;
    font-size: 12px !important;
    font-weight: 600;
    border-radius:99px;
    
}

.footer-cart{
    position: relative;
}

.footer-cart .cart-count{
    background:#000;
    display: block;
    color:#fff !important;
    position: relative;
    top:-10px;
    right:20px;
    width:25px;
    height:25px;
    line-height: 25px;
    text-align:center;
    font-size: 12px !important;
    font-weight: 600;
    border-radius:99px;
    
} 

.product_tag-second-hand .woocommerce-product-gallery__image a{
position: relative;
}
.product_tag-second-hand .fl-photo-content:after,
.product_tag-second-hand .woocommerce-product-gallery:after{
    content:'';
    background: url('https://www.kaffe-huset.no/wp-content/uploads/2024/08/Second_hand_v2-removebg-preview.webp');
    height:100px;
    width:100px;
    background-size: contain;
    position: absolute;
    z-index: 1;
}
.product_tag-second-hand .fl-photo-content:after,
.product_tag-second-hand .woocommerce-product-gallery:after{
    top:10px;
    right:50px;
}


.woocommerce .products bdi{
   display: none !important;
}
.product_tag-second-hand .pp-content-grid-content span.woocommerce-Price-amount{
    font-size: 18px;
}

.pp-content-grid-content  span.woocommerce-Price-amount:first-of-type bdi{
    text-decoration: line-through;
} 

.pp-content-grid-content  span.woocommerce-Price-amount:first-of-type bdi{
    text-decoration: line-through;
} 
.pp-content-grid-content  span.woocommerce-Price-amount:last-of-type bdi{
    font-weight: 600;
}
.second-hand-left-col{
    position: relative;
}
.second-hand-icon-single{
    position: absolute;
    z-index: 1;
    width:100%;
}

.second-hand-icon-single .fl-photo{
    text-align: right;
}
.second-hand-icon-single img{
    max-height: 100px ;
    width:auto;
    margin-top:50px;
    margin-right:20px;

}

.second-hand-arrow .fl-button-wrap .fl-button,
.second-hand-arrow .fl-button-wrap .fl-button:hover{
    background: transparent !important;
    border:0px !important;
    
}
.second-hand-arrow .fl-button:before,
.second-hand-arrow .fl-button:after
{
    display: none;
    
}
.second-hand-arrow .fl-button i{
    display: block;
    margin-top: 10px;
    transition: .3s ease-in-out;
}
.second-hand-arrow .fl-button-wrap .fl-button:hover i{
    color: #c8a868;
}


.fl-theme-builder-singular-template-second-hand-maskiner .price{
    width:auto;
    display: inline;
        font-size: 16px !important;
    
}

.second-hand-pricing .fl-node-content{

        font-size: 16px !important;
}
.second-hand-pricing b {
    margin-bottom:20px;
    display: inline-block;
}
.second-hand-pricing div div div b{
    margin-bottom:10px;
}
.second-hand-desc p{
    margin-top:20px;
    font-size: 16px !important;
}



.nyhetsbrev .button{
    width:60px !important;
}


#cartpops-drawer{
    overflow: auto;
    scrollbar-width: none;
}
#cartpops-drawer .cpops-drawer-cart {
    overflow: unset;
}    

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total {
    position: sticky;
    width: 100%;
    bottom: 0px;
    padding-bottom: 10px;
    background: #fff;
}

.cpops-slider.is-active .cpops-slider__list {
    display: block;
}
.cpops-slider__pagination{display:none;}


#menu-sidemeny-nettbutikk .current-menu-ancestor .sub-menu{
    display:block;
}
#menu-sidemeny-nettbutikk .current-menu-ancestor .sub-menu .current-menu-item.focus a{
    color:#000;
}




.shipping_address{margin-top:52px;}





.cpops-drawer-recommendations{
    background: #fff;
    border-color:#c8a868;
}
.cpops-drawer-recommendations__header{
    color:#333;
}

.cpops-slider__pagination .cpops-slider__pagination__page{
    background-color:#333 !important;
}

#billing_shipping_as_billing_field label{
    font-weight: 700 !important;
}
#billing_shipping_as_billing_field .woocommerce-ajax-loader{
    position: absolute;
    right:0;
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }

}
.cross-sell-products h2{
    color: #333 !important;
    font-size: 28px!important;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top:40px;
    margin-top:40px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-right:auto!important;
}

#shipping_country_field, #billing_country_field{display:none;}

.cpops-toggle-drawer{
    display: none;
}
.has-nettbutikk-tag .cpops-toggle-drawer{
    display: block;
}
#menu-sidemeny-nettbutikk .menu-item {
    border-bottom:1px solid #000;
    line-height: 1.1.2;
}

#menu-sidemeny-nettbutikk .current-menu-item .menu-item-text,
#menu-sidemeny-nettbutikk .menu-item .menu-item-text:hover,
#menu-sidemeny-nettbutikk .current-menu-item .sub-menu .menu-item-text:hover{
    color:#000;
}
#menu-sidemeny-nettbutikk .sub-menu{
    padding-bottom: 20px;
}
#menu-sidemeny-nettbutikk .sub-menu .menu-item,
#menu-sidemeny-nettbutikk .current-menu-item .sub-menu .menu-item-text{
    color:unset;
    border-bottom:0px solid #000;
}
#menu-sidemeny-nettbutikk .menu-item .sub-menu li{
    margin-left:20px;
    line-height: 1;
}



.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    background: unset;
    border: 0px solid #e6e6e6;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.cart_item .product-name{
    border-bottom: 1px solid #e6e6e6;  
}
.woocommerce #order_review, .woocommerce-page #order_review {
    background: unset;
    padding: 0px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
    margin-bottom: 0;
    padding: 0px;
}
.woocommerce #payment, .woocommerce-page #payment {
    background: unset;
    border: 0px;
    border-radius: 0;
}

.woocommerce-terms-and-conditions-wrapper{
    padding:10px 10px 30px 10px;
}











/* WooCommerce - styling Checkout fields */
.woocommerce-shipping-fields{display:none;}

.woocommerce-billing-fields input,
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields textarea,
.woocommerce-additional-fields textarea{
	background: #fff !important;
	border-radius: 0 !important;
}

.wpmc-steps-wrapper .form-row, 
#customer_details .form-row {
    position: relative;
    margin-bottom: 20px !important;
}

.wpmc-steps-wrapper .form-row input,
#customer_details .form-row input{
    border:0 !important;
    border-bottom:1px solid!important;
    padding-left:0!important;
}

.wpmc-steps-wrapper .form-row label,
#customer_details .form-row label{
    position: absolute;
    top: 12px !important;
    line-height: 1 !important;
    padding:0px 0px;
    transition: .3s ease-in-out;
    font-weight: 400;
}
#customer_details .form-row.notes label{
    position: absolute;
    top: 12px !important;
    left: 10px !important;
}
.wpmc-steps-wrapper .form-row.focused label,
#customer_details .form-row.focused label,
.wpmc-steps-wrapper .form-row label.unfocused-with-content,
#customer_details .form-row label.unfocused-with-content{
    top: -7px !important;
    position: absolute !important;
    background: #fff;
    font-weight: 700;
    font-size: 70%;
    text-transform: uppercase;
}


#customer_details .form-row.notes.focused label{
    top: -12px !important;
    left: 3px !important;
}

#customer_details #order_service_tekniker_field label,
#customer_details #order_service_tekniker_field.focused label{
    position: relative !important;
    display: block;
    top: -10px !important;
    left:10px;
    line-height: 1 !important;
    padding:0px 0px;
    width:100%;
    font-size: 16px;
    text-transform: unset;
    font-weight: 400;
    line-height: 140% !important;
    font-size:14px;
}
#customer_details #order_service_tekniker_field label b{
    display: inline-block;
    margin-bottom:5px;
    font-size:16px;
}

#customer_details #billing_shipping_as_billing_field label,
#customer_details #billing_shipping_as_billing_field .focused label,
#customer_details  #billing_shipping_as_billing_field label.unfocused-with-content,
#customer_details #billing_ehf_field label,
#customer_details #billing_ehf_field .focused label,
#customer_details  #billing_ehf_field label.unfocused-with-content
{
    position: relative!important;
    top: 0px !important;
    line-height: 1 !important;
    padding:0px 0px;
    transition: .3s ease-in-out;
    font-weight: 400;
    font-size: unset;
    text-transform: unset;
}
#customer_details  #billing_ehf_field legend{
    font-size: 16px;
    font-weight: 600;
    border-bottom:0;
    margin-bottom:10px;
}
#customer_details  #billing_ehf_field label{
    display: inline-block;
    margin-right: 20px;
}

.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .woocommerce-shipping-methods{
    text-align:right;
    font-size:14px;
}


.woocommerce-checkout .order-total{
    text-align:right;
    font-size:18px;
}

.woocommerce-checkout .open-cart{
    pointer-events: none;
}
.woocommerce-checkout .open-cart a{
    color:#fff;
}

.woocommerce-checkout .checkout-shop-button{
    width:auto;
    float:left;
}

.cpops-cart-total:before{
    content:'Om du bestiller over 3 kartonger med kaffe får du vareleveransen levert fraktfritt.';
    text-align: center;
    font-weight: 600;
}


#cart-message{
    position:sticky;
    bottom:80px;
    left:0;
    right:0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    background:#fff;
}
#cart-message span{
    display: block;
    border-top:1px solid #ddd;
    padding:10px 20px;
}



.cart_item{
    position: relative;
}


.cqoc_container .remove,
.cqoc_container .remove:hover{
display: inline-block;
visibility: hidden;
top:10px;
right:10px;
position: absolute;
}
.cqoc_container .remove:after{
    font-family: 'Font Awesome 5 Free';
    content:'\f00d';
visibility: visible;
color:#757575;
}
.cqoc_container .remove:hover:after{
    font-family: 'Font Awesome 5 Free';
    content:'\f00d';
visibility: visible;
color:#000;
}


.woocommerce-checkout .woocommerce:before{
    content:'Ordren din' !important;   
    display: block!important;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:18px;
}
.woocommerce-checkout .woocommerce.cross-sell-products:before{
    content:'' !important;   
}
.woocommerce-shipping-fields:before{
    content:'Leveringsadresse' !important;   
    display: block!important;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top:18px;
    margin-bottom:8px;    
}

#ship-to-different-address{
    display: none;
}

.woocommerce-additional-fields h3{
    margin-bottom:20px !important;
}



.produktfaner .products {
    display: flex!important;
    flex-wrap: wrap!important;
    list-style-type: none;
    padding: 0!important;
    justify-content: flex-start!important; /* Align items from the start */
    margin: -10px !important; /* Negative margin to counteract the item margins */
    width: calc(100% + 20px)!important; /* Increase width to allow for outer margins */
}

.produktfaner .products > .product {
    flex: 1 1 calc(25% - 20px)!important; /* 4 columns layout with some margin */
    box-sizing: border-box;
    max-width: calc(25% - 20px)!important;
    float:none !important;
    margin: auto !important;
    float:none!important;

}
.produktfaner .products > .product h3{
    min-height: 70px;
}

.produktfaner .product.woocommerce.add_to_cart_inline{
    border: 0px!important;
    padding: 12px;   
    font-size: 0;
}
.produktfaner .product.woocommerce.add_to_cart_inline a{
    font-size: unset; 
}

.produktfaner .pp-tabs {
    position: relative;
    top:0;
}
.produktfaner .pp-tabs .tabs-close-btn{
    position: absolute;
    top:15px;
    right:0;
    cursor:pointer;
    transition: all .2s ease-in-out;
}
.produktfaner .pp-tabs .tabs-close-btn:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	display: block;
    content:'\f057';
    position: relative;
    font-size: 20px;

}
.produktfaner .pp-tabs .tabs-close-btn:hover:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
}

.produktfaner .media-files-grid{
    list-style: none;
    padding-left:0;
}
.produktfaner .media-files-grid a:before{
	font-family: 'Font Awesome 5 Free';
    content:'\f15c';
    display: inline;
    color:#333;
    	font-weight: 700;
    margin-right: 10px;
    
}




.wpforms-container .stop-spam {
	display: none;
}

#login #nav:before{
	content:'<a href="/min-konto/glemt-passord/">Mistet passordet?</a>';
}


.woocommerce-lost-password .glemt-passord{display:none;}

.xoo-el-form-container ul.xoo-el-tabs {
    display: none;
}
.rank-math-pagespeed-box .rank-math-pagespeed-header .button{
	color: #b5bfc9 !important;
	width:30px !important;
	height:30px !important;
	line-height: 1!important;
}



.custom-cross-sell ul.products li.product{
	margin-right: auto !important;	
}
footer ul li{text-align:left}
footer .cli_settings_button{color:#fff !important;}
.cli_messagebar_head{color:#fff; font-weight:600;}

.woocommerce-LostPassword{display:none;}

.woocommerce-products-compare-compare-button{display:none !important;}
.admin-bar .woocommerce-products-compare-compare-button{display:block !important;}

.xoo-el-header,
.xoo-el-section {
    padding-left: 0px;
}

.checkout-text {
	font-weight: 600;
	margin-left: 10px;
	font-size: 16px
}


.xoo-cp-cart-table-cont:after{
	display: block;
	content:'Om du bestiller 3 kartonger med kaffe får du vareleveransen levert fraktfritt.';
	text-align: center;
	font-weight: 600 !important;
	
}


.key-features-wrap{
	max-width: 300px;
	margin:0 auto;
	color: #999;
	font-size: 15px;
	font-weight: 600;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 18px 0 0px 0;
    margin: 0 !important;
    margin-bottom: 0px !important;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

#cookie-law-info-bar {
    font-size: 15px;
    background: #000 !important;
    color: #fff !important;
    margin: 0 auto;
    padding: 20px 10px;
    position: fixed!important;
    text-align: left;
    box-sizing: border-box;
    width: 700px !important;
    border: 0px solid #c8a868;
    border-radius: 6px;
    top: 45vh;
    z-index: 9999;
    display: none;
    left: 0;
    right: 0;
    bottom: auto!important;
    font-weight: 300;
    box-shadow: 0 10px 10px rgb(172 171 171 / 30%);
}
#cookie-law-info-bar:before {
    content: '';
    background: url('https://www.kaffe-huset.no/wp-content/uploads/2019/06/Det-norske-kaffehus-logo-1.webp') no-repeat;
    background-size: auto;
    position: relative;
    display: block;
    height: 70px;
    background-size: contain;
    width: 300px;
    margin: 0 auto 10px 0;
}

.fl-content-slider .fl-slide-cta-button div a{box-shadow:0  5px 20px 0px rgba(0, 0, 0, 0.2); font-weight:700;}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    margin-top:20px !important;
    background: #c8a868 !important;
}
.added-left-margin{margin-left:50px !important;}

.sunniva-boble{
	position: fixed;
	bottom:10px;
	left:10px;
	cursor: pointer;
	z-index: 999;
	width:180px;
	height: auto;
}


.side-buttons{
	display: block;
	position: fixed;
	right:0;
	top:45vh;
	z-index: 1;

}

.side-buttons a{
	color: #ffffff !important;
    background-color: #c8a868 !important;
    padding:5px 15px 5px 40px;
    text-transform:uppercase;
    display: block;
  transition: transform 300ms;
  transform: translate3d(140px, 0, 0);
  margin:10px 0;
  width:180px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  border:2px solid #fff;
  border-right:0;
  	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
  	cursor: pointer;
  
}
.side-buttons a:hover{
	transform: translate3d(0, 0, 0);
	text-decoration: none;

}
.side-buttons a.phone:after,
.side-buttons a.email:after,
.side-buttons a.chat:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	color: #fff;
	position: absolute;
	left:10px;

}
.side-buttons a.phone:after{content:'\f095';}
.side-buttons a.email:after{content:'\f0e0';}
.side-buttons a.chat:after{content:'\f075';}









.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce-page table.shop_table {
text-align:unset !important;    
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td .order-again{
margin-left: 20px;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail {
	text-align: left!important;
}

.woocommerce-order-received   table.shop_table td{
    text-align: left !important;
}


#customer_login.col2-set .col-1{
    float:left;
}
#customer_login.col2-set .col-2{
    float:right;
}
#customer_login.col2-set .col-1 form,
#customer_login.col2-set .col-2 form{
    padding: 20px;
    min-height: 270px;
}

.wpforms-submit {
	color: #ffffff !important;
    background-color: #1ab21d !important;
    border:0 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    
}

.emoji {
    max-width: 20px !important;
    width: auto;
}

.pris-single-produkt{
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-checkout .back-button{
	width:200px;
    margin:0;
	background:#000 !important;
	text-align: center;
	color:#fff;
	padding:7px;
	border:2px solid #fff;
	font-weight: 600;
	transition: all .3s ease-in-out;
}
.woocommerce-checkout .back-button:hover{
	width:200px;
    margin:0;
	background:#fff !important;
	text-align: center;
	color:#000;
	padding:7px;
	border:2px solid #fff;
	font-weight: 600
}
.woocommerce-checkout .back-button:hover i{
	color:#257b58  ;
}
.takk-tilbake .back-button{
	width:200px;
	margin:0 auto;
	background:#c8a868;
	text-align: center;
	color:#fff;
	padding:7px;
	border:2px solid #fff;
	font-weight: 600
}
.takk-tilbake .back-button:hover{
	background:#555;
	color:#fff;
	border:2px solid #555;
}


.fl-button-lightbox-content{
	max-width: 800px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0px;

}

.wc-tabs a{
	font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 1.6;
}
.wc-tabs li{
	border:0 !important;
	background: none !important;
	border:1px solid #fff !important;
	border-bottom:0px solid #e6e6e6 !important;
}

.wc-tabs li.active:nth-of-type(2){
	border-left: 6px solid #ccc !important;
}

.wc-tabs li.active{
	border:1px solid #e6e6e6 !important;
	border-bottom:0px solid #e6e6e6 !important;
	background: #fff !important
}
.x_tab.active,.woocommerce-Tabs-panel--x{display:none !important;}
.x_tab{
	display:inline-block !important;
	float:right;
}
.x_tab a{
	background: #666;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:100px;
	font-weight: bold!important;
	font-size: 16px;
	line-height: 0.9em;
	color:#fff !important;
	text-indent: -9999 !important;
}




.pp-tabs-panels { 
	background-color: transparent !important;
	border:0 !important;
}
.pp-tabs-panel .pp-tabs-panel-content{ 
	border-top:1px solid #eee !important;
	border-bottom:1px solid #eee !important;
	border-left:0px solid #eee !important;
	border-right:0px solid #eee !important;
    padding:30px 15px !important;
}













.postid-12232 .pp-tabs-labels div:last-child.pp-tabs-label.pp-tab-active,
#pp-tab-5d5fb0575fafc-7-content{display:none !important;}

html, body {
    height: 100%;
    color: #303C44 !important;
    background-color: #000;
}

.woocommerce-product-gallery__image img{
	border:0 !important;

}
.woocommerce-product-gallery__image {
	max-height: 400px;

}
.woocommerce-product-gallery__image a img{
	object-fit: contain;
	max-height:400px;
	min-height:400px;
	/*
	max-width:380px;
	margin-left: 60px;
	*/
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.woocommerce-product-gallery__image img.zoomImg{
	z-index: 999 !important;
	
}



.flex-control-thumbs,
.pswp__caption{
	display:none;
}


ul.flex-direction-nav {
    position: absolute;
    top: 160px;
    z-index: 0;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 40px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 40px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}



.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 0px !important;
}


.xoo-wsc-basket {
    bottom: 16px;
    right: 100px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 15px 2px #0000001a;
    border-radius: 50%;

    width: 60px;
    height: 60px;
}
.xcp-bk-count{
	left: -9px;
    top: -9px;
}
.xoo-cp-container {
    border: 0px;
}
.xoo-cp-hdtxt{
	border:0;
}
table.xoo-cp-cart td {
    padding: 0px 0;
}
.xoo-cp-ths,
.xoo-cp-atcn,
.xoo-cp-cart-total{display:none !important;}
.xoo-cp-pimg {text-align: center !important;
}
.xoo-cp-pimg img{padding:10px;
	max-height: 100px !important;
	width:auto;
}
span.xoo-cp-close {
    font-size: 29px;
    right: 10px;
    top: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
table.xoo-cp-cart td{
    vertical-align: middle;
    text-align: right;
}
.xoo-cp-qtybox {
    border-width: 0px;
    position: relative;
}
span.xcp-minus, span.xcp-plus{
	background-color: #ddd;
	border:0 !important;
	height:30px;
	width:30px;
	display: inline-block;
	line-height: 28px;
	border-radius: 50px
}
input[type=number].xoo-cp-qty {
	line-height: 28px;
	height:30px;
}
.xoo-cp-empct{
	margin: 0px auto 30px auto;
}
.xoo-cp-content{
	position: relative;
}
.xoo-cp-table-bottom{
	width:100%;
	position: relative;
	bottom:0;
	top: auto;
	margin-top: 0px;
}




.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-1uswakw{display:none !important;}
.fl-slide-text{
	padding:0 20px;
}
.xt_woofc-is-desktop.xt_woofc-pos-bottom-right .xt_woofc-inner, .xt_woofc-is-tablet.xt_woofc-tablet-pos-bottom-right .xt_woofc-inner, .xt_woofc-is-mobile.xt_woofc-mobile-pos-bottom-right .xt_woofc-inner {
    bottom: 80px;
    right: 5px;
}
.fl-content-slider h2{
	margin-top:45px !important;
}

.column-image-box .fl-photo-content{
	max-height:200px;
}
.column-image-box-2 .fl-photo-content{
	max-height:240px;
}
.ubermenu-current-menu-item > .ubermenu-target{
    background: #fff !important;
}
.ubermenu-current-menu-item > .ubermenu-submenu .ubermenu-target, .ubermenu-current-menu-ancestor >  .ubermenu-submenu .ubermenu-target{
    background: #fff !important;
}
.ubermenu-current-menu-item  .ubermenu-target-text{
	color:#000;
}


.cart_item img{
    float:left;
    border:1px solid #ccc;
    margin-right:20px;
    width:50px;
}








.checkout .cqoc_product_name{
	float:left;
	position: relative;
	top:-3px;
	font-weight: 600;
}


.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total{
	color:#fcfcfc;

}

.woocommerce-thankyou-order-details{
	margin: 0 !important;
    max-width: 100% !important;
    text-align:center !important;
}
.woocommerce-thankyou-order-details li{
	display: inline-block !important;
	float:none !important;
}
.woocommerce-order-overview__email.email{
	margin-right: 0em !important;
	border-right: 0px !important;
}

.woocommerce-order-overview__total.total,
.woocommerce-table.order_details tfoot tr:nth-of-type(-n+2),
.woocommerce-order-received tfoot,
.woocommerce-table.order_details .product-purchase-note{
	display: none !important
}



.fl-page{
	margin:0 auto;
	width: 90% !important;
	max-width: 1600px !important;
	background-color: #000;
    -webkit-box-shadow: 0 7px 80px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 7px 80px 15px rgba(0,0,0,0.5);
    box-shadow: 0 7px 80px 15px rgba(0,0,0,0.5);
}


.footer-section h3{
	color: #c8a868 !important;
}
.footer-section{
	color: #c8a868 !important;
}
.footer-section li {
	padding-bottom:5px !important;
}
.footer-section li a{
	font-size: 14px !important;
}



.ubermenu .ubermenu-target-text {
    line-height: 1.5em;
}


.kaffekunnskap .fl-slide-title{
	text-transform: uppercase;
	font-size: 26px
}

.gradient-border-45 .fl-photo{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#363636+0,c8a868+50,363636+100 */
background: #363636; /* Old browsers */
background-image: linear-gradient(90deg,  transparent 0%,#c8a868 50%,transparent 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:1px 0px;
}
.referanse-grid .fl-col{
	background: #333333  !important;
}
.referanse-grid .fl-col h2 a span{
	color:#c8a868 !important;
	font-weight: bold;
}
.referanse-grid .fl-col img{
background-image: linear-gradient(90deg,  transparent 0%,#c8a868 50%,transparent 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:1px 0px;
}
/*
.ubermenu{
	border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  border-image-source: linear-gradient(90deg,  transparent 0%,#c8a868 30%,#c8a868 70%,transparent 100%) !important;
  border-image-slice: 1;
  margin-bottom:-2px;
}
*/
.mobile-fixed-footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 -7px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -7px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0 -7px 8px 1px rgba(0,0,0,0.1);
}
.fl-builder-edit .mobile-fixed-footer{
	position: relative;

}
.mobile-fixed-footer .fl-html a{
	display: block;
	width:100%;
	text-align: center;
}
.mobile-fixed-footer i{
font-size: 20px
}
.grecaptcha-badge{visibility:hidden !important; display: none !important;}


.text-shadow{
	text-shadow: 1px 1px 3px #000;
}
.text-shadow-white{
	text-shadow: 1px 1px 3px #fff;
}

.product .fl-rich-text .price{
	margin:-60px 0 -20px 0!important;
}


.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{
	font-size: 18px !important;
}
.hw-mobile-header.fixed-header{
	-webkit-box-shadow: 0 7px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 7px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0 7px 8px 1px rgba(0,0,0,0.1);
    position: fixed;
    width:100%;
    background: #fff;
    z-index: 999;
    top:0;
}
.button-shadow .fl-button,
.button-shadow .pp-modal-trigger{
	-webkit-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0 5px 20px 0px rgba(0,0,0,0.2);
}
.hw-mobile-header.fixed-header .fl-row-content-wrap{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	
}



.traktere-max-height img{
	max-height:300px;
	width:auto;
	
}

.custom-post-grid .pp-content-grid-post-image{
	padding:0;
}

.custom-post-grid .pp-content-grid-post-meta img{
	border:1px solid #c8a868;
	border-radius:25px;
}
.custom-post-grid .pp-content-grid-post-meta {
	font-size: 14px!important;
}
.fl-post-grid-author,
.fl-post-info-author,
.pp-post-author{
    pointer-events: none !important;
}

.hw-woothumbs-wrapper .iconic-woothumbs-all-images-wrap {
	border:20px solid transparent;
	box-sizing: border-box;
}
.iconic-woothumbs-images, .iconic-woothumbs-images__slide img {
    max-height: 400px;
    width: auto;
    padding:0px 20px 20px 20px;; 
}


body{overflow-x: hidden;}

#modal-5db1c0f876cc6 .pp-modal-container{
Width:500px !important;
min-width: 500px !important;
max-width: 500px !important;
right:0 !important;
overflow: hidden;
box-shadow: -10px 0 15px 0px rgba(000,000,000,0.1);
}

#modal-5db1c0f876cc6 .wpforms-field input{
border:0 !important;
border-bottom: 1px solid #ddd!important;
}







.simple-form-container{
	max-width: 400px;
	margin:20px auto;

}
.simple-form-container .wpforms-field-container{
	width: 70% !important;
	display: inline-block !important;
	float: none !important;
	margin:0 !important;
	position: relative!important;
	clear:none !important;

}
.simple-form-container .wpforms-field-container .wpforms-field-large{
	border: 1px solid #c8a868 !important;
}


.simple-form-container .wpforms-submit-container{
	width: 30% !important;
	display: inline-block !important;
	float: none !important;
	margin:0 !important;
	position: relative!important;
	clear:none !important;
	padding:0 !important;
	top:-3px;

}
.simple-form-container .wpforms-submit-container .wpforms-submit {
	background: #c8a868 !important;
	width:100%;
	color:#fff !important;
	font-size: 20px !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	position: relative!important;
	clear:none !important;
	height:38px;
}

.minkonto-button{
	background-color: #c8a868 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px 30px 7px 30px !important;
    color: white !important;
    border-radius: 0px !important;
    display: inline-block;
    min-width:300px;
    text-align: center;
    font-weight: 600;
    margin: 20px 20px 0px 0px !important;
}


.btn-maskiner{
	border:0 !important;
	color: #fff !important;
    padding: 7px 20px!important;
    font-size: 20px!important;
    text-align: center;
    border: 0 !important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    max-width: 350px;
	line-height: 24px!important;
	text-transform: uppercase;
	font-weight: 555;
	display: inline-block;
}

.woocommerce[class*=columns-] ul.products li.product{
	margin-right: auto;
}

.woocommerce-MyAccount-navigation{display:none;}
.woocommerce-MyAccount-content{width:100% !important;}
/*
.products .woocommerce-LoopProduct-link:after{
	content:'Les mer';
	background: #c8a868 !important;
	color: #fff !important;
    padding: 7px 20px!important;
    font-size: 20px!important;
    text-align: center;
    border: 0 !important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    max-width: 350px;
	line-height: 24px!important;
	text-transform: uppercase;
	font-weight: 555;
	margin-top: 20px;
	display: inline-block;
}
.logged-in .products .woocommerce-LoopProduct-link:after{
	display: none;
}
.products .add_to_cart_button{display:none !important;}
.logged-in .products .add_to_cart_button{display:inline-block!important;}
*/

.fl-visible-desktop-medium .fl-row-content-wrap{
	margin-bottom:-2px !important;
}
.added_to_cart{display:none !important;}
.ubermenu-item a:focus{outline:none;}
.pp-advanced-menu-accordion a:focus {outline:none;}
.woocommerce ul.products , .woocommerce-page ul {
 	text-align: center
 }


.front-tiles .pp-heading-content .heading-title{
	font-weight: bold
}
.front-tiles .pp-heading-content a,
.front-tiles .pp-heading-content a:hover{
	color:#353535;
}


.fl-node-5c17a1f863659 > .fl-module-content,
.fl-node-5c17a10baa3dd > .fl-module-content{
    margin-top: 0px !important;
    margin-right: 0px;
    margin-bottom: 0px;
}
.fl-node-5c179d23e6756 .fl-col-group .fl-col-content p{
	margin:0;
}






.spesialknapp-1 .pp-modal-trigger{
  color: #fff;/* button text color */
  outline: none !important;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
    z-index: 9;
	display: block;
	margin:0 auto;
    width: auto;
    max-width: 400px;
  cursor: pointer;
	text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .5s;
  background-color: #c8a868 !important;
}

.spesialknapp .pp-modal-trigger,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button, 
ul.products li.product_cat-template-maskiner a.button, 
ul.products li.product a.btn-maskiner,
.spesialknapp a.fl-button,.spesialknapp .fl-builder-content a.fl-button,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:hover, 
ul.products li.product_cat-template-maskiner a.button:hover, 
ul.products li.product a.btn-maskiner:hover,
.spesialknapp a.fl-button,.spesialknapp .fl-builder-content a.fl-button,
.spesialknapp .fl-button,
a.fl-button, a.fl-button:visited{
  color: #fff;/* button text color */
  outline: none !important;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
    z-index: 9;
	display: inline-block;
	margin:0 auto;
    width: auto !important;
    max-width: unset!important;
    padding:10px 20px !important;
  cursor: pointer;
	text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden !important;
  transition: all .5s;

  background: #be9f57 linear-gradient(135deg,#be9f57 0,#f9e8aa 0,#be9f57 49%,#f9e8aa 100%) !important;
}



.spesialknapp-1 .pp-modal-trigger,
.spesialknapp-1 .pp-modal-trigger:hover,
.spesialknapp  .fl-button a,
.spesialknapp  .fl-button a:hover{
	color: #fff !important; /* button text color */
	text-decoration:none !important;

}

.spesialknapp-1 .pp-modal-trigger:before,
.spesialknapp-1 .pp-modal-trigger:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #da0000; /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}


.spesialknapp .pp-modal-trigger:before,
ul.products li.product a.btn-maskinerbefore:before,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:after, 
ul.products li.product_cat-template-maskiner a.button:after, 
ul.products li.product a.btn-maskiner:after,
.spesialknapp  .fl-button:before,
.spesialknapp  .fl-button:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #bc9c5c; /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}
.spesialknapp-1 .pp-modal-trigger:before{

  background: #da0000; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}



.spesialknapp-1 .pp-modal-trigger:hover{
	color: white;
	background-color:transparent;
  border: 1px solid #da0000 !important;
}





.spesialknapp-1 .pp-modal-trigger:hover:after,
.spesialknapp .fl-button:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Double Angle In  //// */


.spesialknapp-1 .pp-modal-trigger:before{
  top: 0;
  left: 0;
  width: 150%;
  background: #da0000;
  transform-origin: 0 top;
  transform:  translateX(-100%) rotate(-30deg);
}

.spesialknapp-1 .pp-modal-trigger:after,
.spesialknapp .fl-button:after{
  top: 0;
  left: auto;
  right: 0;
  width: 150%;
  transform-origin: right top;
  transform: translateX(100%) rotate(30deg);
}

.spesialknapp-1 .pp-modal-trigger:hover:before,
.spesialknapp .fl-button:hover:before{
  left: 0;
  transform: rotate(0deg);
  transition: all .5s;
}
.single_add_to_cart_button:hover:after,
.spesialknapp-1 .pp-modal-trigger:hover:after,
.spesialknapp  .fl-button:hover:after{
  right: 0;
  transform: rotate(0deg);
  transition: all .5s;
}

/**/
.static-button {
    display: block;
    position: fixed;
    z-index: 9999;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    margin-right: 0px;
    left: auto;
    height: auto;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    top: 50%;
    right: -190px;
}
.static-button a{
background:#da0000 !important;
}
.static-button a span{
color:#fff !important;
}


.user-area{
	position: absolute;
	margin-top:0;
	right:0;
	z-index: 1;
}
.user-area .fl-row-content-wrap{
padding:0;
}
.user-area .fl-module-content{
margin:2px;
margin-right:25px !important;
}


button.gdpr-preferences, .gdpr-request-form input[type="submit"] {
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    width: 100%;
	background:#666;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
button.gdpr-preferences:hover, .gdpr-request-form input[type="submit"]:hover {
	background:#da0000;
	color:#fff;
	}



.gdpr-buttons .gdpr-preferences,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close{
	display:none;}

.gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
    -webkit-box-orient: unset;
   -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: column;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content{
	 -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
	width: auto;
	padding: 0 10px 5px 10px;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right {

    display: inline-block;
    display: unset;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}
.gdpr-content p {text-align:center;}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-agreement {
    margin: 0 auto;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>footer input[type="submit"], .gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form>footer input[type="submit"], .gdpr.gdpr-reconsent .gdpr-wrapper>form>footer input[type="submit"], .gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form>footer input[type="submit"], .gdpr.gdpr-general-confirmation .gdpr-wrapper>form>footer input[type="submit"], .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form>footer input[type="submit"],
.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement {
    position: relative;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px 1px;
    height: auto;
    line-height: 26px;
    white-space: normal;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #da0000;
    border-color: #da0000 #da0000 #da0000;
    -webkit-box-shadow: 0 1px 0 #da0000;
    box-shadow: 0 1px 0 #da0000;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #da0000, 1px 0 1px #da0000, 0 1px 1px #da0000, -1px 0 1px #da0000;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover,
.gdpr.gdpr-privacy-bar .gdpr-agreement:focus, .gdpr.gdpr-reconsent-bar .gdpr-agreement:focus {
    background: #da0000;
    border-color: #da0000;
}
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active {
    background-color: #da0000;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper>form>footer input[type="submit"]:hover, .gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form>footer input[type="submit"]:hover, .gdpr.gdpr-reconsent .gdpr-wrapper>form>footer input[type="submit"]:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form>footer input[type="submit"]:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper>form>footer input[type="submit"]:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form>footer input[type="submit"]:hover {
    background: #da0000;
    border-color: #da0000;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce .related ul.products li.product a img, .woocommerce-page .related ul.products li.product a img, .woocommerce .upsells.products ul.products li.product a img, .woocommerce-page .upsells.products ul.products li.product a img, .woocommerce[class*=columns-] ul.products li.product a img, .woocommerce-page[class*=columns-] ul.products li.product a img, .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .woocommerce .related ul.products li.product a:hover img, .woocommerce-page .related ul.products li.product a:hover img, .woocommerce .upsells.products ul.products li.product a:hover img, .woocommerce-page .upsells.products ul.products li.product a:hover img, .woocommerce[class*=columns-] ul.products li.product a:hover img, .woocommerce-page[class*=columns-] ul.products li.product a:hover img {
    border: 0px;
}
.back-button{
	cursor:pointer;
	font-size: 20px;
}


.single p, ul{
	font-size: 18px;
	margin-bottom:30px;
}


.referanser .fl-photo-content{
	max-height: 400px;
	height:100%;
	max-width: 600px;
	width:100%;
	margin-bottom:20px;
}

.medarbeidere img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 350px
}


.woofc-inner a.woofc-checkout,
.woofc-inner a.woofc-checkout:hover{
    background: #1ab21d !important;
}
.woofc-wrapper{
	background-color: #fff;
	border-radius: 0 !important;
}

.woofc-pos-bottom-right .woofc-inner {
    bottom: 80px;
    
}

.scriptlesssocialsharing-buttons a.button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 13px;
    padding: 0;
    line-height: 35px;
    background-color: #aaa !important;
    margin-right: 15px;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #fff;
}
.scriptlesssocialsharing-buttons a.button:hover {
    background-color: #d30000 !important;
    color: #fff;
}
.single-product p {
    line-height: 1.5em;
    font-size: 18px;
}
.qib-button-wrapper{
    position: absolute;
    margin:20px 0 0 70px;
}

.single-product .qib-button-wrapper{
    position: relative;
    display: inline-block;
    float:left;
    margin:0px 20px 0 0px;
    text-align: center;
    width:unset;
}
.single-product .qib-button-wrapper *{
    display: inline-block !important;
}

.single-product .wqpmb_plain_input{
    display: none !important;
}


.single-product .qib-button-wrapper .minus{
    margin-right:-4px;
    position: relative;
    border-radius: 6px 0px 0px 6px !important;
} 
.single-product .qib-button-wrapper .plus{
    margin-left:-4px;
    border-radius: 0px 6px 6px 0px !important;
}

.single-product .qib-button{
    transition: all .2s ease-in-out;
} 
.single-product .qib-button:hover{
    background: #000 !important;
} 

.single_add_to_cart_button{
    display: block !important;
    position: relative;
    float:unset !important;
    position: relative;
    margin:20px auto !important;

    
}

.cart .single_add_to_cart_button {
    position: relative;
    float:right !important;
    margin:unset !important;
}

.single_add_to_cart_button:after{
    content:none!important;
} 

.cart .qty {
    padding: 8px !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text,
.qib-button-wrapper button.qib-button{
    border-radius: 0 !important;
    border: 2px solid #f1f1f1!important;

}
.qib-button-wrapper button.qib-button{
    background: #f1f1f1 !important;
    padding: 0px;
    height:38px;
    width:30px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 38px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 2px solid #f1f1f1 !important;
    font-size: 20px;
    line-height: 0px;
    box-shadow: none;
    margin: 0 !important;
}
.qib-button-wrapper div.quantity.wqpmb_quantity {

    height: unset;
}




.woocommerce .quantity input.qty {
    line-height: 20px;
    border: 1px solid #ddd;
}
.woocommerce .quantity input.qty {
    display: inline-block;
    height: auto;
    min-width: 20px;
    width:40px;
    font-weight: 600;
}
.woocommerce .quantity .qty {
    border-radius: 0px;
    padding: 3px 0px ;
}

.stock{display:none;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.archive .image_wrapper img.scale-with-grid, .single-product .related img.scale-with-grid, ul.products li.product img.scale-with-grid, .woocommerce ul.products li.product a img {
    max-width: 100%;
    width: auto;
    height: 200px; /* Fixed height */
    object-fit: contain; /* Maintains aspect ratio */
    display: block;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}
.product-slider img{
    max-width: 100% !important;
    width: auto!important;
    height: auto!important;
    max-height: 200px!important;
    min-height: 0px!important;
    margin: 0 auto!important;
    transition: all .5s ease-in-out;
    padding: 0% 0;
    position: relative;
    bottom: 0;
}
.product-slider h3{
    font-size: 18px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.product-slider .pp-content-post:hover img,
.woocommerce ul.products li.product a img:hover, .woocommerce div.product div.images img:hover, .dashicons-search:hover, #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-4232 > a.mega-menu-link:hover:before {
    transform: scale(1.09) !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 18px;
    
    margin: 15px 0 0px 0;
    color: #444 !important;
}
.products{
	display: flex !important;
    flex-wrap: wrap !important;
}
.products .product
{
	 display: flex !important;
 flex-flow: column wrap !important;


   flex-direction: column !important;
}
/**/
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  flex-grow: 1 ;
	margin-bottom:20px !important;
	margin-top: auto !important;
}

.products .product .woocommerce-loop-product_title{
	margin-bottom:20px !important;
	margin-top: auto !important;
}



.xt_woofc-sp .xt_woofc-sp-right-area a.button{
	font-size:14px !important;
	width:100%;
	
}

.woocommerce[class*=columns-] ul.products li.product a img{
	border:0 !important;
}

.popupform .pp-modal-button a, a.button_theme, .mer-info-button {
    background-color: #000 !important;
    color: #fff !important;
    padding: 9px 20px!important;
    font-size: 20px!important;
    text-align: center;
    border:0 !important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    max-width: 350px;
}

.pp-modal-title{
	font-size: 24px !important;
	font-weight: 600 !important;
}





li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
	text-align:center!important;
	width:100% !important;
}
.mega-menu-item{
	text-align:center!important;
	width:auto !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 0 0 0!important;
}

li.mega-menu-item > a.mega-menu-link
{

    
	text-align:center!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 13px 0px 13px!important;
}


#mega-menu-wrap-primary {
    position: relative;
    z-index: 999999;
}

li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    
	text-align:center!important;
	margin: 10px 0px 10px 0px!important;
	padding: 0px 30px 0px 30px!important;
}
li.mega-menu-item a.mega-menu-link:before {
    margin: 0 0px 0 0px !important;
}





li.mega-menu-item a.mega-menu-link:before {
	transition: all .2s ease-in-out;
}


li.mega-menu-item a.mega-menu-link:hover:before{
	transform: scale(1.2);
}



.image-column {
	padding:20px 20px 20px 20px;

}
.image-column:hover{
	background-color: #f8f8f8;
}



#wpforms-11287 ::-webkit-input-placeholder,
.footer-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
#wpforms-11287 :-moz-placeholder,
.footer-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff!important;
   opacity:  1;
}
#wpforms-11287 ::-moz-placeholder,
.footer-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff!important;
   opacity:  1;
}
#wpforms-11287 :-ms-input-placeholder,
.footer-form :-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:    #fff!important;
}
#wpforms-11287 ::-ms-input-placeholder,
.footer-form ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff!important;
}
#wpforms-11287,
.footer-form label{
	color:    #fff !important;
}

.footer-logo img{
	max-width:300px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555!important;
   opacity:  1;
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */
   color:    #555!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description {
    margin: 8px -18px 0 -18px;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.5);
    font-size: 22px !important;
    text-align: center;
    color: #fff
}
div#wpforms-11283 .wpforms-form .wpforms-field-description {
    background-color:transparent;
}


#wpforms-11287 .wpforms-field input,
#wpforms-11283 .wpforms-field input,
#wpforms-submit-11287,
#wpforms-submit-11283,
#wpforms-form-11287 textarea,
#wpforms-form-11283 textarea{
	background-color:rgba(0,0,0, 0.5) !important;
	color:#fff;
	width:100%;
	transition: all 0.3s ease 0s;
}
#wpforms-11287 .wpforms-field input[type="checkbox"],
#wpforms-11283 .wpforms-field input[type="checkbox"]{
	width:auto;
	top:3px;
	position: relative;

}
#wpforms-submit-11287:hover,
#wpforms-submit-11283:hover{
	background-color:#1ab21d  !important;
}





.social-follow a i {
    color: #fff;
    background: #999;

    border-radius: 50px;
    text-align: center;
	padding-top:6px;
    position: relative;
    width: 50px!important;
    height:50px !important;
    display: block;
}

.social-follow a i:before {   
    line-height: 24px;
    font-size: 24px !important;
}

.pp-sub-heading a:hover {
	text-decoration: none !important;
}
footer ul{
	padding-left:20px !important;
}

footer li{
	list-style: square !important;

}
footer li a{
	padding-left:0px !important;
}
footer li a:hover{
	text-decoration: underline !important;
}

.wp-image-8544 {
	width:160px!important;
}

/* Global h2 i gullfarge */


/*knapp styling*/
.button{
	color: #fff !important;
    padding: 7px 20px!important;
    font-size: 20px!important;
    text-align: center;
    border: 0 !important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
	line-height: 24px!important;
	text-transform: uppercase;
	font-weight: 555;
	display: inline-block;
}
/* Menu styling */
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
	display: flex;
	justify-content: center; 
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
	text-align: center;
	padding-top: 15px;
	text-transform: uppercase;
}

.menystyle {
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	padding-top: 0px !important;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto {
	border-right: 1px solid #c4c4c4;
	margin-top: 30px;
	margin-bottom: 20px;
}

.ubermenu .ubermenu-submenu .ubermenu-column-auto:last-child {
	border-right: none;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	margin-top: -30px;
	margin-bottom: 10px;
}


/*h2 i single products */
.woocommerce-product-details__short-description h2 {
	font-size: 19px;
}


/* slider styling */
.fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-title, .fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-text, .fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-text * {
	text-align: center;
	margin-top: 0px;
	margin-right: 50px;
	padding: 50px 0px 10px 50px;
}
.fl-slide-0 .fl-slide-cta-button .fl-button-wrap {
	margin-right: 50px;
}

.fl-slide-text h2 {
	color: #c8a868 !important;
	font-size: 46px;
}

.fl-slide-text h4 {
	color: #c8a868 !important;
	text-transform: none;
	font-weight: 100;
	font-size: 20px;
	}

.fl-slide-text p {
	font-size: 16px;
	margin-top: 18px !important;
}

.fl-slide-text-right .fl-slide-content-wrap {
	text-align: center;
	margin-top: 50px;
	margin-left: 50px;
	padding: 50px 50px 0px 50px;
}

.fl-slide-1 .fl-slide-cta-button .fl-button-wrap {
	display: flex;
	justify-content: center;
}

.fl-node-5d1371cb43aed .fl-slide-2 .fl-slide-content-wrap {
	text-align: center;
	margin-right: 50px;
	padding: 50px 50px 0px 50px;
}

.fl-slide-2 .fl-slide-cta-button .fl-button-wrap {
	display: flex;
	justify-content: center;
}


.kampanje {
	text-align: center;
	font-weight: 600 !important;
	padding-top: 10px !important;
	z-index: 0 !important;
	padding-left: 35px !important;
	padding-right: 35px !important;
	padding-bottom: 15px !important;
	}

#menu-item-15423 img {
	margin-top: -22px;
	position: relative; 
	z-index: 0;
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
	position: relative !important;
	z-index: 2 !important;
}

.ubermenu .ubermenu-item.ubermenu-item-13155 > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-13155 > .ubermenu-content-block, .ubermenu .ubermenu-item.ubermenu-item-13155.ubermenu-custom-content-padded {
	padding-left: 30px;
	padding-right: 30px;
}

.knapp {
	display: flex;
	justify-content: center;
	z-index: 2 !important;
	position: relative;
	margin-top: -10px;
	}

#meny {
	position: relative !important;
	z-index: 2 !important;
	margin-bottom: -55px !important;
	color: white;
	font-weight: 500;
}


.kampanje2 {
	text-align: center;
	font-weight: 600 !important;
	padding-top: 15px !important;
	z-index: 0 !important;
	margin-bottom: -79px !important	
}

#meny2 {
	position: relative !important;
	z-index: 2 !important;
	font-weight: 500;
}

#menu-item-13406 img {
	margin-top: -5px;
	padding-bottom: 35px;
	
}

#menu-item-14269 img {
	margin-top: -20px;
	padding-bottom: 20px;
}

#menu-item-14269 .knapp {
 margin-top: -65px;
}


/* search icon */
/* Positions the icon */ 
.fl-menu .fl-page-nav-search .fa-search
 {
 padding: 5px;
 color: #c8a868;
 font-size: 15px;
	margin-top: 1px;
 }
 .fl-menu .fl-page-nav-search .fa-search:hover
 {
 color: #fff;

 }

/* Positions the drop-down form*/ 

 .fl-menu .fl-page-nav-search FORM
 {
     margin-top: 20px;
	border-top: 1px solid #B7AA73;
 }


.hovedmeny li{
    transition: all 0.0s ease-in-out;
}  
.toppmeny li a,
.hovedmeny li a{
    transition: all .2s ease-in-out;
}  
.toppmeny li:focus a,
.hovedmeny li:focus a{
    text-decoration: none;
} 
.toppmeny li:hover a{
	color: #fff;

}
.hovedmeny  li:hover,
.hovedmeny  li:hover a{
	color: #c8a868 !important;
	background:#fff;
}


.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
	color: #333028;
	font-weight: 600;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
	color: #B7AE91;
	}

/* Style "per måned" */ 
.pro_price_extra_info {
	font-size: 17px !important; 
	 text-transform: lowercase;
}

/* Fjerne "you may also like" på produktside */ .woocommerce .related h2, .woocommerce-page .related h2, .woocommerce .upsells.products h2, .woocommerce-page .upsells.products h2 {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce[class*=columns-] ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .type-product {
	border: none;
}





@media only screen and (max-width: 600px) {
	.fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-title, .fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-text, .fl-node-5d1371cb43aed .fl-slide-0 .fl-slide-text * {
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px 10px 0px 10px;
}
.fl-slide-0 .fl-slide-cta-button .fl-button-wrap {
	margin-right: 0px;
	padding: 0px;
}

.fl-slide-text-right .fl-slide-content-wrap {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
}


.fl-node-5d1371cb43aed .fl-slide-2 .fl-slide-content-wrap {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
	
	h2 {
	font-size: 20px;
}
	
}
/* 
----------------------------------------------------------------------------
	max-width: 767px (Rett under Ipad Portrett størrelse)
----------------------------------------------------------------------------  
*/

@media screen and (max-width: 767px) {
.xoo-cp-basket{
	right:14px !important;
	bottom:75px !important;
	display:relative;
	border-radius: 100px;
	box-shadow:0 0;
}
.mega-menu-wrap{display:none;}

.minkonto-button{
    min-width:100%;
    margin: 20px 0px 0px 0px !important;
}
.fl-page{
	margin:0 auto;
	width: 100% !important;
}

.single-product .qib-button-wrapper{
    position: relative;
    display: inline-block;
    float:left;
    clear:both;
}

.back-button
{
	cursor:hand;
}

}
/* 
----------------------------------------------------------------------------
	max-width: 460px (Rett under Ipad Portrett størrelse)
----------------------------------------------------------------------------  
*/

@media screen and (max-width: 460px) {


}

.inside-content > .fl-col-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.inside-content > .fl-col-content > div.fl-module-heading:nth-child(2){
    position: absolute;
    height: 50%;
    display: flex;
    align-items: flex-end;
    top: 0;
    transition: 0.4s;
}

.inside-content:hover > .fl-col-content > div.fl-module-heading:nth-child(2){
    height: calc(100% / 3);
}

.inside-content > .fl-col-content > div.fl-module-heading:nth-child(2) .fl-heading-text{
    transition: 0.6s ease-out;
    color: white;
}
.inside-content:hover > .fl-col-content > div.fl-module-heading:nth-child(2) .fl-heading-text{
    color: white;
}

.inside-content > .fl-col-content > div.fl-module-rich-text:nth-child(3){
    position: absolute;
    height: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

.inside-content > .fl-col-content > div.fl-module-button:nth-child(4){
    position: absolute;
    height: calc(100% / 3);
    opacity: 0;
    display: flex;
    align-items: flex-start;
    bottom: 0;
    transition: 0.4s;
}
.inside-content:hover > .fl-col-content > div.fl-module-rich-text:nth-child(3),
.inside-content:hover > .fl-col-content > div.fl-module-button:nth-child(4){
    height: calc(100% / 3);
    opacity: 1;
    margin-bottom: 20px;
    color: white;
}

.inside-content > .fl-col-content > .fl-module-photo > .fl-module-content > .fl-photo > .fl-photo-content{
    overflow: hidden;
}

.inside-content > .fl-col-content > .fl-module-photo > .fl-module-content > .fl-photo > .fl-photo-content > img{
    transform: scale(1.15);
    transition: 0.4s ease-out;
}

.inside-content > .fl-col-content > .fl-module-photo > .fl-module-content > .fl-photo > .fl-photo-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.2;
    transition: 0.4s;
}

.inside-content:hover > .fl-col-content > .fl-module-photo > .fl-module-content > .fl-photo > .fl-photo-content:after{
    opacity: 0.5;
}

.inside-content:hover > .fl-col-content > .fl-module-photo > .fl-module-content > .fl-photo > .fl-photo-content > img{
    transform: scale(1);
}


.butikk-button-nav  .fl-button-wrap .fl-button {
	background: transparent !important;
	width: 100% !important;
	max-width: unset !important;

	margin:1px 0 1px 0 !important;
	text-align: center;
	border:none!important;
	border-bottom:1px solid #000!important;
	padding: 20px 20px;
}

.butikk-button-nav  .fl-button-wrap .fl-button:hover {
	border:none!important;
	border-bottom:1px solid #000!important;
	color:#c8a868 !important;
}
.butikk-button-nav  .fl-button-wrap .fl-button .fl-button-text {
	font-size: 18px !important;
	color:#c8a868 !important;
}
.butikk-button-nav  .fl-button-wrap .fl-button:hover .fl-button-text {
	color:#c8a868 !important;
}

.butikk-button-nav  .fl-button-wrap .fl-button:before,
.butikk-button-nav  .fl-button-wrap .fl-button:after{
	display: none;
}


 .fl-button-wrap{
    z-index: 9;
    position: relative;
    display: block;
    /*margin-bottom:-80px !important;*/
    margin:0 auto;
    width: auto;
    cursor: pointer;
    text-decoration: none; /* remove underline if using A instead of BUTTON tag */


}
 .fl-button-wrap .fl-button .fl-button-text{
     color: #fff !important; /* button text color */
 }



.fl-button-wrap .fl-button {
    outline: none !important;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    line-height: 2;
    position: relative;
    z-index: 9;
    display: block;
    margin:0 auto;
    width: auto;
	text-align: center;


    cursor: pointer;
    text-decoration: none; /* remove underline if using A instead of BUTTON tag */
    overflow: hidden;
    transition: all .5s;

}

.fl-button-wrap  .fl-button a,
.fl-button-wrap  .fl-button a:hover{
    color: #fff !important; /* button text color */
    text-decoration:none !important;
}

.spesialknapp .pp-modal-trigger:after,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:after, 
ul.products li.product_cat-template-maskiner a.button:after, 
ul.products li.product a.btn-maskiner:after,
.fl-button-wrap  .fl-button:before,
.fl-button-wrap  .fl-button:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #da0000; /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;

}


.fl-button-wrap .fl-button:before{

    background: #da0000; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
}

.fl-button-wrap  .fl-button{
    border:0px;
}

.fl-button-wrap  .fl-button:hover{
    color: white;
    background-color:transparent;
    border:0px;
}


.spesialknapp .pp-modal-trigger:hover:after,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:hover:after, 
ul.products li.product_cat-template-maskiner a.button:hover:after, 
ul.products li.product a.btn-maskiner:hover:after,
.fl-button-wrap .fl-button:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;

}

/* //// Double Angle In  //// */

.spesialknapp .pp-modal-trigger:before,
ul.products li.product a.btn-maskiner:before,
.fl-button-wrap  .fl-button:before{
    top: 0;
    left: 0;
    width: 150%;
    background: #da0000;
    transform-origin: 0 top;
    transform:  translateX(-100%) rotate(-30deg);
}

.spesialknapp .pp-modal-trigger:after,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:after, 
ul.products li.product_cat-template-maskiner a.button:after, 
ul.products li.product a.btn-maskiner:after,
.fl-button-wrap .fl-button:after{
    top: 0;
    left: auto;
    right: 0;
    width: 150%;
   background: #da0000;
    transform-origin: right top;
    transform: translateX(100%) rotate(30deg);
}


.spesialknapp .pp-modal-trigger:hover:before,
.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:hover:before, 
ul.products li.product_cat-template-maskiner a.button:hover:before, 
ul.products li.product a.btn-maskiner:hover:before,
.fl-button-wrap .fl-button:hover:before{
    left: 0;
    transform: rotate(0deg);
    transition: all .5s;
}

.woocommerce-page ul.products li.product.product_cat-template-maskiner a.button:hover:aftar, 
ul.products li.product_cat-template-maskiner a.button:hover:after, 
ul.products li.product a.btn-maskiner:hover:after,
.fl-button-wrap  .fl-button:hover:after{
    right: 0;
    transform: rotate(0deg);
    transition: all .5s;
}

/* 
----------------------------------------------------------------------------
	max-width: 960px (Rett under Ipad Portrett størrelse)
----------------------------------------------------------------------------  
*/

@media screen and (max-width: 960px) {
.fl-menu .fl-menu-mobile-toggle {
    background: #000;
    color: #333;
    width: 100% !important;
    display: block !important;
}
.footer-section .fl-col-content h3,
.footer-section .fl-col-content ul,
.footer-section .fl-col-content ul li{
	display: block;
	text-align: center !important;
	padding-left: 0px !important;
}

	/*CSS for Off-Canvas Menu Type*/
	.pp-off-canvas-menu .pp-menu-logo-extra-offcanvas
	{
		display:block;
	    position: relative;
	    top:30px;
	    width:70%;
	    margin-left:20px;
	    text-align:left;
	}
	.pp-off-canvas-menu li a:focus{
	outline:0;
	color:#c8a868 !important;
	}
	/*CSS for the Logo Image*/
	.pp-off-canvas-menu .pp-menu-logo{
	position: relative;
	  padding:  0 0px 0 0px;
	}
	 .pp-off-canvas-menu .pp-menu-close-btn
	 {
	  position: relative;
      z-index: 999;
	 }
	
	.insert-below-menu{
		display:block;
	    position: absolute;
	    bottom:0;
		background:#333;
	    z-index:1;	
	    width:100%;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h2 {
		margin-top:25px !important;
		font-size:26px !important;
	}
}





/* 
----------------------------------------------------------------------------
	max-width: 767px 
----------------------------------------------------------------------------  
*/

@media screen and (max-width: 767px) {
/*
header{
    position: sticky !important;
    top:0 !important;
    width:100%;
    z-index: 99999;
    height:100px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}    
.admin-bar header{
    position: sticky !important;
    width:100%;
    z-index: 99999;
    height:100px;
}    
*/   

header {

    top: 0px !important;
    background: #000;
}
.admin-bar header {

    top: 32px !important;
}

.woocommerce ul.order_details li{
        border: 0px !important;
}

.woocommerce-order-received .shop_table .order-item-product {
    width: 0 auto;
    display: block;
}

.woocommerce-order-received .shop_table .order-item-product img{
    height: 100px;
    display:block;
    margin:0 auto;
    width:auto;
    padding:3px;
    border:1px solid #ddd;
}
.woocommerce-order-received .shop_table .product-name{
    display: block;
    position: relative;

}
.woocommerce-order-received .woocommerce-table__product-total{
    width:0px !important;
}
.woocommerce-order-received .shop_table .product-quantity{
    font-size: 18px;
}

.woocommerce-order-received .shop_table .order-item-name a{
    color:#000;
    margin-left:0px;
    margin: 10px 0 10px 0!important;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
    
    
/* COOKIE BOT */
#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 10px;
    position: fixed !important;
    text-align: center;
    box-sizing: border-box;
    width: 300px;
    max-width: 500px;
    top: 45vh;
    z-index: 9999;
    display: none;
    left: 0;
    right: 0;
    bottom: auto !important;
    font-weight: 300;
    box-shadow: 0 10px 10px rgba(172, 171, 171, 0.3);
}
.xt_woofc-is-tablet .xt_woofc-inner .xt_woofc-wrapper, .xt_woofc-is-tablet .xt_woofc-inner a.xt_woofc-checkout, .xt_woofc-is-tablet .xt_woofc-trigger {
    height: 40px !important;
}
.xt_woofc-is-tablet .xt_woofc-inner .xt_woofc-wrapper, .xt_woofc-is-tablet .xt_woofc-trigger {
    width: 40px !important;
}
.xt_woofc-cart-opened .xt_woofc-trigger,
.xt_woofc-cart-opened .xt_woofc-inner a.xt_woofc-checkout{
 	    height: 72px !important;
 }

.xt_woofc-cart-open .xt_woofc-inner .xt_woofc-wrapper {
    height: 100% !important;
    width: 100% !important;
    transition-delay: 0s;
}
.xt_woofc-cart-open .xt_woofc-trigger .xt_woofc-trigger-close-icon{
    height: 72px !important;
    width: 72px !important;
    left: 10%;
}
.xt_
.xt_woofc-cart-opened .xt_woofc-inner .xt_woofc-wrapper {
    overflow: hidden;
}
.kampanje-slider .fl-slide-content{
	min-height:440px !important;
}

.archive .image_wrapper img.scale-with-grid, .single-product .related img.scale-with-grid, ul.products li.product img.scale-with-grid, .woocommerce ul.products li.product a img {
    max-width: unset !important;
    width: auto!important;
    height: unset !important;
    max-height: 200px!important;
    min-height: 0px!important;
    margin: 0 auto!important;
    transition: all .2s ease-in-out;
    padding: 0% 0;
    position: relative;
    bottom: 0;
}

.tabs-close-btn,
.back-button{display:none !important;}


.place-order .button{
    width:100%!important;
    margin-bottom:20px !important;
}

#sticky-sidebar{
    top:0 !important;
    position: relative !important;
    margin-bottom: 30px;
}
.pp-advanced-menu .pp-menu-nav {
    text-align: left;
}


.product_tag-second-hand .fl-photo-content:after,
.product_tag-second-hand .woocommerce-product-gallery:after{
    top:10px;
    right:0px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100% !important;
    padding: 0px 0px 20px 0px !important;
    border: 0px solid #ddd;

}
.woocommerce .col2-set, .woocommerce-page .col2-set,
.woocommerce-page .col2-set .col-2{
    border-bottom: 2px solid #ddd;  
    padding-bottom: 0px !important;
}
.woocommerce-checkout .woocommerce:before{
    font-size: 24px;
}

.col2-set .woocommerce-billing-fields h3 {margin:0 0 30px 0 !important}
#order_review {
    float: unset;
    width: 100% !important;
    border: 0px solid #ddd;
    padding: 0px 0px 20px 0px !important;


}
.fl-row.bbcc-enabled {
    margin-top:0px !important;
}

.fl-node-5e578c2deb314 .fl-icon-wrap .fl-icon-text{
    height: unset!important;
}

.xoo-wsc-basket[style*='block'],
.xoo-wsc-basket{display:none !important;}

.woocommerce-checkout .back-button,
.woocommerce-checkout .back-button:hover{
    margin:0 auto;
}


}


/* 
----------------------------------------------------------------------------
	max-width: 460px 
----------------------------------------------------------------------------  
*/

@media screen and (max-width: 460px) {


}
