@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap");

.page-content {
  padding: 10px 0;
}

.width-200 {
  width: 200px !important;
}

body {
  font-size: 14px !important;
}

body,
#sticky_bar,
.bg-auto {
  background-color: #fff;
}

.error_msg {
  color: black;
  font-size: 24px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

table {
  border-collapse: collapse !important;
}

caption,
th,
td {
  font-weight: inherit !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfcfd;
}

#interim-theme *:not(i):not(#portal_title) {
  font-family: "Figtree", sans-serif !important;
}

#diamond_portal {
  display: flex;
  justify-content: center;
  align-items: center;
}

#portal_title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

#inventory_toggle .intl_btn:not(.selected) {
  background-color: #f5f5f5 !important;
  color: black;
}

.input-css-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.input-css-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

hr {
  margin: 10px 0 !important;
}

#cart_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
}

#content {
  position: initial !important;
}

#action_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: #fff;
  padding: 10px 0 0 0;

  border-bottom: 1px solid #e7ecf1;
}

/* Force parent wrappers to allow sticky positioning (removes overflow: hidden) */
body,
html,
.site,
.site-content,
.site-inner,
#content,
.content-area,
.page-content,
.entry-content,
.wrapper,
#interim_app,
#interim-theme {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #e7ecf1;
}

.btn-group-xs>.btn,
.btn-xs {
  font-size: 14px !important;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

#intl_search {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}

#intl_hr {
  width: 20%;
  margin: 3px auto;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 125, 121, 0.35), rgba(0, 0, 0, 0));
}

#intl_tagline {
  margin: 18px;
  font-size: 16px;
  color: #939c9c;
  font-weight: 500;
  letter-spacing: 1px;
}

#intl_search h4 {
  color: #161616;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

#intl_search h4 a {
  color: #979797;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

#intl_search h4 a:hover {
  color: #979797 !important;
}

#intl_search .search_shapes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
}

@media (min-width: 551px) {
  #intl_search .search_shapes .shape-page {
    display: contents;
  }

  /* Tablet/desktop show all shapes as a grid, so the slider dots are hidden */
  #mobile_shape_dots,
  .shape-pagination {
    display: none !important;
  }
}

/* Mobile shape slider pagination dots (Part 3b) */
.shape-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.shape-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shape-dot.active {
  width: 20px;
  border-radius: 4px;
  background-color: var(--inline-theme-color, #897358);
}

.search_btns {
  padding: 15px;
  background-color: white;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.search_btns form {
  display: contents;
}

#intl_search .search_shapes .shape_card {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#intl_search .search_shapes .shape_card.selected {
  border: 1px solid var(--inline-theme-color);
  background-color: var(--inline-theme-color);
}

#intl_search .search_shapes .shape_card.selected h5 {
  color: #fff;
}

#intl_search .search_shapes .shape_card.selected img {
  filter: brightness(0) invert(1);
}

#intl_search .search_pill {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  color: #161616;
  padding: 10px 16px;
  cursor: pointer;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
}

/* New pill design â€” scoped to the filter pills only.
   The Natural/Lab-Grown type toggle (.types) and the Diamonds-Australia
   button (.dia_australia) keep their original styling. */
.interim-theme-natural #intl_search .search_pill:not(.types):not(.dia_australia) {
  border-color: rgba(102, 102, 102, 0.18);
  background: #faf9f7;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.interim-theme-lab-grown #intl_search .search_pill:not(.types):not(.dia_australia) {
  border-color: rgba(102, 102, 102, 0.18);
  background: #edf0f3;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

#intl_search .search_pill:not(.types):not(.dia_australia):hover {
  border-color: var(--inline-theme-color, #897358);
  background: #ffffff;
}

#intl_search .search_pill.selected:not(.types):not(.dia_australia) {
  border-color: var(--inline-theme-color, #897358);
  background: #f3ece2;
  background: color-mix(in srgb, var(--inline-theme-color, #897358) 12%, #fff);
  color: var(--inline-theme-color, #897358);
  font-weight: 600;
}

#intl_search .input_group {
  /*border-right: 1px solid #66666660;*/
  margin-right: 12px;
  padding-right: 10px;
  white-space: nowrap;
}

.interim-theme-natural .fancy_main {
  padding: 10px 0px;
  margin: 5px -15px;
  border: 1px solid #897358;
  border-radius: 10px !important;
}

.interim-theme-lab-grown .fancy_main {
  padding: 10px 0px;
  margin: 5px -15px;
  border: 1px solid #586E89;
  border-radius: 10px !important;
}

#intl_search .input_group input {
  border: 1px solid rgba(102, 102, 102, 0.18);
  border-radius: 10px !important;
  color: #161616;
  padding: 10px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 5px;
  background-color: #faf9f7;
  width: 140px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 576px) {
  #intl_search .input_group input {
    width: 52%;
  }
}


#intl_search .extra_search_input {
  border: 1px solid rgba(102, 102, 102, 0.18);
  border-radius: 10px !important;
  color: #161616;
  padding: 10px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 5px;
  background-color: #faf9f7;
  width: 300px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

/* Shared focus + range-field styling to match the accordion aesthetic */
#intl_search .input_group input:focus,
#intl_search .extra_search_input:focus,
#intl_search .range_field:focus {
  outline: none;
  background-color: #ffffff;
  border-color: var(--inline-theme-color, #897358) !important;
  box-shadow: 0 0 0 2px rgba(137, 115, 88, 0.12);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--inline-theme-color, #897358) 18%, transparent);
}

#intl_search .range_field {
  background-color: #faf9f7 !important;
  border: 1px solid rgba(102, 102, 102, 0.18) !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.interim-theme-natural #intl_search .input_group input,
.interim-theme-natural #intl_search .extra_search_input,
.interim-theme-natural #intl_search .range_field {
  background-color: #faf9f7 !important;
}

.interim-theme-lab-grown #intl_search .input_group input,
.interim-theme-lab-grown #intl_search .extra_search_input,
.interim-theme-lab-grown #intl_search .range_field {
  background-color: #edf0f3 !important;
}

