.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;
}
.filters_group .dt-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 12px;
    line-height: 1.25;
	color: #63beb7;
	position: relative;
}

.filters_group .dt-title.accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    float: right;
    transition: all 0.5s;
	color: #bfbfbf;
}

.filters_group .dt-title.accordion-toggle.flecha-in {
	margin-bottom: 0px;
}

.filters_group .dt-title.accordion-toggle.flecha-in:before {
    font-family: 'Glyphicons Halflings';
    content: "\e081";
    float: right;
    transition: all 0.5s;
}

.filters_group dd {
    /*display: table;*/
	
	max-height: 164px;
    overflow-y: auto;
	margin-right: 5px;
}

.filters_group dd::-webkit-scrollbar {
	width: 8px;
}
.filters_group dd::-webkit-scrollbar-button {
	width: 8px;
	height: 5px;
}
.filters_group dd::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius: 5px;
}
.filters_group dd::-webkit-scrollbar-thumb {
    background: #d2d3d4;
    border: thin solid #bfbfbf;
    border-radius: 5px;
}
.filters_group dd::-webkit-scrollbar-thumb:hover {
	background:#7fb000;
}	

.filters_group dd h3 {
    margin: 0;
    font-size: 14px;
	font-weight: 300;
    margin: 0 0 8px;
}
.filters_group dd a {
    color: #111;
    font-weight: 400;
    font-size: 14px;
	position: relative;
}
.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;
}

.filters_group_option {
    position: relative;
}

.filters_group_option .current:after {
	content: '\f05d';
	position: absolute;
	top: 2.1px;
	right: -18px;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1 FontAwesome;
	color: #428bca;
}

.applied-filters dd {
    float: left;
    margin: 4px 12px 8px 0;
    position: relative;
}
.applied-filters dl dd {
padding: 1px 13px;
    background: #ececec38;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #4CAF50;
}
.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: #4CAF50;
    margin: 0px;
    font-weight: 500;
}
.applied-filters dd h2 {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding-right: 14px;
}
.applied-filters dd .close_icon {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #4CAF50;
}

.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 #cdcdcd;
    height: 31px;
    width: 62px;
    text-align: left;
    padding: 0 7px;
}
input[type=number] {
    -moz-appearance: textfield;
}

.price-filter_label {
	margin-bottom: 8px;
}
.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: 0px;
}
.filter-action-btn_disabled {
    background-color: #e0e0e0;
    pointer-events: none;
}
.filter-action-btn {
background-color: #201944;
    -webkit-border-radius: 50%;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    /* height: 28px; */
    /* line-height: 28px; */
    position: relative;
    text-align: center;
    /* width: 24px; */
    padding-top: 0;
    padding: 9px 12px;
    border: 0px;
    color: white;
    font-weight: 500;
}

.filter-action-btn:hover {
	background-color: #7fb000;
}

.filter-action-btn .fa {
	font-size:12px;
}

.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: 48%;
	padding: 9px 10px;
	border: solid 0px #c9c9c9;
	background-color: #dbdbdb;
	color: black;
	border-radius: 3px;
	display: block;
	float: left;
	border-right: none;
	margin-bottom: 5px;
	box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 21%);
}

.box-filtrar a{
	color: #111;
	font-size: 13px;
	margin: -9px;
	display: block;
	padding: 10px;
}

.box-ordenar{
  margin-right:15px;
  display:none;
}

.btn-ordenar {
	color: #111;
	font-size: 13px;
	margin: -9px;
	display: block;
	padding: 10px;
}
.box-ordenar .drop-edit {
    margin-top: 5px !important;
    border: solid 1px #efefef !important;
    left: auto !important;
    background-color: white;
	position: absolute;
}


@media (max-width: 767px) {
.box-ordenar{
	float: right;
	margin-right: 0px;
	width: 48%;
	padding: 9px 10px;
	border: solid 0px #c9c9c9;
	background-color: #dbdbdb;
	color: black;
	border-radius: 3px;
	display: block;
	border-right: none;
	margin-bottom: 5px;
	box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 21%);
}
}

.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;
}


@media (max-width: 987px) {


.filters_group .dt-title {
    font-size: 16px;
}

.filters_group dd a {
    font-size: 14px;
}

}

@media (min-width: 767px) {
.filters_group{
    padding: 15px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 3px 1px 6px 0 rgb(137 137 137 / 12%);
}
}


.accordion {
  margin-bottom: 20px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.accordion-content.show {
  display: block;
}
	
.accordion-content {
max-height: 0;	
  transition: max-height 0.5s;
}
