.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}


*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

.bh_filter_text {
  font-size: 1rem !important;
}

#bh_diamond_selection_popup {
  display: none;
  opacity: 0;
}

.d-none {
  display: none !important;
}

#bh_btn_view_final_product {
  display: none;
}

.bh_hidden {
  display: none !important;
}

@keyframes bh_spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bh_btn {
  display: block;
  color: #ffffff !important;
  background-color: black !important;
  letter-spacing: 0.13em;
  text-align: center;
  font-weight: 600;
  padding: 12px 15px;
  border: 1px solid black;
  width: 100%;
  font-family: inherit;
  height: auto;
  font-size: 14px;
  cursor: pointer;
  line-height: 1 !important;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.bh_btn_primary {
  color: #ffffff !important;
  background-color: black !important;
}

.bh_btn_secondary {
  background-color: #E9E9E9 !important;
  color: #000 !important;
}

.bh_btn:hover, .bh_btn:focus {
  color: #fff !important;
  background-color: #232323 !important;
}

.bh_toggle_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 0 5px;
}
.bh_toggle_switch .bh_toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.bh_toggle_switch .bh_toggle_slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.bh_toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bh_toggle_switch input:checked + .bh_toggle_slider {
  background-color: black;
}
.bh_toggle_switch input:checked + .bh_toggle_slider:before {
  transform: translateX(26px);
}

.ring_size_container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
}
.ring_size_container label {
  flex: 1;
  display: block;
}
.ring_size_container label select {
  color: #000;
  background-color: #fff;
  width: -webkit-fill-available;
  display: block;
  padding: 12px 23px 12px 12px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 1.2 !important;
  border: 1px solid #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%236B7280"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.ring_size_container label select::-moz-placeholder {
  color: black;
}
.ring_size_container label select::placeholder {
  color: black;
}
.ring_size_container label select:focus {
  border-color: #666;
  outline: none;
}
.ring_size_container button {
  flex: 1 0 219px;
  font-size: 16px;
}
.ring_size_container button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#bhFullscreenViewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
#bhFullscreenViewer .bh-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#bhFullscreenViewer.active {
  opacity: 1;
  pointer-events: auto;
}
#bhFullscreenViewer img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.bh_custom_popup {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}
.bh_custom_popup .bh-popup-container {
  width: 330px;
  overflow: hidden;
  background-color: #fff;
  padding: 1em;
  box-shadow: 0 0 30px -12px;
  border-radius: 10px;
  text-align: center;
}
.bh_custom_popup .bh-popup-container a {
  display: block;
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 5px 0;
}
.bh_custom_popup .bh-popup-container.bh-alert-popup-container {
  min-width: 300px;
  width: 30vw;
}
.bh_custom_popup .bh-popup-container.bh_custom_diamond_data {
  min-width: 300px;
  width: 20vw;
}
.bh_custom_popup .bh-popup-container .bh-popup-inner-content {
  width: 100%;
  max-height: 700px;
  overflow: auto;
}
.bh_custom_popup .bh-popup-container h3 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.bh_custom_popup .bh-popup-container #alertMessage {
  text-align: left;
}
.bh_custom_popup .bh-popup-container .bh-close-popup {
  display: flex;
  justify-content: flex-end;
}
.bh_custom_popup .bh-popup-container .bh-close-popup svg {
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.bh_custom_popup .bh-popup-container .alert-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.bh_custom_popup .bh-popup-container .alert-buttons button.alert-button {
  border: 1px solid #000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.375;
  margin-bottom: 5px;
  padding: 10px 18px;
  text-transform: uppercase;
  width: auto;
}
.bh_custom_popup .bh-popup-container .alert-buttons button#alertOk {
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
}
.bh_custom_popup .bh-popup-container table {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 0;
}
.bh_custom_popup .bh-popup-container table a {
  all: unset;
  text-decoration: underline;
  font-weight: 400;
}
.bh_custom_popup .bh-popup-container table tr.even td, .bh_custom_popup .bh-popup-container table tr.even th {
  background-color: var(--bh-theme-light);
}
.bh_custom_popup .bh-popup-container table tr.odd td, .bh_custom_popup .bh-popup-container table tr.odd th {
  background-color: var(--bh-theme-light2);
}
.bh_custom_popup .bh-popup-container table td {
  padding: 5px;
  vertical-align: middle;
  word-break: break-all;
  border: none;
}
.bh_custom_popup .bh-popup-container table td:first-child {
  font-weight: 600;
}
.bh_custom_popup .bh-popup-container table td:last-child {
  text-align: right;
}
.bh_custom_popup .bh-popup-container table td.empty_cell {
  color: var(--bh-theme-light);
}
.bh_custom_popup .bh-popup-container table th {
  vertical-align: middle;
  border: none;
  padding: 5px;
  text-align: left;
}

.completed_info {
  display: flex;
  align-content: flex-start;
  gap: 10px;
  padding: 5px 0 0 0;
  margin-bottom: 16px;
}
.completed_info p {
  font-size: 20px;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1 !important;
  color: black;
}
.completed_info p.primary {
  font-weight: bold;
}
.completed_info p.price-primary {
  font-weight: bold;
  font-size: 22px;
}
.completed_info p a {
  all: unset;
  font-size: 14px;
  cursor: pointer;
}
.completed_info img {
  height: 60px !important;
  margin-top: 4px;
}

#bh_loader, .media-loader {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
#bh_loader .sk-chase, .media-loader .sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
#bh_loader .sk-chase-dot, .media-loader .sk-chase-dot {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
#bh_loader .sk-chase-dot:before, .media-loader .sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
#bh_loader .sk-chase-dot:nth-child(1), .media-loader .sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
#bh_loader .sk-chase-dot:nth-child(2), .media-loader .sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
#bh_loader .sk-chase-dot:nth-child(3), .media-loader .sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
#bh_loader .sk-chase-dot:nth-child(4), .media-loader .sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
#bh_loader .sk-chase-dot:nth-child(5), .media-loader .sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
#bh_loader .sk-chase-dot:nth-child(6), .media-loader .sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
#bh_loader .sk-chase-dot:nth-child(1):before, .media-loader .sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
#bh_loader .sk-chase-dot:nth-child(2):before, .media-loader .sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
#bh_loader .sk-chase-dot:nth-child(3):before, .media-loader .sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
#bh_loader .sk-chase-dot:nth-child(4):before, .media-loader .sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
#bh_loader .sk-chase-dot:nth-child(5):before, .media-loader .sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
#bh_loader .sk-chase-dot:nth-child(6):before, .media-loader .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);
  }
}

