/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/** Grafikfabriken */
.delayed .accordion-inner{
	display: block;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



/**
 * Alexander - Grafikfabriken
 */

.you-save{
	margin-top: 10px;
	font-weight: 700;
}
.you-save .save-amount{
	color: #212121 !important;
    font-weight: 900;
    margin-left: 5px;
font-size: 1em ;
   
}

.lager-info{
	background-image: url(https://kungsmobler.se/media/lager.png);
	background-repeat: no-repeat;
	height: 45px;
	margin-bottom: 10px;
}

.single-product .lager-info{
	margin-top: 0;
}

.single-product .woocommerce-variation-price{
	display: none;
}
.fa{
	font-family: FontAwesome, "Lato"!important;
}
.fa-truck:before,
.fa-home:before{
	color:#0DB605;
	margin-right: 5px;
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.price del,
.price ins{
	text-decoration: none;
	display: block;
	margin: 5px 0;

}
.price del span{
	text-decoration: line-through;
}
.price del:before{
	content: "Rek. pris: ";
	font-size: 14px;
	margin-right: 5px;
}
.price ins:before{
	content: "Ditt pris: ";
	font-size: 14px;
	margin-right: 5px;
}
.box-image .gf-thumb{
	width: 100%;
	height: auto;
	max-height: 100%;
}