#intl_search .search_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#intl_search .search_pill.selected:not(.types) {
  font-weight: bold;
}

#intl_search .search_pill.types {
  font-size: 14px;
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}

#intl_search .flex_pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.flex_pills img {
  width: 60px;
}

/* Lab certification logos â€” size by height, fall back to the lab name text */
.lab_pill .lab_pill_img,
.lab_pill img {
  width: auto;
  max-width: 100%;
  max-height: 26px;
  object-fit: contain;
  vertical-align: middle;
}

.grid_lab {
  width: 70px;
}

#intl_search .justify-center {
  justify-content: center;
}

#intl_search .justify-start {
  justify-content: flex-start;
}

#intl_search .search_shapes .shape_card h5 {
  color: #161616;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
  margin-block: 0px !important;
}

#intl_search .search_shapes img {
  width: 100%;
  max-width: 55px;
}

.intl_btn {
  letter-spacing: 1px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
}

.table thead tr th {
  font-size: 16px !important;
}

#table_view thead th,
#table_view tbody td {
  color: #161616;
  vertical-align: middle;
}

#table_view thead th {
  letter-spacing: 1px;
  z-index: 900;
  font-weight: bold !important;
}

#table_view tbody td {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  letter-spacing: 1px;
  z-index: 1;
  font-size: 14px;
}

#table_view tbody td a {
  color: #161616;
}

#table_view tbody td a:hover {
  color: #161616 !important;
}

#table_view .checker {
  z-index: 1;
}

#list_bar p {
  color: #161616;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0px;
}

#list_bar p input[type=checkbox] {
  margin: 0;
  padding: 0;
}

#list_bar {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  margin-bottom: 10px;
  padding: 10px 10px;
}

/* #diamond_actions {
  margin-bottom: 10px;
} */

#list_bar svg {
  color: #161616;
  height: 30px;
  width: 30px;
  margin-bottom: -5px !important;
}

#table_bar {
  /*overflow-x: auto;*/
}

.blank_line {
  border-left-style: hidden !important;
  border-right-style: hidden !important;
}

.sort_arrows svg {
  color: #161616;
  height: 25px;
  width: 25px;
}

.grid_svg svg {
  color: #161616;
  height: 25px;
  width: 25px;
  margin-bottom: -5px !important;
}

.sort_div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.video_div {
  text-align: center;
}

#video_frame {
  background: rgb(249, 250, 251);
  width: 100% !important;
  max-width: 400px;
  height: 500px;
  max-height: 70vh;
}

#diamondModal .modal-body *,
#diamondModal .modal-header *,
#videoModal .modal-header *,
#enqModal .modal-header * {
  color: black;
  letter-spacing: 1px;
}

.modal-title {
  line-height: 1;
}

/*.modal-backdrop {*/
/*    display: none;*/
/*}*/
#enquiry_view label {
  color: black;
  text-align: right;
}

#enquiry_view label {
  letter-spacing: 1px;
  font-size: 15px !important;
  margin-bottom: 5px;
}

#enquiry_view .table.table-bordered thead>tr>th {
  color: white;
  background-color: black;
  border: 1px solid black !important;
  letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody>tr>td {
  color: black;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody>tr>td>a:not(.intl_btn),
#enquiry_view .table.table-bordered tbody>tr>td>a:hover:not(.intl_btn) {
  color: black !important;
  letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody>tr>td .svg-sm:hover {
  color: black !important;
}

#dlg_dia_comp_email_pdf .modal-body *,
#dlg_dia_comp_email_pdf .modal-header * {
  color: black;
  letter-spacing: 1px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#comp_head th {
  color: white;
}

.v-middle {
  vertical-align: middle !important;
}

.grid_svg {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 5px !important;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  padding-bottom: 8px;
}

.grid_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.grid_img .inside_video_play_btn {
  cursor: pointer;
}

.grid_img .placeholder {
  height: 200px;
  width: 200px;
  background-color: #e7e7e7;
  border-radius: 10px !important;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #b5b5b5;
}

.grid_img img {
  width: auto;
  height: 200px !important;
}

h4 {
  font-size: 18px !important;
}

.v-middle {
  vertical-align: middle !important;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.flex_grid p {
  margin: 0;
}

.sort_column {
  cursor: pointer;
}

.placeholder {
  height: 200px;
  width: 200px;
  background-color: #e7e7e7;
  border-radius: 10px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b5b5b5;
}

.placeholder h2 {
  font-size: 15px;
}

.toggle_view_icons {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  padding-bottom: 10px;
}

.img_only_pill {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  color: #161616;
  letter-spacing: 1px;
  font-weight: bold;
}

.flex-toggle-views {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

#list_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#list_bar>div {
  flex-grow: 1;
  flex-basis: 0;
}

.flex_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#grid_bar {
  margin-top: 25px;
}

.lightboxOverlay {
  z-index: 10000;
}

.share_dropdown {
  display: inline-block;
}

.share_dropdown ul {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.share_dropdown ul li a,
.share_dropdown ul li i {
  color: black !important;
}

.share_dropdown ul li:hover {
  overflow: hidden !important;
}

.share_dropdown ul li:hover a {
  color: black !important;
}

.compare_image {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.more_field {
  display: none;
}

.incl_gst {
  color: #646464;
}

.svg-sm svg {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.location_btn,
.compare_btn,
.boost_btn {
  font-size: 14px;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  color: #161616;
  padding: 5px 16px;
  cursor: pointer;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  margin: 5px;
  display: inline-block;
  text-transform: uppercase;
}

.dia_card {
  border: 1px solid rgba(195, 195, 195, 0.3764705882);
  border-radius: 5px !important;
  color: #161616;
  padding: 16px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  height: 100%;
  position: relative !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail_card {
  display: none;
}

.detail_card h4 {
  margin-bottom: 10px;
  margin-top: 0;
}

.grid_item_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.grid_item_sec>div {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  flex-grow: 1;
}

.flex_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}

.flex_grid .grid_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1200px) {
  .flex_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .flex_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .flex_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#interim_app {
  /*max-width: 1600px;*/
  margin: 0 auto;
  margin-bottom: 50px;
}

#sticky_bar {
  /*position: sticky;*/
  /*top: 71px;*/
  z-index: 900;
  padding-top: 10px;
}

.bg-transparent {
  background-color: transparent !important;
}

.flex_grid .grid_item {
  width: 27em;
  margin: 5px 5px;
  position: relative !important;
}

.dia_card {
  background-color: rgb(249, 250, 251);
  overflow: hidden;
  position: relative;
}

.video_360 svg {
  height: 30px;
  width: 30px;
}

#compare_sec {
  overflow-x: auto;
}

