#resultados ul {
    list-style: none;
    margin-left: 0;
}
#resultados li {
    display: inline-block;
    width: 220px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: box-shadow .2s;
}
#resultados li:nth-child(4n) {
    margin-right: 0;
}
#resultados li h2 {
    margin: 10px 0;
    height: 54px;
    overflow: hidden;
    font-size: 18px;
}
#resultados li .price {
    min-height: 25px;
}
#resultados p {
    font-size: 13px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
	display: none;
}
#resultados .thumb {
    overflow: hidden;
    height: 220px;
}
#resultados .thumb img {
    max-height: 100%;
    transition: transform .2s;
    margin: 0 auto;
}
#filter-form input {
    margin: 0;
    background-image: none;
    height: 40px;
    float: left;
    border-radius: 0;
    padding: 0 10px;
}
#filter-form input[type="submit"] {
    border-left: none;
}
#form-cep input[type="submit"] {
    background-image: none;
    border-radius: 0;
    border-left: none;
}
#form-cep input {
    float: left;
    height: 35px;
}
#form-cep {
    float: right;
}
#form-cep span {
    float: left;
    line-height: 35px;
    margin-right: 10px;
}
#resultados #pagination {
    text-align: center;
}
#resultados #pagination a, 
#resultados #pagination span {
    border: 1px solid #ccc;
    padding: 3px 7px;
    margin: 0;
}
#header-resultados h1.page-title {    
    display: inline-block;
    text-transform: none;
    margin: 15px 0;
}
#header-resultados h1.page-title span {
    text-transform: uppercase;
}
#resultados li:hover img {
    transform: scale(1.05);
}
#resultados li:hover {
    box-shadow: 0px 4px 8px #ccc;
}
#header-resultados > .hr_dotted {
    background-image: none;
    border-top: 1px dashed;
	margin-bottom: 10px;
}
.result-total {
    margin-bottom: 10px;
}
#header-resultados .search-filters li {
    display: inline-block;
    margin-right: 50px;
}
#header-resultados .search-filters {
    margin: 0;
    list-style: none;
}
.range-slider .ranges {
    display: inline-block;
    margin: 30px 0 20px;
    position: relative;
    width: 100%;
}
.range-slider input[type="submit"] {
    display: inline-block;
}
.range-slider .rangeValues {
    position: relative;
    top: -25px;
}
#sidebar .search-filter-by-price.widget {
    display: block;
}
#sidebar #global_filter_attributes h3,
#sidebar .rating-reviews h3,
#sidebar .global-sub-categories h3,
#sidebar .global_filter_attributes h3,
#sidebar .search-search-order-by-price h3,
#sidebar .search-results-by-location h3,
#sidebar .search-filter-by-price h3 {
    text-align: center;
    background-color: #0f8839;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
#global_filter_attributes.widget,
.global-sub-categories.widget,
.rating-reviews.widget {
    border: 1px solid #eeee;
}
#sidebar div.widget {
    width: calc(100% - 2px);
}
#sidebar .search-results-by-location h3 {
  font-size: 1.1em;
}
#sidebar .search-search-order-by-price #form-order,
#sidebar .search-results-by-location #form-location,
#sidebar .search-filter-by-price #form-filters {
  border: 1px solid #eee;
  padding: 10px;
  margin: 0;
}
#sidebar .search-results-by-location input[type="submit"],
#sidebar .search-filter-by-price input[type="submit"] {
    display: block;
    transition: background .2s;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    color: #767676;
    font-weight: bold;
    background-image: none;
    background-color: #f1efef;
    border-color: #cdc6c6;
}
#sidebar .search-results-by-location input[type="submit"]:hover,
#sidebar .search-filter-by-price input[type="submit"]:hover {
    background-color: #d8d8d8;
}
#sidebar .search-results-by-location input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}
#form-order .orderby {
    position: absolute;
    right: 0;
    top: -50px;
}
#form-order {
    margin-bottom: 0;
}
#sidebar .attributes .attribute {
    padding-left: 0;
    margin-left: 0;
}
#sidebar .attributes .attribute > span {
    text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.range-slider {
  position: relative;
  text-align: center;
}
.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #F1EFEF;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  overflow: hidden;
  left: 0;
  width: 100%;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413F41));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #dad8da 0, #413F41 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
