h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}
.gift-cert-button {
	padding-top: 10px;
	text-align: center;
}
.item {
	margin: 0 0 20px;
	padding: 0 15px 15px;
	text-align: center;
}
.item .free-message,
.item .item-free {
	color:#404040;
	/*font-family: Ubuntu Condensed;*/
	font-family: "Ubuntu Condensed", "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.item .free-message span,
.item .item-free span {
	color:#B00000;
}
.item .item-image,
.item a.btn-primary {
	margin: 0 0 10px;
}
.item .item-image > a > img {
	width: 100%;
}
.item .item-name {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px;
	min-height: 54px;
}
.item .item-other-styles {
	color:#666666;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px;
}
.item .item-packaging {
	margin: 0 0 10px;
	position: relative;
}
.item .item-packaging img {
	margin: 0 3px;
	opacity: .25;
	width: 16px;
}
.item .item-packaging img.active {
	opacity: 1;
}
.item .item-price {
	color:#B00000;
	font-size: 16px;
}
.item .retail {
	font-size: 12px;
	margin: 0 0 10px;
}
.gift-heading {
	margin: 30px 0;
}
.reviews {
	font-size: 16px;
}

/* Added by JZ 9/22/2020 extra styling to match sidebar to the rest of the sites cat pages*/
.box {
	border: 1px solid#CDCDCD;
	margin: 0 0 10px;
	padding: 10px;
}

.filters .filter {
	margin: 0 0 30px;
}

.filter-name {
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

ul.filter-list li {
	margin-bottom: 8px;
}

.filter-sort-nav {
	margin-top: 45px;
}