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{
  margin-inline: 1px;
  padding: 10px 20px;
  padding-bottom: 9px;
  padding-top: 13px;
  float: left;
  background: #f7f7f7;
  font-weight: 400;
  cursor: pointer;
}

.search-tab-link{
  padding-inline: 20px;
  padding-bottom: 9px;
  padding-top: 13px;
  float: left;
  background: #F7F7F7;
  cursor: pointer;
  text-decoration: none!important;
  color: #333!important;
}

.search-tab.active{
  background: #f3f3f3;
  color: #FF761A;
  border-bottom: 2px solid #FF761A;
  /*border: 1px solid #dcdcdc;*/
  /* border-bottom: 0; */
  position: relative;
  /* background: #f3f3f3; */
  top: 0px;
  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;
  transition: transform .2s;
}

.part-result img.part-image:hover {
  transform: scale(4);
  background: #fff;
}

@media (max-width: 1300px){

}

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

@media (max-width: 900px){
  #sorter{
    display: none;
  }
}
.mobile_head_content{
  display: none;
}
.mobile_sponsor{
  display: none;
}
#matchingproducts #search-product{ 
display: none;
}
.div-banner-mobile{
  display: none!important;
}
@media (max-width:767px) {
  #inline_ad_template .row-fluid {
  display: block!important;
  }
  #inline_ad_template .row-fluid .inline_ad_template_col{
    width: 100%!important;
    text-align: center!important;
    border: 1px solid #eee!important
    }
  .conn_box {
    width: 120px!important;
    float: inherit!important;
    display: inline-block!important;
    margin-right: 0px!important;
    margin-bottom: 5px!important;
}
#inline_ad_template .inline_ad_template_col .ad_sponsored_icon {
  float: inherit!important;
  margin-right: 0px!important;
  margin-top: 0px!important;
}
#inline_ad_template .row-fluid .inline_ad_template_col .ad_link_button {
  margin-right: -6px!important;
  position: inherit!important;
}
.conn_box .img_div {
  width: 120px!important;
}
.conn_box .con_box_label {
  width: 120px!important;
}
.featured_content {
  text-align: center!important;
}
  .conn_title_sect {
    width: 100%!important;
    float: inherit!important;
  }
  .conn_title {
    font-size: 18px!important;
}
.conn_title br{
  display: none!important;
}
  .featured_buttons .stock_available_button{
    float: initial!important;
    margin: auto!important;
  }
  .tooltip.top{
    display: none!important;
  }
  .div-banner-mobile{
    display: flex!important;
    margin-top: 10px;
  }
  .modal {
    position: fixed!important;
  }
  .price-result p{
    margin-top: 8px!important;
    font-size: 17px!important;
  }
  .no_ml.autocomplete{
    display: flex!important;
  }
  .mobile-search-right{
    float: right!important;
  }
  #filter-options,h1.search_title{
    display: none;
  }
  #matchingproducts p{
    display: inline-block!important;
    font-size: 12px!important;
    font-weight: 600!important;
    margin: 0px!important;
    line-height: initial!important;
  }
  #matchingproducts #search-product{ 
    width: 53%!important;
    text-align: left!important;
    float: left!important;
  }
  .section-heading{
    width: max-content!important;
  }
  .search-filter-section{
    width: 100%!important;
  }
  .search-filters{
    overflow: auto;
  }
  .callout-banner .description-text{
    max-width: 100%!important;
  }
  .callout-banner .div-banner{
    display: none;
  }
  .div-banner,.div-banner-mobile{
    width: 100%!important;
    justify-content: left!important;
  }
  .table tr:nth-child(even){
    background: transparent!important;
  }
  #related-search-carousel{
    display: contents!important;
  }
  #related-search-carousel .title{
    margin-top: 75px;
  }
  .current-page {
    padding: 0px 14px;
  }
  .pagination a{
    padding: 0px 14px; 
  }
  .pagination *:nth-child(8) {
    display: inline-block;
    line-height: 18px;
    /* margin-left: inherit; */
  }
  /* .pagination *:nth-child(1) {
    margin-left: inherit;
  } */
  table.search-results-table, .search-results-table tbody,.search-results-table thead,.search-results-table tbody,.search-results-table th,.search-results-table td,.search-results-table tr {
    display: block!important;
    float:left!important;/* ie9 fix */
    width:100%!important;
    clear:both!important;
  }
  table.search-results-table{
    border: none!important;
    overflow: initial!important;
  }
  .search-results-table thead tr {
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important;
  }
  .search-results-table tr {
    border: 1px solid #ccc!important;
    margin-top: 30px;
  }
  .search-results-table td,.search-results-table th {
    height: fit-content!important;
    border: none!important;
  }
  .search-results-table td:before {
    float: left!important;
    width: 59%!important;
    padding: 0 0 0 1%!important;
    margin-left: -61%!important;
    font-weight: 600;
    font-size: 17px;
    color: black!important;
    text-align: left!important;
  }
  .search-results-table .manufacturer_mobile{
    padding-left: 8px!important;
    border-bottom: 1px solid #ccc!important;
  }
  .manufacturer_mobile_img{
    display: none;
  }
  .search-results-table td{
    text-align: left!important;
    padding-left:38%!important;
   -moz-box-sizing:border-box!important;
   -webkit-box-sizing:border-box!important;
    box-sizing:border-box!important; 
   }
   .avail_icon{
     text-align: left;
     margin: 0px!important;
   }
   .featured_img img {
    width: 150px;
  }
  .manuf_img img{
    margin:auto;
  }
  .title_container{
    display: inline-block;
    margin-left: 20px;
   }
  .title_container a{
    font-size: 18px;
    font-weight: 700;
  }

  .title_container span{
    font-size: 13px;
    font-weight: 700  
  }
  .featured_buttons_alt {
    text-align: center;
    margin-top: 15px;
    margin-right: 0px;
  }
  .featured_buttons{
    margin-bottom:0px;
  }
  .search-results-table .inline_ad_part .s-btn-small{
   margin-right: 0px!important;
    padding: 10px 30px!important;
  }
 .featured_buttons .s-btn-small{
  margin-right: 0px!important;
  padding: 10px 30px!important;
  }
  .search_title {
  text-align: center!important;
  }
 .featured_part{
  background: white;
  margin-bottom: 0px!important;
  border: 1px solid #ccc!important;
  text-align: center!important;
  padding: 8px 6px 8px 6px!important;
 }
 .search-results-table .inline_ad_template_container{
   margin-bottom: 0px!important;
 }
 .featured_data_icons{
   padding-right: 0px;
 }
  .inline_data_icons{
    padding-right: 0px;
  }
  .search-results-table td:nth-of-type(2) {display: none!important;}
  .search-results-table td:nth-of-type(3) {display: none!important;}
    /* td:nth-of-type(1) {display: none!important;} */
    .search-results-table .in-line_ad::before {
      display: none!important;
  }
  .search-results-table .in-line_ad{
    text-align: center!important;
  }
  .search-results-table .inline_ad_part .sponsored_indicator_wrapper{
    display: none!important;
  }
  .featured_part .sponsored_indicator_wrapper{
    display: none!important;
  }
  .featured_part img.sponsor-3d {
    margin-right: 0px!important;
  }
  .featured_data_icons span {
    display: none!important;
  }
  .inline_data_icons img.sponsor-3d {
    margin-right: 0px!important;
  }
  .inline_data_icons span {
    display: none!important;
  }
  .mobile_head_content{
    display: flex;
    align-items: center;
  }
  .mobile_sponsor{
    display: block;
    background: #3b6285;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .search-results-table td:nth-of-type(1):before {content: "Manufacturer:";}
  .search-results-table td:nth-of-type(2):before {content: "Image:";}
  .search-results-table td:nth-of-type(3):before {content: "Part:";}
  .search-results-table td:nth-of-type(4):before {content: "Package:";}
  .search-results-table td:nth-of-type(5):before {content: "Availability:";}
  .search-results-table td:nth-of-type(6):before {content: "Avg. Price (USD):";}
  .search-results-table td:nth-of-type(7):before {content: "Description:";}
  .search-results-table td:nth-of-type(8):before {content: "Data Available:";}
}
.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;
}

