body{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#results, #paginator{
    margin: 20px;
}

.table{
    border: 1px solid #dcdcdc;
}

.part-result2 a{
  font-weight: 600;

}

.table tr:nth-child(even) {
    background-color: #fbfbfb;
}

.table th{
  padding:15px 6px 15px 10px;
  background: #f7f7f7;
}
.table td{
  padding: 8px 6px 8px 10px;
  vertical-align:middle;
}

table.table thead tr th span{
  font-size: 10px;
}
.current-page{
    background-color: rgb(255, 138, 5);
    text-align: center;
    border: 1px solid rgb(255, 138, 5);
    color: #fff;
    font-weight: 600;
    padding: 5px 18px;
}
.pagination a{
    float: none;
    padding: 5px 18px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.pagination a:first-child{
   border-left-width: 1px;
}
.preview_placeholder{
    width:100px;
    height:100px;
    text-align: center;
    font-size: 14px;
    color:#777;
    background: #ddd;
}
    .preview_placeholder p{
        padding: 30px 10px 25px 10px;

    }
    .preview_placeholder2{
        width:75px;
        height:75px;
        text-align: center;
        font-size: 34px;
        color:#ddd;
        line-height: 75px;
        background: none;
    }

#matchingproducts{
  text-align: right;
}

#matchingproducts p{
  line-height: 15px;
  font-weight: 400;
  font-size: 12px;
  color:#999;
  margin-right: 4px;
  font-family: "Open Sans", Sans-serif;
}

#matchingproducts p#matchingproductsvalue{
    font-size: 35px;
    font-weight: 300;
    font-family: "Open Sans", Sans-serif;
    color: #555;
    line-height: 42px;
    margin-bottom: 0;
    margin-right: 0px;
}
.btn-sort{
    padding: 0px 10px;
    height:30px;
    line-height: 30px;
    border-radius: 30px;
    border:1px solid #0088cc;
}

.search-header{
  padding: 20px;
  margin: 0 20px 20px 20px;
  background-color: #f3f3f3 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  /*border: 1px solid #dcdcdc;*/
  /*height: 80px;*/
}

.search-tabs{
  margin: 20px 20px 0px 20px;
  display: table;
  /*overflow: hidden;*/
}

.search-tab{
  padding: 10px 20px;
  padding-bottom: 9px;
  padding-top: 13px;
  float:left;
  /*background: #f7f7f7;*/
  font-weight:400;
  cursor: pointer
}

.search-tab.active{
  /*border: 1px solid #dcdcdc;*/
  border-bottom: 0;
  position: relative;
  background: #f3f3f3;
  top: 1px;
  z-index: 10;
  padding-bottom: 10px;
  padding-top: 11px;
  font-weight:600;
}

.package-example{
    margin-left: 0 !important;
}

.package-example p{
    font-size: 14px;
}

.search-tab span{
  font-weight: 400;
}

.no_ml{
  margin-left: 0 !important;
}

#search-col{
  width: 415px !important;
  float: left;
}
.searchForm{
  display:block;
  margin:0;
}

.inpt-search{
    width:100%;
    height: 30px !important;
}
#filter-options *{
    float: left;
    /*margin-right: 10px; */
}
#filter-options span{
  margin-right: 10px;
}

.searchForm label{
  display: inline !important;
  margin-right: 10px;
  margin-left: 5px;
}

.btn-search{
  height: 40px;
  display: block;
  padding: 0 30px;
  border-radius: 3px;
  background-color: #fd772f;
  color: #fff;
  border:0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
  .btn-search:hover{
    background-color: #f15d13;
  }

.result-col{
    float: left;
    width: 100%;
    text-align:center;
    margin-bottom: 20px;
}


ul.sort-by {
  list-style: none;
  float: left;
  margin:0;
  margin-left: 20px;
}

.sort-by *{
  float: left;
}

.sort-by i{
  float: initial
}
.sort-by li{
  color: black;
  background: #fff;
  font-size: 14px;
  color: #545454;
  line-height: 30px;
  height:30px;
  margin-right: 10px;
  font-size:12px;
}

#sort-by-label{
  box-shadow: none;
  background-color: transparent;
  line-height:30px;
  margin-left: 10px;
  /*font-weight: bold;*/
  font-size:12px;
}
.sort-by .active a{
  background-color: #0088cc;
  border-radius: 30px;
  overflow: hidden;
}
.sort-by a:hover{
  text-decoration: none;
  color:#fff;
  background-color: #0088cc;

}
.sort-by .active a{
  color: white;
}
#sorter{
  min-width: 400px;
}

.search_request_button{
  text-decoration: none;
  color: #FF671A;
  padding: 5px 10px;
  border: 1px solid #FF671A;
  font-size:12px;
  border-radius: 30px;
}
.search_request_button:hover{
  text-decoration: none !important;
  color: #fff;
  background: #FF671A;
}
.search_request_button i{
  margin-right: 3px;
}
.part-result img.data-icon{
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 5px;
}

.part-result img.data-icon:last-child{
  margin-left:6px;
}
.part-result img.data-icon:first-child{
  margin-left: 6px;
  margin-right: 6px;
}

.part-result img.part-image{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1300px){

}

@media (max-width: 1200px){
  #matchingproducts{
    display: none;
  }
}

@media (max-width: 900px){
  #sorter{
    display: none;
  }
}

.search-message{
    visibility: visible;
    font-family: 'Open Sans';
    font-size: 16px;
    padding-left: 30px;
    line-height: 30px;
}
.search-message ul li{
  font-weight: lighter;
  line-height: 22px;
}
