.category_title {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0 8px;
}

.quantity-results {
    margin-bottom: 8px;
    float: left;
}
.quantity-results {
    color: #333;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 400;
}

.filters_group {
    padding-right: 15px;
    margin-bottom: 32px;
}
.filters_group .dt-title {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 12px;
    line-height: 1.25;
    color: #000;
}
.filters_group dd {
    display: table;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px;
}
.filters_group dd h3 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
.filters_group dd a {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.filters_group dd span {
    font-weight: 300;
    color: #999;
    font-size: 14px;
    margin-left: 2px;
}

.applied-filters {
    clear: both;
    display: block;
    margin-top: -4px;
    padding-right: 15px;
    width: 100%;
	margin-bottom:20px;
}
.applied-filters a {
    line-height: 10px;
    margin: 8px 0;
    overflow: hidden;
    text-decoration: none;
}
.applied-filters dd {
    float: left;
    margin: 4px 12px 8px 0;
    position: relative;
}
.applied-filters dl dd {
    padding: 0 8px;
    background: #ececec;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.applied-filters dd h2.applied-fliter {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
    min-height: 26px;
}
.applied-filters dl dd h2 {
    font-size: 13px;
    color: #666;
	margin:0px;
}
.applied-filters dd h2 {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding-right: 16px;
}
.applied-filters dd .close_icon {
    position: absolute;
    right: 7px;
    top: 2px;
}

.price-filter_fieldset, .price-filter_actions, .price-filter_column, .price-filter_label {
    float: left;
	font-weight:400;
}
.price-filter_value {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #999;
    height: 24px;
    width: 142px;
    text-align: left;
    padding: 0 4px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.price-filter_column:first-child::after {
    color: #999;
    content: "\2014";
    float: left;
    font-size: 12px;
    line-height: 2px;
    margin: 0 4px;
    padding: 12px 0;
}
.price-filter_actions {
    margin-left: 8px;
}
.filter-action-btn_disabled {
    background-color: #e0e0e0;
    pointer-events: none;
}
.filter-action-btn {
    background-color: #3483fa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 24px;
    padding-top: 0;
	border:0px;
}

.filter-action-btn_disabled {
    background-color: #e0e0e0;
    pointer-events: none;
}



.bread-buy {
}

.bread-buy li{
	display:table-cell;
	background-image: url(../../imgs/chevron-bread.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:18px;
	font-size:13px;
}

.bread-buy li:last-child{
	background-image:none;

}

.bread-buy li a{
	color:#666;
	letter-spacing:-0.37;
}

.bread-buy li a:hover{
	color: #06C;
}

.box-filtrar{
    width: 50%;
    padding: 9px 10px;
    border: solid 1px #ececec;
    display: block;
    float: left;
	border-right:none;
	margin-bottom:5px;
}

.box-filtrar a{
	color:#6d6d6d;
	font-size: 13px;
}

.box-ordenar{
	margin-right:15px;
	display:none;
}

.btn-ordenar {
    color: #6d6d6d;
    letter-spacing: -0.40px;
    font-size: 13px;
}
.drop-edit {
    margin-top: 5px !important;
    border: solid 1px #efefef !important;
    left: auto !important;
    background-color: white;
}


@media (max-width: 767px) {
.box-ordenar{
    width: 50%;
    padding: 9px 10px;
    border: solid 1px #ececec;
    display: block;
    float: left;
	margin-right:0px;
	margin-bottom:5px;
}
}

.price-filter_fieldset, .price-filter_actions, .price-filter_column, .price-filter_label {
    float: none;
}
.price-filter_column:first-child::after{
    content:"";
    float:none;
    margin:0;
}
.price-filter_value{
    /*width: auto;*/
}
.filter-action-btn{
    display: inline;
}
.filters_group{
    padding-right: 0px;
}
form.price-filter{
    max-width: 166px;
}