/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.break {  
word-wrap: break-word;
width: inherit;
}

/*************** Højden på billederne i produktoversigten   ***************/
.has-equal-box-heights .product-small .box-image {
  padding-top: 139%;
}

/*************** Sort tekst i produktoversigten   ***************/

.term-description p 
{
	color: black;
}

.product-small
{
	color: black;
}

.product-small .title-wrapper a
{	
  color: black;
} 


/*************** Sort tekst og blå links i produktbeskrivelser   ***************/

.price-wrapper p 
{
	color: black;
}

.wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text div
{
	color:black;
}

.wooco-wrap div
{
	color:black;
}

.product-short-description p
{
	color:black;
}

.product-short-description a
{
	text-decoration:underline;
	color: blue;
}

.product-footer
{
	color: black;
}

.product-footer a
{
	text-decoration:underline;
	color: blue;
}

	/*************** Fjern pris grading  ***************/

.single-product.postid-170747 div.product p.price {
display: none;
}

.single-product.postid-188083 div.product p.price {
display: none;
}

@media only screen and (min-width: 600px) {
	/*************** ADD PC ONLY CSS HERE  ***************/
.product-small .box-text .serie
{
	height:40px;
}

}

@media only screen and (max-width: 600px) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/}