/** Custom CSS **/
*,
::after,
::before {
  box-sizing: border-box;
}
/*240204*/
.pb-2 {
  padding-bottom: 10px;
}
.text-center {
  text-align: center;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  font-size: 12px;
  color: #2f524c;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding: 0px 0 10px;
  position: absolute;
  top: 99%; /* Position below the image */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext strong {
  font-weight: 500;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-weight: bold;
}

/*240204*/
.sc_container,
.sc_container-fluid,
.sc_container-lg,
.sc_container-md,
.sc_container-sm,
.sc_container-xl,
.sc_container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  background-color: #faf7ef;
}
.sc_card.sc_filter-card {
  padding: 0;
  margin: 0;

  box-shadow: unset;
}
.sc_price_range .pointer.low {
  cursor: pointer !important;
}
.sc_range input[type="range"]::-webkit-slider-runnable-track {
  margin-top: -8px;
  background-color: transparent !important;
  border: none;
  position: relative;
  height: 0 !important;
  z-index: 1 !important;
}

.ctm_wdt {
  position: relative;
}

.ctm_wdt input {
  width: 85%;
  position: relative;
}

.ctm_wdt span.sc_ct_top {
  position: unset;
  top: 35px;
  right: 5px;
  height: 100%;
  display: flex;
  width: 36px;
  border-left: none;
  border-top-right-radius: 5px;
  align-items: center;
  border-bottom-right-radius: 5px;
  justify-content: center;
  /*background-color: #ededed;*/
  color: #495057;
}
/*07-9-23*/
.sc_filter-card h2 {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f524c;
}
.sc_filter-card select {
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  border-radius: 5px;
  background-image: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-256.png);
  appearance: none;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