#compare_sec table #comp_head {
  letter-spacing: 1px;
}

#compare_sec table tbody tr:not(#comp_head) {
  letter-spacing: 1px;
  color: #161616;
}

#wishlist_view table tbody tr:not(#comp_head) {
  letter-spacing: 1px;
  color: #161616;
}

#compare_bar {
  text-align: center;
}

#compare_sec tbody td a {
  color: #161616;
}

#compare_sec tbody td a:hover {
  color: #161616 !important;
}

.grid_item .checker,
.grid-checkbox {
  position: absolute;
  right: 16px;
  z-index: 1;
}

.checker {
  margin-right: 0 !important;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 250px;
  padding: 5px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.ribbon-top-right {
  top: -5px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/*.theme_color {*/
/*    margin-left: 18px;*/
/*}*/
.search_cart_btn {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.navbar-toggle {
  display: block;
}

#disclaimer h3 {
  font-size: 20px;
}

#disclaimer ol li {
  color: black;
  font-size: 16px;
}

#disclaimer {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 10px;
}

#disclaimer ol {
  margin-left: 0px;
  margin-bottom: 0px;
}

#diamond_type_filter {
  display: flex;
  justify-content: space-between;
}

#diamond_type_filter a.dia_australia {
  color: black !important;
  text-decoration: none;
  display: block;
  width: max-content;
}

#diamond_type_filter a.dia_australia span {
  display: flex;
  align-items: center;
}

#diamond_type_filter a.dia_australia span i {
  color: green;
  font-size: 20px;
}

#diamond_type_filter .flex_pills {
  flex-direction: column;
}

@media (min-width: 640px) {
  #list_bar {
    flex-direction: row;
  }

  #table_view thead th {
    /*position: sticky;*/
    /*top: 237px;*/
  }
}

@media (min-width: 768px) {

  .location_btn,
  .compare_btn {
    font-size: 18px;
    padding: 10px 16px;
  }

  #compare_bar {
    text-align: right;
  }

  #diamond_type_filter .flex_pills {
    flex-direction: row;
  }

  #intl_search .search_pill.types {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .fancy_main .flex_pills {
    overflow-x: scroll;
  }
}

/* Loader CSS Starts */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3137254902);
  pointer-events: none;
  z-index: 50000;
}

#loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sk-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {

  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1);
  }
}

/* Loader CSS Ends */
@media screen and (max-width: 550px) {
  #table_config {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }

  .nav-link {
    font-size: 12px !important;
  }

  #inventory_types {
    display: flex !important;
    overflow-x: scroll !important;
  }

  #order_summary #inventory_types span {
    width: 210px !important;
  }

  .search_cart_btn {
    display: flow-root !important;
    flex-direction: column;
    display: flex;
  }

  .intl_btn {
    margin-top: 5px;
  }

  #portal_title {
    font-size: 20px !important;
  }

  /* Mobile shape slider â€” 6 shapes per page, swipe between pages */
  #intl_search .search_shapes {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding-bottom: 5px;
    scrollbar-width: none;
    cursor: grab;
  }

  /* While mouse-dragging, disable snap so the drag stays smooth */
  #intl_search .search_shapes.dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  #intl_search .search_shapes.dragging .shape_card {
    pointer-events: none;
  }

  #intl_search .search_shapes::-webkit-scrollbar {
    display: none;
  }

  #intl_search .search_shapes .shape-page {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 2px;
  }

  /* Keep cards from forcing columns wider than the page (prevents page bleed) */
  #intl_search .search_shapes .shape_card {
    min-width: 0;
    overflow: hidden;
  }

  #intl_search .search_shapes .shape_card h5 {
    width: auto;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  /* "View all" â€” dissolve pages into one continuous grid */
  #intl_search .search_shapes.view-all {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  #intl_search .search_shapes.view-all .shape-page {
    display: contents;
  }

  #intl_search .search_shapes img {
    width: 100%;
    max-width: 55px;
  }

  #intl_search .search_shapes .shape_card h5 {
    width: auto;
  }

  h5 {
    width: 110px;
  }

  h2 {
    font-size: 20px !important;
  }

  #intl_search .search_flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  #intl_search .flex_pills {
    flex-wrap: nowrap;
  }

  #intl_search .search_shapes .shape_card {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
    padding: 3px 2px !important;
  }

  #intl_search .input_group input {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  #intl_search .search_pill {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  .fiter_tool {
    display: flex !important;
    flex-direction: column !important;
  }

  .intl_btn {
    font-size: 10px;
  }

  #diamond_views {
    overflow-x: scroll;
  }

  .natural_diamond {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .theme_color {
    text-align: center !important;
    font-size: 20px !important;
    width: auto !important;
  }

  #enq_bar {
    margin-top: 10px !important;
  }

  .cart_button {
    display: flex !important;
  }

  .intl_btn {
    width: max-content !important;
  }

  .flex_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .flex_grid .grid_item {
    width: calc(100% - 10px) !important;
    margin: 5px !important;
  }

  .table thead tr th {
    font-size: 12px !important;
  }

  #table_view tbody td {
    font-size: 12px !important;
  }

  .modal-content {
    padding-top: 15px !important;
  }

  #intl_tagline {
    font-size: 14px !important;
  }

  #action_bar {
    display: flex;
    justify-content: space-between;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 4px !important;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  #table_config {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }

  .nav-link {
    font-size: 12px !important;
  }

  #inventory_types {
    display: flex !important;
    overflow-x: scroll !important;
  }

  #order_summary #inventory_types span {
    width: 210px !important;
  }

  .flex_grid .grid_item {
    width: 25em !important;
  }

  #grid_bar {
    margin-top: 0px !important;
  }

  .location_btn,
  .compare_btn {
    font-size: 14px;
    padding: 5px 5px;
  }

  .img_contnt {
    font-size: 14px !important;
  }

  #portal_title {
    font-size: 20px !important;
  }

  .search_cart_btn {
    display: flow-root !important;
  }

  #portal_title {
    font-size: 20px !important;
  }

  #enq_bar {
    margin-top: 10px !important;
  }

  #intl_search .search_shapes {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  #intl_search .search_shapes img {
    width: 60px;
  }

  h5 {
    width: 110px;
  }

  h2 {
    font-size: 20px !important;
  }

  #intl_search .search_flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  #intl_search .flex_pills {
    flex-wrap: nowrap;
  }

  #intl_search .search_shapes .shape_card {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
    padding: 10px 10px !important;
  }

  #intl_search .input_group input {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  #intl_search .search_pill {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  .fiter_tool {
    display: flex !important;
    flex-direction: column !important;
  }

  .intl_btn {
    font-size: 10px;
  }

  .main_btn {
    font-size: 16px !important;
  }

  #diamond_views {
    overflow-x: scroll;
  }

  .natural_diamond {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .theme_color {
    text-align: center !important;
    font-size: 20px !important;
    width: auto !important;
  }

  .flex_grid {
    display: flex !important;
  }

  .table thead tr th {
    font-size: 12px !important;
  }

  #table_view tbody td {
    font-size: 12px !important;
  }

  #action_bar {
    display: flex;
    justify-content: space-between;
  }

  .cart_button {
    display: flex !important;
  }

  .intl_btn {
    width: max-content !important;
  }

  .boost_btns {
    display: flex !important;
  }

  .boost_btn {
    padding: 5px 5px !important;
  }

  .lab_pill {
    width: 100px !important;
  }

  a.mob-menu-toggle {
    display: none;
  }

  .price_stn {
    width: 100px !important;
  }
}

