/*
    Theme Name: 	Catch Box Pro - AOS Child
    Description:    	Catch Box Pro - Child Theme for AOS
    Author: 		Jule Slootbeek
    Autor URI:  	http://jss.im
    Template:   	catch-box-pro
    Version:    	1.0.0
    License:    	GNU General Public License v3 or later
    Text Domain:	catch-box-aos
*/

span.wpcf7-list-item {
	margin-left: 0.5em;
	float: left;
	width: 100%;
}

/* remove woocommerce images */
.woocommerce-page #content div.product div.summary { width:100%; }
.woocommerce table.cart .product-thumbnail { display:none; }

textarea.smaller-form-textarea  {
  height: 75px;
}

/* widen cart totals */
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 45%;
}

/* fix checkout button */
form.pmpro_form .pmpro_submit {
	display: inline-block;
}