/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ 
 	background: red !important; 
 } 
 .product-miniature .thumbnail-container {
 	overflow: unset !important;
 }
 .block-category {
    min-height: 0;
    margin-bottom: 0;
}
body#checkout .custom-checkbox span {
	position: relative;
}