@media (min-width: 800px) and (max-width: 1300px) {
  .lab_pill {
    width: 100px !important;
  }

  .boost_btns {
    display: flex !important;
  }

  #table_config {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }

  .nav-link {
    font-size: 12px !important;
  }

  #order_summary #inventory_types span {
    width: 210px !important;
  }

  #grid_bar {
    margin-top: 0px !important;
  }

  .location_btn,
  .compare_btn {
    font-size: 14px;
    padding: 5px 5px;
  }

  .img_contnt {
    font-size: 14px !important;
  }

  .search_cart_btn {
    display: flow-root !important;
  }

  .ord_btns {
    text-align: center !important;
  }

  #portal_title {
    font-size: 20px !important;
  }

  /*  .back_to_listing{
        margin-top: 10px !important;
    }*/
  #enq_bar {
    margin-top: 10px !important;
  }

  #intl_search .search_shapes {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  #intl_search .search_shapes img {
    width: 60px;
  }

  h5 {
    width: 110px;
  }

  h2 {
    font-size: 20px !important;
  }

  #intl_search .search_flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  #intl_search .flex_pills {
    flex-wrap: nowrap;
  }

  #intl_search .search_shapes .shape_card {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
    padding: 10px 10px !important;
  }

  #intl_search .input_group input {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  #intl_search .search_pill {
    border: 2px solid rgba(102, 102, 102, 0.3764705882);
  }

  .fiter_tool {
    display: flex !important;
    flex-direction: column !important;
  }

  .intl_btn {
    font-size: 10px;
  }

  .main_btn {
    font-size: 16px !important;
  }

  #diamond_views {
    overflow-x: scroll;
  }

  .natural_diamond {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .theme_color {
    text-align: center !important;
    font-size: 20px !important;
    width: auto !important;
  }

  .flex_grid {
    display: flex !important;
  }

  .table thead tr th {
    font-size: 12px !important;
  }

  #table_view tbody td {
    font-size: 12px !important;
  }

  #action_bar {
    display: flex;
    /* justify-content:center;*/
  }

  .cart_button {
    display: flex !important;
  }

  .intl_btn {
    width: max-content !important;
  }

  a.mob-menu-toggle {
    display: none;
  }

  .price_stn {
    width: 100px !important;
  }
}

/*@media (min-width: 800px) and (max-width: 1300px){
    #main-menu #main_nav.menu, .video_controlls, .rigid-wishlist-counter, #rigid-account-holder {
        display: block !important;
        color: black;
    }
}*/
/* List View International CSS */
button.show_share_popup {
  background: none;
  border: 0;
  color: #000;
}

button.show_share_popup:hover {
  text-decoration: underline;
}

.show_loader {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  min-height: 420px !important;
  background-color: #000 !important;
}

.show_loader #share_form_action {
  display: none !important;
}

.show_loader #share_form_action_jew {
  display: none !important;
}

.show_loader #gemstone_share_form_action {
  display: none !important;
}

.close_popup {
  cursor: pointer;
}

.share_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3764705882);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.share_popup.open {
  display: flex;
}

