/* SEARCH FILTER */
#column-left, #column-right {
	width: 25%;
}
#column-left + #content {
	width: auto;
	margin-left: 25%;
	float: none;
}
.box-heading span::after {
	content: none;
}
#supermenu-mobile {
	margin-bottom: 0;
}
#container input[type="text"] {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding: 2px 3px;
	text-indent: 0;
	border-radius: 2px;
}
#container input[type="text"]:focus {
	border-color: #66afe9;
}
#container .error input[type="text"] {
	border-color: #E44D2E;
}
#container a.go {
	display: inline-block;
	margin: 0;
	padding: 0px 4px;
	font-size: 12px;
	border-radius: 2px;
}

.search-description {
	padding: 40px 15px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.45;
	letter-spacing: 0.25px;
	/*text-align: justify;*/
	background: #fff;
	overflow: auto;
}
.search-description p {
	margin: 0;
}
.search-description * + p {
	margin-top: 10px;
}
.search-description .image + p {
	margin-top: 0;
}
.search-description .image {
	padding: 0 30px 10px 0;
	float: left;
	line-height: 0;
}



.revised-search {
	font-size: 1.25em;
	font-family: "Open Sans";
	padding: 15px 10px 10px;
	line-height: normal;
}
.revised-search a {
	color: #0066c0;
}
.revised-search a:hover {
	color: #c45500;
}
#search-filter img.icon {
	opacity: 0.6;
	height: 14px;
	vertical-align: middle;
	margin: -3px 3px 0 0;
}
/* override jquery show/hide on desktop sizes */
@media (min-width:769px){
/*@media (min-width:641px){*/
	.header {
		border-bottom: 1px solid #ddd;
	}
	.toggle-filters {
		display: none!important;
	}
	#search-filter {
		display: block!important;
	}
}

.toggle-filters {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
.toggle-filters.open {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#search-filter {
	background-color: #fff;
	margin: 0;
	border-right: 1px solid #E7E7E7;
	box-sizing: border-box;
}
#search-filter .box-heading, #search-filter .box-heading span {
	border-bottom: none;
	color: #999;
	font-size: 18px;
	margin: 0 0 12px;
	padding: 0;
}
#search-filter .row-group {
	padding: 14px;
}
#search-filter .row-group + .row-group {
	border-top: 1px solid #E7E7E7;
}
#search-filter div.subheading {
	color: #222;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
