.catalog-filter {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.catalog-car-filter {
	float: left;
	width: 190px;
}

.catalog-product-filter {
}

.catalog-car-filter select {
	width: 175px;
}

.catalog-product-filter table {
	width: 100%;
	border-collapse:collapse;
	/*border: 1px solid #ddd;*/
}

.catalog-product-filter table th {
	text-align: left;
	color: #555;
	padding: 4px;
	border-bottom: 1px solid #ddd;
	width:100px
}

.catalog-product-filter td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

.catalog-product-filter label {
	margin-right: 20px;
}

.catalog-product-filter td ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

.catalog-product-filter td.short ul {
	width: 50px;
}

.catalog-product-filter th.axe {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	border-bottom: none;
	white-space: nowrap;
	color: #333;
}

.catalog-product-filter label {
	white-space: nowrap;
}

.catalog-product-filter label:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #000;
}

.catalog-product-filter label input {
	cursor: pointer;
}

.catalog-product-filter td.selected {
	color: #999;
}

.catalog-product-filter td.selected label.selected {
	color: #000;
}

.catalog-product-filter td.sizes label {
	float: left;
	padding: 0;
	width: 90px;
}

.catalog-product-filter .manufacturers {
	max-height: 100px;
	overflow: auto;
}

.catalog-product-filter .manufacturers ul {
	width: 140px;
}

.catalog-simple-filter th {
    text-align: left;
    vertical-align: bottom;
}

.catalog-simple-filter td {
    padding-right: 8px;
}

.ui-multiselect-checkboxes label.ui-corner-all {
    border-radius: 0;
}

.catalog-simple-filter .manufacturer select {
    min-width: 120px;
}

.catalog-simple-filter .manufacturer button {
    border-radius: 0;
    height: 27px;
    width: 140px !important;
}

.catalog-simple-filter select {
    min-width: 80px;
}

.tiles {
	width: 100%;
	overflow: hidden;
}

.tiles .tile {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 320px;
	margin: 0 16px 16px 0;
	padding: 12px 16px;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 0 4px #eee;
	text-align: center;
}

.tiles .title {
	font-weight: bold;
	font-size: 13px;
	margin: 4px 0;
}

.tiles .code {
    font-size: 10px;
    color: #777;
    padding: 0;
    margin: 0;
}

.tiles .subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.tiles .prices {
	margin-top: 8px;
	width: 100%;
	height: 90px;
	overflow: auto;
}

.tiles .price {
	margin: 8px 0;
	text-align: center;
}

.tiles .price strong {
	font-size: 16px;
}

.tiles .buy {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	text-align: center;
}

.tiles .prices table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #eee;
	text-align: left;
}

.tiles .prices table th {
	border: 1px solid #eee;
	font-weight: normal;
	text-align: left;
	color: #999;
}

.tiles .prices table td {
	border: 1px solid #eee;
	text-align: right;
	color: #555;
	white-space: nowrap;
}

.tiles .prices table td.count {
	text-align: center;
}

.tiles .prices table td.info {
	width: 18px;
	padding-top: 4px;
	text-align: center;
}

.tiles .select-product {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 12px;
    top: 14px;
    background: url("images/select-product0.300a1ad938da.png") no-repeat center center;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
}

.tiles .select-product:hover {
    border-color: #ddd;
    box-shadow: 0 0 4px #eee;
}

.tiles .select-product.selected {
    background-image: url("images/select-product1.ee07ba277555.png");
}

.grid .select-product {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("images/select-product0.300a1ad938da.png") no-repeat center center;
    cursor: pointer;
}

.grid .select-product.selected {
    background-image: url("images/select-product1.ee07ba277555.png");
}

#select-product-box {
    float: left;
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

#select-product-box a {
    margin-right: 8px;
    padding-left: 20px;
    outline: none;
}

#select-product-box a:last-child {
    margin-right: 0;
}

#select-product-print {
    background: url("images/print.c714bbb69562.png") no-repeat left center;
}

#select-product-all {
    padding: 0 0 1px 20px;
    background: url("images/select-product1.ee07ba277555.png") no-repeat left top;
}

#select-product-none {
    background: url("images/select-product-none.ff40fb2ff249.png") no-repeat left top;
}

#select-product-fav {
    background: url("images/select-product-fav.252ec4481696.png") no-repeat left top;
}

#select-product-back {
    background: url("images/select-product-back.98e0cd659125.png") no-repeat left top;
}

#select-product-email {
    background: url("images/email.27631472b103.png") no-repeat left top;
}

.icon-product-stock {
    display: block;
    position: absolute;
    width: 34px;
    height: 8px;
    background: url("images/product-stock.edfcf3c4644d.png") no-repeat left top;
    top: 292px;
    left: 16px;
    z-index: 100;
}


.catalog-simple-filter {
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog-simple-filter > div {
	display: inline-block;
	float: left;
	padding: 6px;
	text-align: left;
	height: 60px;
}

.catalog-simple-filter > div.cf-buttons {
	padding-top: 25px;
}

.catalog-simple-filter > div > span {
	display: block;
	float: none;
	margin: 2px 0 4px;
}

.catalog-simple-filter > div > span:first-child {
	font-weight: bold;
	font-size: 13px;
}

.catalog-simple-filter .ui-multiselect {
	border-radius: 0;
	height: inherit;
	padding: 4px;
}

.ui-multiselect span.ui-icon {
    float: right;
    background-position: -128px 0;
    width: 18px;
}

.td-car-list td {
	border-bottom: none;
}



@media screen and (max-width: 922px) {
	.tiles {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.catalog-simple-filter > div {
		width: 100%;
		display: inline-block;
		padding: 3px 0;
		float: left;
	}

	.catalog-simple-filter > div.cf-buttons {
		padding-top: 3px;
	}

	.catalog-simple-filter div,
	.catalog-simple-filter span,
	.catalog-simple-filter span > *,
	.catalog-simple-filter span select {
		width: 100%;
	}

	.td-car-list  select,
	.td-car-list .ui-multiselect {
		width: 100%!important;
	}


	.catalog-simple-filter .manufacturer button {
		width: 100%!important;
	}

	.catalog-simple-filter  .count-w,
	.catalog-simple-filter  .days-w {
		width: 48%;
		float: left;
	}

	.catalog-simple-filter  .days-w,
	.catalog-simple-filter  [type=button] {
		float: right;
	}

	.catalog-simple-filter .ui-multiselect {
		width: 100%;
	}

	.catalog-simple-filter .ui-multiselect {
		width: 100% !important;
	}

	.catalog-simple-filter  .count-w .count,
	.catalog-simple-filter  .days-w .days {
		width: 100%;
		float: left;
	}

	#select-product-box {
		text-align: center;
	}

	#select-product-box a {
		white-space: nowrap;
	}
}
