/*
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
*/

/* Add your custom styles here... */ 


/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
}

/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {

}


/* =======================================================================================================================================================================
                                                                          Fonter - inläsning 
======================================================================================================================================================================= */



/* =======================================================================================================================================================================
                                                                          Fonter - Anpassning 
======================================================================================================================================================================= */




/* Anpassning fonter storlekar */

/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
	h1 {
		font-size:34px;
	}
	
	h2 {
		font-size:30x;
		
	}
	
	h3 {
		font-size:27px;
	}
	
	h4 {
		font-size:28px;
	}
	
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:17px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}



/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	
	h1 {
		font-size:34px;
	}
	
	h2 {
		font-size:30x;
		
	}
	
	h3 {
		font-size:27px;
	}
	
	h4 {
		font-size:28px;
	}
	
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:17px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}
/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
		
	h1 {
		font-size:34px;
	}
	
	h2 {
		font-size:30x;
		
	}
	
	h3 {
		font-size:27px;
	}
	
	h4 {
		font-size:28px;
	}
	
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:17px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {

	h1 {
		font-size:30px;
	}
	
	h2 {
		font-size:28px;
		
	}
	
	h3 {
		font-size:25px;
	}
	
	h4 {
		font-size:22px;
	}
	
	
	h5 {
		font-size:20px;
	}
	
	h6 {
		font-size:19px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
	
	
}


/* =======================================================================================================================================================================
                                                                          Header
======================================================================================================================================================================= */

.logotyp-header {
	transition: ease-in-out .5s;
}

.fl-theme-builder-header-shrink .logotyp-header {
	width:140px !important;
}


.kolumn-logo .fl-col-content {
    margin-right: 0px;
    display: block;
	
	}


.flags .fl-module-content {
	margin: 0;
}

.flags .fl-widget {
	margin: 0;
	text-align: right;
}

.flags .fl-widget .wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.flags img {
	max-height: unset;
}


/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
}

/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {

	.wpb_wmca_accordion_wrapper a {
		font-size:16px !important;
		line-height:120% !important;
	}
	
	
}



/* =======================================================================================================================================================================
                                                                           Generella ändringar  
======================================================================================================================================================================= */

.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:3%;
	padding-bottom:3%;
	padding-left:3%;
	padding-right:3%;
}


/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:7%;
	padding-bottom:7%;
	padding-left:7%;
	padding-right:7%;
}
}

a:hover, a:visited {
	text-decoration:none;
}


.rund-bild img {
	border-radius:50%;
}


.opa-10 img,
.opa-10 {
	opacity:10%;
}

.opa-20 img,
.opa-20 {
	opacity:20%;
}

.opa-30 img,
.opa-30 {
	opacity:30%;
}

.opa-40 img,
.opa-40 {
	opacity:40%;
}

.opa-50 img,
.opa-50 {
	opacity:50%;
}

.opa-60 img,
.opa-60 {
	opacity:60%;
}

.opa-70 img,
.opa-70 {
	opacity:70%;
}

.opa-80 img,
.opa-80 {
	opacity:80%;
}

.opa-90 img,
.opa-90 {
	opacity:90%;
}



/**Center frontpage header video**/
body.home .fl-bg-video {
	display: flex;
	justify-content: center;
}

/**Absolute position messes with flex centering and "min-width: 100%" made video shrink when flex centered**/
body.home .fl-bg-video video {
	position: static;
	min-width: unset;
}




/* =======================================================================================================================================================================
                                                                          Knappar
======================================================================================================================================================================= */


/******** KNAPP MOT MÖRK ********/
.knapp-mot-mork a.fl-button,
.fl-theme-builder-woo-notices  a.button {
	background:none !important;
	border:solid white 1px !important;
}

.knapp-mot-mork a.fl-button:hover,
.fl-theme-builder-woo-notices  a.button:hover {
	background:white !important;
	border:solid white 1px !important;
}

/*knapptexten*/
.knapp-mot-mork a.fl-button span.
.fl-theme-builder-woo-notices a.button {
  	color:white !important;
}

.knapp-mot-mork a.fl-button:hover span,
.fl-theme-builder-woo-notices a.button:hover {
  	color:#3069B3 !important;
}