.share_popup_inner {
  width: 100%;
  height: auto;
  max-width: 580px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

.share_popup_inner .title_section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 25px;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.share_popup_inner .title_section h3 {
  font-size: 20px;
}

.share_popup_inner .title_section {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.body_section .price_section h4 {
  font-size: 16px !important;
  text-align: center;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 auto;
}

.body_section .price_section h4 span {
  font-weight: 800 !important;
  font-family: "Nunito";
}

.body_section .icon_section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.body_section .icon_section div.icon {
  display: block;
  text-align: center;
  min-height: 80px;
  min-width: 98px;
  border-radius: 5px;
  background-color: rgb(249, 250, 251);
}

.body_section .icon_section .icon label span.icon {
  font-size: 53px;
  text-align: center;
  width: 100%;
  color: #000;
}

.body_section .icon_section .icon:last-child label span.icon {
  /* margin-top: 15px !important; */
}

.body_section .icon_section .icon label span.text {
  display: block;
  text-align: center;
  align-items: center;
  color: #000;
}

.body_section .icon_section .icon label input {
  display: none;
}

.body_section .icon_section .icon label.checked {
  border: 2px solid #000;
  border-radius: 10px;
}

.body_section .icon_section .icon label {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}

.body_section .icon_section .icon label span.text {
  font-size: 11px;
}

.additional_comment_section textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.additional_comment_section {
  padding: 10px;
  width: 100%;
  text-align: left;
}

.additional_comment_section label {
  text-align: left !important;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px !important;
}

/* For Share Section */
.body_section .share_section {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.body_section .share_section div.icon {
  width: 25%;
  display: block;
  text-align: center;
  min-height: 80px;
  min-width: 100px;
  border-radius: 5px;
  background-color: rgb(249, 250, 251);
}

.body_section .share_section .icon label span.icon {
  font-size: 53px;
  text-align: center;
  width: 100%;
  color: #000;
}

.body_section .share_section .icon label span.text {
  display: block;
  text-align: center;
  align-items: center;
  color: #000;
}

.body_section .share_section .icon label input {
  display: none;
}

.body_section .share_section .icon label.checked {
  border: 2px solid #000;
  border-radius: 10px;
}

.body_section .share_section .icon label {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}

.body_section .share_section .icon label span.text {
  font-size: 12px;
}

.share_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.share_section h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}

.footer_section {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.footer_section .button {
  background: #000;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  padding: 11px 30px;
  font-weight: 800;
  margin: 10px;
}

.footer_section .button.reset_button {
  background: #fff;
  color: #000;
}

.footer_section .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer_section .buttons {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 10px;
}

.footer_section button:hover {
  border: 0;
}

.body_section .icon_section .icon label span.icon {
  font-size: 30px;
}

.body_section .share_section .icon label span.icon {
  font-size: 30px;
}

.body_section .share_section div.icon {
  min-height: 45px;
}

.body_section .icon_section div.icon {
  min-height: 45px;
}

.share_popup_inner {
  overflow-y: auto;
  max-height: 500px;
}

.share_popup_inner::-webkit-scrollbar {
  width: 5px;
  border-radius: 50%;
}

.share_popup_inner::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  outline: 1px solid #d6d6d6;
}

@media (max-width: 500px) {
  .share_popup {
    padding: 15px;
  }

  /* .result_button {
    flex-direction: column;
  } */

  .share_popup_inner {
    max-height: 90vh;
  }

  .body_section .icon_section .icon label span.icon {
    font-size: 20px;
  }

  .body_section .icon_section div.icon {
    min-width: 70px;
    min-height: 40px;
    margin-bottom: 5px;
  }

  .body_section .icon_section div.icon label {
    padding: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
  }

  .body_section .icon_section .icon label span.text {
    font-size: 10px;
  }

  .body_section .share_section .icon label span.icon {
    font-size: 25px;
  }

  .body_section .share_section div.icon {
    min-width: 70px;
    min-height: 40px;
    overflow: visible;
  }

  .body_section .share_section div.icon label {
    padding: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
  }
}

/* Loader CSS */
/*  Loader CSS  */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*  Loader CSS  */
/*  Message CSS  */
.share_popup_inner.show_result {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}

.share_popup_inner.show_result #share_form_action {
  display: none;
}

.share_popup_inner.show_result #share_form_action_jew {
  display: none;
}

.share_popup_inner.show_result #gemstone_share_form_action {
  display: none;
}

.share_popup_inner.show_result #watches_share_form_action {
  display: none;
}

.copy_link_result {
  width: 100%;
  display: block;
}

.copy_link_result h4 {
  width: 100%;
  text-align: center;
  font-size: 24px !important;
  font-family: sans-serif;
}

.copy_link_result input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  color: #000;
  font-size: 15px;
}

.back_to_listing {
  white-space: nowrap;
}

.popup_result_section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.whatsapp_email_link_result {
  width: 100%;
  text-align: center;
}

.whatsapp_email_link_result h4 {
  font-size: 20px !important;
}

.whatsapp_email_link_result p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.result_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 10px;
  gap: 10px;
  margin-top: 10px !important;
}

.result_button b {
  white-space: nowrap;
  flex-shrink: 0;
}

.result_button a {
  word-break: break-all;
  min-width: 0;
}

.result_button button {
  padding: 6px 20px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.result_button button:hover {
  background: #222;
  color: #fff;
}

.result_button button.close_popup,
.share_popup .result_button button.close_popup,
.copy_link_result .result_button button.close_popup,
.whatsapp_email_link_result .result_button button.close_popup {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  padding: 8px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.result_button button.close_popup:hover,
.share_popup .result_button button.close_popup:hover,
.copy_link_result .result_button button.close_popup:hover,
.whatsapp_email_link_result .result_button button.close_popup:hover {
  background: #f5f5f5 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.email_field h4 {
  text-align: center;
}

.email_field {
  margin-top: 30px;
}

.sms_field {
  margin-top: 30px;
}

.email_field #email {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.result_button b {
  color: black;
}

#sms_number {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 78%;
}

#country_code_sms {
  background-color: white;
  border: 1px solid #ddd;
  margin-right: 5px;
  border-radius: 10px;
  width: 20%;
}

.field {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 10px 0px;
  color: black;
  gap: 5px;
}

.field input {
  border: 1px solid #ddd;
  width: 60%;
}

input#price_input,
input#gemstone_price_input {
  display: inline-block;
  max-width: 100px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-weight: 800;
  font-family: sans-serif;
  height: auto;
  line-height: normal;
  outline: none;
  box-shadow: none;
  background: #fff;
}

