/*Transpacific software --- steps style here*/
:root {
   --tps-primary-gray: #7A7A7A;
   --tps-dark-gray: #4A4A4A;
   --tps-gray: #8C8C8C;
   --tps-gray-1: #cccccc;
   --tps-gray-2: #7B7B7B;
   --tps-color-1: #F9F9F9;
   --site-color-4:#FAFAFC;   
   --tps-border-color: #06060D33;
   --tps-border-color-1: #EBEBEB;
   --site-property-loader-color: #dddddd;
   --site-property-loader-bg-color: #f6f7f8;
   --site-property-loader-bg-color2: #e7e7e966;
   --tps-box-shadow-color: #00000029;
} 

.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(../img/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: 9;
  /*padding: 0 100px;*/
}

.tps_latestv_steps_inner {
  display: inline-flex;
  border: 1px solid var(--tps-gray-1);
  border-right: none;
  height: 76px;
  width: calc(100% - 1px);
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.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(--secondary-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(--tps-primary-gray);
  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: transparent;
}

.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(--tps-color-1);
  border-style: solid;
  border-width: 39px 0 39px 14px;
  content: "";
  position: absolute;
  right: -14px;
  top: -2px;
  z-index: 4;
}
.tps_latestv_steps .tps_latestv_steps_item.current .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);
}
.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(--tps-color-1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tps_latestv_steps .tps_latestv_steps_item.current .tps_latestv_steps_node-skin{
  background-color: var(--site-white-color);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_cont .tps_latestv_steps_action a,
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_cont .tps_latestv_steps_action span.reset-btn{
  color: var(--tps-primary-gray) !important;
}
.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(--secondary-color);
}


.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node {
  border-radius: 0;
  background-color: var(--site-white-color);
  bottom: -3px;
  height: calc(100% + 6px);
  border: 1px solid var(--tps-gray-1);
  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(--site-white-color);
}

.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(--tps-gray-1);
  height: 40px;
}

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

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
  color: var(--tps-primary-gray);
  font-family: var(--tps-body-font);
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  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(--secondary-color);
  align-items: center;
  margin-right: auto;
}

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

.tps_latestv_steps_pre_header_div {
  position: absolute;
  left: 7px;
  top: -1px;
  padding: 0;
  height: 80px;
  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: 38px;
  width: 100%;
  background-color: var(--tps-gray-1);
  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: 38px;
  width: 100%;
  background-color: var(--tps-gray-1);
  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(--primary-color);
  box-shadow: none;
  right: -29.5px;
  top: 0px;
  border-width: 0;
  background-color: var(--site-white-color);
  clip-path: polygon(0% -2%, 50% 50%, 1% 100%);
  width: 30px;
  height: 78px;
}

.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: var(--tps-body-font);
  font-weight: 600;
  color: var(--site-color-9);
}

.tps_latestv_steps .tps_latestv_steps_heading .tps_latestv_steps_heading_title {
  color: var(--tps-primary-gray);
  font-family: var(--tps-body-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0;
  gap: 4px;
}

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

}

.tps_latestv_steps .tps_latestv_steps_data,
.tps_latestv_steps .tps_latestv_steps_action {
  font-family: var(--tps-body-font);
  color: var(--secondary-color);
  text-transform: capitalize;
  position: relative;
  text-align: right;
  justify-content: end;
}

