#inner-page {
  /*background: #ffffff url('//i1.ooshirts.com/images/bg-inner-page.jpg') 0 0 repeat-x;*/
}

#inner-page #page-header {
  border-bottom: 1px solid #d4d7d9;
  background-color: #ffffff;
}

.breadcrumb {
  margin: 0 20px 36px 20px;
  padding: 14px 0 12px;
  border-bottom: 1px solid #e8e8e8;
  color: #8a8b8c;
}
.breadcrumb li {
  float: left;
  position: relative;
  padding: 0 18px;
  font-size: 13px;
}
.breadcrumb li.first {
  padding-left: 0;
}
.breadcrumb .separator {
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 3px;
  height: 5px;
  background: transparent url('../png/small-arrow.png') no-repeat;
}

#sidebar {
  width: 168px;
  margin-left: 20px;
  float: left;
}
#sidebar .box {
  padding: 15px 5px 15px 20px;
}
#sidebar .box.coloured {
  border: 1px solid #eeeeee;
  background-color: #fbfdfd;
  -webkit-box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .05);
     -moz-box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .02);
          box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .02);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#sidebar h4 {
  font-size: 14px;
  line-height: 28px;
  color: #5b6f82;
  font-weight: bold;
}
#sidebar .nav-links > li {
  padding: 4px 0;
}
#sidebar .nav-links > li > a,
#sidebar .expandable span,
#sidebar .collapsable span {
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  cursor: pointer;
}
#sidebar .expandable span,
#sidebar .collapsable span {
  color: #a1a7ab;
}
.subnav-links {
  padding-top: 155px;
}
#sidebar .subnav-links > li > a {
  font-size: 13px;
  line-height:17px;
}

#page-content-wrapper {
  width: 770px;
  padding-left: 40px;
  display:inline-block;
}
#page-content-wrapper h1 {
  font-family: 'MuseoSlab500Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  color: #5b6f82;
  font-weight:normal;
}
#page-content-wrapper h1 span {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  line-height: 16px;
  color: #7b8a97;
}

.product-list-item {
  height:366px;
  float: left;
  overflow: hidden;
  width: 225px;
  border: 1px solid #eeeeee;
  margin: 15px;
  text-align: center;
  vertical-align: top;
  padding-bottom:10px;
  background-color:#f6f8f7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.product-list-item:hover {
  border-color: #afd4f0;
  -webkit-box-shadow: 0 0 5px #bcdaf3;
     -moz-box-shadow: 0 0 3px #bcdaf3;
          box-shadow: 0 0 3px #bcdaf3;
}
.product-list-item:hover .price {
}

.product-list-item .details {
  min-height: 320px;
  font-family: Helvetica, Arial, sans-serif;
}
.product-list-item .image {
  margin:0 0 10px 0;
  width:100%;
  height:auto;
}
.product-list-item .title {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 0;
  color: #1f9bdf;
}
.product-list-item .title:hover {
  text-decoration:underline;
  cursor: pointer;
}

.product-list-item .description {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 0 15px;
  color: #848789;
}
.product-list-item .price {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 0 15px;
  color: #838383;
}

.product-list li.first {
  margin-left: 0;
}

.product-list-item a {
  text-decoration: none;
}

#footer-note {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 25px;
  padding: 30px 0;
  margin-top: 55px;
  margin-bottom: 50px;
  color: #848789;
}

#footer-wrapper {
  border-top: 1px solid #d4d7d9;
}


#colorcontainer{
	float:left; 
	width:60%;
	margin:0 0 0 20px;
	border:1px solid #eee;
	padding:0 0 15px 10px;
	}
.colorswatch{
	float:left;
	width:22px;
	height:22px;
	margin-right:5px;
	border:1px solid #eee;
}
.colorbox{
	float:left;
	width:150px;
	height:24px;
	padding:2px 0 2px 3px;
	font-size:13px;
	text-decoration:underline;
	color:#6F6C7B;
	line-height:22px;
	overflow:hidden;
}
.colorbox:hover{
	background-color:#f2f2f2;
	cursor:pointer;
	color:#111;
}
#product-image{
	float:left;
	border:1px solid #eee;
	width:33%;
	}
#product-image a{
	color:#888;
	}

#product-details{
	padding-bottom:70px;
	color:#777;
	font-size:13px;
	line-height:15px;
	float:left;
	width:45%;
	margin-right:25px;
	}
#product-details a{
	color:#888;
	}
#product-details div{
	clear:both;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#828289;
	line-height:17px;
	margin-top: 8px;
	}
#product-details div u{
	font-size:14px;
	}

#product-reviews{
	float:left;
	width:45%;
	}
#product-reviews div{
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#828289;
	line-height:17px;
	margin-top: 15px;
	}


@media screen and (max-width: 1000px) {
	#sidebar{
		display:none;
	}
	#page-content-wrapper{
		width:100%;
		padding:0 20px;
		box-sizing:border-box;
		}
	#page-content-wrapper h1 span{
		display:block;
		margin-left:0;
		margin-top:5px;
		}
	.product-list-item{
		width:27%;
		}
}