#content .flexBannerr.patrocinados {
    margin-top: 20px;
    margin-bottom: 10px;
}
#header-resultados.not-found {
    display: none;
}
.global-sub-categories h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#primary #sidebar #global_filter_attributes,
#primary #sidebar .global-sub-categories {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#sidebar #global-categories .cat {
    margin-left: 0;
    padding-left: 0;
}
#global_filter_attributes #search-attributes,
.global-sub-categories #search-category {
	width: 100%;
	padding: 0 10px;
}
#form-attributes .fa-search,
#form-sub-categories .fa-search {
    position: absolute;
    right: 10px;
    top: 7px;
    border-left: 1px solid;
    font-size: 20px;
    padding-left: 10px;
}
#form-sub-categories #submit-category {
    border: none;
    position: absolute;
    right: 0;
    z-index: 2;
    background: none;
    top: 0px;
    height: 36px;
    text-indent: -100px;
    width: 45px;
}
#form-attributes,
#form-sub-categories {
    margin-bottom: 0;
}
#global-categories .check_category {
    margin-right: 10px;
    vertical-align: middle;
}
#sidebar .rating-reviews h3 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#sidebar #reviews-list li {
    margin-left: 0;
	padding-left: 0;
	position: relative;
}
#sidebar #reviews-list .plus {
    display: inline;
    float: right;
}
#reviews-list input:after {
	content: '\73\73\73\73\73';
}
#sidebar #reviews-list label:before {
	content: "\53\53\53\53\53";
	color: #fc0;
}
#sidebar .attributes .attribute .atrib,
#sidebar #global-categories .son {
    padding: 5px 0px 5px 20px;
    background-image: url(../img/arrow-category.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	border-bottom: none;
}
#sidebar #global-categories .cat .children {
    margin: 4px 0;
}
#sidebar #global-categories .has-child {
    padding-bottom: 0;
}
#reviews-list input:after,
#sidebar #reviews-list label:before {
	font-family: star;
	top: 4px;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	left: 20px;
	position: absolute;
	letter-spacing: 3px;
	overflow: hidden;
}
#sidebar .keep-showing {
	display: block !important;
}
#sidebar #reviews-list label {
	color: transparent;
	cursor: pointer;
}
#sidebar #reviews-list label[for="star-4"]:before {
    width: 80px;
}
#sidebar #reviews-list label[for="star-3"]:before {
    width: 60px;
}
#sidebar #reviews-list label[for="star-2"]:before {
    width: 40px;
}
#sidebar #reviews-list label[for="star-1"]:before {
    width: 20px;
}
.global-sub-categories .open-list,
#global_filter_attributes .open-list {
	margin-right: 10px;
    display: block;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}
#sidebar .short-list {
    max-height: 338px;
    overflow: hidden;
}
.widget .attributes,
#global-categories {
	transition: max-height .3s;
	max-height: 900px;
	overflow-y: scroll;
}
#global_filter_attributes .attribute-name {
    font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
#global_filter_attributes .attribute .atrib {
    margin: 0;
    padding-left: 0;
}
#global_filter_attributes .atrib {
    margin-left: 0;
    padding-left: 0;
}
#global_filter_attributes .atrib.chosen a:before {
    content: "\f057";
    font-family: FontAwesome;
    color: #d20000;
    margin-right: 5px;
}
#global_filter_attributes .check_attribute {
    margin-right: 10px;
}
#global_filter_attributes .attribute {
    margin-bottom: 20px;
}
#global_filter_attributes .attribute:last-of-type {
    margin-bottom: 0;
}
#sidebar #global_filter_attributes .attributes,
#sidebar #form-attributes,
#global_filter_attributes .attribute,
#sidebar #form-sub-categories,
#sidebar #reviews-list,
#sidebar #global-categories {
    max-width: 90%;
    margin: 10px auto 0;
}

/********RESPONSIVIDADE*********/
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
    div#sidebar.sb-left {
        width: 185px;
    }
    #resultados li, 
    #resultados li:nth-child(4n) {
        margin-right: 20px;
    }    
    #resultados li:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1023px){
    #form-cep {
        margin-bottom: 10px;
        float: none;
    }
    #header-resultados h1.page-title {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px){
    #resultados li {
        width: 175px;
    }
    #resultados li:nth-child(2n) {
        margin-right: 0;
    }
    #resultados .thumb {
        height: 173px;
    }
    ul.Banners_Sidebar li div img {
        max-height: auto;
    }
    ul.Banners_Sidebar .container_img {
        padding-top: 0;
    }
    #sidebar .search-search-order-by-price #form-order, 
    #sidebar .search-results-by-location #form-location, 
    #sidebar .search-filter-by-price #form-filters {
        border-left: none;
    }
    .breadcrumbs {
        line-height: 30px;
    }
}
@media only screen and (max-width: 479px){ 
    #resultados li {
        width: 155px;
        padding: 0 0 5px 0;
    }
    #resultados .thumb {
        height: 155px;
    }
    #resultados .price {
        font-size: 12px;
    }
    div#sidebar .Banners_Sidebar .container_img {
        height: auto;
    }
    div#sidebar .Banners_Sidebar li {
        width: 160px;
        margin: 0 auto 20px !important;
        float: none;
    }
    #resultados p {
        display: none;
    }
    #resultados li h2 {
        font-size: 14px;
        line-height: 18px;
        padding: 0 5px;
        height: 34px;
        font-family: Lato,sans-serif;
    }
    #resultados .price del {
        font-size: 12px;
    }
}