.SFX_module {
  padding: 10% 0%;
}

/*Top Banner Shape*/
.Search_SFX_page_title_block {
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    /*-webkit-mask-image: url(/images/Lonpac/GFX_Hero_Search-Page.svg);*/
  /* -webkit-mask-position-y: bottom;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat; */
  background-color: #f7f7f7;
  min-height: 100vh;
  padding-top: 70px;
}

/*Search bar*/

.Search_SFX_search_bar_group {
  top: 45%;
  float: none;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
}

.Search_SFX_search_bar {
  margin: auto;
  max-width: 95%;
}

.BTN_search {
  position: absolute;
  top: 5px;
  right: 21px;
  border-radius: 30px;
  padding: 18px 0px;
  width: 130px;
  font-size: 16px;
  height: 60px;
  background-color: #377dff;
  color: #ffffff;
  border: 4px solid #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.BTN_search img {
  margin-bottom: 1px;
}

.BTN_search:hover {
  background-color: #003d7d;
  cursor: pointer;
}

.SFX_Search_Product_module {
  padding-left: 10%;
  padding-right: 10%;
}

.SFX_Search_Pills_Block {
  overflow-x: auto;
  display: flex;
}

.SFX_Search_Pills {
  margin: auto;
  width: fit-content;
  display: flex;
  justify-content: center;
}

.SFX_Search_Pills > li > a {
  padding: 20px 100px;
  background: #f2f2f2;
  color: #868686;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  text-align: center;
  height: 60px;
}

.SFX_Search_Pills > li:first-child > a {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.SFX_Search_Pills > li:last-child > a {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.tab-content {
  margin-top: 50px;
}

.SFX_Search_table {
  height: 100%;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  background: #ffffff;
  border-collapse: separate;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #377dff;
  font-weight: 600;
  table-layout: fixed;
  margin: auto;
}

.SFX_Search_table img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.SFX_Search_table td:last-child img {
  height: 32px;
  width: 32px;
  margin: 5px 0px;
}

.SFX_Search_table td {
  padding: 5% 0%;
  border-right: 1px solid #e5e5e5;
  width: 16.67%;
  vertical-align: top;
}

.SFX_Search_table td:last-child {
  border-right: none;
}

.SFX_Product_Category_Context {
  padding-top: 30px;
  /*font-size: 16px;
    color: #377dff;*/
}

#search {
  border-radius: 50px;
  font-size: 18px;
  color: #464646;
  font-weight: 500;
  height: 70px;
  padding-left: 25px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dfdfdf;
  color: #838383;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
  color: #ffffff !important;
  background-color: #377dff;
  pointer-events: none;
}

.SFX_no_float {
  float: none;
}

/* General styling for the image */
.Search_responsive-image {
  display: block;
  max-width: 100%; /* Ensures image doesn't overflow its container */
  height: auto; /* Maintains aspect ratio */
  margin: 0 auto; /* Center the image if needed */
}

@media screen and (max-width: 767px) {
  .BTN_search {
    width: 60px;
  }

  .SFX_Search_Pills_Block {
    padding: 0px 15px;
  }

  .SFX_Mobile_Side_Padding {
    padding: 0px 15px;
  }

  .Search_SFX_search_bar_group {
    margin-top: 80px;
  }

  .Search_responsive-image {
    width: 127px;
    height: 100px;
  }
}

@media screen and (max-width: 1040px) {
  .SFX_Search_Product_module {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane {
    overflow-x: auto;
  }

  .SFX_Search_Pills > li > a {
    padding: 20px 75px;
  }

  .SFX_Search_table {
    width: 70%;
    min-width: 290px;
  }

  .SFX_Search_table td {
    display: inline-block;
    width: 100%;
  }

  .SFX_Search_table td {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .SFX_Search_table td:last-child {
    border-bottom: none;
  }

  .Search_SFX_page_title_block {
    /*background-image: url(/images/Lonpac/banner_shape_mobile.svg);*/
    /*-webkit-mask-image: url(/images/Lonpac/banner_shape_mobile.svg);*/
  }
}

/* Tablet view */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Search_responsive-image {
    width: 155px;
    height: 122px;
  }
}

/* Desktop view */
@media screen and (min-width: 1025px) {
  .Search_responsive-image {
    width: 155px;
    height: 122px;
  }
}