.disable-icon {
  opacity: 0.2;
  pointer-events: none;
}

.number_class_div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap !important;
}

.number_class_div select {
  width: 40%;
}

.number_class_div input {
  width: 50%;
  margin-left: 10px;
}

#portal-toolbar {
  color: black;
  /*background-color: white;*/
  padding: 10px;
  margin-bottom: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

@media (max-width: 600px) {
  #portal-toolbar {
    text-align: center;
  }
}

#portal-toolbar a {
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  text-decoration: none;
  background-color: white;
}

#portal-toolbar a:hover {
  color: black;
}

hr {
  border: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-image: none !important;
}

.card_deck {
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.compare_card {
  flex: 0 0 18rem;
  margin-right: 0.5rem;
  display: inline-block;
  overflow: hidden;
}

.compare_card .card_head {
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255);
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.compare_card .card_body {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.compare_card .card_body table tr,
.card_body table.detail-card-table tr {
  border-bottom: 1px solid #e2e8f0 !important;
}

.compare_card .card_body table tr:last-child,
.card_body table.detail-card-table tr:last-child {
  border-bottom: none !important;
}

.compare_card .card_body table td,
.card_body table.detail-card-table td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.inline-block {
  display: inline-block;
}

#compare_view table {
  border: none;
  margin-bottom: 0;
}

#compare_view .actions button {
  border: none !important;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#wishlist_view table {
  border: none;
  margin-bottom: 0;
}

#wishlist_view .actions button {
  border: none !important;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#wishlist_view table td {
  padding: 0;
  border-bottom: none;
}

.grid {
  display: grid;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gap-2 {
  gap: 0.5rem;
}

#compare_view table td {
  padding: 0;
  border-bottom: none;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.h-32 {
  height: 8rem;
}

.w-32 {
  width: 8rem;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243, 244, 246);
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.absolute {
  position: absolute;
}

.right-2 {
  right: 0.5rem;
}

.top-1\/3 {
  top: 33.333333%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

fieldset label {
  color: black;
}

.items-start {
  align-items: baseline;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229, 231, 235);
}

.cursor-pointer {
  cursor: pointer;
}

.w-full {
  width: 100%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

.font-bold {
  font-weight: 700;
}

.text-end {
  text-align: end;
}

.modal-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(249, 250, 251);
}

.\!p-0 {
  padding: 0 !important;
}

.\!rounded-lg {
  border-radius: 0.5rem !important;
}

.\!hidden {
  display: none !important;
}

/* footer css */

.footer_section {
  padding: 15px 20px !important;
  border-top: 1px solid #e5e5e5 !important;
  background: #ffffff !important;
}

.buttons {
  display: flex !important;
  justify-content: center !important;
  gap: 18px !important;
  border: 0 !important;
}

/* Common button style */
.button {
  padding: 8px 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  background: transparent !important;
  border: 1.5px solid #000 !important;
  color: #000 !important;
  min-width: 110px !important;
  transition: all 0.2s ease !important;
}

/* Share button (filled black) */
.submit_button {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.submit_button:hover {
  background: #222 !important;
}

/* Close button (outline) */
.reset_button {
  background: #fff !important;
  color: #000 !important;
}

.reset_button:hover {
  background: #f5f5f5 !important;
}

/* Click effect */
.button:active {
  transform: scale(0.96) !important;
}

/* Mobile responsive */
@media (max-width: 480px) {
  #diamond_type_filter {
    flex-direction: column;
    gap: 10px;
  }

  .aus-diamond {
    display: flex;
    justify-content: center;
  }


  .buttons {
    flex-direction: column !important;
  }

  .button {
    width: 100% !important;
  }

  .flex_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .flex_grid .grid_item {
    width: calc(100% - 10px) !important;
    margin: 5px !important;
  }
}



/*  Message CSS  */
/* Loader CSS */
/* List View International CSS */

/* --- Redesigned Diamond Grid Card --- */
.inline-detail-card {
  display: flex;
  flex-direction: column;
}

.interim-theme-natural {
  --inline-theme-color: var(--natural-diamond-color, #897358);
}

.interim-theme-lab-grown {
  --inline-theme-color: var(--labgrown-diamond-color, #586e89);
}

.card-badge-instock {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--inline-theme-color, #2ea392);
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  text-transform: uppercase;
  z-index: 10;
  border-radius: 5px 0 5px 0;
}

.card-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.action-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lab-logo img.grid_lab {
  height: 20px;
  width: auto;
}

.lab-logo span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.title-row {
  justify-content: space-between;
}

.gst-row {
  justify-content: space-between;
  margin-top: -5px;
}

.card-stats-grid {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 4px 8px;
  font-size: 12px;
  background-color: #f9fafb;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

.card-stat-label {
  color: #888;
  font-weight: normal;
}

.card-stat-value {
  color: #333;
  font-weight: 500;
}

.card-cert-link {
  color: var(--inline-theme-color, #2ea392);
  text-decoration: none;
}

.card-cert-link:hover {
  text-decoration: underline;
}

.card-stats-row-full {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 6px 10px;
  background-color: #f9fafb;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

.status-row {
  margin-top: 4px;
}

.status-available {
  color: var(--inline-theme-color, #2ea392);
  font-weight: bold;
}

/* Custom Toggle Switch for Image/Video Filters */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

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

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

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch input:checked+.slider {
  background-color: var(--inline-theme-color, #2196F3);
}

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

/* Grid and List Sort Bar */
#grid_sort_bar,
#list_sort_bar {
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
  z-index: 998;
  background-color: #fff;
  border-bottom: 1px solid #e7ecf1;
  margin-bottom: 10px;
  padding: 8px 0;
}

.grid-sort-label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.grid_sort_btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--inline-theme-color, #897358);
  border: 1px solid var(--inline-theme-color, #897358);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.grid_sort_btn:hover {
  background: var(--inline-theme-color, #897358);
  color: #fff;
}

.grid_sort_btn.selected {
  background: var(--inline-theme-color, #897358);
  color: #fff;
}

.grid_sort_btn.dropdown-toggle::after {
  display: none !important;
}

/* Responsive Action Buttons */
#diamond_actions {
  gap: 8px;
}

@media (max-width: 768px) {

  #grid_sort_bar,
  #list_sort_bar {
    top: 75px;
  }

  #grid_sort_bar .grid-sort-label,
  #list_sort_bar .grid-sort-label {
    display: none;
  }

  /* .boost_btns {
    display: none !important;
  } */

  /* #diamond_actions {
    display: none !important;
  } */
}

@media (max-width: 576px) {
  .boost_btns {
    display: none !important;
  }

  #diamond_actions {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }

  #diamond_actions[style*="display: none"],
  #diamond_actions[style*="display:none"] {
    display: none !important;
  }

  #diamond_actions .intl_btn {
    flex: 1;
    font-size: 10px !important;
    padding: 6px 4px !important;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  #diamond_actions .intl_btn i {
    margin-right: 0px;
  }

  #list_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px !important;
  }

  #list_bar>div {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #list_bar>div:first-child {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px;
  }

  #list_bar .flex-toggle-views {
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  /* #diamond_actions {
    display: none !important;
  } */
}

/* Part 4 â€” Collapsible filter accordion (mobile + tablet, <= 1024px) */
/* The accordion JS in search.php runs when innerWidth <= 1024, so the hide
   rule must cover that whole range or the toggle appears to do nothing. */
@media (max-width: 1024px) {
  #intl_search .mobile-accordion-header {
    cursor: pointer;
    user-select: none;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    margin: 10px 0 !important;
    background: #faf9f7;
    border: 1px solid rgba(102, 102, 102, 0.18);
    border-radius: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  #intl_search .mobile-accordion-header.open {
    background: #ffffff;
    border-color: var(--inline-theme-color, #897358);
  }

  #intl_search .mobile-accordion-header i.fa {
    font-size: 15px;
    margin-left: auto;
    color: var(--inline-theme-color, #897358);
    transition: transform 0.2s ease;
  }

  /* Uniform spacing between collapsed sections â€” neutralize the assorted
     Bootstrap wrapper margins (mt-3, mb-4, row/col) so every gap is the same.
     The header's own 10px margin then defines the spacing. */
  #intl_search [class*="col-"]:has(.mobile-accordion-header),
  #intl_search div:has(> .mobile-accordion-header) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile-hidden-content {
    display: none !important;
    transition: all 0.3s ease;
  }

  .mobile-hidden-content.show {
    display: block !important;
  }

  #intl_search .mobile-accordion-header.open+* {
    animation: intlFilterReveal 0.25s ease;
  }

  @keyframes intlFilterReveal {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mobile-filter-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid var(--inline-theme-color, #897358);
    border-radius: 20px;
    color: var(--inline-theme-color, #897358);
    background: transparent;
    margin-top: 8px;
    transition: all 0.2s ease;
  }

  .mobile-filter-toggle:hover {
    background: var(--inline-theme-color, #897358);
    color: white;
  }
}

/* Part 4b â€” Tablet layout (551px â€“ 1024px) */
@media (min-width: 551px) and (max-width: 1024px) {

  /* Filter columns stack full width */
  #intl_search .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Center diamond type filter */
  #diamond_type_filter {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  #diamond_type_filter>div {
    flex: 0 0 auto !important;
  }

  #intl_search .search_btns {
    gap: 6px;
  }
}

/* Advanced filters (Ratio/Table/Depth and Measurement L/B/H) stack full width
   on responsive â€” each range on its own line, From/To split across the width. */
@media (max-width: 1024px) {

  #intl_search .ratio-con,
  #intl_search .measurment-con {
    flex-direction: column;
    flex-wrap: nowrap !important;
    gap: 14px;
  }

  #intl_search .ratio-con>div,
  #intl_search .measurment-con>div {
    width: 100%;
    flex: none !important;
    min-width: 0 !important;
    margin-right: 0 !important;
  }

  #intl_search .ratio-con .input-group,
  #intl_search .measurment-con .input-group {
    flex-wrap: nowrap;
    width: 100%;
  }

  #intl_search .ratio-con .input-group input,
  #intl_search .measurment-con .input-group input {
    width: 50% !important;
    min-width: 0 !important;
  }
}

