/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://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: http://www.fastlinemedia.com
template: bb-theme
*/

/* SENZIESHOP */ 


/* Typography */
body, h1, h2, h3, h4, h5, h6 , p, a, ul, ol, .fl-post-info-date, table.pristabell, .gform_button, .senziecount, input[type="search"], .fl-post-text, table, .fl-post-feed-date, input, .pp-checkbox-input label, .pp-content-post .pp-post-meta, button, .widget_nav_menu a {
    font-family: 'filson-pro', 'FilsonProLight', 'niveau-grotesk', sans-serif !important;
    font-weight: 200 !important;
}

.antikva h1, .antikva h2, .antikva h3, .antikva h4, .antikva h5, .antikva p {
	font-family: ivypresto-display, serif !important;
	font-weight: 300;
	font-style: normal;
}

i .fa {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200; 
}

h1, h2, h3, h4, h5, h6 {
   font-weight: 500; 
}
@media only screen and (max-width: 992px) {
	h1, h1 span { font-size: 36px !important; }
	h2, h2 span { font-size: 30px !important; }
	h3, h3 span { font-size: 24px !important; }

}
@media only screen and (max-width: 768px) {
	.single-product h1, .single-product h1 span { font-size: 28px !important; }

}
.infotittel h2 span{
	font-size: 16px !important;
}

.fl-rich-text a {
    text-decoration: underline !important;
}
.ingress, .lead {
    font-size: 1.4em !important;
    line-height: 1.6 !important;
}

.fontlarge h1 {
	font-size: clamp(1.5rem, 3vw, 6rem) !important;
	
}

/* Navigation */

.rightheader .fl-col-content {
	flex-flow: row-reverse;
}
.senziesearch {
	width: 100px !important;

}
.senziecart {
	width: 100px !important;
	flex-flow: row;
}
.senziecart a {
	display: flex;
}

.fl-node-60cc37f5efa14 .fl-col-content, .fl-node-60cc37f5efa18 .fl-col-content {
	display: flex !important;
	flex-direction: row;
	
}
.fl-node-602525a8a6b86 .fl-col-content {
	flex-direction: column !important;
}
.senziehamburger {
	display: inline-flex;
	justify-content: flex-start;
	width: auto !important;
}
.desktopmenuleft {
	display: inline-flex;
	justify-content: flex-start;
}
.desktopmenuleft .fl-widget ul li {
	display: inline-block !important;
	margin-top: 12px;
	margin-right: 2rem;
}

.desktopmenuright{
	display: inline-flex;
	justify-content: flex-end;

}

.sokeikon .dgwt-wcas-search-icon {
	width: 35px;
	margin-top: 10px; 
}
.sokeikon .dgwt-wcas-ico-magnifier-handler {
	max-width: 35px;
	padding: 4px;
}

.sokeikon svg {
	stroke: #7E636B;
	stroke-width: 2px;
}

@media only screen and (max-width: 992px) { 
	.desktopmenuleft {
		display: none;
	}
	.desktopmenuright {
		
	}
}

@media only screen and (max-width: 768px) {
	.senziesearch {
		width: 50% !important;
		
	}
	.senziecart {
		width: 100% !important;
		margin-right: 30px;
		margin-left: -20px;
	}

}


.overlaymenu .menu li a {
	font-size: clamp(1.375rem, 1.3068rem + 1.3636vw, 2.875rem) !important;
	font-weight: 200 !important;
}

/* Breadcrumb */
.pp-breadcrumbs {
	font-size: 18px !important;
}
.pp-breadcrumbs a span{
	text-decoration: underline !important;
}
.pp-breadcrumbs .breadcrumb-sep {
	margin-left: 5px;
	margin-right: 5px; 
}

/* button - knapper */

.fl-button {
	border-radius: 0px !important;
	padding: 15px 25px !important;
	background-color: #7E636B !important;
	border: none !important; 
	transition: all 0.3s ease-in-out;
}
.fl-button span {
	color: #fff !important;
}

.hero-btn .fl-button {
	background-color: #FEECEC !important;
}
.hero-btn .fl-button span {
	color: #7E636B !important;
}

.fl-button:hover {
	background-color: #434A42 !important;
}
.hero-btn .fl-button:hover span {
	color: #FEECEC !important;
}


/* Blog Accordion styling */
.aab__accordion_heading h4 strong {
	font-weight: 300 !important;
}
.wp-block-aab-accordion-block {
	border: none !important;
	border-bottom: 1px solid #ccc !important;    
}


