.sbc_filter {
	/*padding: 24px 0;*/
	padding: 2px 0;
}
/*
	.sbc_filter {
		min-height: 417px;
	}
*/
	.sbc_filter .sbc_filter_param {
		min-height: 280px;
	}
	
	.sbc_filter div.sbc_filter_submit_box {
		position: absolute;
		bottom: 0;
		right: 0;
	}


@media screen and (min-width: 1200px) {
		
	.sbc_filter {
		min-height: 417px;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box,
	div.sbc_filter_row div.filter_cat_wheel_box {
		min-height: 487px;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box,
	div.sbc_filter_row div.filter_cat_wheel_box {
		flex-direction: column;
		align-items: unset;
		justify-content: space-between;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box .banner-info {
		flex: 1 0 auto;
		width: 100%;
		text-align: center;
	}
	
	div.sbc_filter_row div.filter_cat_wheel_box .banner-info {
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box .banner-info div {
		text-align: left;
	}
	
	div.sbc_filter_row div.filter_cat_wheel_box .banner-info div {
		padding-right: 20px;
		text-align: right;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box div.banner-image {
		width: unset;
		flex: 1 0 250px;
		display: flex;
		align-items: center;
		/*height: 100%;*/
	}
	
	div.sbc_filter_row div.filter_cat_wheel_box div.banner-image {
		/*display: flex;
		align-items: center;*/
		width: unset;
		/*height: 100%;*/
		flex: 1 0 285px;
	}
	
	div.sbc_filter_row div.filter_cat_tire_box div.banner-image img {
		width: 100%;
		height: auto;
		flex: 0 0 auto;
	}
	
	div.sbc_filter_row div.filter_cat_wheel_box div.banner-image img {
		width: 330px;
		height: auto;
		/*flex: 0 0 auto;*/
		position: absolute;
		top: -40px;
		left: -170px;
	}
	
	/*
	#sbcTabContent {
		min-height: 355px;
	}
	*/
	.sbc_filter .sbc_filter_param {
		min-height: 320px;
	}
	
	.sbc_filter div.sbc_filter_submit_box {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

.sbc_filter:after, .sbc_filter:before {
	display: table;
	content: " ";
}

.sbc_filter:after {
	clear: both;
}
.sbc_filter .control-label {
	height: 1.667em;
	display: block;
}
.sbc_filter .input-group .form-control {
	border-radius: 4px;
}
.sbc_filter #sbcTab li > a {
	min-height: 46px;
}
/*table result*/
.sbc_params_result {
	margin: 10px 0 20px 0;
}
.sbc_colum_result {
	text-align: center;
}
.sbc_colum_result > b {
	font-size: 2vh;
	font-weight: 500;
}
.sbc_table_result {
	text-align: center;
	width: 100%;
}
.sbc_table_result b,
.sbc_table_result th {
	font-size: 1.5vh;
	font-weight: 500;
}
.sbc_table_result th {
	text-align: center;
}
.sbc_table_result thead {
	text-align: center;
	background-color: #dddddd3d;
}
.sbc_table_result tr {
    height: 3vh;
}

@media screen and (max-width: 767px) {
	.sbc_table_result td {
		padding: 10px 0;
	}
}


/*area*/
.sbc_area {
	overflow: auto;
}
.sbc_area_show span {
	cursor: pointer;
	border-bottom: 1px dashed;
}

/*price*/
.sbc_price {
	margin-top: 1.41px;
}
.sbc_price label {
	margin-bottom: 14px;
	line-height: 34px;
	white-space: nowrap;
}
.sbc_price input {
	height: 34px !important;
	display: inline-block !important;
	margin-right: 5px;
}

/*tab*/
.sbc_tabs {
	/*width: 24px;
	height: 24px;
	margin-right: 5px;*/
}
.sbc_text_content_tabs {
	display: none;
}

.sbc_icon>img{
    max-width: 40px;
    max-height: 40px;
}
.sbc_icon.input-group-addon{
    width: 60px;
    background-color: transparent;
    border: 0px;
}

.input-group[class*="col-"] {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

@media (max-width: 767px) {
	.sbc_text_tabs {
		display: none;
	}
	.sbc_text_content_tabs {
		display: block;
	}
        .input-group[class*="col-"] {
            width: 100%;
        }
}

/*checkbox and radio*/
/*.sbc_checkbox label,
.sbc_radio label {
	margin-bottom: 0;
}*/

.sbc_cr_wrapper.active {
	position: absolute;
	background-color: white;
	z-index: 10;
	width: 90%;
	border: 1px rgb(204, 204, 204) solid;
	border-radius: 4px;
	padding: 10px;
}

/*select with img*/
.sbc_selectWithImg .dropdown-menu {
	width: 100%;
	overflow: hidden;
}
.sbc_selectWithImg .dropdown-menu ul {
	height: 400px;
	overflow-y: scroll;
	padding: 0;
	margin-right: -20px;
}
.sbc_selectWithImg .dropdown-menu a {
	display: flex;
	align-items: center;
	padding: 2px 0 2px 20px;
	color: inherit;
}
.sbc_selectWithImg .dropdown-menu span {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.sbc_selectWithImg .dropdown-menu img {
	max-height: 30px;
	max-width: 30px;
}
.sbc_selectWithImg .caret {
	position: absolute;
	right: 7px;
	top: 45%;
}
.sbc_selectWithImg button {
	text-align: left;
}

/*drop checkbox and radio*/
.sbc_drop_cr_wrapper {
	position: relative;
}
.sbc_drop_cr_wrapper .caret {
    position: absolute;
    right: 7px;
    top: 45%;
}
.sbc_drop_cr_wrapper button {
    text-align: left;
	width: 100%;
	background-color: #fff;
}
.sbc_dropdown_menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	max-height: 400px;
	overflow: scroll;
	float: left;
	min-width: 160px;
	padding: 5px 10px;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.open > .sbc_dropdown_menu {
	display: block;
}
.sbc_dropdown_menu label {
	display: block;
}

/*miniized template*/
.sbc_icon_min.input-group-addon{
	padding-top: 2px;
	padding-bottom: 2px;
	width: 50px;
	background-color: transparent;
	border: 0px;
}
.sbc_icon_min>img{
	max-width: 30px;
	max-height: 30px;
}

.btn.btn-link {
	margin-top: 10px;
}
.nav.nav-pills.nav-stacked {
	padding-top: 10px;
}



/* extras for yell */

.sbc_filter .control-label {
	height: unset;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px 5px 0 0;
	padding: 5px;
	/*border-color: ;*/
	border-left: 1px solid rgba(200,200,200,0.5);
	border-top: 1px solid rgba(200,200,200,0.5);
	border-right: 1px solid rgba(200,200,200,0.5);
	border-bottom: 1px dotted rgba(200,200,200,0.5);
	overflow: hidden;
}

.sbc_filter .form-control {
	border-radius: 0 6px;
	
}


.bg-sh{
	background: url(/image/catalog/filter/filter_tire_bg_01_c.png);
	background-position-y: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-ds{
	background: url(/image/catalog/filter/filter_wheels_bg_02_750.jpg);
	background-position-y: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.bg-au{
	background: url(/image/catalog/filter/filter_cars_bg_01_750.jpg);
	background-position-y: 100%;
	background-position-x: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (max-width: 540px) {
	
	.sbc_filter #sbcTab li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.sbc_tabs {
		width: auto;
		height: 50px;
	}
	
	.bg-sh{
		background: url(/image/catalog/filter/filter_tire_bg_04_mob.png);
		background-position-y: 60%;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.bg-ds{
		background: url(/image/catalog/filter/filter_wheels_bg_03_mob_c.png);
		background-position-y: 100%;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.bg-au{
		background: url(/image/catalog/filter/filter_cars_bg_02_mob_700.jpg);
		background-position-y: 60%;
		background-position-x: 0%;
		background-repeat: no-repeat;
		background-size: 120%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.sbc_filter #sbcTab li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.sbc_tabs {
		width: auto;
		height: 50px;
	}
	
	.bg-sh{
		background: url(/image/catalog/filter/filter_tire_bg_04_mob.png);
		background-position-y: 60%;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.bg-ds{
		background: url(/image/catalog/filter/filter_wheels_bg_03_mob_c.png);
		background-position-y: 100%;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.bg-au{
		background: url(/image/catalog/filter/filter_cars_bg_02_mob_700.jpg);
		background-position-y: 60%;
		background-position-x: 0%;
		background-repeat: no-repeat;
		background-size: 120%;
	}
	
}

/* 0-540, 768-991

@media (min-width: 992px) and (max-width: 1199px) {

 */

