.left_filter_block {
	
}
.box-heading {
	text-align: center;
	background: #363636;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	border-radius: 4px 4px 0 0;
}
.left_filter_block  .filter-content, .left_filter_block  .filter-content-auto {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	margin-bottom: 20px;
}
.filter-content select, .filter-content-auto select {
	margin-bottom: 10px;
}


.typesize_wrap {
    margin-bottom: 30px;
   
    margin: 10px 0;
    padding: 8px 0;
}
.typesize_type {
    margin: 10px 0;
}
.typesize_front_rear {
    float: left;
    margin-right: 30px;
}
.typesize_subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}
.typesize_item a {
    color: #333;
}
.typesize_item a:hover {
    color: #229ac8;
}
.typesize_item a.select, .typesize_item a.select:hover {
    color: #fff;
    background: #363636;
}

.typesize_wrap .link {
    text-align: right;
}
.typesize_wrap .link a {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.typesize_wrap .link a:hover {
   text-decoration: none;
}

.typesize_wrap .text_sizes {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.typesize_wrap .change_auto {
    font-size: 14px;
    color: #6ec8ea;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
}
.typesize_wrap .change_auto:hover {
    text-decoration: none;
}

.et_text {
	color: #999;
	font-size: 12px;
}
.et_text i, .typesize_item a i{
	color: red;
	margin-right: 3px;
}	

@media (max-width: 767px) {
	.typesize_wrap {
		padding: 8px 15px;
	}
}