#filterpro_box .box-content {
    position: relative;
    padding: 10px 15px;
}
#filterpro_box input {
    /*margin: 0;*/
}
#filterpro_box td, #filterpro_box th, #filterpro_box input, #filterpro_box select, #filterpro_box a {
    /*font-family: 'Amaranth';*/
	vertical-align: middle;
}
#filterpro_box td {
    padding-bottom: 2px;
}

#filterpro_box a, #filterpro_box a:visited {
    /*color: #D14747;*/
}
#filterpro_box .option_box {
	/*border:1px solid #ccc;*/
	margin-bottom:20px;
	padding:0 5px;
	/*border-radius:5px;*/
}
#filterpro_box .option_box.form-check {
    padding-left: 1.5em !important;
}
#filterpro_box .option_box .option_name {
	/*background:#efefef;*/
	color:#787878;
	padding:5px;
	margin-left:-5px;
	margin-right:-5px;
	margin-bottom: -8px;
	cursor:pointer;
	font-size:14px;
}
#filterpro_box .option_box table{
	margin-bottom: 5px;
    margin-top: 5px;
}
#filterpro_box input[type="text"] {
	background:#FFF;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
#filterpro_box .price_limit {
    border: 1px solid #b0b0b0;
    /* color: #38B0E3; */
    font-weight: 300;
    width: 50px;
    min-width: 50px;
    text-align: center;
    margin-left:3px;
    margin-right:3px;
}
#filterpro_box .ui-widget-header {
    background: #3595bf;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}
#filterpro_box .ui-state-hover, #filterpro_box .ui-state-focus, #filterpro_box .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}
#filterpro_box #slider-range {
	margin:10px 5px;
}
#filterpro_box .min_price_text{
	color:#808080;
}	
#filterpro_box label{
	/*color:#787878;*/
}
#filterpro_box a.clear_filter {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    margin: 5px 10px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
#filterpro_box a.clear_filter:hover {
    text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #3595bf !important;
	border-radius: 7px;
}
#filterpro_box .circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #787878;
    color: #787878;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
#filterpro_box .circle:hover {
    background: #3594BD;
    color: #fff;
}

.option_name_more {
    margin-right: 0 !important;
    text-align: right;
    line-height: 15px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #42cbff !important;
}
.option_name_more:hover {
    text-decoration: none;
}
.option_box.form-check, .option_box .form-check {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    color: #00364A;
}