#bh_search_ext {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 20px;
}
#bh_search_ext h1, #bh_search_ext h2, #bh_search_ext h3, #bh_search_ext h4, #bh_search_ext h5, #bh_search_ext h6, #bh_search_ext p, #bh_search_ext span, #bh_search_ext div, #bh_search_ext input, #bh_search_ext select, #bh_search_ext textarea {
  color: black;
  font-family: inherit;
}
#bh_search_ext .irs {
  font-family: inherit !important;
}
#bh_search_ext .ion-range {
  font-family: inherit !important;
}
#bh_search_ext .irs-from, #bh_search_ext .irs-to, #bh_search_ext .irs-single, #bh_search_ext .irs-min, #bh_search_ext .irs-max {
  color: #fff;
}
#bh_search_ext .irs-grid {
  line-height: 0;
}
#bh_search_ext select:focus, #bh_search_ext input:focus, #bh_search_ext textarea:focus, #bh_search_ext select:focus-within, #bh_search_ext input:focus-within, #bh_search_ext select:focus-visible, #bh_search_ext input:focus-visible {
  outline: 0.1rem solid black;
  outline-offset: 0;
}
#bh_search_ext #bh_search_data #powered {
  font-size: 12px;
  text-align: center;
  color: gray;
  font-style: italic;
}
#bh_search_ext #bh_search_data #powered a {
  text-decoration: underline;
}
#bh_search_ext #bh_filters_wrapper {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  /* Responsive adjustments */
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group label {
  margin-bottom: 0.5em;
  color: #2d3748;
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group .bh-filter-dropdown {
  padding: 0.75em 2.5em 0.75em 1em;
  font-size: 0.8em;
  line-height: 1;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%236B7280"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  color: #2a2a2a;
  cursor: pointer;
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group .bh-filter-dropdown:hover {
  border-color: #4b5563;
  box-shadow: 0 0 0 3px rgba(75, 85, 99, 0.1);
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group .bh-filter-dropdown:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group .bh-filter-dropdown option {
  color: #2d3748;
  background-color: #fff;
}
#bh_search_ext #bh_filters_wrapper .bh-filter-group .bh-filter-dropdown:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f3f4f6;
}
@media (max-width: 768px) {
  #bh_search_ext #bh_filters_wrapper .bh-filter-group {
    flex: 1 1 100%;
  }
}
#bh_search_ext .bh-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 0.5rem;
}
#bh_search_ext .bh-pagination .page-btn {
  padding: 11px 12px;
  border: 1px solid #5e5e5e;
  background: #fff;
  cursor: pointer;
  font-size: 0.95em;
  line-height: 1;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
#bh_search_ext .bh-pagination .page-btn.active {
  background-color: var(--bh-theme-color);
  color: white;
  font-weight: bold;
  border-color: var(--bh-theme-color);
}
#bh_search_ext .bh-pagination .page-btn.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
#bh_search_ext .bh-pagination .page-btn:hover:not(.disabled):not(.active) {
  background-color: #f0f0f0;
}
#bh_search_ext #bh-footer #powered {
  font-size: 12px;
  text-align: center;
  color: gray;
  font-style: italic;
  margin-top: 20px;
}
#bh_search_ext #bh-footer #powered a {
  text-decoration: underline;
}
#bh_search_ext #bh_smart_card.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  max-width: 1800px;
  gap: 2rem;
  margin: 0 auto;
}
#bh_search_ext #bh_smart_card .bh-no-data {
  grid-column: 1/-1;
}
#bh_search_ext #bh_smart_card .custom-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #f1f1f1;
  font-size: 16px;
}
#bh_search_ext #bh_smart_card .custom-product-card:hover {
  transform: translateY(-4px);
}
#bh_search_ext #bh_smart_card .custom-product-card .media-loader {
  background-color: transparent !important;
  position: absolute;
  z-index: 10;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-image-wrapper {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-image-wrapper .product-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-image-wrapper .product-video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-image-wrapper .product-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
#bh_search_ext #bh_smart_card .custom-product-card .media-buttons {
  padding: 0.6em 0.6em 0;
}
#bh_search_ext #bh_smart_card .custom-product-card .media-buttons .media-btn {
  background-color: #f7f7f7;
  color: black;
  padding: 3px 5px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
#bh_search_ext #bh_smart_card .custom-product-card .media-buttons .media-btn.selected {
  background-color: var(--bh-theme-color);
}
#bh_search_ext #bh_smart_card .custom-product-card .product-details {
  font-size: 1.1em;
  font-weight: 500;
  color: #222;
  padding: 0.3em 0.3em 0;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-details .product-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.4em;
  color: #222;
  line-height: 1.2;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-details .product-price {
  font-size: 19px;
  color: #333;
  line-height: 1;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-details .product-price .price {
  color: #222;
  font-weight: 600;
  font-size: 1.1em;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-details .product-price .original-price {
  color: #999;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-variants {
  padding: 0.3em 0.3em 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bh_search_ext #bh_smart_card .custom-product-card .product-variants .variant-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
#bh_search_ext #bh_smart_card .custom-product-card .stone_type {
  width: 120px !important;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  color: black;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 1px 5px;
  margin: 5px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
#bh_search_ext #bh_smart_card .custom-product-card .stone_type.selected {
  background-color: rgb(205, 205, 205);
}
#bh_search_ext #bh_smart_card .custom-product-card .variant-buttons {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#bh_search_ext #bh_smart_card .custom-product-card .variant-buttons .variant-btn {
  cursor: pointer;
}
#bh_search_ext #bh_smart_card .custom-product-card .variant-buttons .variant-btn.selected > img {
  background-color: rgb(205, 205, 205);
}
#bh_search_ext #bh_smart_card .custom-product-card .variant-buttons .variant-btn img {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  height: 35px;
  width: 35px !important;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 4px;
}
#bh_search_ext #bh_smart_card .custom-product-card .variant-loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 5px solid #e0e0e0;
  border-top-color: black; /* Tailwind's blue-500 */
  border-radius: 50%;
  animation: bh_spin 0.8s linear infinite;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px 10px 5px 0;
  flex: initial !important;
  position: relative;
  cursor: pointer;
  display: block !important;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.metal-dot-after::after {
  content: "";
  border-radius: 50%;
  border: 2px solid transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.white-dot::after {
  border: 2px solid #b7b7b7;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.rose-dot::after {
  border: 2px solid #c68766;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.yellow-dot::after {
  border: 2px solid #cdb273;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.yellow_white-dot::after {
  border: 2px solid #c9b892;
}
#bh_search_ext #bh_smart_card .custom-product-card .metal-dot.rose_white-dot::after {
  border: 2px solid #bcb0a8;
}
#bh_search_ext #bh_smart_card .custom-product-card .shape-icon {
  width: 24px;
  height: 24px;
}
#bh_search_ext #bh_variant_controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#bh_search_ext #bh_variant_controls.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}
#bh_search_ext #bh_variant_controls .variation-title {
  font-size: 18px;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 1;
}
#bh_search_ext #bh_variant_controls .product-variants {
  padding: 0.75rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bh_search_ext #bh_variant_controls .product-variants .variant-option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