/* Part 6c â€” Download button in lightbox popups */
.lb-dataContainer {
  position: relative !important;
}

.lightbox-dl-btn {
  position: absolute;
  bottom: 100%;
  right: 8px;
  margin-bottom: 8px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background 0.2s;
}

.lightbox-dl-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

.lightbox-dl-btn svg {
  width: 16px;
  height: 16px;
  color: #000;
}

/* Fix for action_bar visibility */
#action_bar.is-search-page {
  display: none !important;
}

@media (max-width: 991px) {
  #action_bar:not(.is-search-page) {
    display: flex !important;
  }
}

#list_bar>div:first-child {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 15px;
}

#list_bar>div:first-child p {
  margin-bottom: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 1024px) {

  #intl_search .search_flex,
  #intl_search .flex_pills,
  #intl_search .search_shapes,
  #diamond_views {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
  }
}

@media (max-width: 550px) {
  #intl_search .search_shapes {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  #intl_search .search_shapes::-webkit-scrollbar {
    display: none !important;
  }
}

/*# sourceMappingURL=diamond-portal-intl-public.css.map */

/* ===== Mobile Diamond Card Styles (List View) ===== */
@media (max-width: 991px) {
  .desktop-list-row {
    display: none !important;
  }

  .mobile-list-row {
    display: table-row !important;
  }

  #searched_data .mobile-list-row>td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }

  .mobile-diamond-card-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 5px 0;
  }

  .mobile-diamond-card {
    border: 1px solid #eaebec;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .mobile-diamond-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mobile-diamond-card-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .mobile-diamond-card-title .cert-link {
    color: var(--inline-theme-color, #897358);
    text-decoration: underline;
    font-size: 13px;
  }

  .mobile-diamond-card-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-diamond-card-badge {
    background-color: var(--inline-theme-color, #897358);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 7px;
    text-transform: uppercase;
    border-radius: 4px;
    white-space: nowrap;
  }

  .mobile-diamond-card-subheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .mobile-diamond-card-subheader .shape-text {
    color: var(--inline-theme-color, #897358);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .mobile-diamond-card-subheader .carat-text {
    font-size: 13px;
    color: #555;
  }

  .mobile-diamond-card-specs {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
    text-align: center;
  }

  .mobile-diamond-card-specs th {
    background: #f9f9f9;
    padding: 5px 4px;
    border: 1px solid #eaebec;
    font-size: 10px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
  }

  .mobile-diamond-card-specs td {
    padding: 7px 4px;
    border: 1px solid #eaebec;
    font-size: 12px;
    font-weight: bold;
    color: #333;
  }

  .mobile-diamond-card-details {
    font-size: 13px;
  }

  .mobile-diamond-card-details .detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #f0f0f0;
    padding: 6px 0;
  }

  .mobile-diamond-card-details .detail-row:last-child {
    border-bottom: none;
  }

  .mobile-diamond-card-details .detail-label {
    color: #888;
    font-size: 12px;
  }

  .mobile-diamond-card-details .detail-value {
    font-weight: 600;
    color: #333;
    font-size: 13px;
  }

  .mobile-diamond-card-details .detail-price {
    color: var(--inline-theme-color, #897358);
    font-size: 15px;
    font-weight: 700;
  }

  #in-house-portal.theme-labgrown .mobile-diamond-card-details .detail-price {
    color: var(--labgrown-diamond-color);
  }

  .mobile-diamond-card-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eaebec;
  }

  .mobile-diamond-card-actions a {
    flex: 1;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px 4px;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-diamond-card-actions a:hover {
    background: #ececec;
    color: #111;
  }
}

@media (min-width: 992px) {
  .mobile-list-row {
    display: none !important;
  }

  #table_view tr.mobile-list-row {
    display: none !important;
  }

  #table_view tr.desktop-list-row {
    display: table-row !important;
  }

  #table_view thead {
    display: table-header-group !important;
  }
}