.sc_search_id {
  display: flex;
  gap: 10px;
  width: 100% !important;
  flex-direction: column;
  justify-content: left;
}
.sc-weight {
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sc_search_id input {
  width: 100%;
  padding: 7px 15px !important;
  border: 1px solid #ebebeb !important;
  font-size: 14px;
  border-radius: 5px;
}
.sc_filter-card .sc_form-check-inline label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.sc-weight label {
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  font-weight: bold;
  color: #adadad;
}
.sc-weight span {
  padding-left: 0px;
  color: #adadad;
  font-weight: bold;
}
.sc_filter-card {
  padding: 20px;
}
.sc-weight input {
  width: 40%;
}
.sc-weight input:focus-visible,
.sc_search_id input:focus-visible {
  outline: none;
}
.sc_main_weight .sc_sub_mian_inner label {
  margin-bottom: 1px;
}
.multiselect-dropdown span.placeholder {
  color: #4e4e4e !important;
  font-size: 14px;
  text-transform: capitalize;
}

/*07-9-23*/
/* 11-9-23 */
/* .sc_gap-top {
  margin-top: 30px !important;
} */
.sc_main_weight_ctm {
  position: relative;
}
/* .sc_main_weight_ctm:after {
  position: absolute;
  content: '';
  border: 1px solid #e9e9e9;
  width: 559px;
  height: 100%;
  top: 15px;
  left: -14px;
  border-radius: 3px;
} */
.sc_main_weight_ctm h5.sc_title_weight {
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 16px;
  margin: 0;
}

.sc_btn_block {
  text-align: center;
  margin-top: 20px;
}
.selected-range {
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}
.search-panel .back-bar .clickable-dummy {
  background: #e3e3e3;
  transform: translateY(3px);
}
.sc_main_weight .sc_sub_mian_inner span.sc_ct_top {
  text-align: right;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.sc_main_weight {
  display: flex;
  width: 100%;
  gap: 16px;
}
.sc_main_weight .sc_sub_mian_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sc_main_weight .sc_sub_mian_inner label {
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  font-weight: bold;
  color: #000;
  width: 100%;
}
.sc_main_weight .sc_sub_mian_inner input {
  padding: 8px 12px;
  border: 1px solid #cacaca;
  font-size: 14px;
  border-radius: 5px;
  width: 100% !important;
  border: none;
}
.sc_main_weight .sc_sub_mian_inner input:focus-visible {
  outline: none;
}
div.multiselect-dropdown {
  height: 36px;
  width: 100% !important;
  padding: 7px 15px !important;
  line-height: 18px;
  border: solid 1px #ebebeb;
}
.multiselect-dropdown span.optext {
  font-size: 14px;
  line-height: 20px;
  margin-right: 2px !important;
}
.search-panel {
  margin-top: 20px;
}
.sc_mb-3 {
  margin-bottom: 2px;
}
.multiselect-dropdown-list div:first-child {
  display: none;
}
/* 11-9-23 */

@media (min-width: 576px) {
  .sc_container,
  .sc_container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sc_container,
  .sc_container-md,
  .sc_container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .sc_container,
  .sc_container-lg,
  .sc_container-md,
  .sc_container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sc_container,
  .sc_container-lg,
  .sc_container-md,
  .sc_container-sm,
  .sc_container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .sc_container,
  .sc_container-lg,
  .sc_container-md,
  .sc_container-sm,
  .sc_container-xl,
  .sc_container-xxl {
    max-width: 1320px;
  }
}
#advanced-section {
  display: none; /* Hide the section by default */
  /*padding: 0px 30px;
  margin: 0px 30px;*/
}
.et_pb_section {
  padding: 10px 0;
}
.sc_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.sc_row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.sc_g-5,
.sc_gx-5 {
  --bs-gutter-x: 48px;
}
.sc_g-5,
.sc_gy-5 {
  --bs-gutter-y: 48px;
}
.sc_g-4,
.sc_gy-4 {
  --bs-gutter-y: 24px;
}
.sc_g-4,
.sc_gx-4 {
  --bs-gutter-x: 24px;
}
.sc_g-3,
.sc_gy-3 {
  --bs-gutter-y: 1rem;
}
.sc_g-3,
.sc_gx-3 {
  --bs-gutter-x: 1rem;
}
.sc_g-2,
.sc_gy-2 {
  --bs-gutter-y: 0.5rem;
}
.sc_g-2,
.sc_gx-2 {
  --bs-gutter-x: 0.5rem;
}
.sc_g-1,
.sc_gy-1 {
  --bs-gutter-y: 0.25rem;
}
.sc_g-1,
.sc_gx-1 {
  --bs-gutter-x: 0.25rem;
}
.sc_g-0,
.sc_gy-0 {
  --bs-gutter-y: 0;
}
.sc_g-0,
.sc_gx-0 {
  --bs-gutter-x: 0;
}

.sc_col {
  flex: 1 0 0%;
}
.sc_col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.sc_col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.sc_col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.sc_col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.sc_col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.sc_col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.sc_col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.sc_col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.sc_col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.sc_col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.sc_col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.sc_col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .sc_col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .sc_col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .sc_col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .sc_col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .sc_col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .sc_col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .sc_col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .sc_col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .sc_col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .sc_col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .sc_col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .sc_col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.sc_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: #fff;*/
  background-clip: border-box;
  border-radius: 8px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}
.sc_filter-card,
.sc_table-card {
  padding: 32px;
  margin: 25px 0;
}
.sc_table-card {
  padding: 32px 0;
}
.sc_filter-card h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 24px;
}
.sc_heading h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-top: 0px;
  margin: 0;
  color: #32524c;
  text-transform: capitalize;
}
.sc_form-check-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* .sc_form-check-input {
    vertical-align: top;
    background-color: #fff !important;   
    border: 1px solid rgba(0,0,0,.25) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25em;
    -webkit-print-color-adjust: exact;
    width: 16px !important;
    height: 16px !important;
} */
.form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.sc-table-list .tablenav-pages {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  padding: 0 32px;
}

.sc-table-list .tablenav.top {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  justify-content: end;
  margin-bottom: 24px;
}

.sc-table-list span.pagination-links {
  display: flex;
  align-items: center;
  width: 100%;
}

