/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2014 PresTeamShop
 * @license   see file: LICENSE.txt
 */

.clear_all_filters {
    margin-top: 11px;
}

.pts span.checkbox {

}

.pts select[id^=filter_select_] {
/*.pts .pts-form-control {*/
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    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: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 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;*/
    margin: 0px 10px 10px 5px!important;
}


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