@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;
}

.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: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search_btns {
  padding: 20px;
  background-color: white;
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
}

#intl_search .search_shapes .shape_card {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;*/
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
}

#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;
}

#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.3764705882);
  border-radius: 10px !important;
  color: #161616;
  padding: 10px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 5px;
  background-color: transparent;
  width: 150px;
}

#intl_search .extra_search_input {
  border: 1px solid rgba(102, 102, 102, 0.3764705882);
  border-radius: 10px !important;
  color: #161616;
  padding: 10px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  margin-right: 5px;
  background-color: transparent;
  width: 300px;
}

#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;
}

.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: 14px;
  margin-top: 20px;
}

#intl_search .search_shapes img {
  width: 70px;
}

.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: 6px;
}

#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);
}

#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) !important;
  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: 405px;
  position: relative !important;
  cursor: pointer;
}

.detail_card {
  border-radius: 5px !important;
  color: #161616;
  padding: 16px 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  height: 405px;
  background-color: rgb(249, 250, 251);
  border: 1px solid rgba(195, 195, 195, 0.3764705882);
  position: absolute;
  z-index: 800;
  width: 28em;
  display: none;
}

.detail_card.right {
  top: 0;
  left: 27em;
  border-left: 0;
  border-radius: 0px !important;
}

.detail_card.left {
  top: 0;
  right: 27em;
  border-right: 0;
  border-radius: 0px !important;
}

.dia_card.right, .dia_card.checked.right {
  border-right: 0;
  border-radius: 0px !important;
}

.dia_card.left, .dia_card.checked.left {
  border-left: 0;
  border-radius: 0px !important;
}

.detail_card h4 {
  margin-bottom: 10px;
  margin-top: 0;
}

.grid_item_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.grid_item_sec > div {
  width: 100%;
}

.flex_grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

#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;
}

.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 (min-width: 360px) 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;
  }
  .intl_btn {
    margin-top: 5px;
  }
  #portal_title {
    font-size: 20px !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;
  }
  #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;
  }
  .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: center;
  }
  .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: center;
  }
  .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;
}

.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;
}

.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 .icon {
  display: block;
  text-align: center;
  min-height: 80px;
  min-width: 98px;
  border-radius: 5px;
  overflow: hidden;
  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;
}

.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 .icon {
  width: 25%;
  display: block;
  text-align: center;
  min-height: 80px;
  min-width: 100px;
  border-radius: 5px;
  overflow: hidden;
  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;
}

.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 .icon {
  min-height: 45px;
}

.body_section .icon_section .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;
  }
  .body_section .icon_section .icon label span.icon {
    font-size: 25px;
  }
  .body_section .icon_section .icon {
    min-width: 80px;
  }
  .body_section .share_section .icon {
    min-width: 80px;
  }
}
/* 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;
}

.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 button {
  padding: 5px 25px;
  background: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #000;
}

.result_button button:hover {
  background: #fff;
  color: #000;
}

.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 {
  display: inline-block;
  max-width: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-weight: 800;
  font-family: sans-serif;
}

.disable-icon {
  opacity: 0.2;
  pointer-events: none;
}

.number_class_div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.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);
}

.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;
}

/*  Message CSS  */
/* Loader CSS */
/* List View International CSS */

/*# sourceMappingURL=diamond-portal-intl-public.css.map */
