/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/*WOOCOMMERCE*/
/*Produkttitel ausblenden*/
h1.product_title.entry-title {
    display: none;
}
/*Produkt-Meta ausblenden*/
.product .product_meta {
display:none;
}
/*Produkt-Navigation ausblenden*/
.entry-top-navigation {
display:none;
}
/*Varianten-Beschreibung linksbündig*/
.woocommerce-variation-description {
    text-align: left;
}

/*GENERELLES*/
/*Button-Styles*/
.x-btn, .button {
	font-family:"Cambria";
	text-transform:uppercase;
	text-shadow:none!important;
	font-weight:bold;
	padding:15px;
	line-height:1.4;
	border-radius:none!important;
	margin-top: -10px;
}
/*Seitenhintergrund*/
.entry-content {
    background: #89cff0;
    padding: 25px;
}