
/* --- button tabs --- */
.tabs-container.product_extra.product_tabs button{
    background: none;
    background-color: none;
    padding: 12px 0 8px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

body .module-filter-36 .panel-group .panel-heading button{
    justify-content: space-between;
    font-family: 'Poppins';
    font-weight: 500;
    color: rgba(105, 105, 115, 1);
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 5px;
    padding-left: 0px;
    display: inline-flex;
    background: none;
    background-color: transparent;
    width: 100%;
}

body .module-filter-36 .panel-group .panel-heading button:hover{
    color: rgba(51, 51, 51, 1); 
}

body .module-filter-36 .panel-group .panel-heading button i{ display: none; }

body .module-filter-36 .panel-group .panel-heading button:before{
    content: '\f067' !important;
    font-family: icomoon !important;
    margin-right: 3px;
    order: 10;
}

#reset_options{
    background-color: transparent;
    background: none;
    color: #337ab7;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	text-align: left;
    outline: none;
}
#reset_options:hover{
	color: rgba(3, 35, 102, 1);
	text-decoration: none;
}