.search-filters {
  border: 1px solid #d9d9d9;
  margin: 0px 20px 0px 20px;
  padding: 1rem;
  max-height: 200px;
  display: none;
}

.d-flex {
  display: flex !important;
}


.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.btn-clear {
  text-decoration: underline !important;
  color: #3a5c84 !important;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}

.btn-see-parts {
  background: #3a5c84;
  color: #FFFFFF;
  width: 80px !important;
  height: 32px;
  border-radius: 3px;
  border: none;
}

.w25 {
  width: 25%;
}

.search-filter-section {
  padding-left: 20px;
  border-right: 1px solid #d9d9d9;
}

.search-filter-section:last-child {
  border-right: 0px;
}

.search-filter-section .section-heading {
  font-size: 14px;
  font-weight: 600;
  color: #3A3A3A; 
}

.mr-10 { margin-right: 10px;}
.ml-10 { margin-left: 10px;}
.mt-10 { margin-top: 10px;}
.mb-10 { margin-bottom: 10px;}

.filter-list-item {
  display: flex;
}

.align-items-stretch {
  align-items: stretch !important;
}

.list-item-label {
  margin-top: 5px;
  margin-left: 10px;
}

.filter-list {
  height: 140px;
  overflow: auto;
  margin-right: 20px;
}

.cad-filters {
  display: flex;
  flex-flow: wrap;
}

.cad-filters div {
  width: 30%;
  margin-bottom: 20px;
}

.cad-filters div img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}

.adv-search {
  border-radius: 4px;
  height: 40px;
  margin-top: -10px;
  margin-left: 7px;
  color: #fff;
  cursor: pointer;
}

.adv-search-selected { 
  border-radius: 4px;
  height: 40px;
  margin-top: -10px;
  margin-left: 7px;
  color: #fff; 
  cursor: pointer;
  display: none;
}

/**************************** toggle ******************************/ 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fd772f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fd772f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*************************** scrollbar *******************************/ 
div::-webkit-scrollbar {
  width: 6px;
}

div::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  
div::-webkit-scrollbar-thumb {
  background: #888; 
}

div::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#col-data-available {
  min-width: 200px;
}