#menu-left-new{
    width: 100%;
    max-width: 275px;
    height: auto;
    float: left; 
    margin: 0;
    padding: 0;
    border: none !important;
}

#menu-left-new *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-menu-left {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    border: #eee 1px solid;
    border-radius: 5px;
}

.top-box{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 20px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.top-box h4{
	width: -webkit-calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: calc(100% - 22px);
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: 400;
	text-align: left;
	text-transform:uppercase;
}

.top-box i{
	width: 12px;
	height: auto;
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
}

.box-menu-left-open .top-box i{
	-webkit-transform: rotateX(180deg) translateY(3px);
	-ms-transform: rotateX(180deg) translateY(3px);
	-o-transform: rotateX(180deg) translateY(3px);
	transform: rotateX(180deg) translateY(3px);
}

.container-box-menu-left{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.box-menu-left-open .container-box-menu-left{
	display: block;
}

.content-box-menu-left{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	padding: 0 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.combo{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.combo small{
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	color: #727270;
	padding: 0 20px;
	position: absolute;
	z-index: 500;
	cursor: pointer;
}

.combo h3{
	width: 100%;
	height: 66px;
	float: left;
	margin: 0;
	padding: 0 20px;
	color: #4C4C4B;
	font-size: 18px;
	line-height: 86px;
	background: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.combobox{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 20;
	
}

.combobox ::-webkit-scrollbar {
	width:3px
}
.combobox ::-webkit-scrollbar-track {
	background-color:#FFF;
	border-radius:0
}
.combobox ::-webkit-scrollbar-thumb {
	border-radius:0;
	background-color:#BBB
}

.combobox input[type="text"]{
	width: 100%;
	height: 32px;
	float: left;
	margin: 0;
	padding: 0 32px 0 15px;
	border: #BBB 1px solid;
	background: none;
	background-position: 15px 32px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	outline: none;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.combobox ::-webkit-input-placeholder {
	color: #333;
}
 
.combobox :-ms-input-placeholder {
	color: #333;
}
 
.combobox ::-moz-placeholder {
	color: #333;
}
 
.combobox :-moz-placeholder {
	color: #333;
}

.combobox i.search{
	width: 16px;
	height: 16px;
	float: right;
	margin: -24px 7px 0 0;
}

.combobox i.search svg{
	width: 16px;
	height: 16px;
	float: left;
	margin: 0;
}

.combobox i.search path{
	fill: #333;
}

.scroll-combobox{
	width: 100%;
	max-height: 240px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none
}

.scroll-combobox ul{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll-combobox ul li{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	cursor: pointer;
	list-style: none;
}

.scroll-combobox ul li:hover,
.scroll-combobox ul li.ativo{
	color: #f00;
}

.scroll-combobox ul li.ativo ins{
	opacity: 1;
}

.scroll-combobox ul li ins{
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: #333 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.scroll-combobox ul li ins i{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background: #333;
	opacity: 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.scroll-combobox ul li.ativo ins i{
	opacity: 1;
}

.filtro_combo{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filtro_combo span{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 14px;
	cursor: default;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.filtro_combo span:last-child{
	margin: 0 0 20px 0;
}

.filtro_combo span i{
	width: 14px;
	height: 14px;
	float: right;
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.filtro_combo span i svg{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.filtro_combo span i path{
	fill: #ddd;
}

.filtro_combo span i:hover path{
	fill: #f00;
}

#filtro-preco input[type="text"]{
	width: -webkit-calc((100% / 2) - 2.5px);
	width: -moz-calc((100% / 2) - 2.5px);
	width: calc((100% / 2) - 2.5px);
	height: 32px;
	float: left;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	text-align: left;
	border: #BBB 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#filtro-preco input[type="text"]:nth-child(2){
	float: right;
}

#area-slider-preco{
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	overflow:visible;
}

#slider-preco{
	height: 4px;
	background: #AAA;
	border: none;
	overflow:visible;
}

#slider-preco .ui-widget-header{
	background: #333;
	border: none;
}

#slider-preco span{
	width: 14px;
	height: 14px;
	background: #FFF;
	border: #333 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
}

#slider-preco span:hover{
	background: #eee;
}

#filtro-preco input[type="button"]{
	width: 100%;
	height: 32px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 32px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background: #333;
	outline: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.close-cp-busca .scroll-combobox{
margin-top: 0;
}

#filtro-preco{overflow: visible;}