/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.woocommerce-cart-form .product-thumbnail{
	display:none;
}
.woocommerce dt.variation-Begindatum, .woocommerce dt.variation-Einddatum, .woocommerce dt.variation-Aantal{
	float:left;
	padding-right:3px;
	margin:0
}
.woocommerce table.shop_table dl p{
	padding:0 !important;
	margin:0 !important;
}
.woocommerce-cart-form__cart-item .product-name a{
	font-size:130%;
	color:#0079B7;
	font-weight:300;
}