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

:root {
  --site-primary-color: #5D4B6A;
  --site-white-color: #ffffff;
  --site-black-color: #000000;
  --site-color-4: #ccc;
  --site-color-5: #F9F9F9;
  --site-color-6: #F7F7F7;
  --site-color-7: #888888;
  --site-color-8: #A5A5A5;
  --site-color-10: #ef3f49;
  --site-color-11: #EFEFEF;
  --site-color-12: #1E2420;
  --site-color-13: #505050;
  --site-color-14:#7B7B7B;
  --site-color-15:#F4F4F4;
  --site-color-16:#f6f7f8;
  --font-body-family:"Outfit", Sans-serif;
}
[type=button]:focus, 
button:focus{
    color: #fff !important;
    background-color: var(--site-primary-color) !important;
    text-decoration: none;
}

*{
  box-sizing: border-box;
}
h1, .tps_latestv_title{}
h2, .tps_latestv_sub_title{}
h3{}
h4{}
h5{}
h6{}
a{}
p, .tps_latestv_para{

}
a:focus, 
button:focus, 
input:focus, 
textarea:focus{
  box-sizing: border-box;
  outline: none;
  border: none;
  box-shadow: none;
}
img{
  width: 100%;
  max-width: 100%;
}
main#content{
  max-width: 100%;
}
.tps-ringbuilder-main-container{
   max-width: 1440px;
   margin: 0px auto 0px auto !important;
   padding:0px 15px;
   font-family: var(--font-body-family);
}