/******** KNAPP MOT LJUS ********/

.knapp-mot-ljus a.fl-button, .knapp-mot-ljus button, .knapp-mot-ljus input {
	background:none;
	border:solid #3069B3 1px;
}

.knapp-mot-ljus a.fl-button:hover, .knapp-mot-ljus button:hover, .knapp-mot-ljus input:hover {
	background:#3069B3 !important;
	border:solid #3069B3 1px !important;

}


/*knapptexten*/
.knapp-mot-ljus a.fl-button span, .knapp-mot-ljus button, .knapp-mot-ljus button a, .knapp-mot-ljus input {
  	color:#3069B3;
}

.knapp-mot-ljus a.fl-button:hover span, .knapp-mot-ljus button:hover, .knapp-mot-ljus button:hover a, .knapp-mot-ljus input:hover {
  	color:white !important;
	text-decoration:none;
}


/* =======================================================================================================================================================================
                                                                          Startsida
======================================================================================================================================================================= */







/* =======================================================================================================================================================================
                                                                          Blogg
======================================================================================================================================================================= */

.tretti-div, .sjutti-div {
    float:left;
}

.sjutti-div {
    width: 70%;
    padding:15px;
}

.tretti-div {
    width: 30%;
}


/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	

.sjutti-div {
    width: 50%;
    padding:15px;
}

.tretti-div {
    width: 50%;
}
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tretti-div, .sjutti-div {
    float:none;
}

.sjutti-div {
    width: 100%;
    padding:15px;
}

.tretti-div {
    width: 100%;
}
}


/* =======================================================================================================================================================================
                                                                Singel produkt
======================================================================================================================================================================= */

.inkl-moms {
	font-size:12px;
	color:black !important;
}

.woocommerce-page div.product p.price {
	display:inline-block;
}

.fl-theme-builder-woo-notices {
	background:#3069b3;
	min-width:100% !important;
	margin:0px;
	padding-left:25% !important;
	padding-right:25% !important;
}


/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.fl-theme-builder-woo-notices {
	padding-left:3% !important;
	padding-right:3% !important;
}

}

.woocommerce-message {
	background:#3069b3 !important;
	color:white !important;
	
}

.produkt-arkiv {
	text-align:center;
}

/*Relaterade produkter-raden*/
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
 
    margin-left: auto;
    margin-right: auto;
	display:block;
}

.woocommerce-page a.button, .woocommerce-page a.button.alt {
	margin-top:5px;
}



/*PDFER*/

.product-pdf-container  {
	text-align:center;
}

.product-pdf-container img {
	height:100x !important;
	width:auto;
}



/* =======================================================================================================================================================================
                                                                Produktarkiv
======================================================================================================================================================================= */
.woocommerce ul.products li.product-category img {
    width: 250px;   /* Ändra till önskad bredd */
    height: auto;   /* Behåll proportioner */
    max-height: 250px; /* Begränsa höjd om du vill */
    object-fit: contain; /* eller cover om du vill fylla ut */
    margin: 0 auto; /* centrera bilden */
}

.product-category img {
	border: none !important;
}
mark.count {
	display: none;
}


.kan-bestallas .las-mer  {
	display:none ;
	
}

.kan-ej-bestallas .kop-prod  {
	display:none ;
}

.kan-ej-bestallas .pris-arkiv  {
	display:none ;
}

.titel-och-pris-arkiv p {
	color:black !important; 
	font-size:12px !important;
}	

.produkt-arkiv {
	height: 100%;
    display: flex;
    flex-direction: column;
	gap: 15px;
}
.produkt-arkiv a {
	display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;	
}



.produkt-arkiv-bild {
	height:200px;
	display: flex;
	align-items: center;
	text-align:center;
	vertical-align:middle;
	flex-shrink: 0;
}
	
.produkt-arkiv-bild img {
	max-height:200px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	object-fit:contain;
}

.produkt-arkiv-text {
	flex-grow: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.knapp-butik {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* =======================================================================================================================================================================
                                                                Manualer
======================================================================================================================================================================= */

.tillaggstext-manualer-elscheman {
	color:black;
	font-size:16px;
}