/*
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 SKÄRMAR*/
@media only screen and (min-width: 1201px) {
	
}

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

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

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

}



/*------------------------------------- Här ställer du in fonternas storlek i olika responsiva enheter --------------------------------------------*/

/*FONTER STORLEKSANPASSNING - STÖRRE SKÄRMAR*/
@media only screen and (min-width: 1201px) {
	
	h1 {
		font-size:45px;
	}
	
	h2 {
		font-size:45px;
		
	}
	
	h3 {
		font-size:35px;
	}
	
	h4 {
		font-size:32px;
	}
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:16px;
	}
	
	a	{
		font-size:16px;
	}
	
}



/*FONTER STORLEKSANPASSNING - BÄRBAR DATOR*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	h1 {
		font-size:45px;
	}
	
	h2 {
		font-size:45px;
		
	}
	
	h3 {
		font-size:35px;
	}
	
	h4 {
		font-size:28px;
	}
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}

/*FONTER STORLEKSANPASSNING - SURFPLATTOR*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
h1 {
		font-size:45px;
	}
	
	h2 {
		font-size:45px;
		
	}
	
	h3 {
		font-size:35px;
	}
	
	h4 {
		font-size:28px;
	}
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
}

/*FONTER STORLEKSANPASSNING - MOBILER*/
@media only screen and (max-width: 768px) {

	h1 {
		font-size:32px;
	}
	
	h2 {
		font-size:32px;
		
	}
	
	h3 {
		font-size:28px;
	}
	
	h4 {
		font-size:26px;
	}
	
	h5 {
		font-size:24px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:16px;
	}
	
	a	{
		font-size:16px;
	}
	
	
}

/*------------------------------------- Generellt --------------------------------------------*/

.tjanster-produkter a:hover {
	text-decoration:none !important;
}

.tjanster-produkter	a {
		color:black !important;
	}
}

/*------------------------------------- HEADER --------------------------------------------*/

/*Anpassning Advance Meny - hamburgemeny*/

.pp-advanced-menu .pp-menu-toggle {
    position: relative;
    left: 35px;
}

.fl-theme-builder-header-shrink .hide-on-scroll {
	display:none;
}

.rubrik-hero h3 {
	text-decoration-color: #fbec19 !important;
}


/*------------------------------------- Knappar --------------------------------------------*/





/* Knapp mot ljus */
.seo-knapp-mot-ljus a,
.mot-ljus a,
.mot-ljus button,
.woocommerce-variation-add-to-cart button,
.mot-ljus .fl-button-wrap a{
	background:none !important; 
	border:solid 1px black;
}

.seo-knapp-mot-ljus a span,
.mot-ljus a span,
.mot-ljus button,
.mot-ljus a,
.woocommerce-variation-add-to-cart button,
.mot-ljus .fl-button-wrap a{
	color:black !important; 
}

.seo-knapp-mot-ljus a:hover,
.mot-ljus a:hover,
.mot-ljus button:hover,
.woocommerce-variation-add-to-cart button:hover,
.mot-ljus .fl-button-wrap a:hover {
	background:black !important; 
border:solid 1px black;
}

.seo-knapp-mot-ljus a:hover span,
.mot-ljus a:hover span,
.mot-ljus button:hover,
.mot-ljus a:hover,
.woocommerce-variation-add-to-cart button:hover,
.mot-ljus .fl-button-wrap a:hover {
	color:white !important; 
}

/* Knapp mot mörk */
.seo-knapp-mot-mork a,
.mot-mork a,
.mot-mork button,
.mot-mork .fl-button-wrap a {
    background: transparent !important; 
    border: solid 1px white;
}

.seo-knapp-mot-mork a span,
.mot-mork a span,
.mot-mork button,
.mot-mork .fl-button-wrap a {
    color: white !important;
}

.seo-knapp-mot-mork a:hover,
.mot-mork a:hover,
.mot-mork button:hover,
.mot-mork .fl-button-wrap a:hover {
    background: white !important; 
    border: solid 1px white;
}

.seo-knapp-mot-mork a:hover span,
.mot-mork a:hover span,
.mot-mork button:hover,
.mot-mork .fl-button-wrap a:hover {
    color: #2163AC !important; 
}



/*------------------------------------- Startsidan --------------------------------------------*/

/*KundGrupper*/
.kundgrupper-huvud-div {
	text-align:center;
	background: #FBEC19;
	border-radius:20px;
	padding:20px;
}

.kundgrupper-huvud-div img {
	max-height:100px !important;
	width:auto !important;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
}