.tps-ringbuilder-breacrum{
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0px 25px;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a{
  color: var(--site-black-color);
  text-decoration: none;
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item span.tps-ringbuilder-br-icon{
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -4px;
}
.tps-ringbuilder-back-to-search button{
  background-color: transparent !important;
  font-family: var(--font-body-family);
  color: var(--site-black-color) !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
  overflow: hidden; 
  padding: 0;
}

.tps-ringbuilder-back-to-search button::before, 
.tps-dia-detail-back-to-search button::before{
  content: '';
  width: 19px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: 2px -1px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -7px;
}
.tps-ringbuilder-back-to-search button::after {
    content: '';
    width: 00%;
    height: 1px;
    bottom: 0px;
    left: 13px;
    transition: 0.5s ease;
    position: absolute;
    display: block;
    background-color: var(--site-black-color);
    transition: width 0.5s ease;
}
/*end*/


/*Transpacific software --- steps style here*/
.tps_latestv_steps {
    font-family: var(--font-body-family);
    font-weight: 100;
    color: var(--site-primary-color);
    letter-spacing: .8px;
    clear: both;
    display: block;
    width: 100%;
    height: 86px;
    border-collapse: separate;
    table-layout: fixed;
    line-height: 1.3;
    position: relative;
    background-color: transparent;
    padding: 0px 0px 0px;
    margin: 0px 0px 23px;
    border-left: none;
    border-right: none;    
}
.tps_latestv_steps .tps_latestv_steps_node {
    position: relative;
    display: block;
    width: auto;
    height: 86px;
    margin-right: 16px;
    background: var(--site-color-6);
    text-decoration: none;
}
.tps_latestv_steps .tps_latestv_steps_node::before {
    width: 0px;
    height: 0px;
    border-top: 43px solid var(--site-color-6);
    border-bottom: 43px solid var(--site-color-6);
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    transform: translate(-100%, 0);
}
.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 {
    width: 0;
    height: 0;
    border-top: 43px solid var(--site-white-color);
    border-bottom: 43px solid var(--site-white-color);
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    transform: translate(100%, 0);
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::before {
    border-top-color: var(--site-primary-color);
    border-bottom-color: var(--site-primary-color);
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after {
    border-left-color: var(--site-primary-color);
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node {
    background-color: var(--site-primary-color);
}
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin{
    position: relative;
    z-index: 2;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: inherit;
    vertical-align: middle;
}
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    width: 50px;
    line-height: 80px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
}
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin > div {
    display: table-cell;
    vertical-align: middle;
}
.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: 20px;
    text-transform: capitalize;
    font-family: var(--font-body-family);
    font-weight: normal;
    color:var(--site-black-color);
}
.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-transform: inherit;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont{
   text-align: left;
}
.tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action {
    font-family: var(--font-body-family);
    font-size: 13px;
    letter-spacing: .075em;
    color: var(--site-black-color);
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
}
.tps_latestv_steps_action.double-action {
    margin-top: 4px;
}
.tps_latestv_steps .tps_latestv_steps_pho {
    width: 70px;
    text-align: center;
    
    position: relative;
}
.tps_latestv_steps .tps_latestv_steps_pho::after{
   content: '';
   width: 70px;
   height: 70px;
   background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
   background-repeat: no-repeat;
   display: block;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
   background-position: -1px -61px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_gemstone::after{
   background-position: -68px -61px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after{
   background-position: -144px -61px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
   background-position: -1px 4px;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_gemstone::after{
   background-position: -68px -2px;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after{
   background-position: -144px -2px;
}

.tps_latestv_steps .tps_latestv_steps_pho>img, .tps_latestv_steps .modal-product-superposition {
    width: 70px;
    height: auto;
}
.tps_latestv_steps .tps_latestv_steps_pho>img{
  width: 56px;
}
.tps_latestv_steps .tps_latestv_steps_action a{
  text-decoration: none;
  transition: 0.3s ease;
  color: var(--site-black-color);
  margin-right: 10px;
  font-weight: 300;
  position: relative;
  font-size: 11px;
  line-height: 11px;
}
.tps_latestv_steps .tps_latestv_steps_action a::after{
  content: '';
  width: 100%;
  background-color: var(--site-black-color);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  height: 1px;
  transition: width 0.5s ease;
}
.tps_latestv_steps .tps_latestv_steps_item.active  .tps_latestv_steps_action a::after{
  background-color: var(--site-white-color);
}
.tps_latestv_steps .tps_latestv_steps_action a:nth-last-child(){
  margin-right: 0px;
}

.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: var(--site-black-color);
}

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

.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_data, 
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_action,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_action a{
  color: var(--site-white-color);
}
.tps_latestv_steps .tps_latestv_steps_pho > .img-transparent {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 27% 42%;
}
.tps_latestv_steps_inner, .tps_latestv_steps_inner h1, .tps_latestv_steps_inner h2 {
    font-family: inherit;
    margin: 0;
    color: inherit;
    font-size: 16px;
    text-align: center;
}
.tps_latestv_steps_inner .tps_latestv_steps_item{
    position: relative;
    width: 33.3%;
    display: table-cell;
    vertical-align: top;
    cursor: default !important;
}

.tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
    width: 300px;
}
.tps_latestv_steps_inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--site-color-6);
}
/*end*/

/*Transpacific software --- setting listing filter*/
.tps_latestv_ringl_filter_parent {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tps_latestv_ringl_filter{
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 40px;
  justify-content: space-between;
}
.tps_latesv_ring_fil_common {
  width: 48%;
  padding: 0px 0px;
}
.tps_latestv_ringl_reset_block{
  margin-bottom: 20px;
  text-align: right;
  padding: 0px 0px 0px;
  border-bottom: 1px solid var(--site-color-11);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tps_latestv_ringl_reset_block .tps_latestv_rest_filter, 
.tps_latestv_ringl_reset_block label{
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  position: relative;
  transition: width 2s;
  font-weight: 300;
}
.tps_latestv_ringl_reset_block label{
  float: left;
  cursor: default;
}
.tps_latestv_ringl_filter{  
  clear: both;
  padding: 0px 25px 22px;
  overflow: hidden;
  margin-bottom: 9px;
  border-bottom: 1px solid var(--site-color-11);
} 

.tps_latestv_ringl_filter .tps-ringbuilder-filter-label{
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--font-body-family);
  font-weight: 600;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-content: center;
  color: var(--site-black-color);
  line-height: 16px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  grid-column-gap: 0.5%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li{
  position: relative !important;
  border: 1px solid transparent;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li{
  width: 9.5%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li{
  width: 13.50%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 14px;
  z-index: 9999;
}

.tps_latestv_ringl_filter .tps-ringbuilder-shape{
  -webkit-order: 1;
  order:1;
}
.tps_latestv_ringl_filter .tps-ringbuilder-metal{
  -webkit-order: 4;
  order: 4;
}
.tps_latestv_ringl_filter .tps-ringbuilder-price{
  -webkit-order: 2;
  order: 2;
}
.tps_latestv_ringl_filter .tps-ringbuilder-style-type{
  -webkit-order: 5;
  order: 5;
}
.tps_latestv_ringl_filter .tps-ringbuilder-style{
  -webkit-order: 3;
  order: 3;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span:before{
  content: '';
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0px auto 5px auto;
  background: url("../images/setting-listing-images/ringbuilder_latest_sprite.svg");
  background-repeat: no-repeat; 
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
 font-family: var(--font-body-family);
 font-size: 14px;
 line-height: 14px;
 text-align: center;
 text-transform: capitalize;
 display: block;
 margin: auto;
 position: relative;
 padding-bottom: 10px;
 cursor: pointer;
 color: var(--site-black-color);
 width: fit-content;
 font-weight: 400;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input:checked + span{
  color: var(--site-primary-color);
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span .tps-metal-carat-txt{
  margin-bottom: 2px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-white-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="white-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-white-gold"] .tps-seDetailc-sw-iocn{
   background-position: 0px -565px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-white-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-white-gold"] .tps-seDetailc-sw-iocn{
   background-position: -60px -565px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-yellow-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="yellow-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-yellow-gold"] .tps-seDetailc-sw-iocn{
   background-position: -120px -565px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-yellow-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-yellow-gold"] .tps-seDetailc-sw-iocn{
   background-position: -179px -565px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-rose-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="rose-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-rose-gold"] .tps-seDetailc-sw-iocn{
   background-position: -238px -565px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-rose-gold"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-rose-gold"] .tps-seDetailc-sw-iocn{
   background-position: -296px -565px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="platinum"] + span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="platinum"] .tps-seDetailc-sw-iocn{
   background-position: -355px -565px;
}


.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li{
  width: 10.50%;
}


.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="classic"] + span:before{
  background-position: 2px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"] + span:before{
  background-position: -59px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"] + span:before{
  background-position: -120px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"] + span:before{
  background-position: -183px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"] + span:before{
  background-position: -241px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"] + span:before{
  background-position: -303px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="designer"] + span:before{
  background-position: -368px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="unique"] + span:before{
  background-position: -434px -624px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="twist"] + span:before{
  background-position: -497px -624px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="classic"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="classic"]:checked + span:before{
  background-position: 2px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="halo"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"]:checked + span:before{
  background-position: -59px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="vintage"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"]:checked + span:before{
  background-position: -120px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="side-stone"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"]:checked + span:before{
  background-position: -183px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="pave"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"]:checked + span:before{
  background-position: -241px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="solitaire"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"]:checked + span:before{
  background-position: -303px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="designer"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="designer"]:checked + span:before{
  background-position: -368px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="unique"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="unique"]:checked + span:before{
  background-position: -434px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input[value="twist"] + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="twist"]:checked + span:before{
  background-position: -497px -671px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li input + span:before{
  margin-bottom: 0px;
}


.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-bridal-set-option input + span:before{
    background-position: -94px -720px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-engagement-option input + span:before{
  
   background-position: -17px -720px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-bridal-set-option input:checked + span:before{
   background-position: -248px -720px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-engagement-option input:checked + span:before{
   background-position: -171px -720px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="prong"] + span:before{
  background-position: -17px -722px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="scalloped"] + span:before{
  background-position: -95px -722px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="scalloped"]:checked + span:before{
  background-position: -249px -722px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="prong"]:checked + span:before{
  background-position: -171px -722px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li input[value="round"] + span::before, 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-round .tps-seDetailc-sw-iocn{
  background-position: 1px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-asscher .tps-seDetailc-sw-iocn{
  background-position: -160px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-cushion .tps-seDetailc-sw-iocn{
  background-position: -106px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn{
  background-position: -374px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-marquise .tps-seDetailc-sw-iocn{
  background-position: -213px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-oval .tps-seDetailc-sw-iocn{
  background-position: -267px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-pear .tps-seDetailc-sw-iocn{
  background-position: -321px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-princess .tps-seDetailc-sw-iocn{
  background-position: -52px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-radiant .tps-seDetailc-sw-iocn{
  background-position: -487px -173px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.tps-seDetailc-swatche-option-heart .tps-seDetailc-sw-iocn{
  background-position: -428px -173px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: 1px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -160px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -106px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -374px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -213px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -267px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -321px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -52px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -487px -230px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
.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: -428px -230px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style-type ul li{
  width: auto;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
  background: var(--site-primary-color) !important;
  box-shadow: none !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--site-color-6);
}
.ui-widget.ui-widget-content{
  background: var(--site-color-4);
    height: 2px;
    border: none;
    border-radius: 10px;
    margin: 7px 5px 15px 0px;
    border: none !important;
}
.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(--site-color-7) !important;
  box-shadow: none !important;
  border-radius: 50%;
  border-color: var(--site-color-7) !important;
}
.ui-slider-horizontal .ui-slider-handle {
    background-color: var(--site-white-color) !important;
    border-color: var(--site-black-color) !important;
    outline: none !important;
}
.ui-slider-horizontal .ui-slider-range {
    background-color: var(--site-primary-color) !important;
}
.ui-slider-horizontal .ui-slider-handle:nth-last-child(2) {
    margin-left: 0px !important;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-from{
  float: left;
  text-align: left;
  justify-content: center !important;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-to{
  float: right;
  text-align: right;
  justify-content: center !important;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-from, 
.tps_latestv_ringl_filter .tps-latestv-bapf-to{
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 6px 0px;
  border: 1px solid var(--site-color-13);
  border-radius: 4px;
  width: 90px;
  font-size: 14px;
  color: var(--site-color-7);
  line-height: 16px;
  font-family: var(--font-body-family);
}
.tps_latestv_ringl_filter .tps-latestv-bapf-from input, 
.tps_latestv_ringl_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;
  min-height: auto;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--site-black-color);
  outline: none !important;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-from input:focus, 
.tps_latestv_ringl_filter .tps-latestv-bapf-to input:focus{
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-from input::placeholder, 
.tps_latestv_ringl_filter .tps-latestv-bapf-to input::placeholder{
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
  line-height: 14px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent{
  width: fit-content;
  position: relative;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn{
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  grid-column-gap: 4px;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn::before{
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  margin-right: 2px;
  background-position: -326px -1045px;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: var(--site-black-color);
    position: absolute;
    bottom: 4px;
    left: 33px;
    transition: width 0.5s ease;
}
.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup{
  position: absolute;
    width: 220px;
    right: 0;
    background-color: var(--site-primary-color);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 99;
    top: 34px;
    text-align: center;
}
.tps-latestv-reset-step-popup{
    right: auto;
    top: 110%;
    text-align: right;
} 
.tps-latestv-reset-step-popup:before{
    top: -6px !important;
    right: auto !important;
    left: 103px !important;
}  
.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before, 
.tps-latestv-reset-step-popup:before{
    content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--site-primary-color);
    position: absolute;
    z-index: 999999;
    right: 16px;
    top: -6px;
}
.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-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: var(--font-body-family);
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}
.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-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-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button, 
.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(--font-body-family);
  line-height: 16px;
  border: 1px solid var(--site-white-color);
  transition: 0.5s ease;
  border-radius: 2px;
  cursor: pointer;
}
.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button.tps-ringbuilder-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(--site-primary-color);
}

/*end*/

/*Transpacific software --- filter counter design*/
.tps-ringbuilder-item-counter-div, 
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value{
    width: 100%;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col2{
 display: flex;
 align-items: center;
 grid-gap: 10px;
 position: relative;
 overflow: hidden;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col2::after{
  content: '' !important;
  width: 100% !important;
  height: 2px !important;
  background-color: var(--site-black-color) !important;
  position: absolute !important;
  bottom: 2px !important;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  left: 59px !important;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span{
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight: 500;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1{
  grid-gap: 3px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select{
  font-size: 14px;
  line-height: 20px;
  color: var(--site-black-color);
  padding: 0px 0px 5px 5px;
  border-radius: 0px;
  font-family: var(--font-body-family);
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: transparent;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;
  cursor: pointer;
  border: none;
  width: 150px;
  outline: none;
  box-shadow: none;
  background-position: 97% 3px;
}

.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select option{
 font-size: 13px;
 padding: 10px 13px 10px 13px;
 font-family: var(--font-body-family);
 color: var(--site-black-color) ;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul{
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 0px;
  grid-gap: 12px;
  padding: 0;
}
.tps-ringbuilder-item-selected-value ul li a{
  font-size: 13px;
  font-family: var(--font-body-family);
  line-height: 12px;
  color: var(--site-black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
  text-decoration: none;
}

.tps-ringbuilder-item-selected-value ul li a p.tps-ringbuilder-option-label{
  font-size: 12px;
  font-family: var(--font-body-family);
  line-height: 12px;
  color: var(--site-black-color);
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0px;
}

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

.tps-ringbuilder-item-counter-div{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 15px;
  position: relative;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 15px;
}
.tps-ringbuilder-item-selected-value ul li a span{
  width: 15px;
  height: 15px;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position:-401px -380px;
  margin-left: 3px;
}

.tps-ringbuilder-item-selected-value ul li.tps-ringbuilder-unselected a span{
  width: 25px;
  height: 25px;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -11px -920px;
  margin-top: 0px;
  margin-right: 5px;
}
/*end*/
/*Transpacific software --- ring builder listing view design*/
.tps-ringbuilder-item-listing-div, 
.tps-ringbuilder-item-listing-div noscript{
  display: flex;
  grid-gap: 20px 1.3%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
   padding: 0px;
   cursor: pointer;
   width: 24%;
   cursor: pointer;
   transition: .3s;
   border: 1px solid var(--site-color-6);
   position: relative;
}

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

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
   width: 100%;  
   height: 336px; 
   position: relative;
   background-color: var(--site-color-6);
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img{
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr{
   background-color: var(--site-white-color);
    padding: 20px 15px 10px;
    text-align: center;
    height: 115px;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div{
  text-align: center;
  padding: 0px 0px 0px;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
  font-size: 16px;
    line-height: 22px;
    color: var(--site-black-color);
    margin: 0px 0px 0px;
    font-family: var(--font-body-family);
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 7px;
    display: block;
    margin-inline: auto;
    max-width: 270px;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div{
  font-size: 18px;
    line-height: 18px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    text-align: center;
    font-weight: 600;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-ringbuilder-item-wishlist-span{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg), var(--site-white-color);
  background-position: -15px -1007px;
  border-radius: 50%;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-ringbuilder-item-wishlist-span.active{
 background-position: -48px -1007px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-ringbuilder-item-wishlist-span.tps-loading{
  background-image: url(../images/common-images/loader.gif);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
/*end*/

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

.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: 25px 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-ringbuilder-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, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background-size: 900px 204px;
        height: 40px;
        position: relative;
      }

      .tps-ringbuilder-background-masker {
        background: var(--site-white-color);
        position: absolute;
      }
      .tps-ringbuilder-background-masker.header-top, .tps-ringbuilder-background-masker.header-bottom, .tps-ringbuilder-background-masker.subheader-bottom {
        top: 0;
        left: 40px;
        right: 0;
        height: 10px;
      }
      .tps-ringbuilder-background-masker.header-left, .tps-ringbuilder-background-masker.subheader-left, .tps-ringbuilder-background-masker.header-right, .tps-ringbuilder-background-masker.subheader-right {
        top: 10px;
        left: 40px;
        height: 8px;
        width: 10px;
      }
      .tps-ringbuilder-background-masker.header-bottom {
        top: 18px;
        height: 6px;
      }
      .tps-ringbuilder-background-masker.subheader-left, .tps-ringbuilder-background-masker.subheader-right {
        top: 24px;
        height: 6px;
      }
      .tps-ringbuilder-background-masker.header-right, .tps-ringbuilder-background-masker.subheader-right {
        width: auto;
        left: 900px;
        right: 0;
      }
      .tps-ringbuilder-background-masker.subheader-right {
        left: 530px;
      }
      .tps-ringbuilder-background-masker.subheader-bottom {
        top: 30px;
        height: 10px;
      }
      .tps-ringbuilder-background-masker.content-top, .tps-ringbuilder-background-masker.content-second-line, .tps-ringbuilder-background-masker.content-third-line, .tps-ringbuilder-background-masker.content-second-end, .tps-ringbuilder-background-masker.content-third-end, .tps-ringbuilder-background-masker.content-first-end {
        top: 40px;
        left: 0;
        right: 0;
        height: 6px;
      }
      .tps-ringbuilder-background-masker.content-top {
        height: 20px;
      }
      .tps-ringbuilder-background-masker.content-first-end, .tps-ringbuilder-background-masker.content-second-end, .tps-ringbuilder-background-masker.content-third-end {
        width: auto;
        left: 380px;
        right: 0;
        top: 60px;
        height: 8px;
      }
      .tps-ringbuilder-background-masker.content-second-line {
        top: 68px;
      }
      .tps-ringbuilder-background-masker.content-second-end {
        left: 420px;
        top: 74px;
      }
      .tps-ringbuilder-background-masker.content-third-line {
        top: 82px;
      }
      .tps-ringbuilder-background-masker.content-third-end {
        left: 00px;
        top: 88px;
      }
      .tps_grid_animated-background{
        height: 300px;       
      }
      .tps-ringbuilder-spinner-grid-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 15px;
      }
      .tps-seDetailc-gallery-loader, 
      .tps-ringbuilder-final-gallery-loader{
        width: 100%;
        height: 600px;
      }
      .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-ringbuilder-final-gallery-loader .timeline-item, 
      .tps-ringbuilder-final-gallery-loader .timeline-wrapper, 
      .tps-ringbuilder-final-gallery-loader .auth-info, 
      .tps-ringbuilder-final-gallery-loader .tps_grid_animated-background{
        height: 100%;
      }
      .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-row,
      .tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-row{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        width: 100%;
        grid-gap: 10px;
      }
      .tps-ringbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title{
        bottom: 50px;
        background: var(--site-color-6);
        width: 77px;
        height: 50px;
        top: 25px;
        transform: none;
        left: 0;
        position: unset;
      }
      
      .tps-seDetailc-gallery-loader .tps_grid_animated-background,
      .tps-ringbuilder-final-gallery-loader .tps_grid_animated-background{
        width: 80%;
        margin: auto;
      }
      .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow,
      .tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
      }
      .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background,
      .tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background{
        width: 40px;
        height: 40px;
        background: var(--site-color-6);
      }
      .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background.left-spinner,
      .tps-ringbuilder-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-ringbuilder-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 !important;
        height: 100%;
      }
      .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section{
        bottom: 0px;
        left: 0%;
        width: 100%;
        background-color: var(--site-white-color);
        height: 90px;
      } 
      .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title{
         bottom: 50px;
         background: var(--site-color-16);
         width: 90%;
         height: 15px;
         left: 50%;
         transform: translateX(-50%);
      }
      .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price{
         bottom: 15px;
         background: var(--site-color-16);
         width: 40%;
         height: 15px;
         left: 50%;
         transform: translateX(-50%);
      }
      .tps-ringbuilder-item-not-found-div{
         text-align: center;
         font-family: var(--font-body-family);
         font-size: 25px;
         line-height: 25px;
         color: var(--site-primary-color);
         display: flex;
         flex-direction: column;
         grid-gap: 10px;
         height: 300px;
         justify-content: center;
         border: 1px solid var(--site-primary-color);
      }
      .tps-ringbuilder-item-not-found-div .tps-ringbuilder-item-not-found-sub-title{
        font-size: 18px;
      }
      .tps_latestv_ringl_filter .tps-ringbuilder-price .tps-ringbuilder-slider-filter-warn{
        width: 40%;
        display: block;
        margin: auto;
        text-align: center;
        font-size: 12px;
        text-transform: capitalize;
        font-family: var(--font-body-family);
        color: var(--site-color-9);
        margin-top: 31px;
      }
      .tps-ringbuilder-disable-filter.tps-ringbuilder-metal ul li,
      .tps-ringbuilder-disable-filter.tps-ringbuilder-reset-parent,
      .tps-ringbuilder-disable-filter.tps-ringbuilder-style ul li, 
      .tps-ringbuilder-disable-filter.tps-ringbuilder-shape ul li,
      .tps-ringbuilder-disable-filter.tps-ringbuilder-price .tps-ringbuilder-price-slider, 
      .tps-ringbuilder-disable-filter.tps-ringbuilder-price .tps-latestv-bapf-from, 
      .tps-ringbuilder-disable-filter.tps-ringbuilder-price .tps-latestv-bapf-to, 
      .tps-ringbuilder-disable-filter.tps-ringbuilder-style-type ul li{
        opacity: 0.5;
        pointer-events: none;
      }
/*end*/

/*Transpacific software --- detail page design*/
.tps-ringbuilder-seDetailc .tps-seDetailc-row{
  display: flex;
  flex-wrap: wrap;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery,
.tps-ringbuilder-final-row .tps-ringbuilder-final-gallery{
  width: 58%;
  margin: 0px 0px 2% 0px;
  z-index: 0;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-meta,
.tps-ringbuilder-final-row .tps-ringbuilder-final-meta{
  width: 40%;
  margin-left: auto;
}
.tps-seDetailc-meta .tps-seDetailc-meta-title,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
  font-size: 28px;
  line-height: 38px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--site-black-color);
  margin-bottom: 15px;
  margin-top: 0px;
  font-family: var(--font-body-family);
}
.tps-seDetailc-meta-description{
  font-size: 14px;
  color: var(--site-black-color);
  line-height: 24px;
  margin-bottom: 17px;
  margin-top: 0px;
  font-weight: normal;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
  font-family: var(--font-body-family);
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 17px;
  color: var(--site-black-color);
  font-weight: normal;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price .tps-seDetailc-pricevalue, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-price .tps-ringbuilder-final-pricevalue{
  font-weight: 600;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title,
.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title, 
.tps-ringbuilder-detail-sub-title, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-title, 
.tps-ringbuilder-final-rsized .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title{
  font-size: 16px;
  line-height:16px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: normal;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-value{
  font-size: 16px;
  line-height: 16px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 5px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  list-style: none;
  margin: 0px;
  padding-left: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches  .tps-seDetailc-sw-iocn{
 width: 55px !important;
 height: 45px !important;
 display: block;
 margin: 0px auto 10px auto;
 background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
 background-repeat: no-repeat;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-swatch-option-label-div{
 font-family: var(--font-body-family);
 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: 20px;
  margin-top: 0px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div{
  margin-bottom: 10px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li{
 width: fit-content;
 padding-inline:5px;
 position: relative !important;
 border: 1px solid transparent;
}
.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{
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  color: var(--site-black-color);
  width: fit-content;
  font-weight: 400;
}

.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-ringbuilder-btn{
  padding: 13px 20px 11px;
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid var(--site-primary-color);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--site-primary-color);
  border-radius: 0px;
  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;
  cursor: pointer;
}
.tps-ringbuilder-btn:focus{
 background-color: var(--site-white-color) !important;
 border-radius: 0px;
 color: var(--site-black-color) !important;
 border: 1px solid var(--site-color-8) !important;
}
.tps-ringbuilder-btn .tps-ringbuilder-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-share-list,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding-left: 0px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a{
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-black-color);
  font-size: 16px;
  line-height: 16px;
  font-family: var(--font-body-family);
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a::before,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a:before{
  content: '';
  width: 30px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact a::before,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-ph a:before{
  background-position: -64px -506px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before{
  background-position: -233px -505px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before{
  background-position: -345px -505px;
}
.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-black-color);
  line-height: 22px;
  font-family: var(--font-body-family);
  margin-bottom: 0px;
}
.tps-seDetailc-meta .tps-seDetailc-payment-g p a{
  color: var(--site-black-color);
  font-weight: 500;
  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-ringbuilder-sheading h2, 
.tps-ringbuilder-final-specification a{
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: default;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: 600;
}
.tps-seDetailc-spacification, 
.tps-ringbuilder-final-specification{
  margin: 40px 0px 50px;
  width: 100%;
  background-color: var(--site-white-color);
  padding: 0px 0px 0px;
}
.tps-seDetailc-spacification .tps-ringbuilder-sheading, 
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
  padding: 0px 0px 10px;
  border-bottom: 1px solid var(--site-color-11);
  margin-bottom: 20px;
}
.tps-seDetailc-spacification .tps-ringbuilder-sheading{
  cursor: default;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info{
  display: flex;
  width: 100%;  
  grid-gap: 0px 1%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col{
 width: 100%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr{
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 10px;
  height: 45px;
}
.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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  display: inline-block;
  font-size: 16px;
  font-family: var(--font-body-family);
  text-transform: unset !important;
  color: var(--site-black-color);
  text-align: left;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left{
  width: 30%;
  text-align: left;
  font-weight: 500;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  width: 70%;
  display: inline-block;
  font-size: 16px;
  font-family: var(--font-body-family);
  text-transform: unset !important;
  color: var(var(--site-black-7));
  text-align: left;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr:nth-child(odd), 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr:nth-child(odd), 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr:nth-child(odd){
  background-color: var(--site-color-6);
}

.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left{
  width: 65%;
  display: flex;
  align-items: center;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  width: 35%;
}
.tps-seDetailc-row{
 margin-top: 30px;
}
.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
.tps-seDetailc-gallery  .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical  .tps-ringbuilder-final-gallery-slide{
  width: 80px !important;
  height: 80px !important;
  margin: 5px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 5px 0%;
  background-color: var(--site-color-6);
}
.tps-seDetailc-gallery-slide .tps-seDetailc-video-thumb-icon,
.tps-ringbuilder-final-gallery .tps-ringbuilder-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-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal  .tps-ringbuilder-final-gallery-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: brightness(0.96);
}
.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-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active .tps-ringbuilder-final-gallery-slide::after, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active .tps-ringbuilder-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-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active.tps-ringbuilder-final-gallery-slide::after, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active.tps-ringbuilder-final-gallery-slide::after{
    background-position: left;
    cursor: pointer;
}
/*.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div.tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal div.tps-seDetailc-gallery-slide{
 margin: auto;
 display: flex;
}*/
/*.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track,
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-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-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal{
  margin-top: 20px;
  max-width: 400px;
  margin-inline: auto;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
  height: 100%; 
  width: 100%;
  object-fit: scale-down;
  filter: brightness(0.96);
}
.tps-ringbuilder-mob-filter-button, 
.tps-ringbuilder-filter-title, 
.tps-ringbuilder-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-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-video-div, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-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-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div{
    position: relative;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    max-width: 500px;
    background-color: var(--site-color-6);
}

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

.tps-seDetailc-main-gallery .slick-arrow, 
.tps-ringbuilder-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-ringbuilder-final-gallery .slick-arrow{
  border: none;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0px !important;
  line-height: 0px !important;
  outline: none !important;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg) !important;
  z-index: 9;
  background-color: transparent !important;
  left: 0px;
  background-position: -4px -230px !important;
  border: 1px solid transparent;
  border-radius: 5px;
}

.tps-seDetailc-similar-settings-list-wrapper .slick-arrow.slick-next,
.tps-seDetailc-main-gallery .slick-arrow.slick-next, 
.tps-ringbuilder-final-gallery .slick-arrow.slick-next{
  right: 0px;
  background-position: -48px -230px !important;
  left:auto;
}
.tps-seDetailc-similar-settings-list-wrapper .slick-arrow.disabled,  
.tps-seDetailc-main-gallery .slick-arrow.disabled,  
.tps-ringbuilder-final-gallery .slick-arrow.disabled{
  opacity: 0.5;
}
.tps-seDetailc-similar-settings-list-wrapper .slick-arrow::before,
.tps-seDetailc-main-gallery .slick-arrow::before, 
.tps-ringbuilder-final-gallery .slick-arrow::before{
  display: none;
}
.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span, 
.tps-ringbuilder-final-gallery .tps-seDetailc-img-zoom-span{
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background: var(--site-white-color)ff45;
 -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-ringbuilder-final-gallery .tps-seDetailc-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/ringbuilder_latest_sprite.svg), var(--site-primary-color);
  background-position: -327px -135px;
  cursor: pointer;
}

.tps-seDetailc-gemstone-selection-popup,
.tps-seDetailc-img-popup-div{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  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-gemstone-selection-popup .tps-seDetailc-gemstone-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: 40px 20px 10px;
   text-align: center;
}
.tps-ringbuilder-cbutton{
   padding: 13px 20px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    border-radius: 0px;
    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;
    cursor: pointer;
    text-decoration: none;
}

.tps-ringbuilder-cbutton:focus{
    background-color: var(--site-white-color) !important;
    border-radius: 0px;
    color: var(--site-primary-color) !important;
    border: 1px solid var(--site-primary-color) !important;
}
.tps-seDetailc-gemstone-selection-popup .tps-seDetailc-gemstone-selection-title{
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  margin-bottom: 20px;
  font-weight: 500;
}
.tps-seDetailc-gemstone-selection-popup .tps-seDetailc-gemstone-selection-popup-close, 
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -369px -139px;
  cursor: pointer;
}
.tps-seDetailc-gemstone-selection-popup .tps-seDetailc-gemstone-selection-popup-inner a{
  text-decoration: none;
}
.tps-seDetailc-img-popup-div img{
   height: 96%;
   margin: auto;
   display: block;
   object-fit: scale-down;
}
.tps-seDetailc-meta .tps-seDetailc-SKU{
  margin-bottom: 15px;
  display: block;
  max-width: 500px;
  font-size: 14px;
  line-height: 14px;
  color: var(--site-black-color);
  font-weight: 600;
}  
.tps-ringbuilder-item-col2 .tps-ringbuilder-item-sort-by-title{
    font-size: 14px;
    line-height: 15px;
    color: var(--site-black-color) !important;
    font-family: var(--font-body-family);
    font-weight: 500;
}
/*end*/

/*Transpacific software --- applied filter*/
.tps-ringbuilder-item-selected-value{
  padding: 15px 15px;
  background: var(--site-color-6);
  margin-bottom: 15px;
  position: relative;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filters-title{
  font-size: 16px;
    color: var(--site-black-color);
    line-height: 16px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list{
  display: flex;
  align-content: center;
  margin: 0px;
  list-style: none;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-right: 10%;  
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-item-selected-value ul {
    display: flex;
    list-style: none;
    margin: 0px 0px 0px 0px;
    grid-gap: 20px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-item-selected-value ul {
    display: flex;
    grid-gap: 0px 10px;
    align-items: center;
    position: relative;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option,
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option-sublist{
    display: flex;
    grid-gap: 0px 6px;
    align-items: center;
    position: relative;
    padding-left: 0px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-type-label {
    font-size: 14px;
    font-family: var(--font-body-family);
    font-weight: 500;
    line-height: 14px;
    color: var(--site-black-color);
    margin-top: -2px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected{
   margin-left: auto;  
   position: absolute;
   right: 13px;
   top: 10px;
   display: flex;
   align-items: center;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a{ 
  margin-left: auto;
  font-size: 14px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 14px;
  color: var(--site-black-color);
  cursor: pointer;  
  display: flex;
  align-items: center;
  flex-direction: inherit;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:nth-last-child(1):before, 
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:nth-last-child(2):before{
  display: none !important;
}
.tps-ringbuilder-final-specification a{
  width: fit-content;
}
/*Transpacific software --- loader on focus */
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
.tps-ringbuilder-item-focus-loader{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--site-color-7);
  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-ringbuilder-item-focus-loader:after{
   content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-bottom: 3px solid var(--site-primary-color);
  border-left: 3px solid transparent;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:focus .tps-ringbuilder-item-focus-loader, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:focus-within .tps-ringbuilder-item-focus-loader,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:visited .tps-ringbuilder-item-focus-loader, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:focus-visible .tps-ringbuilder-item-focus-loader, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:active .tps-ringbuilder-item-focus-loader{
  opacity: 1;
}
/*Transpacific software --- final ring*/
.tps-ringbuilder-final-cr .tps-ringbuilder-final-row {
    display: flex;
    flex-wrap: wrap;
}

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

.tps-ringbuilder-final-meta .tps-ringbuilder-final-button .tps-ringbuilder-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-ringbuilder-final-meta .tps-ringbuilder-final-button.tps-loading .tps-ringbuilder-final-add-to-cart::after{
    opacity: 1;
}
.tps-ringbuilder-final-data{
  margin-bottom: 20px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 0px;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-list{
  display: flex;
  align-items: flex-start;
  text-align: left; 
  background-color:  #F8F8F8;
  padding:0px 0px;
  grid-column-gap: 10px;
}
.tps-ringbuilder-final-data div.tps-ringbuilder-final-data-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  background: transparent;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-title{
  color: var(--site-black-color);
  font-size: 15px;
  line-height: 19px;
  border-radius: 10px;
  font-weight: 300 !important;
  padding-bottom: 5px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-icon{
  width: 50px;
  height: 50px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);  
  display: inline-block;
  float: left;
  margin-top: 2px;
}

.tps-ringbuilder-final-data div span:nth-child(1){
  font-family: var(--font-body-family);
  font-weight: 600;
}
.tps-ringbuilder-final-data div span a{
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight: 300;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  line-height: 15px;
}
.tps-ringbuilder-final-data div span a::after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--site-black-color);
  transition: width 0.5s ease;
}
.tps-ringbuilder-final-shipping {
    font-family: var(--font-body-family);
    font-size: 15px;
    color: #000;
    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-ringbuilder-final-shipping:before {
    content: '';
    width: 26px;
    height: 20px;
    background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    margin-right: 2px;
    background-position: -139px -365px;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab a{
  margin-bottom: 0px;
  border-bottom: none;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div a{
  font-weight: normal;
  position: relative;
  text-decoration: none;
}   

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

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

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

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div.tps-highlight-item{
 background: var(--site-color-6);
 outline: 1px solid var(--site-black-color)42;
 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.tps-ringbuilder-toast-msg-popup-wrapper{
  visibility: hidden;
    opacity: 0;
    animation-name: scale;
    animation-duration: 2s;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    display: flex;
    align-items: center;
    z-index: 99999;
}
.tps-ringbuilder-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-ringbuilder-toast-msg-popup-wrapper.tps-show-popup{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2); 
  -webkit-transform: scale(1.2,1.2);
}
.tps-ringbuilder-toast-msg-popup-wrapper  .tps-ringbuilder-toast-msg-content, 
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr{
  width: fit-content;
  padding: 20px 20px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #282828;
  font-family: var(--font-body-family);
  background-color: var(--site-white-color);
  margin: auto;
  text-align: center;
  max-width: 300px;
}

.tps-seDetailc-btn .tps-ringbuilder-btn,
.tps-ringbuilder-final-button .tps-ringbuilder-btn{
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 20px 18px;
  text-transform: capitalize;
  margin-bottom: 0px;
}   
.tps-seDetailc-btn .tps-ringbuilder-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-ringbuilder-btn::after{
  opacity: 1;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical {
  width: 20%;
  float: left;
  margin-left: -50px;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track,
.tps-ringbuilder-final-gallery .tps-ringbuilder-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-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-slide div{
  margin: auto;
  display: flex !important;
  align-items: center;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical + .tps-seDetailc-main-gallery,
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical + .tps-ringbuilder-final-main-gallery{
  width: 80%;
  margin-left: auto;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-track {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical + .tps-seDetailc-main-gallery .tps-seDetailc-img-div,
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical + .tps-ringbuilder-final-main-gallery .tps-ringbuilder-final-img-div {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}
.tps-seDetailc-gallery .slick-track, 
.tps-ringbuilder-final-gallery .slick-track{
  display: flex;
  justify-content: center;
}   
.tps-ringbuilder-final-data div span span{
    padding: 0;
}
.tps-ringbuilder-final-data div span span:nth-child(1){
   margin-right: 10px;
}

.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box{
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box button.active, 
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div.active a{
  cursor: default !important;
}
.tps-ringbuilder-ring-size-wrapper select{
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize; 
  max-width: 300px;
  width: 150px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: 98% 9px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;   
  border-radius: 3px;
  padding: 7px 10px 7px;
  border-color: var(--site-black-color);
  transition: opacity 1s ease-out;
  display: none;   
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
}
.tps-ringbuilder-ring-size-wrapper select::-ms-expand {
  display: none;
}
.tps-ringbuilder-ring-size-wrapper select:focus{
  outline: none;
  box-shadow: none;
}
.tps-ringbuilder-ring-size-wrapper select.active{
  animation: scale-display 1s;
  display: inline-flex;
}
.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-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-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn{
  width: 100px;
  border: 1px solid #F2F2F2;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: #F2F2F2;
  font-family: var(--font-body-family);
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  color: #2C2C2C;
  border-radius: 7px;
  font-weight: 500;
  cursor: pointer;
}
.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn.active{
  background-color: #707070;
  color: var(--site-white-color);
  border-color: #707070;
}
.tps-ringbuilder-final-engraving{
  margin: 0px 0px 20px;
}
.tps-ringbuilder-final-engraving input{
  width: 100%;
  display: block;
  max-width: 278px;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: var(--font-body-family);
  color: var(--site-color-13) !important;
  padding: 10px 10px 10px 0px !important;
  border: none !important;
  border-bottom: 1px solid var(--site-primary-color) !important;
  background-color: var(--site-white-color) !important;
  box-shadow: none !important;
  margin: 10px 0px 0px 0px;
  border-radius: 0px !important;
}
.tps-ringbuilder-final-engraving input + span{
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
}
.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-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-gemstone{
   grid-template-columns: 1fr;
}
/*popup*/
.tps-ringbuilder-form-popup{
  position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: #00000085;
    left: 0%;
    top: 0%;
    z-index: 999999;
    display: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}
.tps-ringbuilder-form-popup.active{
  display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.tps-ringbuilder-form-popup .tps-ringbuilder-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-ringbuilder-form-popup .tps-ringbuilder-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;
    padding: 15px 35px 20px;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title{
  border-bottom: 1px solid var(--site-black-color);
  padding: 20px;
  position: relative;
  width: 100%;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-title h2{
  font-size: 22px;
  color: var(--site-black-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-body-family);
  margin: 0px;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-close{
  position: absolute;
  width: 23px;
  height: 23px;
  top: 10px;
  right: 10px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -372px -143px;
  cursor: pointer;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content{
  padding: 30px 0px;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content .tps-form-div {
  display: flex;
  justify-content: center;
}

.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content .tps-form-div .tps_bttn_sub p{
 margin: 0;
}
@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-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title .tps-ringbuilder-form-descr {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    max-width: 380px;
    margin: 5px auto 0px auto;
}
.tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap input, .tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--site-black-color) !important;
    border-radius: 3px;
    padding: 12px 25px 12px 15px;
    font-size: 14px;
    background-color: var(--site-white-color);
    font-family: var(--font-body-family);
    color: var(--site-black-color);
    margin-bottom: 14px;
    width: 90%;
}
.tps-ringbuilder-form-popup .tps-form{
  display: flex;
  flex-wrap: wrap;
}
.tps-ringbuilder-form-popup .tps-form-image-block{
  width: 40%;
  padding-right: 2%;
}
.tps-ringbuilder-form-popup .tps-form-img-loader{
  width: 100%;
  height: 250px;
}
.tps-ringbuilder-form-popup .tps-form-img-loader p{
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  color: transparent;
}
.tps-ringbuilder-form-popup .tps-form-img-loader p::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tps-ringbuilder-form-popup .email-us-form,
.tps-ringbuilder-form-popup .drop-hint-form{
  width: 60%;
  padding-left: 2%;
}

.tps-ringbuilder-form-popup .tps-email-img-div p, 
.tps-ringbuilder-form-popup .drop-hint-form .form-group p{
  margin: 0;
}

.tps-ringbuilder-form-popup .drop-hint-form .form-group label, 
.tps-ringbuilder-form-popup .drop-hint-form .form-group  br{
  display: none;
}
.tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap input, 
.tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap textarea, 
.tps-ringbuilder-form-popup .wpcf7-form-control-wrap input, 
.tps-ringbuilder-form-popup .wpcf7-form-control-wrap textarea{
  outline: none;
  box-shadow: none;
  border: 1px solid var(--site-black-color) !important;
  border-radius: 3px;
  padding: 12px 25px 12px 15px;
  font-size: 14px;
  background-color: var(--site-white-color);
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  margin-bottom: 14px;
  width: 100%;
}
.tps-ringbuilder-form-popup .tps_eamil_us.btn_tps_bnr, 
.tps-ringbuilder-form-popup .drop-hint-form .tps_drop_hint.tps-btn{
  padding: 16px 20px 16px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    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;
    margin: 0px auto 0px auto;
    cursor: pointer;
}
.tps-ringbuilder-form-popup .wpcf7 form .wpcf7-response-output{
  font-family: var(--font-body-family);
  color: var(--site-primary-color);
  border-color: var(--site-color-9);
  font-size: 14px;
  font-weight: 300;
}

.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title .tps-ringbuilder-form-descr{
  margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    max-width: 380px;
    margin: 5px auto 0px auto;
}
.tps-ringbuilder-form-popup .wpcf7-form-control-wrap textarea{
  height: 250px;
}
.tps-ringbuilder-form-popup .wpcf7-not-valid-tip{
  text-align: left;
    margin: -10px 0px 7px 2px;
    font-size: 12px;
    font-family: var(--font-body-family);
}
.tps-ringbuilder-form-popup .tps_recaptcha .wpcf7-not-valid-tip {
    margin: 3px 0px 7px 2px;
}
.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-ringbuilder-final-vertcal-parent .tps-ringbuilder-final-gallery-inner{
    display: flex;
    align-items: center;
}
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div img{
    margin-left: auto;
    margin-right: auto;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr{
    width: 100%;
    max-width: 350px;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-title{
 font-size: 18px;
 line-height: 22px;
 color: var(--site-black-color);
 margin: 12px 0px 00px;
 font-family: var(--font-body-family);
 font-weight: 600;
 text-transform: capitalize;
 display: block;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-subtitle{
 font-size: 12px;
 line-height: 24px;
 color: var(--site-black-color);
 margin: 0px 0px 20px;
 font-family: var(--font-body-family);
 font-weight: 600;
 text-transform: capitalize;
 display: block;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-cbutton{
 max-width: 300px;
 margin-left: auto;
 margin-right: auto;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-close, 
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-icon.tps-icon-addto{   
 width: 50px;
 height: 50px;
 overflow: hidden;
 display: block;
 margin: auto;
 cursor: pointer;
 background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
 color: transparent;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before{
    background-image: url(../images/common-images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-icon.tps-icon-addto{    
    background-position: -73px -441px;
}
.tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-close{
    background-position: -8px -442px;
}

.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label{
  text-align: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h1{
 text-transform: capitalize;
 font-size: 25px;
 line-height: 35px;
 color: var(--site-black-color);
 font-family: var(--font-body-family);
 font-weight: 500;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent{
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  grid-gap: 20px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-counter-child{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent .tps-ringbuilder-item-col{
 width: fit-content;
 padding: 0;
 text-align: center;
 cursor: default;
 position: relative;
} 
.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{
  width: fit-content;
}
.tps-seDetailc-meta .tps-seDetailc-btn,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-button{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  padding: 0px 0px 25px;
  width: 100%;
}
.tps-seDetailc-shipping-days{
  font-family: var(--font-body-family);
  font-size: 16px;
  color: var(--site-black-color);
  line-height: 16px;
  margin: 12px 0px;
  font-weight: normal;
  position: relative;
  align-items: center;
  display: flex;
  cursor: default;
}
.tps-seDetailc-shipping-days b{
  font-weight: 500;
  color: var(--site-primary-color);
}
.tps-seDetailc-shipping-days::before{
  content: '';
  width: 30px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  margin-right: 2px;
  background-position: -262px -464px;
}

/*end*/

/*currecy swithcer*/
#et-secondary-menu {
    margin-right: 80px;
}  
.tps-header-icons{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 80%;
}
.tps-header-icons #alg_currency_select{
 font-size: 13px;
 font-weight: normal;
 font-style: normal;
 text-transform: uppercase;
 text-decoration: none;
 color: var(--site-color-7);
 cursor: pointer;
}
.tps-header-icons .tps-header-cur-switcher{
  position: absolute;
  top: 19px;
  right: 40px;
  z-index: 999999;
  text-align: center;
  cursor: pointer;
}
.tps-header-icons .tps-header-cur-switcher .tps-header-currency{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--site-color-9);
}
.tps-header-icons .tps-header-cur-switcher  .tps-header-currency-dropdown{
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.tps-header-icons .tps-header-wishlist{
 position: absolute;
 top: 19px;
 right: 0;
 z-index: 999;
}
.tps-header-icons .wishlist_products_counter .wishlist_products_counter_text{
  display: none;
}
.tps-header-icons .tps-header-wishlist .wishlist_products_counter_number{
 position: absolute;
 top: -4px;
 right: -2px;
}
/*end*/

.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized{
  display: flex;
  grid-gap: 0px 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  max-width: 500px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list{
  width: 100%;
  margin-bottom: 0px;
  display: inline-block;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper{
  display: flex;
  align-items: center;
  grid-gap: 0px 10px;
}
.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn:nth-child(1){
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -4px;
  z-index: 9;
}
.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn:nth-child(2){
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 9;
}
.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn:nth-child(1).active{
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-right: -4px;
  z-index: 99;
}
.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn:nth-child(2).active{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  z-index: 9;
}
.tps-ringbuilder-final-data div span span.tps-ringbuilder-final-setting-price, 
.tps-ringbuilder-final-data div span span.tps-ringbuilder-final-gemstone-price{
  font-size: 20px;
  line-height: 20px;
  color: var(--site-black-color);
}
.tps-ringbuilder-final-engraving .tps-ringbuilder-final-en-title{
  margin-bottom: 10px;
  display: block;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper:nth-child(3){
 margin-left: auto;
}

.tps-ringbuilder-final-specification .tps-ringbuilder-final-tab[data-tab-type="setting"] a::after{
  content: '';
  width: 1px;
  height: 70%;
  display: block;
  background-color: var(--site-primary-color);
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}
.tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol{
    display: flex;
    width: 100%;
    grid-gap: 0px 1%;
}
.tps-ringbuilder-final-sinfo.tps-active-info#tps-ringbuilder-final-gemstone{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 10px;
}
.tps-ringbuilder-form-popup .tps_recaptcha{
   width: fit-content;
    margin: 0px auto 20px auto;
}
.tps-ringbuilder-toast-msg-popup-wrapper .tps-ringbuilder-toast-msg-content {
    width: fit-content;
    padding: 19px 20px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 19px;
    color: var(--site-white-color);
    font-family: var(--font-body-family);
    background-color: var(--site-primary-color);
    margin: auto;
    text-align: center;
    max-width: 300px;
    text-align: center;
    display: block;
}
.tps-ringbuilder-toast-msg-popup-wrapper .tps-ringbuilder-toast-msg-popup {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    position: relative;
}
.tps-ringbuilder-toast-msg-popup-wrapper .tps-ringbuilder-toast-msg-close {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
    background-position: -16px -198px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    color: transparent;
    right: 5px;
    border: 1px solid var(--site-white-color);
    top: 4px;
}
.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-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3{
  width: 33%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-2{
 width: 49%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-1{
 width: 100%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title{
   font-size: 16px;
   text-align: center;
   width: 100%;
   display: block;
   color: var(--site-black-color);
   font-family: var(--font-body-family);
   font-weight: 500;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.tps-ringbuilder-final-sinfo.tps-active-info#tps-ringbuilder-final-gemstone .tps-ringbuilder-final-sattr{
    padding: 10px 15px 10px 40px;
    height: auto;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-metal{
  font-size: 13px;
  line-height: 24px;
  color: var(--site-primary-color);
  font-family: var(--font-body-family);
  font-weight: 400;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-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: var(--font-body-family);
  font-weight: 600;
  color: var(--site-primary-color);
}
.tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-title{
  display: block;
    font-size: 18px;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: var(--site-black-color);
    margin-top: 20px;
}
.tps-ringbuilder-form-popup .email-us-form .form-group p,
.tps-ringbuilder-form-popup .drop-hint-form .form-group p{
    margin-bottom: 0px;
}
.tps-ringbuilder-page-title h1{
 text-align: center;
 padding: 13px 0px 13px 0px;
 text-transform: uppercase;
 background-color: var(--site-color-6);
 font-size: 27px;
 letter-spacing: 2px;
 margin: 10px 0px -4px 0px;
 font-family: var(--font-body-family);
 color: var(--site-primary-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group .tps-gemstonelist-item-choose-btn{
 position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group .tps-gemstonelist-item-choose-btn::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--site-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group .tps-gemstonelist-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-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group .tps-gemstonelist-item-choose-btn.tps-loading::before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group .tps-gemstonelist-item-choose-btn.tps-loading::after{
  opacity: 1;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li.tps-loading span.tps-gemstonelist-result-grid-choose-span{
  background: url(../images/common-images/loader.gif), var(--site-white-color);
  background-position: center center;
  background-repeat: no-repeat;
}
.tps-ringbuilder-banner{
  position: relative;
}
.tps-ringbuilder-banner .tps_loose_banner_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 20%;
    color: var(--site-primary-color);
}
.tps-ringbuilder-banner .tps_loose_banner_heading h1 {
    color: var(--site-primary-color);
    font-size: 35px;
    line-height: 30px;
    font-family: var(--font-body-family);
    letter-spacing: 2px;
    padding-bottom: 0;
    max-width: 600px;
}
.tps-ringbuilder-banner .tps_loose_banner_heading .tps-loose-gemstone-banner-subtitle{
  font-size: 16px;
  margin-top: 15px;
  max-width: 600px;
}
.tps-ringbuilder-banner .tps_loose_banner_heading{
  max-width: 1440px;
  width: 100%;
}
.site-header{
  overflow: hidden !important;
  padding: 0px !important;
  height: 0px !important;
  margin: 0px !important;
}
main.site-main{
  padding-top: 0px;
}
.tps-ringbuilder-banner img{
  max-width: 100%;
  width: 100%;
}
.tps-ringbuilder-banner .tps_loose_banner_heading h1 {
    color: var(--site-primary-color);
    font-size: 35px;
    line-height: 30px;
    font-family: var(--font-body-family);
    letter-spacing: 2px;
    padding-bottom: 0;
    max-width: 600px;
}
.tps-ringbuilder-banner .tps_loose_banner_heading .tps-ringbuilder-banner-subtitle {
    font-size: 16px;
    margin-top: 15px;
    max-width: 600px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active, 
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span, 
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span::after{
  cursor: default;
}
.tps-ringbuilder-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-ringbuilder-final-tiles-gallery-loader, 
.tps-ringbuilder-final-tiles-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.tps-seDetailc-tiles-gallery-loader .tps-ringbuilder-animated-background, 
.tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-animated-background{
    height: 200px;
    width: 100%;
}
.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item, 
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item{
    width: 100%;
    position: relative;
    border: 1px solid var(--site-color-6);
}
.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item img,
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active, 
.tps-seDetailc-meta .tps-seDetailc-swatches li.active span{
  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: 600 !important;
    color: var(--site-primary-color) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    border-bottom: none !important;
    text-decoration: none !important;
    cursor: pointer  !important;
    padding-bottom: 0px !important;
}
.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-black-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-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item{
   cursor: zoom-in;
}
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-img-gemstone{
  cursor: default;
}
.tps-form-submited.tps-ringbuilder-form-popup-title h2.tps-ringbuilder-form-popup-main, 
.tps-form-submited.tps-ringbuilder-form-popup-title p.tps-ringbuilder-form-descr {
    display: none;
    border-bottom: none;
}
.tps-form-submited.tps-ringbuilder-form-popup-title{
    border-bottom: none !important;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type.active{
  cursor: default;
}
.tps-dia-detail-lab-certificate-link {
    color: var(--site-primary-color) !important;
    position: relative !important;
    width: fit-content !important;
    display: block !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.tps-ringbuilder-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-primary-color) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 4px !important;
}
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after{
    bottom: 0px !important;
}

.tps-dia-detail-lab-certificate-link {
    color: var(--site-primary-color) !important;
    position: relative !important;
    width: fit-content !important;
    display: block !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.tps-ringbuilder-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-primary-color) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 4px !important;
}
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after{
    bottom: 0px !important;
}

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

.tps-count-view {
  margin-top: 25px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: var(--site-black-color);
}

.load-more-container {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}
.load-more-container button#load-more {
  background-color: transparent;
  border: var(--site-black-color);
  color: var(--site-black-color);
  font-size: 16px;
  padding: 0px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}
.load-more-container button#load-more:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--site-black-color);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.load-more-container span.tps-visited-gemstones-scroll-top-txt {
  font-size: 12px;
  margin-top: 12px;
  cursor: pointer;
  color: var(--site-black-color);
}

.tps-ringbuilder-ring-size-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

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


.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-dropdown-div{
  margin-left: 0px;
}

.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-black-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-seDetailc-meta .tps-seDetailc-swatches-options-div ul.tps-seDetailc-swatches-options-list{
  grid-gap: 15px 13px;
  max-width: 470px;
}

.tps-dia-detail-recent-gemstones-list-wrapper .tps-dia-detail-recent-gemstones-list .slick-slide,
.tps-dia-detail-similar-gemstones-list-wrapper .tps-dia-detail-similar-gemstones-list .slick-slide{
  height: auto;
  margin: 0px 5px;
}
.tps_latestv_steps .tps_latestv_steps_one .tps_latestv_steps_node::before,
.tps_latestv_steps .tps_latestv_steps_heading .tps_latestv_steps_node::after{
  display: none;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active{
  border-color: var(--site-primary-color);
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input + span,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input:checked + span,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active .tps-seDetailc-swatch-option-label-div{
  color: var(--site-primary-color);
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:not(:last-child):before {
  content: '';
  width: 1px;
  height: 22px;
  background-color: var(--site-color-7);
  position: absolute;
  right: -5px;
  top: 42%;
  transform: translateY(-50%);
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected{
  overflow: hidden;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a::after{
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--site-black-color);
  position: absolute;
  bottom: 2px;
  left: 33px;
  transition: width 0.5s ease;
}
.tps-ringbuilder-load-more-container{
  margin-bottom: 50px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail, 
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint, 
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li{
  width: 32%;
} 
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div.tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide div.tps-ringbuilder-final-gallery-slide{
  cursor: pointer;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active div.tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active div.tps-ringbuilder-final-gallery-slide{
  border-color: var(--site-black-color);
  cursor: default;
}
.tps-ringbuilder-final-cr{
  margin-top: 35px;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-list{
  padding: 13px 10px 10px 10px;
  position: relative;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-list-right{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 10px;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-link{
  margin-left: auto;
  display: flex;
  margin-top: 3px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-list{
  margin-bottom: 20px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-setting-price{
  color: var(--site-black-color);
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-setting-price{
  color: var(--site-black-color);
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-icon.setting{
  background-position: -11px -78px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-icon.gemstone{
  background-position: -79px -80px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-setting-price b{
  font-weight: 500;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right .tps-center-stone-lab-link, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link,
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link{
  position: relative !important;
  width: fit-content !important;
  display: block !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: var(--site-black-color) !important;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link::after, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right .tps-center-stone-lab-link::after, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link::after,
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after{
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--site-black-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 3px !important;
}
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link::after{
  bottom: -2px !important;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div.active a:hover{
  color: var(--site-primary-color);
}
.tps-seDetailc-swatches-wrapper-div{
  position: relative;
}
.tps-seDetailc-swatches-wrapper-div .tps-seDetailc-swatch-loader{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: var(--site-white-color);
  z-index: 9;
  pointer-events: none;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title.tps-form-submited{
  padding: 0;
  margin: 0px;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .thankyou-heading{
  font-size: 24px;
  color: var(--site-black-color);
  font-weight: normal;
}
.tps-form-submited + .tps-ringbuilder-form-popup-content p{
  font-size: 16px;
  line-height: 22px;
  color:var(--site-black-color);
}
p.tps-contact-number-p a{
   text-decoration: none;
   position: relative;
   display: inline-block;
   color: var(--site-black-color);
}
p.tps-contact-number-p a::before{
  content: '';
  width: 27px;
  height: 26px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -66px -508px;
  float: left;
  display: inline-block;
}
/*[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, button:hover{
  background-color: transparent !important;
  color: var(--site-black-color) !important;
}*/
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-wrapper-title .tps-ringbuilder-final-data-icon{
  display: none !important;
}
.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont .tps_latestv_steps_heading{
  display: flex;
  align-items: center;
}
.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont .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;
}
@media (hover: hover){
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link:hover::after, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right .tps-center-stone-lab-link:hover::after, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link:hover::after,
  .tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link:hover::after{
    width: 0% !important;
  }
  .tps-ringbuilder-final-data div span a:hover::after{
    width: 0%;
  }
  .tps-seDetailc-similar-settings-list-wrapper .slick-arrow:hover,  
  .tps-seDetailc-main-gallery .slick-arrow:hover,  
  .tps-ringbuilder-final-gallery .slick-arrow:hover{
      border-color: var(--site-color-6);
      opacity: 0.5;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide:hover div.tps-seDetailc-gallery-slide, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide:hover div.tps-ringbuilder-final-gallery-slide{
    border-color: var(--site-black-color);
  }
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a:hover::after{
    width: 100%;
  }
  .tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a:hover{
    text-decoration: underline;
  }
  
  .tps-dia-detail-back-to-search button:hover{
    font-weight: 600;
    text-decoration: underline;
  }
  
  .tps-ringbuilder-back-to-search button:hover, 
  .tps-dia-detail-back-to-search button:hover{
    background-color: transparent;
    outline: none;
  }
  
  .tps_latestv_steps .tps_latestv_steps_action a:hover{
    text-decoration: none;
    color: var(--site-primary-color);
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_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_ringl_filter .tps_latesv_ring_fil_common ul li:hover input + span{
    color: var(--site-primary-color);
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="pave"] + span:before{
    background-position: -18px -623px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="style-type"] + span:before{
    background-position: -95px -621px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="solitaire"] + span:before{
    background-position: -173px -622px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="halo"] + span:before{
    background-position: -249px -622px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="three-stone"] + span:before{
    background-position: -326px -622px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="side-stone"] + span:before{
    background-position: -249px -624px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-bridal-set-option:hover input + span:before{
     background-position: -248px -720px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-engagement-option:hover input + span:before{
     background-position: -171px -720px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="scalloped"] + span:before{
    background-position: -249px -722px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="prong"] + span:before{
    background-position: -171px -722px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: 1px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -160px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -106px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -374px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -213px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -267px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -321px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -52px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -487px -230px;
  }
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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,
  .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: -428px -230px;
  }
  
  .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(--site-black-color);
  }
  
  .tps-ringbuilder-item-selected-value ul li a:hover{
    font-weight: 600;
  }
  
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:hover{
    border-color: var(--site-color-9);
  }
  
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-ringbuilder-item-wishlist-span:hover{
   background-position: -48px -1007px;
  }
  
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover{
    cursor: pointer;
  }
  
  .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-ringbuilder-btn:hover{
   background-color: var(--site-white-color) !important;
   border-radius: 0px;
   color: var(--site-primary-color) !important;
   border: 1px solid var(--site-primary-color) !important;
  }
  
  .tps-seDetailc-meta .tps-seDetailc-share-list a:hover,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a:hover{
    color:var(--site-primary-color);
  }
  
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a:hover::before,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-ph a:hover:before{
    background-position: -173px -506px;
  }  
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail:hover a::before{
    background-position: -294px -505px;
  }  
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint:hover a::before{
    background-position: -345px -505px;
  }
  
  .tps-seDetailc-meta .tps-seDetailc-payment-g p a:hover{
    text-decoration: none;
  }
  
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right:hover, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right:hover, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right:hover{
    font-weight: 600;
  }
  
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left:hover, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left:hover,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right:hover, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right:hover, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right:hover,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left:hover{
    color: var(--site-primary-color);
  }
  
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div:hover .tps-seDetailc-img-zoom-span{
    opacity: 1;
  }
  
  .tps-ringbuilder-cbutton:hover{
      background-color: var(--site-white-color) !important;
      border-radius: 0px;
      color: var(--site-primary-color) !important;
      border: 1px solid var(--site-primary-color) !important;
  }
  
  .tps-seDetailc-gemstone-selection-popup .tps-seDetailc-gemstone-selection-popup-close:hover, 
  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close:hover{
     background-position: -395px -139px;
  }
  
  .tps-ringbuilder-final-data div span a:hover{
    text-decoration: underline;
  }
  
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-wish:hover a:before {
    background-position: -268px -363px;
  }
  
  .tps-ringbuilder-final-data div span:nth-child(2):hover{
  font-weight: 600;
  cursor: pointer;
  }
  
  .tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div:hover a{
    font-weight: 600;
  }
  
  .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-close:hover{
    background-position:  -398px -143px;
  }
  
  .tps-ringbuilder-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr:hover, 
  .tps-ringbuilder-form-popup .drop-hint-form .tps_drop_hint.tps-btn:hover{
    background-color: var(--site-white-color) !important;
    border-radius: 0px;
    color: var(--site-primary-color) !important;
  }
  
  .tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-icon.tps-icon-addto:hover{    
    background-position: -222px -441px;
  }
  .tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-close:hover{
    background-position: -154px -442px;
  }  
  .tps-seDetailc-shipping-days:hover{
    color: var(--site-primary-color);
   }
  
   .tps-seDetailc-shipping-days:hover::before{
    background-position: -323px -464px;
  }
  
  .tps-header-icons .tps-header-cur-switcher:hover  .tps-header-currency-dropdown {
    opacity: 1;
  }
  
  .tps-ringbuilder-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(--site-primary-color) !important;
      width: 0% !important;
  }
  
  .tps-dia-detail-lab-certificate-link:hover::after {
    background-color: var(--site-primary-color) !important;
    width: 0% !important;
  }
  
  .tps-dia-detail-lab-certificate-link:hover::after {
    background-color: var(--site-primary-color) !important;
    width: 0% !important;
  }
  
  .load-more-container button#load-more:hover:after {
    width: 0%;
  }
  .tps_latestv_steps .tps_latestv_steps_action a:hover::after{
    width: 0%;
  }
  .tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn:hover::after{
      width: 100%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover,
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover{
    border-color: var(--site-primary-color);
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input + span,
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover .tps-seDetailc-swatch-option-label-div{
    color: var(--site-primary-color);
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="halo"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="halo"] + span:before{
    background-position: -59px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="vintage"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="vintage"] + span:before{
    background-position: -120px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="side-stone"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="side-stone"] + span:before{
    background-position: -183px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="pave"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="pave"] + span:before{
    background-position: -241px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="solitaire"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="solitaire"] + span:before{
    background-position: -303px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="designer"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="designer"] + span:before{
    background-position: -368px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="unique"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="unique"] + span:before{
    background-position: -434px -671px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="twist"] + span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="twist"] + span:before{
    background-position: -497px -671px;
  }
  .tps-ringbuilder-item-selected-value ul li a:hover span.tps-ringbuilder-remove-option{
    background-position: -401px -358px;
  }
  .tps-ringbuilder-back-to-search button:hover::after{
    width: 100%;
  }
  /*[type=button]:focus, [type=button]:hover, 
  [type=submit]:focus, [type=submit]:hover, 
  button:not(#load-more):focus, button:not(#load-more):hover{
    background-color: var(--site-primary-color) !important;
  }*/

}

@media(max-width:1440px){
  .tps-ringbuilder-main-container,
  .tps-ringbuilder-banner .tps_loose_banner_heading{
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
}
/*Transpacific software --- media query start here*/
@media(max-width:1400px){
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
      height: 100%;
   }  
   .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-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-video-div, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div{
      width: 100% !important;
   }
   .tps_latestv_ringl_filter{
     padding: 0px 10px 22px;
   }   
}

@media(max-width:1350px){
  .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;
  }
}
@media(max-width:1300px){
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
    font-size: 16px;
    line-height: 22px;
  }

  /*currecy swithcer*/
  .tps-header-icons{
    width: 95%;
  }
 /* End */

 .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
     overflow: hidden;
     overflow-y: scroll;
     height: 95%;
   }

}
@media(max-width:1280px){
 .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
    line-height: 15px;
  }

  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
      height: 100%;
   }
   .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    font-size: 11px;
   }
  .tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
    font-size: 14px;
    line-height: 20px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
    width: 19.5%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul {
    grid-row-gap: 10px;
    grid-column-gap: 0.5%;
    justify-content: left;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 24.5%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
    width: 19.6%;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span{
    font-size: 15px;
    line-height: 15px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span{
    position: relative;
    padding-top: 55px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span:before{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span{
    flex-direction: row;
    grid-gap: 3px;
  }
  .tps_latestv_ringl_filter{
    grid-row-gap: 25px;
  }
  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-title, 
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title{
    font-size: 13px;
  }
  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button, 
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button{
    font-size: 12px;
  }
  .tps-ringbuilder-breacrum{
    margin: 15px 0px 20px;
  }
  .tps-ringbuilder-back-to-search button{
    font-size: 14px;
    line-height: 14px;
  }
  .tps-ringbuilder-back-to-search button::before{
    background-position: 0px -2px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
    font-size: 25px;
    line-height: 35px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-price, .tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
    font-size: 20px;
    line-height: 20px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a,
  .tps-seDetailc-shipping-days{
    font-size: 14px;
    line-height: 14px;
  }
  .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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
    font-size: 14px;
  }
   
}
@media(max-width:1250px){
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
      width: 45px;
  }
  .tps_latesv_ring_fil_common{
    width: 49%;
  }
}
@media(max-width:1200px){
  .tps-ringbuilder-sheading h2,
  .tps-ringbuilder-final-specification a{
    font-size: 20px;
    line-height: 30px;
  }
 
}
@media(max-width:1199px){
  .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
     width: 185px;
  }
  .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-meta .tps-seDetailc-swatches-options-list{
    grid-gap: 8px;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr,
  .tps-ringbuilder-final-sinfo.tps-active-info#tps-ringbuilder-final-gemstone .tps-ringbuilder-final-sattr{
    padding: 10px 10px 10px 10px;
  }  
   .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option-sublist{
    flex-wrap: wrap;
    grid-gap: 5px 10px;
   }
   .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-type-label{
    margin-top: 0px;
   }
   .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
     font-size: 12px;
   }

  .tps_latestv_ringl_filter .tps_latesv_ring_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_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li.active input + span::after,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input:checked + span::after{
     width: 100%;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left{
      width: 60%;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, 
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
      width: 40%;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title{
    font-size: 16px;
  }
  .tps_latestv_ringl_filter .tps-latestv-bapf-from input, .tps_latestv_ringl_filter .tps-latestv-bapf-to input{
    font-size: 12px;
  }
  .tps-ringbuilder-breacrum{
    margin: 20px 0px 20px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div, 
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
      width: 32.46%;
  }
  .tps-ringbuilder-spinner-grid-container{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps_latestv_ringl_reset_block .tps_latestv_rest_filter, .tps_latestv_ringl_reset_block label{
    font-size: 15px;
    line-height: 15px;
 }
 .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div, 
 .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div{
    max-width: 400px;
 }
 .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
 .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{
    width: 70px !important;
    height: 70px !important;
 }
 .tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-title{
    font-size: 14px;
 }
 .tps-seDetailc-btn .tps-ringbuilder-btn:hover, 
 .tps-ringbuilder-final-button .tps-ringbuilder-btn:hover,
  .tps-seDetailc-btn .tps-ringbuilder-btn:focus, 
 .tps-ringbuilder-final-button .tps-ringbuilder-btn:focus{
    background-color: var(--site-primary-color) !important;
    color: var(--site-white-color) !important;
 }

}

@media(max-width:1050px){
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img {
     height: 100%; 
  }
  .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
    width: 170px;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    font-size: 25px;
    width: 40px;
  }
  .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: 13px;
  }
  .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    font-size: 11px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h2{
    font-size: 20px;
    line-height: 30px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-price, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;    
  }
  .tps-ringbuilder-main-container{
    padding: 0px 15px;
  }
  .tps-ringbuilder-page-title h1{
    font-size: 22px;
  }
}
@media(max-width:1024px){
  .tps-seDetailc-meta .tps-seDetailc-meta-title, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    font-size: 24px;
    line-height: 34px;
  }
  .tps-seDetailc-meta-description{
    padding-top: 0px;
  }
  .tps-seDetailc-meta-description p,
  .tps-seDetailc-meta .tps-seDetailc-SKU{
    font-size: 14px;
    margin-bottom: 10px;
  }
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    width: 32.4%;
 }
 .tps-seDetailc-meta .tps-seDetailc-swatches-options-div ul.tps-seDetailc-swatches-options-list{
    grid-gap: 8px 6px;
 }
 .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide>div{
    margin-inline: auto;
    width: fit-content;
 }
 .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal, 
 .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal{
    max-width: 350px;
 }
}
@media(max-width:992px){
 .tps-seDetailc-gallery .slick-dots, 
 .tps-ringbuilder-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-ringbuilder-final-gallery .slick-dots li{
    width: 20px !important;
    height: 20px !important;
}
.tps-seDetailc-gallery ul.slick-dots li button, 
 .tps-ringbuilder-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-primary-color)
    border-radius: 50%;
    padding: 0px !important;
}
.tps-seDetailc-gallery ul.slick-dots li button, 
 .tps-ringbuilder-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-primary-color);
    border-radius: 50%;
    padding: 0px !important;
}
.tps-seDetailc-gallery ul.slick-dots li button::before, 
 .tps-ringbuilder-final-gallery .slick-dots li button::before{
  display: none;
}
.tps-seDetailc-gallery ul.slick-dots li button::after, 
 .tps-ringbuilder-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-ringbuilder-final-gallery .slick-dots li.slick-active button::after{
    background-color: var(--site-primary-color);
}
}
@media(max-width:991px){
  .tps_latestv_ringl_filter .tps-ringbuilder-price,
 .tps_latestv_ringl_filter .tps-ringbuilder-metal, 
 .tps_latestv_ringl_filter .tps-ringbuilder-shape, 
 .tps_latestv_ringl_filter .tps-ringbuilder-style{
    width: 100%;
    margin-right: 0px;
    padding: 0;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-price{
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-style-type{
    width: 48%;
    margin-right: 0%;
    margin-left: 0px;
 }
 .tps-ringbuilder-item-listing-div, 
 .tps-ringbuilder-item-listing-div noscript{
   grid-gap: 10px 10px;
 }  
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    width: 32.4%;
 }
 .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num, 
 .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action, 
 .tps_latestv_steps_inner .tps_latestv_steps_item:first-child{
    display: none;
 }
 .tps_latestv_steps .tps_latestv_steps_action{
    display: block;
 }
 .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_one .tps_latestv_steps_node::before{
    display: none;
 }
 .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
 }
 .tps_latestv_steps .tps_latestv_steps_pho{
    width: 40px;
    height: 30px;
 }
 .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after{
    background-position: -356px -82px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_gemstone::after{
    background-position: -295px -82px;
}   
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-position: -236px -82px;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position: -236px -19px;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_gemstone::after {
    background-position: -295px -19px;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -356px -19px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 100% !important;
}
.tps-ringbuilder-spinner-grid-container{
   grid-template-columns: 1fr 1fr;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery, 
.tps-ringbuilder-final-row .tps-ringbuilder-final-gallery{
    width: 70%;
   margin: 0px auto 40px;
} 
.tps-ringbuilder-seDetailc .tps-seDetailc-meta, 
.tps-ringbuilder-final-row .tps-ringbuilder-final-meta{
   width: 100%;
   margin: 0px 0%;
   text-align: center;
}
.tps-seDetailc-spinner-grid-container{
    grid-template-columns: 1fr;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
    justify-content: center;
}
.tps-ringbuilder-btn, 
.tps-seDetailc-meta .tps-seDetailc-share-list{
    margin: auto;
}
/*.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .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-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  width: 70%;
}

.tps-ringbuilder-final-data{
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-button{
  grid-template-columns: 1fr;
}
.tps-ringbuilder-final-shipping{
  justify-content: center;
  margin-top: 20px;
}
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right {
  width: 70%;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-final-message span{
  margin-top: 20px;
  display: block;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide div,
.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box{
  justify-content: center;
}
.tps-ringbuilder-ring-size-wrapper select,
.tps-ringbuilder-final-engraving input{
    margin-left: auto;
    margin-right: auto;
}
.tps-ringbuilder-final-engraving input{
    text-align: center;
}
.tps-latestv-reset-step-popup:before{
    left: 48% !important;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-gemstone {
    grid-template-columns: 1fr;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
    max-width: 90%;
 }
 .tps-ringbuilder-sheading h2, .tps-ringbuilder-final-specification a{
    margin-left: auto;
    margin-right: auto;
 }
 .tps-ringbuilder-final-specification a{
  font-size: 18px;
  line-height: 30px;
}
 
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 49.3%;
 }
 .tps-seDetailc-meta .tps-seDetailc-SKU,
 .tps-seDetailc-meta .tps-seDetailc-btn{
    margin-left: auto;
    margin-right: auto;
 }
 .tps-seDetailc-shipping-days{
    justify-content: center;
 }
 .tps-seDetailc-spacification .tps-seDetailc-sp-info-col{
    grid-template-columns: 1fr 1fr;
  }
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .tps-ringbuilder-final-engraving input{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tps-ringbuilder-final-engraving{
    margin: 15px auto 20px;
  }
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-button{
     max-width: 500px;
     margin-left: auto;
     margin-right: auto;
  }
  .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol, 
  .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-gemstone .tps-ringbuilder-final-scol{
    grid-template-columns: 1fr 1fr;
  }
  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont{
    text-align: center;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info, 
  .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol{
    flex-wrap: wrap;
    grid-gap: 20px 1%;
    justify-content: center;
  } 
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3 {
    width: 49.5%;
  }
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-main-gallery .slick-track, 
   .tps-seDetailc-gallery .tps-seDetailc-main-gallery  .slick-track{
      display: block !important;
   }

    .tps-seDetailc-img-popup-div div.tps-seDetailc-img-popup-div-cr, .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr {
    max-width: 80%;
    min-width: auto;
}
  .tps-ringbuilder-banner .tps_loose_banner_heading h1, 
  .tps-ringbuilder-banner .tps_loose_banner_heading .tps-ringbuilder-banner-subtitle{
    text-align: center;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .tps_latestv_steps .tps_latestv_steps_pho::after{
    width: 100%;
    height: 100%;
  }
  .tps-seDetailc-spinner-grid-container .white-widget{
    width: 100% !important;
    max-width: 100% !important;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 13.85%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
      width: 10.66%;
  }
.tps_latestv_ringl_reset_block{
  padding: 0px 0px 5px;
}
.tps-ringbuilder-ring-size-wrapper{
  justify-content: center;
}

.tps-ringbuilder-final-gallery-inner .slick-slide, 
.tps-seDetailc-main-gallery .slick-slide{
  height: auto;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-div ul.tps-seDetailc-swatches-options-list {
  grid-gap: 6px;
}
.tps-seDetailc-img-popup-div div.tps-seDetailc-img-popup-div-cr, 
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
  max-width: 98%;
  min-width: auto;
}
.tps_latestv_steps_action.double-action {
  margin-top: 0px;
}
.tps-latestv-reset-step-popup{
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.tps_latestv_ringl_filter {
  padding: 0px 0px 22px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-filter-label{
  font-size: 14px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span{
  line-height: 14px;
  font-size: 14px;
}
.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide {
    width: 80px !important;
    height: 80px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list{
  margin-inline: auto;
}
.tps-seDetailc-btn .tps-ringbuilder-btn, .tps-ringbuilder-final-button .tps-ringbuilder-btn{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tps-seDetailc-meta .tps-seDetailc-share-list, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul{
  margin: 0px auto 15px auto;
  display: inline-block;
  width: 100%;
  max-width: 420px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail, 
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint, 
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li {
  display: inline-block;
  width: 32.33%;
}
.tps-seDetailc-shipping-days{
  margin-block: 0px;
  max-width: 417px;
  margin-inline: auto;
  justify-content: flex-start;
}
.tps-ringbuilder-final-meta .tps-seDetailc-shipping-days{
  justify-content: center;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-div ul.tps-seDetailc-swatches-options-list{
  max-width: 550px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-title, .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
  max-width: 700px;
  margin-inline: auto;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul {
  margin: 0px auto 5px auto;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
  justify-content: center;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right .tps-center-stone-lab-link, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right .tps-center-stone-lab-link, 
.tps-ringbuilder-final-sattr-right .tps-dia-detail-lab-certificate-link{
  margin-left: unset !important;
}
/*.tps-ringbuilder-sheading h2, .tps-ringbuilder-final-specification a{
  margin-left: unset !important;
}*/
.tps-ringbuilder-final-specification a{
  font-size: 20px;
  line-height: 30px;
}
/*End */
}


@media(min-width:768px) and (max-width:991px){ 
  .tps_latestv_steps .tps_latestv_steps_data{
        display: block;
  }
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_title,
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_icon{
      display: none;
  }
  .tps_latestv_steps .tps_latestv_steps_node{
    height: 98px;
  }
  .tps_latestv_steps{
    height: 98px;
  }
  .tps_latestv_steps .tps_latestv_steps_node::after{
    border-top: 49px solid var(--site-white-color);
    border-bottom: 49px solid var(--site-white-color);
  }
  .tps_latestv_steps .tps_latestv_steps_node::before{
    border-top: 49px solid var(--site-color-6);
    border-bottom: 49px solid var(--site-color-6);
  }
  .tps_latestv_steps{
    margin: 0px 0px 15px;
  }
}

@media(max-width:980px){
 /*currecy swithcer*/
 #top-header .et-social-icons{
    margin-right: 20px;
 }
 /*end*/
}
@media(max-width:900px){
   .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img {
    height: 253px;
   }
}
@media(max-width:850px){
   .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img {
    height: 230px;
   }
}
@media(max-width:800px){
   .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img {
    height: 200px;
   }
}
@media(min-width:768px){
  .tps_latestv_ringl_reset_block .tps-ringbuilder-filter-close{
     display: none;
  }
}
@media(max-width:767px){
 .tps-ringbuilder-filter-wrapper-div{   
    position: fixed;
    top: auto;
    left: 0%;
    width: 100%;
    bottom: -100%;
    height: 90% !important;
    background-color: var(--site-white-color);
    z-index: 99999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
 }
 .tps-ringbuilder-backdrop{
    position: fixed;
    top: auto;
    left: 0%;
    width: 100%;
    bottom: -100%;
    height: 100% !important;
    background-color: #00000066;
    transition: all 0.5s linear;
    z-index: 9999;
 } 
 .tps-ringbuilder-filter-wrapper-div.open-popup, 
 .tps-ringbuilder-backdrop.open-backdrop{
    bottom: 0%;
 }
 .tps-ringbuilder-mob-filter-button, 
 .tps-ringbuilder-filter-show-result{
    display: block;
 }
 .tps-ringbuilder-mob-filter-button{
   -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
 }
 .tps-ringbuilder-mob-filter-button{
   position: fixed;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 99999;
   width: 100%;
   padding: 0px;
   margin: 0px;
   top: auto;
 }
 .tps-ringbuilder-mob-filter-button button{
   width: 100%;
   margin: 0px;
   background-color: var(--site-primary-color);
 }
 .tps-ringbuilder-mob-filter-button button{
   display: block;
    margin: auto;
    background-color: var(--site-primary-color);
    color: var(--site-white-color);
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-primary-color);
    font-size: 14px;
    width: 200px;
    border-radius: 3px;
 }
 .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button{
    padding: 6px 20px 4px;  
    font-size: 15px;
    font-weight: 500;
 }
 .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div{
    z-index: 1;
    margin: auto;
    display: block;
    right: auto;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
 }
 .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before, 
 .tps-latestv-reset-step-popup:before{
  right: auto;
  top: -6px;
  margin: auto;
  left: 50%;
 }
 .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before
 .tps-ringbuilder-mob-filter-button button:hover{
    background-color: transparent;
    border-color: var(--site-primary-color);
    color: var(--site-primary-color);
 }
 .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-title, 
 .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
  font-size: 14px
 }

 .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div, 
 .tps-latestv-reset-step-popup {
  position: absolute;
  width: 190px;
  padding: 8px 5px 12px 5px;
 }
 .tps-ringbuilder-filter-title{
    display: none;
 }
 .tps_latestv_ringl_reset_block{
  width: 100%;
  display: flex;
  padding: 13px 15px 10px;
  background-color: var(--site-color-6);
  margin-bottom: 10px;
  position: sticky;
  align-items: center;
  top: 0;
  z-index: 9999999;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
 }
 .tps_latestv_ringl_reset_block label{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    padding-top: 0px;
    font-weight: 600;
 }
 .tps-ringbuilder-filter-title button{
    margin-left: auto;
    background-color: transparent !important;
    outline: none;
    width: 30px !important;
    height: 30px;
    background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -394px -142px;
    display: flex;
    padding: 0;
    outline: none !important;
    border: none;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-price, 
 .tps_latestv_ringl_filter .tps-ringbuilder-style-type{
    width: 100%;
    padding: 0;
 } 

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 49%;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 300px;
 }
 .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
    font-size: 12px;
 }
 .tps-ringbuilder-filter-show-result{
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }
 .tps-ringbuilder-filter-show-result button,
 .tps-ringbuilder-filter-show-result button:hover,
 .tps-ringbuilder-filter-show-result button:focus{
    padding: 13px 20px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin: 0px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    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;
 }
 .tps-ringbuilder-spinner-grid-container{
    grid-template-columns: 1fr 1fr;
 }
 .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select, 
 .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span {
    font-size: 14px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list div{
    display: flex;
    justify-content: center;
  }
  .tps-ringbuilder-sheading h2{
    margin-left: auto;
    margin-right: auto;
    text-align: 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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right{
      font-size: 13px;
      line-height: 24px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    grid-gap: 0px 10px;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left{
     width:50%;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-rightm,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
  .tps-ringbuilder-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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
    width: 50%;
  }
  .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_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul{
    margin-left: 0px;
  }
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list{
    justify-content: flex-start !important;
  }   
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list{
     padding-right: 0px !important;
     padding-left: 0px !important;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value{
    text-align: center;
    padding: 15px 10px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul {
    justify-content: left !important;
   }
   .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul, 
   .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul{
     padding-left: 0px;
   }  
   .tps-seDetailc-main-gallery .slick-arrow.slick-next,
   .tps-ringbuilder-final-gallery .slick-arrow.slick-next{
      right: -20px;
   }
   .tps-seDetailc-main-gallery .slick-arrow.slick-prev,
   .tps-ringbuilder-final-gallery .slick-arrow.slick-prev{
      left: -20px;
   }
   .tps-ringbuilder-breacrum{
     flex-wrap: wrap;
   }
   .tps-seDetailc-gallery-loader,
   .tps-ringbuilder-final-gallery-loader{
      height: 500px;
   }
   .tps-ringbuilder-item-not-found-div{
     font-size: 20px;
     line-height: 20px;
   }
   .tps-ringbuilder-item-not-found-div .tps-ringbuilder-item-not-found-sub-title {
    font-size: 16px;
   }
   .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo:nth-child(2) .tps-ringbuilder-final-sattr-left,
   .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo:nth-child(2) .tps-ringbuilder-final-sattr-right{
      width: 100% !important;
   }
   .tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab,
   .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box{
      justify-content: center;
   }
   .tps-ringbuilder-ring-size-wrapper select{
      margin-left: auto;
      margin-right: auto;
   }
   .tps-latestv-reset-step-popup{
     left: auto;
     right: 0;
     transform: none;
   }
   .tps-latestv-reset-step-popup:before {
    left: 70% !important;
   }

   /*popup*/
   .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title{
     padding: 16px 15px 8px 15px;
   }
   .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-title h2{
     font-size: 20px;
   }
   .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
     max-width: 100%;
     width: 95%;
   }
  /* end  */
  .tps-ringbuilder-form-popup .tps-form{
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 40px 12px;
  }
  .tps-ringbuilder-form-popup.email-us-form .tps-form{
   grid-gap: 0px 12px;
  }
  .tps-ringbuilder-form-popup .email-us-form, 
  .tps-ringbuilder-form-popup .tps-form-image-block,
  .tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap input, 
  .tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap textarea,  
  .tps-ringbuilder-form-popup .tps-form-image-block,
  .tps-ringbuilder-form-popup .drop-hint-form,
  .tps-ringbuilder-form-popup .wpcf7-form-control-wrap input, 
  .tps-ringbuilder-form-popup .wpcf7-form-control-wrap textarea{
    width: 100%;
  }
  .tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-div{
    max-width: 400px;
  }
  .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title{
    padding: 10px 15px;
  }
   .tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
    height: 200px;
  }
  .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content{
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
  }
  .tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr .tps-ringbuilder-wishlist-popup-title{
    font-size: 16px;
    line-height: 22px;
  }
   .tps-ringbuilder-cbutton{
    padding: 10px 20px 8px;
    font-size: 12px;
    line-height: 14px;
  }
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filters-title{
    font-size: 15px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value{
    text-align: left;
  }
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a{
    top: -35px;
  }
  .tps-ringbuilder-mob-filter-button button,
  .tps-ringbuilder-mob-filter-button button:hover,
  .tps-ringbuilder-mob-filter-button button:focus{
    display: flex;
    grid-gap: 5px;
    justify-content: center;
    margin: auto;
    background-color: var(--site-primary-color);
    color: var(--site-primary-color);
    text-transform: capitalize;
    line-height: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: var(--site-white-color);
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-primary-color);
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    align-items: center;
    font-weight: 500;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .tps-ringbuilder-mob-filter-button button::after{
    content: '';
    width: 30px !important;
    height: 30px !important;
    display: block;
    background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-repeat: no-repeat;
  }
  .tps-ringbuilder-mob-filter-button button::after{
    background-position: -67px -1051px !important;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .tps-ringbuilder-item-listing-div, .tps-ringbuilder-item-listing-div noscript{
    grid-gap: 20px 1.3%;
  }
  .tps-ringbuilder-filter-wrapper-div.open-popup .tps_latestv_ringl_filter_parent-child{
    background-color: var(--site-white-color);
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  
  .tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul{
    grid-gap: 10px 0.5%;
    justify-content: flex-start;
   }
   .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul {
        grid-gap: 10px 0.5%;
    }
    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
        width: 24.60%;
    }
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div, 
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div{
    text-align: center;
  }
 
  .tps-seDetailc-meta-description p{
    margin-bottom: 0px !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title, .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
    font-size: 20px;
    line-height: 30px;
 }
 .tps-seDetailc-spacification, .tps-ringbuilder-final-specification{
    margin: 0px 0px 50px;
    padding: 30px 0px 0px;
 }
 .tps-seDetailc-btn .tps-ringbuilder-btn{
    width: 100%;
 }
.tps-ringbuilder-form-popup .wpcf7-not-valid-tip{
    margin: -10px 0px 7px 6px;
}
.tps-ringbuilder-form-popup .wpcf7 form .wpcf7-response-output{
  font-size: 13px;
  line-height: 20px;
}
/*currecy swithcer*/
.tps-header-icons .tps-header-cur-switcher, 
.tps-header-icons .tps-header-wishlist{
    top: 13px;
}
#top-header .et-social-icons {
    margin-right: 40px;
}
/*End*/
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized{
  grid-gap: 0px 10px;
}
.tps_latesv_ring_fil_common{
  padding: 0px 15px;
  margin-left: 0 !important;
}
body.tps-ringbuilder-filter-open{
  overflow: hidden !important;
}
.tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-div {
    display: none !important;
}
.tps_latestv_steps .tps_latestv_steps_action a{
  font-size: 10px;
  margin-right: 5px;
}
.tps_latestv_steps .tps_latestv_steps_action a:nth-child(2){
  margin-right: 0px;
}
.tps-ringbuilder-main-container {
    padding: 0px 20px;
}

.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-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-2,
.tps-ringbuilder-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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
 .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right, 
 .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, 
 .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  font-size: 14px !important;
  line-height: 20px !important;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr, 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr, 
.tps-ringbuilder-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-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide img{
    object-fit: contain;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
    border-bottom: 1px solid var(--site-color-7);
    padding-bottom: 14px;
    margin-bottom: 28px;
}   
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title {
    font-size: 16px;
}

.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
     height: auto;
   }

   .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;
    margin: 0px auto 11px auto;
    display: block;
    font-size: 16px;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: var(--site-primary-color);
   }
   .tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-title{
      display: none;
   }
   
    .tps-ringbuilder-form-popup .tps-form-image-block{
        display: none !important;
    }
    .tps-center-stone-lab-link, 
    .tps-dia-detail-lab-certificate-link{
        margin-right: auto !important;
        margin-left: unset !important;
    }
    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-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_ringl_filter{
    padding: 0px 15px 0px;
  }

  .tps-seDetailc-ring-size-wrapper {
    display: flex;
    flex-direction: column;
}

.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box{
  margin-left: 0;
}
.tps-seDetailc-img-popup-div div.tps-seDetailc-img-popup-div-cr, 
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
  max-width: 500px;
  width: 500px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent{
  justify-content: center;
  grid-gap: 15px;
  flex-direction: column;
  align-items: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul{
  grid-gap: 5px;
} 
.tps-ringbuilder-item-selected-value ul li a span{
  margin-top: 1px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:not(:last-child):before{
  right: -4px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul {
    grid-gap: 7px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option-sublist {
    grid-gap: 5px 5px;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn .tps-ringbuilder-reset-txt-span{
    display: none;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn{
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  grid-column-gap: 0px;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-filter-close{
  background-color: transparent !important;
  outline: none;
  width: 30px !important;
  height: 30px;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -394px -142px;
  display: flex;
  padding: 0;
  outline: none !important;
  border: none;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn::before{
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -197px -325px !important;
  transform: rotate(-68deg);
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
  width: 19.60%;
}
.tps-ringbuilder-breacrum {
  margin: 10px 0px 15px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input + span {
  flex-direction: column;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery{
  margin: 0px auto 20px !important;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a, .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a{
    justify-content: center;
}
.tps-seDetailc-shipping-days{
    display: inline-block;
    max-width: 260px;
}
.tps-seDetailc-shipping-days::before{
    display: inline-block;
    float: left;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a, 
.tps-seDetailc-shipping-days {
    font-size: 14px;
    line-height: 20px;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-meta{
  display: flex;
  flex-direction: column;
}
.tps-ringbuilder-sheading h2, .tps-ringbuilder-final-specification a{
  margin-left: auto !important;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list{
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-link{
  margin-inline: auto;
  margin-top: 5px;
}
.tps-ringbuilder-final-data div.tps-ringbuilder-final-data-wrapper {
  text-align: center;
  align-items: center;
}
.tps-ringbuilder-final-data{
  max-width: 400px;
}
.tps-seDetailc-similar-settings-list-wrapper .slick-arrow, 
.tps-seDetailc-main-gallery .slick-arrow, 
.tps-ringbuilder-final-gallery .slick-arrow{
  display: none !important;
}
.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background, 
.tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background{
  display: none;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price, 
.tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
  font-size: 20px;  
}
.tps_latestv_steps{
  margin: 0px 0px 13px;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a,
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn{
  font-weight: 300;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .thankyou-heading{
  margin-top: 16px;
}
.tps-form-submited + .tps-ringbuilder-form-popup-content p{
  font-size: 14px;
  line-height: 22px;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-list-right{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 270px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-icon{
  margin-top: 0px;
}
.tps-ringbuilder-final-data .tps-ringbuilder-final-data-list{
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 0px;
  align-items: flex-start;
}
/*end*/
}

@media(max-width:639px){
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 240px;
 }
 .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, 
 .tps-ringbuilder-final-row .tps-ringbuilder-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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right{
    text-align: left;
    height: auto;
 }
 .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right{
    text-align: left;
 }

.tps-ringbuilder-main-container {
    padding: 0px 15px;
}
.tps-seDetailc-main-gallery .slick-arrow, 
   .tps-seDetailc-main-gallery .slick-arrow:hover, 
   .tps-ringbuilder-final-gallery .slick-arrow, 
   .tps-ringbuilder-final-gallery .slick-arrow:hover{
        z-index: 99;
        border: 1px solid var(--site-primary-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-ringbuilder-final-gallery .slick-arrow.slick-next, 
   .tps-ringbuilder-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-ringbuilder-final-gallery .slick-arrow.slick-prev, 
   .tps-ringbuilder-final-gallery .slick-arrow.slick-prev:hover{
        left: -20px;
        background-position: -220px -359px !important;
   }
   .tps-ringbuilder-main-container, .tps-ringbuilder-banner .tps_loose_banner_heading {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}
@media(max-width:580px){
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 230px;
 }

 .tps-ringbuilder-item-counter-div{
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    grid-gap: 8px;
 }
 .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul{
    justify-content: center;
 }
 .tps-ringbuilder-item-selected-value ul li a{
    font-size: 13px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select, .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span{
    font-size: 14px;
  }
  .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{
     width: 65px !important;
     height: 54px !important;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide{
     justify-content: center;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    display: flex;
    justify-content: center;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(1){
    width: 30%;
  } 
  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(2){
    width:30%;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(3){
    width: 30%;
  }

  
/*  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track{
    transform: none !important;
  }*/
  .tps-seDetailc-gemstone-selection-popup .tps-seDetailc-gemstone-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-ringbuilder-final-gallery-loader{
    height: 375px;
}
.tps-ringbuilder-toast-msg-popup-wrapper .tps-ringbuilder-toast-msg-popup {
    max-width: 100%;
    width: 70%;
  }
.tps-ringbuilder-toast-msg-popup-wrapper .tps-ringbuilder-toast-msg-content{
  width: 100%;
  max-width: 100%;
  font-size: 12px;
}
/* .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-track{
    width: auto !important;
 }*/
 .tps-ringbuilder-final-data div span span{
    width: auto;
 }
 .tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
    grid-gap: 10px;
 }
 .tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr{
   width: 80%;
   max-width: 100%;
 }
 .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 25%;
}
.tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul {
  grid-gap: 12px 0%;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent{
    flex-direction: column;
    align-items: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent .tps-ringbuilder-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-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left, .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-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%;
}
/*currecy swithcer*/
#main-header .container{
  padding-right: 10px;
  padding-left: 10px;
  margin-top: -14px;
}
.tps-header-icons .tps-header-wishlist{
  position: relative;
  width: fit-content;
  z-index: 999999;
}
.tps-header-icons .tps-header-cur-switcher{
  position: relative;
}
.tps-header-icons{
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  padding-bottom: 10px;
}
#main-header #logo{
    max-width: 80%;
    margin-top: 13px;
}   
.mobile_menu_bar{
    padding-bottom: 9px !important;
}
.tps-header-icons .tps-header-cur-switcher, .tps-header-icons .tps-header-wishlist {
    top: 5px;
    right: auto;
}
.tps-header-icons a.wishlist_products_counter::before{
    margin-right: 0px !important;
}
.tps-header-icons .tps-header-wishlist .wishlist_products_counter_number{
    right: -6px;
}
/*End*/

.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo:nth-child(2) .tps-ringbuilder-final-sattr-left, .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo:nth-child(2) .tps-ringbuilder-final-sattr-right{
    text-align: left;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col, 
.tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol{
    grid-template-columns: 1fr;
    width: 100%;
}
.tps-seDetailc-meta .tps-seDetailc-share-list div{
  justify-content: left;
}

.tps-ringbuilder-main-container, .tps-ringbuilder-banner .tps_loose_banner_heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div, .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 100%;
}
.tps-ringbuilder-spinner-grid-container {
    grid-template-columns: 1fr;
}
.tps-latestv-reset-step-popup{
    width: 202px;
}
.tps-latestv-reset-step-popup:before {
    left: 60% !important;
}
main#content{
  padding-inline: 0px !important;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
  padding-bottom: 10px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list, .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul{
  max-width: 100% !important;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-tab[data-tab-type="setting"] a::after {
    right: -6px;
}
/*end*/
}
@media(max-width:500px){
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 180px;
 }
/* .tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper{
    grid-gap: 3px 10px;
    flex-direction: column;
    align-items: start;
 }*/
 .tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized{
    align-items: end;
 }
 .tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn{
    width: 80px;
    padding: 7px 10px 7px 10px;
 }  
 .tps-seDetailc-shipping-days{
    align-items: start;
 }

}
@media(max-width:480px){
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    height: 300px;
 }
 .tps-ringbuilder-item-listing-div, 
 .tps-ringbuilder-item-listing-div noscript{
    grid-template-columns: 1fr;
 }
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 100%;
}
 .tps-ringbuilder-spinner-grid-container {
    grid-template-columns: 1fr;
 }
 .tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-div{
    max-width: 80%;
  }
  .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-close {
    top: 10px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col, 
.tps-ringbuilder-final-data{
    flex-direction: column;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr{
    height: auto;
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
    font-size: 13px;
  }
  .tps-seDetailc-img-popup-div div.tps-seDetailc-img-popup-div-cr, .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
      max-width: 100%;
      width: 95%;
      padding: 15px 15px 20px;
  }
  .tps-ringbuilder-form-popup .email-us-form, .tps-ringbuilder-form-popup .drop-hint-form{
    padding-left: 0%;
  }
  .tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content {
    padding: 30px 0px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h1{
    font-size: 20px;
    line-height: 30px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a, .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a, 
  .tps-seDetailc-shipping-days {
        font-size: 13px;
        line-height: 20px;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list {
        grid-gap: 0px 0px;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list, .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul{
        justify-content: space-between;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a, .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a{
        grid-gap: 0px;
    }
    .tps-ringbuilder-back-to-search button {
        font-size: 13px;
        line-height: 13px;
    }
}

/*Transpacific software --- end*/