.sc-table-list span.paging-input {
  display: flex;
  align-items: center;
}
.sc-table-list .pagination-links .button {
  background-color: #2f524c !important;
  margin: 5px !important;
  min-width: auto !important;
  border-radius: 4px;
}
.sc-table-list .tablenav-pages .paging-input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  margin: 0 5px;
}
.sc_search_id h5 {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.sc-table-list .tablenav-pages .tablenav-paging-text {
  display: flex;
  margin: 0 5px 0 10px;
}
.sc-table-list span.total-pages {
  margin-left: 5px;
}
.sc-table-list tfoot,
.sc-table-list .tablenav.bottom {
  display: none;
}
.sc_filter_result table thead th {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.sc_filter_result a {
  text-decoration: unset !important;
}
.sc_filter_result table thead {
  border-top: 1px solid #f5f5f5;
}
.sc_filter_result td.Action a {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.42rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #fff;
  background: #2f524c;
}
/** Range Slider CSS **/
.slider-container.theme-green {
  width: 100% !important;
}
.pointer.low {
  transform: translateX(8px);
}

.pointer.low,
.pointer.high {
  width: 16px !important;
  height: 16px !important;
  /* border-top: 10px solid transparent !important;
  border-left: 12px solid #27484b !important;
  border-bottom: 10px solid transparent !important;
  border-right: 0 !important; */
}
/* .pointer.high {
  width: 0 !important;
  height: 0 !important;
  border-top: 10px solid transparent !important;
  border-right: 12px solid #27484b !important;
  border-bottom: 10px solid transparent !important;
  border-left: 0 !important;
} */
.theme-green .back-bar .pointer {
  background: #32524c !important;
  border-radius: 50%;
}
.pointer-label.high {
  right: 0 !important;
  left: auto !important;
}
/* .sj_shape {
  margin-bottom: 32px;
  border-bottom: 1px solid #cccc;
  padding-bottom: 30px;
} */
.sc_filter-card input.sc_submit {
  background: #2f524c !important;
  border-radius: 4px;
  display: inline-block;
  font-family: inherit;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
}
.sc_filter-card a.sc_submit {
  background: #2f524c !important;
  border-radius: 4px;
  display: inline-block;
  font-family: inherit;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
}
.sc_filter-card input.sc_submit:hover,
.sc_printLeftCntnt button:hover {
  background: #212121 !important;
}
.sc_table-card span.tablenav-pages-navspan.button,
.pagination-links a.button {
  display: inline-block;
  font-family: inherit;
  background-color: #2f524c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
}
.sc_table-card .pagination-links input.current-page {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.sc_table-card .displaying-num,
.sc_table-card .tablenav-paging-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.sc_filter_result table thead th,
.sc_filter_result table td {
  border: 0 !important;
}

/** Range Slider **/
.sc_range {
  display: flex;

  position: relative;

  margin-bottom: 40px;
}

.sc_range input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2b524c !important;
}

/* .sc_range:before {
  content: '';
  background: #e3e3e3;
  width: 98%;
  height: 6px;
  position: absolute;
  z-index: -1;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
} */

/* Styling for the range slider */

.sc_range input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background-color: #2b524c;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
  margin-top: 13px;
  border-radius: 0 !important;
  outline-offset: unset !important;
}

/* Styling for the slider thumb (handle) */

/* Styling for the alphabet labels container */

.sc-alphabet-labels {
  display: flex;

  justify-content: space-between;

  padding: 0 2px;

  /* margin-top: 20px; */
}

/* Styling for each alphabet label */

.sc-alphabet-label {
  font-size: 14px;
}
.sc-alphabet-label-pol,
.sc-alphabet-label-cut,
.sc-alphabet-label-fluo,
.sc-alphabet-label-sym,
.sc-alphabet-label-clar {
  font-size: 11px;
}
.sc_price_range .theme-green .back-bar,
.sc_wgt .theme-green .back-bar {
  height: 6px;
  border-radius: 0;
  background-color: transparent !important;
  background-image: unset !important;
}
.slider-container.theme-green {
  border: unset;
}
.pointer-label.low {
  left: 0 !important;
}
/* .scale {
  display: none;
} */
/**  End Custom CSS **/

.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #c1bfbf;
  border-radius: 2px;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 14px);
  margin-top: 3px;
  margin-left: 8px;
  z-index: 3;
  background: #2b524c;
  /*background: #2f524c;*/
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  /*cursor: col-resize;*/
  cursor: pointer;
  opacity: 1;
  z-index: 4;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -24px;
  font-size: 14px;
  /*background: white;*/
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 14px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
/* .theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
} */