@media screen and (max-width: 600px){
	ul.product-list{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		}
	.product-list-item{
		width:calc(50% - 5px);
		height:auto;
		float:none;
		margin:0 10px 10px 0;
		box-sizing:border-box;
		}
	.product-list-item:nth-child(2n){
		margin-right:0;
		}
	.product-list-item .details{
		min-height:0;
		}
	}

@media screen and (max-width: 550px){

	#product-image{
		width:95%;
		}
	#colorcontainer{
		width:95%;
		border-top:none;
		margin:0;
		}
	#breadcrumb-wrapper{
		display:none;
		}
	#page-content-wrapper{
		padding-top:20px;
		}
	#product-details{
		float:none;
		width:100% !important;
		margin-right:0;
		}
	#product-reviews{
		float:none;
		width:100%;
		}
	}


/* IE 6 */
.lt-ie7 #sidebar{
	margin-left:10px;
	}
.lt-ie7 #page-content-wrapper{
	margin-left:220px;
	}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0}
.clearfix { display: inline-block }
/* start commented backslash hack \*/
* html .clearfix {height: 1%}
.clearfix {display: block}
/* close commented backslash hack */

/* Product Filters */
.filter-box {
	margin-top: 10px;
	padding: 15px 5px 10px 20px;
	border: 1px solid #eeeeee;
	background-color: #fbfdfd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.filter-section {
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.filter-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.filter-heading {
	font-size: 14px;
	font-weight: bold;
	color: #5b6f82;
	cursor: pointer;
	line-height: 28px;
	margin: 0;
	-webkit-user-select: none;
	user-select: none;
}
.filter-heading .filter-arrow {
	float: right;
	font-size: 12px;
	line-height: 28px;
	padding-right: 5px;
	transition: transform 0.2s;
}
.filter-section.collapsed .filter-list,
.filter-section.collapsed .filter-colors {
	display: none;
}
.filter-section.collapsed .filter-arrow {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.filter-list {
	list-style: none;
	padding: 0;
	margin: 2px 0 0 0;
}
.filter-list li {
	padding: 2px 0;
}
.filter-list label {
	font-size: 13px;
	color: #666;
	cursor: pointer;
	display: block;
	line-height: 20px;
	padding-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter-list label:hover {
	color: #333;
}
.filter-list input[type="checkbox"],
.filter-list input[type="radio"] {
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.filter-count {
	color: #aaa;
	font-size: 11px;
}
.filter-colors {
	padding: 5px 0 2px 0;
	max-width: 155px;
}
.color-swatch {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 2px 1px;
	cursor: pointer;
	vertical-align: middle;
	transition: transform 0.15s;
}
.color-swatch:hover {
	border-color: #333;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.color-swatch.active {
	border: 2px solid #1f9bdf;
	-webkit-box-shadow: 0 0 3px rgba(31,155,223,0.5);
	box-shadow: 0 0 3px rgba(31,155,223,0.5);
}
.filter-close-btn {
	display: none;
}

/* Sort Bar */
.sort-bar {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.sort-control {
	float: left;
}
.sort-control label {
	font-size: 13px;
	color: #666;
	margin-right: 5px;
}
.sort-control select {
	font-size: 13px;
	padding: 4px 8px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
.product-count {
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 28px;
}

/* Active Filter Chips */
.active-filters {
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.filter-chip {
	display: inline-block;
	background: #e8f4fd;
	border: 1px solid #b8d4e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 12px;
	color: #336;
	margin: 3px 4px 3px 0;
	cursor: pointer;
}
.filter-chip:hover {
	background: #d0e8f5;
	border-color: #90b8d0;
}
.clear-filters {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
}

/* Category FAQ */
.category-faq {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.category-faq h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	margin: 18px 0 6px 0;
}
.category-faq h3:first-of-type {
	margin-top: 10px;
}
.category-faq p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	margin: 0 0 0 0;
}
.category-faq a {
	color: #1f9bdf;
}

/* SEO Content Sections */
.seo-content-section {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.seo-section-points {
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
}
.seo-section-points li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #666;
	padding: 6px 0 6px 20px;
	position: relative;
}
.seo-section-points li:before {
	content: "\2713";
	color: #1f9bdf;
	position: absolute;
	left: 0;
}

/* No Products Message */
.no-products {
	text-align: center;
	padding: 40px 20px;
	color: #888;
	font-size: 15px;
}
.no-products a {
	color: #1f9bdf;
}

/* Mobile Filter Button */
.filter-mobile-btn {
	display: none;
	width: 100%;
	padding: 10px;
	background: #f6f8f7;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	color: #5b6f82;
	cursor: pointer;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
	.filter-mobile-btn {
		display: block;
	}
	#sidebar.filter-visible {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100% !important;
		box-sizing: border-box;
		background: #fff;
		z-index: 1000;
		overflow-y: auto;
		padding: 20px;
		margin: 0;
	}
	#sidebar.filter-visible .filter-close-btn {
		display: block;
		float: right;
		background: none;
		border: none;
		font-size: 14px;
		cursor: pointer;
		color: #666;
		padding: 0;
		line-height: 28px;
	}
	#sidebar.filter-visible .filter-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sidebar.filter-visible .filter-colors {
		max-width: none;
	}
}