/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


#footer a:hover{
	color: #ffffff;
}

#footer .default-btn-shortcode{
	color: #fff;
	background: #004b93;
}

.product .onsale {
    line-height: 16px;
    top: -20px;
    left: -20px;
	font-size: 12px;
	border-radius: 0%;
	text-align: left;
	padding: 10px 10px;
}

.woocommerce columns-4  .product .onsale {
    line-height: 26px;
    top: -10px;
    left: -10px;
	font-size: 20px;
	border-radius: 0%;
	text-align: left;
	padding: 10px 10px;
}

/** product aanpassen */
#content .product{
	padding: 30px 30px 0;
	background:#f2f2f2;
}
.product div.images, .product div.summary {
    margin-bottom: 10px;
}
/* verbergt prijs */
/*
 * .woocommerce div.product div.summary > .price {
    display: none;
}
*/
/* verbergt categoriën */
/*
 * .woocommerce div.product div.summary > :last-child {
    margin-bottom: 0;
    display: none;
}
*/

.rood{
	color:#ff0000;
	text-decoration: line-through;
	margin-right: 20px;
}
.aanbieding{
	font-size:22px;
	font-weight: bold;
}
.ex{
	font-size: 80%;
}
.single-product h1.product_title.entry-title{
	font-size: 1.5em;
}
.woocommerce div.product div.summary h1 {
    margin-bottom:5px; 
}

/* mijn account page */

#content .learndash-wrapper a{
    text-transform: uppercase;
    color: #244d84;
    font-size: 16px;
    line-height: 29px;
}
.woocommerce div.product div.summary > .price {
    margin-bottom: 15px;
}
/**woocommerce messages verbergen*/
/*.woocommerce a.button.wc-backward, #page .woocommerce p.cart-empty.woocommerce-info{
	display:none;
}
*/
/* Learndash */
.ld-focus-content h1{
	font: normal 30px / 38px "Roboto Slab", Helvetica, Arial, Verdana, sans-serif;
}

/* buttons vierkant */
.learndash-wrapper .ld-expand-button {
	border-radius: 0px;
}
.learndash-wrapper .ld-status {
	border-radius: 0px;
}