.nxt_pf_list label {
    display: none;
}

body {
padding: 0px;
margin: 0px;
}
.nxt_pf_body { 
    max-width: 100%;
}
.nxt_pf_container {
	padding: 0px;
}

#nxt_pf_list li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-appearance: none;

}
#nxt_pf_list li select {
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    text-transform: uppercase;
    border: 1px solid #bbb;
    cursor: pointer;
    background: url(https://cdn7.bigcommerce.com/s-8urkqds0ab/product_images/uploaded_images/select-arrw.png) 95% center no-repeat;
    background-color: #f7f7f7;
    width: 100%; 
}
.nxt_pf_actions {
    clear: both;
    text-align: center;
}
.nxt-btn-search {
    background: #326600;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: 100%;
    padding: 0px 0px;
    height: 50px;
    font-size: 0px;
    display: inline-block;
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    text-transform: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
}
ul#nxt_pf_list {
    margin: 0px;
    padding: 0px;
}
a#nxt-btn-search:after {
    content: "FIND MY RUG";
    font-size: 16px;
    font-weight: 600;
}
.nxt_pf_result_count {
    display: none;
}

@media screen and (min-width: 768px) {
#nxt_pf_list li {
    width: calc(25% - 15px);
}

#nxt_pf_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
a#nxt-btn-search {
    max-width: 270px;
    margin: auto;
}


}
@media screen and (min-width: 1000px) {
.nxt_pf_actions {
    clear: none;
    text-align: center;
    float: right;
    width: calc(20% - 20px);
}
form#product-finder-form {
    width: 80%;
    float: left;
}
}