/*
 Theme Name:   rimufurniture
 Description:  Rimu Furniture theme
 Author:       Jonathan Brandon
 Author URI:   https://www.searchmasters.co.nz
 Text Domain:  rimufurniture
*/

.svg-icon {
  display: inline-flex;
  align-self: center;
  position: relative;
  height: 1em;
  width: 1em;
}
.svg-icon svg {
  height:1em;
  width:1em;
}
.svg-icon.svg-baseline svg {
  bottom: -0.125em;
  position: absolute;
}
.dealsIntro{
	color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}
.q-footer{
	color:#971606;
	font-weight:600;
	font-size:28px;
}
.qcard img{
	padding:10px;
	max-width:150px;
}
.qcard {
	text-align:center;
}
@media (max-width: 768px) {
	.alignright, .alignleft {
		float:none !important;
	}
}
.summer-sale{
	background-color: #971606;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}