nav[role=navigation] span[aria-current=page] span {
    color: #FFF;
    background-color: #4c4c4c;
  }

  .smcp_part_price_stock ul li.price label {
    font-weight: 600;

  }
    em {
      
      font-weight: 600;
    }
      .suggestions {
          max-height: 200px;
          overflow-y: auto;
      }

      .result_item_link {
        line-height: 16px;
      }
      
      .result_item_link a {
        color: blue;
        font-size:12px;
        text-decoration:underline;
      }

      .search_result_title {
        
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 12px;
      }

      .search_result_title a {
        color: #0000ff;
      }

      .search_result_title a:hover {
        text-decoration: underline;
      }

      .search_result_content {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;

      }

      .dartd.smcp_part_price_stock {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 6px;
      }


      .autocomplete-suggestions {
        left: 145px;
        right: 0;
        position: absolute;
        border: 1px solid #ddd;
        background: white;
        max-height: 400px;
        overflow-y: auto;
        /* width: 100%; */
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        display: none;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        /* padding-top: 10px; */
        padding-bottom: 18px;

        border-top: 0;
      }

      .autocomplete-suggestions {
        
      }

  /* Styling each suggestion item */
  .suggestion-item {
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }

  /* Highlight on hover */
  .suggestion-item:hover {
    background-color: #f0f0f0;
  }

  /* Styling for when the input is active */
  
  #search_q:focus {
    outline: none;
    /* border-color: #4285f4; */
  }

  #search_q.ac_open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }

  /* Highlight selected item */
  .suggestion-item.selected {
    background-color: #e0e0e0;
  }

  #search_form {
    display: flex;
    justify-content: center;
    align-items: center;

  }

  #search_form_inner {
    width: 100%;
    max-width: 800px;
    margin: 20px;
    position: relative;
  }

  #search_form_inner, #search_form_inner > div, #search_form_inner > div > button {
    height: 42px;
  }

  #search_form_inner > div > button > img {
    height: 100%;
  }

  /* #search_form_inner #search_q {
    max-width: 500px;
  } */

  /* #search_form_inner .search_q_container, #search_form_inner .search_button_container {
    float: left;
  } */

  .search_q_container {
    width: 100%;
  }

  
  .search_q_container input {
    padding-left: 165px;
    padding-right: 86px;
  }

  #search_form_inner .search_button_container {

    position: absolute;
    right: 0;
    top: 0;
  }

  #search_form_inner .search_button_container button {
    margin-top: 0;
    /* height: 41.9px; */
  }

  #search_form_inner .search_button_container button img {
    height: 100%;
  }


  .suggestions_hr_line {
    /* margin-left: 20px; */
    margin-right: 20px;
    height: 10px;
    border-top: solid 1px #ddd;
  }


  .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
    cursor: pointer;
  }

  .no_results_container {
    text-align: center;
  }

  .no_results_container a {
    color: blue;
    font-size:14px;
    text-decoration:underline;
    margin-right: 6px;
  }

  #results {
    margin-bottom: 30px;
  }

  #results > .result-item {
    padding: 20px 16px;
    border: solid 1px #f0f0f0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #results > .result-item:hover {
    border: solid 1px #f0f0f0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }

  .search_results_term_heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .search_results_term_heading span {
    color: rgba(30, 58, 138);
    font-weight: 600;
    font-size: 32px;
  }

  .page_heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #downloadrohs.disabled {
    background-color: #f0f0f0;
    color: #b6b6b6;
    cursor: default;
  }

  /* .pdf_result_item .search_result_title {
    background: url(/assets/images/getpdf.png) no-repeat left center;
    padding-left: 20px;

  } */

  .smc_sp_home_main_category .main_cat_name h3  {
    font-size: 16px;
  }

  .smc_sp_home_sub_categories {
    font-size: 14px;
    color: #2f5fdf;
    text-decoration: underline;
  }

  .smc_sp_home_sub_categories a:hover {
    
    color: #1e3a89;
  }

  .category_heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #104179;
  }

  .breadcrumb {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
  }

  .breadcrumb li {
    display: inline;
  }

  .breadcrumb a {
    color: #104179;
  }

  
.breadcrumb li::after {
    content: ">";
    margin: 0 6px;
    color: #104179;
}

.breadcrumb li:last-child::after {
    content: "";
}
    

.breadcrumb a:hover {
    text-decoration: underline;
}


.smc_sp_category_item_card, .smc_sp_part_item_card {
    border: 1px solid #f0f0f0;
    padding: 16px;
    /* margin-bottom: 20px; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.smc_sp_category_item_card h3, .smc_sp_part_item_card h3 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    line-height: 22px;
    color: #2072BC !important;
}

.smc_sp_category_item_card p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}




.smc_sp_part_item_card h3 {
    display: inline-block;
}


.open_link_icon {
    background-image: url(/assets/images/external_link.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.search_icon {
    background-image: url(/assets/images/search.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
  

.open_link_icon:hover {
    background-image: url(/assets/images/external_link-active.svg);
    background-repeat: no-repeat;
}

.search_icon:hover {
    background-image: url(/assets/images/search-active.svg);
    background-repeat: no-repeat;
}


.smc_sp_part_item_card .btn-icon-open.open_link_icon, .smc_sp_part_item_card .btn-icon-search.search_icon {
    background-size: 19px 19px;
    line-height: 19px;
}

.smc_sp_part_item_card h3 {
    margin-right: 10px;
}


.top_navigations  {
  background: url(/assets/images/blue-navigation.png);
  text-transform: uppercase;
  font-style: italic;
}
.top_navigations li a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    
}

.smc_sp_product_content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
}

.smc_sp_product_content ul {
    list-style: disc;
    padding-left: 40px;
}

/* #search_type_dd_button {
    padding-left: 4px;
} */

/* #search_type_dd_button {
    width: 100%;
} */

/* #search_type_dd_button::after {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg class='w-2.5 h-2.5 ms-2.5' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-left: 7px;
}

#search_type_dd_button.open::after {
    transform: rotate(180deg);
} */


#search_type_dropdown {
    position: absolute;
    top: 50px;
    /* background: #f3f4f6; */
    border: #d1d5db solid 1px;
}

#search_type_dd_container {
    min-width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


#esr_submit_btn[disabled] {
    background-color: #f0f0f0;
    color: #b6b6b6;
    cursor: default;
}

#static_section {
  position: relative;
}

#results, #static_section {

  background: url(/assets/images/OCP-watermark.png) no-repeat top center;
  background-size: 80% auto;
  background-repeat: repeat-y;
}

.intro-content {
  
  display: flex;
  justify-content: center;
  align-items: center;

}

.intro-content > div {
  max-width: 800px;
    text-align: center;
}


.pb_buttons a {
  font-weight: 600;
  background: rgb(25,101,185);
  background: -moz-linear-gradient(0deg, rgba(25,101,185,1) 0%, rgba(57,150,254,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(25,101,185,1) 0%, rgba(57,150,254,1) 100%);
  background: linear-gradient(0deg, rgba(25,101,185,1) 0%, rgba(57,150,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1965b9",endColorstr="#3996fe",GradientType=1);
}

.pb_buttons a:hover {
  
    background: rgb(57,150,254);
    background: -moz-linear-gradient(0deg, rgba(57,150,254,1) 0%, rgba(25,101,185,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(57,150,254,1) 0%, rgba(25,101,185,1) 100%);
    background: linear-gradient(0deg, rgba(57,150,254,1) 0%, rgba(25,101,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3996fe",endColorstr="#1965b9",GradientType=1);
}