#search-filter div.filter-list + div.subheading {
	margin-top: 12px;
}
#search-filter .indent {
	margin-left: 14px;
}
#search-filter .parent {
	position: relative;
}
#search-filter .parent:before {
    content: '\2039';
	position: absolute;
	left: -9px;
	bottom: 1px;
	color: #888;
	font-size: 22px;
}
#search-filter select {
	font-size: 13px;
	margin-top: 2px;
}
.filter-list {
	position: relative;
}
.filter-list a, .filter-list label {
	color: #444;
	display: block;
	transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
}
.filter-list a:hover, .filter-list label:hover {
	color: #e47911;
}
.filter-list .active {
	font-weight: bold;
	color: #333;
}
.filter-list .hidden {
	display: none;
}
.filter-set span.title {
	text-transform: uppercase;
}
#search-filter div.price > div {
	width: 100%;
	white-space: nowrap;
}
#search-filter div.price input[type="text"] {
	width: calc(50% - 55px);
	max-width: 58px;
	min-width: 32px;
	margin: 4px 4px 0px 1px;
	font-size: 13px;
	font-weight: bold;
	color: #222;
}
#search-inner {
	margin-top: 0;
	padding: 6px;
}
.header {
	padding: 10px 8px;
	background-color: #fff;
	overflow: auto;
	line-height: 26px;
}
.header.border-bottom {
	border-bottom: 1px solid #ddd;
}
.header > div {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.header .results a {
	font-weight: 800;
}
#container .header .results a.search-term input {
	display: none;
	padding: 2px 4px;
	margin-right: 4px;
	font-size: 14px;
	max-width: 125px;
}
#container .results a.go {
	display: none;
}
.header .results h1 {
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
}
.header .results a.search-term .query {
	color: #e47911;
}
.header .results a.search-term .remove {
	visibility: hidden;
	background-position: center;
	background-size: 11px;
	width: 20px;
	height: 17px;
	opacity: 0.74;
}
.header .results a.search-term:hover .remove {
	visibility: visible;
}
.header .results {
	width: calc(100% - 390px);
	padding: 0 6px;
	font-size: 15px;
}
.header .product-filter {
	text-align: right;
	float: right;
	width: 380px;
	font-size: 14px;
}
.header .product-filter > div {
	display: inline-block;
	font-size: inherit;
	float: none;
	margin: 0px;
	padding: 0 6px;
	vertical-align: middle;
	white-space: nowrap;
}
.header .product-filter select {
	margin-left: 1px;
	padding: 0;
	font-size: inherit;
	max-width: none;
}
.header .product-filter .display a {
	color: #888;
}
.header .product-filter .display > * {
	margin-right: 0;
	font-size: 15px;
}
.header .product-filter .display > :last-child {
	margin-left: 6px;
}
.header .product-filter .display a:hover, .header .product-filter .display span {
	color: #e47911;
}
#content .product-grid {
	font-size: 0;
}
#content .product-grid > div {
	width: calc((100% / 3) - 12px);
	box-sizing: border-box;
	min-width: 0;
	max-width: none;
	margin: 6px;
	border: 1px solid #ddd;
	font-size: 13px;
}
#content .product-grid > div:hover {
	border: 1px solid #ccc;
}
#content .product-grid .rating {
	position: relative;
	margin: auto;
	left: auto;
	top: auto;
}
#content .search-list {
	font-size: 13px;
}
#content .search-list > div {
	box-sizing: border-box;
	min-width: 0;
	max-width: none;
	margin: 6px;
	border: 1px solid #ddd;
	padding: 12px;
}
#content .search-list > div + div {
	margin-top: 12px;
}
#content .search-list > div:hover {
	border: 1px solid #ccc;
}
#content .search-list-inner {
	display: table;
	width: calc(100% - 12px);
}
#content .search-list-inner > div {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
#content .search-list-inner > div.center-wrapper {
	padding-left: 1em;
}
#content .search-list-inner > div.right-wrapper {
	text-align: right;
	padding-left: 2.6em;
	width: 26%;
}
#content .search-list-inner > div.right-wrapper > div  + div {
	margin-top: .5em;
}
#content .search-list-inner > div.left-wrapper {
	width: 300px;
}
#content .search-list > div .image {
	float: none;
	margin: 0;
}
#content .search-list > div .image a {
	display: block;
	line-height: 0;
}
#content .search-list > div .image img {
	padding: 0;
}
#content .search-list > div .image img:not(.overlay) {
	width: 100%;
}
#content .search-list .swatches {
	margin-top: 2px;
	line-height: normal;
	font-size: 0;
}
#content .search-list .swatches img {
	padding: 2px;
}
#content .search-list .name a {
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
}
#content .search-list .name .ymm-name {
	font-weight: 800;
	font-size: 1.1em;
}
#content .search-list .description {
	padding: 5px 0 0;
	text-align: justify;
	/*text-justify: inter-character;*/
	line-height: normal;
}
#content .search-list .price {
	font-size: 1.5em;
	white-space: nowrap;
	font-weight: bold;
}
#content .search-list .price-old {
	text-decoration: line-through;
	font-size: 0.75em;
	display: block;
}
#content .search-list .price-new {
	color: #AD0A0A;
}
#content .search-list .model {
	color: #777;
}
#content .search-list .saveribbon, #content .search-list .condition {
	display: none;
}
#content .search-list .button {
	padding: .6em 2em;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 1.08em;
}
#content .search-list .button + .button {
	margin: .5em 0 0 0;
}
@media (max-width:1296px) {
	#content .search-list-inner > div.right-wrapper {
		padding-left: 2em;
	}
	#content .search-list .button {
    	padding: .6em 1.4em;
    }
}
@media (max-width:1240px){
	#content .product-grid > div {
		width: calc(50% - 12px);
	}
	#content .search-list-inner > div.right-wrapper, #content .search-list-inner > div.center-wrapper {
		display: block;
		width: auto;
	}
	#content .search-list-inner > div.right-wrapper {
    	padding-left: 1em;
    	padding-top: 1em;
    	text-align: left;
	}
	#content .search-list .button {
		display: inline-block;
		width: auto;
	}
	#content .search-list .button + .button {
		margin: 0 0 0 .49em;
	}
	#content .search-list .model {
		font-size: 0.95em;
	}
	#content .search-list-inner > div.right-wrapper .cart {
		display: flex;
	}
	#content .search-list-inner > div.right-wrapper .cart > .button {
		display: flex;
		justify-content: center;
		align-items: center; 
	}
}
@media (max-width:1140px){
	#content .search-list .description {
		font-size: .923em;
	}
	#content .search-list .name a {
		white-space: normal;
	}
}
@media (max-width:1023px){
	.header .results {
		padding-bottom: 6px;
	}
	.header .results, .header .product-filter {
		width: 100%;
		text-align: center;
		float: none;
	}
	#content .search-list .description {
		/*display: none;*/
	}
}
@media (max-width:980px){
	#content .search-list-inner {
		display: block;
		overflow: hidden;
	}
	#content .search-list-inner > div.left-wrapper, #content .search-list-inner > div.center-wrapper {
		display: block;
	    float: left;
	    width: 50%;
	}
	#content .search-list-inner > div.right-wrapper {
		clear: both;
		padding-left: 0;
		padding-top: 0;
		text-align: right;
	}
	#content .search-list .button {
		float: left;
		width: calc(50% - 0.25em);
		padding: 0.6em;
	}
	
}
/**/
@media (max-width:768px){
	#column-left {
		display: block;
	}
	.product-grid .name a {
		font-size: 13px;
	}
	#content .search-list-inner > div.left-wrapper, #content .search-list-inner > div.center-wrapper {
	    float: none;
	    width: auto;
	}
	#content .search-list-inner > div.left-wrapper {
	    text-align: center;
	    margin-bottom: 1em;
	}
	#content .search-list-inner > div.center-wrapper {
		padding-left: 0;
	}
	#content .search-list-inner > div.right-wrapper {
		padding-top: .8em;
	}
}
/**/
@media (max-width:768px){
/*@media (max-width:640px){*/
	#column-left {
		width: auto;
		float: none;
	}
	#column-left + #content {
		margin-left: 0;
	}
	.header {
		padding: 10px 2px;
	}
	.header .results {
		font-size: 14px;
	}
	.header .product-filter {
		font-size: 13px;
	}
	#content .product-grid .description, .search-description {
 	   display: none;
	}
	#search-filter {
		display: table;
		width: 100%;
		border: 1px solid #ccc;
		background-color: #f5f5f5;
		border-radius: 5px;
		overflow: hidden;
		font-size: 12px;
		display: none;
	}
	#search-filter .row-group {
		display: table-cell;
		width: 50%;
		padding: 14px;
	}
	.toggle-filters {
		display: block;
	}
	#search-filter .row-group + .row-group {
		border-top: none;
		border-left: 1px solid #E7E7E7;
	}
	#search-filter .box-heading {
		padding-top: 0;
	}
	#search-filter .box-content {
		padding-left: 4px;
	}
	#search-filter div.price input[type="text"] {
		font-size: 12px;
	}
	#search-filter a.button {
		font-size: 11px;
		padding: 0 3px;
	}
	#search-filter .box-heading, #search-filter .box-heading span {
		font-size: 17px;
	}
	#search-filter select {
		font-size: 12px;
	}
}
@media (max-width:550px) {
	#content .search-list .button {
		font-size: 0.9em;
	}
}
@media (max-width:425px) {
	#content .product-grid > div {
		width: calc(100% - 12px);
	}
	.header .product-filter .limit {
		display: none;
	}
	#search-filter .row-group {
		padding: 12px;
	}
	#search-filter .box-heading, #search-filter .box-heading span {
		font-size: 16px;
	}
	#content .search-list .button {
		font-size: 11px;
	}
}