#bh_search_ext #bh_variant_controls .stone_type, #bh_search_ext #bh_variant_controls .chain-btn {
  width: 120px !important;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  color: black;
  padding: 1px 5px;
  font-size: 14px;
  text-align: center;
  min-width: 60px;
  height: 36px;
  display: flex;
  align-items: center;
  font-weight: 500;
  justify-content: center;
}
#bh_search_ext #bh_variant_controls .stone_type.selected, #bh_search_ext #bh_variant_controls .chain-btn.selected {
  background-color: rgb(205, 205, 205);
}
#bh_search_ext #bh_variant_controls .karat-btn {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  color: black;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  min-width: 60px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#bh_search_ext #bh_variant_controls .karat-btn.selected {
  background-color: rgb(205, 205, 205);
}
#bh_search_ext #bh_variant_controls .variant-buttons {
  display: flex;
  gap: 8px;
  margin-top: 5px;
  align-items: center;
  flex-wrap: wrap;
}
#bh_search_ext #bh_variant_controls .variant-buttons.metal-tone {
  gap: 5px;
}
#bh_search_ext #bh_variant_controls .variant-buttons .variant-btn {
  cursor: pointer;
}
#bh_search_ext #bh_variant_controls .variant-buttons .variant-btn.selected > img {
  background-color: rgb(205, 205, 205);
}
#bh_search_ext #bh_variant_controls .variant-buttons .variant-btn img {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  height: 50px;
  width: 50px !important;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}
#bh_search_ext #bh_variant_controls .variant-loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border: 5px solid #e0e0e0;
  border-top-color: black; /* Tailwind's blue-500 */
  border-radius: 50%;
  animation: bh_spin 0.8s linear infinite;
}
#bh_search_ext #bh_variant_controls .metal-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px 10px 5px 0;
  flex: initial !important;
  position: relative;
  cursor: pointer;
  display: block !important;
}
#bh_search_ext #bh_variant_controls .metal-dot.metal-dot-after::after {
  content: "";
  border-radius: 50%;
  border: 2px solid transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
#bh_search_ext #bh_variant_controls .metal-dot.white-dot::after {
  border: 2px solid #b7b7b7;
}
#bh_search_ext #bh_variant_controls .metal-dot.rose-dot::after {
  border: 2px solid #c68766;
}
#bh_search_ext #bh_variant_controls .metal-dot.yellow-dot::after {
  border: 2px solid #cdb273;
}
#bh_search_ext #bh_variant_controls .metal-dot.yellow_white-dot::after {
  border: 2px solid #c9b892;
}
#bh_search_ext #bh_variant_controls .metal-dot.rose_white-dot::after {
  border: 2px solid #bcb0a8;
}
#bh_search_ext #bh_variant_controls .shape-icon {
  width: 24px;
  height: 24px;
}
#bh_search_ext .open_popup {
  opacity: 1 !important;
  display: flex !important;
  z-index: 4000 !important;
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
}
#bh_search_ext #bh_toggle_actions {
  margin: 1.25rem auto;
}
#bh_search_ext #bh_toggle_actions #view_video, #bh_search_ext #bh_toggle_actions #view_image {
  background-color: black;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
}
#bh_search_ext #show_filter {
  text-align: center;
  border: 1px solid var(--bh-theme-color);
  background-color: var(--bh-theme-color);
  padding: 5px;
  height: 100%;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  display: none;
  color: white;
  border-radius: 0;
  font-family: inherit;
}
#bh_search_ext #gemstone-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
#bh_search_ext #gemstone-grid .gemstone-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 0.65rem;
  height: 100px;
  width: 100px;
  cursor: pointer;
  font-size: 11px;
}
#bh_search_ext #gemstone-grid .gemstone-item.active {
  background-color: var(--bh-theme-light);
  border-color: var(--bh-theme-color);
}
#bh_search_ext #bh_diamond_body #back_icon {
  align-items: center;
  color: black;
  gap: 4px;
  display: inline-flex;
}
#bh_search_ext #bh_diamond_body #back_icon svg {
  height: 20px;
}
#bh_search_ext #bh_diamond_body table {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 0;
  border-collapse: collapse;
}
#bh_search_ext #bh_diamond_body table a {
  all: unset;
  text-decoration: underline;
  font-weight: 400;
}
#bh_search_ext #bh_diamond_body table tr.even td, #bh_search_ext #bh_diamond_body table tr.even th {
  background-color: var(--bh-theme-light);
}
#bh_search_ext #bh_diamond_body table tr.odd td, #bh_search_ext #bh_diamond_body table tr.odd th {
  background-color: var(--bh-theme-light2);
}
#bh_search_ext #bh_diamond_body table td {
  padding: 10px 15px;
  vertical-align: middle;
  word-break: break-all;
  border: none;
}
#bh_search_ext #bh_diamond_body table td:first-child {
  font-weight: 600;
}
#bh_search_ext #bh_diamond_body table td:last-child {
  text-align: right;
}
#bh_search_ext #bh_diamond_body table td.empty_cell {
  color: var(--bh-theme-light);
}
#bh_search_ext #bh_diamond_body hr {
  border-top: 1px solid #efefef;
  margin: 10px 0;
}
#bh_search_ext #bh_diamond_body .assets_div {
  position: relative;
}
#bh_search_ext #bh_diamond_body .assets_div .assets {
  width: 100%;
  overflow: hidden;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
#bh_search_ext #bh_diamond_body .assets_div .assets #no_video {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
#bh_search_ext #bh_diamond_body .assets_div .assets .img_asset, #bh_search_ext #bh_diamond_body .assets_div .assets .vid_asset {
  width: 100%;
  height: 400px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
