body {
	color: #909090;
}
.container {
	/*margin: 30px 4% auto auto;*/
	padding: 0;
	/*width: 94%;*/
	background-color: white;
	width: 100%;
	margin: 30px auto auto auto;
}
.product-product .container {
	background-color: #d7d7d7;
}
.container .row {
	margin-left: 15px;
	margin-right: 15px;
}
#top {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#top .container {
	margin: 0;
	background-color: #d7d7d7;
}

img.category-header {
	width: 100%;
}
.category .products {
	width: 96%;
	margin-left: 2%;
}
h2 {
	text-align: center;
}
.product-thumb .caption /* , .similar */ {
	padding: 0 10px;
	min-height: initial;
}
.caption h4, .similar h4, .itemBlocks h2 {
	/* min-height: 5.5em !important; */
	font-weight: normal;
	margin: 5px 2px 10px 2px;
	text-align: center;
	color: #909090;
	font-size: 14px;
}
h3.similar {
	text-transform: uppercase;
	background: white;
	text-align: center;
	margin: 0;
	padding: 20px 0 10px 0;
	width: 100%;
	font-size: 25px;
}
.category .product-thumbs, .similar {
	width: calc(100% - 240px);
	margin-left: 120px;
	font-size: 0;
}
.similar {
	 margin-left: 111px;
	 margin-right: 15px;
}
.similar .thumbnail {
	font-size: 0;
	width: 13.14%;
	margin-right: 1%;
	display: inline-block;
	padding: 0;
	border: none;
	vertical-align: top;
}
.similar .thumbnail:nth-child(7n + 0) {
	margin-right: 0;
}
/*
.similar h4 {
	font-size: 8pt;
	text-align: center;
	margin-top: -5px;
	padding: 0 0.4em;
	line-height: 130%;
}
.similar h4 {
	min-height: 3em;
}
*/
@media (max-width: 1000px) {
	.similar {
		width: calc(100% - 160px);
		margin-left: 80px;
	}
	.similar .thumbnail {
		width: 18.8%;
		margin-right: 1%;
		display: inline-block;
		padding: 0;
		border: none;
	}
	.similar .thumbnail:nth-child(n+6) {
		display: none;
	}
}
@media (max-width: 700px) {
	.similar {
		width: calc(100% - 80px);
		margin-left: 40px;
	}
	.similar .thumbnail:nth-child(n) {
		width: 31.8%;
		margin-right: 1%;
		display: inline-block;
		padding: 0;
		border: none;
	}
	.similar .thumbnail:nth-child(n+7) {
		display: none;
	}
	.similar .thumbnail:nth-child(5n + 0) {
		margin-right: 1%;
	}
	.similar .thumbnail:nth-child(3n + 0) {
		margin-right: 0;
	}
}
footer {
	border: none;
	color: white;
	background-color: black;
	margin-top: 0;
}
footer .container {
	color: black;
}

body.product-product .container {
	background-color: #d7d7d7;
	margin-top: 0;
}
/*
body.product-product .thumbnails {
	width: 42%;
	margin-left: 29%;
	text-align: center;
}
body.product-product .thumbnails .image-additional {
	float: none;
}
body.product-product .thumbnails li {
	display: inline-block;
}
body.product-product .thumbnails li:first-of-type {
	margin-left: 0;
}
body.product-product .thumbnails a {
	padding: 0;
	border: 0;
}
*/
.container.category {
	padding-bottom: 30px;
}
/*
body[class^=product-] h2 {
	font-family: open sans, sans-serif;
	font-weight: 300;
	font-size: 40px;
	padding: 60px 0 30px 0;
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}
/*
body[class^=product-] .container p:not(footer p), body[class^=product-] .artistDesc {
	font-family: open sans, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	max-width: 60%;
	margin: 0 auto 40px auto;
	color: black;
}
body[class^=product-] .container p:not(footer p), body[class^=product-] .artistDesc .basePrice {
	color: #909090;
}
.artistInfo span {
	font-size: 12pt;
}
body.product-product .artistDetail {
	width: 100%;
	margin-left: 0;
}
.artistInfo {
	background-color: white;
}
*/
.form-group {
	margin-bottom: 0;
}

.pagination {
	font-size: 14px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #909090;
	border-color: #909090;
}
.pagination>li>a, .pagination>li>span {
	color: #909090;
}

.btn {
	border: none;
	border-radius: 2px;
	box-shadow: none;
	width: auto;
	margin: 0 auto;
	min-width: 180px;
	border: none;
	text-transform: uppercase;
	border: none !important;
	outline: none !important;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus, .btn:active:hover, .btn[disabled], .btn[disabled]:hover {
}
.btn-primary {
	background-color: black;
	background-image: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary[disabled], .btn-primary[disabled]:hover {
	background-color: #909090;
}
.btn-primary:focus {
	background-color: #d7d7d7;
}

.btn-secondary {
	color: black;
	background-color: #dddddd;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary[disabled], .btn-secondary[disabled]:hover {
	background-color: #909090;
}
.btn-secondary:focus {
	background-color: #d7d7d7;
}

.otherLinks button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.otherLinks svg {
	width: 40px;
	margin: 0 15px;
}
.otherLinks svg:hover .svg-back-1, .otherLinks svg:hover .stf-1 {
	fill: black;
}

/*
.otherLinks {
	background: white;
	text-align: center;
}
.catLinks {
	width: 80%;
	padding: 0 0 10px 0;
	margin: auto;
	font-size: 10pt;
	text-align: center;
}
a + .catLinks {
	padding-top: 30px;
}
.catLinks a:after {
	content: " | ";
}
.catLinks a:last-of-type:after {
	content: "";
}
*/

.catButtons a {
	display: inline-block;
	margin: 10px;
}

#searchHeadWrap {
	display: inline;
}
#search input {
	border: none;
}
#search button {
	background: none;
	border: none;
	outline: none !important;
}
#search button:hover {
	color: black;
}
@media (max-width: 400px) {
	#top-links {
		width: 100%;
		text-align: center;
	}
	#top-links li.search {
		display: block;
	}
}
#stf-wrapper label {
	white-space: nowrap;
	display: block;
}
#stf-wrapper label span {
	vertical-align: top;
	display: inline-block;
	margin-right: 1em;
	width: 8em;
}
#stf-wrapper input, #stf-wrapper textarea {
	width: 15em;
}
#stf-wrapper textarea {
	height: 5em;	
}
#do-stf {
	display: block;
	margin: 0 0 0 auto;
}
@media (max-width: 500px) {
	#stf-wrapper label span {
		display: block;
	}
}
.popover {
	max-width: 80%;
}
.popoverClose {
	float: right;
	cursor: pointer;
}

.headerNav a {
	color: black;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}

.alert {
	margin: 25px 0 15px 0;
}
.alert-success {
	color: black;
	background-color: white;
	border: none;
}
label[for=input-limit] {
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	white-space: nowrap;
}	
label[for=input-limit] span {
	display: inline-block;
}
	
label[for=input-limit] select {
	display: inline-block;
	margin-left: 5px;
	width: auto;
}

body[class^=account-] .row, body[class^=checkout-] .row {
	margin-left: 20px;
	margin-right: 20px;
}
body[class^=checkout-] .row .row {
	margin-right: 0;
}
body[class^=account-] #content {
	padding-right: 20px;
}
body[class^=account-] .row h2, body[class^=checkout-] .row h2 {
	text-align: left;
}
body[class^=account-] legend, body[class^=checkout-] legend {
	width: auto;
	padding: 0 10px;
}
body[class^=account-] .form-control {
	width: auto;
	margin-left: 10px;
}


