@keyframes "bounce_dot" {
  50% {
    background-color: #000000;
  }
}
@-o-keyframes "bounce_dot" {
  50% {
    background-color: #000000;
  }
}
@-ms-keyframes "bounce_dot" {
  50% {
    background-color: #000000;
  }
}
@-webkit-keyframes "bounce_dot" {
  50% {
    background-color: #000000;
  }
}
@-moz-keyframes "bounce_dot" {
  50% {
    background-color: #000000;
  }
}
@keyframes "pulse_remind" {
  0% {
    color: #eeeeee;
    font-weight: 100;
    opacity: 0.5;
  }
  50% {
    color: #838383;
    opacity: 0.75;
  }
  100% {
    color: #000000;
    font-weight: 900;
    opacity: 1;
  }
}
@keyframes "pulse_refresh" {
  0% {
    color: #eeeeee;
    opacity: 0.5;
  }
  50% {
    color: #838383;
    opacity: 0.75;
  }
  100% {
    color: #000000;
    opacity: 1;
  }
}
.ub-ds-root {
  display: block;
  width: 100%;
  clear: both;
  float: none;
}
.ub-ds-root .unbridaled-diamond-table {
  position: relative;
  width: 100%;
  max-width: 650px;
  background: none;
  border: none;
  margin: 25px auto;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  line-height: 1.2;
  border: 1px solid #c9c9c9;
  border-top-style: none;
  box-sizing: border-box;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-memo-ordering.unbridaled-invoice-ordering {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-instore-button:hover {
  font-weight: 700;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-price {
  line-height: 1.2;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-price .unbridaled-money {
  line-height: 1.2;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div {
  justify-content: space-around;
  align-items: center;
  font-size: 12px;
  text-align: center;
  font-family: inherit;
  line-height: inherit;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border: none;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div label {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.5px;
  font-family: inherit;
  box-sizing: border-box;
  margin: 0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label {
  letter-spacing: 0.1px;
  text-align: left;
  justify-content: flex-start;
  padding: 8px 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1em;
  text-transform: capitalize;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label img {
  max-width: 16px !important;
  display: none;
  height: 16px;
  margin-right: 6px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label span {
  line-height: 1em;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-memo-button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  letter-spacing: 0.1px;
  line-height: 1em;
  font-size: 12px;
  color: inherit;
  min-height: unset;
  height: unset;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-memo-button:hover {
  font-weight: bold;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-memo-button:focus {
  outline: none;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-memo-button[disabled] {
  color: #3d424638;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content:hover div.unbridaled-check label .unbridaled-checkbox_label {
  opacity: 1;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label {
  user-select: none;
  cursor: pointer;
  margin: 0 2px;
  width: auto;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label {
  position: initial;
  top: -13px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label svg {
  position: inherit;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label svg path {
  fill: none;
  stroke: #b2b2b2;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label svg polyline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label input:checked + .unbridaled-checkbox_label {
  border-color: #b2b2b2;
  opacity: 1;
  z-index: 2;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label input:checked + .unbridaled-checkbox_label svg path {
  fill: #282828;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label input:checked + .unbridaled-checkbox_label svg polyline {
  stroke-dashoffset: 0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check .unbridaled-icon-holder {
  line-height: 40px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 16px;
  position: absolute;
  left: calc(50% - 15px);
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-cert label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-cert img {
  max-width: 12px !important;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-preview label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-preview img {
  max-width: 12px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-price label {
  font-family: inherit;
  white-space: nowrap;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content .unbridaled-carat label {
  font-family: inherit;
  white-space: nowrap;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 15px 10px 20px;
  color: #6B6B6B;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.7px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
  text-align: center;
  padding-left: 90px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.unbridaled-first {
  text-indent: -999999px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.unbridaled-filter-box {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding-left: 95px;
  min-width: 70px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.unbridaled-filter-box::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #282828 transparent transparent transparent;
  content: '';
  display: inline-block;
  margin: 3px 0 0 5px;
  vertical-align: top;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.unbridaled-filter-box.unbridaled-open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.unbridaled-filter-box.unbridaled-arrows::after {
  border-color: #fe8f8f transparent transparent transparent;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder div {
  padding: 0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content {
  position: absolute;
  z-index: 50;
  left: 0;
  background-color: #282828;
  color: #ffffff;
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content .unbridaled-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content .unbridaled-ttl {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px 0 0;
  font-family: inherit;
  letter-spacing: 1.4px;
  font-weight: 600;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content .unbridaled-filter-options {
  padding: 0 0 0 40px;
  border-left: 2px solid #6B6B6B;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content .unbridaled-filter-options .unbridaled-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-filter-holder .unbridaled-block-content.unbridaled-filter-content .unbridaled-filter-options .unbridaled-checkbox input[type="checkbox"] {
  margin: 0px 5px 0 0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #282828;
  font-family: inherit;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-diamond-table-link span {
  font-size: 13px;
  letter-spacing: 0.2px;
  text-align: right;
  color: #0070C9;
  text-decoration: underline;
  font-family: inherit;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content.active {
  background-color: #f1f1f1;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change {
  position: relative;
  text-align: right;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change .unbridaled-changeButton {
  cursor: pointer;
  color: inherit;
  text-transform: capitalize;
  letter-spacing: normal;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change .unbridaled-changeButton:focus {
  color: #000;
  outline: none;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change button {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  border-bottom: 1px solid;
  line-height: 1.3em;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 258px;
  right: 0;
  bottom: calc(100% - 50px);
  background-color: #fff;
  border: 1px solid #282828;
  box-shadow: 0px -2px 12px -4px #9e9e9e;
  text-align: center;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 0 13px;
  transition: all 0.4s;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 11px solid transparent;
  border-top: 15px solid #000;
  border-right: 11px solid transparent;
  bottom: -15px;
  right: 18px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-top: 14px solid #fff;
  border-right: 10px solid transparent;
  bottom: -14px;
  right: 19px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation button {
  text-decoration: none;
  border-bottom: none;
  background-color: #282828;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 0 5px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation button:hover {
  background-color: #282828b0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-change-confirmation.active {
  visibility: visible;
  opacity: 1;
  padding: 16px 13px;
  bottom: calc(100% + 11px);
}
.ub-ds-root .unbridaled-link-to-search {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.ub-ds-root .unbridaled-link-to-search a {
  text-transform: none;
  text-decoration: underline;
  color: inherit;
  border: none;
  text-shadow: none;
  background: transparent;
  font-weight: normal;
  font-size: inherit;
}
.ub-ds-root .unbridaled-link-to-search a:hover {
  color: inherit;
  text-transform: none;
  border: none;
  text-shadow: none;
  background: transparent;
  font-weight: normal;
}
.ub-ds-root .unbridaled-link-to-search a:hover span {
  color: inherit;
  font-size: inherit;
}
.ub-ds-root .unbridaled-link-to-search a span {
  color: inherit;
  font-size: inherit;
}
.ub-ds-root .unbridaled-note {
  border: none;
  margin: 0;
  padding: 0;
}
.ub-ds-root .unbridaled-swatch-opt .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size span.current {
  position: relative;
}
.ub-ds-root .unbridaled-swatch-opt .unbridaled-nice-select.swatch-select.unbridaled-ring-size span.current {
  position: relative;
}
.ub-ds-root .unbridaled-swatch-opt .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size span.current {
  position: relative;
}
.ub-ds-root .unbridaled-swatch-opt .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size span.current {
  position: relative;
}
.ub-ds-root .unbridaled-nice-select {
  display: block !important;
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.ub-ds-root .unbridaled-nice-select:after {
  border-style: solid;
  border-width: 5px 5px 0 5px !important;
  border-color: #000000 transparent transparent transparent !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.ub-ds-root .unbridaled-nice-select:hover {
  border-color: #dbdbdb;
}
.ub-ds-root .unbridaled-nice-select:active {
  border-color: #999999;
}
.ub-ds-root .unbridaled-nice-select:focus {
  border-color: #999999;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-list {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-list:hover .unbridaled-option:not(:hover) {
  background-color: transparent !important;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option:hover {
  background-color: #ebebeb;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option.unbridaled-focus {
  background-color: #ebebeb;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option.unbridaled-selected.unbridaled-focus {
  background-color: #ebebeb;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option.unbridaled-selected {
  font-weight: bold;
}
.ub-ds-root .unbridaled-nice-select .unbridaled-option.unbridaled-disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size {
  max-width: 190px;
  width: 100%;
  border-radius: 0;
  height: auto;
  line-height: 26px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  line-height: inherit;
  margin: 0;
  width: 100%;
  display: block;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list {
  width: 100%;
  border-radius: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option.unbridaled-selected {
  display: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option {
  line-height: 30px;
  min-height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5px;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option span {
  display: inline;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  line-height: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option span strong {
  font-weight: 500;
  font-size: 9px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option span.unbridaled-carat {
  font-family: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option span.unbridaled-note {
  padding: 0 5px;
  font-style: italic;
  color: #b2b2b2;
  font-family: inherit;
  text-transform: capitalize;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size {
  max-width: 190px;
  width: 100%;
  border-radius: 0;
  height: auto;
  line-height: 26px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  width: 100%;
  display: block;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size .unbridaled-list {
  width: 100%;
  border-radius: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size .unbridaled-list .unbridaled-option.unbridaled-selected {
  display: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size .unbridaled-list .unbridaled-option {
  line-height: 30px;
  min-height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5px;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-ring-size .unbridaled-list .unbridaled-option span {
  display: inline;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size {
  max-width: 190px;
  width: 100%;
  border-radius: 0;
  height: auto;
  line-height: 26px;
  height: 40px;
  margin: 0 0 40px 0;
  transition: 0.3s all;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  width: 100%;
  display: block;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-list {
  width: 100%;
  border-radius: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-list .unbridaled-option.unbridaled-selected {
  display: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-list .unbridaled-option {
  line-height: 30px;
  min-height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5px;
  margin: 0;
  list-style: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-list .unbridaled-option span {
  display: inline;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  text-transform: none;
  line-height: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-list li span {
  text-align: left;
  padding: 0 10px;
  font-size: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size .unbridaled-current {
  line-height: 40px;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  overflow-x: hidden;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size {
  max-width: 190px;
  width: 100%;
  border-radius: 0;
  height: auto;
  line-height: 26px;
  max-width: initial;
  height: 40px;
  line-height: 40px;
  border: 1px solid #C9C9C9;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-current {
  overflow-x: hidden;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list {
  width: 100%;
  border-radius: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option.unbridaled-selected {
  display: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option {
  line-height: 30px;
  min-height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5px;
  margin: 0;
  line-height: 40px;
  height: 40px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option span {
  display: inline;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option span strong {
  font-weight: 500;
  font-size: 9px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option span.unbridaled-carat {
  font-family: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list .unbridaled-option span.unbridaled-note {
  padding: 0 5px;
  font-style: italic;
  color: #b2b2b2;
  font-family: inherit;
  text-transform: capitalize;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list {
  max-height: unset;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 10px auto;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list .unbridaled-swatch-preloader {
  text-transform: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.6;
  color: inherit;
  white-space: break-spaces;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list p {
  text-transform: none;
  font-family: inherit;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: inherit;
  padding: 0 20px 20px 20px;
  white-space: break-spaces;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list li {
  list-style: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-size .unbridaled-list.unbridaled-loader-list li .unbridaled-swatch-preloader {
  text-align: center;
}
.ub-ds-root .unbridaled-ring-size {
  display: block;
}
.ub-ds-root .unbridaled-ring-size .unbridaled-ring-size-label {
  margin: 10px 0 5px 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-swatch-selects.unbridaled-ring-size.unbridaled-reminding {
  border: 1px solid #ec2323;
  animation-duration: 2s;
  animation-name: pulse_remind;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-open {
  border-color: #999999;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-open:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ub-ds-root .unbridaled-nice-select.unbridaled-open .unbridaled-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.ub-ds-root .unbridaled-toolbar-products {
  text-align: left;
}
.ub-ds-root .ias-trigger {
  width: 100%;
  clear: both;
  padding: 50px 0 0;
  cursor: default !important;
}
.ub-ds-root .ias-trigger a {
  cursor: pointer !important;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  color: #282828;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #282828;
  text-transform: uppercase;
  padding: 0 38px;
}
.ub-ds-root .ias-spinner {
  font-size: 14px;
  line-height: 42px;
  font-weight: 500;
  color: #282828;
  display: block;
  text-transform: uppercase;
  padding: 50px 0 0;
  width: 100%;
  clear: both;
}
.ub-ds-root #unbridaled-product-options-wrapper .unbridaled-control.unbridaled-swatch-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ub-ds-root #unbridaled-product-options-wrapper .unbridaled-control.unbridaled-swatch-attribute .size.guide-btn {
  padding: 0 20px;
  cursor: pointer;
}
.ub-ds-root .unbridaled-ring-container-top .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option {
  padding: 0 18px;
}
.ub-ds-root .unbridaled-ring-container-top .unbridaled-nice-select.unbridaled-swatch-select.unbridaled-size .unbridaled-list .unbridaled-option:first-child {
  display: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-disabled {
  border-color: #ededed;
  color: #999999;
  pointer-events: none;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-disabled:after {
  border-color: #cccccc;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-wide {
  width: 100%;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-wide .unbridaled-list {
  left: 0 !important;
  right: 0 !important;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-right {
  float: right;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-right .unbridaled-list {
  left: auto;
  right: 0;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-small:after {
  height: 4px;
  width: 4px;
}
.ub-ds-root .unbridaled-nice-select.unbridaled-small .option {
  line-height: 34px;
  min-height: 34px;
}
.ub-ds-root .unbridaled-no-csspointerevents .unbridaled-nice-select .unbridaled-list {
  display: none;
}
.ub-ds-root .unbridaled-no-csspointerevents .unbridaled-nice-select.unbridaled-open .unbridaled-list {
  display: block;
}
.ub-ds-root table > tbody > div.unbridaled-table-preview > div.unbridaled-title {
  vertical-align: middle !important;
}
.ub-ds-root .unbridaled-diamond-holder {
  position: relative;
  text-align: center;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-cert {
  cursor: pointer;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-cert .unbridaled-cert-wrapper img {
  width: 14px !important;
  max-width: 14px !important;
  height: 14px !important;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-cert * {
  cursor: pointer;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview div {
  text-align: left;
  padding-left: 16px;
  margin: 0;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-guide-btn {
  text-align: right;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-header-table tr th {
  padding: 0 0 10px;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-header-content .unbridaled-state-holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-header-content:hover .icon-holder {
  opacity: 0;
  z-index: -1;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-header-content .unbridaled-selected .unbridaled-icon-holder {
  display: none;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-header-content .unbridaled-state img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-preview {
  cursor: pointer;
}
.ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-preview * {
  cursor: pointer;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-diamond-table {
  margin-top: 0;
  table-layout: fixed;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
  width: 18%;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-diamond-table .unbridaled-header-content:hover .unbridaled-icon-holder {
  opacity: 1;
  z-index: 1;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-diamond-table-link {
  display: flex;
  justify-content: flex-end;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-diamond-table-link button {
  font-size: 13px;
  color: #4b40f5 !important;
  letter-spacing: 0.23px;
  border: 0;
  background: 0;
  position: relative;
  padding: 0;
  outline: 0;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  font-family: inherit;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder .unbridaled-table-preview {
  margin-top: 0;
  padding: 0;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-loading {
  min-height: 150px;
}
.ub-ds-root .unbridaled-diamond-holder.unbridaled-loading .ub-loader {
  display: block;
}
.ub-ds-root .unbridaled-not-found {
  background-color: #fae5e5;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
.ub-ds-root .unbridaled-diamond-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 0px 50px 0px;
  clear: both;
}
.ub-ds-root .unbridaled-diamond.unbridaled-guide-btn {
  cursor: pointer;
  display: inline-block;
  color: #6B6B6B;
  font-size: 10px;
  text-transform: uppercase;
  font-family: inherit;
  padding: 0 20px;
}
.ub-ds-root .unbridaled-diamond.unbridaled-guide-btn .unbridaled-info-btn {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0.5px solid #6B6B6B;
  font-size: 7px;
  text-align: center;
  border-radius: 25px;
  padding: 1px;
  color: #b2b2b2;
  margin: 0 5px;
  position: relative;
  margin: 4px 5px 0;
  vertical-align: top;
}
.ub-ds-root .unbridaled-diamond.unbridaled-guide-btn .unbridaled-info-btn::after {
  position: absolute;
  content: '\e60c';
  font-family: 'icons-blank-theme';
  top: -1px;
  right: -1px;
  color: #6B6B6B;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"] {
  -webkit-appearance: none;
  margin-left: -25px;
  position: relative;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:after {
  border: 2px solid;
  border-radius: 2px;
  content: '';
  display: block;
  height: 10px;
  transition: 240ms;
  width: 10px;
  border-color: #6B6B6B;
  background-color: #6B6B6B;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:checked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 2px;
  display: table;
  width: 3px;
  height: 6px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  content: '';
  z-index: 999;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:checked:after {
  background-color: #6B6B6B;
  border-color: #6B6B6B;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:disabled:checked:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:disabled:after {
  border-color: rgba(0, 0, 0, 0.26);
}
.ub-ds-root .unbridaled-checkbox input[type="radio"]:focus {
  outline: none;
}
.ub-ds-root .unbridaled-checkbox label {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 100;
  font-family: inherit;
  vertical-align: super;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.ub-ds-root .unbridaled-checkbox-inline input[type="radio"]:after {
  border: 2px solid;
  border-radius: 2px;
  content: '';
  display: block;
  height: 10px;
  transition: 240ms;
  width: 10px;
}
.ub-ds-root .unbridaled-checkbox-inline input[type="radio"]:checked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 2px;
  display: table;
  width: 3px;
  height: 6px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  content: '';
  z-index: 999;
}
.ub-ds-root .unbridaled-checkbox-inline input[type="radio"]:checked:after {
  background-color: #6B6B6B;
  border-color: #6B6B6B;
}
.ub-ds-root .unbridaled-checkbox-inline input[type="radio"]:disabled:checked:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent;
}
.ub-ds-root input[type="radio"] {
  margin: 4px 0 0;
}
.ub-ds-root input[type="checkbox"] {
  margin: 4px 0 0;
}
.ub-ds-root .unbridaled-diamond-table.unbridaled-with-labels .unbridaled-header-content:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.ub-ds-root .unbridaled-diamond-table.unbridaled-with-labels .unbridaled-header-content:nth-of-type(odd):hover {
  background-color: #f1f1f1;
}
.ub-ds-root .unbridaled-diamond-table.unbridaled-with-labels .unbridaled-header-content:nth-of-type(even) {
  background-color: #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-template-group .unbridaled-header-content:nth-of-type(odd):hover {
  background-color: #f1f1f1;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-template-group:nth-of-type(even) {
  background-color: #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-template-group:nth-of-type(even) .unbridaled-header-content:nth-of-type(even) .unbridaled-check {
  box-shadow: 0px -1px 0px 0px #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-template-group:nth-of-type(even) .unbridaled-header-content:nth-of-type(even) .unbridaled-memo-ordering {
  box-shadow: 0px -1px 0px 0px #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-template-group:nth-of-type(even) .unbridaled-header-content:nth-of-type(even) .unbridaled-price:after {
  box-shadow: 0px -1px 0px 0px #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-content:nth-of-type(even) .unbridaled-check {
  box-shadow: 0px -1px 0px 0px #fbfbfb;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-content:nth-of-type(even) .unbridaled-memo-ordering {
  box-shadow: 0px -1px 0px 0px #fbfbfb;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-content:nth-of-type(even) .unbridaled-price:after {
  box-shadow: 0px -1px 0px 0px #fbfbfb;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-content div.unbridaled-price {
  justify-content: flex-end;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-content div.unbridaled-price:after {
  content: '';
  width: 15px;
  height: 100%;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-table {
  border: 1px solid #c9c9c9;
  border-collapse: collapse;
  padding: 12px 0;
  background-color: #fff;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-table div:last-child {
  justify-content: flex-end;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-header-table div:last-child:after {
  content: '';
  width: 15px;
  height: 100%;
}
.ub-ds-root .unbridaled-diamond-table.without-labels .unbridaled-table-preview {
  border: none;
  background-color: transparent;
}
.ub-ds-root .unbridaled-infotable-holder .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label {
  cursor: default;
}
.ub-ds-root .unbridaled-diamond-table.pair .unbridaled-header-content .unbridaled-small {
  flex-direction: column;
}
.ub-ds-root .unbridaled-diamond-table.pair .unbridaled-header-content .unbridaled-small label:first-child {
  top: 0.3rem;
}
.ub-ds-root .unbridaled-diamond-table.pair .unbridaled-header-content .unbridaled-small label:last-child {
  bottom: 0.3rem;
}
.ub-ds-root .unbridaled-diamond-table.pair .unbridaled-header-content .unbridaled-check {
  width: 14%;
  padding-left: 4px;
  justify-content: center;
}
.ub-ds-root .unbridaled-diamond-table.pair .unbridaled-header-table div:first-child {
  width: 14%;
  padding-left: 4px;
  justify-content: center;
}
.ub-ds-root .unbridaled-table-preview {
  display: flex;
  justify-content: space-between;
  border-collapse: separate;
  padding: 0px 5px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.ub-ds-root .unbridaled-table-preview .unbridaled-title-wrapper {
  display: flex;
  align-items: center;
}
.ub-ds-root .unbridaled-table-preview .unbridaled-title-shape {
  width: 30px;
  display: none;
  margin-left: -3px;
  margin-right: -7px;
}
.ub-ds-root .unbridaled-table-preview .unbridaled-guide-btn button {
  font-size: 13px;
  color: #4B40F5 !important;
  cursor: pointer;
  letter-spacing: 0.23px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  padding: 0;
  outline: none;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  text-transform: none;
  font-family: inherit;
}
.ub-ds-root .unbridaled-table-preview .unbridaled-link {
  text-align: right;
}
.ub-ds-root .unbridaled-table-preview div {
  background-color: transparent;
}
.ub-ds-root .unbridaled-roundedOne {
  width: auto;
  position: relative;
  margin: 1px 0;
  border: 1px solid #b2b2b2;
  border-radius: 50px;
  overflow: visible;
  border: none;
  margin: 1px auto;
}
.ub-ds-root .unbridaled-roundedOne label:hover::after {
  opacity: 0.3;
}
.ub-ds-root .unbridaled-roundedOne input[type=checkbox] {
  display: none;
}
.ub-ds-root .unbridaled-roundedOne input[type=checkbox] + span {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.ub-ds-root .unbridaled-roundedOne input[type=checkbox]:checked + span {
  background: #282828;
  display: block;
}
.ub-ds-root .unbridaled-roundedOne input[type=checkbox]:checked label:after {
  opacity: 1;
}
.ub-ds-root .diamond-app-content iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.ub-ds-root .unbridaled-diamond-notification {
  position: relative;
  width: 100%;
  max-width: 650px;
  font-family: inherit;
  margin-bottom: 55px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  display: none;
}
.ub-ds-root .unbridaled-diamond-notification .unbridaled-diamond-notification-close {
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
  font-size: 0.75em;
  font-family: 'Icomoon', sans-serif;
  color: #c2c3c4;
}
.ub-ds-root .unbridaled-diamond-notification .unbridaled-diamond-notification-close:before {
  content: "\e913";
  transition: color 0.3s ease-in-out;
}
.ub-ds-root .unbridaled-diamond-notification span {
  display: table-cell;
  vertical-align: middle;
  padding: 9px 23px 8px 22px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.49px;
}
.ub-ds-root .unbridaled-diamond-notification span a {
  color: #4b40f5;
}
.ub-ds-root .unbridaled-diamond-notification.unbridaled-diamond-error {
  background-color: #fae5e5;
  border: none;
  margin-bottom: 25px;
  margin-top: -10px;
}
.ub-ds-root .unbridaled-diamond-notification.unbridaled-diamond-error .unbridaled-diamond-notification-close {
  display: none;
}
.ub-ds-root #unbridaled-diamond-contact-link {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.49px;
  margin-top: 20px;
}
.ub-ds-root #unbridaled-diamond-contact-link a {
  color: #4b40f5;
}
.ub-ds-root #unbridaled-diamond-contact-link.inactive {
  display: none;
}
.ub-ds-root .unbridaled-actions {
  text-align: center;
  display: flex;
  justify-content: center;
}
.ub-ds-root .unbridaled-reminding .unbridaled-header-content .unbridaled-icon-holder {
  z-index: -1;
  opacity: 0;
  animation-duration: 3.5s;
  animation-name: pulse_remind;
}
.ub-ds-root .unbridaled-reminding .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label {
  border: 2px solid #ec2323;
  opacity: 1;
  animation-duration: 3s;
  animation-name: pulse_remind;
}
.ub-ds-root .unbridaled-refreshed .unbridaled-header-content div {
  animation-duration: 3s;
  animation-name: pulse_refresh;
}
.unbridaled-memo-ordering.unbridaled-invoice-ordering button {
  margin: 3px 0;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 0;
  margin: 0;
}
.unbridaled-instore-button {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  letter-spacing: 0.1px;
  line-height: 1em;
  font-size: 12px;
  padding: 0;
  color: inherit;
  min-height: unset;
  height: unset;
}
.block.widget.block-products-list.grid.ring-exemple {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.block.widget.block-products-list.grid.ring-exemple .products-grid .product-item {
  margin-bottom: 10px;
}
.block.widget.block-products-list.grid.ring-exemple .product-item {
  width: 100%;
}
.block.widget.block-products-list.grid.ring-exemple .product-item-info.ring-size {
  max-width: 200px;
  width: 200px;
  float: none;
  text-align: center;
  margin: 0 auto;
}
.block.widget.block-products-list.grid.ring-exemple .product-item-info.ring-size .product-image-wrapper .cover {
  background: transparent;
}
.block.widget.block-products-list.grid.ring-exemple .product-item-info.ring-size .btn-add {
  max-width: 168px;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #282828;
  border: 0;
  height: 40px;
  box-sizing: border-box;
}
.block.widget.block-products-list.grid.ring-exemple .product-item-info.ring-size .btn-add span {
  font-family: inherit;
  letter-spacing: 1.6px;
  font-size: 14px;
  font-weight: 500;
}
.metal-guide-block {
  background-color: #ffffff;
  max-width: 720px;
  width: 50%;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
  height: 100%;
  z-index: 999999;
  box-sizing: border-box;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.metal-guide-block h1 {
  text-align: center;
  font-size: 24px;
  font-family: inherit;
  margin: 36px 0;
  letter-spacing: 0.4px;
}
.metal-guide-block .close {
  right: 35px;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  z-index: 99999;
  position: absolute;
  cursor: pointer;
  margin: 36px 0 0 0;
}
.metal-guide-block .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.metal-guide-block .close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.metal-guide-block .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 25px 0 15px 40px;
  max-width: 560px;
  margin: 0 auto;
}
.metal-guide-block .header-title .header-box {
  width: 32%;
  text-align: center;
  font-size: 21px;
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.4px;
}
.metal-guide-block #element div[data-role="collapsible"] {
  padding: 15px 0 15px 25px;
  box-sizing: border-box;
  border-top: 1px solid #b2b2b2;
  min-height: 63px;
}
.metal-guide-block #element .ui-accordion-header {
  padding: 15px 0 15px 25px;
  box-sizing: border-box;
  border-top: 1px solid #b2b2b2;
  min-height: 63px;
}
.metal-guide-block #element:last-child {
  border-bottom: 1px solid #b2b2b2;
}
.ring-guide-block {
  background-color: #ffffff;
  max-width: 720px;
  width: 50%;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
  height: 100%;
  z-index: 999999;
  box-sizing: border-box;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.ring-guide-block h1 {
  text-align: center;
  font-size: 24px;
  font-family: inherit;
  margin: 36px 0;
  letter-spacing: 0.4px;
}
.ring-guide-block .close {
  right: 35px;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  z-index: 99999;
  position: absolute;
  cursor: pointer;
  margin: 36px 0 0 0;
}
.ring-guide-block .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.ring-guide-block .close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.ring-guide-block .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 25px 0 15px 40px;
  max-width: 560px;
  margin: 0 auto;
}
.ring-guide-block .header-title .header-box {
  width: 32%;
  text-align: center;
  font-size: 21px;
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.4px;
}
.ring-guide-block h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: inherit;
}
.ring-guide-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 0.4px;
}
.ring-guide-block .option {
  padding: 0 70px;
  margin: 60px 0;
}
.ring-guide-block .option:last-child h2 {
  border-top: 1px solid #b2b2b2;
  padding: 50px 0 0 0;
}
.ring-guide-block .option-bg {
  background-image: url(https://cdn.shopify.com/extensions/1e4a2d68-dcff-428d-a309-75fc10989a45/unbridaled-diamonds-20/images/size.png);
  background-repeat: no-repeat;
  max-width: 100%;
  height: 170px;
  background-position: 50% 50%;
  background-size: contain;
}
.ring-guide-block .free-try {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.4px;
  font-family: inherit;
  text-align: center;
  padding: 10px 0;
}
.ring-guide-block .button-option .btn-add {
  display: block;
  padding: 10px 25px;
  max-width: 168px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  background-color: #282828;
  color: #ffffff !important;
  box-sizing: border-box;
}
.ring-guide-block .option-text h4 {
  font-size: 14px;
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.4px;
}
.ring-guide-block .option-text p {
  font-size: 14px;
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.4px;
  padding: 0 0 0 25px;
}
.diamond-app-content {
  background-color: #ffffff;
  max-width: 720px;
  width: 50%;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
  height: 100%;
  z-index: 999999;
  box-sizing: border-box;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  padding-left: 0;
  padding-right: 0;
}
.diamond-app-content h1 {
  text-align: center;
  font-size: 24px;
  font-family: inherit;
  margin: 36px 0;
  letter-spacing: 0.4px;
}
.diamond-app-content .close {
  right: 35px;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  z-index: 99999;
  position: absolute;
  cursor: pointer;
  margin: 36px 0 0 0;
}
.diamond-app-content .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.diamond-app-content .close::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b2b2b2;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
}
.diamond-app-content .header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 25px 0 15px 40px;
  max-width: 560px;
  margin: 0 auto;
}
.diamond-app-content .header-title .header-box {
  width: 32%;
  text-align: center;
  font-size: 21px;
  font-family: inherit;
  font-weight: 100;
  letter-spacing: 0.4px;
}
.diamond-app-content .diamond-showcase {
  box-sizing: border-box;
}
.metal-guide-block.active {
  left: 0;
}
.ring-guide-block.active {
  left: 0;
}
.cs-of-Ub-diamonds.active {
  left: 0;
}
.diamond-app-content.active {
  left: 0;
}
.metal-guide-block.close {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.ring-guide-block.close {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.cs-of-Ub-diamonds.close {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.diamond-app-content.close {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.optionsize-bg {
  background-image: url(https://cdn.shopify.com/extensions/1e4a2d68-dcff-428d-a309-75fc10989a45/unbridaled-diamonds-20/images/size-guide.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  height: 250px;
  padding: 40px 0;
}
.btn-download {
  background-image: url(https://cdn.shopify.com/extensions/1e4a2d68-dcff-428d-a309-75fc10989a45/unbridaled-diamonds-20/images/download.png);
  background-repeat: no-repeat;
  max-width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  height: 60px;
  display: block;
}
#element {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
#element div[data-role="content"] {
  line-height: 1.79;
  letter-spacing: 0.4px;
  padding: 15px 30px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 585px;
}
#element .ui-accordion-content {
  line-height: 1.79;
  letter-spacing: 0.4px;
  padding: 15px 30px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  max-width: 585px;
}
#element .tab-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#element .tab-info .guide-block {
  text-transform: uppercase;
  text-align: left;
  width: 33%;
  font-size: 14px;
  font-family: inherit;
  margin: 0;
  text-transform: capitalize;
  line-height: 14px;
}
#element .tab-info .guide-block span {
  font-size: 14px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
#element .tab-info .guide-block p {
  margin: 0;
}
#element .tab-info .info.block {
  text-align: center;
  width: 33%;
  font-size: 14px;
  font-family: inherit;
  margin: 0;
  text-transform: capitalize;
  line-height: 14px;
}
#element .tab-info .info.block p {
  margin: 0;
}
#element .ui-accordion-header:before {
  top: 35%;
}
.info.block {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
}
.info.block.white {
  background: url(https://cdn.shopify.com/extensions/1e4a2d68-dcff-428d-a309-75fc10989a45/unbridaled-diamonds-20/images/circlewhite.svg);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.info.block.black {
  background: url(https://cdn.shopify.com/extensions/1e4a2d68-dcff-428d-a309-75fc10989a45/unbridaled-diamonds-20/images/circleblack.svg);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.unbridaled-guide-btn:after {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  content: '';
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 3;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.unbridaled-guide-btn.diamond-table-link:after {
  display: none;
}
.unbridaled-guide-btn.active:after {
  visibility: visible;
  opacity: 1;
}
body .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-cut label {
  text-transform: capitalize;
}
.ub-loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #282828;
  background: #fbfbfb;
  display: block;
  overflow: hidden;
  border: 2px solid #e8e9eb;
  min-height: 8em;
  z-index: 99;
}
.ub-loader .unbridaled-frame {
  display: table;
  width: 100%;
  height: 100%;
}
.ub-loader .unbridaled-frame .unbridaled-holder {
  display: table-cell;
  vertical-align: middle;
}
.ub-loader .unbridaled-ajax_dots {
  margin: 0 0 20px;
}
.ub-loader .unbridaled-ajax_dot {
  background-color: #b2b2b2;
  display: inline-block;
  vertical-align: top;
  height: 14px;
  margin: 0 4px;
  width: 14px;
  animation-name: bounce_dot;
  -o-animation-name: bounce_dot;
  -ms-animation-name: bounce_dot;
  -webkit-animation-name: bounce_dot;
  -moz-animation-name: bounce_dot;
  animation-duration: 2.24s;
  -o-animation-duration: 2.24s;
  -ms-animation-duration: 2.24s;
  -webkit-animation-duration: 2.24s;
  -moz-animation-duration: 2.24s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ub-loader #unbridaled-ajax_dot-1 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}
.ub-loader #unbridaled-ajax_dot-2 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}
.ub-loader #unbridaled-ajax_dot-3 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}
.ub-loader.ub-app-initial-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.unbridaled-cart-actions-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.unbridaled-header-content {
  display: flex;
  width: 100%;
}
.unbridaled-header-content .unbridaled-change button {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid;
  line-height: 1.3em;
}
.unbridaled-header-content div {
  width: 12.5%;
  display: flex;
  align-items: center;
}
.unbridaled-infotable-holder label[for] {
  cursor: default;
}
.unbridaled-select-diamond .product-form__item--submit {
  display: none;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property .unbridaled-price .unbridaled-money {
  min-height: 18px;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property .unbridaled-state {
  width: 100%;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property .unbridaled-state label {
  padding: 4px 0 6px;
  margin: 0;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property label:first-child {
  align-items: flex-end;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property label:last-child {
  align-items: flex-start;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check label {
  max-width: 24px;
  width: 100%;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check label:first-child {
  align-items: center;
}
.ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check label:last-child {
  align-items: center;
}
@media (max-width: 1024px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-diamond-property.unbridaled-check {
    flex-direction: column;
    align-items: center;
  }
}
.unbridaled-header-table {
  display: flex;
  width: 100%;
  border-bottom: none;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
}
.unbridaled-header-table div {
  width: 12.5%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  color: #6B6B6B;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.7px;
}
.unbridaled-hide-origin .unbridaled-header-table div {
  width: 14.28%;
}
.unbridaled-hide-origin .unbridaled-header-content div {
  width: 14.28%;
}
.unbridaled-pair .unbridaled-header-table div {
  width: 12.28%;
}
.unbridaled-pair .unbridaled-header-content div {
  width: 12.28%;
}
.unbridaled-pair.unbridaled-hide-origin .unbridaled-header-table div {
  width: 14.33%;
}
.unbridaled-pair.unbridaled-hide-origin .unbridaled-header-content div {
  width: 14.33%;
}
.unbridaled-roundedOne {
  width: auto;
}
.unbridaled-checkbox_label {
  border: 2px solid #b2b2b2;
}
.unbridaled-selected .unbridaled-checkbox_label {
  border: unset;
}
.unbridaled-title {
  line-height: 25px;
}
.unbridaled-preview-icon {
  width: 25px !important;
  height: 25px !important;
}
.unbridaled-diamond-container-bot {
  position: relative;
}
.unbridaled-diamond-container-bot #uss-app.uss-container {
  padding: 0;
}
.unbridaled-diamond-data {
  padding: 30px 50px 10px 50px;
  border: 1px solid #D1D5DB;
  background: #FBFBFB;
}
.unbridaled-diamond-prop:after {
  content: "|";
  padding: 0 4px;
}
.unbridaled-diamond-prop:last-child:after {
  content: none;
}
#iladiamondsearch div:empty {
  display: block;
}
.unbridaled-closeLoginModal {
  position: absolute;
  top: 0px;
  right: 15px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.unbridaled-closeLoginModal span {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unbridaled-closeLoginModal span.icon-close:before {
  content: "\00d7";
  display: inline-block;
  font-weight: 100;
  font-size: 30px;
  height: 20px;
}
.unbridaled-loginPopupStyle h3 {
  margin-bottom: 10px;
}
.unbridaled-loginPopupStyle label {
  margin-bottom: 10px;
}
.unbridaled-loginPopupStyle input {
  margin-bottom: 10px;
}
[class^="Certificate_module_close"] button {
  border: none;
  box-shadow: none;
  line-height: 1;
  background: transparent;
  padding: 0;
  margin: 0;
}
[class^="Certificate_module_close"] button svg {
  cursor: pointer;
}
[class^="MediaPlayer_module_close"] {
  border: none;
  box-shadow: none;
  padding: 0;
}
[class*="MediaPlayer_module_close"]:hover {
  background: #fff;
  border-color: #fff;
}
[class*="MediaPlayer_module_close"] svg {
  width: 16px;
  height: 16px;
}
body.ub-cart-check:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.8s linear;
}
body.ub-cart-check:after {
  content: "Checking Cart...";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  font-size: 16px;
  color: #0e0e0e;
  text-align: center;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 999;
  opacity: 1;
  transition: opacity 1s linear;
}
#headlessui-portal-root .uui-z-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.unbridaled-popup-title {
  justify-content: center;
  border: none;
}
.unbridaled-popup-title h3 {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  text-decoration: none;
  text-transform: none;
}
.unbridaled-popup-title button {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
}
.unbridaled-diamond-data {
  padding: 30px 50px 10px 50px;
  border: 1px solid #D1D5DB;
  background: #FBFBFB;
}
.unbridaled-header-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0px;
}
.unbridaled-header-row svg {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.unbridaled-header-row span {
  font-style: normal;
  font-size: 14px;
  color: #11182799;
  text-align: left;
  line-height: 1.5;
}
.unbridaled-diamond-data .unbridaled-diamond-line {
  display: grid;
  justify-content: flex-start;
  padding: 10px 0;
  grid-template-columns: 24px 20% 50% calc(30% - 24px);
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-diamond-img-holder {
  display: flex;
  align-items: center;
  width: 24px;
  height: 100%;
  aspect-ratio: 1;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-diamond-img-holder img {
  width: 100%;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0 20px;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column span {
  margin-bottom: 0;
  margin-top: 0px;
  color: #111827;
  font-size: 12px;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-props-column {
  min-width: 220px;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-type-column {
  justify-content: flex-start;
  padding: 0 0 0 20px;
}
.unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-price-column {
  justify-content: flex-end;
  padding-right: 0;
}
body .unbridaled-base-popup {
  width: 66rem;
  padding: 30px 45px;
  min-width: 500px;
  max-width: 900px;
}
.unbridaled-base-popup-options {
  margin-top: 36px;
  text-align: center;
}
.unbridaled-base-popup-options button {
  background: none;
  border: none;
  border-radius: 0;
}
.unbridaled-base-popup .unbridaled-diamond-line label.unbridaled-diamond-properties {
  width: auto;
  word-break: break-word;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
}
.unbridaled-base-popup .unbridaled-base-popup-options .unbridaled-singleDiamondThumbnailItem {
  width: unset;
  height: unset;
  margin: 6px auto 0;
  font-style: italic;
  font-size: 14px;
  opacity: 0;
  z-index: -1;
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
  text-transform: capitalize;
}
[class*="Certificate_module_close"] button {
  border: none;
  background: none;
}
.unbridaled-base-popup .unbridaled-base-popup-options .unbridaled-singleDiamondThumbnailItem.show {
  opacity: 1;
  z-index: 1;
}
.unbridaled-base-popup .unbridaled-base-popup-options .unbridaled-singleDiamondThumbnailItem:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #282828;
  display: block;
  margin-top: -2px;
}
.unbridaled-base-popup-options a {
  padding: 7px 0;
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  background-color: #282828;
  background-image: none;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: unset;
}
.unbridaled-base-popup-options a:hover {
  background-color: #0f0f0fcc;
  color: #fff;
  transition: 0.3s all;
  text-decoration: unset;
}
.unbridaled-base-popup-options a:focus {
  box-shadow: none;
}
body .unbridaled-loginPopupStyle {
  top: 20%;
  right: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  width: 400px;
  max-width: 600px;
  position: fixed;
  padding: 30px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.unbridaled-passwordInputStyle {
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  background: #FFFFFF;
  border-color: #bbbbbb;
  color: #282828;
  margin-bottom: 25px;
  -webkit-appearance: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}
.unbridaled-passwordInputStyle:focus {
  border-color: #888;
}
body .unbridaled-submit {
  color: #d4d4d4;
  border: 1px solid #282828;
  background: #282828;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
  max-width: 200px;
  height: 38px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
body .unbridaled-submit:hover {
  background-color: #d4d4d4;
  color: #282828;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #d4d4d4;
  outline: none;
}
body .unbridaled-submit:focus {
  border: 1px solid #d4d4d4;
}
body .unbridaled-cancel {
  color: #282828;
  background-color: #d4d4d4;
  border: 1px solid #282828;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 200px;
}
body .unbridaled-cancel:hover {
  background-color: #282828;
  color: #d4d4d4;
  border: 1px solid #282828;
  transition: all 0.3s;
  outline: none;
}
body .unbridaled-cancel:focus {
  border: 1px solid #030303;
}
#unbridaled-print-iframe {
  border: none;
  box-shadow: none;
  visibility: hidden;
}
@media screen and (max-width: 580px) {
  .metal-guide-block #element div[data-role="collapsible"] {
    padding: 15px 0 15px 15px;
  }
  .metal-guide-block #element .ui-accordion-header {
    padding: 15px 0 15px 15px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 5px 10px 8px !important;
    text-align: center;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    text-align: left !important;
  }
}
@media screen and (max-width: 750px) {
  .info.block.white {
    background-size: 70px;
  }
  .info.block.black {
    background-size: 70px;
  }
}
@media screen and (max-width: 735px) {
  .cs-of-Ub-diamonds .cs-block.table-title {
    max-width: 595px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 685px) and (max-width: 768px) {
  .cs-of-Ub-diamonds .cs-block .cs-content.color-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .cs-of-Ub-diamonds .characteristic-block {
    max-width: 365px;
  }
  .cs-of-Ub-diamonds .characteristic-block .state.title {
    width: 68%;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table div {
    font-size: 11px;
    text-transform: capitalize;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
    text-align: left;
    padding-left: 12px !important;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:first-child {
    padding: 0 !important;
  }
  .ub-ds-root .unbridaled-diamond-swatch {
    margin: 0 0px 35px 0px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .header-content div label {
    font-size: 10px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .header-content div.unbridaled-price {
    font-size: 10px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .header-content div.unbridaled-price:after {
    width: 5px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .header-content .unbridaled-memo-button {
    font-size: 10px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-table div {
    text-transform: capitalize;
    font-size: 9px;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-state {
    width: 12%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-origin {
    width: 12%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-carat {
    width: 12%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-carat {
    width: 12%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-color {
    width: 5%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-color {
    width: 5%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-clarity {
    width: 17%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-clarity {
    width: 17%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-cut {
    width: 6%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-cut {
    width: 6%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-cert {
    width: 10%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-cert {
    width: 10%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-price {
    width: 13%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-price {
    width: 13%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-memo-ordering {
    width: 11%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair.unbridaled-admin-selection .unbridaled-header-memo {
    width: 11%;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair .unbridaled-header-content div.unbridaled-price {
    font-size: 10px;
  }
  .ub-ds-root .unbridaled-diamond-notification {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 7px 10px 10px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .metal-guide-block {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ring-guide-block {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ring-guide-block .option {
    padding: 0 15px;
    margin: 30px 0;
  }
  .diamond-app-content.active {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding-left: 105px;
  }
}
@media screen and (max-width: 678px) {
  #element .tab-info .guide-block {
    width: 30%;
    padding: 0 10px;
  }
  #element .tab-info .info.block {
    width: 30%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 340px) {
  #element .tab-info .guide-block {
    width: 25%;
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .ub-ds-root table > tbody > div > div.unbridaled-diamond-table-link.unbridaled-guide-btn {
    padding-right: 17px !important;
  }
}
@media screen and (max-width: 450px) {
  .ub-loader {
    position: relative;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1620px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 8px 10px 15px;
  }
}
@media screen and (max-width: 1445px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 8px 10px 14px;
  }
}
@media screen and (max-width: 1100px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 8px 10px 7px;
  }
}
@media screen and (max-width: 505px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding: 10px 6px 10px 0 !important;
  }
}
@media screen and (max-width: 510px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding: 10px 6px 10px 7px !important;
  }
}
@media screen and (max-width: 430px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    padding: 0 5px 10px 3px !important;
  }
}
@media screen and (max-width: 370px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th {
    font-size: 9px;
    padding: 10px 10px 5px 5px !important;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div label {
    font-size: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding-left: 22px;
  }
}
@media screen and (max-width: 1235px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding-left: 22px;
  }
}
@media screen and (max-width: 1125px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    text-align: center;
  }
}
@media screen and (max-width: 875px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    text-align: left;
    padding-left: 105px;
  }
}
@media screen and (max-width: 690px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    text-align: left !important;
  }
}
@media screen and (max-width: 639px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box {
    padding-left: 9px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-title {
    text-align: left;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-title span {
    margin-left: 1px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label img {
    display: inherit;
  }
  .ub-ds-root .unbridaled-diamond-notification {
    margin-bottom: 40px;
    margin-top: -15px;
  }
  .ub-ds-root .unbridaled-diamond-notification span {
    padding: 8px 16px 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  body .unbridaled-base-popup {
    min-width: 300px;
  }
  .unbridaled-diamond-data .unbridaled-diamond-line {
    justify-content: center;
    align-items: center;
    grid-template-columns: 100%;
  }
  .unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-type-column,
  .unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-price-column {
    justify-content: center;
    padding: 0;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th.filter-box::after {
    margin: 6px 0 0 5px;
  }
}
@media screen and (max-width: 1450px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
    padding-left: 80px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label {
    right: 20px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label svg {
    width: 18px;
    height: 18px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check .unbridaled-icon-holder {
    right: 17px;
  }
}
@media screen and (max-width: 1190px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
    padding-left: 10px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label {
    right: 30px;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check .unbridaled-icon-holder {
    right: 27px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview div {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1008px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-table th:nth-child(2) {
    text-align: right;
  }
}
@media screen and (max-width: 520px) {
  .ub-ds-root .unbridaled-diamond-table.unbridaled-pair .unbridaled-header-content .unbridaled-check {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.pictures label img {
    transition: all 300ms ease-in-out;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.pictures label img:hover {
    transform: scale(1.4);
    transition: all 300ms ease-in-out;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.pictures label img:hover.no-media {
    transform: none;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label img {
    transition: all 300ms ease-in-out;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-state label img:hover {
    transform: scale(1.4);
    transition: all 300ms ease-in-out;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content:hover {
    background: #f1f1f1;
  }
  .ub-ds-root .unbridaled-diamond-table.unbridaled-with-labels .unbridaled-header-content:nth-of-type(even):hover {
    background: #f1f1f1;
  }
}
@media (max-width: 1024px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label .unbridaled-checkbox_label {
    opacity: 1;
    z-index: 2;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check .unbridaled-icon-holder {
    display: none;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    text-align: left;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .ub-ds-root .unbridaled-table-preview .unbridaled-title-shape {
    display: block;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 13px;
  }
  .ub-ds-root .unbridaled-infotable-holder .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check .unbridaled-icon-holder {
    display: block;
  }
}
@media (max-width: 992px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    padding-left: 10px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 7px;
  }
}
@media (max-width: 680px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    padding-left: 18px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-iamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 500px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    padding-left: 12px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 8px;
  }
}
@media (max-width: 400px) {
  .ub-ds-root .unbridaled-infotable-holder .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check label {
    width: 83%;
    margin: 0;
    padding: 0;
  }
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    padding-left: 5px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 3px;
  }
}
@media (max-width: 360px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-header-content div.unbridaled-check {
    padding-left: 2px;
  }
  .ub-ds-root .unbridaled-diamond-holder .unbridaled-diamond-table .unbridaled-table-preview .unbridaled-title-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .ub-ds-root .unbridaled-diamond-table .unbridaled-title img {
    vertical-align: sub;
  }
}
@media screen and (max-width: 1023px) {
  .ub-ds-root .unbridaled-diamond-notification {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .ub-ds-root .unbridaled-diamond-notification span {
    padding: 10px 22px 7px 22px;
  }
}
@media (min-width: 430px) {
  .unbridaled-header-table div {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  body .unbridaled-base-popup {
    padding: 30px 20px;
  }
  .unbridaled-diamond-data {
    padding: 30px 20px 10px 20px;
  }
  .unbridaled-diamond-data .unbridaled-diamond-line .unbridaled-d_column.unbridaled-props-column {
    min-width: unset;
    padding: 0;
  }
  .ub-ds-root .unbridaled-diamond-holder.unbridaled-infotable-holder {
    overflow: unset;
  }
}