/*Transpacific software --- For setting listing / setting detail / final ring css*/
/*Transpacific software --- here common design css*/
a:focus, 
button:focus, 
input:focus, 
textarea:focus{
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
.tps-ringbuilder-main-container{
   max-width: 1440px;
   margin: auto;
   padding:0px 15px;
}
.tps-ringbuilder-breacrum{
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
  font-family: 'Carlito';
  color: var(--site-black-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a{
  color: var(--site-black-color);
}
.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-breacrum .tps-ringbuilder-breacrum-item span.tps-ringbuilder-br-icon{
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/Derco_Arrow.svg);
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: 86%;
}
.tps-ringbuilder-back-to-search button, 
.tps-dia-detail-back-to-search button{
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  font-family: 'Carlito';
  color: var(--site-black-color);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
  margin-top: -10px;
}
.tps-ringbuilder-back-to-search button:hover, 
.tps-dia-detail-back-to-search button:hover,
.tps-ringbuilder-back-to-search button:focus, 
.tps-dia-detail-back-to-search button:focus{
  background-color: transparent !important;
  outline: none;
  color: var(--site-black-color);
}
.tps-ringbuilder-back-to-search button::before, 
.tps-dia-detail-back-to-search button::before{
  content: '';
  width: 17px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/Derco_Arrow.svg);
  background-position: 3px 3px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*end*/


/*Transpacific software --- steps style here*/
.tps_latestv_steps {
    font-family: 'Carlito';
    font-weight: 100;
    color: #333;
    letter-spacing: .8px;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
/*    height: 98px;*/
    margin: 0 auto;
    border-collapse: separate;
    table-layout: fixed;
    line-height: 1.3;
    position: relative;
    background-color: transparent;
    padding: 7px 0px 10px;
    margin: 15px 0px 30px;
    border-left: none;
    border-right: none;
}
.tps_latestv_steps .tps_latestv_steps_node {
    position: relative;
    display: block;
    width: auto;
    height: 80px;
    text-decoration: none;
    padding-right: 20px;
}

.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 {
    content: '';
    width: 2px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--site-color-8);
}
.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: 40px;
    text-align: center;
    width: 70px;
    line-height: 80px;
    color: var(--site-black-color);
    font-family: 'Carlito';
}
.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;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'CooperBT';
    color:var(--site-primary-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: 'Carlito';
    font-size: 12px;
    line-height: 15px;
    color: var(--site-black-color);
    text-transform: capitalize;
    position: relative;
    margin-top: 5px;
}
.tps_latestv_steps .tps_latestv_steps_action a{
   color: var(--site-black-color);
} 
.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-primary-color);
}
.tps_latestv_steps .tps_latestv_steps_data{
  margin-top: 5px;
}
.tps_latestv_steps .tps_latestv_steps_pho {
    width: 70px;
    text-align: center;
}
.tps_latestv_steps .tps_latestv_steps_pho::after{
    content: '';
    display: block;
    height: 50px;
    width: 70px;
    text-align: center;
    background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
   background-position: -1px -7px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
   background-position: -68px -7px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after{
   background-position: -144px -7px;
}
.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: 25px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}
.tps_latestv_steps .tps_latestv_steps_action a::after{
  content: '';
  width: 100%;
  height: 1px;
  transition: width 0.5s ease;  
  background-color: var(--site-black-color);
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);  
}
.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;
    font-family: 'Carlito';
    font-size: 20px;
    line-height: 20px;
    color: var(--site-black-color);
    font-weight: normal;
}

.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{
  color: var(--site-primary-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;
}
.tps_latestv_steps_inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--site-color-7);
    box-shadow: 0px 4px 11px -1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
/*end*/