.theme-green .back-bar .pointer {
  width: 22px;
  height: 22px;
  top: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #aaa;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #666;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #666;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b1d1f9),
    to(#64a8f9)
  );
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #aaa;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
/*Filter Details*/

.sc_ctmContainer {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.sc_parentprint {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  /* border: 1px solid black;  */
  background-color: #ffffff;
  box-shadow: unset;
}

.sc_print {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.product__image img {
  margin: 0 auto;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.sc_printLeftCntnt h5 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 22px;
  color: #262626;
}

.sc_printLeftCntnt p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #9b9b9b;
}

.mt-30 {
  margin-top: 25px !important;
  margin-bottom: 1px !important;
}

.sc_printLeftCntnt h6 {
  margin: 0px;
  font-size: 22px;
  letter-spacing: 1.5px;
  color: #262626;
}

.sc_printLeftCntnt button {
  background: #70a8ac !important;
  border: none;
  outline: none;
  margin-top: 24px;
  color: #fff !important;
  padding: 14px 20px;
  min-width: 150px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sc_printTable {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.sc_ctmTableContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9b9b9b;
}

.sc_ctmTableContent p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #9b9b9b;
}

.product__carousel {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.sc_filter_result {
  max-width: inherit !important;
  background-color: #ffffff;
}

.sc_filter_result .sc-table-list {
  overflow-x: auto;
}

.sc_filter_result table thead {
  /* border: 2px solid #ddd;
    background-color: #f1f1f1; */
}

.sc_filter_result table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border: 1px solid #ddd; */
}

.sc_filter_result th,
td {
  text-align: left;
  padding: 8px 12px;
}

.sc_filter_result td {
  font-size: 14px;
}

.sc_filter_result tr {
  border-bottom: 1px solid #f5f5f5;
}

/* Updated css 23-jan-2024 */
.theme-green .back-bar .pointer {
  background: #32524c !important;
  border-radius: 50%;
}
label.form-check-label img.gold {
  /* Add your styling for the "gold" state here */
  /* For example, change the border color to gold */
  border-color: gold;
}
label.form-check-label input[type="checkbox"] {
  display: none;
}
label.form-check-label img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 5px;
}
label.form-check-label input[type="checkbox"]:checked + img,
label.form-check-label input[type="checkbox"]:hover + img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.sc_range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #2b524c !important;
  cursor: pointer;
  z-index: 5;
  margin-top: -4px;
  border-radius: 50% !important;
  position: relative;
}
.sc_range input[type="range"]::-moz-range-thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  background-color: #2b524c;
}

.sc-row-wrap {
  display: grid;
  /* grid-template-columns: 1fr 1fr; two columns*/
  grid-template-columns: 1fr;
  gap: 16px;
}

.sc-row-wrap > .sc_row {
  width: 100%;
  /*background: #ffffff;*/
  border-radius: 5px;
  border: none;
  margin: 0;
  padding: 16px 4px;
}

.sc-weight-wraper {
  display: grid;
  grid-template-columns: 1fr 36px;
  border: 1px solid #cacaca;
  border-radius: 5px;
}

.sc_range:after {
  content: "";
  background: #e3e3e3;
  width: 98%;
  height: 6px;
  position: absolute;
  top: 10px;
  /* z-index: -1; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1024.98px) {
  .sc_main_weight_ctm:after {
    display: none;
  }
  .sc_gap-top {
    margin-top: 0 !important;
  }
  .sc_filter-card select {
    margin-bottom: 20px;
  }
  .sc_main_weight_ctm h5.sc_title_weight {
    padding: 0;
  }
  .sc-row-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .ctm_wdt input {
    width: 100%;
  }
  .ctm_wdt span.sc_ct_top {
    right: 0;
  }
  .sc_main_weight_ctm h5.sc_title_weight {
    padding: 0;
  }
  .sj_shape {
    margin-bottom: 10px;
  }
  .sc_main_weight .sc_sub_mian_inner:first-child {
    margin-bottom: 25px;
  }
  .sc_main_weight_ctm:after {
    display: none;
  }
  .sc_gap-top {
    margin-top: 0px !important;
  }
  .sc_main_weight {
    display: block;
  }
  .print {
    grid-template-columns: 1fr;
  }

  .printTable {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .wp-block-quote {
    padding-left: 10px;
    padding-right: 0;
  }
  .sc_card {
    padding: 23px 10px;
    box-shadow: none;
  }
  .sc_table-card {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  }
  .sc-weight input {
    width: 100%;
    margin-bottom: 10px;
  }
  .sc_search_id {
    display: block;
  }
  .sc_search_id input {
    width: 100%;
  }

  .sc_filter-card h2 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  div.et_pb_row {
    width: 100%;
  }
  .sj_filter .sc_btn_block {
    margin-top: 16px;
  }
}

/*************************Modal Css**************************/

.guldModal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  z-index: 999;
  top: 0%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50%;
}

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