#bh_search_ext #bh_diamond_body .assets_div .assets img {
  background-color: #efefef;
  width: 100%;
  border-radius: 7px;
  height: -moz-max-content;
  height: max-content;
  -o-object-fit: contain;
     object-fit: contain;
}
#bh_search_ext #bh_diamond_body .assets_div .assets iframe {
  background-color: #efefef;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  padding: 12px;
}
#bh_search_ext #bh_diamond_body .assets_div .asset_arrow {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#bh_search_ext #bh_diamond_body .assets_div .asset_arrow.img_arrow {
  left: 0.1em;
}
#bh_search_ext #bh_diamond_body .assets_div .asset_arrow.vid_arrow {
  right: 0.1em;
}
#bh_search_ext #bh_diamond_body .assets_div .asset_arrow svg {
  font-size: 30px;
  width: 1.2em;
  height: 1.2em;
}
#bh_search_ext #bh_diamond_body #final_desc {
  display: none;
}
#bh_search_ext #bh_diamond_body .dia_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  max-height: 480px;
  position: sticky;
  top: 20px;
}
#bh_search_ext #bh_diamond_body .dia_body h1.diamond_title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.2em;
}
#bh_search_ext #bh_diamond_body .dia_body h2.diamond_title {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
#bh_search_ext #bh_diamond_body .dia_body p.final_diamond_price, #bh_search_ext #bh_diamond_body .dia_body p.diamond_price {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
#bh_search_ext #bh_diamond_body .dia_body .diamond_price {
  font-size: 20px;
}
#bh_search_ext #bh_diamond_body .dia_body .final_diamond_price {
  font-size: 26px;
  margin: 0;
}
#bh_search_ext #bh_diamond_body .dia_body #lab_cert {
  margin: 0;
}
#bh_search_ext #bh_diamond_body .dia_body .diamond_short_name {
  margin: 5px 0;
  padding: 0;
  color: #777;
  font-weight: 600;
}
#bh_search_ext #bh_diamond_body .dia_body a {
  color: black;
  font-weight: 600;
}
#bh_search_ext #bh_diamond_body .dia_body .add_to_cart_footer {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#bh_search_ext #bh_diamond_body .dia_body .add_to_cart_footer p {
  text-align: right;
  margin: 0;
}
#bh_search_ext #bh_diamond_body .bh_dia_description {
  padding: 0.7em 0;
}
#bh_search_ext #bh_diamond_body .bh_dia_description h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}
#bh_search_ext #bh_diamond_body #bh_single_diamond .asset_arrow {
  display: none;
}
#bh_search_ext #bh_diamond_body #bh_single_diamond .bh_search_dia {
  font-family: inherit;
  display: grid;
  gap: 4em;
  margin: 1.25rem auto;
  grid-template-columns: 2fr 1fr;
}
#bh_search_ext #bh_diamond_body #bh_single_diamond #bh_diamond_details_1 table td:first-child {
  width: 25%;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond {
  width: 100%;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond h5 {
  margin-bottom: 10px;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia {
  width: 100%;
  display: grid;
  grid-template-areas: "multi_diamond_1 multi_diamond_2 dia_body" "diamond_details_1 diamond_details_2 dia_body";
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia .assets {
  display: grid;
  grid-template-columns: 1fr;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia .vid_asset {
  display: none;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia .img_arrow {
  display: none;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia #multi_diamond_1 {
  grid-area: multi_diamond_1;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia #multi_diamond_2 {
  grid-area: multi_diamond_2;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia .dia_body {
  grid-area: dia_body;
  margin-top: 15px;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia #diamond_details_1 {
  grid-area: diamond_details_1;
}
#bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia #diamond_details_2 {
  grid-area: diamond_details_2;
}
#bh_search_ext #bh_diamond_body #bh_matching_diamond h2 {
  text-align: center;
  line-height: 1;
}
#bh_search_ext .single_diamond_details {
  padding-top: 30px;
}
#bh_search_ext .single_diamond_details div h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 5px 5px !important;
  text-decoration: underline;
}
#bh_search_ext .single_diamond_details div table thead tr th {
  text-align: left !important;
  padding: 8px !important;
}
#bh_search_ext .single_diamond_details div table tbody tr th {
  font-weight: bold;
}
#bh_search_ext .single_diamond_details div table tbody tr td {
  border: 1px solid rgb(204, 204, 204) !important;
  padding: 8px !important;
  text-align: left !important;
}
#bh_search_ext dialog::backdrop {
  background: rgba(34, 34, 34, 0.4);
}
#bh_search_ext dialog {
  border-radius: 5px;
  font-family: inherit;
  width: 768px;
  height: -moz-max-content;
  height: max-content;
  background-color: white;
  margin: 0 auto;
  top: 10%;
}
#bh_search_ext dialog * {
  margin: 0;
  padding: 0;
}
#bh_search_ext dialog header {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}
#bh_search_ext dialog header h4 {
  font-size: 18px;
}
#bh_search_ext dialog main {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#bh_search_ext dialog main img {
  height: 300px;
  width: auto;
}
#bh_search_ext dialog main iframe {
  height: 500px;
  width: 100%;
}
#bh_search_ext dialog footer {
  padding: 10px;
  border-top: 1px solid #eeeeee;
  text-align: right;
}
#bh_search_ext dialog footer button {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
#bh_search_ext * {
  line-height: inherit;
}
#bh_search_ext #bh_search_title {
  margin: 1.25rem auto;
}
#bh_search_ext #bh_search_title h1 {
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  padding: 0;
}
#bh_search_ext #bh_search_title p {
  font-family: inherit;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
}
#bh_search_ext .pd-body {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1rem;
  overflow-x: auto;
}
#bh_search_ext .pd-body #bh_srch_list_view table {
  background-color: rgb(255, 255, 255);
  min-width: 100%;
  border-collapse: collapse;
  margin: 0;
}
#bh_search_ext .pd-body #bh_srch_list_view table th {
  color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  background-color: var(--bh-theme-color);
  border-bottom-width: 1px;
  white-space: nowrap;
  border: none;
}
#bh_search_ext .pd-body #bh_srch_list_view table td {
  padding: 0.5rem 1rem;
  text-align: center;
  border-bottom-width: 1px;
  white-space: nowrap;
  border: none;
}
#bh_search_ext .pd-body #bh_srch_list_view table td.highlight_column {
  background-color: var(--bh-theme-light);
}
#bh_search_ext .pd-body #bh_srch_list_view table td.bold {
  font-weight: 600;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds tr.even td, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds tr.even th {
  background-color: var(--bh-theme-light);
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds tr.seprate-mpair {
  background-color: var(--bh-theme-color);
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds tr.odd td, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds tr.odd th {
  background-color: var(--bh-theme-light2);
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .shp_label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .shp_label img {
  height: 30px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .action_div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .add_to_cart, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .diamond_view, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .copy_dia_btn, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .compare-link, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .view_btn, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .select_diamond, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .price_actions .actions .select_diamond {
  font-weight: 600 !important;
  padding: 5px !important;
  color: black;
  text-decoration: none;
  font-size: 12px;
  margin: 0 2px;
  cursor: pointer;
  letter-spacing: 0.1em;
  border: 1px solid #b9b9b9;
  background-color: transparent;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  height: 32px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .add_to_cart svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .diamond_view svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .copy_dia_btn svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .compare-link svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .view_btn svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .select_diamond svg, #bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .price_actions .actions .select_diamond svg {
  height: 18px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .asset {
  margin: 0 2px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td .asset svg {
  height: 22px;
}
#bh_search_ext .pd-body #bh_srch_list_view table #pd_diamonds td a {
  color: black;
  text-decoration: underline;
}
#bh_search_ext .pd-body .no_diamond {
  text-align: center;
}
#bh_search_ext .pd-body .dia_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
#bh_search_ext .pd-body .dia_grid .dia_card {
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#bh_search_ext .pd-body .dia_grid .dia_card .grid_badge {
  position: absolute;
  left: -29px;
  top: 20px;
  padding: 5px 10px;
  font-weight: 600;
  background-color: var(--bh-theme-color);
  color: white;
  transform: rotate(-45deg);
  width: 130px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .remove_compare_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .remove_compare_btn a {
  border: 1px solid #b9b9b9;
  background-color: #b9b9b9;
  margin: 0;
  padding: 3px 3px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  cursor: pointer;
}
#bh_search_ext .pd-body .dia_grid .dia_card .remove_compare_btn a svg {
  color: black;
  height: 18px;
  width: 18px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .fast_badge {
  position: absolute;
  top: 0;
  right: 0;
}
#bh_search_ext .pd-body .dia_grid .dia_card .view_link {
  width: 100%;
}
#bh_search_ext .pd-body .dia_grid .dia_card .img_section {
  text-align: center;
  padding: 10px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#bh_search_ext .pd-body .dia_grid .dia_card .img_section img {
  height: 180px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info {
  padding: 10px;
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .basic_info {
  text-align: center;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .basic_info span {
  font-size: 16px;
  color: gray;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions h3 {
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 7px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 5px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions a, #bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions span, #bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions .select_diamond {
  border: 1px solid #b9b9b9;
  margin: 0;
  padding: 3px 3px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  cursor: pointer;
  background: transparent;
  color: black;
  text-transform: uppercase;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions a svg, #bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions span svg, #bh_search_ext .pd-body .dia_grid .dia_card .card_info .price_actions .actions .select_diamond svg {
  height: 18px;
  width: 18px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info h4 {
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 0 0 5px;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info p {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
#bh_search_ext .pd-body .dia_grid .dia_card .card_info a {
  margin: 0 0 3px;
  padding: 0;
  color: black;
  display: inline-block;
  overflow: hidden;
}
#bh_search_ext .pd-body .dia_grid .dia_card hr {
  background-color: gray;
  height: 1px;
  width: 100%;
  margin: 1em 0 0;
}
#bh_search_ext .pd-body .dia_grid .dia_card table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  box-shadow: none;
}
#bh_search_ext .pd-body .dia_grid .dia_card table tr th {
  padding: 0.3em;
  white-space: nowrap;
  border: none;
  text-align: left;
}
#bh_search_ext .pd-body .dia_grid .dia_card table tr td {
  padding: 0.5em 0.4em;
  border-bottom-width: 1px;
  white-space: nowrap;
  border: none;
  text-align: right;
  overflow: hidden;
}
#bh_search_ext .pd-body .dia_grid .dia_card table tr td a {
  color: black;
  text-decoration: underline;
}
#bh_search_ext .pd-body .dia_grid .dia_card table tr.even td, #bh_search_ext .pd-body .dia_grid .dia_card table tr.even th {
  background-color: var(--bh-theme-light);
}
#bh_search_ext .pd-body .dia_grid .dia_card table tr.odd td, #bh_search_ext .pd-body .dia_grid .dia_card table tr.odd th {
  background-color: var(--bh-theme-light2);
}
#bh_search_ext #pd-footer {
  margin-top: 1.25rem;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
}
#bh_search_ext #pd-footer p {
  text-decoration-line: underline;
  font-weight: 600;
  text-align: center;
  display: none;
}
#bh_search_ext #pd-footer #bh_paginator .custom-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0;
}
#bh_search_ext #pd-footer #bh_paginator .custom-pagination li {
  border: 1px solid black;
  border-radius: 5px;
}
#bh_search_ext #pd-footer #bh_paginator .custom-pagination li.active_pagination {
  background-color: var(--bh-theme-light);
}
#bh_search_ext #pd-footer #bh_paginator .custom-pagination li a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}
#bh_search_ext #pd-footer #bh_paginator .custom-pagination li span {
  padding: 5px 10px;
}
#bh_search_ext #bh_search_info_bar {
  font-family: inherit;
  padding: 15px 0;
  margin: 1.25rem auto;
  border-radius: 10px;
}
#bh_search_ext #bh_search_info_bar .list_grid_view span {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#bh_search_ext #bh_search_info_bar .list_grid_view span svg {
  stroke: gray;
}
#bh_search_ext #bh_search_info_bar .list_grid_view span.active svg {
  stroke: black;
}
#bh_search_ext #bh_search_info_bar div {
  display: flex;
  justify-content: space-between;
}
#bh_search_ext #bh_search_info_bar div:first-child {
  gap: 10px;
}
#bh_search_ext #bh_search_info_bar div #bh_search_info .search_type {
  cursor: pointer;
  font-weight: 500;
  background: none;
}
#bh_search_ext #bh_search_info_bar div #bh_search_info .search_type.active {
  text-decoration: underline;
}
#bh_search_ext #bh_compare_data {
  display: none;
}
#bh_search_ext #bh_compare_data #bh_srch_compare_view .dia_grid {
  grid-template-columns: repeat(5, 1fr);
  overflow: auto;
}
#bh_search_ext #bh_compare_data #bh_srch_compare_view .dia_grid .dia_card {
  min-width: -moz-min-content;
  min-width: min-content;
}
#bh_search_ext #bh_builder_progress {
  margin: 1.25rem auto;
  font-family: inherit;
  padding: 0 30px;
  width: 60vw;
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active ~ li:before, #bh_search_ext #bh_builder_progress .multi-steps > li.is-active:before {
  content: "";
  font-family: inherit;
  font-weight: 700;
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active ~ li:after, #bh_search_ext #bh_builder_progress .multi-steps > li.is-active:after {
  background-color: #ccc;
}
#bh_search_ext #bh_builder_progress .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
#bh_search_ext #bh_builder_progress .multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: black;
  font-size: 15px;
  z-index: 2;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text {
  margin-top: 10px;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text .bh_tooltip .bh_tooltip_hover_label {
  display: none;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text .bh_tooltip .bh_tooltip_text .fill_short_name {
  font-size: 12px;
  font-weight: bold;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text .bh_tooltip .bh_tooltip_text .progress_links {
  font-size: 12px;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text .bh_tooltip .bh_tooltip_text .progress_links a {
  color: black;
  font-weight: bold;
}
#bh_search_ext #bh_builder_progress .multi-steps > li .progress_text .bh_tooltip .bh_tooltip_text .progress_links a:hover {
  text-decoration: underline;
}
#bh_search_ext #bh_builder_progress .multi-steps > li:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  margin: 0 auto 4px;
  background-color: var(--bh-theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: var(--bh-theme-color);
  border-radius: 10px;
}
#bh_search_ext #bh_builder_progress .multi-steps > li:after {
  content: "";
  height: 2px;
  width: calc(100% - 25px);
  background-color: var(--bh-theme-color);
  position: absolute;
  top: 23px;
  left: 50%;
  z-index: -1;
}
#bh_search_ext #bh_builder_progress .multi-steps > li:last-child:after {
  display: none;
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active {
  font-weight: bold;
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active:before {
  background-color: white;
  border: 2px solid var(--bh-theme-color);
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active ~ li {
  color: black;
}
#bh_search_ext #bh_builder_progress .multi-steps > li.is-active ~ li:before {
  background-color: white;
  border-color: #ccc;
}
#bh_search_ext #bh_search_form {
  margin: 1.25rem auto;
  font-family: inherit;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
#bh_search_ext #bh_search_form #filter_diamond_data .filter-container {
  text-align: end;
}
#bh_search_ext #bh_search_form #filter_diamond_data .shape_grid_mob {
  display: none;
}
#bh_search_ext #bh_search_form .srch_gem_colour .blue {
  background-color: blue;
}
#bh_search_ext #bh_search_form .srch_gem_colour .green {
  background-color: green;
}
#bh_search_ext #bh_search_form .srch_gem_colour .red {
  background-color: red;
}
#bh_search_ext #bh_search_form .srch_gem_colour .teal {
  background-color: teal;
}
#bh_search_ext #bh_search_form .srch_gem_colour .pink {
  background-color: pink;
}
#bh_search_ext #bh_search_form .srch_gem_colour .bi {
  background-color: rgb(120, 237, 205);
}
#bh_search_ext #bh_search_form .srch_gem_colour .multi {
  background-color: rgb(205, 208, 165);
}
#bh_search_ext #bh_search_form .srch_gem_colour .purple {
  background-color: purple;
}
#bh_search_ext #bh_search_form .srch_gem_colour .yellow {
  background-color: yellow;
}
#bh_search_ext #bh_search_form .srch_gem_colour .violet {
  background-color: violet;
}
#bh_search_ext #bh_search_form .srch_gem_colour .brown {
  background-color: brown;
}
#bh_search_ext #bh_search_form .srch_gem_colour .orange {
  background-color: orange;
}
#bh_search_ext #bh_search_form .srch_gem_colour .grey {
  background-color: gray;
}
#bh_search_ext #bh_search_form .srch_gem_colour .white {
  background-color: white;
}
#bh_search_ext #bh_search_form .srch_gem_colour .black {
  background-color: black;
}
#bh_search_ext #bh_search_form .srch_gem_colour .other {
  background-color: rgb(233, 233, 233);
}
#bh_search_ext #bh_search_form .select_stones {
  width: 100%;
  height: 100%;
  margin: 0 0 2em;
}
#bh_search_ext #bh_search_form .select_stones .select_option {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
#bh_search_ext #bh_search_form .select_stones .select_option a.stone_page {
  all: unset;
  flex: 1 0 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--bh-theme-color);
  padding: 5px;
  height: 100%;
  cursor: pointer;
  width: 125px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
}
#bh_search_ext #bh_search_form .select_stones .select_option a.stone_page.active {
  background-color: var(--bh-theme-color);
  color: #ffffff;
}
#bh_search_ext #bh_search_form .select_stones .select_option a.stone_page.active span {
  color: #ffffff;
}
#bh_search_ext #bh_search_form .bh_search_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  margin-top: 1.25rem;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
#bh_search_ext #bh_search_form .bh_search_grid #fancy-color-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 8px;
  margin-top: 8px;
  justify-items: center;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option {
  border-radius: 0.65rem;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  position: relative;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, var(--bh-theme-light2), transparent);
  width: 100%;
  padding: 0.65rem;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option .fancy-color-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option[title]::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 10;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option[title]:hover::after, #bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option[title]:focus-visible::after {
  opacity: 1;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option:focus-visible {
  outline: 1px solid var(--bh-theme-color);
  outline-offset: 2px;
  box-shadow: 0 0 6px var(--bh-theme-light);
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option:hover {
  border-color: var(--bh-theme-light);
  box-shadow: 0 0 8px var(--bh-theme-light);
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option:hover .fancy-color-icon {
  filter: brightness(1.1) drop-shadow(0 0 3px var(--bh-theme-light));
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option.selected {
  border-color: var(--bh-theme-color);
  box-shadow: 0 0 10px var(--bh-theme-light), inset 0 0 4px var(--bh-theme-light2);
  background: radial-gradient(circle, var(--bh-theme-light), transparent);
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option.selected .fancy-color-icon {
  filter: brightness(1.15) drop-shadow(0 0 4px var(--bh-theme-light));
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option.selected::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 30%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: sparkle 1.2s infinite ease-in-out;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  border-color: var(--bh-theme-light2);
  box-shadow: none;
}
#bh_search_ext #bh_search_form .bh_search_grid .fancy-color-option.disabled .fancy-color-icon {
  filter: grayscale(1) drop-shadow(0 0 0 0 var(--bh-theme-light));
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
#bh_search_ext #bh_search_form .bh_search_grid .bh_filter_text {
  font-size: 14px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_cert {
  height: 60px;
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_cert input {
  height: 40px;
  width: 100%;
  padding: 5px;
  border: 0.5px solid #c9c9c9;
  border-radius: 5px;
}
#bh_search_ext #bh_search_form .bh_search_grid span {
  font-weight: 600;
  font-size: 10px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour span {
  padding: 6px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid span {
  width: 100%;
  height: 54px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid span img {
  width: 50px;
  height: auto;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid, #bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 8px;
  margin-top: 8px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid span, #bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour span {
  cursor: pointer;
  color: rgb(0, 0, 0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid span.gem_colour, #bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour span.gem_colour {
  justify-content: flex-start;
  gap: 5px;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid span.active, #bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour span.active {
  background-color: var(--bh-theme-light);
  border-color: var(--bh-theme-color);
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid .disable_shape, #bh_search_ext #bh_search_form .bh_search_grid .srch_gem_colour .disable_shape {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  background-color: #f2f2f2;
  color: #a6a6a6;
  text-decoration: line-through;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_carat .flex_inputs, #bh_search_ext #bh_search_form .bh_search_grid .srch_price .flex_inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_carat .flex_inputs *, #bh_search_ext #bh_search_form .bh_search_grid .srch_price .flex_inputs * {
  text-align: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.65rem;
  width: 6rem;
}
#bh_search_ext #bh_search_form .bh_search_grid .srch_carat, #bh_search_ext #bh_search_form .bh_search_grid .srch_clr, #bh_search_ext #bh_search_form .bh_search_grid .srch_cla, #bh_search_ext #bh_search_form .bh_search_grid .srch_cut, #bh_search_ext #bh_search_form .bh_search_grid .srch_price {
  margin-top: 0.5rem;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-from, #bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-to, #bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-single {
  background: var(--bh-theme-color) !important;
  font-weight: 600;
  padding: 2px 4px;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-from:before, #bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-to:before, #bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-single:before {
  border-color: var(--bh-theme-color) !important;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-handle > i:first-child {
  background: var(--bh-theme-color) !important;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-bar {
  background: var(--bh-theme-color) !important;
  border: none;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-grid-text {
  color: var(--bh-theme-color) !important;
  font-size: 7px;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-grid-pol {
  background: var(--bh-theme-color) !important;
}
#bh_search_ext #bh_search_form .bh_search_grid .irs--big .irs-handle {
  top: 28px !important;
  width: 20px !important;
  height: 20px !important;
}
#bh_search_ext #bh_search_form #advanced-filter {
  margin-top: 1.25rem;
}
#bh_search_ext #bh_search_form #advanced-filter > div:first-child {
  padding: 1rem;
  text-align: center;
  position: relative;
  width: 100%;
}
#bh_search_ext #bh_search_form #advanced-filter > div:first-child span.bh_adv_filter {
  font-weight: 600;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  z-index: 2;
  position: relative;
}
#bh_search_ext #bh_search_form #advanced-filter > div:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  border-top: 1.5px solid #d5d5d5;
  width: 100%;
}
#bh_search_ext #bh_search_form #advanced-filter > div:first-child input {
  padding: 0.25rem 0.5rem;
  margin: 0;
  border: 1px solid #e5e7eb;
}
#bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more {
  display: flex;
  margin-top: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
#bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more select, #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more input {
  padding: 0.25rem 0.5rem;
  width: 9.5em;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  height: 35px;
  border-radius: 0.65rem;
}
#bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more select:focus, #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more input:focus {
  border: none;
}
#bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more .bh_action_btns {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
}
#bh_search_ext .bh_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#bh_search_ext .bh_tooltip:hover .bh_tooltip_text {
  visibility: visible;
  opacity: 1;
}
#bh_search_ext .bh_tooltip.active .bh_tooltip_text {
  visibility: visible;
  opacity: 1;
}
#bh_search_ext .bh_tooltip .bh_tooltip_text {
  visibility: hidden;
  width: 200px;
  max-width: 90vw;
  background-color: white;
  border: 1px solid #dedede;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#bh_search_ext #bh_final_product #back_icon {
  align-items: center;
  color: black;
  gap: 4px;
  display: inline-flex;
}
#bh_search_ext #bh_final_product #back_icon svg {
  height: 20px;
}
#bh_search_ext #bh_final_product .bh_final_product_container {
  font-family: inherit;
  display: grid;
  gap: 3em;
  margin: 1.25rem auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container {
  overflow: visible;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .swiper-wrapper {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media img, #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transition-property: opacity, transform;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media iframe {
  background-color: #efefef;
  width: 100%;
  height: 100%;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media.bh_image_overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media.bh_image_overlay .bhub_play_btn_container {
  position: absolute;
  z-index: 6;
  inset: 0;
  -webkit-backdrop-filter: brightness(0.7);
          backdrop-filter: brightness(0.7);
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media.bh_image_overlay .bhub_play_btn_container .bhub_play_btn {
  all: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
  align-items: center;
  text-align: center;
  border: 0;
  cursor: pointer;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media.bh_image_overlay .bhub_play_btn_container .bhub_play_btn svg {
  width: 5em;
  height: 5em;
  fill: #fff;
  animation: pulse 1.2s linear infinite alternate-reverse;
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh_gallery_media.bh_image_overlay .bhub_play_btn_container .bhub_play_btn span {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: translateX(-1.5em);
  }
  100% {
    transform: translateX(1.5em);
  }
}
#bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls {
  display: none;
}
#bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail {
  width: 100%;
  position: sticky;
  top: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  height: -moz-max-content;
  height: max-content;
}
#bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail h1 {
  margin: 0;
  font-family: inherit;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}
#bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail #bh_product_price {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}
#bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail .variant-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bh_search_ext #bh_empty_container {
  width: 100%;
  margin: 2em 0;
}
#bh_search_ext #bh_empty_container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
}
#bh_search_ext #bh_empty_container h2 {
  font-size: 8rem;
  font-weight: 900;
  color: #222;
  margin: 0;
  line-height: 1;
}
#bh_search_ext #bh_empty_container p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #666;
  text-align: center;
}
#bh_search_ext #bh_empty_container a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
#bh_search_ext #bh_empty_container a:hover {
  background-color: #333;
}

