/*
Theme Name:     Château Simon The7 Child
Description:    Thème enfant pour le Château Simon
Author:         Saisond d'Or
Author URI:     http://www.saisondor.com
Template:       dt-the7
Version:        0.1.0
*/

@import url("../dt-the7/style.css");


.single-product .page-title,
.tax-product_cat .page-title {
	margin-top: 100px;
}
.cart-icon-holder {
	display: flex;
	grid-area: title;
	justify-content: flex-end;	
}
.cart-icon-holder .wc-shopping-cart {
	margin-right: 70px;
	margin-top: 90px;	
}

@media only screen and (max-width: 800px) {
	.cart-icon-holder .wc-shopping-cart {
	margin-right: 40px;
	margin-top: 90px;	
}
}