.guldModal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.guldModal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.guldBtn-open {
  position: absolute;
}

.guldBtn-close {
  transform: translate(10px, -10px);
  padding: 0.5rem 0.7rem;
  background: #eee;
  border-radius: 50%;
}

.guldOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.guldHidden {
  display: none;
}

.viewmodaldiv {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  top: 5%;
  left: 0;
  right: 0;
  z-index: 999;
}
.guldloading {
  min-height: 200px;
}
.guldloading p {
  color: #000;
  font-size: 20px;
  text-align: center;
}

/*****************No ui slider custom css*************/
.slider {
  margin: 10px 15px 45px;
  height: 11px;
}

.slider .noUi-connect {
  background: #32524c;
}

.slider .noUi-handle {
  height: 22px;
  width: 22px;
  top: -5px;
  right: -11px;
  border-radius: 11px;
  background: #32524c;
  box-shadow: none;
  cursor: pointer;
}

.noUi-handle:after,
.noUi-handle:before {
  background: unset;
}

.noUi-pips-horizontal {
  top: -45px;
}

.noUi-marker-large {
  background: unset;
}

.noUi-marker {
  position: absolute;
  background: unset;
}

/**   CSS 20-Feb 2024    **/
.sc-row-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sc-row-wrap > .sc_row {
  width: calc(50% - 8px);
  background: transparent;
  border-radius: 8px;
  border: 1px solid transparent;
}
a#advanced-link {
  padding: 16px 0;
}
#advanced-section {
  display: none;
  width: 100%;
}
.advanced-wraper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.sc-alphabet-labels > div {
  width: 100% !important;
}
div.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 21px;
  right: -11px;
  top: -7px;
}
.noUi-handle:after,
.noUi-handle:before,
.noUi-handle:after,
.noUi-handle:before {
  opacity: 0;
}
div.noUi-target {
  background: #e0e0e0;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
}
div.noUi-horizontal {
  height: 10px;
}
.page-id-36 .et_pb_column {
  z-index: unset;
}

.page-id-36 .et_builder_inner_content {
  z-index: unset;
}
.page-id-36 .slide-out-panel-container.open {
  height: 100vh !important;
  overflow: auto;
  width: 100% !important;
  max-width: max(325px, 50%) !important;
}
.sc_row.sc_row_full {
  width: 100%;
}

.sc_row.sc_row_4 {
  width: calc(33.33% - 12px);
}
.sc_row.sc_row_full.sc_row_full_gap .sc_col-lg-4 {
  width: calc(33.33% - 16px);
}
.sc_row.sc_row_full.sc_row_full_gap {
  justify-content: space-between;
}
.sc_row.sc_row_full.sc_row_full_gap .sc_col-lg-8 {
  width: calc(66.66% - 8px);
}
.sc_row.sc_row_full.sc_row_full_gap .sc_row .sc_col-lg-4 {
  width: 33.33%;
}

@media (max-width: 991px) {
  .sc-row-wrap > .sc_row {
    width: 100%;
  }
  .sc_row.sc_row_4,
  .sc_row.sc_row_full.sc_row_full_gap .sc_col-lg-4,
  .sc_row.sc_row_full.sc_row_full_gap .sc_col-lg-8,
  .sc_row.sc_row_full.sc_row_full_gap .sc_row .sc_col-lg-4 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .sc-table-list .tablenav-pages {
    padding: 0;
    flex-direction: column;
    align-items: start;
  }
  .sc-table-list .tablenav-pages .paging-input {
    min-width: 110px;
  }
  span.displaying-num {
    margin-left: 5px !important;
  }
  .sc-table-list .tablenav.top {
    margin-bottom: 10px;
  }
  label.form-check-label img {
    width: 44px;
    height: 44px;
    padding: 3px;
  }
}

@media (max-width: 400px) {
  div.noUi-value {
    font-size: 10px;
  }
  .sc_table-card span.tablenav-pages-navspan.button,
  .pagination-links a.button {
    padding: 12px 14px;
  }
}

.detailHeading {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
