/*Transpacific software --- For setting listing / setting detail / final pendant css*/
/*Transpacific software --- here common design css*/

:root {
  --primary-site-color: #14213D;
  --secondary-site-color: #E4D6A3;
  --site-white-color: #ede8e4;
  --site-text-color: #000000;
  --site-faint-bg-color: #F2F2F2;
  --site-darkgrey-color: #888888;
  --site-grey-color: #cccccc;
}

* {
  box-sizing: border-box;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

img {
  width: 100%;
  max-width: 100%;
}

.tps-pendantbuilder-main-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 15px;
}
h1, h2, h3, h4,h5, h6{
  word-break: keep-all;
   white-space: normal;
}
.tps-pendantbuilder-back-to-search button,
.tps-dia-detail-back-to-search button {
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
  font-family: 'Maison Neue';
  color: var(--site-text-color) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
}

.tps-pendantbuilder-back-to-search button::before,
.tps-dia-detail-back-to-search button::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(../../assets/images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -228px -363px;
}

/*end*/


/*Transpacific software --- steps style here*/
.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_header {
  position: relative;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_header .tps-header-step-loader {
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 100%;
}

.tps_latestv_steps {
  margin: 20px auto 30px !important;
  min-width: 100%;
  position: relative;
  z-index: 91;
}

.tps_latestv_steps_inner {
  display: inline-flex;
  border: 1px solid var(--site-grey-color);
  border-right: none;
  height: 84px;
  width: calc(100% - 1px);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_one,
.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two {
  cursor: pointer;
}

.tps_latestv_steps_inner .tps_latestv_steps_item {
  flex: 1;
  font-size: 13px;
  color: var(--site-text-color);
  position: relative;
}

.tps_latestv_steps .tps_latestv_steps_node {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site-grey-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tps_latestv_steps .tps_latestv_steps_node::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 2px;
  height: 100%;
  background-color: #34252500;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node .tps_latestv_steps_node {
  width: 100%;
}

.tps_latestv_steps .tps_latestv_steps_node::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--site-faint-bg-color);
  border-style: solid;
  border-width: 39px 0 39px 14px;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 4;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site-faint-bg-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps_latestv_steps_num,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps_latestv_steps_heading,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_cont .cyobar_title,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_cont .cyobar_price,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_cont .tps_latestv_steps_action a {
  color: var(--site-white-color);
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps_latestv_steps_heading {
  margin-top: 5px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node {
  border-radius: 0;
  background-color: var(--site-white-color);
  bottom: 0;
  height: calc(100% + 2px);
  border: 1px solid var(--primary-site-color);
  border-left-width: 0;
  border-right-width: 0;
  z-index: 3;
  box-sizing: border-box;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_one.active .tps_latestv_steps_node {
  border-left-width: 1px;
  left: -1px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin {
  z-index: -1;
  background: var(--primary-site-color);
  filter: drop-shadow(10px 5px 7px rgba(0, 0, 0, 0.12));
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:before,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:after,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pre_header_div:before,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pre_header_div:after {
  background-color: var(--primary-site-color);
  height: 42px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator {
  height: 84px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
  color: var(--site-darkgrey-color);
  font-family: 'Maison Neue';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
  display: inline-flex;
  margin-left: 30px;
  color: var(--site-text-color);
  align-items: center;
  margin-right: auto;
}

.tps_latestv_steps_seperator {
  position: absolute;
  right: -8px;
  top: 0;
  padding: 0;
  height: 84px;
  width: 1px;
  display: block;
}

.tps_latestv_steps_pre_header_div {
  position: absolute;
  left: 7px;
  top: -1px;
  padding: 0;
  height: 84px;
  width: 1px;
}

.tps_latestv_steps_pre_header_div:before,
.tps_latestv_steps_pre_header_div:after {
  height: 40px !important;
}

.tps_latestv_steps_seperator:before,
.tps_latestv_steps_pre_header_div:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 42px;
  width: 100%;
  background-color: var(--site-grey-color);
  top: 0;
  left: 0;
  transform: skew(20deg, 0deg);
}

.tps_latestv_steps_seperator:after,
.tps_latestv_steps_pre_header_div:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 42px;
  width: 100%;
  background-color: var(--site-grey-color);
  bottom: 0;
  right: 0;
  transform: skew(-20deg, 0deg);
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)var(--site-white-color);
  box-shadow: none;
  right: -29.5px;
  top: 0px;
  border-width: 0;
  background-color: var(--primary-site-color);
  clip-path: polygon(0% -2%, 50% 50%, 1% 100%);
  width: 30px;
  height: 84px;
}

.tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_seperator:after {
  transform: skew(0deg, 0deg);
  right: 7px;
}

.tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_seperator:before {
  left: -7px;
  transform: skew(0deg, 0deg);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading,
.tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading {
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Maison Neue';
  font-weight: 700;
  color: #7F7F7F;
}

.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
  color: var(--site-darkgrey-color);
  font-family: 'Maison Neue';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
  display: block;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 10px;
  color: var(--site-text-color);
  text-transform: uppercase;

}

.tps_latestv_steps .tps_latestv_steps_data,
.tps_latestv_steps .tps_latestv_steps_action {
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  text-transform: capitalize;
  position: relative;
  text-align: left;
}

.tps_latestv_steps .tps_latestv_steps_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
  word-wrap: break-word;
  display: block;
  color: var(--site-darkgrey-color);
  font-family: 'Maison Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  margin-right: 10px;
}

.tps_latestv_steps .tps_latestv_steps_data span.cyobar_price {
  color: var(--site-grey-color);
  font-family: 'Maison Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
}

.tps_latestv_steps .tps_latestv_steps_pho {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 15px;
  color: var(--site-text-color);
  text-transform: uppercase;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_pendant::after,
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after,
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  content: '';
  background-image: url(../../assets/images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_pendant::after {
  background-position: -11px -8px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -80px -8px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -156px -8px;
}

.tps_latestv_steps_pho.tps-img-div {
  margin-left: 8px;
  margin-right: 22px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_img_div {
  width: 50px;
  height: 50px;
}

.tps_latestv_steps .tps_latestv_steps_pho.mob.tps_latestv_steps_img_div {
  display: none;
}

.tps_latestv_steps .tps_latestv_steps_pho>img {
  width: 100% !important;
  height: 100% !important;
  object-fit: scale-down;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.tps_latestv_steps .tps_latestv_steps_action a {
  text-decoration: none;
  transition: 0.3s ease;
  color: var(--site-grey-color);
  margin-right: 0;
  position: relative;
  font-family: 'Maison Neue';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline !important;
}

.tps_latestv_steps .tps_latestv_steps_action a:nth-child(1) {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}

.tps_latestv_steps .tps_latestv_steps_action a:nth-child(1):after {
  content: "";
  background: var(--site-white-color);
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}


.tps_latestv_steps .tps_latestv_steps_action a:nth-child() {}

.tps_latestv_steps .tps_latestv_steps_action a:nth-last-child() {
  margin-right: 0px;
}

.tps_latestv_steps .tps_latestv_steps_action a:hover {

  color: #102F4B;
  text-decoration: underline;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_node::before,
.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_node::after {
  display: none;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_node {
  margin-right: -2px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_num,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1),
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
  color: var(--site-white-color);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading {
  display: flex;
  flex-direction: row;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1) {
  color: var(--site-darkgrey-color);
  font-family: 'Maison Neue';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-left: 5px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1) {
  padding-left: 0px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
  color: var(--site-darkgrey-color);
  font-family: 'Maison Neue';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-left: 5px;
}

.tps_latestv_steps .tps_latestv_steps_pho>.img-transparent {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 27% 42%;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -78px -72px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_pendant::after {
  background-position: -11px -72px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps-txt-activ-main {
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 10px;
}

.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active {
  position: relative;
}

.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active:after,
.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 58px solid transparent;
  border-bottom: 57px solid transparent;
  border-left: 30px solid var(--site-white-color);
  position: absolute;
  top: 50%;
  margin-top: -58px;
  margin-left: -8px;
  left: 0%;
  z-index: 3;
}

.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active:before,
.tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 58px solid transparent;
  border-bottom: 57px solid transparent;
  border-left: 30px solid var(--primary-site-color);
  position: absolute;
  top: 50%;
  margin-top: -58px;
  margin-left: -15px;
  left: 0%;
  z-index: 5;
}

/*end*/
/******* new step *******/
h1.tps-pendantbuilder-page-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  word-break: keep-all;
   white-space: normal;
}

/*Transpacific software --- setting listing filter*/
.tps_latestv_pendantl_filter_parent {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tps_latestv_pendantl_filter {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px 4%;

}

.tps_latesv_pendant_fil_common {
  width: 48%;
  padding: 0px;
}

.tps_latestv_pendantl_reset_block {
  margin-bottom: 5px;
  text-align: right;
  padding: 0px 0px 5px;
  border-bottom: 1px solid var(--site-grey-color);
}

.tps_latestv_pendantl_reset_block .tps_latestv_rest_filter,
.tps_latestv_pendantl_reset_block label {
  cursor: pointer;
  text-transform: capitalize;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  position: relative;
  transition: width 2s;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.tps_latestv_pendantl_reset_block label {
  float: left;
  cursor: default;
}

/*.tps_latestv_pendantl_filter {
  
}*/

.tps_latestv_pendantl_filter .tps-pendantbuilder-filter-label {
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 23px;
  color: var(--site-text-color);
  margin: 0;
  padding: 7px 5px 10px 0px;
  font-family: 'Maison Neue';
  position: relative;
  cursor: default;
  border: none;
  font-weight: 700;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 10px 1%;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li {
  position: relative;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
  width: 100px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-shape {
  -webkit-order: 2;
  order: 2;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-metal {
  -webkit-order: 3;
  order: 3;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-price {
  -webkit-order: 4;
  order: 4;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-style-type {
  -webkit-order: 5;
  order: 5;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-style {
  -webkit-order: 1;
  order: 1;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input+span:before {
  content: '';
  width: 47px !important;
  height: 47px !important;
  display: block;
  margin: 0px auto 10px auto;
  background: url("../images/setting-listing-images/pendantbuilder_latest_sprite.svg");
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li input:checked+span:before,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input:checked+span:before {
  border: 1px solid var(--site-text-color);
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input+span {
  font-family: 'Maison Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--site-text-color);
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 0;
  cursor: pointer;
  min-height: 32px;
  width: fit-content;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li .tps-pendantbuilder-filter-option-label span.tps-metal-carat-txt {
  display: block;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input:checked+span {
  color: var(--site-text-color);
  font-weight: 700;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="14k-rose-gold"]+span::before {
  background-position: -242px -568px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="rose-gold"]+span::before,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="18k-rose-gold"]+span::before {
  background-position: -125px -569px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="rose-gold"] .tps-seDetailc-sw-iocn {
  background-position: -125px -569px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-rose-gold"] .tps-seDetailc-sw-iocn {
  background-position: -306px -573px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="18k-white-gold"]+span::before,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="white-gold"]+span::before {
  background-position: -5px -569px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="14k-white-gold"]+span::before {
  background-position: -6px -568px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="white-gold"] .tps-seDetailc-sw-iocn {
  background-position: -5px -569px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="yellow-gold-platinum"] .tps-seDetailc-sw-iocn {
  background-position: -241px -570px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="rose-gold-platinum"] .tps-seDetailc-sw-iocn {
  background-position: -299px -570px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="18k-yellow-gold"]+span::before,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="yellow-gold"]+span::before {
  background-position: -63px -569px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="14k-yellow-gold"]+span::before {
  background-position: -124px -568px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="yellow-gold"] .tps-seDetailc-sw-iocn {
  background-position: -63px -569px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-yellow-gold"] .tps-seDetailc-sw-iocn {
  background-position: -187px -574px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="platinum"]+span::before {
  background-position: -182px -570px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="yellow-gold-platinum"]+span::before {
  background-position: -241px -570px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input[value="rose-gold-platinum"]+span::before {
  background-position: -299px -570px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="platinum"] .tps-seDetailc-sw-iocn {
  background-position: -182px -570px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li {
  width: 75px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li {
  width: 9.1%;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="solitaire"]+span:before {
  background-position: -7px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="diamond-band"]+span:before {
  background-position: -59px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="halo"]+span:before {
  background-position: -117px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="trilogy"]+span:before {
  background-position: -228px -625px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="toi-et-moi"]+span:before {
  background-position: -59px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="unique"]+span:before {
  background-position: -168px -625px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="vintage"]+span:before {
  background-position: -172px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="hidden-halo"]+span:before {
  background-position: -229px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="three-stone"]+span:before {
  background-position: -287px -624px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="solitaire"]:checked+span:before {
  background-position: -7px -668px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="trilogy"]:checked+span:before {
  background-position: -228px -665px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="toi-et-moi"]:checked+span:before {
  background-position: -59px -665px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="unique"]:checked+span:before {
  background-position: -168px -665px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="diamond-band"]:checked+span:before {
  background-position: -59px -668px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="halo"]:checked+span:before {
  background-position: -117px -668px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="vintage"]:checked+span:before {
  background-position: -172px -668px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="hidden-halo"]:checked+span:before {
  background-position: -229px -668px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input[value="three-stone"]:checked+span:before {
  background-position: -287px -668px;
}


.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-bridal-set-option input+span:before {
  background-position: -94px -720px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-engagement-option input+span:before {

  background-position: -17px -720px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-bridal-set-option input:checked+span:before {
  background-position: -248px -720px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-engagement-option input:checked+span:before {
  background-position: -171px -720px;
}


.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input+span:before {
  width: 52px !important;
  height: 52px !important;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="round"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="round"] .tps-seDetailc-sw-iocn {
  background-position: -2px -176px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="asscher"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="asscher"] .tps-seDetailc-sw-iocn {
  background-position: -163px -176px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="cushion"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="cushion"] .tps-seDetailc-sw-iocn {
  background-position: -109px -176px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="emerald"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="emerald"] .tps-seDetailc-sw-iocn {
  background-position: -378px -177px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="marquise"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="marquise"] .tps-seDetailc-sw-iocn {
  background-position: -217px -177px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="oval"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="oval"] .tps-seDetailc-sw-iocn {
  background-position: -271px -177px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="pear"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="pear"] .tps-seDetailc-sw-iocn {
  background-position: -324px -177px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="princess"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="princess"] .tps-seDetailc-sw-iocn {
  background-position: -56px -176px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="radiant"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="radiant"] .tps-seDetailc-sw-iocn {
  background-position: -490px -176px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="heart"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"] .tps-seDetailc-sw-iocn {
  background-position: -431px -175px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="round"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="round"].active .tps-seDetailc-sw-iocn {
  background-position: -2px -233px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="asscher"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="asscher"].active .tps-seDetailc-sw-iocn {
  background-position: -163px -233px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="cushion"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="cushion"].active .tps-seDetailc-sw-iocn {
  background-position: -109px -233px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="emerald"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="emerald"].active .tps-seDetailc-sw-iocn {
  background-position: -378px -234px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="marquise"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="marquise"].active .tps-seDetailc-sw-iocn {
  background-position: -217px -234px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="oval"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="oval"].active .tps-seDetailc-sw-iocn {
  background-position: -271px -234px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="pear"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="pear"].active .tps-seDetailc-sw-iocn {
  background-position: -324px -234px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="princess"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="princess"].active .tps-seDetailc-sw-iocn {
  background-position: -56px -233px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="radiant"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="radiant"].active .tps-seDetailc-sw-iocn {
  background-position: -490px -233px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li input[value="heart"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"].active .tps-seDetailc-sw-iocn {
  background-position: -431px -232px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style-type ul li {
  width: auto;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--primary-site-color) !important;
  box-shadow: none !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid var(--site-grey-color);
}

.ui-widget.ui-widget-content {
  background: var(--site-grey-color);
  height: 3px;
  border: none;
  border-radius: 10px;
  margin: 7px 3px 24px 11px;
}

.ui-slider .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  top: -6px !important;
  z-index: 9;
  transform: rotate(45deg);
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--primary-site-color) !important;
  box-shadow: none !important;
  border-radius: 50%;
  border-color: var(--primary-site-color) !important;
  border-width: 4px !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-slider .ui-slider-handle {
  background-color: var(--site-white-color) !important;
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-from {
  float: left;
  text-align: left;
  justify-content: center !important;
  position: relative;
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-to {
  float: right;
  text-align: right;
  justify-content: center !important;
  position: relative;
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-to span.tps-min-max-title,
.tps_latestv_pendantl_filter .tps-latestv-bapf-from span.tps-min-max-title {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--site-white-color);
  padding: 2px 0px;
  text-align: center;
  font-size: 10px;
  width: 52px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-weight: 400;
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-from,
.tps_latestv_pendantl_filter .tps-latestv-bapf-to {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 5px 0px 5px;
  border: 1px solid var(--site-grey-color);
  border-radius: 4px;
  width: 90px;
  font-size: 14px;
  color: var(--site-grey-color);
  line-height: 16px;
  font-family: 'Maison Neue';
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-from input,
.tps_latestv_pendantl_filter .tps-latestv-bapf-to input {
  vertical-align: unset;
  background-color: transparent;
  box-shadow: none;
  float: right;
  width: 100%;
  text-align: center;
  padding: 0px 0px 0px 0px !important;
  height: auto;
  border: none;
  box-shadow: none;
  outline: none;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 14px;
  font-weight: 400;
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-from input:focus,
.tps_latestv_pendantl_filter .tps-latestv-bapf-to input:focus {
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  color: var(--site-text-color);
}

.tps_latestv_pendantl_filter .tps-latestv-bapf-from input::placeholder,
.tps_latestv_pendantl_filter .tps-latestv-bapf-to input::placeholder {
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  color: var(--site-grey-color);
  line-height: 16px;
  font-family: 'Maison Neue';
}

.tps_latestv_pendantl_reset_block .tps-pendantbuilder-reset-parent {
  width: fit-content;
  margin-left: auto;
  position: relative;
}

.tps_latestv_pendantl_reset_block .tps-pendantbuilder-reset-parent a.tps-pendantbuilder-reset-filter-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.tps_latestv_pendantl_reset_block .tps-pendantbuilder-reset-parent a.tps-pendantbuilder-reset-filter-btn::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  margin-right: 2px;
  background-position: -344px -447px;
}

.tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup {
  position: absolute;
  width: 220px;
  right: 0;
  background-color: var(--primary-site-color);
  padding: 10px;
  border-radius: 4px;
  z-index: 99991;
  top: 36px;
  text-align: center;
}

.tps-latestv-reset-step-popup {
  right: 220px;
  top: 100%;
  text-align: center;
}

.tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div:before,
.tps-latestv-reset-step-popup:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--primary-site-color);
  position: absolute;
  z-index: 999999;
  right: 50px;
  top: -6px;
}

.tps-latestv-reset-step-popup:before {
  right: auto;
  left: 75px;
}

.tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-title,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
  font-size: 14px;
  color: var(--site-white-color);
  font-family: 'Maison Neue';
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}

.tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}

.tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button {
  padding: 6px 20px 4px;
  margin-top: 5px;
  background-color: transparent;
  color: var(--site-white-color);
  font-size: 15px;
  font-family: 'Maison Neue';
  line-height: 16px;
  border: 1px solid var(--site-white-color);
  transition: 0.5s ease;
  border-radius: 2px;
  cursor: pointer;
}

.tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button.tps-pendantbuilder-reset-filter-confirm-no-btn,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button.tps-latestv-reset-step-no-btn {
  background-color: var(--site-white-color);
  color: var(--primary-site-color);
}

/*end*/
.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value {
  width: 100%;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-col2 {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-col1 span {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color) !important;
  font-family: 'Maison Neue';
  font-weight: 400;
  cursor: default;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-col1 {
  grid-gap: 3px;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-sort-by select {
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-color);
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  font-family: 'Maison Neue';
  -webkit-appearance: none;
  position: relative;
  background: transparent;
  background-image: url(../images/common-images/down_arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  width: 155px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background-position: 100% center;
  font-weight: 400;
  border-bottom: 1px solid var(--site-text-color);
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-sort-by select option {
  font-size: 13px;
  padding: 10px 13px 10px 13px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value ul {
  /* display: flex;
  list-style: none;*/
  margin: 0;
  grid-gap: 10px 1%;
  padding: 0;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value ul li {
  list-style: none;
}

.tps-pendantbuilder-item-selected-value ul li a {
  font-size: 14px;
  font-family: 'Maison Neue';
  line-height: 14px !important;
  color: var(--primary-site-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.tps-pendantbuilder-item-selected-value ul li a p.tps-pendantbuilder-option-label {
  margin: 0;
  font-size: 14px;
  font-family: 'Maison Neue';
  line-height: 14px !important;
  color: var(--site-text-color);
  cursor: pointer;
  font-weight: 400;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--site-grey-color);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.tps-pendantbuilder-item-selected-value ul li a span {
  width: 15px;
  height: 15px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -402px -380px;
  margin-left: 3px;
}

.tps-pendantbuilder-item-selected-value ul li.tps-pendantbuilder-unselected a span {
  width: 25px;
  height: 25px;
  margin-left: 0;
  background-position: -20px -919px;
  margin-top: 0px;
  margin-right: 9px;
}

/*end*/
/*Transpacific software --- pendant builder listing view design*/
.tps-pendantbuilder-item-listing-div,
.tps-pendantbuilder-item-listing-div noscript {
  display: flex;
  grid-gap: 20px 1.5%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div,
.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div {
  padding: 0px;
  cursor: pointer;
  width: 23.86%;
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--site-grey-color);
  position: relative;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div img {
  height: auto;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div a {
  text-decoration: none;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-img-div {
  width: 100%;
  position: relative;
  background-color: var(--site-grey-color);
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-img-div img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  filter: brightness(0.94);
}

.tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-pr {
  background-color: var(--site-white-color);
  padding: 10px;
  text-align: center;
  height: auto;
}

.tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-div {
  text-align: center;
  padding: 0;
}

.tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-div .tps-pendantbuilder-item-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--site-text-color);
  margin: 0;
  font-family: 'Maison Neue';
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 8px;
}

.tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-price-div {
  font-size: 18px;
  line-height: 28px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  text-align: center;
  font-weight: 700;
}

/*Transpacific software --- loader design*/
.tps-pendantbuilder-item-listing-parent-div {
  position: relative;
}

.tps-pendantbuilder-item-listing-parent-div .tps-pendantbuilder-item-listing-loader {
  top: 0px;
  left: 0px;
  width: 100%;
  border: 1px solid var(--site-white-color);
  background: var(--site-white-color);
  padding: 0px;
  position: relative;
}

.animation-spin {
  animation-name: spin;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.timeline-item {
  background: var(--site-white-color);
  border-bottom: 1px solid #f2f2f2;
  padding: 0px;
  margin: 0 auto;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.tps-pendantbuilder-animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #dddddd 8%, #e7e7e966 18%, #dddddd 33%);
  background-size: 900px 204px;
  height: 40px;
  position: relative;
}

.tps-pendantbuilder-background-masker {
  background: var(--site-white-color);
  position: absolute;
}

.tps-pendantbuilder-background-masker.header-top,
.tps-pendantbuilder-background-masker.header-bottom,
.tps-pendantbuilder-background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.tps-pendantbuilder-background-masker.header-left,
.tps-pendantbuilder-background-masker.subheader-left,
.tps-pendantbuilder-background-masker.header-right,
.tps-pendantbuilder-background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.tps-pendantbuilder-background-masker.header-bottom {
  top: 18px;
  height: 6px;
}

.tps-pendantbuilder-background-masker.subheader-left,
.tps-pendantbuilder-background-masker.subheader-right {
  top: 24px;
  height: 6px;
}

.tps-pendantbuilder-background-masker.header-right,
.tps-pendantbuilder-background-masker.subheader-right {
  width: auto;
  left: 900px;
  right: 0;
}

.tps-pendantbuilder-background-masker.subheader-right {
  left: 530px;
}

.tps-pendantbuilder-background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.tps-pendantbuilder-background-masker.content-top,
.tps-pendantbuilder-background-masker.content-second-line,
.tps-pendantbuilder-background-masker.content-third-line,
.tps-pendantbuilder-background-masker.content-second-end,
.tps-pendantbuilder-background-masker.content-third-end,
.tps-pendantbuilder-background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.tps-pendantbuilder-background-masker.content-top {
  height: 20px;
}

.tps-pendantbuilder-background-masker.content-first-end,
.tps-pendantbuilder-background-masker.content-second-end,
.tps-pendantbuilder-background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.tps-pendantbuilder-background-masker.content-second-line {
  top: 68px;
}

.tps-pendantbuilder-background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.tps-pendantbuilder-background-masker.content-third-line {
  top: 82px;
}

.tps-pendantbuilder-background-masker.content-third-end {
  left: 00px;
  top: 88px;
}

.tps_grid_animated-background {
  height: 300px;
}

.tps-pendantbuilder-spinner-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.tps-seDetailc-gallery-loader,
.tps-pendantbuilder-final-gallery-loader {
  width: 100%;
  height: 500px;
}

.tps-seDetailc-gallery-loader .timeline-item,
.tps-seDetailc-gallery-loader .timeline-wrapper,
.tps-seDetailc-gallery-loader .auth-info,
.tps-seDetailc-gallery-loader .tps_grid_animated-background,
.tps-pendantbuilder-final-gallery-loader .timeline-item,
.tps-pendantbuilder-final-gallery-loader .timeline-wrapper,
.tps-pendantbuilder-final-gallery-loader .auth-info,
.tps-pendantbuilder-final-gallery-loader .tps_grid_animated-background {
  height: 100%;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row,
.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 20px;
  width: 100%;
  grid-gap: 10px;
}

.tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section{
  bottom: 0; 
  position: absolute;
}

.tps-pendantbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: #dddddd;
  width: 77px;
  height: 50px;
  top: 25px;
  transform: none;
  left: 0;
  position: unset;
}

.tps-seDetailc-gallery-loader .tps_grid_animated-background,
.tps-pendantbuilder-final-gallery-loader .tps_grid_animated-background {
  width: 80%;
  margin: 0;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow,
.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.tps-vertical-loader .tps-seDetailc-spinner-arrow {
  display: none;
}

.tps-vertical-loader .tps_grid_meta_section {
  width: 15% !important;
  background-color: var(--site-white-color);
  height: 100% !important;
  margin-right: 5%;
  position: relative;
  float: left;
}

.tps-vertical-loader .tps-pendantbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: #dddddd;
  width: 100px;
  height: 100px;
  top: 25px;
  transform: none;
  left: 0;
  position: relative;
}

.tps-pendantbuilder-final-gallery-loader.tps-vertical-loader .tps_grid_animated-background {
  width: 100%;
  margin: auto;
}

.tps-pendantbuilder-final-gallery-loader.tps-vertical-loader .tps-seDetailc-spinner-row {
  bottom: auto;
}

.tps-vertical-loader.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row,
.tps-vertical-loader.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-row {
  flex-direction: column;
  margin-left: -20px;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background,
.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
  width: 40px;
  height: 40px;
  background: #dddddd;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner,
.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner {
  float: left;
  margin-left: -55px;
}

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner,
.tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.right-spinner {
  float: right;
  margin-right: -55px;
}

.tps-seDetailc-spinner-grid-container {
  grid-template-columns: 1fr;
  height: 100%;
}

.tps-pendantbuilder-item-listing-loader .tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section {
  position: absolute;
}

.tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section {
  bottom: 0px;
  left: 0%;
  width: 100%;
  background-color: var(--site-white-color);
  height: 90px;
  position: relative;
}

.tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: #dddddd;
  width: 90%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price {
  bottom: 15px;
  background: #dddddd;
  width: 40%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tps-pendantbuilder-item-not-found-div {
  text-align: center;
  font-family: 'Maison Neue';
  font-size: 16px;
  line-height: 25px;
  color: var(--site-text-color);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid var(--site-text-color);
  font-weight: 400;
  padding: 0px 20px
}

.tps-pendantbuilder-item-not-found-div .tps-pendantbuilder-item-not-found-sub-title {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

.tps_latestv_pendantl_filter .tps-pendantbuilder-price .tps-pendantbuilder-slider-filter-warn {
  width: 40%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'Maison Neue';
  color: red;
  margin-top: 31px;
}

.tps-pendantbuilder-disable-filter.tps-pendantbuilder-metal ul li,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-reset-parent,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-style ul li,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-shape ul li,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-price .tps-pendantbuilder-price-slider,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-price .tps-latestv-bapf-from,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-price .tps-latestv-bapf-to,
.tps-pendantbuilder-disable-filter.tps-pendantbuilder-style-type ul li {
  opacity: 0.5;
  pointer-events: none;
}

/*end*/

/*Transpacific software --- detail page design*/
.tps-pendantbuilder-seDetailc .tps-seDetailc-row {
  display: flex;
  flex-wrap: wrap;
}

.tps-pendantbuilder-seDetailc .tps-seDetailc-gallery {
  width: 58%;
  margin-right: 2%;
}

.tps-pendantbuilder-seDetailc .tps-seDetailc-meta {
  width: 40%;
  margin-left: auto;
  margin-bottom: 50px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-title {
  font-size: 28px;
  line-height: normal;
  text-transform: capitalize;
  color: var(--site-text-color);
  margin-bottom: 16px;
  font-family: 'URWClassico';
  font-weight: 400;
}

.tps-seDetailc-meta-description {
  border-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.tps-seDetailc-meta .tps-seDetailc-meta-price {
  font-family: 'Maison Neue';
  margin-bottom: 15px;
  color: var(--site-text-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-seDetailc-meta .tps-seDetailc-pricevalue {
  font-weight: 700;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title,
.tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-title,
.tps-pendantbuilder-detail-sub-title,
.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-rsized .tps-pendantbuilder-final-data-title,
.tps-pendantbuilder-final-rsized .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  text-transform: capitalize;
  font-weight: 700;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch .tps-seDetailc-swatches-meta-div {
  margin-bottom: 0 !important;
}
.tps-pendantbuilder-bespoke-customization-wrapper .tps-pendantbuilder-final-data-list span.tps-pendantbuilder-final-data-title,
.tps-pendantbuilder-bespoke-customization-wrapper ul li span.tps-pendantbuilder-bespoke-customization-label,
.tps-pendantbuilder-bespoke-customization-wrapper ul li span.tps-pendantbuilder-birthstone-label{
    font-weight: 700;
}
.tps-pendantbuilder-bespoke-customization-wrapper .tps-pendantbuilder-final-data-list span.tps-pendantbuilder-final-data-value,
.tps-pendantbuilder-bespoke-customization-wrapper ul li span.tps-pendantbuilder-bespoke-customization-value,
.tps-pendantbuilder-bespoke-customization-wrapper ul li span.tps-pendantbuilder-birthstone-value{
    font-weight: 400;
}
.tps-pendantbuilder-final-data-list.pendant-size span.tps-pendantbuilder-final-data-value {
    padding-left: 5px;
}
.tps-pendantbuilder-bespoke-customization-wrapper ul {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch .tps-seDetailc-swatches-titlev {
  font-weight: 400 !important;
  margin-left: 5px;
  background: var(--site-faint-bg-color);
  padding: 8px 30px 5px 7px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch .tps-seDetailc-swatches-titlev:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  background-position: -220px -731px;
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch .tps-seDetailc-swatches-titlev.tps-arrow-up:after {
  background-position: -260px -731px;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch .tps-seDetailc-swatches-options-div {
  width: 41%;
  position: relative;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch ul.tps-seDetailc-swatches-options-list {
  display: block;
  width: 100%;
  right: auto;
  position: absolute;
  background: var(--site-white-color);
  padding: 0;
  z-index: 11;
  border: 1px solid var(--site-faint-bg-color);
  cursor: pointer;
  right: 0;
  max-width: 180px;
  z-index: 11;
  text-align: left;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch ul.tps-seDetailc-swatches-options-list li.active {
  background-color: var(--site-faint-bg-color);
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch ul.tps-seDetailc-swatches-options-list li {
  padding: 7px;
  margin-bottom: 2px;
  width: 100%;
}

.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch ul.tps-seDetailc-swatches-options-list li span,
.tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal.tps-dropdown-swatch ul.tps-seDetailc-swatches-options-list li>div {
  margin: 0;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev,
.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-rsized .tps-pendantbuilder-final-data-value {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 0px;
}

.tps-seDetailc-meta .prong-shape,
.tps-seDetailc-meta .setting-style {
  margin: 0px 0 20px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list,
.tps-seDetailc-meta .prong-shape .tps-form-field-option-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 2%;
  list-style: none;
  margin: 0px;
  padding-left: 0;
}

.pendant-size {
  display: flex;
  align-items: center;
  grid-gap: 20px 0;
  flex-wrap: wrap;
  margin: 20px 0;
}

.pendant-size select {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  max-width: 153px;
  background-image: url(../images/common-images/down_arrow.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  padding: 6px 8px;
  background-color: var(--site-faint-bg-color);
  border-color: var(--site-faint-bg-color);
  margin-left: 5px;
  transition: opacity 1s ease-out;
   transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.prong-shape .tps-form-field-active-value label.tps-form-field-label,
.setting-style .tps-form-field-active-value label.tps-form-field-label,
.pendant-size label.tps-form-field-label,
.accent-diamonds label.tps-form-field-label {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.prong-shape .tps-form-field-active-value span.tps-form-field-value,
.setting-style .tps-form-field-active-value span.tps-form-field-value,
.accent-diamonds .tps-form-field-active-value span.tps-form-field-value {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.prong-shape .tps-form-field-active-value,
.setting-style .tps-form-field-active-value {
  margin-bottom: 15px;
}

.prong-shape .tps-form-field-active-value span.tps-form-field-info-icon,
.setting-style .tps-form-field-active-value span.tps-form-field-info-icon,
.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatches-meta-div span.tps-form-field-info-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -414px -922px;
  top: 6px;
  cursor: pointer;
}

.pendant-size span.tps-uk-size-guide {
  color: var(--site-darkgrey-color);
  font-family: "Maison Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--site-darkgrey-color);
  margin-left: 10px;
}

.setting-style .tps-form-field-option-list-wrapper .tps-form-field-option-list,
.accent-diamonds .tps-form-field-option-list-wrapper .tps-form-field-option-list {
  margin: 10px 0 0 0;
  list-style-type: none;
  display: flex;
  grid-gap: 10px 2%;
}

.setting-style .tps-form-field-option-list-wrapper ul li,
.accent-diamonds .tps-form-field-option-list-wrapper ul li {
  padding: 5px 25px;
  border: 1px solid var(--site-faint-bg-color);
  background: var(--site-faint-bg-color);
  width: 120px;
  height: 37px;
  flex-shrink: 0;
  text-align: center;
}

.setting-style .tps-form-field-option-list-wrapper ul li.active,
.accent-diamonds .tps-form-field-option-list-wrapper ul li.active {
  background: transparent;
  border: 1px solid var(--site-text-color);
}

.setting-style .tps-form-field-option-list-wrapper ul li.active span.tps-form-field-option-label,
.accent-diamonds .tps-form-field-option-list-wrapper ul li.active span.tps-form-field-option-label {
  font-weight: 400 !important;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-active-value label.tps-form-field-label,
.tps-birthstone-form-wrapper .tps-selected-birthstone-wrapper span.tps-selected-birthstone-label {
  color: var(--site-text-color);
  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-active-value span.tps-form-field-sub-label {
  color: var(--site-darkgrey-color);
  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.tps-birthstone-form-wrapper .tps-selected-birthstone-wrapper span.tps-selected-birthstone-sub-label {
  display: block;
  margin-bottom: 10px;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul.tps-form-field-option-list,
.tps-birthstone-form-wrapper .tps-selected-birthstone-list-wrapper .tps-selected-birthstone-list {
  margin: 0;
  list-style: none;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul li .tps-form-field-option-label,
.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul li .tps-form-field-option-price-label {
  color: var(--site-text-color);
  font-family: "Maison Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul.tps-form-field-option-list li.natural-white .tps-form-field-option-label,
.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul.tps-form-field-option-list li.lab-grown-white .tps-form-field-option-label {
  border-right: 2px solid var(--site-grey-color);
  padding-right: 7px;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul.tps-form-field-option-list li.lab-grown-white .tps-form-field-option-price-label {
  padding-left: 3px;
}

.tps-birthstone-form-wrapper {
  margin-bottom: 25px;
}

.tps-form-field.engraving.text-form .tps-form-field-active-value span {
  display: inline-block;
}
/*
.tps-bespoke-customizations-wrapper .tps-form-field {
  display: flex;
  grid-gap: 10px 2%;
  margin-bottom: 25px;
}*/

.tps-birthstone-form-wrapper .tps-form-field.hidden-birthstone.birthstone-selection-form,
.tps-form-field.engraving.text-form {
  display: block;
}

.tps-birthstone-form-wrapper .tps-form-field-active-value {
  display: flex;
  grid-gap: 0 1%;
  align-items: center;
  margin-bottom: 15px;
}

.tps-form-field.engraving.text-form {
  margin-top: 35px;
}

.tps-text-form-input-div.tps-form-field-engraving-div input {
  color: var(--site-darkgrey-color);
  font-family: "Maison Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 10px 0px;
}

.tps-form-field.engraving.text-form span.tps-form-field-comment {
  color: var(--site-text-color);
  font-family: "Maison Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

span.tps-form-field-engraving-warn {
  display: block;
  color: var(--site-text-color);
  font-family: "Maison Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-bespoke-customizations-wrapper .tps-form-fields-wrapper .tps-form-field-option-list-wrapper ul li input.tps-form-field-radio {
  width: 18px;
  height: 18px;
  accent-color: var(--site-text-color);
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.tps-bespoke-customizations-wrapper .tps-form-field .tps-form-field-widget-icon {
  width: 60px;
  height: 60px;
  background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg), var(--site-faint-bg-color);
  border: 1px solid var(--site-faint-bg-color);
  border-radius: 50%;
}

.tps-bespoke-customizations-wrapper .tps-form-field.diamond-in-underrail .tps-form-field-widget-icon {
  background-position: -124px -799px;
}

.tps-bespoke-customizations-wrapper .tps-form-field.diamond-in-band .tps-form-field-widget-icon {
  background-position: -208px -801px;
}

.tps-bespoke-customizations-wrapper .tps-form-field.hidden-halo .tps-form-field-widget-icon {
  background-position: -296px -799px;
}

.tps-bespoke-customizations-wrapper span.tps-open-bespoke-form-label.tps-down-arrow {
  border-top: 1px solid var(--site-grey-color);
}

.tps-bespoke-customizations-wrapper span.tps-open-bespoke-form-label {
  color: var(--site-text-color);
  font-family: "Maison Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: block;
  padding: 15px 10px 15px 0;
  cursor: pointer;
  position: relative;
  border-top: 1px solid var(--site-grey-color);
}

.tps-bespoke-customizations-wrapper .tps-open-bespoke-form-label span.tps-bespoke-icon,
.tps-birthstone-form-wrapper .tps-form-field-active-value span.tps-form-field-info-icon {
  width: 20px;
  height: 20px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -414px -922px;
  display: inline-block;
  position: absolute;
  margin: -3px 0 0 5px;
  cursor: pointer;
}

.tps-birthstone-form-wrapper .tps-form-field-active-value span.tps-form-field-info-icon {
  position: relative;
  margin: 0;
}

.tps-bespoke-customizations-wrapper span.tps-open-bespoke-form-label.tps-up-arrow:after {
  background-position: -480px -914px;
  width: 30px;
  height: 35px;
}

.tps-bespoke-customizations-wrapper span.tps-open-bespoke-form-label.tps-down-arrow:after {
  background-position: -437px -916px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .prong-shape .tps-form-field-option-icon {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: 0px auto 5px auto;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-sw-iocn {
  border: 1px solid transparent;
  width: 47px !important;
  height: 47px !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-swatch-option-label-div {
  font-family: 'Maison Neue';
  font-size: 13px;
  color: var(--site-white-color);
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
  width: fit-content;
}

.tps-seDetailc-meta .tps-seDetailc-swatches {
  margin-bottom: 15px;
  margin-top: 0px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div {
  margin-bottom: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li {
  position: relative;
  width: 84px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li,
.tps-seDetailc-meta .tps-form-field-option-list li {
  cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with li {
  position: relative;
  width: 60px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-options-lists-div,
.tps-seDetailc-meta .tps-seDetailc-shapes .tps-seDetailc-shape-div {
  margin-top: 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span {
  position: absolute;
  bottom: 5px;
  left: 43%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label+span {
  left: 46%;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div,
.tps-seDetailc-meta .tps-form-field-option-list li .tps-form-field-option-label {
  font-size: 14px;
  line-height: normal;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  font-weight: 400;
  position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active div,
.tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-swatch-option-label-div {
  display: block;
}

.tps-pendantbuilder-btn {
  padding: 15px 20px 15px;
  font-family: 'Maison Neue';
  font-weight: 400;
  margin-bottom: 5px;
  border: 1px solid var(--site-text-color);
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 16px;
  background-color: var(--primary-site-color) !important;
  border-radius: 0px;
  color: var(--site-white-color);
  position: relative;
  width: 100%;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
}
.tps-disable-btn .tps-pendantbuilder-btn {
  opacity: 0.5;
  pointer-events: none;
}

.tps-pendantbuilder-btn:focus {
  background-color: var(--site-white-color) !important;
  border-radius: 0px;
  color: var(--site-text-color) !important;
  border: 1px solid var(--site-text-color) !important;
}

.tps-pendantbuilder-btn .tps-pendantbuilder-btn-loading {
  background-image: url(../images/common-images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
}

.tps-seDetailc-meta .tps-seDetailc-btn {
  margin-bottom: 18px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list {
  display: flex;
  grid-gap: 10px 1%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tps-seDetailc-meta .tps-seDetailc-share-list {
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-text-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Maison Neue';
  position: relative;
  font-weight: 400;
}

.tps-seDetailc-meta .tps-seDetailc-share-list a::before {
  content: '';
  width: 28px;
  height: 20px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist a::before {
  background-position: -259px -142px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.active a::before {
  background-position: -299px -142px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact a::before {
  background-position: -70px -727px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before {
  background-position: -120px -728px;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before {
  background-position: -165px -728px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  grid-gap: 5px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g p {
  font-size: 12px;
  color: var(--site-text-color);
  line-height: 22px;
  font-family: 'Maison Neue';
  margin-bottom: 0px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g p a {
  color: var(--site-text-color);
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g div:nth-child(1) {
  width: 14.745px;
}

.tps-seDetailc-meta .tps-seDetailc-payment-g div:nth-child(2) {
  width: 47.184px;
}

.tps-pendantbuilder-sheading h2,
.tps-pendantbuilder-final-specification span {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: 700;
}
.tps-page-pendantbuilder-setting_detail .tps-seDetailc-spacification{
    border-top: 1px solid var(--site-darkgrey-color);
  border-bottom: 1px solid var(--site-darkgrey-color);
  padding: 10px 0 10px 10px;
}
.tps-seDetailc-spacification,
.tps-pendantbuilder-final-specification {
  margin: 0px 0px 0px;
  padding: 7px 0 7px 10px;

}

.tps-pendantbuilder-final-specification-wrapper {
  border-top: 1px solid var(--site-darkgrey-color);
  border-bottom: 1px solid var(--site-darkgrey-color);
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading,
.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab {
  padding: 0px;
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading {
  cursor: default;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info {
  display: flex;
  width: 100%;
  grid-gap: 0px;
  flex-direction: column;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-col,
.tps-pendantbuilder-final-specification.pendant-addons .tps-pendantbuilder-final-scol {
  width: 100%;
  display: grid;
  grid-gap: 10px 0;
  grid-template-columns: 1fr 1fr;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr,
.tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr,
.tps-pendantbuilder-final-sinfo .tps-pendant-addons-sattr {
  display: flex;
  align-items: self-start;
  height: auto;
  flex-direction: column;
  border-bottom: 1px solid var(--site-grey-color);
  padding: 5px 0;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
.tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
.tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
.tps-pendantbuilder-final-sinfo .tps-pendant-addons-sattr .tps-pendant-addons-sattr-left,
.tps-pendantbuilder-final-sinfo .tps-pendant-addons-sattr .tps-pendant-addons-sattr-right {
  display: inline-block;
  font-size: 14px;
  font-family: 'Maison Neue';
  text-transform: unset !important;
  color: var(--site-grey-color);
  font-weight: normal;
  padding: 3px 9px;
  text-align: left;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
.tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
.tps-pendantbuilder-final-sinfo .tps-pendant-addons-sattr .tps-pendant-addons-sattr-left {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  color: var(--site-text-color);
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
.tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
.tps-pendantbuilder-final-sinfo .tps-pendant-addons-sattr .tps-pendant-addons-sattr-right {
  color: var(--site-darkgrey-color);
  font-weight: 400;
}

.tps-pendantbuilder-seDetailc {
  margin-bottom: 20px;
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading {
  padding: 0px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading span.tps-info-det-title {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: 700;
}

.tps-pendantbuilder-final-tab.tps-arrow-up:after,
.tps-pendantbuilder-final-tab.tps-arrow-down:after,
.tps-seDetailc-spacification .tps-pendantbuilder-sheading.tps-tab-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  right: 10px;
  top: 7px;
}

.tps-pendantbuilder-final-tab.tps-arrow-up:after,
.tps-seDetailc-spacification .tps-pendantbuilder-sheading.tps-tab-arrow.tps-arrow-up:after {
  background-position: -503px -455px;
}

.tps-pendantbuilder-final-tab.tps-arrow-down:after,
.tps-seDetailc-spacification .tps-pendantbuilder-sheading.tps-tab-arrow.tps-arrow-down:after {
  background-position: -475px -456px;
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading span.tps-tab-arrow.tps-arrow-up {
  width: 15px;
  height: 14px;
  background-image: url(../images/diamond-listing-images/diamond-list-icon.svg);
  background-position: -81px -164px;
  margin-top: 10px
}

.tps-seDetailc-spacification .tps-pendantbuilder-sheading span.tps-tab-arrow.tps-arrow-down {
  width: 15px;
  height: 14px;
  background-image: url(../images/diamond-listing-images/diamond-list-icon.svg);
  background-position: -83px -154px;
  margin-top: 10px;
}

.tps-seDetailc-row {
  margin-top: 15px;
}

.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .tps-pendantbuilder-final-gallery-slide {
  width: 100px !important;
  height: 100px !important;
  margin: 5px;
  float: left;
  border-radius: 5px;
}

.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide img,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide img,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .tps-pendantbuilder-final-gallery-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .tps-pendantbuilder-final-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide {
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current .tps-seDetailc-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-current .tps-pendantbuilder-final-gallery-slide,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-current .tps-pendantbuilder-final-gallery-slide {
  border: 1px solid var(--primary-site-color);
}

.tps-seDetailc-gallery-slide .tps-seDetailc-video-thumb-icon,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-video-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/common-images/video.svg), rgb(0 0 0 / 25%);
  background-repeat: no-repeat;
  background-position: center center;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide img {
  width: 100%;
  height: 100%;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active .tps-seDetailc-gallery-slide::after,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active .tps-seDetailc-gallery-slide::after,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active .tps-pendantbuilder-final-gallery-slide::after,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active .tps-pendantbuilder-final-gallery-slide::after,

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active.tps-seDetailc-gallery-slide::after,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active.tps-seDetailc-gallery-slide::after,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active.tps-pendantbuilder-final-gallery-slide::after,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active.tps-pendantbuilder-final-gallery-slide::after {
  background-position: left;
  cursor: pointer;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal div {
  margin: auto;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-track {
  margin-left: auto !important;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal {
  margin-top: 20px;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-img-div img.tps-pendantbuilder-item-img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.tps-pendantbuilder-mob-filter-button,
.tps-pendantbuilder-filter-title,
.tps-pendantbuilder-filter-show-result {
  display: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-video-div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-img-div {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-img-div {
  position: relative;
}

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div img,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-img-div img {
  height: auto;
}

.tps-seDetailc-main-gallery .slick-arrow,
.tps-pendantbuilder-final-gallery .slick-arrow {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tps-seDetailc-similar-settings-list-wrapper .slick-arrow,
.tps-seDetailc-main-gallery .slick-arrow,
.tps-pendantbuilder-final-gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg) no-repeat -217px -359px !important;
  overflow: hidden;
  left: 0px;
  border: 1px solid var(--primary-site-color);
  background-color: var(--site-white-color);
  z-index: 1;
}

.tps-seDetailc-similar-settings-list-wrapper .slick-arrow.slick-next,
.tps-seDetailc-main-gallery .slick-arrow.slick-next,
.tps-pendantbuilder-final-gallery .slick-arrow.slick-next {
  background-position: -238px -359px !important;
  right: 0px;
  left: auto;
}

.tps-seDetailc-similar-settings-list-wrapper .slick-arrow::before,
.tps-seDetailc-main-gallery .slick-arrow::before,
.tps-pendantbuilder-final-gallery .slick-arrow::before {
  display: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-img-zoom-span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
  text-transform: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span::after,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-img-zoom-span::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg), var(--primary-site-color);
  background-position: -327px -135px;
  cursor: pointer;
}

.tps-seDetailc-diamond-selection-popup,
.tps-seDetailc-img-popup-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #0009;
  width: 100%;
  height: 100%;
}

.tps-seDetailc-img-popup-div div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--site-white-color);
  border-radius: 5px;
  padding: 40px 10px 30px;
  width: 725px;
  height: 88%;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: var(--site-white-color);
  border-radius: 5px;
  padding: 20px 20px 10px;
  text-align: center;
}

.tps-pendantbuilder-cbutton {
  padding: 13px 20px 11px;
  font-family: 'Maison Neue';
  font-weight: 400;
  margin-bottom: 15px;
  border: 1px solid var(--site-text-color);
  letter-spacing: normal;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
  border-radius: 0px;
  color: var(--site-text-color);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
}

.tps-pendantbuilder-cbutton:focus {
  color: var(--site-white-color) !important;
  background-color: var(--primary-site-color) !important;
  border-color: var(--primary-site-color) !important;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Maison Neue';
  color: var(--primary-site-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close,
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  color: transparent;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -371px -141px;
  cursor: pointer;
}

.tps-seDetailc-img-popup-div img {
  height: 96%;
  margin: auto;
  display: block;
}

.tps-seDetailc-meta-description p,
.tps-seDetailc-meta .tps-seDetailc-SKU {
  font-size: 16px;
  line-height: 26px;
  color: var(--site-text-color) !important;
  font-family: 'Maison Neue';
  font-weight: 400;
  margin-bottom: 0;
}

.tps-seDetailc-meta-price span.tps-seDetailc-price-sub-txt {
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

h3.tps-seDetailc-meta-description {
  margin-bottom: 20px;
}

.tps-seDetailc-meta .tps-seDetailc-SKU {
  margin-bottom: 15px;
  display: block;
  max-width: 500px;
}

.tps-pendantbuilder-item-col2 .tps-pendantbuilder-item-sort-by-title {
  font-size: 14px;
  line-height: 14px;
  color: var(--site-text-color) !important;
  font-family: 'Maison Neue';
  font-weight: 700;
  cursor: default;
}

/*end*/

/*Transpacific software --- applied filter*/
.tps-pendantbuilder-item-selected-value {
  padding: 10px;
  background: transparent;
  margin-bottom: 15px;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filters-title {
  font-size: 15px;
  color: var(--site-text-color);
  line-height: 15px;
  font-family: 'Maison Neue';
  font-weight: 700;
  margin-bottom: 13px;
  display: block;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list {
  display: flex;
  align-content: center;
  margin: 0px;
  list-style: none;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-right: 10%;
  position: relative;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-item-selected-value ul {
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 0px;
  grid-gap: 20px;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-item-selected-value ul {
  display: flex;
  grid-gap: 0px 10px;
  align-items: center;
  position: relative;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option,
.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option-sublist {
  display: flex;
  grid-gap: 0px 6px;
  align-items: center;
  position: relative;
  padding-left: 0px;
  align-items: baseline;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-type-label {
  font-size: 14px;
  font-family: 'Maison Neue';
  font-weight: 700;
  line-height: 14px;
  color: var(--site-text-color);
  margin-top: -2px;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-unselected {
  margin-left: auto;
  position: absolute;
  right: 0%;
  top: 0%;
  display: flex;
  align-items: center;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-unselected a {
  margin-left: auto;
  font-size: 14px;
  font-family: 'Maison Neue';
  font-weight: 700;
  line-height: 14px;
  color: var(--primary-site-color);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -30px;
  display: flex;
  align-items: center;
  width: 95px;
  flex-direction: inherit;
}

.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option:nth-last-child(1):before,
.tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option:nth-last-child(2):before {
  display: none !important;
}

.tps-pendantbuilder-final-specification span {
  width: 100%;
}

/*Transpacific software --- loader on focus */
@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

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

.tps-pendantbuilder-item-focus-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--site-grey-color);
  border-right: 3px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 43%;
  left: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.tps-pendantbuilder-item-focus-loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-bottom: 3px solid var(--primary-site-color);
  border-left: 3px solid transparent;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div:focus .tps-pendantbuilder-item-focus-loader{
  opacity: 1;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span.tps-loading {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.tps-pendantbuilder-item-counter-div span.tps-pendantbuilder-item-count.tps-loading{
  background-image: url(../images/common-images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
}



.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span,
.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span {
  width: 30px;
  height: 30px;
  margin: 0;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -258px -137px;
  padding: 0;
  color: transparent !important;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span.active,
.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span.active {
  background-position: -299px -137px;
}



/*Transpacific software --- final pendant*/
.tps-pendantbuilder-final-cr .tps-pendantbuilder-final-row {
  display: flex;
  flex-wrap: wrap;
}

.tps-pendantbuilder-final-row .tps-pendantbuilder-final-gallery {
  width: 58%;
  margin-right: 2%;
}

.tps-pendantbuilder-final-row .tps-pendantbuilder-final-meta {
  width: 40%;
  margin-left: auto;
}

.tps-pendantbuilder-final-cr .tps-pendantbuilder-final-message {
  text-align: center;
  margin-bottom: 20px;
}

.tps-pendantbuilder-final-cr .tps-pendantbuilder-final-message span {
  font-size: 25px;
  line-height: 22px;
  color: var(--primary-site-color);
  text-transform: capitalize;
  font-family: 'Maison Neue';
  position: relative;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-title {
  font-size: 28px;
  line-height: normal !important;
  text-transform: capitalize;
  color: var(--site-text-color);
  margin-bottom: 15px;
  font-family: 'URWClassico';
  font-weight: 400;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-price {
  font-family: 'Maison Neue';
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--site-text-color);
  font-weight: 400;
}
.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-price .tps-pendantbuilder-final-pricevalue{
  font-weight: 700;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-button {
  margin: 25px 0px 10px;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-button .tps-pendantbuilder-final-add-to-cart::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-button.tps-loading .tps-pendantbuilder-final-add-to-cart::after {
  opacity: 1;
}

.tps-pendantbuilder-final-data {
  margin-bottom: 20px;
  max-width: 500px;
  display: flex;
  grid-gap: 0px 15px;
  flex-direction: column;
}

.tps-pendantbuilder-final-data div {
  display: flex;
  text-align: center;
  padding: 0px 0px;
  align-items: center;
  justify-content: flex-start;
}

.tps-pendantbuilder-final-data-list.setting span.tps-pendantbuilder-final-data-icon {
  width: 40px;
  height: 30px;
  background-image: url(../../assets/images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -359px -19px;
  padding: 0;
  margin-top: 5px;
}

.tps-pendantbuilder-final-data-list.diamond span.tps-pendantbuilder-final-data-icon {
  width: 40px;
  height: 30px;
  background-image: url(../../assets/images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  background-position: -298px -19px;
  padding: 0;
  margin-top: 5px;
}

.tps-pendantbuilder-final-data-list .tps-pendantbuilder-final-data-title-price {
  width: 100%;
  display: block;
  padding: 0px 20px 0px 10px;
  text-align: left;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price {
  display: inline-block !important;
  text-align: left !important;
  padding: 0px;
  width: 100%;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price span.tps-pendantbuilder-final-pricevalue,
.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price span.tps-pendantbuilder-final-pricetitle {
  padding: 0px;
}

.tps-pendantbuilder-final-data div span.tps-pendantbuilder-final-data-title {
  color: var(--site-text-color);
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  padding: 0px;
  font-weight: 400; !important;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-link a {
  text-decoration: underline !important;
  color: var(--site-darkgrey-color);
  font-size: 16px;
  line-height: 16px;
}

.tps-pendantbuilder-final-data div span {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
}

.tps-pendantbuilder-final-data div span a {
  color: var(--primary-site-color);
  font-family: 'Maison Neue';
  font-weight: 300;
  text-decoration: underline;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  justify-content: space-between;
}

.tps-pendantbuilder-final-share ul.tps-pendantbuilder-final-share-list {
  justify-content: flex-start;
  grid-gap: 10px 30%;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-text-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Maison Neue';
  position: relative;
  font-weight: 400;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li a:before {
  content: '';
  width: 28px;
  height: 20px;
  background-image: url(../../assets/images/setting-listing-images/pendantbuilder_latest_sprite.svg);
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-wish a:before {
  background-position: -15px -362px;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-dh a:before {
  background-position: -166px -728px;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-em a:before {
  background-position: -120px -728px;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-ph a:before {
  background-position: -68px -727px;
}

.tps-pendantbuilder-final-shipping {
  font-family: 'Maison Neue';
  font-size: 15px;
  color: var(--site-text-color);
  line-height: 20px;
  margin: 0px 0 20px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  display: flex;
  cursor: default;
}

.tps-pendantbuilder-final-shipping:before {
  content: '';
  width: 26px;
  height: 20px;
  background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  margin-right: 2px;
  background-position: -139px -365px;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab a {
  margin-bottom: 0px;
  border-bottom: none;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab div a {
  font-weight: normal;
  position: relative;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab div.active a {
  font-weight: 700;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo {
  display: grid;
  grid-template-columns: 1fr;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo.tps-active-info {
  display: grid;
}

.tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div.tps-highlight-item{
  background-color: var(--site-grey-color);
  border: 1px solid var(--site-grey-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
 .pendant-size select.tps-highlight {
  animation: blink 2s ease-in-out infinite none;
  border-color: #ff0023;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 4 4 / 25%);
  }
  100% {
    box-shadow: 0 0 0 8px rgb(255 0 35 / 9%);
  }
}

.tps-seDetailc-btn .tps-pendantbuilder-btn {
  position: relative;
  text-decoration: none;
}

.tps-seDetailc-btn .tps-pendantbuilder-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
}

.tps-seDetailc-btn.tps-loading .tps-pendantbuilder-btn::after {
  opacity: 1;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical {
  width: 15%;
  float: left;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-track {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-slide div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-slide div {
  margin: auto;
  display: flex !important;
  align-items: center;
}

.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-slide>div {
  margin-bottom: 10px;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical+.tps-seDetailc-main-gallery,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical+.tps-pendantbuilder-final-main-gallery {
  width: 80%;
  margin-left: auto;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .slick-track {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical+.tps-seDetailc-main-gallery .tps-seDetailc-img-div,
.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical+.tps-pendantbuilder-final-main-gallery .tps-pendantbuilder-final-img-div {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.tps-seDetailc-gallery .slick-track,
.tps-pendantbuilder-final-gallery .slick-track {
  display: flex;
  justify-content: center;
}

.tps-pendantbuilder-final-data div span span {
  padding: 0;
}

.tps-pendantbuilder-final-data div span span:nth-child(1) {
  margin-right: 10px;
}

.tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-country-box {
  display: flex;
  align-items: center;
}

.tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-country-box button.active,
.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab div.active a {
  cursor: default !important;
}

.tps-pendantbuilder-pendant-size-wrapper select {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  text-transform: capitalize;
  width: 100%;
  min-width: 153px;
  background-image: url(../images/common-images/down_arrow.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  padding: 4px 15px 3px 3px;
  border-color: var(--site-text-color);
  transition: opacity 1s ease-out;
  display: none;
  font-weight: 700;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  ;
}

.tps-pendantbuilder-pendant-size-wrapper select::-ms-expand {
  display: none;
}

.tps-pendantbuilder-pendant-size-wrapper select:focus {
  outline: none;
  box-shadow: none;
}

.tps-pendantbuilder-pendant-size-wrapper select.active {
  animation: scale-display 1s;
  display: inline-flex;
}

.tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-dropdown-div.tps-highlight select {
  animation: blink 2s ease-in-out infinite none;
  border-color: #ff0023;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 4 4 / 98%);
  }

  100% {
    box-shadow: 0 0 0 3px rgb(255 0 35);
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn {
  width: 100px;
  border: 1px solid var(--site-grey-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--site-grey-color);
  font-family: 'Maison Neue';
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  color: var(--site-text-color);
  border-radius: 7px;
  font-weight: 400;
  cursor: pointer;
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn.active {
  background-color: var(--site-text-color);
  color: var(--site-white-color);
  border-color: var(--site-text-color);
}

.tps-pendantbuilder-final-engraving {
  padding: 17px 0px 0px;
  margin: 10px 0px 0px;
  border-top: 1px solid var(--site-grey-color);
}

.tps-pendantbuilder-final-engraving input {
  width: 100%;
  display: block;
  max-width: 278px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: 'Maison Neue';
  color: var(--site-text-color) !important;
  padding: 0px 10px 10px 5px !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid var(--site-grey-color) !important;
  border-radius: 3px;
  background-color: var(--site-white-color) !important;
  box-shadow: none !important;
  margin: 10px 0px 0px 0px;
}

.tps-pendantbuilder-final-engraving input+span {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  font-weight: 400;
}

.tps-latestv-reset-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 80%;
  top: -1px;
  background-image: url(../images/common-images/loader.gif);
  background-repeat: no-repeat;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond {
  grid-template-columns: 1fr;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol .tps-dia-detail-sattr {
  display: flex;
  padding: 5px 10px 10px 10px;
  flex-direction: column;
  border-bottom: 1px solid var(--site-grey-color);
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol .tps-dia-detail-sattr .tps-dia-detail-sattr-left {
  width: 100%;
  text-align: left;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Maison Neue';
  text-transform: unset !important;
  color: var(--site-text-color);
  text-align: left;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol .tps-dia-detail-sattr .tps-dia-detail-sattr-right {
  width: 100%;
  color: var(--site-darkgrey-color);
  font-weight: 400;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  font-family: 'Maison Neue';
  text-transform: unset !important;
  text-align: left;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol .tps-dia-detail-sattr .tps-dia-detail-sattr-right a.tps-dia-detail-lab-certificate-link {
  margin: 0;
  color: var(--site-grey-color);
  line-height: 24px !important;
}

@keyframes scaler-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-displayr--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide {
  margin-bottom: 10px !important;
}

.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner,
.tps-pendantbuilder-final-vertcal-parent .tps-pendantbuilder-final-gallery-inner {
  display: flex;
  align-items: center;
}

.tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-img-div img {
  margin-left: auto;
  margin-right: auto;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-tab-label {
  text-align: center;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-tab-label h2 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
  color: var(--site-text-color);
  font-weight: 700;
  margin: 25px 0;


}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  grid-gap: 20px;
  padding-inline: 10px;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-counter-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--site-grey-color);
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent .tps-pendantbuilder-item-col {
  width: fit-content;
  padding: 0;
  text-align: center;
  cursor: default;
  position: relative;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent .tps-pendantbuilder-item-col::after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--site-grey-color);
  display: none;
}

.tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent .tps-pendantbuilder-item-col:nth-last-child(1)::after {
  display: none;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn {
  border-color: var(--site-text-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
  margin-bottom: 15px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li .tps-seDetailc-sw-iocn::after {
  display: none;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-round .tps-seDetailc-sw-iocn {
  background-position: -2px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-asscher .tps-seDetailc-sw-iocn {
  background-position: -164px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-cushion .tps-seDetailc-sw-iocn {
  background-position: -110px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn {
  background-position: -378px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-marquise .tps-seDetailc-sw-iocn {
  background-position: -217px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-oval .tps-seDetailc-sw-iocn {
  background-position: -270px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-pear .tps-seDetailc-sw-iocn {
  background-position: -324px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-princess .tps-seDetailc-sw-iocn {
  background-position: -56px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-radiant .tps-seDetailc-sw-iocn {
  background-position: -490px -176px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-heart .tps-seDetailc-sw-iocn {
  background-position: -432px -176px;
}

.tps-seDetailc-meta .prong-shape .tps-form-field-option-list-wrapper ul li.talon-prong .tps-form-field-option-icon {
  background-position: -8px -807px;
}

.tps-seDetailc-meta .prong-shape .tps-form-field-option-list-wrapper ul li.rounded-prong .tps-form-field-option-icon {
  background-position: -60px -807px;
}


.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-form-field-option-list li.active .tps-form-field-option-icon,
.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.active label:before {
  border-color: var(--site-text-color);
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-round.active .tps-seDetailc-sw-iocn {
  background-position: -2px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-asscher.active .tps-seDetailc-sw-iocn {
  background-position: -164px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-cushion.active .tps-seDetailc-sw-iocn {
  background-position: -110px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-emerald.active .tps-seDetailc-sw-iocn {
  background-position: -378px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-marquise.active .tps-seDetailc-sw-iocn {
  background-position: -217px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-oval.active .tps-seDetailc-sw-iocn {
  background-position: -270px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-pear.active .tps-seDetailc-sw-iocn {
  background-position: -324px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-princess.active .tps-seDetailc-sw-iocn {
  background-position: -56px -234px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-radiant.active .tps-seDetailc-sw-iocn {
  background-position: -490px -233px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-heart.active .tps-seDetailc-sw-iocn {
  background-position: -432px -232px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul.tps-form-field-option-list,
.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul.tps-selected-birthstone-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 2%;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li,
.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li {
  position: relative;
  width: 84px;
  text-align: center;
}

.tps-selected-birthstone-wrapper ul.tps-selected-birthstone-list li {
  background: var(--site-faint-bg-color);
  width: 42px !important;
  height: 42px;
  border-radius: 50%;
}


.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  z-index: 9999;
}


.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li input+label:before {
  content: '';
  width: 35px !important;
  height: 35px !important;
  display: block;
  margin: 0px auto 2px auto;
  background: url(../images/setting-listing-images/builder-gemstone-sprite.png);
  background-repeat: no-repeat;
  border: 1px solid var(--site-white-color);
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li span {
  width: 35px !important;
  height: 35px !important;
  display: block;
  margin: 0px auto 2px auto;
  background: url(../images/setting-listing-images/builder-gemstone-sprite.png);
  background-repeat: no-repeat;
  border: 1px solid var(--site-white-color);
  font-size: 0;
}

.tps-selected-birthstone-wrapper ul.tps-selected-birthstone-list li span.tps-selected-birthstone-title {
  width: 42px !important;
  height: 42px !important;
}

.tps-selected-birthstone-wrapper ul.tps-selected-birthstone-list li span.tps-selected-birthstone-remove {
  width: 16px !important;
  height: 16px !important;
  background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  border: 1px solid transparent;
  background-position: -516px -925px;
  cursor: pointer;
  margin-top: 8px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.garnet input+label:before {
  background-position: -11px -8px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.amethyst input+label:before {
  background-position: -63px -8px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.aquamarine input+label:before {
  background-position: -117px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.lab input+label:before {
  background-position: -170px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.emerald input+label:before {
  background-position: -227px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.alexandrite input+label:before {
  background-position: -283px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.ruby input+label:before {
  background-position: -339px -8px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.peridot input+label:before {
  background-position: -400px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.sapphire input+label:before {
  background-position: -461px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.tourmaline input+label:before {
  background-position: -525px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.citrine input+label:before {
  background-position: -580px -7px;
}

.tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li.topaz input+label:before {
  background-position: -643px -7px;
}


.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.garnet span.tps-selected-birthstone-title {
  background-position: -8px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.amethyst span.tps-selected-birthstone-title {
  background-position: -60px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.aquamarine span.tps-selected-birthstone-title {
  background-position: -113px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.lab span.tps-selected-birthstone-title {
  background-position: -167px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.emerald span.tps-selected-birthstone-title {
  background-position: -224px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.alexandrite span.tps-selected-birthstone-title {
  background-position: -280px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.ruby span.tps-selected-birthstone-title {
  background-position: -336px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.peridot span.tps-selected-birthstone-title {
  background-position: -397px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.sapphire span.tps-selected-birthstone-title {
  background-position: -458px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.tourmaline span.tps-selected-birthstone-title {
  background-position: -522px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.citrine span.tps-selected-birthstone-title {
  background-position: -577px -5px;
}

.tps-selected-birthstone-wrapper .tps-selected-birthstone-list-wrapper ul li.topaz span.tps-selected-birthstone-title {
  background-position: -640px -5px;
}

.tps-seDetailc-meta .tps-seDetailc-btn {
  padding: 0;
}

.tps-seDetailc-shipping-days {
  font-family: 'Maison Neue';
  font-size: 16px;
  color: var(--site-text-color);
  line-height: 20px;
  margin: 16px 0px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
  font-weight: 400;
}

.tps-seDetailc-shipping-days b {
  font-weight: 700;
  color: var(--site-text-color);
}

.tps-seDetailc-shipping-days::before {
  content: '';
  width: 28px;
  height: 20px;
  background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
  margin-right: 2px;
  background-position: -19px -728px;
}

/*end*/

.tps-pendantbuilder-final-meta .tps-pendantbuilder-final-data-list {
  width: 100%;
  margin-bottom: 13px;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-pendant-size-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 0px 0px;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-list.setting {
  margin-bottom: 15px;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-list.diamond {
  margin-bottom: 0px;
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -4px;
  z-index: 9;
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 9;
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn:nth-child(1).active {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: -4px;
}

.tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn:nth-child(2).active {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  z-index: 9;
}

.tps-pendantbuilder-final-data div span span.tps-pendantbuilder-final-setting-price,
.tps-pendantbuilder-final-data div span span.tps-pendantbuilder-final-diamond-price {
  font-size: 20px;
  line-height: 20px;
  color: var(--site-text-color);
}

.tps-pendantbuilder-final-engraving .tps-pendantbuilder-final-en-title {
  margin-bottom: 10px;
  display: block;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-tab[data-tab-type="setting"] a::after {
  content: '';
  width: 1px;
  height: 70%;
  display: block;
  background-color: var(--primary-site-color);
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-tab {
  cursor: pointer;
  position: relative;
}

.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-list .tps-seDetailc-sp-info-col {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-setting .tps-pendantbuilder-final-scol {
  display: flex;
  width: 100%;
  grid-gap: 0px 1%;
  flex-direction: column;
}

.tps-pendantbuilder-final-sinfo.tps-active-info#tps-pendantbuilder-final-diamond {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 10px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active .tps-seDetailc-sw-iocn::after {
  display: none;
}

.tps-fixed-thumbnail .slick-track {
  transform: none !important;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-3 {
  width: 100%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-2 {
  width: 100%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-1 {
  width: 100%;
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
.tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-title {
  font-size: 16px;
  text-align: left;
  width: 100%;
  display: block;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: capitalize;
}

.tps-pendantbuilder-final-sinfo.tps-active-info#tps-pendantbuilder-final-diamond .tps-pendantbuilder-final-sattr {
  padding: 10px 15px 10px 40px;
  height: auto;
}

.tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-metal {
  font-family: 'Maison Neue';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
  color: var(--site-grey-color);
  position: relative;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-tab a {
  cursor: pointer;
}

.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title {
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto 20px auto;
  display: block;
  font-size: 18px;
  font-family: 'Maison Neue';
  font-weight: 700;
  color: var(--primary-site-color);
}

.tps-pendantbuilder-page-title h1 {
  text-align: center;
  padding: 13px 0px 13px 0px;
  text-transform: uppercase;
  background-color: var(--site-grey-color);
  font-size: 27px;
  letter-spacing: 2px;
  margin: 10px 0px -4px 0px;
  color: var(--primary-site-color);
}

.tps-diamondlist-data-cr .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-item-quick-view-btn-group .tps-diamondlist-item-choose-btn {
  position: relative;
}

.tps-diamondlist-data-cr .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-item-quick-view-btn-group .tps-diamondlist-item-choose-btn::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--primary-site-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.tps-diamondlist-data-cr .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-item-quick-view-btn-group .tps-diamondlist-item-choose-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.tps-diamondlist-data-cr .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-item-quick-view-btn-group .tps-diamondlist-item-choose-btn.tps-loading::before,
.tps-diamondlist-data-cr .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-item-quick-view-btn-group .tps-diamondlist-item-choose-btn.tps-loading::after {
  opacity: 1;
}

.tps-diamondlist-data-cr .tps-diamondlist-result-grid-view-div .tps-diamondlist-item-info-span ul li.tps-loading span.tps-diamondlist-result-grid-choose-span {
  background: url(../images/common-images/loader.gif), var(--site-white-color);
  background-position: center center;
  background-repeat: no-repeat;
}

.tps-pendantbuilder-banner {
  position: relative;
}

.tps-pendantbuilder-banner .tps_loose_banner_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20%;
  color: var(--primary-site-color);
}

.tps-pendantbuilder-banner .tps_loose_banner_heading h1 {
  color: var(--primary-site-color);
  font-size: 35px;
  line-height: 30px;
  font-family: 'Maison Neue';
  letter-spacing: 2px;
  padding-bottom: 0;
  max-width: 600px;
}

.tps-pendantbuilder-banner .tps_loose_banner_heading .tps-loose-diamond-banner-subtitle {
  font-size: 16px;
  margin-top: 15px;
  max-width: 600px;
}

.tps-pendantbuilder-banner .tps_loose_banner_heading {
  max-width: 1440px;
  width: 100%;
}

main.site-main {
  padding-top: 0px;
}

.tps-pendantbuilder-banner img {
  max-width: 100%;
  width: 100%;
}

.tps-pendantbuilder-banner .tps_loose_banner_heading h1 {
  color: var(--primary-site-color);
  font-size: 35px;
  line-height: 30px;
  font-family: 'Maison Neue';
  letter-spacing: 2px;
  padding-bottom: 0;
  max-width: 600px;
}

.tps-pendantbuilder-banner .tps_loose_banner_heading .tps-pendantbuilder-banner-subtitle {
  font-size: 16px;
  margin-top: 15px;
  max-width: 600px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.active,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.active input,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.active span,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.active span::before,
.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.active span::after {
  cursor: default;
}

.tps-pendantbuilder-banner {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner,
.tps-seDetailc-tiles-gallery,
.tps-pendantbuilder-final-tiles-gallery-loader,
.tps-pendantbuilder-final-tiles-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.tps-seDetailc-tiles-gallery-loader .tps-pendantbuilder-animated-background,
.tps-pendantbuilder-final-tiles-gallery-loader .tps-pendantbuilder-animated-background {
  height: 330px;
  width: 100%;
}

.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item,
.tps-pendantbuilder-final-tiles-gallery .tps-pendantbuilder-final-tiles-gallery-item {
  width: 100%;
  position: relative;
  border: 1px solid var(--site-grey-color);
}

.tps-seDetailc-video-div {
    position: relative;
}
span.tps-loader.tps-360-video-loader,
span.tps-loader.tps-360-video-loader {
    width: 50px;
    height: 50px;
    display: inline;
    position: absolute;
    background: url(../images/common-images/video.svg), #1b2a41a3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item img,
.tps-pendantbuilder-final-tiles-gallery .tps-pendantbuilder-final-tiles-gallery-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.active,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active span,
.tps-seDetailc-meta .tps-form-field-option-list li.active {
  cursor: default;
}

.tps-dia-detail-lab-certificate-link,
.tps-center-stone-lab-link {
  position: relative !important;
  width: fit-content !important;
  display: block !important;
  font-weight: 700 !important;
  color: var(--site-text-color);
  font-size: 14px !important;
  line-height: 14px !important;
  border-bottom: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding-bottom: 0px !important;
  margin: auto;
}

.tps-dia-detail-lab-certificate-link::after,
.tps-center-stone-lab-link::after {
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--site-text-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 0px !important;
}

.tps-center-stone-lab-link::after,
.tps-dia-detail-lab-certificate-link::after {
  bottom: -5px !important;
}

.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item,
.tps-pendantbuilder-final-tiles-gallery .tps-pendantbuilder-final-tiles-gallery-item {
  cursor: zoom-in;
}

.tps-pendantbuilder-final-tiles-gallery .tps-pendantbuilder-final-tiles-gallery-item.tps-img-diamond {
  cursor: default;
}

.tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.active {
  cursor: default;
}

.tps-pendantbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.tps-dia-detail-lab-certificate-link::after {
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--primary-site-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 4px !important;
}

.tps-pendantbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after {
  bottom: 0px !important;
}

.tps-pendantbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.tps-dia-detail-lab-certificate-link::after {
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--site-grey-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 4px !important;
}

.tps-pendantbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after {
  bottom: 0px !important;
}

.tps-handle-content {
  height: auto !important;
}

.tps-count-view {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  color: var(--site-text-color);
}

.load-more-container button#load-more {
  background-color: var(--site-white-color);
  border-radius: 50px;
  border: 1px solid var(--site-text-color);
  color: var(--site-text-color);
  padding: 0 0 0 20px;
  cursor: pointer;
  display: block;
  margin: 6px auto 20px;
  position: relative;
  left: 0;
  right: 0;
  width: 130px;
  height: 35px;
  top: 10px;
  z-index: 1;
  font-family: 'Maison Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.load-more-container button#load-more:before {
  content: "";
  background-image: url(../images/common-images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: block;
  left: 7%;
  width: 22px;
  height: 22px;
  border: 1px solid var(--site-text-color);
  border-radius: 50%;
  top: 5px;
}


.tps-pendantbuilder-load-more-container span.tps-pendantbuilder-refine-filters-span,
.load-more-container span.tps-visited-diamonds-scroll-top-txt {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  cursor: pointer;
}

.tps-pendantbuilder-load-more-container,
.tps-diamonds-parent-load-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 0px 8px 8px;
  margin: 30px 0;
  row-gap: 10px;
}


.tps-pendantbuilder-pendant-size-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tps-seDetailc-pendant-size-wrapper {
  display: flex;
}


.tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-dropdown-div {
  margin-left: 10px;
  margin-right: 20px;
}

.tps-seDetailc-qty-box-wrapper {
  margin-bottom: 10px;
}

.tps-seDetailc-qty-box-wrapper label {
  font-size: 16px;
  line-height: normal;
  margin-right: 10px;
}

.tps-seDetailc-qty-box-wrapper input:focus {
  border: 1px solid var(--site-text-color);
}

.tps-seDetailc-similar-settings-list .slick-slide {
  height: auto;
}

.tps-seDetailc-similar-settings-list a {
  text-decoration: none;
}

.tps-setting-detail-similar-meta {
  text-align: center;
}

.tps-setting-detail-similar-meta span.tps-seDetailc-similar-setting-title-div {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.tps-setting-detail-similar-meta span.tps-seDetailc-similar-setting-price-div {
  font-size: 20px;
  font-weight: bold;
}

.tps-dia-detail-recent-diamonds-list-wrapper .tps-dia-detail-recent-diamonds-list .slick-slide,
.tps-dia-detail-similar-diamonds-list-wrapper .tps-dia-detail-similar-diamonds-list .slick-slide {
  height: auto;
  margin: 0px 5px;
}

button.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.tps-pendantbuilder-final-specification-wrapper {
  margin-bottom: 40px;
}

.tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li.tps-pendantbuilder-three-stone-option input+span {
  display: flow;
}

.entry-content {
  margin-top: 20px !important;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.active .tps-seDetailc-swatches-option-label,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-swatches-option-label,
.tps-seDetailc-meta .tps-form-field-option-list li.active .tps-form-field-option-label,
.tps-birthstone-form-wrapper .tps-form-field-option-list li.active label.tps-form-field-option-label {
  font-weight: 700;
}

.tps-fix-row {
  border-bottom: none !important;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-title {
  display: flex;
  align-items: center;
}

.tps-pendantbuilder-final-meta .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-title::after {
  content: ":";
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color);
  margin-left: 8px;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price .tps-pendantbuilder-final-pricetitle {
  font-weight: 400;
}

.tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price .tps-pendantbuilder-final-pricevalue {
  font-weight: 700;
}

.tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification.setting,
.tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification.diamond {
  border-bottom: 0;
  margin-top: 0;
}

.tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification.diamond,
.tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification.pendant-addons {
  border-top: 1px solid var(--site-darkgrey-color);
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol {
  grid-template-columns: 1fr;
}

.tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tps-pendantbuilder-final-cr {
  margin-bottom: 70px;
}

.container.grid-container#page {
  max-width: 100% !important;
  padding-top: 13px;
}

.container.grid-container#page .site-content#content {
  flex-wrap: wrap;
  justify-content: center;
}

@media (hover: hover) {
   .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div span.tps-pendantbuilder-item-wishlist-span:hover,
  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div span.tps-pendantbuilder-item-wishlist-span:hover {
    background-position: -299px -137px;
  }

.prong-shape .tps-form-field-active-value span.tps-form-field-info-icon:hover,
  .setting-style .tps-form-field-active-value span.tps-form-field-info-icon:hover,
  .tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatches-meta-div span.tps-form-field-info-icon:hover,
  .tps-bespoke-customizations-wrapper .tps-open-bespoke-form-label span.tps-bespoke-icon:hover,
  .tps-birthstone-form-wrapper .tps-form-field-active-value span.tps-form-field-info-icon:hover{
        background-position: -414px -942px;
  }

  .setting-style .tps-form-field-option-list-wrapper ul li:hover,
  .accent-diamonds .tps-form-field-option-list-wrapper ul li:hover {
    background: transparent;
    border: 1px solid var(--site-text-color);
  }

  .setting-style .tps-form-field-option-list-wrapper ul li:hover span.tps-form-field-option-label,
  .accent-diamonds .tps-form-field-option-list-wrapper ul li:hover span.tps-form-field-option-label {
    font-weight: 400 !important;
  }

  .tps_latestv_steps .tps_latestv_steps_action a:hover::before {
    width: 0%;
  }

  .tps-dia-detail-back-to-search button:hover {
    font-weight: 400;
    text-decoration: underline;
  }

  .tps-pendantbuilder-back-to-search button:hover,
  .tps-dia-detail-back-to-search button:hover {
    background-color: transparent;
    outline: none;
    color: var(--site-text-color);
  }

  .tps_latestv_steps .tps_latestv_steps_action a:hover {
    text-decoration: none;
    color: var(--site-text-color);
  }

  .tps_latestv_pendantl_reset_block .tps_latestv_rest_filter:hover {
    text-decoration: underline;
    color: var(--primary-site-color);
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li:hover input+span:before,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input+span:before {
    border: 1px solid var(--site-text-color);
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input+span::after,
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-sw-iocn::after,
  .tps-seDetailc-meta .tps-seDetailc-shapes-list li:hover .tps-seDetailc-shapes-icon::after {
    width: 100%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input+span {
    color: var(--primary-site-color);
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="solitaire"]+span:before {
    background-position: -7px -668px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="diamond-band"]+span:before {
    background-position: -59px -668px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="halo"]+span:before {
    background-position: -117px -668px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="vintage"]+span:before {
    background-position: -172px -668px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="hidden-halo"]+span:before {
    background-position: -229px -668px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li:hover input[value="three-stone"]+span:before {
    background-position: -287px -668px;
  }


  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-bridal-set-option:hover input+span:before {
    background-position: -248px -720px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-engagement-option:hover input+span:before {
    background-position: -171px -720px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="round"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="round"]:hover .tps-seDetailc-sw-iocn {
    background-position: -2px -233px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="asscher"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="asscher"]:hover .tps-seDetailc-sw-iocn {
    background-position: -163px -233px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="cushion"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="cushion"]:hover .tps-seDetailc-sw-iocn {
    background-position: -109px -233px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="emerald"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="emerald"]:hover .tps-seDetailc-sw-iocn {
    background-position: -378px -234px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="marquise"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="marquise"]:hover .tps-seDetailc-sw-iocn {
    background-position: -217px -234px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="oval"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="oval"]:hover .tps-seDetailc-sw-iocn {
    background-position: -271px -234px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="pear"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="pear"]:hover .tps-seDetailc-sw-iocn {
    background-position: -324px -234px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="princess"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="princess"]:hover .tps-seDetailc-sw-iocn {
    background-position: -56px -233px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="radiant"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="radiant"]:hover .tps-seDetailc-sw-iocn {
    background-position: -490px -233px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li:hover input[value="heart"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"]:hover .tps-seDetailc-sw-iocn {
    background-position: -431px -232px;
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button.tps-pendantbuilder-reset-filter-confirm-no-btn:hover,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button.tps-latestv-reset-step-no-btn:hover {
    background-color: transparent;
    color: var(--site-white-color);
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button:hover,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button:hover {
    background-color: var(--site-white-color);
    color: var(--site-text-color);
  }

  .tps-pendantbuilder-item-selected-value ul li a:hover span {
    background-position: -402px -358px;
  }

  .tps-pendantbuilder-item-selected-value ul li.tps-pendantbuilder-unselected a:hover span {
    background-position: -20px -919px;
  }

  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div:hover {
    border-color: var(--site-text-color);
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover div.tps-seDetailc-swatch-option-label-div::after {
    width: 100%;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover div,
  .tps-seDetailc-meta .tps-seDetailc-shapes li:hover .tps-seDetailc-swatch-option-label-div {
    opacity: 1;
    visibility: visible;
  }

  .tps-pendantbuilder-btn:hover {
    background-color: var(--site-white-color) !important;
    border-radius: 0px;
    color: var(--primary-site-color) !important;
    border: 1px solid var(--primary-site-color) !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist:hover a::before {
    background-position: -299px -142px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact:hover a::before {
    background-position: -70px -762px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail:hover a::before {
    background-position: -120px -763px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint:hover a::before {
    background-position: -166px -763px;
  }

  .tps-seDetailc-meta .tps-seDetailc-payment-g p a:hover {
    text-decoration: none;
  }

  .tps-seDetailc-main-gallery .slick-arrow:hover,
  .tps-pendantbuilder-final-gallery .slick-arrow:hover {
    width: 14px;
    height: 30px;
    background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg) no-repeat -228px -359px !important;
    overflow: hidden;
    left: -25px;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next:hover,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-next:hover {
    background-position: -245px -359px !important;
    right: -25px;
    left: auto;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span,
  .tps-pendantbuilder-final-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span {
    opacity: 1;
  }

  .tps-pendantbuilder-cbutton:hover {
    color: var(--site-white-color);
    background-color: var(--primary-site-color);
    border-color: var(--primary-site-color);
  }

  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close:hover,
  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close:hover {
    background-position: -398px -140px;
  }

  .tps-pendantbuilder-final-data div span a:hover {
    text-decoration: underline;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-wish:hover a:before {
    background-position: -268px -363px;
  }

  .tps-pendantbuilder-final-data div span:nth-child(2):hover {
    font-weight: 700;
    cursor: pointer;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab div:hover a {
    font-weight: 700;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li:hover .tps-seDetailc-sw-iocn,
  .tps-birthstone-form-wrapper .tps-form-field-option-list-wrapper ul li:hover label:before,
  .tps-seDetailc-meta .tps-form-field-option-list li:hover .tps-form-field-option-icon {
    border-color: var(--site-text-color);
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-round:hover .tps-seDetailc-sw-iocn {
    background-position: -2px -234px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-asscher:hover .tps-seDetailc-sw-iocn {
    background-position: -164px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-cushion:hover .tps-seDetailc-sw-iocn {
    background-position: -110px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-emerald:hover .tps-seDetailc-sw-iocn {
    background-position: -378px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-marquise:hover .tps-seDetailc-sw-iocn {
    background-position: -217px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-oval:hover .tps-seDetailc-sw-iocn {
    background-position: -270px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-pear:hover .tps-seDetailc-sw-iocn {
    background-position: -324px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-princess:hover .tps-seDetailc-sw-iocn {
    background-position: -56px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-radiant:hover .tps-seDetailc-sw-iocn {
    background-position: -490px -233px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-heart:hover .tps-seDetailc-sw-iocn {
    background-position: -432px -233px;
  }

  .tps-header-icons .tps-header-cur-switcher:hover .tps-header-currency-dropdown {
    opacity: 1;
  }

  .tps-pendantbuilder-final-data div span a:hover {
    text-decoration: none;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .tps-seDetailc-sw-iocn::after {
    display: none;
  }

  .tps-dia-detail-lab-certificate-link:hover::after,
  .tps-center-stone-lab-link:hover::after {
    background-color: var(--primary-site-color) !important;
    width: 0% !important;
  }

  .tps-dia-detail-lab-certificate-link:hover::after {
    background-color: var(--primary-site-color) !important;
    width: 0% !important;
  }

  .tps-dia-detail-lab-certificate-link:hover::after {
    background-color: var(--primary-site-color) !important;
    width: 0% !important;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-em:hover a:before {
    background-position: -120px -763px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-ph:hover a:before {
    background-position: -68px -762px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li.tps-pendantbuilder-final-dh:hover a:before {
    background-position: -166px -763px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li:hover a {
    color: var(--primary-site-color);
  }

  .tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-link a:hover {
    text-decoration: none !important;
  }

}

/*Transpacific software --- media query start here*/

@media(max-width:1500px) {

  .tps-pendantbuilder-main-container {
    padding: 0px 35px;
  }

}

@media(max-width:1440px) {

  .tps_latestv_steps_seperator {
    right: -7px;
  }

}

@media(max-width:1400px) {

  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide {
    width: 90px !important;
    height: 90px !important;
    margin: 5px !important;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-video-div,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-slide .tps-pendantbuilder-final-img-div {
    width: 100% !important;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-hidden-halo-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-pave-band-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-two-stone-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-vintage-inspire-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-nature-inspired-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li.tps-pendantbuilder-three-stone-option input+span {
    width: 100%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li {
    width: 10.2%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 96px;
  }

}

@media(max-width:1375px) {
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
    justify-content: flex-start;
  }

  .tps-latestv-reset-step-popup {
    right: 190px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 95px;
  }
}

@media(max-width:1360px) {
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 94px;
  }
}

@media(max-width:1280px) {

  .tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-pr {
    height: auto;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-hidden-halo-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-pave-band-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-two-stone-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-vintage-inspire-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-nature-inspired-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li.tps-pendantbuilder-three-stone-option input+span {
    width: 100%;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 190px;
  }

  .tps-latestv-reset-step-popup {
    right: 165px;
  }

}

@media(max-width:1200px) {

  .tps-pendantbuilder-sheading h2,
  .tps-pendantbuilder-final-specification span {
    font-size: 20px;
    line-height: 30px;
  }

  .tps-pendantbuilder-banner .tps_loose_banner_heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 180px;
  }

  .tps-latestv-reset-step-popup {
    right: 135px;
  }

}

@media(max-width:1199px) {
  .tps-latestv-reset-step-popup:before {
    left: 25px;
}

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
    width: auto;
  }

  .tps-seDetailc-spacification .tps-pendantbuilder-sheading {
    padding: 0px;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option-sublist {
    flex-wrap: wrap;
    grid-gap: 5px 10px;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-type-label {
    margin-top: 0px;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-applied-filter-option:before {
    display: none;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input+span {
    font-size: 13px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li input:checked+span::after,
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active .tps-seDetailc-sw-iocn::after,
  .tps-seDetailc-meta .tps-seDetailc-shapes-list li.active .tps-seDetailc-shapes-icon::after,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li.active input+span::after,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li input:checked+span::after {
    width: 100%;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-gallery {
    width: 52%;
    margin-right: 2%;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-meta {
    width: 46%;
  }

  .tps-pendantbuilder-main-container {
    padding: 0px 15px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 170px;
  }

    .tps-latestv-reset-step-popup {
        right: 7%;
        margin: -10px 0 0 0;
    }

}

@media(max-width:1050px) {

  .tps-seDetailc-meta .tps-seDetailc-meta-price,
  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-price {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .tps-pendantbuilder-page-title h1 {
    font-size: 22px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 18px;
  }

  .tps_latestv_steps .tps_latestv_steps_data span.cyobar_price,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    font-size: 11px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
    margin-left: 25px;
  }

  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active:before,
  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active:before {
    margin-left: -19px;
  }

  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active:after,
  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active:after {
    margin-left: -12px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 160px;
  }

  .tps_latestv_steps .tps_latestv_steps_action {
    line-height: 10px;
  }

}

@media(max-width:1024px) {

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1),
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
    font-size: 16px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
    margin-left: 25px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho>img {
    width: 100% !important;
    height: 100%;
    object-fit: scale-down;
  }

  .tps_latestv_steps .tps_latestv_steps_pho {
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_pendant::after {
    background-position: -16px -8px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -84px -8px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -160px -8px;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper {
    left: auto;
    right: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 140px;
  }

  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    text-align: left;
  }

  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div,
  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div {
    width: 32.2%;
  }

  .tps-pendantbuilder-spinner-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
    font-size: 14px;
    line-height: 19px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list a,
  .tps-seDetailc-shipping-days {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-seDetailc-meta .tps-seDetailc-meta-title {
    margin-bottom: 10px;
  }

  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .tps-seDetailc-meta-description {
    padding-top: 0px;
    margin-bottom: 15px;
  }

  .tps-seDetailc-meta-description p,
  .tps-seDetailc-meta .tps-seDetailc-SKU {
    font-size: 14px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-col1 span {
    font-size: 14px;
    line-height: 14px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-sort-by select {
    font-size: 13px;
    width: 145px;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    margin-right: 10px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li {
    width: 19.2%;
  }

}

@media(min-width:992px) {

  .tps-pendantbuilder-final-cr .tps-pendantbuilder-final-row,
  .tps-pendantbuilder-seDetailc .tps-seDetailc-row {
    display: inline-block;
    width: 100%;
  }

  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-gallery,
  .tps-pendantbuilder-seDetailc .tps-seDetailc-gallery {
    float: left;
  }

  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-meta.sticky,
  .tps-pendantbuilder-seDetailc .tps-seDetailc-meta.sticky {
    position: sticky;
  }
}

@media(max-width:992px) {
  .tps-latestv-reset-step-popup:before {
        left: 45px;
    }

  .tps-seDetailc-gallery .slick-dots,
  .tps-pendantbuilder-final-gallery .slick-dots {
    list-style: none;
    margin: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
  }

  .tps-seDetailc-gallery .slick-dots li,
  .tps-pendantbuilder-final-gallery .slick-dots li {
    width: 20px !important;
    height: 20px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button,
  .tps-pendantbuilder-final-gallery .slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--site-text-color);
    border-radius: 50%;
    padding: 0px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button,
  .tps-pendantbuilder-final-gallery .slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--site-text-color);
    border-radius: 50%;
    padding: 0px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button::before,
  .tps-pendantbuilder-final-gallery .slick-dots li button::before {
    display: none;
  }

  .tps-seDetailc-gallery ul.slick-dots li button::after,
  .tps-pendantbuilder-final-gallery .slick-dots li button::after {
    content: '' !important;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99999999;
    display: block;
    background-color: transparent;
  }

  .tps-seDetailc-gallery ul.slick-dots li.slick-active button::after,
  .tps-pendantbuilder-final-gallery .slick-dots li.slick-active button::after {
    background-color: var(--site-text-color);
  }

  .tps-seDetailc-pendant-size-wrapper {
    justify-content: center;
  }
}

@media(max-width:991px) {
  .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-seDetailc-spinner-grid-container{
    grid-template-columns: 1fr !important;
  }
  .tps-pendantbuilder-main-container {
    padding: 0px 20px;
  }
.tps-bespoke-customizations-wrapper {
    width: 100%;
}
.tps-bespoke-customizations-wrapper span.tps-open-bespoke-form-label {
    text-align: left;
}
  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-price,
  .tps_latestv_pendantl_filter .tps-pendantbuilder-metal,
  .tps_latestv_pendantl_filter .tps-pendantbuilder-shape,
  .tps_latestv_pendantl_filter .tps-pendantbuilder-style {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-price {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-style-type {
    width: 48%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-gallery,
  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-gallery {
    width: 80%  ;
    margin: 0px auto 40px;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-meta,
  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-meta {
    width: 80%;
    margin: 0px 0%;
    text-align: left;
    margin-inline: auto;
  }

  .tps-seDetailc-spinner-grid-container {
    grid-template-columns: 1fr;
  }

  .tps-pendantbuilder-btn,
  .tps-seDetailc-meta .tps-seDetailc-share-list {
    max-width: 100%;
  }

 .tps-seDetailc-btn .tps-pendantbuilder-btn {
        max-width: 100% ;
    }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track {
    justify-content: flex-start;
    width: 100% !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track {
    justify-content: center;
    width: 100% !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div {
    justify-content: center;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div {
    width: auto !important;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div img {
    height: auto;
  }

  .tps-seDetailc-similar-settings-list .slick-slide .tps-seDetailc-similar-setting-img-div img {
    height: auto;
  }

  .tps-seDetailc-similar-settings-wrapper span.tps-seDetailc-similar-settings-title {
    display: block;
    text-align: center;
  }

  .tps-pendantbuilder-final-data div span {
    text-align: center;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-button {
    grid-template-columns: 1fr;
  }

  .tps-pendantbuilder-final-shipping {
    justify-content: center;
    margin-top: 20px;
  }

  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    width: 70%;
  }

  .tps-pendantbuilder-final-cr .tps-pendantbuilder-final-message span {
    margin-top: 20px;
    display: block;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-slide div,
  .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-country-box {
    justify-content: center;
  }

  .tps-pendantbuilder-pendant-size-wrapper select,
  .tps-pendantbuilder-final-engraving input {
    margin-left: auto;
    margin-right: auto;
  }

  .tps-pendantbuilder-final-engraving input {
    text-align: center;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond {
    grid-template-columns: 1fr;
  }

  .tps-pendantbuilder-final-specification span {
    font-size: 18px;
    line-height: 30px;
  }

  .tps_latestv_pendantl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_pendantl_reset_block label {
    font-size: 14px;
    line-height: 22px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col {
    grid-template-columns: 1fr 1fr;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-rsized {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .tps-pendantbuilder-final-data div span.tps-pendantbuilder-final-data-title {
    text-align: center;
  }

  .tps-pendantbuilder-final-engraving input {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tps-pendantbuilder-final-engraving {
    margin: 15px auto 0px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-button {
    margin: 25px 0 20px;
  }

  .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-setting .tps-pendantbuilder-final-scol,
  .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-pendantbuilder-final-scol {
    grid-template-columns: 1fr 1fr;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info,
  .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-setting .tps-pendantbuilder-final-scol {
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: center;
  }

  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-main-gallery .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-main-gallery .slick-track {
    display: block !important;
  }

  .tps-pendantbuilder-banner .tps_loose_banner_heading h1,
  .tps-pendantbuilder-banner .tps_loose_banner_heading .tps-pendantbuilder-banner-subtitle {
    text-align: center;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .tps-seDetailc-spinner-grid-container .white-widget {
    width: 100% !important;
    max-width: 100% !important;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 12%;
  }

  .tps_latestv_pendantl_reset_block {
    padding: 0px 0px 5px;
  }

  .tps-seDetailc-spacification,
  .tps-pendantbuilder-final-specification {
    max-width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 14px;
    justify-content: center;
  }

  .tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification {
    text-align: left;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li a {
    font-size: 14px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li {
    width: 9.1%;
  }

  .tps_latestv_pendantl_filter {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
  }

  .tps-pendantbuilder-item-selected-value {
    margin-bottom: 0px;
  }

  .tps-pendantbuilder-item-counter-div {
    margin-bottom: 5px;
  }

  .ui-widget.ui-widget-content {
    margin: 7px 6px 24px 13px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent {
    padding-inline: 10px;
  }

  .tps-pendantbuilder-back-to-search button,
  .tps-dia-detail-back-to-search button {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal {
    max-width: 400px;
    margin-inline: 0;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide::after,
  .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide::after,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-vertical .tps-pendantbuilder-final-gallery-slide::after,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide::after {
    display: none;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide>div,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-slide>div,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide>div>,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-slide>div> {
    margin: auto;
    display: flex;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide {
    width: 70px !important;
    height: 70px !important;
    lign-items: center;
    display: block !important;
    border: 1px solid #fff0 !important;
    border-radius: 3px;
    border-color: var(--site-grey-color) !important;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current .tps-seDetailc-gallery-slide,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-slide.slick-current .tps-pendantbuilder-final-gallery-slide {
    border-color: var(--site-text-color) !important;
  }

  .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow,
  .tps-pendantbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow {
    display: none;
  }

  .tps-pendantbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #dddddd 8%, #e7e7e966 18%, #dddddd 33%);
    background-size: 900px 204px;
  }

  .tps-pendantbuilder-final-share {
    margin-inline: auto;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-title {
    max-width: 100%;
    margin-inline: auto;
  }

  .tps-seDetailc-shipping-days {
    max-width: 100%;
  }

  .tps-seDetailc-shipping-days::before {
    display: inline-block;
    float: left;
  }

  .tps-pendantbuilder-final-specification-wrapper {
    max-width: 100%;
  }

  .tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification {
    padding: 10px 0px 10px 0px;
  }

  .tps-pendantbuilder-final-data div span.tps-pendantbuilder-final-data-title,
  .tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price span.tps-pendantbuilder-final-pricevalue,
  .tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-price span.tps-pendantbuilder-final-pricetitle,
  .tps-pendantbuilder-final-data .tps-pendantbuilder-final-data-link a {
    font-size: 14px;
    line-height: 14px;
  }

  .tps-pendantbuilder-btn:active {
    color: var(--site-text-color) !important;
  }

  .tps_latestv_steps {
    margin: 20px auto 20px !important;
  }

  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three.active:before,
  .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_two.active:before {
    margin-left: -16px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    max-width: 100px;
  }

  .tps_latestv_steps .tps_latestv_steps_action a {
    font-size: 9px;
  }

  /*End */
}

@media(max-width:825px) {

  .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-pendantbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container,
  .tps-pendantbuilder-final-gallery-loader.tps-horizontal-loader .tps-pendantbuilder-spinner-grid-container {
    display: flex;
  }

  .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section,
  .tps-pendantbuilder-final-gallery-loader.tps-horizontal-loader .tps-pendantbuilder-spinner-grid-container .tps_grid_meta_section {
    position: absolute;
  }

  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div,
  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div {
    width: 49%;
  }

  .tps-pendantbuilder-spinner-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
    font-size: 22px;
    padding-right: 10px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1),
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
  }

  .tps-latestv-reset-step-popup {
    right: 35px;
  }

.tps-latestv-reset-step-popup:before {
        right: auto;
        left: 60px;
    }

}
@media(max-width:768px) { 
.tps-latestv-reset-step-popup:before {
        left: 75px;
    }
  }

@media(max-width:767px) {
  .tps-pendantbuilder-final-cr {
    margin-bottom: 20px;
  }
  .tps-pendantbuilder-item-col.tps-pendantbuilder-item-col2 {
    border-radius: 30px;
    border: 1px solid #000;
      padding: 8px 30px !important;
  }
  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-sort-by select{
    border: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_pendant::after,
  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after,
  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    width: 35px;
    height: 35px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_pendant::after {
    background-position: -238px -12px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_pendant::after {
    background-position: -16px -77px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -297px -12px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -359px -15px;
  }

  .tps-pendantbuilder-seDetailc {
    margin-bottom: 10px;
  }

  .tps-seDetailc-gallery-loader .tps_grid_animated-background,
  .tps-pendantbuilder-final-gallery-loader .tps_grid_animated-background {
    display: flex;
    flex-direction: column-reverse;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol-inner {
    grid-template-columns: 1fr 1fr;
  }

  .tps-pendantbuilder-filter-wrapper-div {
    position: fixed;
    top: auto;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 88% !important;
    background-color: var(--site-white-color);
    z-index: 9999999999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
  }

  .tps-pendantbuilder-backdrop {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 100% !important;
    background-color: #2323238a;
    transition: all 0.5s linear;
    z-index: 999999;
  }

  .tps-pendantbuilder-filter-wrapper-div.open-popup,
  .tps-pendantbuilder-backdrop.open-backdrop {
    margin-left: 0%;
  }

  .tps-pendantbuilder-mob-filter-button,
  .tps-pendantbuilder-filter-show-result {
    display: block;
  }

  .tps-pendantbuilder-mob-filter-button {
    -moz-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
  }

  .tps-pendantbuilder-mob-filter-button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div:before,
  .tps-latestv-reset-step-popup:before {
    right: 12px;
    top: -6px;
    margin: auto;
  }

  .tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div:before {
    left: 50%;
    right: auto;
  }

  .tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div:before .tps-pendantbuilder-mob-filter-button button:hover {
    background-color: transparent;
    border-color: var(--primary-site-color);
    color: var(--primary-site-color);
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-title,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 12px
  }

  .tps-pendantbuilder-filter-title {
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: var(--site-faint-bg-color);
    margin-bottom: 10px;
    top: 0;
    z-index: 999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: space-between;
  }

  .tps-pendantbuilder-filter-title label {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-color);
    font-family: 'Maison Neue';
    padding-top: 5px;
  }

  .tps-pendantbuilder-filter-close {
    background-color: transparent !important;
    outline: none;
    width: 25px !important;
    height: 25px;
    background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
    background-position: -371px -140px;
    display: flex;
    padding: 0;
    outline: none !important;
    border: none;
  }

  .tps-pendantbuilder-reset-parent.mobile {
    position: relative;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-price,
  .tps_latestv_pendantl_filter .tps-pendantbuilder-style-type {
    width: 100%;
    padding: 0;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul {
    padding-left: 10px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul::-webkit-scrollbar,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul::-webkit-scrollbar {
    display: none;
  }

  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div,
  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div {
    width: 49%;
  }

  .tps-pendantbuilder-filter-show-result {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }

  .tps-pendantbuilder-filter-show-result button {
    padding: 13px 20px 11px;
    font-family: 'Maison Neue';
    font-weight: 400;
    margin: 0px;
    border: 1px solid var(--primary-site-color) !important;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--primary-site-color) !important;
    color: var(--site-white-color);
    position: relative;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list div {
    display: flex;
    justify-content: center;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    font-size: 13px;
    line-height: 24px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-rightm,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    word-break: break-all;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    width: 100%;
  }

  .tps-seDetailc-spinner-grid-container {
    grid-template-columns: 1fr;
  }

  .tps-seDetailc-img-popup-div div {
    width: 90%;
    height: auto;
  }

  .tps-seDetailc-img-popup-div img,
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div video {
    height: auto !important;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul {
    margin-left: 0px;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list {
    justify-content: flex-start !important;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-unselected {
    position: unset !important;
    margin-left: unset;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value {
    text-align: center;
    padding: 5px 10px 15;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value ul {
    justify-content: left !important;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul {
    padding-left: 0px;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-next {
    right: -20px;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-prev,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-prev {
    left: -20px;
  }

  .tps-pendantbuilder-breacrum {
    flex-wrap: wrap;
  }

  .tps-seDetailc-gallery-loader,
  .tps-pendantbuilder-final-gallery-loader {
    height: 500px;
  }

  .tps-pendantbuilder-item-not-found-div .tps-pendantbuilder-item-not-found-sub-title {
    font-size: 16px;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo:nth-child(2) .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo:nth-child(2) .tps-pendantbuilder-final-sattr-right {
    width: 100% !important;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab,
  .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-country-box {
    justify-content: center;
  }
  
  .tps-pendantbuilder-pendant-size-wrapper select {
        margin-left: auto;
        margin-right: auto;
        min-width: 175px;
    }

  .tps-latestv-reset-step-popup {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
  }

.tps-latestv-reset-step-popup:before {
        left: -53% !important;
    }

  .tps-pendantbuilder-cbutton {
    padding: 10px 20px 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filters-title {
    font-size: 15px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value {
    text-align: left;
  }

  .tps-pendantbuilder-item-selected-value .tps-pendantbuilder-applied-filter-list .tps-pendantbuilder-unselected a {
    top: -35px;
  }

  .tps-pendantbuilder-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Maison Neue';
    font-weight: 700;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--primary-site-color);
    font-size: 14px;
    width: 100%;
    height: 50px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    text-overflow: ellipsis;
  }

  .tps-pendantbuilder-mob-filter-button button::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
    background-position: -224px -1052px !important;
    margin-left: 10px;
  }

  .tps-pendantbuilder-item-listing-div,
  .tps-pendantbuilder-item-listing-div noscript {
    grid-gap: 20px 1.3%;
  }

  .tps-pendantbuilder-filter-wrapper-div.open-popup .tps_latestv_pendantl_filter_parent-child {
    background-color: var(--site-white-color);
    width: 100%;
    height: 100%;
    margin-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .tps_latestv_pendantl_reset_block {
    padding: 5px 10px 5px;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-metal.tps_latesv_pendant_fil_common ul {
    grid-gap: 25px 0%;
    justify-content: space-between;
  }

  .tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-div,
  .tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-price-div {
    text-align: center;
  }

  .tps_latestv_pendantl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_pendantl_reset_block label {
    font-size: 12px;
    line-height: 22px;
  }

  .tps_latestv_pendantl_reset_block label {
    padding-top: 3px;
  }

  .tps-seDetailc-meta-description p {
    margin-bottom: 0px !important;
  }

  .tps-seDetailc-spacification,
  .tps-pendantbuilder-final-specification {
    margin: 0px 0px 50px;
    padding: 30px 0px 0px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-rsized {
    grid-gap: 0px 10px;
  }

  .tps_latesv_pendant_fil_common {
    padding: 0px 15px;
    margin-left: 0 !important;
  }

  body.tps-pendantbuilder-filter-open {
    overflow: hidden !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-3,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-2,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-1 {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr {
    height: auto !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide img {
    object-fit: contain;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab {
    border-bottom: 1px solid var(--site-grey-color);
    padding-bottom: 14px;
    margin-bottom: 28px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-col-title {
    font-size: 15px;
  }

  .tps-seDetailc-img-popup-div div {
    padding: 13px 10px 30px;
  }

  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title {
    text-transform: capitalize;
    text-align: center;
    padding: 0px 25px;
    margin: 0px auto 11px auto;
    display: block;
    font-size: 16px;
    font-family: 'Maison Neue';
    font-weight: 700;
    color: var(--primary-site-color);
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style-type ul li {
    width: 20%;
  }

  .tps-seDetailc-similar-settings-list button.slick-prev {
    left: 0;
  }

  .tps-seDetailc-similar-settings-list button.slick-next {
    right: 0;
  }

  .tps_latestv_pendantl_filter {
    padding: 0px 15px 0px;
    width: 100% !important;
    margin: 10px 0px 11px 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    float: unset !important;
    padding-inline: 15px;
    padding-bottom: 180px;
  }

  .tps-seDetailc-pendant-size-wrapper {
    display: flex;
    flex-direction: column;
  }

  .tps-pendantbuilder-pendant-size-wrapper .tps-pendantbuilder-pendant-size-country-box {
    margin-left: 0;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul {
    justify-content: left;
  }


  .tps-seDetailc-spacification,
  .tps-pendantbuilder-final-specification {
    max-width: 100%;
  }

  .tps-pendantbuilder-final-specification-wrapper .tps-pendantbuilder-final-specification {
    margin-bottom: 0px;
  }

  .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-setting .tps-pendantbuilder-final-scol {
    grid-gap: 5px 1%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-hidden-halo-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-pave-band-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-two-stone-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-vintage-inspire-option input+span,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common ul li.tps-pendantbuilder-nature-inspired-option input+span {
    width: auto;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-tab-label h2 {
    margin: 10px 0;
  }

  .tps-pendantbuilder-load-more-container,
  .tps-diamonds-parent-load-more {
    flex-direction: column;
    grid-row-gap: 20px;
    border-bottom: none;
    margin-bottom: 45px;
    padding-inline: 0px;
  }

  .load-more-container {
    position: relative;
    width: 100%;
  }

  .load-more-container::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--site-text-color);
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 0;
  }

  .tps-pendantbuilder-item-listing-wrapper-div .load-more-container button#load-more {
    position: relative;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent {
    padding-inline: 0px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button.tps-pendantbuilder-reset-filter-confirm-no-btn {
    background-color: var(--site-white-color) !important;
    color: var(--site-text-color) !important;
    background-image: none !important;
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-title,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 14px;
    color: var(--site-white-color);
    font-family: 'Maison Neue';
    line-height: 24px;
    text-align: center;
    font-weight: 400;
  }

  .tps_latestv_pendantl_reset_block {
    display: none !important;
  }

  .tps-pendantbuilder-reset-parent.mobile a,
  .tps-pendantbuilder-filter-title label {
    font-size: 16px;
    font-weight: 700;
  }

  .entry-content {
    margin-top: 10px !important;
  }

  h1.tps-pendantbuilder-page-title {
    margin-top: 15px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value {
    padding-inline: 0px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
    margin-bottom: 30px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left {
    font-size: 14px !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    font-size: 13px !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-pendantbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    padding-inline: 0px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info {
    padding-left: 0px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-price {
    margin-bottom: 15px;
  }

  h1.tps-pendantbuilder-page-title {
    font-size: 22px;
    line-height: 32px !important;
  }

  .tps-pendantbuilder-reset-parent.mobile a.tps-pendantbuilder-reset-filter-btn {
    display: flex;
    color: var(--site-text-color);
  }

  .tps-pendantbuilder-reset-parent.mobile a.tps-pendantbuilder-reset-filter-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/setting-listing-images/pendantbuilder_latest_sprite.svg);
    background-position: -435px -450px;
  }

  .tps-pendantbuilder-item-selected-value ul li a span {
    margin-bottom: -2px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    width: 35px;
    height: 35px;
  }

  .tps_latestv_steps .tps_latestv_steps_data span.cyobar_price,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
    font-size: 9px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 12px;
    line-height: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1) {
    padding-left: 0px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1),
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2),
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps-txt-activ-main {
    padding-left: 2px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -86px -79px;
  }


}

@media(max-width:639px) {
  .tps-pendantbuilder-seDetailc .tps-seDetailc-meta, .tps-pendantbuilder-final-row .tps-pendantbuilder-final-meta {
        width: 100%;
      }
      .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li {
      width: 80px;
  }
  .tps-bespoke-customizations-wrapper {
        width: 100%;
    }
    .tps-pendantbuilder-btn, .tps-seDetailc-meta .tps-seDetailc-share-list{
      max-width: 100%;
    }
  .tps_latestv_steps_inner {
    height: 100px;
  }
  .tps-page-pendantbuilder-setting_detail .tps-seDetailc-spacification {
    margin-top: 20px;
}

  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    text-align: center;
  }

  .tps_latestv_steps_seperator {
    height: 105px;
    top: 0px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after {
    height: 105px;
    right: -29px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:after,
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:before {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:before,
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator:after,
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pre_header_div:before,
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pre_header_div:after {
    height: 51px;
  }

  .tps_latestv_steps_seperator:before {
    height: 50px;
    top: 0px;
    left: 1px;
  }

  .tps_latestv_steps_seperator:after {
    height: 52px;
    bottom: 3px;
    right: -1px;
  }

  .tps_latestv_steps .tps_latestv_steps_node::after {
    right: -10px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin {
    flex-direction: column;
  }

  .tps_latestv_steps .tps_latestv_steps_pho {
    margin: 0 0 0;
    width: 35px;
    height: 35px;
    -webkit-order: 3;
    order: 3;
  }


  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
    margin: 0;
    -webkit-order: 2;
    order: 2;
  }

  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
    margin: 0;
    -webkit-order: 1;
    order: 1;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading {
    flex-direction: row;
    margin-left: 0;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    margin: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    width: 30px;
    height: 30px;
    margin: 0 !important;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps-txt-activ-main {
    padding-left: 0px;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-gallery,
  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-gallery {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col {
    grid-template-columns: 1fr 1fr;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    text-align: left;
    height: auto;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    text-align: left;
  }

  .tps-seDetailc-shipping-days {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
  }

  .tps-seDetailc-main-gallery .slick-arrow,
  .tps-seDetailc-main-gallery .slick-arrow:hover,
  .tps-pendantbuilder-final-gallery .slick-arrow,
  .tps-pendantbuilder-final-gallery .slick-arrow:hover {
    z-index: 99;
    border: 1px solid var(--primary-site-color);
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next,
  .tps-seDetailc-main-gallery .slick-arrow.slick-next:hover,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-next,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-next:hover {
    right: -20px;
    background-position: -238px -359px !important;
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-prev,
  .tps-seDetailc-main-gallery .slick-arrow.slick-prev:hover,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-prev,
  .tps-pendantbuilder-final-gallery .slick-arrow.slick-prev:hover {
    left: -20px;
    background-position: -218px -359px !important;
  }

  .tps-pendantbuilder-banner .tps_loose_banner_heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tps-pendantbuilder-final-specification span {
    font-size: 16px;
    line-height: 30px;
  }

  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner {
    padding: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_data {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(1) {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading span:nth-child(2) {
    font-size: 14px;
    padding-left: 0px;
    text-align: center;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading {
    justify-content: center;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.mob.tps_latestv_steps_img_div {
    display: block;
    margin: auto !important;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.mob.tps_latestv_steps_img_div img {
    height: auto !important;
    width: auto !important;
    font-size: 0px;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    margin-top: 5px !important;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.desk.tps_latestv_steps_img_div {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header .tps-txt-activ-main {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tps_latestv_steps .tps_latestv_steps_action {
    margin-top: 5px;
  }

  .tps-latestv-reset-step-popup:before {
    left: -10% !important;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_seperator:after {
    display: none;
  }

  .tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_seperator:before {
    height: 99px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_seperator {
    height: 100px;
  }
}

@media(max-width:580px) {
  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .tps-pendantbuilder-seDetailc .tps-seDetailc-meta, .tps-pendantbuilder-final-row .tps-pendantbuilder-final-meta{
    width: 100%;
  }
  .tps-pendantbuilder-item-counter-div {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    grid-gap: 8px;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-item-selected-value ul {
    justify-content: center;
  }

  .tps-pendantbuilder-item-selected-value ul li a {
    font-size: 13px;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-thumbnail-gallery-horizontal .tps-pendantbuilder-final-gallery-slide {
    width: 60px !important;
    height: 60px !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div, .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal div{
    margin: 0;
  }
  .tps-seDetailc-shipping-days {
    max-width: 100%;
    margin-inline: auto;
    display: block;
  }

  span.tps-dia-detail-shipping-title {
      margin-left: 3px;
  }

  .tps-seDetailc-btn .tps-pendantbuilder-btn {
    max-width: 100%;
  }

  .tps-seDetailc-shipping-days::before {
    display: block;
    float: left;
    margin-right: 0px;
  }


  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track {
    transform: none !important;
  }

  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner {
    width: 90%;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with .tps-seDetailc-swatches-options-list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 12px;
  }

  .tps-seDetailc-gallery-loader,
  .tps-pendantbuilder-final-gallery-loader {
    height: 375px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal .slick-track {
    width: auto !important;
  }

  .tps-pendantbuilder-final-data div span span {
    width: auto;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-spec-tab {
    grid-gap: 10px;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-metal.tps_latesv_pendant_fil_common ul {
    grid-gap: 12px 0%;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent {
    flex-direction: column;
    align-items: center;
  }

  .tps-pendantbuilder-item-counter-div .tps-pendantbuilder-header-parent .tps-pendantbuilder-item-col::after {
    display: none;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-sinfo .tps-pendantbuilder-final-sattr .tps-pendantbuilder-final-sattr-right {
    font-size: 14px;
    line-height: 24px;
    justify-content: left;
    height: auto !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with .tps-seDetailc-swatche-option {
    width: 18%;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-tab[data-tab-type="setting"] a::after {
    display: none;
  }

  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo:nth-child(2) .tps-pendantbuilder-final-sattr-left,
  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo:nth-child(2) .tps-pendantbuilder-final-sattr-right {
    text-align: left;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col,
  .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-setting .tps-pendantbuilder-final-scol {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 14px !important;
  }

  .tps-pendantbuilder-banner .tps_loose_banner_heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tps-pendantbuilder-mob-filter-button button {
    margin-bottom: 0;
    margin-top: 21px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-style ul li {
    width: 24%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul,
  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul {
    justify-content: flex-start;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 25%;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-shape ul li {
    width: 19.2%;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-pendantbuilder-final-gallery .tps-pendantbuilder-final-gallery-inner .tps-pendantbuilder-final-thumbnail-gallery-horizontal {
    max-width: 380px;
  }

  .tps-pendantbuilder-seDetailc .tps-seDetailc-gallery,
  .tps-pendantbuilder-final-row .tps-pendantbuilder-final-gallery {
    margin: 0px auto 30px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li {
    width: 22.5%;
  }

  .tps-pendantbuilder-reset-parent .tps-pendantbuilder-reset-filter-confirm-popup-div,
  .tps-latestv-reset-step-popup {
    width: 185px;
    padding: 5px 5px 10px 5px;
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-title,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 12px;
  }

  .tps-pendantbuilder-reset-filter-confirm-popup-div .tps-pendantbuilder-reset-filter-confirm-popup-btn-div button,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button {
    padding: 4px 15px 3px;
    font-size: 14px;
  }

}

@media(max-width:500px) {
  .tps-pendantbuilder-final-meta .tps-pendantbuilder-pendant-size-wrapper {
    grid-gap: 3px 10px;
    flex-direction: row;
    align-items: start;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-rsized {
    align-items: end;
  }

  .tps-pendantbuilder-pendant-size-country-box .tps-pendantbuilder-pendant-size-country-btn {
    width: 80px;
    padding: 7px 10px 7px 10px;
  }

  .tps-seDetailc-shipping-days {
    align-items: start;
  }

  .tps-pendantbuilder-final-specification span {
    font-size: 14px;
    line-height: 30px;
  }

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 20%;
  }

  .tps_latestv_pendantl_filter .tps-pendantbuilder-metal.tps_latesv_pendant_fil_common ul {
    justify-content: left;
  }


  .tps-pendantbuilder-final-specification .tps-pendantbuilder-final-sinfo#tps-pendantbuilder-final-diamond .tps-dia-detail-scol .tps-dia-detail-sattr {
    padding: 10px 0px 10px 0px;
  }

  .tps-latestv-reset-step-popup:before {
    left: -8% !important;
  }

  .tps-diamondlist-top-tab ul {
    padding: 5px;
  }

}

@media(max-width:480px) {

  .tps-pendantbuilder-item-listing-div,
  .tps-pendantbuilder-item-listing-div noscript {
    grid-template-columns: 1fr;
  }

  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-banner-div,
  .tps-pendantbuilder-item-listing-div .tps-pendantbuilder-item-info-div {
    width: 100%;
  }

  .tps-pendantbuilder-spinner-grid-container {
    grid-template-columns: 1fr;
  }

  .tps-pendantbuilder-item-info-div .tps-pendantbuilder-item-metadata-pr {
    height: auto;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_img_div {
    width: 22px;
    height: 22px;
  }

  .tps-latestv-reset-step-popup:before {
    left: -6% !important;
  }


}

@media(max-width:480px) {

  .tps_latestv_pendantl_filter .tps_latesv_pendant_fil_common.tps-pendantbuilder-metal ul li {
    width: 25%;
  }

}

@media(max-width:390px) {
  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 12px;
  }

  .tps-pendantbuilder-final-meta .tps-pendantbuilder-final-share ul li a {
    font-size: 12px;
  }
}

/*Transpacific software --- end*/