/*Transpacific software --- setting listing filter*/
.tps_latestv_ringl_filter_parent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tps_latestv_ringl_filter{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
}
.tps_latesv_ring_fil_common {
  width: 49.5%;
  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-8);
}
.tps_latestv_ringl_reset_block .tps_latestv_rest_filter, 
.tps_latestv_ringl_reset_block label{
  cursor: pointer;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: var(--site-black-color);
  font-family: 'Carlito';
  position: relative;
  transition: width 2s;
}
.tps_latestv_ringl_reset_block label{
  float: left;
  cursor: default;
}
.tps_latestv_ringl_filter{  
  clear: both;
  padding: 0px 0px 0px;
  overflow: hidden;
  margin-bottom: 30px;
} 
.tps_latestv_ringl_reset_block .tps_latestv_rest_filter:hover{
   color: var(--site-black-color);
}
.tps_latestv_ringl_filter .tps-ringbuilder-filter-label{
   display: block;
   width: 100%;
   font-size: 18px;
   text-transform: capitalize;
   line-height: 18px;
   color: var(--site-black-color);
   margin: 0;
   padding: 7px 5px 15px 0px;
   font-family: 'Carlito';
   position: relative;
   cursor: default;
   border: none;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 0%;
  text-align: center;
  justify-content: space-between;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li{
  position: relative;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li{
  width: 16%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0;
 cursor: pointer;
 left: 50%;
 transform: translateX(-50%);
 z-index: 999;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input{
  width: 40px !important;
  height: 40px !important;
}
/*can be set with filter*/

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span:before{
  content: '';
  width: 55px!important;
  height: 55px!important;
  display: block;
  margin: 0 auto 5px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  border:1px solid transparent;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="channel-set"] + span:before{
  background-position: -388px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-halo-option input[value="halo"] + span:before{
  background-position: -320px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="hidden-halo"] + span:before{
  background-position: -254px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"] + span:before{
  background-position: -69px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"] + span:before{
  background-position: -132px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"] + span:before{
  background-position: -9px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="three-stone"] + span:before{
  background-position: -450px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"] + span:before{
  background-position: -194px -541.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
 font-family: 'Carlito';
 font-size: 14px;
 color: var(--site-black-color);
 line-height: 14px;
 text-align: center;
 text-transform: capitalize;
 display: block;
 margin: auto;
 position: relative;
 padding-bottom: 0px;
 cursor: pointer;
 min-height: 32px;
 width: fit-content;
 font-weight: 300;
}
.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 ul li input:checked + span::before{
  border-color: var(--site-primary-color);
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="14k-rose-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-rose-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="rose-gold"] + span::before{
   background-position: -250px -286px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-rose-gold"] .tps-seDetailc-sw-iocn, 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-rose-gold"] .tps-seDetailc-sw-iocn{
 background-position: -156px -234px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-white-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="14k-white-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="white-gold"] + span::before{
   background-position: -13px -286px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-white-gold"] .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-white-gold"] .tps-seDetailc-sw-iocn{
   background-position: -91px -234px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-yellow-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="14k-yellow-gold"] + span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="yellow-gold"] + span::before{
  background-position: -132px -286px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="14k-yellow-gold"] .tps-seDetailc-sw-iocn, 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="18k-yellow-gold"] .tps-seDetailc-sw-iocn{   
  background-position: -26px -234px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="platinum"] + span::before{
   background-position: -368px -286px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="platinum"] .tps-seDetailc-sw-iocn{
  background-position: -220px -234px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li{
  width: 12%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cathedral"] + span:before{
  background-position: -17px -669px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="classic"] + span:before{
  background-position: -94px -667px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="crossover"] + span:before{
  background-position: -172px -668px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"] + span:before{
  background-position: -249px -668px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="twist"] + span:before{
  background-position: -326px -668px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cathedral"]:checked + span:before{
  background-position: -18px -623px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="classic"]:checked + span:before{
  background-position: -95px -621px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="crossover"]:checked + span:before{
  background-position: -173px -622px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"]:checked + span:before{
  background-position: -320px -580.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"]:checked + span:before{
  background-position: -132px -580.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="twist"]:checked + span:before{
  background-position: -326px -622px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"]:checked + span:before {
   background-position: -9px -580.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"]:checked + span:before {
  background-position: -69px -580.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="channel-set"]:checked + span:before {
  background-position: -388px -580.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="three-stone"]:checked + span:before {
  background-position: -450px -579.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"]:checked + span:before {
  background-position: -194px -579.5px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="hidden-halo"]:checked + span:before {
  background-position: -254px -579.5px;
}


.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{
  grid-gap: 20px 0px;
  margin-left: -27px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li{
  width:20%;
}
.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_can_be_set_with li[data-option-slug="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{
  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{
  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{
  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{
  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{
  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{
  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{
  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{
  background-position: -487px -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{
  background-position: 1px -229px;
}
.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{
 background-position: -160px -229px;
}
.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{
  background-position: -106px -229px;
}
.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{
  background-position: -374px -229px;
}
.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{
  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{
  background-position: -267px -229px;
}
.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{
  background-position: -321px -229px;
}
.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{
  background-position: -52px -229px;
}
.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{
  background-position: -487px -232px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style-type ul li{
  width: 30%;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
  background: #102F4B !important;
  box-shadow: none !important;
}
.ui-widget.ui-widget-content{
  background: var(--site-primary-color);
  height: 3px;
  border: none !important;
  border-radius: 10px;
  margin: 7px 9px 24px 9px;
}
.ui-slider .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  top: -8px !important;
  z-index: 9;
  border: 1px solid var(--site-primary-color) !important;
  background-color: var(--site-white-color) !important;
  box-shadow: none !important;
  border-radius: 50%;
}
.ui-widget.ui-widget-content {
    background: var(--site-color-5);
}
.ui-widget-header{
  background: var(--site-primary-color) !important;
  box-shadow: none !important;
  border-radius: 50%;
  border-color: var(--site-primary-color) !important;
}

.tps_latestv_ringl_filter .tps-latestv-bapf-from{
  float: left;
}
.tps_latestv_ringl_filter .tps-latestv-bapf-to{
  float: right;
}
.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 4px;
 border-radius: 4px;
 width: 90px;
 font-size: 16px;
 color: var(--site-black-color);
 line-height: 16px;
 font-family: 'Carlito';
 border: 1px solid var(--site-color-8);
}
.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: 50%;
  text-align: center;
  padding: 0px 0px 0px 0px !important;
  height: auto;
  border: none;
  box-shadow: none;
  outline: none;
  color: var(--site-black-color);
  font-size: 14px;
  line-height: 14px;
  border-bottom: 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;
  color: #888888;
  line-height: 16px;
  font-family: 'Carlito';
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent{
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent a.tps-ringbuilder-reset-filter-btn{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.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: -201px -918px;
  transform: rotate(-91deg);
}
.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup{
  position: absolute;
    width: 240px;
    right: 0;
    background-color: var(--site-primary-color);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 99;
    top: 34px;
}
.tps-latestv-reset-step-popup{
    right: auto;
    top: 113%;
    text-align: center;
    border: 1px solid #ffffff8c;
} 
.tps-latestv-reset-step-popup:before{
    top: -9px !important;
    right: 37% !important;
    border-top: 1px solid #ffffff8c;
    border-left: 1px solid #ffffff8c;
}  
.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: 16px;
  color: var(--site-white-color);
  font-family: 'Carlito';
  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: end;
}
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group{
  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: 9px 20px 6px;
  margin-top: 10px;
  background-color: transparent;
  color: var(--site-white-color);
  font-size: 15px;
  font-family: 'Carlito';
  line-height: 16px;
  border: 1px solid var(--site-white-color);
  transition: 0.5s ease;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
}
.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button:hover, 
.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:hover,
.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-black-color);
}
.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);
}
/*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;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col1 span{
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  font-family: 'Carlito';
  cursor: default;
}
.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: 24px;
 color: var(--site-black-color);
 padding: 0px 0px 2px 5px;
 border-radius: 0px;
 font-family: 'Carlito';
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 position: relative;
 background: transparent;
 background-image: url(../images/common-images/Derco_Arrow.svg);
 background-repeat: no-repeat;
 background-position-x: 94%;
 background-position-y: 18px;
 cursor: pointer;
 border: none;
 width: 135px;
 background-color: transparent;
 outline: none;
 box-shadow: none;
 background-position: 96% 3px;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select option{
 font-size: 14px;
 padding: 10px 13px 10px 13px;
 font-family: 'Carlito';
 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;
}
.tps-ringbuilder-item-selected-value ul li a{
  font-size: 15px;
  font-family: 'Carlito';
  line-height: 15px;
  color: var(--site-black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: 500;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:before{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #959595;
  position: absolute;
  right: -6px;
  top: 42%;
  transform: translateY(-50%);
}
.tps-ringbuilder-item-selected-value ul li a:hover{
  font-weight: 600;
}
.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;
  padding: 35px 0px 0px 0px;
}
.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: -402px -381px;
  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: -18px -921px;
  margin-top: 0px;
  margin-right: 9px;
}
/*end*/
/*Transpacific software --- ring builder listing view design*/
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div noscript,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div noscript{
  display: flex;
  grid-gap: 20px 1.3%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
   padding: 0px;
   cursor: pointer;
   border-radius: 2px;
   width: 24%;
   cursor: pointer;
   transition: .3s;
   border: none;
   position: relative;
   background-color: var(--site-color-4);
   border: 1px solid transparent;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div{
   width: 49%;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
   width: 100%;   
   position: relative;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:hover{
  border-color: var(--site-black-color);
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr{
   background-color: var(--site-white-color);
   padding: 12px 8px 5px;
   text-align: center;
   height: 110px;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div{
  text-align: center;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
  font-size: 16px;
  line-height: 20px;
  color: var(--site-black-color);
  margin: 0px 0px 12px;
  font-family: 'Carlito';
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  display: block;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div{
  font-size: 18px;
  line-height: 26px;
  color: var(--site-black-color);
  font-family: 'Carlito';
  text-align: left;
  font-weight: 700;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child{
  position: relative;
  padding-right: 50px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child .tps-ringbuilder-item-wishlist-span{
  position: absolute;
  top: -1px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg), #fff;
  background-position: -171px -770px;
  border-radius: 50%;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child .tps-ringbuilder-item-wishlist-span.active{
 background-position: -134px -770px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child .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: 10px 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-gap: 20px;
      }
      .tps-ringbuilder-item-listing-list-view-loader .tps-ringbuilder-spinner-grid-container{
        grid-template-columns: 1fr 1fr;
      }
      .tps-ringbuilder-item-listing-list-view-loader .tps_grid_animated-background {
          height: 500px;
      }
      .tps-seDetailc-gallery-loader, 
      .tps-ringbuilder-final-gallery-loader{
        width: 100%;
        height: 500px;
      }
      .tps-seDetailc-gallery-loader .timeline-item, 
      .tps-seDetailc-gallery-loader .timeline-wrapper, 
      .tps-seDetailc-gallery-loader .auth-info, 
      .tps-seDetailc-gallery-loader .tps_grid_animated-background,
      .tps-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: #eeeeee;
        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: #eeeeee;
      }
      .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;
        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: #eeeeee;
         width: 90%;
         height: 15px;
         left: 0%;
      }
      .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price{
         bottom: 15px;
         background: #eeeeee;
         width: 40%;
         height: 15px;
         left: 0%;
      }
      .tps-ringbuilder-item-not-found-div{
         text-align: center;
         font-family: 'Carlito';
         font-size: 25px;
         line-height: 25px;
         color: var(--site-black-color);
         display: flex;
         flex-direction: column;
         grid-gap: 10px;
         height: 300px;
         justify-content: center;
         border: 1px solid var(--site-black-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: 'Carlito';
        color: #ff0000;
        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{
   width: 60%;
   margin: 0px 0%;
   padding-right: 2%;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-meta{
   width: 38%;
   margin-left:auto;
}
.tps-seDetailc-meta .tps-seDetailc-meta-title{
   font-size: 32px;
   line-height: 40px;
   font-weight: normal;
   text-transform: capitalize;
   color: var(--site-black-color);
   margin-bottom: 17px;
   font-family: 'CooperBT';
}
.tps-seDetailc-meta-description{
   border-top: 0px;
   padding-bottom: 0px;
   font-size: 18px;
   color: var(--site-black-color);
   font-family: 'Carlito';
   margin-bottom: 17px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price{
   font-family: 'CooperBT';
   font-size: 30px;
   line-height: 40px;
   margin-bottom: 10px;
   color: var(--site-black-color);
   font-weight: 500;
   display: flex;
   align-items: center;
   grid-gap: 6px;
}
.tps-seDetailc-meta .tps-seDetailc-meta-price sub{
   font-size: 18px;
   text-transform: capitalize;
   margin: -3px 0px 0px -4px;
}
.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: 26px;
   font-family: 'Carlito';
   color: var(--site-black-color);
   text-transform: capitalize;
   font-weight: 700;
}
.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-weight: 400;
}
.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: 24px;
   font-family: 'Carlito';
   color: var(--site-black-color);
   text-transform: capitalize;
   font-weight: 700;
   margin-left: 5px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-value {
    font-weight: 500;
}
.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: 40px !important;
   height: 40px !important;
   display: block;
   margin: 0px auto 10px auto;
   background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
   background-repeat: no-repeat;
   border: 1px solid transparent;
   border-radius: 50%;
}
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn{
  border-color: var(--site-primary-color);
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-sw-iocn::after{
  display: none !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-sw-iocn{   
  border: 1px solid var(--site-black-color);
  width: 37px !important;
  height: 36px;
  border-radius: 50%;
  height: 36px !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li .tps-seDetailc-swatch-option-label-div{
  font-family: 'Carlito';
  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 li:hover{
  cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active,
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.active div{
  cursor: default !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches{
  margin-bottom: 12px;
  margin-top: 15px;
  border-top: 1px solid var(--site-color-5);
  padding-top: 15px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-meta-div{
  margin-bottom: 10px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li{
  position: relative;
}
.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: 'Carlito';
  font-size: 14px;
  color: var(--site-black-color);
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  display: none !important;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div::after{
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--site-primary-color);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
  color: var(--site-primary-color);
}
.tps-seDetailc-meta .tps-seDetailc-swatches li.active div.tps-seDetailc-swatch-option-label-div::after{
  width: 100%;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover div{
  opacity: 1;
  visibility: visible;
}
.tps-ringbuilder-btn{
  padding: 13px 20px 15px;
  font-family: 'Carlito';
  font-weight: 500;
  border: 1px solid var(--site-primary-color);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
  color: var(--site-white-color) !important;
  position: relative;
  width: 100%;
  text-transform: capitalize;
  transition: all .25s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: var(--site-white-color) !important;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.tps-ringbuilder-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--site-primary-color);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.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{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0% 10px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list{
  margin-bottom: 20px;
  max-width: 100%;
  padding: 11px 0px 9px;
  border-top: 1px solid var(--site-color-5);
  border-bottom: 1px solid var(--site-color-5);
}
.tps-seDetailc-meta .tps-seDetailc-share-list a{
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-black-color);
  font-size: 16px;
  line-height: 28px;
  font-family: 'Carlito';
  position: relative;
  font-weight: 500;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a::before,
.tps-seDetailc-shipping-days::before{
  content: '';
  width: 30px;
  height: 27px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  display: block;
  float: left;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a:hover{
  font-weight: 600;
  color:var(--site-primary-color);
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist a::before{
  background-position: -16px -422px;
} 
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact a::before{
  background-position: -184px -809px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail a::before{
  background-position: -90px -811px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint a::before{
  background-position: -14px -812px;
}
.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: 'Carlito';
  margin-bottom: 0px;
}
.tps-seDetailc-meta .tps-seDetailc-payment-g p a{
  color: #0070ba;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.tps-seDetailc-meta .tps-seDetailc-payment-g p a:hover{
  text-decoration: none;
}
.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, 
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-title{
  text-transform: capitalize;
  position: relative;
  font-size: 32px;
  color: var(--site-primary-color);
  font-family: 'CooperBT';
  text-align: left;
  width: fit-content;
  border-bottom: solid 2px var(--site-primary-color);
  line-height:40px;
  margin-bottom: 30px;
  padding: 0 0 4px 0;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-title{
  padding: 5px 0px 0px;
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
  color: var(--site-black-color);
  border: none;
  width: 100%;
  position: relative;
}
.tps-seDetailc-similar-settings-wrapper {
  margin: 80px 0px 50px;
}

.tps-seDetailc-spacification, 
.tps-ringbuilder-final-specification{
  margin: 10px 0px 50px;
  background-color: var(--site-white-color);
  padding: 0px 0px 0px;
  border-top: 1px solid var(--site-color-5);
}
.tps-seDetailc-spacification .tps-ringbuilder-sheading, 
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
  padding: 0px 15px;
}
.tps-seDetailc-spacification .tps-ringbuilder-sheading{
  cursor: default;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info{
  display: flex;
  width: 100%;  
  grid-gap: 0px 1%;
  flex-wrap: wrap;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col,
.tps-ringbuilder-final-specification .tps-ringbuilder-final-scol,
.tps-ringbuilder-final-specification .tps-seDetailc-sp-info-col{
 width: 100%;
 display: grid;
 grid-template-columns: 2fr 1fr;
}
.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: flex-start;
  padding: 10px 0px 3px 0px;
  flex-wrap: wrap;
  grid-row-gap: 8px;
  height: fit-content;
}
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr{
  padding: 10px 0px 10px 0px;
}
.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;
 line-height: 16px;
 font-family: 'Carlito';
 text-transform: unset;
 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: 17px;
  font-family: 'Carlito';
  text-transform: unset;
  color: var(--site-black-color);
  text-align: left;
}

.tps-seDetailc-spacification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tps-seDetailc-spacification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-attr:nth-child(odd), 
.tps-ringbuilder-final-specification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-col .tps-seDetailc-sp-info-attr:nth-child(odd){
  background-color: transparent;
}

.tps-seDetailc-spacification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  width: auto;
}
.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{
  font-weight: 600;
}
.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: 100%;
  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: 100%;
  font-size: 14px;
  line-height:22px;
  color: var(--site-color-8);
}
.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-main-gallery, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-seDetailc-main-gallery{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-row-gap: 10px;
  grid-column-gap: 0.5%;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-seDetailc-gallery-slide{
  width: 49.5%;
}
.tps-seDetailc-row{
 margin-top: 15px;
}
.tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
.tps-seDetailc-gallery  .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide, 
.tps-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: 70px !important;
  height: 70px !important;
  margin: 5px;
  float: left;
  border-radius: 5px;
}
.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
.tps-seDetailc-gallery  .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{ 
  margin-bottom: 10px !important;
  border: 1px solid var(--site-black-color);
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide::after, 
.tps-seDetailc-gallery  .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide::after,
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide::after, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide::after
{ 
    content: '';
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #efefef 50%, #1A2CA6 48%) right;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 200%;
    transition: .5s ease-out;
}

.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: cover;
}
.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,
.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide:hover::after,
.tps-seDetailc-gallery  .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide:hover::after, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide:hover::after, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide:hover::after{
    background-position: left;
    cursor: pointer;
}
/*.tps-seDetailc-gallery  .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div, 
.tps-ringbuilder-final-gallery  .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal div{
 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-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
  display: flex;
  align-items: center;
  padding: 0px;
}

.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;
}
.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-main-gallery .slick-arrow, 
.tps-seDetailc-main-gallery .slick-arrow:hover, 
.tps-ringbuilder-final-gallery .slick-arrow, 
.tps-ringbuilder-final-gallery .slick-arrow:hover{
  width: 14px;
  height: 30px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg) no-repeat -228px -359px !important;
  overflow: hidden;  
  left: -25px;
}
.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{
  background-position: -245px -359px !important;
  right: -25px;
  left:auto;
}
.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-ringbuilder-final-img-zoom-span{
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background: #ffffff45;
 -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-ringbuilder-final-img-zoom-span::after{
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg), #000000;
  background-position: -327px -135px;
  cursor: pointer;
}
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span, 
.tps-ringbuilder-final-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div:hover .tps-seDetailc-img-zoom-span{
  opacity: 1;
}
.tps-seDetailc-diamond-selection-popup,
.tps-seDetailc-img-popup-div{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #0009;
  width: 100%;
  height: 100%;
}
.tps-seDetailc-img-popup-div div{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--site-white-color);
    border-radius: 5px;
    padding: 40px 10px 30px;
    width: 725px;
    height: 88%;
}
.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 400px;
   background-color: var(--site-white-color);
   border-radius: 5px;
   padding: 40px 20px 10px;
   text-align: center;
}
.tps-ringbuilder-cbutton{
    padding: 13px 20px 15px;
    font-family: 'Carlito';
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    color: var(--site-white-color);
    position: relative;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: var(--site-white-color) !important;
    display: block;
    text-align: center;
    cursor: pointer;
}
.tps-ringbuilder-cbutton:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--site-primary-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}
.tps-ringbuilder-cbutton:hover, 
.tps-ringbuilder-cbutton:focus {
   color: var(--site-primary-color) !important;
   background-color: var(--site-white-color) !important;
}
.tps-ringbuilder-cbutton:hover:before, 
.tps-ringbuilder-cbutton:focus:before {
   -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-title{
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Carlito';
  color: var(--site-black-color);
  margin-bottom: 30px;
}
.tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close, 
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 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-img-popup-div img{
   height: 96%;
   margin: auto;
   display: block;
}
.tps-seDetailc-meta-description p, 
.tps-seDetailc-meta .tps-seDetailc-SKU{
  font-size: 16px;
  line-height: 25px;
  color: var(--site-black-color) !important;
  font-family: 'Carlito';
  font-weight: 500;
  margin-bottom: 15px;
}
 
.tps-ringbuilder-item-col2 .tps-ringbuilder-item-sort-by-title{
    font-size: 16px;
    line-height: 24px;
    color: var(--site-black-color) !important;
    font-family: 'Carlito';
    cursor: default;
}
.tps-ringbuilder-item-col2 .tps-ringbuilder-item-sort-by-title::after{
  content: ':';
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  margin-left: 5px;
}
/*end*/

/*Transpacific software --- applied filter*/
.tps-ringbuilder-item-selected-value{
  padding: 15px 15px;
  background: transparent;
  margin-bottom: 15px;
  background-color: var(--site-color-4);
  margin-top: 11px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filters-title{
  font-size: 16px;
  color: var(--site-black-color);
  line-height: 16px;
  font-family: 'Carlito';
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.5px;
}
.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%;
  position: relative;
}
.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 10px;
    align-items: center;
    position: relative;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-type-label {
    font-size: 15px;
    font-family: 'Carlito';
    line-height: 15px;
    color: var(--site-black-color);
    font-weight: 700;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-type-label::after{
  content: ":";
  font-size: 15px;
  line-height: 15px;
  margin-left: 3px;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected{
   margin-left: auto;  
   position: absolute;
   right: 0%;
   top: 0%;
   display: flex;
   align-items: center;
}
.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a{ 
   margin-left: auto;
   font-size: 16px;
   font-family: 'Carlito';
   line-height: 16px;
   color: var(--site-black-color);
   cursor: pointer;
   position: absolute;
   right: 0%;
   top: -30px;
   display: flex;
   align-items: center;
   width: 100px;
   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;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner{
 padding: 20px !important;
 border-radius: 5px;
}
.tinv-wishlist .tinv-txt{
 font-size: 18px;
 line-height: 22px;
 color: var(--site-black-color);
 margin: 12px 0 0;
 font-family: 'Carlito';
 text-transform: capitalize;
 display: block;
}
.tinv-wishlist  button.tinvwl_button_view, 
.tinv-wishlist  button.tinvwl_button_close{
  padding: 13px 20px 14px;
  font-family: 'Carlito';
  font-weight: 400!important;
  margin-bottom: 15px;
  border: 1px solid #13177a;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  background-color: #13177a;
  border-radius: 5px;
  color: var(--site-white-color) !important;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  line-height: 21px;
  text-decoration: none!important;
}
.tinv-wishlist  button.tinvwl_button_view:hover, 
.tinv-wishlist  button.tinvwl_button_close:hover{
  background-color: var(--site-white-color) !important;
  border-radius: 5px;
  color: #13177a!important;
  border: 1px solid  var() ! important;
}
.tinv-wishlist  button.tinvwl_button_close,
.tinv-wishlist .icon_big_heart_check, 
.tinv-modal-inner .icon_big_times{
  width: 50px !important;
  border: none;
  height: 50px;
  overflow: hidden;
  display: block;
  margin: auto;
  cursor: pointer;
  background: url(../images/diamond-listing-images/diamond-list-icon.svg);
  color: transparent;
  background-position: -235px -227px;
}
.tinv-wishlist .icon_big_heart_check:before, 
.tinv-modal-inner .icon_big_times:before{
  opacity: 0;
}
.tinv-wishlist .icon_big_heart_check, 
.tinv-modal-inner .icon_big_times{
  background-position: -300px -232px;
}
.tinv-wishlist .icon_big_heart_check:hover, 
.tinv-modal-inner .icon_big_times:hover{
 background-position: -450px -232px;
}

.tinv-wishlist  button.tinvwl_button_close i{
  display: none;
}
.tinv-wishlist  button.tinvwl_button_close:hover{
 background-position: -380px -227px;
 color: transparent !important;
 border: none !important;
}
.tinv-wishlist .tinv-msg-txt{
 font-size: 12px;
 line-height: 24px;
 color: var(--site-black-color);
 margin: 0 0 20px;
 font-family: 'Carlito';
 font-weight: 600;
 text-transform: capitalize;
 display: block;
 margin-top: -18px;
}
.tps-simillar-product-loader .tps-diamondlist-animated-list{
  margin: 0px !important;
  list-style: none !important;
}
.tps_latestv_steps .tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after,  
.tps_latestv_steps .tps_latestv_steps_two.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-position: -1px -72px;
}
.tps_latestv_steps .tps_latestv_steps_two.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after, 
.tps_latestv_steps .tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
    background-position: -68px -72px;
}
.tps_latestv_steps .tps_latestv_steps_three.active .tps_latestv_steps_pho.tps_latestv_steps_final::after{
    background-position: -144px -72px;
}

/*Simillar product gap spacing*/
body.logged-in .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div{
  height: auto;
}
/*End*/
/*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 #42688b;
  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 #102F4B;
  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-row .tps-ringbuilder-final-gallery {
    width: 60%;
    margin: 0px 0%;
    padding-right: 2%;
}
.tps-ringbuilder-final-row .tps-ringbuilder-final-meta {
    width: 38%;
    margin-left: auto;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-final-message{
   text-align: center;
   margin-bottom: 20px;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-final-message span{
  font-size: 25px;
  line-height: 22px;
  color: #102F4B;
  text-transform: capitalize;
  font-family: 'Carlito';
  position: relative;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--site-black-color);
  margin-bottom: 17px;
  font-family: 'CooperBT';
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-price {
    font-family: 'CooperBT';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--site-black-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-button {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
    padding: 0px 0px 0px;
    margin: 22px 0px 28px;
}
.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{
  display: flex;
  flex-wrap: wrap;
}
.tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list{
  display: flex;
  padding-left: 55px;
  position: relative;
  margin-bottom: 25px;
}
.tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-title-price{
  display: flex;
  flex-direction: column;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-title{
  background-color: var(--site-white-color);
  color: #2C2C2C;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.tps-ringbuilder-final-data div span{
  font-size: 16px;
  line-height: 16px;
  font-family: 'Carlito';
  color: var(--site-black-color);
}
.tps-ringbuilder-final-data div span:nth-child(1){
  font-family: 'Carlito';
  font-weight: normal;
}
.tps-ringbuilder-final-data div span a{
  color: var(--site-color-8);
  font-family: 'Carlito';
  font-weight: 300;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.tps-ringbuilder-final-data div span a::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--site-color-8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease;
  bottom: -2px;
}
.tps-ringbuilder-final-data div span a:hover{
  color: var(--site-black-color);
}
.tps-ringbuilder-final-data div span a:hover::after{
  width: 0%;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li {
    width: 25%;
}
.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: 14px;
    line-height: 28px;
    font-family: 'Carlito';
    position: relative;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-wish a:before {
    background-position: -15px -362px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-dh a:before {
    background-position: -46px -362px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-em a:before {
    background-position: -81px -362px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-ph a:before {
    background-position: -113px -362px;
}

.tps-ringbuilder-final-data div span:nth-child(2):hover{
  font-weight: 600;
  cursor: pointer;
}
.tps-ringbuilder-final-shipping {
    font-family: 'Carlito';
    font-size: 15px;
    color: var(--site-black-color);
    line-height: 20px;
    margin: 0px 0 20px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.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: 0px;
    margin-bottom: 0px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid var(--site-color-5);
    padding: 0px;
}
.tps-ringbuilder-final-specification {
    padding: 0px 0px 0px;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab a{
  margin-bottom: 0px;
  border-bottom: none;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-tab{
   width: 100%;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div a{
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  width: 100%;
  color: var(--site-black-color);
  font-family: 'Carlito';
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px 0px 16px 0px;
}   
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div a::after{
  content: '';
  width: 16px;
  height: 16px;
  display: block !important;
  background: url(../images/common-images/drop-down-dark-arrow.svg);
  margin-left: auto;
  background-size: 100%; 
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  margin-bottom: -1px;
}

.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;
   width: 100%;
}

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div.tps-highlight-item{
 background: #f1f1f1;
 outline: 1px solid #00000042;
 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(255 255 255 / 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); /* IE 9 */
  -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: 'Carlito';
  background-color:var(--site-white-color);
  margin: auto;
  text-align: center;
  max-width: 300px;
}

.tps-seDetailc-btn .tps-ringbuilder-btn{
  position: relative;
}   
.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;
/*  align-items: 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;
}
.tps-ringbuilder-ring-size-wrapper select{
    font-size: 16px;
    line-height: 16px;
    font-family: 'Carlito';
    text-transform: capitalize;
    max-width: 324px;
    width: 155px;
    background-image: url(../images/common-images/Derco_Arrow.svg);
    background-position: 98% 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    padding: 8px 10px 8px;
    transition: opacity 1s ease-out;
    font-weight: 300;
    background-color: transparent;
    cursor: pointer;
    background-size: 17px;
    color: var(--site-black-color) !important;
    border: 1px solid var(--site-black-color) !important;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-ring-size-wrapper select{
   margin-bottom: 0px;
}
.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 / 25%);
  }
  100% {
    box-shadow: 0 0 0 8px rgb(255 0 35 / 9%);
  }
}
@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: 'Carlito';
  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{
 padding: 20px 0px 0px;
 margin: 15px 0px 0px;
 border-top: 1px solid #ededed;
}
.tps-ringbuilder-final-engraving input{
  width: 100%;
  display: block;
  max-width: 278px;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: 'Carlito';
  color: var(--site-black-color) !important;
  padding: 10px 10px !important;
  border: 1px solid #102f4b !important;
  border-radius: 3px;
  background-color: var(--site-white-color) !important;
  box-shadow: none !important;
  margin: 10px 0px 0px 0px;
}
.tps-ringbuilder-final-engraving input + span{
  font-size: 11px;
  line-height: 20px;
  font-family: 'Carlito';
  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-diamond{
   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;
}
.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;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title{
  border-bottom: 1px solid #00000029;
  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: 'Carlito';
  margin: 0px;
  line-height: 30px;
}
.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-close:hover{
  background-position: -398px -143px;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-content{
  padding: 30px 20px;
}

@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);
    }
}

#content{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.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: 'Carlito';
    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: 'Carlito';
    color: var(--site-black-color);
    margin-bottom: 14px;
    width: 90%;
}
.tps-ringbuilder-form-popup .tps-form{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tps-ringbuilder-form-popup .tps-form-image-block{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.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%;
}
.tps-ringbuilder-form-popup .email-us-form p,
.tps-ringbuilder-form-popup .drop-hint-form p{
  margin-bottom: 0px;
}
.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 !important;
    font-size: 14px;
    background-color: var(--site-white-color);
    font-family: 'Carlito';
    color: var(--site-black-color);
    margin-bottom: 14px;
    width: 95%;
    margin-left: auto;
}
.tps-ringbuilder-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr, 
.tps-ringbuilder-form-popup .drop-hint-form .tps_drop_hint.tps-btn{
    padding: 13px 20px 15px;
    font-family: 'Carlito';
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    color: var(--site-white-color);
    position: relative;
    width: 100%;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: var(--site-white-color) !important;
    display: block;
    text-align: center;
    cursor: pointer;
}
.tps-ringbuilder-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr, 
.tps-ringbuilder-form-popup .drop-hint-form .tps_drop_hint.tps-btn{
    background: var(--site-primary-color) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 300px !important;
}
.tps-ringbuilder-form-popup .wpcf7 form .wpcf7-response-output{
  font-family: 'Carlito';
  color: var(--site-black-color);
  border-color: #ef3f49;
  font-size: 14px;
  font-weight: 300;
  margin: 0 auto;
}
.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{
   color: var(--site-primary-color);
   background: var(--site-white-color) !important;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr .tps-ringbuilder-form-popup-title .tps-ringbuilder-form-descr{
   margin-bottom: 0px;
   font-size: 16px;
   line-height: 20px;
   color: var(--site-black-color);
   font-family: 'Carlito';
   max-width: 380px;
   margin: 5px auto 0px auto;
}
.tps-ringbuilder-form-popup .email-us-form .wpcf7-form-control-wrap textarea{
  height: 250px;
}
.tps-ringbuilder-form-popup .wpcf7-not-valid-tip{
  text-align: left;
  margin: -13px 0px 7px 13px;
  font-size: 12px;
  font-family: 'Carlito';
}
.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;
  border: 1px solid var(--site-black-color);
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
}

.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner, 
.tps-ringbuilder-final-vertcal-parent .tps-ringbuilder-final-gallery-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner .setting-image-note, 
.tps-ringbuilder-final-vertcal-parent .tps-ringbuilder-final-gallery-inner .setting-image-note{
   text-align: center;
   color: var(--site-black-color);
   font-family: 'Carlito';
   font-size: 14px;
   margin-left: 20%;
}
.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: 'Carlito';
 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: 'Carlito';
 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-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-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label{
  text-align: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h2{
 text-transform: capitalize;
 font-size: 25px;
 line-height: 35px;
 color: var(--site-black-color);
 font-family: 'CooperBT';
 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%;
  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: pointer;
 position: relative;
} 

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:hover .tps-ringbuilder-item-metadata-div{
  border-color: #1a2ca5;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn{
 border-color: var(--site-black-color);
 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
  margin-bottom: 10px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li .tps-seDetailc-sw-iocn::after{
  display: none;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li .tps-seDetailc-sw-iocn{
 border: 1px solid transparent;
 border-radius: 50%;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.active .tps-seDetailc-sw-iocn{
 border-color: var(--site-black-color);
 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-round .tps-seDetailc-sw-iocn{
  background-position: -12px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-asscher .tps-seDetailc-sw-iocn{
  background-position: -116px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-cushion .tps-seDetailc-sw-iocn{
  background-position: -83px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-emerald .tps-seDetailc-sw-iocn{
  background-position: -242px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-marquise .tps-seDetailc-sw-iocn{
  background-position: -149px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-oval .tps-seDetailc-sw-iocn{
  background-position: -181px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-pear .tps-seDetailc-sw-iocn{
  background-position: -212px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-princess .tps-seDetailc-sw-iocn{
  background-position: -47.5px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-radiant .tps-seDetailc-sw-iocn{
  background-position: -309px -867px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-hert .tps-seDetailc-sw-iocn{
  background-position: -273px -865px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-round.active .tps-seDetailc-sw-iocn{
  background-position: -12px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-asscher.active .tps-seDetailc-sw-iocn{
  background-position: -117px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-cushion.active .tps-seDetailc-sw-iocn{
  background-position: -83px -818px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-emerald.active .tps-seDetailc-sw-iocn{
  background-position: -241px -818px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-marquise.active .tps-seDetailc-sw-iocn{
  background-position: -148px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-oval.active .tps-seDetailc-sw-iocn{
  background-position: -179px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-pear.active .tps-seDetailc-sw-iocn{
  background-position: -210px -818px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-princess.active .tps-seDetailc-sw-iocn{
  background-position: -45.5px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-radiant.active .tps-seDetailc-sw-iocn{
  background-position: -309px -818px;
} 
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li.tps-seDetailc-swatche-option-hert.active .tps-seDetailc-sw-iocn{
  background-position: -270px -817px;
}
.tps-seDetailc-meta .tps-seDetailc-btn,
.tps-seDetailc-meta .tps-seDetailc-wishlist{
  padding: 0px 0px 0px;
  width: 49%;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist a{
  display: flex;
  align-items: center;
  grid-gap: 5px;  
  justify-content: center;
  padding: 10.5px 20px 10.5px;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist a::after{
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  display: block;
  background-position: -21px -771px;
}
.tps-seDetailc-meta .tps-seDetailc-btn .tps-ringbuilder-btn{
  max-width: 500px;
}
.tps-seDetailc-shipping-days{
  font-family: 'Carlito';
  font-size: 16px;
  color: var(--site-black-color);
  line-height: 20px;
  margin: 0px 0 18px;
  font-weight: normal;
  position: relative;
  align-items: center;
  display: inline-block;
  cursor: default;
  text-transform: none;
}
.tps-seDetailc-shipping-days b{
  font-weight: normal;
  color: var(--site-black-color);
}
.tps-seDetailc-shipping-days:hover{
  color: var(--site-black-color);
}
.tps-seDetailc-shipping-days::before{
  background-position: -282px -809px;
  margin-right: 5px;
}
#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: #757575;
 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: #ef3f49;
}
.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-cur-switcher:hover  .tps-header-currency-dropdown {
  opacity: 1;
}
.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: 30px;
  max-width: 500px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list{
  width: 100%;
  margin-bottom: 15px;
}
.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-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-data div span a:hover{
  text-decoration: none;
}

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

.tps-ringbuilder-form-popup .tps_recaptcha{
   margin: auto;
   width: fit-content;
   margin-bottom: 20px;
}
.tps-ringbuilder-form-popup .tps_recaptcha .wpcf7-not-valid-tip{
   margin: -2px 0px 0px 0px;
}
.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: 'Carlito';
    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/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -376.9px -146.5px;
    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, 
.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover .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-5,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-5{
  width: 100%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-4,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-4{
  width: 100%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3{
  width: 100%;
  border-bottom: 1px solid var(--site-color-5);
  padding: 0px 0px 10px 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3{
  padding: 10px 0px 10px 0px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-2{
 width: 100%;
}
.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: left;
   width: 100%;
   display: block;
   color: var(--site-black-color);
   font-family: 'Carlito';
   font-weight: 700;
   margin-bottom: 0px;
   text-transform: capitalize;
   cursor: pointer;
   display: flex;
   align-items: center;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2{
  border-bottom: 1px solid var(--site-color-5);
  padding: 15px 0px 11px 0px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-metal{
  display: block;
   font-size: 18px;
   font-family: 'Carlito';
   color: var(--site-black-color);
   margin-top: 20px;
   line-height: 28px;
}
.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: 'Carlito';
  font-weight: 600;
  color: var(--site-black-color);
}
.tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-title{
  display: block;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Carlito';
  color: var(--site-black-color);
  margin-top: 20px;
}
.tps-ringbuilder-page-title h1{
  text-align: center;
  color: var(--site-black-color);
  padding: 0px 0px 15px 0px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  width: 30px;
  height: 40px;
  padding: 0;
  opacity: 1;
  visibility: visible !important;
  z-index: 9;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps:focus{
  outline: 0px !important !important;
  box-shadow: none !important !important;
} 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div .slider_arrow_tps{
  width: 50px;
  height: 50px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps.disabled{
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  display: none;
}

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps i{
  display: none;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps.slide-prev-tps,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow.slick-prev{
  left: 6px;
  background-position: -21px -507px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slider_arrow_tps.slide-next-tps,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow.slick-next{
  right: 6px;
  background-position: -71px -507px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div .slider_arrow_tps.slide-next-tps{
  background-position: -194px -501px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div .slider_arrow_tps.slide-prev-tps{
  background-position: -123px -501px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs{
  margin: 0px auto;
  list-style: none;
/*  display: flex !important;*/
  justify-content: center;
  width: fit-content !important;
    grid-gap: 0px 8px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .product-thumb{
  width: 40px !important;
  height: 40px;
  border: 1px solid var(--site-black-color);
  border-radius: 3px;
  display: flex !important;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .product-thumb img{
    width: 100%;
    height: auto;
    margin: auto;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .product-thumb.active,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .product-thumb:hover{
   border-color: #192ca4;
   opacity: 0.5;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .slick-track{
  display: flex !important;
  justify-content: center;
  width: 230px !important;
}
.tps-seDetailc-ring-size-wrapper .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title{
  margin-bottom: 10px;
  display: block;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div {
    margin: 10px;
    background: var(--site-white-color);
    cursor: pointer;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-img-div {
    /*background-color: var(--site-color-4);*/
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img {
    width: 100%;
    height: 270px;
    object-fit: contain;
    /*filter: brightness(0.955);*/
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-meta {
    padding: 0px 10px 10px;
    height: auto;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-title-div {
    text-align: left !important;
    display: block;
    padding: 12px 0px 0px;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 12px !important;
    color: var(--site-black-color);
    font-family: 'Carlito';
    text-transform: capitalize;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-price-div{
  font-size: 18px;
  line-height: 18px;
  color: var(--site-black-color);
  font-family: 'Carlito';
  text-align: left;
  display: block;
  margin: auto;
  font-weight: 700;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div:hover .tps-seDetailc-similar-setting-title-div {
    color: #192ca4;
}
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-list, 
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-list{
  height: auto !important;
}
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-track, 
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-track{
  transform: none !important;  
/*  justify-content: flex-start;*/
}
.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-inner{
/*   align-items: flex-start;*/
}
p.c4wp-display-captcha-form {
    color: var(--site-black-color);
    font-size: 18px;
    line-height: 18px;
    margin-left: auto;
}
.c4wp-display-captcha-form .c4wp_user_input_captcha {
    background-color: transparent !important;
    border: 1px solid var(--site-black-color);
    border-radius: 3px;
    width: 80px !important;
    color: var(--site-black-color);
    font-size: 18px !important;
    height: 40px;
}
.tps-seDetailc-shipping-days b{
  color: var(--site-primary-color);
}
.tps-ringbuilder-final-meta .tps-dia-detail-shipping-title{
  margin-top: -3px;
}
.tps-ringbuilder-final-specification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-col{
  display: grid;
  grid-template-columns: 2fr 1fr;
}
textarea.wpcf7-form-control.tps_fm_ctrl{
  height: 250px !important;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow:before{
  content: '' !important;
}
.zoomLens{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
  border: 1px solid rgb(255, 255, 255) !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.zoomWindow{
  border: 1px solid rgb(136, 136, 136) !important;
  border-radius: 3px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-expand, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-expand{
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/common-images/drop-down-dark-arrow.svg);
  margin-left: auto;
  background-size: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  margin-bottom: -1px;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title.active .tps-seDetailc-sp-info-col-expand, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title.active .tps-seDetailc-sp-info-col-expand{
  background: url(../images/common-images/drop-down-dark-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -3px;
  transform: none;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-t, 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-t{
  position: relative;
}

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-4-slide-count .slick-track, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-4-slide-count{
  width: 200px !important;
  grid-gap: 0px 8px;
  transform: none !important;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-3-slide-count .slick-track, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-3-slide-count{
  width: 160px !important;
  grid-gap: 0px 8px;
  transform: none !important;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-4-slide-count .slick-slide, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-3-slide-count .slick-slide, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-2-slide-count .slick-slide{
  width: 40px !important;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-2-slide-count .slick-track, 
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs.total-2-slide-count{
 width: 90px !important;
 transform: none !important;
 grid-gap: 0px 8px;
}
.zoomWindow{
  top: 405px !important;
}

/*body.tps-page-ringbuilder-setting_listing .site-header,
body.tps-page-ringbuilder-setting_detail .site-header,
body.tps-page-ringbuilder-diamond_listing .site-header,
body.tps-page-ringbuilder-diamond_detail .site-header,
body.tps-page-ringbuilder-final_ring_detail .site-header{
  margin-top:35px;
}*/

.tps-seDetailc-similar-settings-list .slick-arrow::before{
  display: none;
}
.tps-seDetailc-similar-settings-list .slick-arrow, 
.tps-seDetailc-similar-settings-list .slick-arrow:hover{
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg) no-repeat -133px -511px !important;
    overflow: hidden;
    left: -25px;
    z-index: 99;
    width: 31px;
    height: 30px;
    font-size: 0;
    color: transparent;
}
.tps-seDetailc-similar-settings-list .slick-arrow.slick-next, 
.tps-seDetailc-similar-settings-list .slick-arrow.slick-next:hover{
    right: -20px;
    background-position: -203px -511px !important;
    left: auto;
}
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div.square_around_cursor, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div.square_around_cursor{
   cursor: url(../images/common-images/Cursor_100.png), auto;
}
.setting-image-note{
  text-align: center;
}
header{
  z-index: 999999 !important;
}
.tps_latestv_steps_inner .tps_latestv_steps_item.active, 
.tps_latestv_steps_inner .tps_latestv_steps_item, 
.tps_latestv_steps .tps_latestv_steps_node{
  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_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input:checked,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input:checked + span{
  cursor: default;
}

.tps-dia-detail-lab-certificate-link-giareport {
    color: var(--site-primary-color) !important;
    position: relative !important;
    width: fit-content !important;
    display: block !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 22px !important;
    margin: 0 !important;
    font-size: 17px;
    font-family: 'Carlito' !important;
    text-transform: unset !important;
    border: 0 !important;
}
.tps-dia-detail-lab-certificate-link-giareport::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: 0px !important;
}
.tps-dia-detail-lab-certificate-link-giareport:hover::after {
    background-color: #0C4AAD !important;
    width: 0% !important;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active .tps-seDetailc-gallery-slide img, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active .tps-ringbuilder-final-gallery-slide img{
  cursor: default;
}
.tps-ringbuilder-final-specification a.tps-dia-detail-lab-certificate-link{
  line-height: 17px !important;
  padding-bottom: 0px !important;
}
.tps-dia-detail-sub-info-wrapper .tps-dia-detail-lab-certificate-link{
  font-size: 16px !important;
  line-height: 16px !important;
}
.tps-dia-detail-sub-info-wrapper ul li.tps-dia-detail-sub-info-li:nth-last-child(1){
  display: flex;
  align-items: center;
}

/*new diamond type icon*/
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-sw-iocn{
   width: 60px !important;
   height: 60px !important;
   border-radius: 3px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-natural .tps-seDetailc-sw-iocn{
  background-position: -6px -1097px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-lab .tps-seDetailc-sw-iocn{
  background-position: -78px -1097px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-natural.active .tps-seDetailc-sw-iocn{
  background-position: -6px -1166px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-lab.active .tps-seDetailc-sw-iocn{
  background-position: -78px -1166px;
}


/*loader desing*/
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div{
  position: relative;
}
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div .tps-video-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #00000017;
}
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div .tps-video-loader::after{
  display: block !important;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/common-images/ajax-loader.gif);
  background-size: 100%;
  background-repeat: no-repeat;
}
/*End*/

/*can be set with filter*/
.tps_latestv_ringl_filter.tps-ringbuilder-filter-list-div {
    overflow: unset;
}

.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes.active .tps-ringbuilder-filter-label:after {
    content: '';
    rotate: 180deg;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes .tps-ringbuilder-dropdown-filter-contents .tps-ringbuilder-filter-label:after {
    display: none;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes .tps-ringbuilder-dropdown-filter-contents .tps-ringbuilder-filter-label {
    display: inline-block;
    float: left;
    width: 60%;
    font-size: 16px;
    padding: 0;
    line-height: normal;   
    text-align: left;
    cursor: default;
}

.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul {
    margin-left: 0;   
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li {
  width: 10%;
  display: inline-block;
  float: left;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="round"] + span:before {
  background-position: -8px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="cushion"] + span:before {
  background-position: -126px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="asscher"]  + span:before{
  background-position: -188px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="emerald"]  + span:before{
  background-position: -422px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="marquise"]  + span:before{
  background-position: -241px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="oval"]  + span:before{
  background-position: -283px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="pear"]  + span:before{
  background-position: -376px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="princess"] + span:before{
  background-position: -67px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="heart"] + span:before{
  background-position: -474px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="radiant"]  + span:before{
  background-position: -331px -643px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes.tps-ringbuilder-disable-filter ul li {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div video{
   height: 100%;
   width: 100% !important;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-can_be_set_with_shapes{
  order: 1;
  -webkit-order:1;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-price{
  order: 2;
  -webkit-order:2;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style{
  order: 3;
  -webkit-order:3;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal{
  order: 5;
  -webkit-order:5;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-can_be_set_with_shapes .tps-ringbuilder-dropdown-filter-contents{
  display: block !important;
}
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="channel-set"]:hover + span:before{
    background-position: -388px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-halo-option input[value="halo"]:hover + span:before{
    background-position: -320px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="hidden-halo"]:hover + span:before{
    background-position: -254px -579.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"]:hover + span:before{
    background-position: -69px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"]:hover + span:before{
    background-position: -132px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"]:hover + span:before{
    background-position: -9px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="three-stone"]:hover + span:before{
    background-position: -450px -579.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"]:hover + span:before{
    background-position: -194px -579.5px;
  }


  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="round"]:checked + span:before {
    background-position: -8px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="cushion"]:checked + span:before {
    background-position: -126px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="asscher"]:checked  + span:before{
    background-position: -188px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="emerald"]:checked  + span:before{
    background-position: -422px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="marquise"]:checked  + span:before{
    background-position: -241px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="oval"]:checked  + span:before{
    background-position: -283px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="pear"]:checked  + span:before{
    background-position: -376px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="princess"]:checked + span:before{
    background-position: -67px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="heart"]:checked + span:before{
    background-position: -474px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="radiant"]:checked  + span:before{
    background-position: -331px -697px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent .tps-ringbuilder-item-col .tps-ringbuilder-item-inner-col{
    display: flex;
    align-items: center;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-left: 15px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type{
     width: 35px;
     height: 35px;
     padding: 5px;
     border: 1px solid var(--site-color-8);
     background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type.active{
     border-color: var(--site-primary-color);
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="List View"]{
     background-position:  -19px -956px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="Grid View"]{
     background-position:  -73.5px -956px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="List View"].active{
     background-position:  -131px -956px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="Grid View"].active{
     background-position:  -187.5px -956px;
  }  
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.7%;
    grid-row-gap: 10px;
    justify-content: space-between;
  }
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item{
    width: 49.3%;
  }
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item.tps-video-div,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-video-div{
    width: 100%;
  }
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item video,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item video{
    height: 100%;
    width: 99.9%;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px 18px 0px;
  }  
  .tps-seDetailc-meta .tps-seDetailc-wishlist.active a::after{
    background-position: -57px -771px;
  }
  .tps-dia-detail-shipping-conflict::before,
  .tps-dia-detail-shipping-conflict.active::before{
    background-position: -389px -804px;
    margin-right: 5px;
    height: 30px;
  }
  .tps-seDetailc-shipping-days::before{
    margin-top: -6px;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    margin: 0px;
    grid-gap: 30px;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-spinner-grid-container{
    display: block;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list li .tps-ringbuilder-grid-pr-img{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list li .tps-ringbuilder-grid-pr-title{
    width: 100%;
    height: 15px;
    margin-bottom: 15px;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list li .tps-ringbuilder-grid-pr-price{
    width: 30%;
    height: 25px;
    margin-bottom: 0px;
  } 
  .tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner,
  .tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-final-tiles-gallery-loader-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
  .tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-fullwidth,
  .tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-half,
  .tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-final-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-fullwidth,
  .tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-final-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-half{
    height: 370px;
  }
  button.tinvwl_button_close{
    font-size: 0px!important;
    line-height: 0px!important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-img-div{
      height: 500px;
      padding: 00px;
  }
 
  
/*Transpacific software --- media query start here*/

/* Basic container and image styles */
.product-image-container {
    position: relative;
    max-width: 100%;
}

.product-main-image {
    width: 100%;
    cursor: pointer; /* Indicate that the image is clickable */
    transition: transform 0.3s ease-in-out; /* Smooth transition for zoom effect */
}

/* Gallery image styles */
.product-gallery {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.product-gallery-image {  
  object-fit: cover;
  cursor: pointer;
}
/* Zoomed effect (when image is zoomed in) */
.product-gallery-image.zoomed {
  transform: scale(2); /* Zoom-in effect */
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div img{
  width: 100% !important;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a{
  position: relative;
  display: block;
  cursor: default;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a .tps-ringbuilder-item-banner-title{
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 34px;
  color: var(--site-black-color);
  font-family: CooperBT;
  text-transform:capitalize;
}
.tps-ringbuilder-result-viewed-and-load-more{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-you-have-viewed{
  font-size: 14px;
  line-height: 20px;
  color: var(--site-black-color);
}
.tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-load-more-button button{
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  text-transform: capitalize;
  position: relative;
  background-color: transparent;
  padding: 0px;
}
.tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-load-more-button button::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--site-black-color);
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-refined-your-search{
  font-size: 10px;
  line-height: 20px;
  color: var(--site-black-color);
}
.tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-refined-your-search:hover{
  color: var(--site-primary-color);
  cursor: pointer;
}
.tps_latestv_steps .tps_latestv_steps_action,
.tps_latestv_steps .tps_latestv_steps_action a,
.tps_latestv_steps .tps_latestv_steps_data{
  display: flex;
}
.tps_latestv_steps .tps_latestv_steps_action a{
  width: fit-content;
  cursor: pointer;
}

.tps_latestv_steps .tps_latestv_steps_data .cyobar_title{
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 65%;
  display: block;
}
.tps_latestv_steps .tps_latestv_steps_data{
  grid-gap: 5px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-ring-icon,
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-diamond-icon{
  width: 35px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 4px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -20px -18px;
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-diamond-icon{
  background-position: -87px -20px;
}
.tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-change{
  margin-left: auto;
  width: fit-content;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item {
  display: flex;
  align-items: center;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-ringbuilder-final-scol{
  grid-template-columns: 1fr 1fr 1fr;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-col, .tps-ringbuilder-final-specification .tps-ringbuilder-final-scol .tps-dia-detail-lab-certificate-link-giareport{
  font-size: 14px !important;
  line-height: 14px !important;
  color: var(--site-color-8) !important;
  font-weight: normal !important;
  padding: 0px 0px 5px 0px;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-scol .tps-dia-detail-lab-certificate-link-giareport::after{
  background-color: var(--site-color-8) !important;
  bottom: 4px !important;
} 
.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-ringbuilder-final-scol .tps-ringbuilder-final-sattr{
  border-bottom: 1px solid var(--site-color-7);
}
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title.active .tps-seDetailc-sp-info-col-expand{
  display: none;
}
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-t {
  text-transform: uppercase;
  font-size: 15px;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab div.active a::after{
  background: url(../images/common-images/drop-down-dark-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: none;
  margin-top: -3px;
}
.autocomplete-suggestion .smart-search-post-icon>img{
  font-size: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart-search-post-icon{
  width: 50px;
  height: 50px;
  border: 1px solid var(--site-color-8);
  border-radius: 5px;
  padding: 2px;
}
.tps-ringbuilder-final-cr{
  margin-bottom: 50px;
}
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title .tps-seDetailc-sp-info-col-expand{
  display: none;
}
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title {
  pointer-events: none;
}
.tps_latestv_steps .tps_latestv_steps_action.mobile{
  display: none !important;
}
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_action a::after{
     background-color: var(--site-primary-color);
}
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-title{
  font-weight: 700;
}
.tps-ringbuilder-seDetailc{
   margin-bottom: 70px;
}
.tps-ringbuilder-form-popup .wpcf7-textarea + .wpcf7-not-valid-tip{
  margin: -22px 0px 7px 13px;
}
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div{
   border: 1px solid transparent;
   border-radius: 2px;
}

.tps-ringbuilder-form-popup.email-us-form .thankyou p:nth-last-child(1),
.tps-ringbuilder-form-popup.email-us-form .thankyou a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 9px;
}
.tps-ringbuilder-form-popup.email-us-form .thankyou p:nth-last-child(1)::before,
.tps-ringbuilder-form-popup.email-us-form .thankyou a::before,
.tps-ringbuilder-form-popup.email-us-form .thankyou a:hover::before{
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -186px -810px;
}
.tps-ringbuilder-form-popup.email-us-form .thankyou a{
  cursor: pointer;
}
.tps-ringbuilder-form-popup.email-us-form .thankyou p a{
  color: var(--site-black-color) !important;
}
.tps-ringbuilder-form-popup.email-us-form .thankyou p a::before{
  display: none !important;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist{
  position: relative;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist::before{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(../images/common-images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  opacity: 0;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist.tps-loading::before{
  opacity: 1;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist a{
  padding: 10.5px 5px 10.5px;     
}
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item.tps-img-div img, 
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-img-div img{
  cursor: zoom-in !important;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-img-div.tps-img-diamond img{
  cursor: default !important;
}
/*End*/

#tps-wpadminbar{
  background-color: #1d2327;
  text-align: center;
  padding: 6px 0px;
}
#tps-wpadminbar ul{
  list-style: none;
  margin: 0px;
}
#tps-wpadminbar a.ab-item{
  color: #fff;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tps-wpadminbar a.ab-item::before{
  content: "\f464";
  font: normal 20px/1 dashicons;
  speak: never;
  padding: 0px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none!important;
  margin-top: -5px;
  margin-right: 7px;
}
#tps-wpadminbar a.ab-item:hover{
  font-weight: 600;
}
.tps-seDetailc-meta-description  strong::before {
  content: "\A";
  white-space: pre;
}
/*metal swatches showing on hover*/
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-15px;
  width: 120px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div span{
  font-size: 14px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div::after{
  display: none;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal.tps-seDetailc-diamond-type .tps-seDetailc-swatch-option-label-div{
 bottom: -9px;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div{
 text-transform: capitalize;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-sw-iocn{
  margin: 0 auto 15px auto;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatch-option-label-div{
  bottom: -7px;
}
/*.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img,
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img{
  filter: brightness(.98) !important;
}

.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-img-div{
  background-color: #fafafa;
}*/
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/*detuch and hygen icon design*/
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="hexagon"] + span:before {
    background-position: -324px -1106px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="dutch"] + span:before {
    background-position: -377px -1106px;
}

.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="hexagon"]:checked + span:before {
    background-position: -324px -1174px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input[value="dutch"]:checked + span:before {
    background-position: -377px -1174px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul{
    display: flex;
    grid-row-gap: 10px;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
      width: 16%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-dutch-option{
  order: 13;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-hexagon-option{
  order: 12;
}
/*.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img,
.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img{
  filter: brightness(.98) !important;
}

.tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-img-div{
  background-color: #fafafa;
}*/
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul{
  justify-content: flex-start;
}

/*bg color chnages on home page*/
/*.tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item, 
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item{
  background-color: var(--site-color-4);
} 
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item.tps-img-div img, 
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-img-div img,
.tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item iframe,
.tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item iframe{
  filter: brightness(.98) !important;
}*/
/*End*/

/*metal swatches showing on hover*/

/*thumbnill view design*/
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
  position: relative;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-gallery{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  grid-column-gap: 10px;
}
.tps-ringbuilder-item-img-gallery .gallery-thumb{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #dbe1e5;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tps-ringbuilder-item-img-gallery .gallery-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div-wrapper .tps-ringbuilder-item-img-gallery{
  bottom: 6px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:hover .gallery-thumb,
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div:focus .gallery-thumb{
  opacity: 1;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-gallery-update-loader {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f9f9f7;
    border-top-color: #143449;
    color: transparent;
    opacity: 0;
    visibility: revert;
    transform: translate(-50%, -50%);
    animation: rotation 0.6s linear infinite;
}
@keyframes rotation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .tps-gallery-update-loader.active{
  opacity: 1;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div:has(.tps-gallery-update-loader.active) img{
  opacity: 0.8;
}
/*End*/


@media(hover:hover){
  
  /*detuch and hygen icon design*/
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="hexagon"] + span:before {
      background-position: -324px -1174px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="dutch"] + span:before {
      background-position: -377px -1174px;
  }
  /*End*/
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-swatch-option-label-div{
    display: block !important;
  }
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_data, 
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_action, 
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_action a{
      color:var(--site-primary-color);
  }
  .tps_latestv_steps .tps_latestv_steps_item:hover{
      cursor: pointer;
  } 
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading,
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    color: var(--site-primary-color);
  }
  .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{
    color: var(--site-primary-color);
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="cathedral"] + span:before{
    background-position: -18px -623px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="classic"] + span:before{
    background-position: -95px -621px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="crossover"] + 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="twist"] + span:before{
    background-position: -326px -622px;
  } 
  .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{
    background-position: 1px -229px;
  }
  .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{
   background-position: -160px -229px;
  }
  .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{
    background-position: -106px -229px;
  }
  .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{
    background-position: -374px -229px;
  }
  .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{
    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{
    background-position: -267px -229px;
  }
  .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{
    background-position: -321px -229px;
  }
  .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{
    background-position: -52px -229px;
  }
  .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{
    background-position: -487px -232px;
  }
  .tps-ringbuilder-item-selected-value ul li.tps-ringbuilder-applied-filter-option a:hover span{
    background-position: -402px -359px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child .tps-ringbuilder-item-wishlist-span:hover{
   background-position: -134px -770px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn{
    border-color: var(--site-primary-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label{
     color: var(--site-primary-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover div.tps-seDetailc-swatch-option-label-div::after{
    width: 100%;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list li:hover div, 
  .tps-seDetailc-meta .tps-seDetailc-shapes li:hover .tps-seDetailc-swatch-option-label-div{
    opacity: 1;
    visibility: visible;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a:hover{
    font-weight: 600;
    color:var(--site-primary-color);
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist:hover a::before{
    background-position: -49px -421px;
  } 
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-contact:hover a::before{
   background-position: -232px -809px;
  } 
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-mail:hover a::before{
    background-position: -135px -811px;
  } 
  .tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-drop-hint:hover a::before{
    background-position: -48px -812px;
  }
  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-close:hover, 
  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-close:hover{
     background-position: -395px -139px;
  }

  .tps_latestv_steps .tps_latestv_steps_one:hover .tps_latestv_steps_pho.tps_latestv_steps_ring::after, 
  .tps_latestv_steps .tps_latestv_steps_two:hover .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
      background-position: -1px -72px;
  }
  .tps_latestv_steps .tps_latestv_steps_two:hover .tps_latestv_steps_pho.tps_latestv_steps_diamond::after, 
  .tps_latestv_steps .tps_latestv_steps_one:hover .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
      background-position: -68px -72px;
  }
  .tps_latestv_steps .tps_latestv_steps_three:hover .tps_latestv_steps_pho.tps_latestv_steps_final::after{
      background-position: -144px -72px;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li.tps-ringbuilder-final-wish:hover a:before {
      background-position: -268px -363px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option:hover .tps-seDetailc-sw-iocn{
   border-color: var(--site-black-color);
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  } 
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_this-ring-can-be-set-with li:hover .tps-seDetailc-sw-iocn{
   border-color: var(--site-black-color);
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="round"] + span:before {
    background-position: -8px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="cushion"] + span:before {
    background-position: -126px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="asscher"]  + span:before{
    background-position: -188px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="emerald"]  + span:before{
    background-position: -422px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="marquise"]  + span:before{
    background-position: -241px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="oval"]  + span:before{
    background-position: -283px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="pear"]  + span:before{
    background-position: -376px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="princess"] + span:before{
    background-position: -67px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="heart"] + span:before{
    background-position: -474px -697px;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input[value="radiant"]  + span:before{
    background-position: -331px -697px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input + span:before{
    border-color: var(--site-primary-color);
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="channel-set"] + span:before{
    background-position: -388px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-halo-option:hover input[value="halo"] + span:before{
    background-position: -320px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="hidden-halo"] + span:before{
    background-position: -254px -579.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="pave"] + span:before{
    background-position: -69px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="side-stone"] + span:before{
    background-position: -132px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="solitaire"] + span:before{
    background-position: -9px -580.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="three-stone"] + span:before{
    background-position: -450px -579.5px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="vintage"] + span:before{
    background-position: -194px -579.5px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type:hover{
     border-color: var(--site-primary-color);
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="List View"]:hover{
     background-position:  -131px -956px;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-result-view-switcher .tps-ringbuilder-result-view-switcher-type[title="Grid View"]:hover{
     background-position:  -187.5px -956px;
  }
  .tps-ringbuilder-back-to-search button:hover, 
  .tps-dia-detail-back-to-search button:hover{
    font-weight: 700;
  }
  .tps-seDetailc-meta .tps-seDetailc-wishlist a:hover::after{
    background-position: -101px -771px;
  }
  .tps-seDetailc-meta .tps-seDetailc-wishlist.active a:hover::after{
    background-position: -136px -771px;
  }
  .tps-ringbuilder-btn:hover, 
  .tps-ringbuilder-btn:focus {
    color: var(--site-primary-color) !important;
  }
  .tps-ringbuilder-btn:hover::before, 
  .tps-ringbuilder-btn:focus::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .tps-dia-detail-shipping-conflict:hover::before, 
  .tps-dia-detail-shipping-conflict:focus::before{
    background-position: -389px -804px;
  }
  .tps-ringbuilder-result-viewed-and-load-more .tps-ringbuilder-load-more-button button:hover::after{
    width: 0%;
  }
  .tps_latestv_steps .tps_latestv_steps_action a:hover::after{
     width: 0%;
  }
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_action a::after{
     background-color: var(--site-primary-color);
  }
  .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div:hover{
     border: 1px solid var(--site-black-color);
  }
}

@media(min-width:991px){
  /*gallery second video*/
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item.tps-img-div + .tps-seDetailc-tiles-gallery-item.tps-video-div,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-img-div + .tps-video-div{
    width: 49.3%;
  }
}
@media(max-width:1400px){
  
   .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{    
      margin: 5px !important;
   }
   .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div, 
   .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
   .tps-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-ringbuilder-main-container{
      max-width: 100% !important;
      width: 100% !important;
   }
   .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-list-wrapper{
    padding-inline: 30px;
   }
}

@media(max-width:1350px){
 .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style-type ul {
    margin-left: -20px;
 }

 .tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul {
    margin-left: -2px;
 }
 .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul{
    margin-left: -18px;
 }

 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    width: 32.33%;
 }
 .tps-ringbuilder-spinner-grid-container{
    grid-template-columns: 1fr 1fr 1fr;
 }
 .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, 
 .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
    font-size: 16px;
 }
 .tps-seDetailc-gallery.tps-seDetailc-vertcal-parent .tps-seDetailc-gallery-loader .tps-ringbuilder-spinner-grid-container, 
 .tps-ringbuilder-final-cr .tps-ringbuilder-final-vertcal-parent  .tps-seDetailc-spinner-grid-container{
  grid-template-columns: 1fr;
}
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
  width: 53px;
}
.tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action {
  font-size: 10px;
}
.tps-ringbuilder-seDetailc .tps-seDetailc-spinner-grid-container{
   grid-template-columns: 1fr;
}
.tps-seDetailc-meta-description{
  font-size: 16px;
  line-height: 22px;
}
}
@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%;
  }
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div{
    font-size: 22px;
    line-height: 32px;
  }
  .tps_latestv_steps .tps_latestv_steps_node{
      height: 106px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner{
     width: 80%;
  }

}
@media(max-width:1280px){
 .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
    line-height: 15px;
  }  
   .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    font-size: 11px;
   }
   
   .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner {
      width: 80%;
   }
   .tps-seDetailc-meta .tps-seDetailc-btn-group{
      grid-row-gap: 10px;
   }
   .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist{
     width: 100%;
   }
   
}
@media(max-width:1230px){
  /*detuch and hygen icon design*/
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
        width: 16%;
  }
}
@media(max-width:1200px){
  .tps-ringbuilder-sheading h2,
  .tps-ringbuilder-final-specification a, 
  .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-title{
    font-size: 25px;
    line-height: 35px;
  } 
  .tps_latestv_ringl_filter .tps-ringbuilder-filter-label{
    font-size: 18px;
  }
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
    font-size: 20px;
    line-height: 30px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    font-size: 25px;
    line-height: 30px !important;
  } 
  .tps-seDetailc-meta .tps-seDetailc-meta-price,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
    font-size: 20px;
    line-height: 22px;
  }
  .tps-seDetailc-meta-description{
    font-size: 16px;
  }  
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 30px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-price sub{
    font-size: 12px;
    margin-top: -4px;
  }
  .tps-latestv-reset-step-popup:before{
    right: 48% !important;
  }
  .tps-latestv-reset-step-popup{
    top: 100%;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a .tps-ringbuilder-item-banner-title{
    max-width: 340px;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    margin-bottom: 10px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-seDetailc-shipping-days{
    font-size: 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;
    line-height: 14px;
  }
}
@media(min-width:1199px){
  /*new diamond type icon*/
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-natural:hover .tps-seDetailc-sw-iocn{
    background-position: -6px -1166px;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-diamond-type .tps-seDetailc-swatche-option-lab:hover .tps-seDetailc-sw-iocn{
    background-position: -78px -1166px;
  }
/* End */
}
@media(max-width:1199px){
  
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul{
    margin-left: 0px;
  } 
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul{
    margin-left: -11px;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style-type ul li {
    width: 40%;
  }
  .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-diamond .tps-ringbuilder-final-sattr{
    padding: 10px 0px 10px 0px;
  }
  .tps-seDetailc-spacification .tps-ringbuilder-sheading {
    padding: 0px 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-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option:before{
    display: none;
   }
   .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span{
     font-size: 14px;
   }
.tps_latestv_ringl_filter_parent{
    width: 100%;
}

/*can be set with filter*/
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input + span:before,
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li:hover input + span:before {
  box-shadow: none;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul li input:checked + span:before {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul {
  margin-left: 0;
}
/*can be set with filter*/
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
  width: 20%;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li:nth-last-child(n+6){
  margin-bottom: 12px;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
  width: 25%;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul{
  grid-gap: 10px 0%;
  justify-content: left;
} 
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 33.33%;
}
.tps-ringbuilder-btn{
  font-size: 16px;
  line-height: 16px;
}
.tps-ringbuilder-btn{
  padding: 12px 10px 12px;
}
.tps-seDetailc-meta .tps-seDetailc-wishlist a{
  padding: 7.5px 10px 7.5px;
}
.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{
  grid-row-gap: 7px;
}
.tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list{
  padding-left: 43px;
}
 /*detuch and hygen icon design*/
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
      width: 16%;
}
}

@media(max-width:1065px){
  .tps-ringbuilder-main-container {
    padding: 0px 0px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-img-div{
    height: 400px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a .tps-ringbuilder-item-banner-title{
    font-size: 25px;
    line-height: 35px;
  }
  .tps-dia-detail-tiles-gallery-loader .tps-ringbuilder-animated-background.tps-fullwidth, 
  .tps-dia-detail-tiles-gallery-loader .tps-ringbuilder-animated-background.tps-half {
    height: 300px;
  }
  .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-title-price{
    padding-right: 25px;
  }
}
@media(max-width:1024px){
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    width: 32.4%;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-shape, 
 .tps_latestv_ringl_filter .tps-ringbuilder-metal{
    width: 48%;
    margin-right: 2%;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-price,
 .tps_latestv_ringl_filter .tps-ringbuilder-style-type{
    width: 48%;
    margin-left: 2%;
 }
 .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-5, .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-5 {
    width: 49%;
}
.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-diamond .tps-ringbuilder-final-sattr {
  padding: 10px 0px 10px 0px;
}

}
@media(max-width:1050px){
  

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    font-size: 25px;
    width: 50px;
  }
  .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;
     line-height: 18px;
  }
  .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    font-size: 10px;
    line-height: 12px;
  }
  .tps_latestv_steps .tps_latestv_steps_data {
    margin-top: 2px;
  }
  .tps_latestv_steps .tps_latestv_steps_pho{
    width: 61px;
  } 
  .tps-seDetailc-meta .tps-seDetailc-meta-price, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
    margin-bottom: 10px;    
  }
  .tps-ringbuilder-main-container{
    padding: 0px 15px;
  }
  .tps_latestv_steps .tps_latestv_steps_node {
    height: 90px;
  }  
  .tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-fullwidth, 
  .tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-half,
  .tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-final-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-fullwidth, 
  .tps-ringbuilder-final-tiles-gallery-loader .tps-ringbuilder-final-tiles-gallery-loader-inner .tps-ringbuilder-animated-background.tps-half  {
    height: 300px;
  }
  .tps_latestv_steps{
    padding: 7px 0px 10px;
  }
  
 
}
@media(max-width:1024px){
  .tps-seDetailc-meta .tps-seDetailc-meta-title, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    font-size: 24px;
    line-height: 30px !important;
  }
  .tps-seDetailc-meta-description{
    padding-top: 0px;
  }
  .tps-seDetailc-shipping-days{
    font-size: 14px;
    line-height: 17px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list a{
    font-size: 14px;
    line-height: 23px;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    grid-gap: 5px 30px;
  }
  .tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-seDetailc-meta-description {
    font-size: 14px;
    line-height: 20px;
  }
  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-ringbuilder-final-scol {
      grid-template-columns: 1fr 1fr;
  }
  
}
@media(max-width:995px){
  body.tps-page-ringbuilder-setting_listing .site-header,
  body.tps-page-ringbuilder-setting_detail .site-header,
  body.tps-page-ringbuilder-diamond_listing .site-header,
  body.tps-page-ringbuilder-diamond_detail .site-header,
  body.tps-page-ringbuilder-final_ring_detail .site-header{
    padding-top:10px;
  }
}
@media(min-width:992px){
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading.mobile{
    display: none;
  }
  /*sticky right content*/
  .tps-ringbuilder-seDetailc .tps-seDetailc-row,
  .tps-ringbuilder-final-cr .tps-ringbuilder-final-row{
    position: relative;
    overflow: visible;
  }
  .tps-ringbuilder-seDetailc .tps-seDetailc-meta.sticky .tps-seDetailc-meta-inner,
  .tps-ringbuilder-final-row .tps-ringbuilder-final-meta.sticky .tps-ringbuilder-final-meta-inner{
    /*position: -webkit-sticky;
    position: sticky; 
    top: 0px;
    z-index: 10;*/
  }
  .tps-ringbuilder-seDetailc .tps-seDetailc-meta,
  .tps-ringbuilder-final-row .tps-ringbuilder-final-meta{
    height: fit-content !important;
    padding-top: 00px !important;
    position: sticky !important;
    top: 0px !important;
  }
}
@media(min-width:991px){
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery .tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item, .tps-ringbuilder-final-cr .tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item{
    border: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
  }
  
}
@media(max-width:991px){ 
 .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes,
 .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;
 }

 .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%;
 } 
 .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    width: 32.4%;
 } 
 .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    display: none;
 }
 .tps_latestv_steps .tps_latestv_steps_action{
    display: flex;
    justify-content: center;
 }
 .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;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
 }
 .tps_latestv_steps .tps_latestv_steps_pho{
    order: 1;
    -webkit-order:1;
    width: 100% !important;    
 }
 .tps_latestv_steps .tps_latestv_steps_pho::after{
    margin: auto;
 }
 .tps_latestv_steps .tps_latestv_steps_num{
    order: 2;
    -webkit-order:2;
 }
 .tps_latestv_steps .tps_latestv_steps_cont{
    order: 3;
    -webkit-order:3;
 }
 .tps_latestv_steps .tps_latestv_steps_pho, 
 .tps_latestv_steps .tps_latestv_steps_pho::after{
    width: 40px;
    height: 25px;
 }
 .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -355px -18px;
 }
 .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -294px -18px;
}
.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position: -236px -18px;
}
.tps_latestv_steps .tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after,  
.tps_latestv_steps .tps_latestv_steps_two.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-position: -236px -82px;
}
.tps_latestv_steps .tps_latestv_steps_two.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after, 
.tps_latestv_steps .tps_latestv_steps_one.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
    background-position: -294px -82px;
}
.tps_latestv_steps .tps_latestv_steps_three.active .tps_latestv_steps_pho.tps_latestv_steps_final::after{
    background-position: -355px -82px;
}

.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 20px;
} 
.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-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track{
    justify-content: center;
}
.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-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right{
  width: 70%;
}
.tps-ringbuilder-final-data div span{
  text-align: center;
}
.tps-ringbuilder-final-data{
  margin-left: auto;
  margin-right: auto;
}
.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-diamond {
    grid-template-columns: 1fr;
}
.tps-ringbuilder-form-popup .tps-ringbuilder-form-popup-cr{
    max-width: 80%;
    min-width: auto;
 }
 .tps-ringbuilder-sheading h2, .tps-ringbuilder-final-specification a{
    margin-left: auto;
    margin-right: auto;
 }
 .tps_latestv_ringl_reset_block .tps_latestv_rest_filter, .tps_latestv_ringl_reset_block label{
    font-size: 14px;
    line-height: 22px;
 }
 .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-data div span.tps-ringbuilder-final-data-title{
    text-align: center;
  }
  .tps-ringbuilder-final-engraving input{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tps-ringbuilder-final-engraving, 
  {
    margin: 15px auto 0px;
  }
  .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-diamond .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: 0px 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_latestv_ringl_filter .tps-ringbuilder-filter-label {
        font-size: 16px;
    }
    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input + span, 
    .tps_latestv_ringl_filter .tps-latestv-bapf-from, .tps_latestv_ringl_filter .tps-latestv-bapf-to{
        font-size: 14px;
    }
    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
        width: 20%;
    }
    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
        width: 15%;
    }
    .tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul {
        grid-gap: 10px 1.6%;
    }
    .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h2 {
        font-size: 22px;
      line-height: 30px;
    }   
    .tps_latestv_steps .tps_latestv_steps_data{
        font-size: 11px;
        margin-top: 0px;
    }
    .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-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide, 
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{
        border: 1px solid transparent;
        padding: 0px;
        border-radius: 3px;
        background-color: var(--site-color-4);
    }   
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide::after, 
    .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide::after, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide::after, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide::after{
          display: none;
    }
   .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active .tps-seDetailc-gallery-slide, 
   .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active .tps-seDetailc-gallery-slide, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active .tps-ringbuilder-final-gallery-slide, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active .tps-ringbuilder-final-gallery-slide, 
   .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-current.slick-active.tps-seDetailc-gallery-slide, 
   .tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .slick-current.slick-active.tps-seDetailc-gallery-slide, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-current.slick-active.tps-ringbuilder-final-gallery-slide, 
   .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-current.slick-active.tps-ringbuilder-final-gallery-slide{
      border-color: var(--site-black-color);
   }  

    .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide.tps-fixed-thumbnail, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal.tps-fixed-thumbnail{
      transform: none !important;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list a{
      justify-content: center;
    }
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-1,
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-2,
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3,
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-4, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-4,
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-5, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-5,
    .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-6, 
    .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-6{
        width: 100%;
    }
    .setting-image-note{
      text-align: center;
      font-size: 16px;
      color: var(--site-black-color);
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner,
    .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery{
      width: 80%;
   }

  body.logged-in .slick-initialized .slick-slide.tps-seDetailc-gallery-slide{
      height: auto !important;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
      line-height: 25px;
  }
  .tps_latestv_steps .tps_latestv_steps_node{
    padding-right: 0px;
  }
  
  .tps-ringbuilder-item-listing-list-view-loader .tps_grid_animated-background {
    height: 430px;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin{
    height: unset;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    width: 20px;
  }
  .tps_latestv_steps .tps_latestv_steps_pho{
    margin-bottom: 5px;
  }
  .tps_latestv_steps .tps_latestv_steps_node{
    display: flex;
    align-items: center;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-main-gallery, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-seDetailc-main-gallery{
      display: block;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
     display: block;
  }
  .tps-seDetailc-meta .tps-seDetailc-share-list{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-seDetailc-shipping-days{
    width: 100%;
  }
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_price{
    display: none;
  } 
  
  .tps-seDetailc-meta .tps-seDetailc-meta-price, .tps-ringbuilder-final-meta .tps-ringbuilder-final-price{
    justify-content: center;
  }
  .tps-ringbuilder-main-container{
    max-width: 100% !important;
    width: 100% !important;
  }
  .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{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .tps-seDetailc-gallery-inner .slick-slide img{
    margin-left: auto;
    margin-right: auto;
  }
  .tps_setting_detail_ship{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .tps-seDetailc-shipping-days{
      text-align: left;
      width: fit-content;
  }
  .tps-seDetailc-similar-settings-wrapper{
    margin-top: 0px;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list{
      grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list .tps-ringbuilder-grid-pr:last-child,
  .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow, .tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow{
    display: none;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title, .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    max-width: 600px;
    margin-inline: auto;
  }
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-col, 
  .tps-ringbuilder-final-specification .tps-ringbuilder-final-scol, 
  .tps-ringbuilder-final-specification .tps-seDetailc-sp-info-col {    
    grid-template-columns: 1fr 1fr;
  }
  .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list{
    flex-wrap: wrap;
  }
  .tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-change{
    width: 100%;
    margin-top: 10px;
  }
  .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-title-price{
    padding-right: 0px;
    width: 100%;
  }
  .tps-ringbuilder-final-data{
    flex-direction: column;
    align-items: center;
  }
  .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list{
    width: fit-content;
  }
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-ring-icon, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-diamond-icon{
    top: 0px;
  }
  .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list {
    padding-left: 15px;
  }
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-video-div video, 
  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div video, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-video-div video, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div video{
    width: 100%;
    height: auto;
  }
  .tps_latestv_steps .tps_latestv_steps_action.double-action{
    display: none;
  }
  .tps_latestv_steps .tps_latestv_steps_action.double-action.mobile{
    display: flex !important;
    order: 4;
    -webkit-order:4;
    width: 100%;
    justify-content: center;
  }
  .tps_latestv_steps .tps_latestv_steps_action.double-action.mobile div{
    display: flex;
    justify-content: center;
    grid-gap: 10px;
  }
  .tps_latestv_steps .tps_latestv_steps_action a{
    margin-inline: auto;
  }
  .tps-latestv-reset-step-popup {
    top: 110%;
  }
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading:not(.mobile){
    display: none;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist {
    width: 49%;
  }
  .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{
      display: block !important;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-gallery-slide .MagicZoom,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-gallery-slide {
    width: 100%;
    text-align: center;
  }

  .tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div a.MagicZoom,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-gallery-slide .MagicZoom{
    display: block!important;
    height: 100%!important;
    width: 100%!important;
  }
  /*detuch and hygen icon design*/
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
        width: 16%;
  }
  /*bg color chnages on home page*/
  /*.tps-seDetailc-gallery .tps-seDetailc-gallery-slide, 
  .tps-ringbuilder-final-gallery .tps-seDetailc-gallery-slide{
     background-color: var(--site-color-4);
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-slide img, 
  .tps-ringbuilder-final-gallery .tps-seDetailc-gallery-slide img,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-slide iframe, 
  .tps-ringbuilder-final-gallery .tps-seDetailc-gallery-slide iframe,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-slide canvas, 
  .tps-ringbuilder-final-gallery .tps-seDetailc-gallery-slide canvas{
      filter: brightness(.98) !important;
  }*/
/*End*/
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .tps-ringbuilder-final-gallery-slide, 
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide{
    background-color: transparent;
    border-color: var(--site-color-4);
}


}



@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: 85px;
  }
  .tps_latestv_steps{
    height: 104px;
    margin: 13px 0px 10px;
  }  
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li {
    width: 10%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
    width: 12.5%;
  }
  /*detuch and hygen icon design*/
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
        width: 16%;
  }
}

@media(max-width:980px){
 /*currecy swithcer*/
 #top-header .et-social-icons{
    margin-right: 20px;
 }
 /*end*/
}
@media(max-width:800px){
 
   .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-img-div{
      height: 300px;
      padding: 0px;
   }
  
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-metadata-pr-child{
        padding-right: 35px;
    }
    .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img{
      height: 206px;
    }
    .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-list-wrapper {
        padding-inline: 15px;
    }
}
@media(max-width:768px){
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slick-dots li {
        margin: 0 2px;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slick-dots li button:before{
        font-size: 25px;
        color: var(--site-primary-color) !important;
        opacity: 0.5 !important;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .slick-dots li.slick-active button:before{
        opacity:1 !important;
    }
    .tps-ringbuilder-breacrum{
        margin-top: 10px;
    }
}
@media(min-width:768px){
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    /*filter: brightness(0.955);*/
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img{
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media(min-width:768px){
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img.tps-ringbuilder-item-img{
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
    /*filter: brightness(0.955);*/
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img{
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  /*Ringbuilder setting listing container size changed*/  
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div{
    display: grid;    
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div{
     width: 100%;
  }
  .tps-ringbuilder-item-banner-div {
    grid-column: 1 / -1;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-spinner-grid-container{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .tps-page-ringbuilder-setting_listing .tps-ringbuilder-main-container{
    max-width: 750px !important;
  }
  /*End*/
}

@media(min-width:992px){
  /*Ringbuilder setting listing container size changed*/  
  .tps-page-ringbuilder-setting_listing .tps-ringbuilder-main-container{
    max-width: 970px !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div{
    grid-template-columns: 1fr 1fr 1fr;
  }
  /*End*/
}
@media(min-width:1200px){
  /*Ringbuilder setting listing container size changed*/  
  .tps-page-ringbuilder-setting_listing .tps-ringbuilder-main-container{
    max-width: 1030px !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div{
    grid-template-columns: 1fr 1fr 1fr;
  }
  /*End*/
}
@media(min-width:1230px) and (max-width:1290px){
  /*Ringbuilder setting listing container size changed*/
  .tps-page-ringbuilder-setting_listing .tps-ringbuilder-main-container{
    max-width: 1280px !important;
    width: 96% !important;
  }
  /*End*/
}

@media(min-width:1290px){
  /*Ringbuilder setting listing container size changed*/
  .tps-page-ringbuilder-setting_listing .tps-ringbuilder-main-container{
    max-width: 1290px !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div{
    grid-template-columns: repeat(3, 1fr);
  }  
  /*End*/
}
@media(min-width:1350px){
  /*Ringbuilder setting listing container size changed*/
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-grid-view-div{
    grid-template-columns: repeat(4, 1fr);
  } 
  /*End*/
}

@media(max-width:767px){
 .tps-ringbuilder-filter-wrapper-div{   
    position: fixed;
    top: auto;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 88% !important;
    background-color: var(--site-white-color);
    z-index: 9999999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
 }
 .tps-ringbuilder-backdrop{
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 100% !important;
    background-color: #00000045;
    transition: all 0.5s linear;
    z-index: 999999;
 } 
 .tps-ringbuilder-filter-wrapper-div.open-popup, 
 .tps-ringbuilder-backdrop.open-backdrop{
    margin-left: 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.tps_filter_sticky_btn{
   position: fixed;
   bottom: 0px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 99999;
   width: 100%;
   padding: 0px;
   margin: 0px;
 }
 .tps-ringbuilder-mob-filter-button.tps_filter_sticky_btn button{
   width: 100%;
   margin: 0px;
   background-color: var(--site-primary-color);
   border-radius: 0;
 }
 .tps-ringbuilder-mob-filter-button button{
   display: block;
    margin: auto;
    background-color: #102F4B;
    color: var(--site-white-color);
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Carlito';
    font-weight: 600;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid #102F4B;
    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: 13px;
    font-weight: 500;
 }
 .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div{
    z-index: 1;
 }

 .tps_latestv_ringl_reset_block{
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: space-between;
 }
 .tps-ringbuilder-filter-title label{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-black-color);
    font-family: 'Carlito';
    padding-top: 8px;
 }
 .tps-ringbuilder-filter-title button{
    margin-left: auto;
    background-color: transparent !important;
    outline: none;
    width: 40px !important;
    height: 30px;
    background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -358px -143px;
    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%;
 }
 .tps_latestv_ringl_filter .tps-ringbuilder-style-type.tps_latesv_ring_fil_common ul{
    justify-content: center;
 }
 .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{
    flex-wrap: unset;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    transition: .25s left ease;
    scroll-padding-left: 10px;
    list-style: none;
    padding-left: 10px;
 }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul::-webkit-scrollbar, 
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul::-webkit-scrollbar{
    display: none;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li{
    scroll-snap-align: start;
    flex: 0 0 104px;
} 
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li{
    scroll-snap-align: start;
    flex: 0 0 90px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 49%;
}

 .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
    font-size: 12px;
    line-height: 21px;
 }
 .tps-ringbuilder-filter-show-result{
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }
 .tps-ringbuilder-filter-show-result button{
    padding: 13px 20px 11px;
    font-family: 'Carlito';
    font-weight: 500;
    margin: 0px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    background-color: var(--site-primary-color);
    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;

 }
 .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-meta .tps-seDetailc-share-list{
    grid-gap: 0px 10px;
  }
  
  .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-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 .tps-ringbuilder-unselected{
      position: unset !important;
      margin-left: unset;
  } 
  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list{
     padding-right: 0px !important;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select{
    width: 130px;
  }
  .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: 46% !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-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-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{
    display: block;
    margin: auto;
    background-color: var(--site-primary-color);
    color: var(--site-white-color) !important;
    text-transform: capitalize;
    line-height: normal;
    font-family: 'Carlito';
    font-weight: 600;
    color: transparent;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-primary-color);
    font-size: 16px;
    line-height: 16px;
    width: 140px;
    height: 50px;
    border-radius: 27px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tps-ringbuilder-mob-filter-button button::after{
    content: '';
    width: 30px;
    height: 30px;
    display: block;    
    background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -14px -1052px !important;
    margin-left: 5px;
  }
  .tps-ringbuilder-mob-filter-button.tps_filter_sticky_btn button::after{
    background-position: -227px -1052px !important;
  }
  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-tab-label h2 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .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: 25px 0.5%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 32.6%;
  }
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li{
    width: 25%;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li {
    width: 20%;
  }
  .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li:nth-last-child(n+9) {
    margin-bottom: 12px;
  }  
  .tps_latestv_ringl_reset_block .tps_latestv_rest_filter, .tps_latestv_ringl_reset_block label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }
  .tps_latestv_ringl_reset_block label{
    padding-top: 3px;
  }
  .tps-seDetailc-meta-description p{
    margin-bottom: 0px !important;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title, 
  .tps-seDetailc-meta .tps-seDetailc-meta-price, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title{
    font-size: 20px;
    line-height: 25px;
 }
 .tps-seDetailc-btn .tps-ringbuilder-btn{
    max-width: 305px;
 }
.tps-ringbuilder-form-popup .wpcf7-not-valid-tip {
    margin: -10px 0px 7px 1px;
}
.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;
}
.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: 0px;
}
.tps_latestv_steps .tps_latestv_steps_action a:nth-child(2){
  margin-right: 0px;
}
.tps-ringbuilder-main-container {
    padding: 0px 15px;
}
.tps_latestv_steps{
    padding: 7px 0px 0px;
    margin: 10px 0px 25px;
}
.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: scale-down;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab{
    border-bottom: 1px solid #ededed;
    padding-bottom: 0px;
    margin-bottom: 0px;
}   
.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: 'Carlito';
    font-weight: 600;
    color: var(--site-black-color);
   }
   .tps-ringbuilder-form-popup .tps-form-image-block .tps-email-img-title{
      display: none;
   }
   .tps-ringbuilder-page-title h1{
     font-size: 30px !important;
     padding: 5px 0px 0px 0px;
   }
   .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_latestv_ringl_filter .tps-ringbuilder-price input, .tps_latestv_ringl_filter .tps-ringbuilder-price textarea {
        font-size: 13px !important;
    }
    .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value ul {
    justify-content: left !important;
   }
   .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs .slick-track{
        width: 250px !important;
   }
   .tinv-wishlist .tinv-txt{
      font-size: 16px !important;
    }
    .tps-ringbuilder-sheading h2, .tps-ringbuilder-final-specification a, .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-title{
       font-size: 20px;
       line-height: 30px;
    }
    .tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item{
        font-size: 13px;
       line-height: 17px;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div ul.product-gallery-thumbs{
      width: 250px !important;
    }
    textarea.wpcf7-form-control.tps_fm_ctrl{
  height: 200px !important;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul{
  flex-wrap: wrap;
}
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
    width: 25%;
    flex: unset;
}
 body.tps-page-ringbuilder-setting_listing .site-header,
 body.tps-page-ringbuilder-setting_detail .site-header,
 body.tps-page-ringbuilder-diamond_listing .site-header,
 body.tps-page-ringbuilder-diamond_detail .site-header,
 body.tps-page-ringbuilder-final_ring_detail .site-header{
    padding-top:0px;
  }
.tps-seDetailc-similar-settings-list .slick-arrow, .tps-seDetailc-similar-settings-list .slick-arrow:hover{
  left: 15px;
}
.tps-seDetailc-similar-settings-list .slick-arrow.slick-next, .tps-seDetailc-similar-settings-list .slick-arrow.slick-next:hover{
   right: 15px;
}
.tps-seDetailc-meta .tps-seDetailc-diamond-type .tps-seDetailc-swatches-options-list{
  grid-gap: 24px;
}
/*end*/

/*can be set with filter*/
.tps_latestv_ringl_filter.tps-ringbuilder-filter-list-div {
  overflow: hidden;
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes .tps-ringbuilder-dropdown-filter-contents {
  position: unset;
  max-width: 100%;  
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.12);        
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes ul {
  margin-left: 0;
}
.tps_latestv_ringl_filter .tps-ringbuilder-price {
  -webkit-order: 3;
  order: 3;    
}
.tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes {
  -webkit-order: 2;
  order: 2;    
}
/*can be set with filter*/

/*setting dertail page arrow and space removed*/
.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: 10px;
}
.tps-seDetailc-main-gallery .slick-arrow, .tps-seDetailc-main-gallery .slick-arrow, 
.tps-ringbuilder-final-gallery .slick-arrow, .tps-ringbuilder-final-gallery .slick-arrow{
   display: none !important;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent{
  flex-wrap: wrap;
  justify-content: center;
}
.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-col2{
  width: 100% !important;
  justify-content: space-between;
}
.tps-ringbuilder-item-counter-div{
  padding: 0px 0px 0px 0px;
}
.tps-ringbuilder-main-container{
  width: 100% !important;
  max-width: 100% !important;
}
.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
  width: 25px;
}
.tps-ringbuilder-item-listing-list-view-loader .tps_grid_animated-background {
  height: 360px;
 }
 .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
    font-size: 18px;
    line-height: 28px;
  }
  .tps_latestv_ringl_reset_block .tps-ringbuilder-filter-title{
    display: block;
  }
  .tps_latestv_ringl_reset_block .tps-ringbuilder-reset-parent{
    margin-left: unset;
  }
  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div{
    left: 50%;
    transform: translateX(-50%);
  }
  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div{
    text-align: center;
  }
  .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{
    justify-content: center;
  }
  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before, .tps-latestv-reset-step-popup:before{
    left: 50%;
    right: unset;
  }
  .tps-latestv-reset-step-popup:before{
    left: 50%;
    right: unset !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div a .tps-ringbuilder-item-banner-title{
    max-width: 180px;
    font-size: 20px;
    line-height: 30px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img{
    /*filter: brightness(0.96);*/
    height: 100% !important;
    width: 100%;
    object-fit: scale-down;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow{
    font-size: 0px;
    color: transparent;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div{
    padding: 0px;
  }
  .tps_latestv_steps .tps_latestv_steps_data, .tps_latestv_steps .tps_latestv_steps_action{
    margin-top: 0;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow.disabled{
    display: none;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow.slick-next {
    right: 0px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow.slick-prev {
    left: 0px;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div{
    background-color: transparent;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .product-main-img-slick-mob{
    background-color: var(--site-color-4);
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .product-main-img-slick-mob .slick-list,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .product-main-img-slick-mob,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .product-main-img-slick-mob .slick-track{    
    height: 100% !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .tps-ringbuilder-breacrum{
    margin-top: 10px;
  }
  .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-settings-list-wrapper {
    padding-inline: 0px;
  }
  .tps-seDetailc-meta .tps-seDetailc-meta-title, .tps-ringbuilder-final-meta .tps-ringbuilder-final-title, 
  .tps-seDetailc-meta .tps-seDetailc-meta-price, .tps-ringbuilder-final-meta .tps-ringbuilder-final-price, 
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
        font-size: 20px;
        line-height: 30px;
  }
  .tps-ringbuilder-back-to-search button, .tps-dia-detail-back-to-search button{
    font-size: 13px;
  }
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner, 
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery {
        width: 99%;
  }
  .tps-seDetailc-gallery-loader .tps_grid_animated-background, .tps-ringbuilder-final-gallery-loader .tps_grid_animated-background{
      width: 100%;
  }
  .tps-ringbuilder-final-sinfo.tps-active-info#tps-ringbuilder-final-diamond .tps-ringbuilder-final-sattr{
    grid-row-gap: 0px;
  }
  .tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-title {
        max-width: 250px;
    }
    .tps-ringbuilder-final-data div.tps-ringbuilder-final-data-list .tps-ringbuilder-final-data-title-price{
      align-items: center;
    }
    .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option{
      align-items: flex-start;
    }
    .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a{
      justify-content: end;
    }
    .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img {
      /*filter: brightness(0.96);*/
    }
    /*detuch and hygen icon design*/
    .tps_latestv_ringl_filter .tps-ringbuilder-can_be_set_with_shapes li{
          width: 16%;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img{
      /*filter: brightness(.98) !important;*/
    }


}

@media(max-width:639px){
 
 .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-seDetailc-shipping-days {
    justify-content: center;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
}
.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-black-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-item-selected-value .tps-ringbuilder-applied-filters-title{
        text-align: left;
     }
     .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list {
        grid-gap: 9px 10px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
     }
     .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option-sublist {
        flex-wrap: wrap;
        grid-gap: 9px 10px;
        justify-content: left !important;
      }      
      .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-applied-filter-option{
        grid-gap: 0px 5px;
      }
      .tps-seDetailc-spacification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-col, 
      .tps-ringbuilder-final-specification .info-column-can_be_set_with_info .tps-seDetailc-sp-info-col{
        grid-template-columns: 1fr 1fr;
      }
      .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-5,
      .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-4,
      .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-5, 
      .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-4,
      .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 .tps-seDetailc-sp-info-col-title, .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title{
        justify-content: left;
      }
      .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li {
    width: 25%;
    flex: unset;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner, .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery {
    width: 95%;
}

}

@media(max-width:580px){
 

 .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;
     margin: 0px !important;
  }
.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{
    width: 350px;
}
  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide, 
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide{
     justify-content: center;
  }

  /*.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail  .slick-track{
    transform: none !important;
  }*/
  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner{
    width: 90%;
  }
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with .tps-seDetailc-swatches-options-list{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 12px;
  }

.tps-seDetailc-gallery-loader,
.tps-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{
    flex-direction: column;
    grid-gap: 0px;
 }
 .tps-ringbuilder-wishlist-popup .tps-ringbuilder-wishlist-popup-cr{
   width: 80%;
   max-width: 100%;
 }

.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_this-ring-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;
}
.tps-ringbuilder-final-specification .tps-ringbuilder-final-tab[data-tab-type="setting"] a::after{
    display: none;
}
.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 1fr;
    width: 100%;
}
.tps-seDetailc-meta .tps-seDetailc-share-list div{
  justify-content: space-between;
}
.tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(1), 
.tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(2) {
    width: 100%;
}
.tps-seDetailc-meta .tps-seDetailc-share-list div:nth-child(3) {
    width: 100%;
}
.tps-latestv-reset-step-popup:before {
    left: 76% !important;
}

/*mobile view for rings*/

.tps-ringbuilder-item-listing-list-view-loader .tps_grid_animated-background {
  height: 300px;
}
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title {
  font-size: 14px;
  line-height: 19px;
 }
 .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
    font-size: 16px;
    line-height: 26px;
  }
/*mobile view for rings*/
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div .slick-arrow{
    display: none !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div{
    display: none !important;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 100%;
  } 
  .tps-ringbuilder-spinner-grid-container {
    grid-template-columns: 1fr;
  }
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div .tps-ringbuilder-item-img-div:nth-child(1) img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
  }
  .tps-ringbuilder-result-wrapper.tps-ringbuilder-item-listing-grid-view-div-wrapper .tps-ringbuilder-item-img-div{
    padding: 0px;
  }
  .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title {
    font-size: 12px;
    line-height: 16px;
  }
  .tps-ringbuilder-item-listing-list-view-div .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
    font-size: 14px;
    line-height: 14px;
  }
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div .tps-ringbuilder-item-title{
    margin: 0px 0px 5px;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
    font-size: 18px;
    width: 20px;
  }
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 12px;
    line-height: 20px;
  }
  .tps_latestv_steps .tps_latestv_steps_action a{
    margin-right: 0px;    
  }
  .tps-seDetailc-meta .tps-seDetailc-btn, .tps-seDetailc-meta .tps-seDetailc-wishlist,
  .tps-seDetailc-meta .tps-seDetailc-btn .tps-ringbuilder-btn{
      width: 100%;
      max-width: 100%;
  }
  .tps-seDetailc-meta .tps-seDetailc-btn-group{
    grid-row-gap: 11px;
  } 
  .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 {
        grid-row-gap: 10px;
    }
        .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-diamond .tps-ringbuilder-final-sattr {
        padding: 6px 0px 6px 0px;
    }
    .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div img{
      height: auto;
    }
    .tps-seDetailc-similar-settings-wrapper .tps-seDetailc-similar-setting-div{
      margin-inline: 0px;
    }
    .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list {
        grid-template-columns: 1fr ;
    }
    .tps-seDetailc-similar-settings-list-loader .tps-ringbuilder-animated-list .tps-ringbuilder-grid-pr:not(:first-child),
    .tps-seDetailc-thumbnail-gallery-horizontal .slick-arrow{
      display: none !important;
    }
    .tps-seDetailc-similar-settings-list .slick-arrow.slick-next, .tps-seDetailc-similar-settings-list .slick-arrow.slick-next:hover {
        right: 8px;
    }
    .tps-seDetailc-similar-settings-list .slick-arrow.slick-prev, .tps-seDetailc-similar-settings-list .slick-arrow.slick-prev:hover {
        left: 8px;
    }
    .tps-seDetailc-meta-description{
        max-width: 290px;
        margin-inline: auto;
    }
    .tps-seDetailc-spacification, .tps-ringbuilder-final-specification{
      margin-bottom: 30px;
    }
    .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery{
      margin: 0px auto 20px;
    }
    .tps-seDetailc-meta .tps-seDetailc-share-list {
        grid-gap: 0px 0px;
    }
    .tps-ringbuilder-item-listing-list-view-div-wrapper .tps-ringbuilder-item-img-gallery .gallery-thumb{
      width: 35px;
      height: 35px;
    }
    .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-listing-list-view-div-wrapper .tps-ringbuilder-item-img-gallery {
      bottom: 0px;
    }
}

@media(max-width:500px){

 .tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper{
    grid-gap: 3px 10px;
    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;
 }
 .tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper{
   align-items: center;
 }
}

@media(max-width:480px){
 .tps-ringbuilder-item-listing-div, 
 .tps-ringbuilder-item-listing-div noscript{
    grid-template-columns: 1fr;
 }
 .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;
}
/*mobile view for rings*/



.tps_grid_animated-background {
  height: 383px;
  margin-bottom: 20px;
}

.timeline-item{
  padding: 0px;
}

.tps-ringbuilder-item-listing-parent-div .tps-ringbuilder-item-listing-loader{
  padding: 0px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div {
  height: 375px;
}
  .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: 12px;
     line-height: 17px;
  }
}


@media(max-width:460px){



.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div {
    height: 350px;
}




}

@media(max-width:425px){


.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div {
  height: 310px;
}
.tps-ringbuilder-item-listing-list-view-loader .tps_grid_animated-background {
  height: 250px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a{
  grid-gap: 0px;
}

}

@media(max-width:390px){

.tps_grid_animated-background {
    height: 360px;
}
.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div {
    height: 280px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a{
  font-size: 12px;
  line-height: 21px;
}
.tps-seDetailc-meta .tps-seDetailc-share-list a{
  grid-gap: 0px;
}
.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 {
  width: 100%;
 }
.tps-seDetailc-gallery .tps-seDetailc-gallery-inner, .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner, .tps-ringbuilder-seDetailc .tps-seDetailc-gallery, .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery {
  width: 99%;
 }

}

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

}

/*Transpacific software --- end*/