/* Blog products styling */

.wc-block-grid__product {
	transition: all 0.3s ease-in-out;
}

.wc-block-grid__product:hover {
	background-color: #fff !important;
}

/* Blog products button */
.wp-block-button a { 
	background-color: #7E636B; 
	border-radius: 0px;
	text-decoration: none !important;
}

/* Blog products title */
.wc-block-grid__product a {
	text-decoration: none !important;
}
.wc-block-grid__product-title {
	font-weight: 300;
}

/* Products */

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
	display: flex;
	flex-flow: row-reverse;
	margin-bottom: 20px;
}

.uabb-sale-flash-wrap .uabb-onsale, .onsale {
	color: #fffbf4 !important;
}


.uabb-woo-products li .uabb-woo-product-wrapper {
	background-color: transparent !important;
	transition: all 0.3s ease-in-out 
}
.uabb-woo-products li {
	transition: all 0.3s ease-in-out 0.2s;;
}
.uabb-woo-products li:hover .uabb-woo-product-wrapper {
	background-color: #fff !important;
}
.uabb-woo-products li:hover {
	/*border: 2px solid #fff !important;*/
}

.uabb-woo-products li {
	padding: 2rem !important;
	/*border: 2px solid transparent !important;*/
}
.uabb-woo-products .uabb-action-tooltip {
	background: rgba(255,255,255,0.8);
	font-size: 14px;
	text-transform: uppercase;
	color: #7e636b;
}
.uabb-woo-products .uabb-action-tooltip::before {
	/*border-left-color: rgba(255,255,255,0.8);*/
}

.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, .woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
	border: none !important; 
}

/* Cart styling */
.woopack-offcanvas-close .fa-times::before {
	font-weight: 200 !important;
	font-size: 30px;
}
.woopack-offcanvas-title {
	font-size: 30px; 
}

.woocommerce-mini-cart__buttons .wc-forward {
	background-color: pink !important;
	border: none !important; 
	padding-bottom: 5px;
	border-radius: 0px !important;
	
	
}
.woocommerce-mini-cart__buttons .button.checkout {
	border: none;
	padding: 15px 25px !important;
	background-color: #7e636b !important;
	color: #FFFBF4;
}

.woocommerce-mini-cart-item.mini_cart_item a {
	font-size: 16px !important;
	width: 95%; 
}
.woocommerce-mini-cart a.remove_from_cart_button {
	width: 22px !important;
	height: 22px !important;
	font-size: 20px !important;

}

/* Checkout */
.woocommerce #order_review {
	background-color: #fffbf4 !important; 
}
.woocommerce #order_review .shop_table {
	border: none !important;
}


.woocommerce #order_review th, .woocommerce #order_review td {
	border: none !important;
}