.tps_latestv_steps .tps_latestv_steps_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
  word-wrap: break-word;
  display: block;
  color: var(--tps-primary-gray);
  font-family: var(--tps-body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.tps_latestv_steps .tps_latestv_steps_data span.cyobar_price {
  color: var(--tps-primary-gray);
  font-family: var(--tps-body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  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(--secondary-color);
  text-transform: uppercase;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::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(../img/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  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_ring::after {
  background-position: -4px -816px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -75px -816px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -152px -816px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
  background-position: -236px -816px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -305px -816px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -384px -816px;
}

.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>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,
.tps_latestv_steps .tps_latestv_steps_action span.reset-btn {
  text-decoration: underline;
  transition: 0.3s ease;
  color:var(--primary-color);
  margin-right: 0;
  position: relative;
  font-family: var(--tps-body-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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(--tps-gray-1);
  width: 1px;
  height: 100%;
  position: absolute;
  display: block
;  right: 1px;
  top: 50%;
  transform: translateY(-50%);
}

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

.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 .tps_latestv_steps_heading_title,
.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 .tps_latestv_steps_heading_title span:nth-child(1) {
  color: var(--secondary-color);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1) {
  color: var(--tps-primary-gray);
  font-family: var(--tps-body-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.tps_latestv_steps .tps_latestv_steps_item.current .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 .tps_latestv_steps_heading_title span:nth-child(2),
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1),
.tps_latestv_steps .tps_latestv_steps_item.current .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(2),
.tps_latestv_steps .tps_latestv_steps_item.current .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1),
.tps_latestv_steps .tps_latestv_steps_item.current .tps_latestv_steps_data span.cyobar_title,
.tps_latestv_steps .tps_latestv_steps_item.current .tps_latestv_steps_data span.cyobar_price{
  color: var(--secondary-color);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(2) {
  color: var(--tps-primary-gray);
  font-size: 19px;
  line-height: 16px;
  font-family: var(--tps-body-font);
  position: relative;
  font-weight: 600;
}

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

/*end*/


/*loose diamnd module pop up design  start*/
.tps-diamond-field-popup-wrapper,
.tps-allmodule-toast-msg-popup-wrapper,
.tps-gemstone-field-popup-wrapper {
   visibility: hidden;
   opacity: 0;
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(0 0 0 / 55%);
   align-items: center;
   z-index: 9999999999;
   display: none;
}

.tps-diamond-field-popup-wrapper.tps-popup-info-show,
.tps-allmodule-toast-msg-popup-wrapper.tps-show-popup,
.tps-gemstone-field-popup-wrapper.tps-popup-info-show {
   visibility: visible;
   opacity: 1;
   display: flex;
   justify-content: center;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content,
.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content,
.tps-pendantbuilder-toast-msg-popup.tps-allmodule-toast-msg-popup-popup {
   margin-left: auto;
   margin-right: auto;
   max-width: 450px;
   position: relative;
}

.tps-email-drophint-form-popup-main {
   font-size: 22px;
   color: var(--primary-color);
   text-transform: uppercase;
   letter-spacing: 1.5px;
   font-family: var(--tps-body-font);
   margin: 0px;
   font-weight: 600;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup-content,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
   width: fit-content;
   padding: 19px 20px;
   border-radius: 5px;
   font-size: 14px;
   line-height: 24px;
   color: var(--site-white-color);
   font-family: var(--tps-body-font);
   background-color: var(--primary-color);
   margin: auto;
   text-align: center;
   max-width: 430px;
   text-align: center;
   display: block;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content,
.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
   max-width: 430px
}


.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section .tps-diamond-field-msg-heading,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-section .tps-gemstone-field-msg-heading {
   font-size: 20px;
   font-weight: 500;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content {
   color: var(--primary-color);
   background-color: var(--site-white-color);
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content .tps-diamond-field-popup-close,
.tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content .tps-gemstone-field-popup-close {
   position: absolute;
   width: 20px;
   height: 20px;
   top: 10px;
   right: 10px;
   background-image: url(../img/diamond-listing-images/diamond-list-icon.svg);
   background-position: -48px -194px;
   cursor: pointer;
   font-size: 0px;
}

.tps-allmodule-toast-msg-popup-wrapper .tps-allmodule-toast-msg-popup-close {
   width: 20px;
   height: 20px;
   display: block;
   background-image: url(../img/diamond-listing-images/diamond-list-icon.svg);
   background-position: -48px -194px;
   cursor: pointer;
   border-radius: 50%;
   position: absolute;
   color: transparent;
   right: 5px;
   top: 4px;
}

.tps-email-drophint-form-popup.active {
   display: block;
   overflow-x: hidden;
   overflow-y: auto;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title p.tps-rtw-form-descr {
   margin: 0;
}

.tps-email-drophint-form-popup {
   position: fixed;
   right: 0%;
   bottom: 0%;
   background-color: #00000085;
   left: 0%;
   top: 0%;
   z-index: 999999999;
   display: none;
   overflow: auto;
   height: 100%;
   width: 100%;
   margin: 0 !important;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-m {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   min-height: calc(100% - (0.5rem * 2));
   text-align: center;
   justify-content: center;
   align-items: center;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   pointer-events: auto;
   background-color: var(--site-white-color);
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, .2);
   border-radius: 0.3rem;
   outline: 0;
   max-width: 800px;
   min-width: 800px;
   justify-content: center;
   align-items: center;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-form-div {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}

.tps-email-drophint-form-popup .form-group p {
   margin-bottom: 10px;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title {
   border-bottom: 1px solid var(--primary-color);
   padding: 20px;
   position: relative;
   width: 100%;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2 {
   font-size: 22px;
   color: var(--primary-color);
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: var(--tps-body-font);
   margin: 0px;
}

p.tps-email-drophint-form-popup-descr {
   margin-bottom: 0;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-close {
   position: absolute;
   width: 23px;
   height: 23px;
   top: 10px;
   right: 10px;
   background-image: url(../img/diamond-listing-images/diamond-list-icon.svg);
   background-position: -190px -57px;
   cursor: pointer;
   display: block;
}

.tps-email-drophint-form-popup .tps-form {
   display: flex;
   flex-wrap: wrap;
}

.tps-form .tps-form-image-block {
   width: 40%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   align-content: flex-start;
   padding-right: 4%;
   position: relative;
}

.tps-form-img-loader {
   top: 0;
   width: 273px;
   height: 273px;
   background: #f7f7f7;
   vertical-align: middle;
   position: absolute;
}

.tps-form .tps-form-image-block .tps-email-img-div p {
   margin: 0;
}

.tps-form .tps-form-image-block img.tps-email-img {
   width: 100%;
}

.tps-email-drophint-form-popup .email-us-form,
.tps-email-drophint-form-popup .drop-hint-form {
   width: 60%;
}

.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap input,
.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap input,
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea {
   outline: none;
   box-shadow: none;
   border: 1px solid var(--primary-color) !important;
   border-radius: 3px;
   padding: 12px 25px 12px 15px;
   font-size: 14px;
   background-color: var(--site-white-color);
   font-family: var(--tps-body-font);
   color: var(--primary-color);
   margin-bottom: 0px;
   width: 100%;
}

.tps-email-drophint-form-popup input.tps_fm_ctrl {
   width: 100%;
}

.tps_bttn_sub p {
   margin: 0 0;
}

.tps-email-drophint-form-popup .tps_bttn_sub .tps_eamil_us.btn_tps_bnr,
.tps-email-drophint-form-popup .tps_drop_hint.tps-btn {
   padding: 13px 20px 11px;
   font-family: var(--tps-body-font);
   font-weight: 500;
   margin-bottom: 15px;
   border: 1px solid var(--primary-color);
   letter-spacing: 1px;
   font-size: 14px;
   line-height: 14px;
   background-color: var(--primary-color);
   border-radius: 0px;
   color: var(--site-white-color);
   position: relative;
   width: 90%;
   text-transform: uppercase;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   display: block;
   text-align: center;
   cursor: pointer;
   margin: 30px auto 0px auto;
}

.tps-email-drophint-form-popup .wpcf7-response-output {
   width: 100%;
   border: none !important;
   font-size: 14px;
   color: red;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title .tps-loose-diamond-form-descr {
   margin-bottom: 0px;
   font-size: 16px;
   line-height: 24px;
   color: var(--primary-color);
   font-family: var(--tps-body-font);
   max-width: 380px;
   margin: 5px auto 0px auto;
   font-weight: 500;
}

.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-email-drophint-form-popup.drop-hint-form textarea {
   height: 150px;
}

.tps-email-drophint-form-popup .wpcf7-not-valid-tip {
   text-align: left;
   margin: -3px 0px 7px 1px;
   font-size: 12px;
   font-family: var(--tps-body-font);
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
   width: 100%;
   max-width: 350px;
}

.tinv-wishlist .tinvwl-buttons-group button {
   background-color: var(--primary-color);
   color: var(--site-white-color);
}

.tinv-wishlist .tinv-modal .icon_big_heart_check,
.tinv-wishlist .tinv-modal .icon_big_times,
.tinv-wishlist .tinv-modal img {
   color: var(--primary-color);
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-title {
   font-size: 18px;
   line-height: 22px;
   color: var(--primary-color);
   margin: 12px 0px 00px;
   font-family: var(--tps-body-font);
   font-weight: 600;
   text-transform: capitalize;
   display: block;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-subtitle {
   font-size: 12px;
   line-height: 24px;
   color: var(--primary-color);
   margin: 0px 0px 20px;
   font-family: var(--tps-body-font);
   font-weight: 600;
   text-transform: capitalize;
   display: block;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-loose-diamond-cbutton {
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-close,
.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-icon.tps-icon-addto {
   width: 50px;
   height: 50px;
   overflow: hidden;
   display: block;
   margin: auto;
   cursor: pointer;
   background: url(../images/diamond-listing-images/diamond-list-icon.svg);
   color: transparent;
}

.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before {
   background-image: url(../images/loader.gif);
   background-repeat: no-repeat;
   background-position: center center;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-icon.tps-icon-addto {
   background-position: -300px -232px;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr .tps-module-wishlist-popup-close {
   background-position: -235px -227px;
}

.tps-email-drophint-form-popup .tps_recaptcha {
   width: fit-content;
   margin: auto;
   margin-bottom: 20px;
}

.tps-email-drophint-form-popup .tps_recaptcha .wpcf7-not-valid-tip {
   margin-top: 0px;
}

.tps-email-drophint-form-popup .tps_bttn_sub span.wpcf7-spinner {
   position: absolute;
   right: 57px;
   margin: auto;
   margin-top: -34px;
}

.tps-form-submited.tps-email-drophint-form-popup-title .tps-email-drophint-form-popup-main,
.tps-form-submited.tps-email-drophint-form-popup-title .tps-loose-diamond-form-descr,
.tps-form-submited.tps-email-drophint-form-popup-title.tps-form-submited .tps-email-drophint-form-popup-main,
.tps-form-submited.tps-email-drophint-form-popup-title.tps-form-submited .tps-loose-diamond-form-descr,
.tps-form-submited .tps-email-drophint-form-popup-descr {
   display: none;
}

.tps-form-submited.tps-email-drophint-form-popup-title {
   border-bottom: none !important;
}

.tps-form-submited.tps-email-drophint-form-popup-title h2.tps-email-drophint-form-popup-main,
.tps-form-submited.tps-email-drophint-form-popup-title p.tps-loose-diamond-form-descr {
   display: none;
   border-bottom: none;
}


.tps-form-submited.tps-email-drophint-form-popup-title {
   border-bottom: none !important;
}

.tps-email-drophint-form-popup-content {
   padding: 30px 20px;
   width: 100%;
}

.tps-handle-content {
   padding-top: 0;
}

.tps-email-drophint-form-popup .tps-form-image-block .tps-email-img-title {
   display: block;
   font-size: 18px;
   font-family: var(--tps-body-font);
   font-weight: 600;
   color: var(--primary-color);
   margin-top: 20px;
}

.tps-module-wishlist-popup {
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(21 17 17 / 22%);
   display: flex;
   align-items: center;
   z-index: 999999;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
   width: fit-content;
   padding: 20px 20px;
   border-radius: 5px;
   font-size: 13px;
   line-height: 20px;
   color: var(--primary-color);
   font-family: var(--tps-body-font);
   background-color: var(--site-white-color);
   margin: auto;
   text-align: center;
   max-width: 300px;
}

.tps-module-wishlist-popup .tps-module-wishlist-popup-cr {
   width: 100%;
   max-width: 350px;
}

.thankyou span.icon-call {
   width: 30px;
   height: 30px;
   display: block;
   float: left;
   background-image: url(../img/diamond-listing-images/diamond-list-icon.svg);
   background-position: -123px -58px;
}

.thankyou p {
   display: inline-block;
}

.tps-dia-detail-4c-section {
   clear: both;
}

.tps-dia-detail-similar-diamonds-wrapper .tps-ringbuilder-main-container,
div#content-wrapper {
   /*padding: 0;*/
}
span.td-u.bar-action.reset-btn{
  cursor: pointer;
}
.tps-latestv-reset-step-popup {
  position: absolute;
  width: 210px;
  right: -2px;
  background-color: var(--primary-color);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 99991;
  top: 28px;
  text-align: center;
}

.tps-latestv-reset-step-popup {
  left: auto;
  right: 0;
  top: 100%;
  text-align: center;
}

.tps-latestv-reset-step-popup:before {
  right: 50% !important;
}
.tps-latestv-reset-step-popup:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--primary-color);
  position: absolute;
  z-index: 999999;
  right: 16px;
  top: -6px;
}
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
  font-size: 13px;
  color: var(--site-white-color);
  font-family: var(--tps-body-font);
  line-height: 22px;
  font-weight: 400;
  text-align: right;
}
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button {
  padding: 4px 20px 6px;
  margin-top: 10px;
  background-color: transparent;
  color: var(--site-white-color);
  font-size: 15px;
  font-family: var(--tps-body-font);
  line-height: 16px;
  border: 1px solid var(--site-white-color);
  transition: 0.5s ease;
  border-radius: 2px;
  cursor: pointer;
}
.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-color);
}

/*popup design end*/
@media (hover: hover) {
  .tps_latestv_steps .tps_latestv_steps_action a:hover,
  .tps_latestv_steps .tps_latestv_steps_action span.reset-btn:hover {
        color: var(--primary-color) !important;
        text-decoration: underline;
  }

  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button.tps-ringbuilder-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-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-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(--primary-color);
  }

  .tps_latestv_steps {
      /*padding: 0 50px;*/
  }
}

@media(max-width:1024px) {
  .tps_latestv_steps .tps_latestv_steps_heading .tps_latestv_steps_heading_title,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1) {
    font-size: 12px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1) {
    margin-left: 4px;
  }

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

  .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_ring::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_title_price_wrapper {
    position: absolute;
    top: 72px;
    left: 0;
    border-radius: 6px;
    background: var(--site-white-color);
    box-shadow: 1px 1px 6px var(--tps-box-shadow-color);
    width: 264px;
    padding: 15px;
    transition: visibility .9s linear, opacity .9s ease;
    cursor: default;
    z-index: 111;
    display: none;
    gap: 15px;
    align-items: center;
  }

  .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: 300px;
  }

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

  .tps_latestv_steps .tps_latestv_steps_data {
    column-gap: 10px;
  }
    .tps_latestv_steps {
      /*padding: 0 30px;*/
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::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: 40px;
    height: 40px;    
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position: -214px -723px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -255px -723px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -299px -723px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position: -348px -723px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -389px -723px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -435px -723px;
  }
}

@media(max-width:991px) {
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-sub-heading {
    margin-left: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_data {
    column-gap: 10px;
    justify-content: flex-start;
  }

  .tps-latestv-reset-step-popup:before {
    left: 48% !important;
  }  
}

@media(max-width:825px) {
  .tps_latestv_steps {
    padding: 0px;
  }
  
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
    font-size: 22px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .tps_latestv_steps_heading_title,
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(1),
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(2) {
    text-transform: unset;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    padding-right: 2px;
  }
  
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title span:nth-child(2){
    padding-right: 0;
  }
}

@media(max-width:767px) {
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
  background-position: -214px -723px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -255px -723px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -299px -723px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
  background-position: -348px -723px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -389px -723px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -435px -723px;
}

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::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_ring::after {
    background-position: -238px -12px;
  }

  .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-latestv-reset-step-popup:before {
    right: 12px;
    top: -6px;
    margin: auto;
  }
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 12px
  }

  .tps-latestv-reset-step-popup {
    position: absolute;
    width: 180px;
    padding: 8px 5px 12px 5px;
  }

  .tps-latestv-reset-step-popup {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
  }

  .tps-latestv-reset-step-popup:before {
    left: 70% !important;
  }
  .tps-latestv-reset-step-popup {
    position: absolute;
    width: 210px;
    right: auto;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 99 !important;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
   .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 14px;
    color: var(--site-white-color);
    font-family: 'Athiti';
    line-height: 24px;
    text-align: center;
    font-weight: 500;
  }  
}

@media(max-width:639px) {
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_pho {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_header {
    margin: 0;
    -webkit-order: 2;
    order: 2;
            padding-left: 10px;
  }

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading .tps_latestv_steps_heading_title {
  margin-left: 10px;
}

  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
    margin: 0;
    -webkit-order: 1;
    order: 1;
  }
}