@media only screen and (max-width: 1024px) {
  #bh_search_ext #bh_final_product .bh_final_product_container {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    display: block;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 0 !important;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls {
    display: flex;
    justify-content: center;
    height: 24px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bh-theme-color, #B3895C);
    gap: 1em;
    position: relative;
    z-index: 1;
    align-items: center;
    overflow: hidden;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls .swiper-button-prev,
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls .swiper-button-next {
    all: unset;
    position: relative;
    color: #000;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    width: 29px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls .swiper-button-next:after,
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls .swiper-button-prev:after {
    font-size: 18px;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container #bh_gallery_container .bh-swiper-controls .swiper-pagination-fraction {
    font-size: 16px;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    bottom: 0;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail h1 {
    font-size: 1.5em;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail .completed_info img {
    height: 44px !important;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail .completed_info p {
    font-size: 1.05em;
  }
  #bh_search_ext #bh_final_product .bh_final_product_container .bh_product_detail .completed_info p.price-primary {
    font-size: 1.3em;
  }
  #bh_search_ext #bh_smart_card.custom-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  #bh_search_ext #bh_diamond_body .bh_dia_description {
    padding: 0.2em 0 !important;
  }
  #bh_search_ext #bh_diamond_body .assets_div {
    position: relative;
  }
  #bh_search_ext #bh_diamond_body .assets_div .assets {
    grid-template-columns: 1fr 1fr;
  }
  #bh_search_ext #bh_diamond_body .assets_div .assets .img_asset, #bh_search_ext #bh_diamond_body .assets_div .assets .vid_asset {
    height: 500px !important;
  }
  #bh_search_ext #bh_diamond_body .dia_body {
    position: relative !important;
  }
  #bh_search_ext #bh_diamond_body .dia_body h1.diamond_title {
    font-size: 22px !important;
  }
  #bh_search_ext #bh_diamond_body .dia_body h2.diamond_title {
    font-size: 20px !important;
  }
  #bh_search_ext #bh_diamond_body .dia_body #final_desc {
    font-size: 18px !important;
  }
  #bh_search_ext #bh_diamond_body .dia_body .diamond_price {
    font-size: 20px;
  }
  #bh_search_ext #bh_diamond_body .dia_body .add_to_cart_footer {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  #bh_search_ext #bh_diamond_body .dia_body .add_to_cart_footer p {
    text-align: right;
    margin: 0;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond #bh_diamond_details_1 h4 {
    font-size: 16px;
    margin: 0;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond #bh_diamond_details_1 table td:first-child {
    width: 50%;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .asset_arrow {
    display: block !important;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .bh_search_dia {
    grid-template-columns: 1fr !important;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .assets_div {
    width: 100% !important;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .assets_div .assets {
    grid-template-columns: 1fr !important;
    background-color: #efefef;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .assets_div .assets .vid_asset {
    display: none !important;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .assets_div .assets img {
    min-height: auto !important;
  }
  #bh_search_ext #bh_diamond_body #bh_single_diamond .assets_div .asset_arrow {
    display: block !important;
  }
  #bh_search_ext #bh_diamond_body #bh_multi_diamond #final_desc {
    display: block !important;
  }
  #bh_search_ext #bh_diamond_body #bh_multi_diamond .bh_search_dia {
    grid-template-areas: "multi_diamond_1" "multi_diamond_2" "dia_body" "diamond_details_1" "diamond_details_2" !important;
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 786px) {
  #bh_diamond_selection_popup {
    top: 50%;
    left: 50%;
    width: 90%;
    height: -moz-max-content;
    height: max-content;
    transform: translate(-50%, -50%);
  }
  .bh_tooltip .bh_tooltip_text {
    width: 250px;
    max-width: none;
    left: 0;
    transform: none;
  }
  .bh_custom_popup .bh-popup-container {
    width: 315px;
  }
  .bh_custom_popup .bh-popup-container .bh-popup-inner-content {
    max-height: 400px;
  }
  .bh_custom_popup .bh-popup-container a {
    font-size: 0.9em;
  }
  #bh_search_ext {
    margin: 10px auto;
  }
  #bh_search_ext #bh_smart_card.custom-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  #bh_search_ext #bh_smart_card .product-details .product-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #bh_search_ext #bh_builder_progress {
    padding: 0 10px;
    width: -moz-max-content;
    width: max-content;
  }
  #bh_search_ext #bh_builder_progress #bh_progress {
    width: -moz-max-content;
    width: max-content;
  }
  #bh_search_ext #bh_builder_progress #bh_progress .multi-steps {
    width: 78vw;
  }
  #bh_search_ext #bh_builder_progress #bh_progress .multi-steps #setting_progress_text .progress_links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  #bh_search_ext #bh_search_info_bar {
    padding: 0;
    margin-bottom: 0 !important;
  }
  #bh_search_ext #bh_search_info_bar .list-actions {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
  #bh_search_ext #bh_search_info_bar .list-actions #bh_fast_shipping_btn.active_fast_shipping {
    background-color: #000;
    color: #ffffff;
  }
  #bh_search_ext #bh_search_info_bar .list-actions #bh_fast_shipping_btn input {
    display: none;
  }
  #bh_search_ext .pd-body {
    margin-top: 0;
  }
  #bh_search_ext .pd-body > div {
    padding: 15px 0;
  }
  #bh_search_ext .pd-body > div .dia_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #bh_search_ext #bh_search_form {
    padding: 15px;
  }
  #bh_search_ext #bh_search_form #master_filter {
    display: none;
  }
  #bh_search_ext #bh_search_form #show_filter {
    display: block;
  }
  #bh_search_ext #bh_search_form #filter_diamond_data .filter-container {
    text-align: center;
    margin-top: 20px;
  }
  #bh_search_ext #bh_search_form .shape_grid_mob {
    display: block !important;
  }
  #bh_search_ext #bh_search_form .hide_shape_mob {
    display: none;
  }
  #bh_search_ext #bh_search_form .select_stones {
    margin: 0 0 1em;
  }
  #bh_search_ext #bh_search_form .select_stones a .select_dia {
    display: none;
  }
  #bh_search_ext #bh_search_form .bh_search_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
  #bh_search_ext #bh_search_form .bh_search_grid .srch_shape_grid {
    grid-template-columns: repeat(10, minmax(60px, 1fr));
    overflow: auto;
  }
  #bh_search_ext #bh_search_form .bh_search_grid #fancy-color-group {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
  #bh_search_ext #bh_search_form #gemstone-grid {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
  #bh_search_ext #bh_search_form #gemstone-grid > span {
    flex: 1 0 110px;
  }
  #bh_search_ext #bh_search_form #gemstone-grid > span img {
    width: auto;
    height: 90%;
  }
  #bh_search_ext #bh_search_form .srch_gem_colour {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #bh_search_ext #bh_search_form #advanced-filter {
    display: none;
  }
  #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more {
    flex-direction: column;
    margin-top: 2rem;
  }
  #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more .search_selects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
    width: 100%;
  }
  #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more .search_selects select {
    width: 100%;
    margin: 0;
  }
  #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more #bh_reset_btn {
    width: 100%;
  }
  #bh_search_ext #bh_search_form #advanced-filter #advanced-filters-more #bh_search_btn {
    width: 100%;
  }
  #pd-footer {
    justify-content: flex-start !important;
  }
  #bh_diamond_body .assets_div .assets .img_asset, #bh_diamond_body .assets_div .assets .vid_asset {
    height: 300px !important;
  }
  #bh_diamond_body .dia_body {
    position: relative !important;
  }
  #bh_diamond_body #bh_single_diamond .asset_arrow {
    display: block !important;
  }
  #bh_diamond_body #bh_single_diamond .bh_search_dia {
    grid-template-columns: 1fr !important;
    gap: 1em !important;
  }
  #bh_diamond_body #bh_single_diamond .dia_body {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
  #bh_diamond_body #bh_single_diamond .assets_div {
    width: 100% !important;
  }
  #bh_diamond_body #bh_single_diamond .assets_div .assets {
    grid-template-columns: 1fr !important;
  }
  #bh_diamond_body #bh_single_diamond .assets_div .assets .vid_asset {
    display: none !important;
  }
  #bh_diamond_body #bh_single_diamond .assets_div .assets img {
    min-height: auto !important;
  }
  #bh_diamond_body #bh_single_diamond .assets_div .asset_arrow {
    display: block !important;
  }
  #bh_diamond_body #bh_multi_diamond #final_desc {
    display: block !important;
  }
  #bh_diamond_body #bh_multi_diamond .bh_search_dia {
    grid-template-areas: "multi_diamond_1" "multi_diamond_2" "dia_body" "diamond_details_1" "diamond_details_2" !important;
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 640px) {
  .pd-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .pd-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .pd-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .pd-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .pd-container {
    max-width: 1536px;
  }
}
.pd-container {
  width: 100%;
  margin: 1em auto;
}

@media (max-width: 500px) {
  #bh_search_ext .setting .bh_tooltip .bh_tooltip_text {
    left: 50px;
  }
  #bh_search_ext .complete_product .bh_tooltip .bh_tooltip_text {
    left: -25px;
  }
}
@media (max-width: 786px) {
  #bh_diamond_body {
    margin: 0 20px;
  }
  #bh_search_ext dialog {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  #bh_search_ext dialog main {
    width: 100%;
    overflow: auto;
  }
  #bh_search_ext dialog main div {
    width: 100%;
    height: 500px;
  }
  #bh_search_ext dialog main div iframe {
    width: 100%;
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #bh_search_ext dialog main div:has(img) {
    width: 100%;
    height: auto;
  }
  #bh_search_ext dialog main div:has(img) img {
    width: 300px;
    height: auto;
  }
  #bh_search_ext .bh_search_dia {
    gap: 2em;
  }
  #bh_search_ext .bh_search_dia #assets {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    display: block;
    flex: 1 0 200px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  #bh_search_ext .bh_search_dia #assets img {
    height: -moz-max-content;
    height: max-content;
  }
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
