/*   
Theme Name: MEM theme
Theme URI: http://www.mem.com.au
Description: Custom theme for mem website
Author: Jamie Weston
Author URI: 
Version: 1.0
*/

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}

.logo {
	width: 279px;
	height: 43px;
}
.australian-made{
	float: right;
	margin: -15px 0 0 0;
}

/* Shopping styles!
-------------------------------------------------------------------------------*/
.shop-items .item {
position: relative;
min-height: 370px;
max-width: 250px;
margin: 10px auto;
padding: 5px 10px 10px 10px;
background: #fff;
border: 1px solid #f2f2f2;
border-right: 2px solid #eee;
border-bottom: 2px solid #eee;
border-radius: 7px;
text-align:center;
}
.shop-items .item-icon {
position: absolute;
top: 5px;
left: 7px;
}
.shop-items .item-icon span {
background-color: #fcf8e3;
border: 1px solid #fbeed5;
display: inline-block;
color: #c09853;
text-align: center;
font-size: 14px;
font-weight: bold;
line-height: 18px;
border-radius: 5px;
padding: 4px;
}
.shop-items .item-image {
max-height: 150px;
}
.shop-items .item-price {
display: inline-block;
border-radius: 5px;
font-size: 26px;
background: #005FB9;
color: #fff;
padding: 5px;
}
.shop-items .item-details p {
text-align: center;
margin-bottom: 10px;
color: #888;
font-size: 13px;
line-height: 20px;
}
.shop-items .item-details h5 {
text-align: center;
font-weight: bold;
font-size: 16px;
line-height: 25px;
}