/*Partners*/
.partners-huvud-div {
	text-align:center;
	border-radius:20px;
	padding:20px;
}

.partners-huvud-div p {
	font-size:80%;
}

.partners-huvud-div img {
	max-height:60px !important;
	width:auto !important;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
}




/*------------------------------------- Produkt-vy --------------------------------------------*/


.bundle_form .label,
.bundle_form .value {
	padding-top:0px !important;
	padding-bottom:0px !important;
}


.bundle_form .label {
	margin-top:10px !important;
}

.variations td {
	line-height:110% !important;
}

.bundled_product {
	padding:20px;
}

.bundled_product:nth-child(even) {
	background:#F4F4F4 !important;
}

.wc-no-matching-variations {
    background: #FF9C95 !important;
}

/*----------------------> Visa "detta ingår i paketen" bara på paketen */

.visa-pa-paketen {
	display:none;
}

.product-type-bundle .visa-pa-paketen {
	display:block;
}

/*----------------------> CF7 */

/*MEDIASCREEN BÄRBAR DATOR*/
@media only screen and (min-width: 993px) {
	.pp-cf7-content form .femti  p {
    width: 49.5%;
    display: inline-block;
	
}	
}

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

	.bundled_product_image img {
		height:100px !important;
		width:auto;
		object-fit:contain;
	}

}


/*------------------------------------- Produkter - arkiv --------------------------------------------*/




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

.produkt-arkiv-huvud-div img {
	width:100%;
	height:200px;
	object-fit:contain;
	
	margin-bottom:20px;
	
}

/*MEDIASCREEN MOBILER*/
@media only screen and (max-width: 768px) {
.produkt-arkiv-huvud-div img {

	height:200px !important;
}
}




.produkt-arkiv-huvud-div .price {
	font-size:16px !important;
}

.produkt-arkiv-text-div {
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.produkt-arkiv-huvud-div p {
	font-size:14px !important;
}



/*---------------> Döljer kategorier från arkiv*/
.cat-item-22 {
	display:none !important;
}


/*---------------> Sale */

/*sale-text*/
.price del {
	color:grey;
}

.price ins {
	color:yellow;
	display:block !important;
}


.price ins span {
	background:#2162AC !important;
	padding:3px;
}



/*sale-bild*/
.produkt-arkiv-bild-div {
  display: flex;
  justify-content: center;
}
 


.procent, 
.prodbild
{
  position: absolute;
  

}

.procent {
    max-height: 50px !important;
	right:10;
	top:10;
}


.procent {
    display: none;
}

.sale .procent {
    display: block;
  
}


/*------------------------------------- KAMPANJ och NYHETER-sida --------------------------------------------*/
.kampanj-nyheter-prod .pp-content-post {
	display:none;
}

.kampanj-nyheter-prod .sale {
	display:block;
}

/*------------------------------------- Varukorg --------------------------------------------*/

.woocommerce-shipping-calculator a,
.bundled-product-name a,
.product-name a
{
	border:none !important;
}

.shop_table_responsive td {
	padding:10px !important;
}

/*------------------------------------- Kassan --------------------------------------------*/

.lankar-extrafalt-kassan {
	font-weight:100;
	font-style:italic;
	font-size:80%;
}

.woocommerce form .form-row label {
    line-height: 120%; 
}

.woocommerce-shipping-methods label {
	font-size:14px;
}

.extra-info-falt-kassan,
.div-extra-info-falt-kassan li {
	font-size:14px !important;
}

.woocommerce-additional-fields__field-wrapper {
	padding:20px;
	background:rgba(240,240,240);
}

.notes {
	display:none;
}


.select2-selection__rendered:has(.select2-selection__placeholder)
 {
	background:rgba(255,0,0,0.5);
}

.select2-selection__placeholder 
 {
	color:white !important;
}



/*------------------------------------- Bloggarkiv --------------------------------------------*/


.blogg-arkiv-huvud-div{
	text-align:center;
}
.blogg-arkiv-huvud-div img {
	width:100%;
	height:300px;
	object-fit:cover;
	
}

.blogg-arkiv-text-div {
    padding-left:15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

/*------------------------------------- SEO-layout --------------------------------------------*/

.seo-utvald-bild-alt-tagg {
	text-align:center;
}

.seo-utvald-bild-alt-tagg img {
	height:250px;
	width:250px;
	object-fit:cover;
	border-radius:50%;
}

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

.seo-utvald-bild-alt-tagg img {
	height:250px;
	width:250px;
}
}
