/*
Theme Name:     Matoma Child
Theme URI:      http: //matoma.de/
Description:    Child Theme for the Matoma theme 
Author:         Matoma
Author URI:     http: //matoma.de/
Template:       Matoma
Version:        1.3.0
*/

/*Header*/
.ts-header .header-top .header-top-right .ts-group-meta-icon-toggle{
	display: none !important;
}

/*Produktliste*/
.product-group-button .button-tooltip{
	min-width: 125px !important;
}

/*Produktdetail*/
.woocommerce #content div.product.vertical-thumbnail div.images-thumbnails div.images,
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images,
.woocommerce-page #content div.product.vertical-thumbnail div.images-thumbnails div.images,
.woocommerce-page div.product.vertical-thumbnail div.images-thumbnails div.images {
	margin-left: 0;
}

/*Warenkorb*/
.woocommerce-cart .woocommerce-cart-form .actions .coupon {
	width: 65%;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input#coupon_code {
	max-width: 220px;
}

.woocommerce-cart .woocommerce-cart-form .actions > .button{
	width: 35%;
	margin: 0;
}

/*Checkout*/
.woocommerce .checkout .col2-set, .woocommerce-page .checkout .col2-set{
	width: 65%;
}

.woocommerce .checkout #order_review, .woocommerce-page .checkout #order_review{
	width: 35%;
	padding: 20px;
}

.woocommerce .checkout #order_review #order_review_heading{
	width: 100%;
}

.woocommerce .checkout #order_review .wc-gzd-order-submit{
	text-align: center;
	padding-top: 20px;
}

.woocommerce .checkout #order_review .legal{
	padding: 20px;
}

.woocommerce-checkout .woocommerce ul#shipping_method li .amount, .woocommerce-page.woocommerce-checkout ul#shipping_method li .amount,
.woocommerce-checkout .woocommerce ul#shipping_method li label, .woocommerce-page.woocommerce-checkout ul#shipping_method li label{
	text-indent: unset;
}

.woocommerce-cart .woocommerce ul#shipping_method li .amount{
	text-indent: 22px !important;
}

/*Warenkorb Message*/
.woocommerce-message a.button:hover, 
.woocommerce .woocommerce-message a.button:hover, 
.woocommerce-page .woocommerce-message a.button:hover {
    border: 1px solid #fff;
    margin-top: -9px;
    top: 8px;
}

@media only screen and (max-width: 640px) {

	.woocommerce-cart .woocommerce-cart-form .actions .coupon input#coupon_code {
		max-width: unset;
		width: 100%;
	}
	
	.woocommerce-cart .woocommerce-cart-form .actions .coupon .button{
		float: none !important;
		width: 100% !important;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.ts-header .header-top{
		display: none !important;
	}
}