/*
Theme Name:     Graphene for Woocommerce
Description:    Graphene has trouble with Woocommerce. This Childtheme fixes the issues.
Author:         Daniel
Template:       graphene

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../graphene/style.css");

/*product counter*/
mark.count { background-color: transparent;
	     color: #1772AF; }

/*product title line height*/
div.summary { line-height: normal; }

/*product price padding*/
p.price { 	padding:15px 0px 10px 0px;}

/*product price main price*/
p.price ins { 	font-size: 1.75em;}

/*product price small price*/
div.product span.price del, div.product p.price del, #content div.product span.price del, #content div.product p.price del { 	font-size: 1.25em;}

/*description box background*/
div.product .woocommerce_tabs, #content div.product .woocommerce_tabs {
clear: both;
background: white;
}

div.product .woocommerce_tabs ul.tabs, #content div.product .woocommerce_tabs ul.tabs {
list-style: none;
padding: 0 0 0 1em;
margin: 0 0 1.618em;
overflow: hidden;
position: relative;
background: #E3E3E3;
}

/*description box size*/
div.product .woocommerce_tabs .panel, #content div.product .woocommerce_tabs .panel {
margin: 1em 1em 3em 1em;
padding: 0em 1em 1em 1em;
}

.page-title {
	border-radius: 5px 5px 0 0;
	text-align: left;
	padding-left: 10px;
	font: 18px/20px "Pontano Sans", arial, sans-serif;
}

.page-title span {
	color: #fff;
	font-weight: bold;
}

.entry-content .excerpt-thumb img,
.child-page .excerpt-thumb img {
	float: none;
	margin: 5px;
}