/* 
    Created on : 28/03/2014, 02:32:54 PM
    Author     : PresTeamShop
*/

.clear_all_filters {
    margin-top: 11px;
}

.pts span.checkbox {
    
}

.pts select[id^=filter_select_] {
/*.pts .pts-form-control {*/
    box-shadow: none;
    padding: 3px 3px;
    background-color: #FFFFFF;
    border: 1px solid #D6D4D4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    /*color: #9C9B9B;*/
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 1.42857;
    padding: 3px 2%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 96%;
/*}*/

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border: medium none;*/
    /*height: 27px;*/
    /*left: 0;*/
    /*opacity: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    
    margin: 0 !important;
}


/*RESPONSIVE*/
@media (max-width: 767px) {
    .filterproductspro_seacher .clear_all_filters {
        display: none;
    }
}
/*/RESPONSIVE*/