/*
Theme Name: Createdfor Sherwoods Firewood
Theme URI: http://www.createdfor.co.uk
Description: A custom-built theme Createdfor you.
Author: Andy Allerton & David Warren
Version: 2.0
*/

.cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
	margin-top: 30px !important;
}

.cross-sells ul.products.columns-4 li {
	width: 25% !important;
	margin: 0 !important;
	padding: 10px !important;
}
 
.cross-sells ul.products.columns-4 {
	margin-left: -10px;
	margin-right: -10px;
}
 
@media(max-width: 768px) {
	.cross-sells ul.products.columns-4 li {
		width: 50% !important;
		margin: 0 !important;
		padding: 10px !important;
	}
}

.menusmall {
	
	font-weight: bold;
	font-size: xx-small;
	color: white;
	background-color: green;
	padding: 4px;
	margin: 0 0 10px 10px;
}