/*Product grid/carousel*/
.woocommerce ul.products li.product a img {
	margin-bottom: 0px;
}
.woopack-product-content {
	padding: 5% !important;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.woopack-product-carousel:hover .woopack-product-content, .woopack-product-grid:hover .woopack-product-content {
	background-color: #fff !important;
}

.woopack-product-carousel .woopack-product-title, .woopack-product-carousel .fl-produsent, .produktkort .fl-post-title .fl-produsent, .fl-produsent span {
	font-weight: 300 !important;
	font-size: 18px !important;
	display: inline !important;
}
@media only screen and (max-width: 768px) {
	.fl-produsent span {
		font-size: 14px !important;
	}
}

.woopack-product-carousel .woopack-product-title a, .produktkort .fl-post-title a {
	display: inline !important;
	font-weight: 300 !important;
}
.woopack-product-meta {
	margin-top: 0px !important;
}
.woocommerce .woopack-product-meta a {
	font-size: 14px !important; 
	color: #AE989F;
}


.woocommerce a.button, .woocommerce a.button:hover {
	border: none !important;
}
.woocommerce a {
	font-weight: 300 !important; 
	font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
	.produktkort.fl-post-text {
		padding: 10px;
	}
	.produktkort .fl-post-title .fl-produsent, .produktkort .fl-post-title a, .produktpris span, .knapper a, .woocommerce a {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}
}
.produktgrid .fl-post-title, .woopack-product-title {
	height: 100px !important;
	overflow: hidden !important;
}
.produktgrid .fl-post-title span {
	font-size: inherit !important;

}
.produktgrid .fl-post-image, .woopack-products-carousel div.products div.product a img {
	background-color: #fff;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,

.woocommerce-page ul.products li.product a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .woocommerce a.button.wc-forward, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page .woocommerce button[type=submit], .woocommerce-page button[type=submit].alt.disabled

{
	background-color: #7e636d !important;
	border-radius: 0px;
	padding: 10px 15px;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #675157;
}


.woopack-product-price span {
	color: #333 !important; 
}


.produktkort {
	text-align: center;
}
.produktkort .produktkategori a {
	font-size: 14px !important;
}
.produktkort .button:hover {
	border-radius: 0px !important;
}
.produktkort .add_to_cart_button {
	margin-right: 10px !important;
}

/* Diller */
.diller_container button {
	background-color: #7e636b !important;
}


/* Grid */

.fl-post-grid-post {
	border: none;
}
.produktgrid .fl-post-column {
	padding: 0.5%;
	/*border: 1px solid rgba(255, 255, 255, 0);*/
	transition: all 0.5s ease-in-out;
}
.produktgrid .fl-post-column:hover {
	/*border-color:rgba(255, 255, 255, 1);*/
}
.produktgrid .fl-post-grid {
	margin-left: -2%;
	margin-right: -2%;
}

.fl-post-grid-post {
    font-size: 14px;
}
.fl-post-text {
    padding: 20px;
}
.fl-post-title {
    line-height: 22px;
	margin: 0;
	padding: 0 0 5px;
}
.fl-post-meta {
    padding: 0 0 15px;
}

/* Fjerne bakgrunn på info */
.produktgrid .fl-post-column .fl-post-grid-post {
	background: rgba(255, 255, 255, 0);
	transition: all 0.5s ease-in-out;
}
.produktgrid .fl-post-column:hover .fl-post-grid-post {
	background: rgba(255, 255, 255, 1);
}


.hovedkategori-column {
	max-width: 180px;
}


/* Carousel */

.fl-node-60350020e252a .woocommerce.woopack-products-grid-wrap ul.products li.product, .fl-node-60350020e252a .woocommerce.woopack-products-carousel div.products div.product {
	padding: 0px;
}
.fl-node-60350020e252a .woocommerce.woopack-products-carousel div.products div.product {
	margin: 2% !important;
}

.fl-node-60350020e252a .woocommerce.woopack-products-grid-wrap ul.products li.product, .fl-node-60350020e252a .woocommerce.woopack-products-carousel div.products div.product, .fl-node-60350020e252a .woocommerce.woopack-products-grid-wrap ul.products li.product:hover, .fl-node-60350020e252a .woocommerce.woopack-products-carousel div.products div.product:hover {
	border: none !important;
}


/* Produkt pris rabatt */
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 200 !important;
}

/*
.woocommerce-Price-currencySymbol {
	margin-right: 5px;
}
.uabb-cart-btn-badge {
	margin-top: -50px;
	margin-left: 0px;
}
.uabb-mini-cart-header {
	border-bottom: 2px solid #7e636b;
	margin-bottom: 20px;
}
.uabb-mini-cart-header-badge {
	margin-top: -23px;
}
.uabb-cart-off-canvas__close-btn .fa-times::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-size: 30px;
	
}
.woocommerce-mini-cart__total {
	margin-bottom: 30px; 
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
	float: right;
}
.uabb-cart-style-off-canvas .woocommerce-mini-cart__total {
	border: none;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount bdi {
	border-bottom: 4px double #7e636d;
	padding-bottom: 5px;
}

.uabb-mini-cart-title {
	width: 60% !important;
	position: absolute !important;
	text-align: center !important;
}
.uabb-mini-cart-title p {
	margin-top: 6px;
}
.uabb-cart-off-canvas__close-btn {
	padding: 3rem;
}

.woocommerce-mini-cart-item.mini_cart_item a {
	margin-top: 20px;
}

.woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
	color: #7e636d !important;
}
.woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button:hover {
	color: #fffbf4 !important;
	background-color: #7e636d;
}*/

/* WooCommerce products */
.single_add_to_cart_button {
	padding: 10px 30px !important;
	border-radius: 0px !important;
}

/* Product Quiz  */



/* Quiz result */
.lq-product {
	background-color: #ff0099 !important;
}

.lq-results .lq-slot li {
	border: none !important;
	box-shadow: none !important;
}

/* Global Form styles */

.searchandfilterpro_custom input[type=text], .searchandfilterpro_custom input[type=password], .searchandfilterpro_custom input[type=email], .searchandfilterpro_custom input[type=tel], .searchandfilterpro_custom input[type=date], .searchandfilterpro_custom input[type=month], .searchandfilterpro_custom input[type=week], .searchandfilterpro_custom input[type=time], .searchandfilterpro_custom input[type=number], .searchandfilterpro_custom input[type=search], .searchandfilterpro_custom input[type=url], .searchandfilterpro_custom textarea {
    border: 1px solid #222222;
    border-radius: 0;
    padding: 16px;
    font-size: 16px;
}

.searchandfilterpro_custom input[type=text]:focus, .searchandfilterpro_custom input[type=password]:focus, .searchandfilterpro_custom input[type=email]:focus, .searchandfilterpro_custom .searchandfilterpro_custom .searchandfilterpro_custom input[type=tel]:focus, .searchandfilterpro_custom input[type=date]:focus, .searchandfilterpro_custom input[type=month]:focus, .searchandfilterpro_custom input[type=week]:focus, .searchandfilterpro_custom input[type=time]:focus, .searchandfilterpro_custom input[type=number]:focus, .searchandfilterpro_custom input[type=search]:focus, .searchandfilterpro_custom input[type=url]:focus, .searchandfilterpro_custom textarea:focus {
    background-color: #FFFDF8;
    border-color: #222222;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #49809C !important;
}

/* Custom Checkbox */

.searchandfilterpro_custom [type="checkbox"]:not(:checked),
.searchandfilterpro_custom [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.searchandfilterpro_custom [type="checkbox"]:not(:checked) + label,
.searchandfilterpro_custom [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
    cursor: pointer;
    font-size: 20px;
}


.searchandfilterpro_custom [type="checkbox"]:not(:checked) + label:before,
.searchandfilterpro_custom [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    width: 1.25em; 
    height: 1.25em;
    border: 1px solid #333;
    background: transparent;
    border-radius: 0px;
}

.searchandfilterpro_custom [type="checkbox"]:not(:checked) + label:after,
.searchandfilterpro_custom [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em; left: .22em;
    font-size: 1.1em;
    line-height: 0.8;
    color: #333;
    transition: all .2s;
    font-family: 'filson-pro', 'Arial Unicode MS', Arial;
}

.searchandfilterpro_custom [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.searchandfilterpro_custom [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.searchandfilterpro_custom [type="checkbox"]:disabled:not(:checked) + label:before,
.searchandfilterpro_custom [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.searchandfilterpro_custom [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.searchandfilterpro_custom [type="checkbox"]:disabled + label {
    color: #aaa;
}

.searchandfilterpro_custom [type="checkbox"]:checked:focus + label:before,
.searchandfilterpro_custom [type="checkbox"]:not(:checked):focus + label:before {
    border: 3px dotted #000;
}

.searchandfilterpro_custom label:hover:before {
    border: 3px solid #FCD2D3 !important;
}

/* Custom select box */


select {

  /* styling */
  background-color: white;
  border: thin solid whitesmoke;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.searchandfilterpro_custom select, select {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #333 !important;

    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    background: transparent;
    overflow: hidden;
    border-radius: 0px;

    flex: 1;
    padding: 16px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;*/
	
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
	
	/* Typo */
	font-weight: 300;
	font-size: 18px;
	
	border-radius: 0px;
	
}

.searchandfilterpro_custom select:focus, select:focus {
  background-image:
    linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #FCD2D3;
  outline: 0;
}


.searchandfilterpro_custom select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #333;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}


/* searchandfilter */
.searchandfilterpro_custom ul {
	padding-left: 0px;
}
.searchandfilterpro_custom .sf-level-0 label, .searchandfilter .sf-level-1 label{
	font-size: 18px;
	font-weight: normal;
}


.searchandfilterpro_custom .noUi-connect {
	background-color: #FCD2D3;
}

.searchandfilterpro_custom h4 {
	font-size: 20px;
	color: #002b4b;
	text-transform: uppercase;
	font-weight: bold;
}
.searchandfilterpro_custom .sf-field-submit input {
	padding: 15px 25px !important;
	border-radius: 0px;
}

.searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
	max-width: 110px; 
}

.searchandfilterpro_custom .sf-field-search input, .searchandfilterpro_custom .sf-input-range-number {
	background-color: #fff;
	border: none;
	
}

@media only screen and (max-width: 992px) {
	

	#filtersidebar{
	  display:none;
	}
	#filtersidebar.show{
	  display:block; 
	}

}


/*
pmpro_levels
*/
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
    background-color: #7e636b;
    background-image: none;
    border: 1px solid #7e636b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
