#redim-cookiehint-modal {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 999;
	background: white;
	border: 2px solid black;
	padding: 20px;
	width: calc(100% - 20px);
	max-width: 500px;
	
}

.sigFreeContainer {
	clear: both;
	display: table-cell;
	margin: 16px 4px;
	padding: 0;
	list-style-type: none !important;
}
.sigFreeThumb {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	margin: 5px;
	padding: 0;
}
.sigFreeImg {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	margin: -5px 5px 5px -5px !important;
	padding: 2px !important;
}

.searchbox > form {
	float: right!important;
	display: inline-block;
	position: relative;
	border-bottom-style: none;
	margin-top: 35px;
	padding-bottom: 0;
}

.searchbox > form > label {
	display: none;
}

.search-results > .result-category {
	display: none;
}

.page-header {
	border-bottom: none;
	margin-top: 0;
  margin-bottom: 0;
}

.page-header > h2 {
	font-size: 2.5rem;
  font-weight: 100;
	border-bottom: none;
	margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.cart {
			border: none;
	}
}

.item-page {
	padding-right: 5px;
}


.drilldown > ul {
	padding: 0 12px 0 8px;
	margin-top: 0;
}

.drilldown > ul > li {
	border-top: 1px solid #CCC;
}

.drilldown > ul > li > ul {
	padding-bottom: 8px;
}

.drilldown > ul > li > a {
	padding: 10px 0 10px 0;
}

.cart {
	padding-right: 20px;
	margin-left: 0;
}