/* Small Laptop Grid Fixes */
@media (min-width: 1025px) and (max-width: 1399px) {
  .flex_grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
    justify-content: center;
  }

  .flex_grid .grid_item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

/* Large Desktop Grid Fixes */
@media (min-width: 1400px) {
  .flex_grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px;
    justify-content: center;
  }

  .flex_grid .grid_item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

/* ── No Data Found Styling in Theme Color ── */
.no-data-found-wrapper,
.no-data-found-msg,
#in-house-jewellery-portal .alert-warning {
  background-color: transparent !important;
  border: none !important;
  color: var(--inline-theme-color, var(--theme-color, #586e89)) !important;
}

#in-house-jewellery-portal.theme-labgrown .no-data-found-msg,
#in-house-jewellery-portal.theme-labgrown .no-data-found-wrapper,
#in-house-jewellery-portal.theme-labgrown .alert-warning,
.theme-labgrown .no-data-found-msg,
.theme-labgrown .no-data-found-wrapper,
.theme-labgrown .alert-warning {
  color: var(--labgrown-diamond-color, #586e89) !important;
}

#in-house-jewellery-portal.theme-natural .no-data-found-msg,
#in-house-jewellery-portal.theme-natural .no-data-found-wrapper,
#in-house-jewellery-portal.theme-natural .alert-warning,
.theme-natural .no-data-found-msg,
.theme-natural .no-data-found-wrapper,
.theme-natural .alert-warning {
  color: var(--natural-diamond-color, #897358) !important;
}

/* ==========================================================================
   Share Popup Fields Design Updates (Mobile Number, Email, Price Input)
   ========================================================================== */

/* Price section & input design */
.share_popup .price_section h4,
.share_popup_inner .price_section h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #374151 !important;
}

input#price_input,
input#gemstone_price_input,
input#watches_price_input {
  display: inline-block !important;
  max-width: 120px !important;
  border: 1px solid #d1d5db !important;
  padding: 4px 14px !important;
  text-align: center !important;
  color: #000000 !important;
  border-radius: 15px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  height: 38px !important;
  line-height: normal !important;
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  margin: 0 4px !important;
}

/* Field labels */
.share_popup .field label,
.share_popup_inner .field label {
  text-align: center !important;
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #111827 !important;
  margin-bottom: 8px !important;
}

/* Number class container for country code & input */
.share_popup .number_class_div,
.share_popup_inner .number_class_div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

/* Country code select dropdown */
.share_popup select.country_code,
.share_popup_inner select.country_code,
.share_popup #country_code_sms,
.share_popup #country_code_whatsapp,
.share_popup #watches_country_code_sms,
.share_popup #watches_country_code_whatsapp,
.share_popup_inner .number_class_div select {
  background-color: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  height: 42px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  color: #374151 !important;
  outline: none !important;
  box-shadow: none !important;
  width: auto !important;
  min-width: 110px !important;
  max-width: 130px !important;
  cursor: pointer !important;
  margin-right: 0 !important;
}

/* Mobile/Phone & Email input fields */
.share_popup .number_class_div input,
.share_popup_inner .number_class_div input,
.share_popup .field input[type="text"],
.share_popup .field input[type="email"],
.share_popup_inner .email_field input,
.share_popup_inner .sms_field input,
.share_popup_inner .whatsapp_field input,
#gemstone_sms_number,
#watches_sms_number,
#gemstone_email,
#watches_email,
#gemstone_whatsapp_number,
#watches_whatsapp_number {
  background-color: #ffffff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  height: 42px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  color: #111827 !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  margin-left: 0 !important;
}

/* Focus styles for share popup fields */
.share_popup input:focus,
.share_popup select:focus,
.share_popup_inner input:focus,
.share_popup_inner select:focus {
  border-color: #9ca3af !important;
  box-shadow: 0 0 0 2px rgba(156, 163, 175, 0.2) !important;
}