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

:root {
    --site-property-loader-color: #dddddd;
    --site-property-loader-bg-color: #f6f7f8;
    --site-property-loader-bg-color2: #e7e7e966;
    --tps-box-shadow-color: #00000029;
    --site-black-color: #000000;
    --primary-site-color: #374574;
    --site-white-color: #ffffff;
    --site-color-1: #D5DFFF;
    --site-color-4: #BBBBBB;
    --site-color-5: #DFDFDF;
    --site-color-6: #F5F5F5;

    --font-body-family: "Poppins", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  white-space: normal;
}

ul{
 padding-left: 0px !important;
}

li{
  margin-bottom: 0px !important;
}

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

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: auto;
}

.tps-ringbuilder-main-container {
    width: 100%;
    max-width: 1222px;
    margin: auto;
    /*padding: 0px 15px;*/
}

.tps-ringbuilder-back-to-search button,
.tps-dia-detail-back-to-search button {
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
  font-family: var(--font-body-family);
  color: var(--site-black-color) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
}

.tps-ringbuilder-back-to-search button:focus,
.tps-dia-detail-back-to-search button:focus {
  background: transparent;
}

.tps-ringbuilder-back-to-search button::before,
.tps-dia-detail-back-to-search button::before {
  content: '';
  width: 19px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/down_arrow.svg);
  background-position: 1px 2px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 86%;
}

/*end*/
/*Transpacific software --- steps style here*/

.tps_latestv_steps {
      font-family: var(--font-body-family);
      font-weight: 100;
      color: var(--site-black-color);
      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: 10px 0px 55px;
      border-left: none;
      border-right: none;
  }
  .tps_latestv_steps .tps_latestv_steps_node {
      position: relative;
      display: block;
      width: auto;
      height: 80px;
      text-decoration: none;
  }
  
  /*.tps_latestv_steps .tps_latestv_steps_node::before {
      width: 0px;
      height: 0px;
      border-top: 40px solid var(--site-white-color);
      border-bottom: 40px solid var(--site-white-color);
      border-left: 15px solid transparent;
      position: absolute;
      content: "";
      top: 0px;
      left: 0;
      transform: translate(-100%, 0);
  }*/
  .tps_latestv_steps .tps_latestv_steps_item  .tps_latestv_steps_node .tps_latestv_steps_node{
    width: 100%;
  }
  /*.tps_latestv_steps .tps_latestv_steps_node::after {
      width: 0;
      height: 0;
      border-top: 40px solid var(--site-color-7);
      border-bottom: 40px solid var(--site-color-7);
      border-left: 15px solid var(--site-white-color);
      position: absolute;
      content: "";
      top: 0px;
      right: 0;
      transform: translate(100%, 0);
  }*/
  /*.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::before {
      border-top-color: var(--site-color-6);
      border-bottom-color: var(--site-color-6);
  }
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after {
      border-left-color: var(--site-color-6);
  }
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node {
      background: var(--site-color-6);
  }*/
  .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:after{
    content: '';
    position: absolute;
    top: 37px;
    width: 45%;
    border: 1.2px dashed var(--site-color-5);
    z-index: -1;
    left: 158px;
  }
    */

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin:after{
    border: 1.2px dashed var(--primary-site-color);
  }

  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_node-skin:after{
  display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
      font-size: 32px;
      font-weight: 600;
      text-align: center;
      width: 70px;
      line-height: 80px;
      color: var(--site-color-4);
      font-family: var(--font-body-family);
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin > div {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
  }
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_title_price_wrapper{
    display: flex;
    align-items: flex-start;
    text-align: left;
    width: 300px;
}
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading, 
  .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading{
      font-size: 16px;
      text-transform: capitalize;
      font-family: var(--font-body-family);
      font-weight: 400;
      color: #7a7a7a;
      padding-bottom: 10px;
  }
  .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_node-skin .tps_latestv_steps_heading span.step-num {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #7a7a7a;
    border-radius: 50%;
    color: var(--site-white-color) !important;
    font-size: 12px;
    line-height: 20px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading span.step-num {
    background: var(--site-black-color);
    color: var(--site-white-color) !important;
}

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading span{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont{
    text-align: left;
  }
  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
      font-family: var(--font-body-family);
      font-size: 14px;
      color: var(--site-black-color);
      font-weight: 500;
      text-transform: capitalize;
      position: relative;
  }

.tps_latestv_steps .tps_latestv_steps_data span.cyobar_title {
    letter-spacing: normal;
    font-size: 14px;
    font-family: var(--font-body-family);
    font-weight: 500;
}
  .tps_latestv_steps .tps_latestv_steps_data span.cyobar_price{
    width: 100%;
    display: block;
    padding: 4px 0px;
    font-weight: 500;
  }

  .tps_latestv_steps .tps_latestv_steps_action a{
    text-decoration: unset;
    font-size: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho {
      width: 70px;
      text-align: center;
      position: relative;
      margin: auto;
  }
  .tps_latestv_steps .tps_latestv_steps_pho::after{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-repeat: no-repeat;
    display: block;
    background-color: #F5F5F5;
    border-radius: 50%;
    border: 1px solid #F5F5F5;
  }
  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-position:-6px -3px;
  }
  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
    background-position:-74px -2px;
  }
  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after{
    background-position: -150px -3px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after{
    background-color: var(--site-white-color);
    background-position:-74px -66px;
    border-color: var(--site-black-color);
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-color: var(--site-white-color);
    background-position:-6px -67px;
    border-color: var(--site-black-color);
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after{
    background-color: var(--site-white-color);
    background-position:-150px -67px;
    border-color: var(--site-black-color);
  }

  .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{
    transition: 0.3s ease;
    color: var(--site-black-color);
    margin-right: 10px;
    font-weight: 500;
    letter-spacing: normal;
  }
  .tps_latestv_steps .tps_latestv_steps_action a:first-child:after{
    content: '';
    position: absolute;
    left: 38px;
    width: 1px;
    height: 10px;
    background-color: var(--site-black-color);
    top: 5px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
      text-transform: math-auto;
      color:#7a7a7a;
      font-size: 16px;
      line-height: 16px;    
      font-family: var(--font-body-family);  
  }

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

  .tps_latestv_steps_inner .tps_latestv_steps_item.active{
   cursor: pointer !important;
  }

  .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
      width: 300px;
  }
  .tps_latestv_steps_inner{
    display: flex;
    align-items: center;
    background-color: transparent;
    max-width: 980px;
    margin: auto auto 50px;
    justify-content: center;
    position: relative;
  }
  .tps_latestv_steps_inner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--site-color-5);
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tps_latestv_steps_title_price_wrapper {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    background: var(--site-white-color);
    box-shadow: 1px 1px 6px #00000040;
    width: 300px;
    padding: 12px;
    transition: visibility .9s linear, opacity .9s ease;
    cursor: default;
    z-index: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

/*
.tps_latestv_steps_title_price_wrapper:after{
  content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--site-white-color);
    box-shadow: 1px 1px 6px #00000040;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -7px;
    left: 0;
    margin: auto;
}
*/
.tps_latestv_steps_title_price_wrapper .tps_latestv_steps_img_div span.cyobar_img{
  width: 85px;
  height: auto;
  display: block;
}

.tps_latestv_steps_title_price_wrapper .tps_latestv_steps_pho.tps_latestv_steps_img_div:after{
  display: none;
}

.tps_latestv_steps_pho.tps_latestv_steps_img_div {
    margin-top: 0px;
}

/*end*/
/******* new step *******/
h1.tps-ringbuilder-page-title {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
   color: var(--site-black-color);
  font-family: var(--font-body-family);
  margin-bottom: 30px;
}

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

.tps_latestv_ringl_filter {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px 2%;
}

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

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

.tps_latestv_ringl_reset_block .tps_latestv_rest_filter,
.tps_latestv_ringl_reset_block label {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  position: relative;
  transition: width 2s;
  font-weight: 600;
}

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

.tps_latestv_ringl_filter {
  clear: both;
  padding: 0 5px 0;
  overflow: hidden;
  margin-bottom: 30px;
  justify-content: center;
}

.tps_latestv_ringl_filter .tps-ringbuilder-filter-label {
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 23px;
  color: var(--site-black-color);
  margin: 0;
  padding: 7px 5px 10px 0px;
  font-family: var(--font-body-family);
  position: relative;
  cursor: default;
  border: none;
  font-weight: 600;
}

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul{
  grid-gap: 0px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul {
  grid-gap: 20px 0%;
}

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

.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: 9;
  margin-right: 0px;
}

.tps_latestv_ringl_filter .tps-ringbuilder-shape {
  -webkit-order: 3;
  order: 3;
}

.tps_latestv_ringl_filter .tps-ringbuilder-metal {
  -webkit-order: 2;
  order: 2;
}

.tps_latestv_ringl_filter .tps-ringbuilder-price {
  -webkit-order: 4;
  order: 4;
}

.tps_latestv_ringl_filter .tps-ringbuilder-style-type {
  -webkit-order: 5;
  order: 5;
}

.tps_latestv_ringl_filter .tps-ringbuilder-style {
  -webkit-order: 1;
  order: 1;
}


.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input+span:before {
  content: '';
  width: 42px !important;
  height: 42px !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;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li input:checked+span:before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input:checked+span:before,
.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch.active {
  border: 1px solid var(--primary-site-color);
}

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li input+span{
  width: 75px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li .tps-ringbuilder-filter-option-label span.tps-metal-carat-txt {
  padding-right: 0;
  display: block;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input:checked+span {
  color: var(--primary-site-color);
  font-weight: 600;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-rose-gold"] .tps-seDetailc-sw-iocn,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-rose-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="rose-gold"]+span::before,
.tps_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="14k-rose-gold"]+span::before,
.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: -362px -571px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-white-gold"] .tps-seDetailc-sw-iocn,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-white-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-white-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="white-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="14k-white-gold"]+span::before,
.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: -67px -571px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li[data-option-slug="9k-yellow-gold"] .tps-seDetailc-sw-iocn,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="9k-yellow-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="18k-yellow-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="yellow-gold"]+span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li input[value="14k-yellow-gold"]+span::before,
.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: -185px -571px;
}

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

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
  width: 12%;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="solitaire"] .tps-seDetailc-sw-iocn {
  background-position: -9px -629px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="accented"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="accented"] .tps-seDetailc-sw-iocn {
  background-position: -240px -791px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="bezel"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="bezel"] .tps-seDetailc-sw-iocn {
  background-position: -404px -627px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cathedral"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="cathedral"] .tps-seDetailc-sw-iocn {
  background-position: -240px -791px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="channel-set"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="channel-set"] .tps-seDetailc-sw-iocn {
  background-position: -348px -627px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cluster"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="cluster"] .tps-seDetailc-sw-iocn {
  background-position: -302px -793px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="unique"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="unique"] .tps-seDetailc-sw-iocn {
  background-position: -465px -626px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="tension"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="tension"] .tps-seDetailc-sw-iocn {
  background-position:-70px -793px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="tiara"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="tiara"] .tps-seDetailc-sw-iocn {
  background-position:-11px -793px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="side-stone"] .tps-seDetailc-sw-iocn {
  background-position: -62px -628px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="pave"] .tps-seDetailc-sw-iocn {
  background-position: -120px -628px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="floral"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="floral"] .tps-seDetailc-sw-iocn {
  background-position: -185px -791px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="diamond-band"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="diamond-band"] .tps-seDetailc-sw-iocn {
  background-position: -59px -624px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="halo"] .tps-seDetailc-sw-iocn {
  background-position: -120px -627px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="vintage"] .tps-seDetailc-sw-iocn {
  background-position:-174px -627px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="hidden-halo"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="hidden-halo"] .tps-seDetailc-sw-iocn {
  background-position: -229px -624px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="three-stone"]+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li[data-option-slug="three-stone"] .tps-seDetailc-sw-iocn {
  background-position: -290px -628px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="solitaire"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="solitaire"] .tps-seDetailc-sw-iocn {
  background-position: -9px -669px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="accented"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="accented"] .tps-seDetailc-sw-iocn {
  background-position: -240px -821px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="bezel"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="bezel"] .tps-seDetailc-sw-iocn {
  background-position: -404px -668px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cathedral"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="cathedral"] .tps-seDetailc-sw-iocn {
  background-position: -240px -821px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="channel-set"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="channel-set"] .tps-seDetailc-sw-iocn {
  background-position: -348px -668px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="cluster"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="cluster"] .tps-seDetailc-sw-iocn {
  background-position: -302px -823px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="unique"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="unique"] .tps-seDetailc-sw-iocn {
  background-position: -465px -667px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="tiara"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="tiara"] .tps-seDetailc-sw-iocn {
  background-position: -11px -823px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="pave"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="pave"] .tps-seDetailc-sw-iocn {
  background-position: -120px -668px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="tension"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="tension"] .tps-seDetailc-sw-iocn {
  background-position: -70px -823px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="side-stone"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="side-stone"] .tps-seDetailc-sw-iocn {
  background-position: -62px -668px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="floral"]:checked +span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="floral"] .tps-seDetailc-sw-iocn {
  background-position:-185px -822px;
}


.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="diamond-band"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="diamond-band"] .tps-seDetailc-sw-iocn {
  background-position: -59px -664px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="halo"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="halo"] .tps-seDetailc-sw-iocn {
  background-position: -120px -667px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="vintage"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="vintage"] .tps-seDetailc-sw-iocn {
  background-position: -174px -667px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="hidden-halo"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="hidden-halo"] .tps-seDetailc-sw-iocn {
  background-position: -229px -665px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li input[value="three-stone"]:checked+span:before,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active[data-option-slug="three-stone"] .tps-seDetailc-sw-iocn {
  background-position: -290px -668px;
}

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

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

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

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

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

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

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

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

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li input[value="heart"]+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"] .tps-seDetailc-sw-iocn {
  background-position: -435px -181px;
}

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

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

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

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

.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: -221px -239px
}

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

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

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

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li input[value="heart"]:checked+span::before,
.tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"].active .tps-seDetailc-sw-iocn {
  background-position: -435px -238px;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style-type ul li {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

.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: 3px 0px 3px;
  border: 1px solid var(--site-color-4);
  border-radius: 8px;
  width: 90px;
  font-size: 14px;
  color: var(--site-color-7);
  line-height: 16px;
  font-family: var(--font-body-family);
}

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

.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;
  color: var(--site-black-color);
}

.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: var(--site-color-7);
  line-height: 16px;
  font-family: var(--font-body-family);
}

.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;
}

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

.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
.tps-latestv-reset-step-popup {
  position: absolute;
  width: 210px;
  right: -2px;
  background-color: var(--site-black-color);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 99991;
  top: 30px;
  text-align: center;
}

.tps-latestv-reset-step-popup {
    left: 39px;
    top: 210px;
    text-align: center;
}

.tps-latestv-reset-step-popup:before {
  right: 50% !important;
}

.tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before,
.tps-latestv-reset-step-popup:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--site-black-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: 12px;
  color: var(--site-white-color);
  font-family: var(--font-body-family);
  line-height: 22px;
  font-weight: 300;
  text-align: right;
}

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

.tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button,
.tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-group button {
    padding: 4px 15px 4px;
    margin-top: 6px;
    background-color: transparent;
    color: var(--site-white-color);
    font-size: 13px;
    font-family: var(--font-body-family);
    line-height: 16px;
    border: 1px solid var(--site-white-color);
    transition: 0.5s ease;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
    min-height: 28px;
    text-decoration: unset !important;
}

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

/*end*/
.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) !important;
  font-family: var(--font-body-family);
  font-weight: 500;
  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: 20px;
  color: var(--site-black-color);
  padding: 0px 0px 0px 3px;
  border-radius: 0px;
  font-family: var(--font-body-family);
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  background-image: url(../images/common-images/down_arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  width: 155px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background-position: 102% 3px;
  font-weight: 400;
  border-bottom: 1px solid var(--site-black-color);
  height: 22px;
}

.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select option {
  font-size: 13px;
  padding: 10px 13px 10px 13px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
}

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

.tps-ringbuilder-item-selected-value ul li a {
  font-size: 13px;
  font-family: var(--font-body-family);
  line-height: 12px;
  color: var(--site-black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

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

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

.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 -380px;
  margin-left: 3px;
}

.tps-ringbuilder-item-selected-value ul li.tps-ringbuilder-unselected a span {
    width: 20px;
    height: 20px;
    margin-left: 0;
    background-position: -19px -922px;
    margin-top: 0px;
    margin-right: 5px;
}

/*end*/
/*Transpacific software --- ring builder listing view design*/
.tps-ringbuilder-item-listing-div,
.tps-ringbuilder-item-listing-div noscript {
  display: flex;
  grid-gap: 20px 1.5%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-left: 0;
  list-style-type: none;
  margin-top: 20px;
}

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

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

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

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

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-img-div img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

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

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

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding-bottom: 10px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch {
  border: 1px solid #ebebeb;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch.tps-white-gold {
  background-position: -218.5px -727.1px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch.tps-yellow-gold {
  background-position: -379px -727px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch.tps-rose-gold {
  background-position: -482px -727px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch.tps-platinum {
  background-position: -280.9px -727px;
}


.tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div.tps-ringbuilder-item-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--site-black-color);
  margin: 0px 0px 0px;
  font-family: var(--font-body-family);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 10px;
  display: block;
  min-height: 82px;
}

.tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
  font-size: 18px;
  line-height: 28px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  text-align: center;
  font-weight: 600;
}

/*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: 0px;
  position: relative;
}

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

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

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

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

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

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

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

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

.tps-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: var(--site-property-loader-bg-color);
  background: linear-gradient(to right, var(--site-property-loader-color) 8%, var(--site-property-loader-bg-color2) 18%, var(--site-property-loader-color) 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 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  list-style-type: none;
  margin: 0;
}

.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: var(--site-property-loader-color);
  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%;
  display: none;
}

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

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

.tps-vertical-loader .tps-ringbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: var(--site-property-loader-color);
  width: 100px;
  height: 100px;
  top: 25px;
  transform: none;
  left: 0;
  position: relative;
}

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

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

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

.tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background,
.tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow .tps_grid_animated-background {
  width: 40px;
  height: 40px;
  background: var(--site-property-loader-color);
}

.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-ringbuilder-spinner-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

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

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

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

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  bottom: 50px;
  background: var(--site-property-loader-color);
  width: 90%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tps-ringbuilder-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_price {
  bottom: 15px;
  background: var(--site-property-loader-color);
  width: 40%;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.tps-ringbuilder-item-not-found-div {
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 16px;
  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);
  font-weight: 500;
  padding: 0px 20px
}

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

.tps_latestv_ringl_filter .tps-ringbuilder-price .tps-ringbuilder-slider-filter-warn {
  width: 40%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  font-family: var(--font-body-family);
  color: red;
  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: 58%;
  margin-right: 2%;
  position: relative;
}

.tps-ringbuilder-seDetailc .tps-seDetailc-meta {
  width: 40%;
  margin-left: auto;
}

.tps-seDetailc-meta .tps-seDetailc-meta-title {
    font-size: 25px;
    line-height: 35px !important;
    text-transform: capitalize;
    color: var(--site-black-color);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: var(--font-body-family);
    font-weight: 600;
}

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

.tps-seDetailc-description p{
    font-size: 14px;
    line-height: normal;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-weight: 400;
}

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

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

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-title,
.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title,
.tps-ringbuilder-detail-sub-title {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 600;
}

.tps-ringbuilder-final-rsized .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title{
  font-size: 18px;
  line-height: 28px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 400;
}

.tps-ringbuilder-ring-size-wrapper select.tps-ringbuilder-ring-size-dropdown{
  font-weight: 400;
  height: 40px;
  background-position: 98% 12px;
}

.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-title{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 400;
}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-swatches-titlev {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 0px;
}

.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-value{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 0px;  
}

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

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 2%;
  list-style: none;
  margin: 0px;
  padding-left: 0;

}

.tps-seDetailc-meta .tps-seDetailc-swatches .tps-seDetailc-sw-iocn {
  width: 50px !important;
  height: 50px !important;
  display: block;
  margin: 0px auto 5px auto;
  background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 0%;
}

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

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

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

.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-size: 14px;
  line-height: 20px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  font-weight: 400;
  position: relative;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div .tps-seDetailc-swatches-option-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.tps-ringbuilder-btn {
  padding: 15px 0px 15px;
  font-family: var(--font-body-family);
  font-weight: 600;
  margin-bottom: 5px;
  border: 1px solid var(--primary-site-color);
  font-size: 14px;
  line-height: 14px;
  background-color: var(--primary-site-color) !important;
  border-radius: 0px;
  color: var(--site-white-color);
  position: relative;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.tps-ringbuilder-final-share {
  max-width: 528px;
}

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

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

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

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

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

.tps-seDetailc-meta .tps-seDetailc-share-list a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-black-color);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body-family);
  position: relative;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.tps-ringbuilder-sheading h2,
.tps-ringbuilder-final-specification span {
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-size: 18px;
  line-height: 38px;
  letter-spacing: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: 600;
}

.tps-seDetailc-spacification,
.tps-ringbuilder-final-specification {
  margin: 0 0 10px 0;
  padding: 0;
}

.tps-seDetailc-spacification p,
.tps-ringbuilder-final-specification p{
      font-size: 14px;
    line-height: normal;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-weight: 400;
}

.tps-seDetailc-spacification:last-child {
  border-top: 0;
  padding-top: 0;
}

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

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

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

}

.tps-seDetailc-spacification .tps-seDetailc-sp-info,
.tps-seDetailc-spacification .tps-seDetailc-sp-info p,
.tps-seDetailc-spacification .tps-seDetailc-sp-info ul li {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/*.tps-seDetailc-spacification .tps-seDetailc-sp-info-col {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #ccc;
}
*/
.tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2.info-column-center_stone_info .tps-seDetailc-sp-info-col:last-child {
  border-bottom: 0;
}

.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: self-start;
  height: auto;
  /*flex-direction: column;*/
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr:nth-child(odd), 
.tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr:nth-child(odd), 
.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr:nth-child(odd){
  background-color: #F5F5F5;
}

.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: 14px;
  font-family: var(--font-body-family);
  text-transform: unset !important;
  color: var(--site-color-5);
  font-weight: normal;
  padding: 5px;
  width: 50%;
  text-align: left;
  word-break: break-word;
  white-space: normal;
}

.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 {
  
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: var(--site-black-color);
}

.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 {
  color: #777777;
  font-weight: 400;
}

.tps-ringbuilder-seDetailc {
  margin-bottom: 100px;
}

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

.tps-seDetailc-spacification span.tps-info-det-title {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 0px;
    text-transform: capitalize;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-weight: 600;
        border-bottom: 1px solid #BBB;
}
span.tps-ringbuilder-sheading.active.tps-tab-arrow.tps-arrow-down.tps-info-det-title{
  border-bottom: 0;
}

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

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

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

.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: 100px !important;
  height: 100px !important;
  margin: 5px;
  float: left;
  border-radius: 5px;
}

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

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
.tps-seDetailc-gallery .tps-seDetailc-thumbnail-gallery-vertical .tps-seDetailc-gallery-slide,
.tps-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;
  cursor: pointer;
  position: relative;
}

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

.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: 30px;
  height: 30px;
  background: url(../images/common-images/play-button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

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

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

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

.tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal div,
.tps-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-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal {
  margin-top: 20px;
}

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

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

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

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div,
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-img-div {
  position: relative;
  width: 500px !important;
}

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

.tps-seDetailc-main-gallery .tps-seDetailc-gallery-slide .tps-seDetailc-img-div video,
.tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-slide .tps-ringbuilder-final-video-div video {
  width: 100%;
  height: 100%;
}

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

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

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

.tps-seDetailc-similar-settings-list-wrapper .slick-arrow::before,
.tps-seDetailc-main-gallery .slick-arrow::before,
.tps-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: var(--site-white-color)ff45;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  opacity: 0;
  text-transform: none;
}

.tps-seDetailc-main-gallery .tps-seDetailc-img-zoom-span::after,
.tps-ringbuilder-final-gallery .tps-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), var(--primary-site-color);
  background-position: -327px -135px;
  cursor: pointer;
}

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

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

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

.tps-ringbuilder-cbutton {
  padding: 10px;
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid var(--site-black-color);
  letter-spacing: normal;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
  border-radius: 0px;
  color: var(--site-black-color);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  cursor: pointer;
}

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

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

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

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

.tps-seDetailc-meta-description p,
.tps-seDetailc-meta .tps-seDetailc-SKU {
  font-size: 16px;
  line-height: 26px;
  color: var(--site-black-color) !important;
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-bottom: 10px;
}

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

.tps-seDetailc-meta-description p {
  font-weight: normal;
  line-height: 24px;
}

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

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

.tps-ringbuilder-item-col2 .tps-ringbuilder-item-sort-by-title {
  font-size: 14px;
  line-height: 14px;
  color: var(--site-black-color) !important;
  font-family: var(--font-body-family);
  font-weight: 600;
  cursor: default;
}

/*end*/

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

.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filters-title {
  font-size: 15px;
  color: var(--site-black-color);
  line-height: 15px;
  font-family: var(--font-body-family);
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
}

.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list {
  display: flex;
  align-content: center;
  margin: 0px;
  list-style: none;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-right: 10%;
  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 6px;
  align-items: center;
  position: relative;
  padding-left: 0px;
  flex-wrap: wrap;
  align-items: baseline;
}

.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-type-label {
  font-size: 14px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 14px;
  color: var(--site-black-color);
  margin-top: -2px;
}

.tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected {
  margin-left: auto;
  position: absolute;
  right: 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: 14px;
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 14px;
  color: var(--site-black-color);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -30px;
  display: flex;
  align-items: center;
  width: 95px;
  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 span {
  width: fit-content;
}

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

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

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

.tps-ringbuilder-item-col span.tps-ringbuilder-item-count {
  position: relative;
}

.tps-ringbuilder-item-col span.tps-ringbuilder-item-count.tps-loading {
  background-image: url(../images/common-images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
  width: 20px;
  height: 20px;
  display: block;
}

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

.tps-ringbuilder-final-row .tps-ringbuilder-final-meta {
  width: 40%;
  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: var(--primary-site-color);
  text-transform: capitalize;
  font-family: var(--font-body-family);
  position: relative;
}

.tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
font-size: 25px;
    line-height: 35px !important;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--site-black-color);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: var(--font-body-family);
    font-weight: 600;
}

.tps-ringbuilder-final-meta .tps-ringbuilder-final-price {
  font-family: var(--font-body-family);
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--site-black-color);
  font-weight: 600;
}

.tps-slash-price,
.tps-seDetailc-slash-price {
  position: relative;
  color: var(--site-color-5);
}

.tps-slash-price:after,
.tps-seDetailc-slash-price:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid var(--site-color-5);
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}


.tps-ringbuilder-final-meta .tps-ringbuilder-final-button {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  padding: 0px 0px;
  margin: 25px 0px 10px;
  max-width: 504px;
}

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

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

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

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

.tps-ringbuilder-final-data-list.setting span.tps-ringbuilder-final-data-icon {
  width: 40px;
  height: 31px;
  background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-position: -241px -78px;
  padding: 0;
  margin-top: 3px;
}

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

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

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

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

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

.tps-ringbuilder-final-data .tps-ringbuilder-final-data-link a {
  text-decoration: underline !important;
  color: #777777;
  font-size: 12px;
  line-height: 12px;
}

.tps-ringbuilder-final-data div span {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
}

.tps-ringbuilder-final-data div span:nth-child(1) {
  font-family: var(--font-body-family);
  font-weight: 600;
}

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

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

.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: var(--font-body-family);
  position: relative;
  font-weight: 400;
}

.tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a:before {
  content: '';
  width: 28px;
  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: -166px -728px;
}

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

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

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

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

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

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

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

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

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

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

.tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div.tps-highlight-item {
  background: #f3f3f3;
  outline: 1px solid var(--site-black-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

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

.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: 15%;
  float: left;
}

.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-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-vertical .slick-slide>div {
  margin-bottom: 10px;
}

.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;
}

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

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

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

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

.tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box {
  display: flex;
  align-items: center;
  grid-gap: 0 5%;
}

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

.tps-ringbuilder-ring-size-wrapper select {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  text-transform: capitalize;
  width: 100%;
  min-width: 153px;
  background-image: url(../images/common-images/down_arrow.svg);
  background-position: 98% 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  padding: 4px 10px 3px 3px;
  border-color: var(--site-black-color);
  transition: opacity 1s ease-out;
  display: none;
  font-weight: 600;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 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 / 98%);
  }

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

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

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

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

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

.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn {
  width: 45px;
  border: 1px solid var(--site-black-color);
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  background-color: var(--site-white-color);
  font-family: var(--font-body-family);
  padding: 5px;
  font-weight: 500;
  color: var(--site-black-color);
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.tps-ringbuilder-ring-size-country-box .tps-ringbuilder-ring-size-country-btn.active {
  background-color: var(--primary-site-color);
  color: var(--site-white-color);
  border: 1px solid var(--primary-site-color);
}

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

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

.tps-ringbuilder-final-engraving input+span {
  font-size: 12px;
  line-height: 20px;
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  font-weight: 400;
}

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

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

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

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

.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-sattr .tps-dia-detail-sattr-right {
  width: 100%;
  color: #777777;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body-family);
  text-transform: unset !important;
}

.tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-sattr .tps-dia-detail-sattr-right a.tps-dia-detail-lab-certificate-link {
  margin: 0;
  line-height: 24px !important;
}

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

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

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

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

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

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

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

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

.tps-ringbuilder-item-counter-div h2.tps-ringbuilder-header-tab-label-h2 {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 34px !important;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight: 400;
  margin: 25px 0;
  text-align: center;
}

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

.tps-ringbuilder-item-counter-div .tps-ringbuilder-item-counter-child {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent .tps-ringbuilder-item-col {
  width: fit-content;
  padding: 0;
  text-align: center;
  cursor: default;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--site-black-color);
}

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

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

.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active .tps-seDetailc-sw-iocn {
  border-color: var(--primary-site-color);
}
.tps-seDetailc-swatches-wrapper-div {
    display: flex;
    flex-direction: column;
}
.tps-seDetailc-swatches-wrapper-div span.tps-seDetailc-swatch-loader{
-webkit-order: 0;
    order: 0;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal {
  margin-bottom: 23px;
     -webkit-order: 2;
    order: 2;
}
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_shapes-can-be-set-with{
     -webkit-order: 1;
    order: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.active .tps-seDetailc-sw-iocn {
  border-color: var(--primary-site-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*end*/
.tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized {
  display: flex;
  grid-gap: 0px 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  max-width: 100%;
}

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

.tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 20px 0;
  flex-wrap: wrap;
}

.tps-ringbuilder-final-rsized .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-dropdown-div {
  width: 47%;
}


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

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

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

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

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

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

.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-list .tps-seDetailc-sp-info-col {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 0;
}

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

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

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

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.tps-seDetailc-swatche-option-lab-grown .tps-seDetailc-sw-iocn{
  background-position: -54px -957px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.tps-seDetailc-swatche-option-natural .tps-seDetailc-sw-iocn{
  background-position: -8px -956px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.tps-seDetailc-swatche-option-lab-grown.active .tps-seDetailc-sw-iocn{
  background-position: -152px -957px;
}

.tps-seDetailc-meta .tps-seDetailc-swatches-options-list li.tps-seDetailc-swatche-option-natural.active .tps-seDetailc-sw-iocn{
  background-position: -107px -956px;
}

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

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

.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: 15px;
  text-align: left;
  width: 100%;
  display: block;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 5px 5px;
}

.tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title{
  margin: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active input,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span::before,
.tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.active span::after {
  cursor: default;
}

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

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

}

.tps-seDetailc-tiles-gallery-loader .tps-seDetailc-tiles-gallery-loader-inner,
.tps-ringbuilder-final-tiles-gallery-loader {
  position: absolute;
  width: 100%;
}

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

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

.tps-seDetailc-video-div {
  position: relative;
}

span.tps-loader.tps-360-video-loader,
span.tps-loader.tps-360-video-loader {
  width: 50px;
  height: 50px;
  display: inline;
  position: absolute;
  background: url(../images/common-images/video.svg), #1b2a41a3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item img,
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.tps-seDetailc-meta .tps-seDetailc-swatches li.active,
.tps-seDetailc-meta .tps-seDetailc-swatches li.active span {
  cursor: default;
  color: var(--primary-site-color);
}

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

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

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

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

.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item.tps-video-div,
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item.tps-video-div {
  cursor: default;
}

.tps-seDetailc-tiles-gallery .tps-seDetailc-tiles-gallery-item video,
.tps-ringbuilder-final-tiles-gallery .tps-ringbuilder-final-tiles-gallery-item video {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li.tps-ringbuilder-three-stone-option input+span {
  display: flow;
}

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

.tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li.active .tps-seDetailc-swatches-option-label,
.tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-swatches-option-label {
  font-weight: 600;
}

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

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

.tps-ringbuilder-final-data .tps-ringbuilder-final-data-price .tps-ringbuilder-final-pricetitle {
  font-weight: 500;
}

.tps-ringbuilder-final-data .tps-ringbuilder-final-data-price .tps-ringbuilder-final-pricevalue {
  font-weight: 600;
}

.tps-ringbuilder-final-specification-wrapper .tps-ringbuilder-final-specification {
  border-bottom: 1px solid var(--site-color-5);
  padding: 5px 0px 5px 0px;
}

.tps-ringbuilder-final-specification-wrapper .tps-ringbuilder-final-specification.setting {
  margin-top: 30px;
  margin-bottom: 0;
}

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

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

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

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

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


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



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

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

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

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

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


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

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section{
	color: var(--site-black-color);
	background-color: var(--site-white-color);
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section p.tps-diamond-field-msg-content{
    margin: 0;
    color: var(--site-black-color);
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-content .tps-diamond-field-popup-close {
	position: absolute;
	width: 23px;
	height: 23px;
    top: -4px;
    right: -8px;
	background-image: url(../images/diamond-listing-images/diamond-list-icon-icon.svg);
	background-position: -93px -195px;
	cursor: pointer;
	font-size: 0px;
}

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

.tps-email-drophint-form-popup.active {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr .tps-email-drophint-form-popup-title p.tps-rtw-form-descr {
    margin: 0;
}
.tps-email-drophint-form-popup {
	position: fixed;
	right: 0%;
	bottom: 0%;
	background-color: #00000085;
	left: 0%;
	top: 0%;
	z-index: 999999999;
	display: none;
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0 !important;
}

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

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

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

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

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

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2 {
	font-size: 22px;
	color: var(--site-black-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--font-body-family);
	margin: 0px;
}
p.tps-email-drophint-form-popup-descr {
    margin-bottom: 0;
}
.tps-email-drophint-form-popup .tps-email-drophint-form-popup-close {
	position: absolute;
	width: 23px;
	height: 23px;
	top: 10px;
	right: 10px;
	background-image: url(../images/diamond-listing-images/diamond-list-icon-icon.svg);
	background-position: -92px -193px;
	cursor: pointer;
	display: block;
}

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

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

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

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

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

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

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

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

.tps_bttn_sub p {
	margin: 0 0;
}

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

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

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

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

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

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

form.wpcf7-form fieldset.hidden-fields-container{
    display: none;
}

/*****************/

.tps-ringbuilder-breacrum.mobile{
  display: none;
}

.tps-ringbuilder-breacrum {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item:last-child a{
  color: var(--site-black-color);
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item {
    font-family: var(--font-body-family);
    color: #777777;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a {
    color: #777777;
    font-size: 14px;
}
.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item:last-child a{
  color: #000;
}

.tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item .tps-ringbuilder-br-icon {
    width: 15px;
    height: 18px;
    background: url(../images/diamond-listing-images/diamond-list-icon-icon.svg);
    background-position: -17px -227px;
    background-repeat: no-repeat;
}

/*360 budge add*/
.tps-seDetailc-gallery .tps-seDetailc-gallery-slide{
  position: relative;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-slide .j360-badge{
  position: absolute;
  top: 15px;
  right: 15px;
  height: fit-content;
  z-index: 999;
  background-color: var(--site-white-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.10);
    color: var(--site-black-color);
    border-radius: 999px;
    padding: 7px 9px 6px 13px;
}
.tps-seDetailc-gallery .tps-seDetailc-gallery-slide .j360-badge svg{
  stroke: var(--site-black-color);
}

@media (hover: hover) {

  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div span.tps-ringbuilder-item-wishlist-span:hover,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div span.tps-ringbuilder-item-wishlist-span:hover {
    background-position: -299px -137px;
  }

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

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

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li:hover input+span:before,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input+span:before,
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-pr .tps-ringbuilder-metal-swatch-list span.tps-ringbuilder-metal-swatch:hover {
    border: 1px solid var(--primary-site-color);
  }

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input+span {
    color: var(--primary-site-color);
    font-weight: 600;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="solitaire"]+span:before {
    background-position:-9px -669px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="accented"]+span:before {
    background-position:-240px -821px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="bezel"]+span:before {
  background-position: -404px -668px;
}

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="cathedral"]+span:before {
    background-position:-240px -821px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="channel-set"]+span:before {
    background-position:-348px -668px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="cluster"]+span:before {
    background-position:-302px -823px;
  }

    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="unique"]+span:before {
    background-position:-465px -667px;
  }

    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="tiara"]+span:before {
    background-position:-11px -823px;
  }

    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="floral"]+span:before {
    background-position:-185px -822px;
  }

    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="pave"]+span:before {
    background-position:-120px -668px;
  }

      .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="tension"]+span:before {
    background-position:-70px -823px;
  }

    .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="side-stone"]+span:before {
    background-position:-62px -668px;
  }

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="halo"]+span:before {
    background-position: -120px -667px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li:hover input[value="vintage"]+span:before {
    background-position: -174px -667px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li:hover input[value="heart"]+span::before,
  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with li[data-option-slug="heart"]:hover .tps-seDetailc-sw-iocn {
    background-position: -435px -238px;
  }

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

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

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

  .tps-ringbuilder-item-selected-value ul li.tps-ringbuilder-unselected a:hover span {
    background-position: -19px -922px;
  }

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

  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

  .tps-seDetailc-main-gallery .slick-arrow:hover,
  .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:hover,
  .tps-ringbuilder-final-gallery .slick-arrow.slick-next:hover {
    background-position: -245px -359px !important;
    right: -25px;
    left: auto;
  }

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

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

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

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

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

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

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

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with li:hover .tps-seDetailc-sw-iocn,
  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal .tps-seDetailc-swatche-option.active .tps-seDetailc-sw-iocn,
  .tps-seDetailc-meta .tps-seDetailc-swatches li:hover .tps-seDetailc-sw-iocn {
    border-color: var(--primary-site-color);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tps-seDetailc-meta .tps-seDetailc-share-list a:hover{
    color: var(--primary-site-color);
  }

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

}

/*Transpacific software --- media query start here*/
@media(max-width:1535px) {
  .tps-ringbuilder-main-container {
    padding: 0 50px;
  }
}

@media(min-width:1199px) {

  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style,
  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-metal {
   width: 49%;
  }

  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-shape,
  .tps_latesv_ring_fil_common.tps-ringbuilder-slider-filter-div.tps-ringbuilder-price {
    width: 49%;
  }

}


@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 {
    width: 90px !important;
    height: 90px !important;
    margin: 5px !important;
  }

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

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

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

}

@media(max-width:1300px) {
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div.tps-ringbuilder-item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

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

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

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

}

@media(max-width:1200px) {

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

  .tps-ringbuilder-main-container,
  .tps-ringbuilder-banner .tps_loose_banner_heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media(max-width:1199px) {
  .tps-ringbuilder-main-container {
    padding: 0 30px;
  }

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

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

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

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

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

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

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

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul li input+span {
    width: 70px;
}

      .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
      width: 185px;
    }

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

  body .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style ul {      
    justify-content: flex-start !important;
    grid-gap: 20px 0.8%;
  }


}

@media(max-width:1050px) {

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

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
    width: 14.25%;
}

.tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul {
    grid-gap: 10px 0px;
}

    .tps_latestv_steps_inner .tps_latestv_steps_item:first-child {
      width: 170px;
    }
    .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num{
      font-size: 25px;
      width: 50px;
    }

    .tps-latestv-reset-step-popup {
    left: 55px;
    }
}
@media(max-width:1024px) {

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

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

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

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

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

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

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

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

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

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

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
    font-size: 24px;
  }

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

  .tps-ringbuilder-item-counter-div h2.tps-ringbuilder-header-tab-label-h2{
    font-size: 20px;
  }

  .tps_latestv_ringl_filter {grid-gap: 30px 2%;}

}

@media(min-width:992px) {

  .tps-ringbuilder-final-gallery.mobile,
  .tps-seDetailc-gallery.mobile {
    display: none;
  }


  .tps-ringbuilder-final-cr .tps-ringbuilder-final-row,
  .tps-ringbuilder-seDetailc .tps-seDetailc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    position: relative;
    max-width: 100%;
  }

  .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery,
  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery {
    float: left;
  }

  .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery.sticky,
  .tps-seDetailc-meta.sticky,
  .tps-seDetailc-gallery.desktop.sticky,
  .tps-ringbuilder-final-meta.sticky {
    position: sticky;
  }

  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style,
  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-metal {
    width: 49%;
  }

  .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-shape,
  .tps_latesv_ring_fil_common.tps-ringbuilder-slider-filter-div.tps-ringbuilder-price {
    width: 49%;
  }

}

@media(max-width:992px) {

  .tps-seDetailc-gallery .slick-dots,
  .tps-ringbuilder-final-gallery .slick-dots {
    list-style: none;
    margin: 15px 0px 0px 0px;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
  }

  .tps-seDetailc-gallery .slick-dots li,
  .tps-ringbuilder-final-gallery .slick-dots li {
    width: 20px !important;
    height: 20px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button,
  .tps-ringbuilder-final-gallery .slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--site-black-color);
    border-radius: 50%;
    padding: 0px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button,
  .tps-ringbuilder-final-gallery .slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--site-black-color);
    border-radius: 50%;
    padding: 0px !important;
  }

  .tps-seDetailc-gallery ul.slick-dots li button::before,
  .tps-ringbuilder-final-gallery .slick-dots li button::before {
    display: none;
  }

  .tps-seDetailc-gallery ul.slick-dots li button::after,
  .tps-ringbuilder-final-gallery .slick-dots li button::after {
    content: '' !important;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99999999;
    display: block;
    background-color: transparent;
  }

  .tps-seDetailc-gallery ul.slick-dots li.slick-active button::after,
  .tps-ringbuilder-final-gallery .slick-dots li.slick-active button::after {
    background-color: var(--site-black-color);
  }

  .tps-seDetailc-ring-size-wrapper {
    justify-content: center;
  }
}

@media(max-width:991px) {
  .tps-seDetailc-tiles-gallery-loader {
    display: none;
  }

  .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section {
    position: absolute;
  }

  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-scol .tps-dia-detail-sattr:nth-last-child(2),
  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-scol .tps-dia-detail-sattr:nth-last-child(3) {
    border-bottom: 0;
  }

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

  .tps_latestv_ringl_filter .tps-ringbuilder-price,
  .tps_latestv_ringl_filter .tps-ringbuilder-metal,
  .tps_latestv_ringl_filter .tps-ringbuilder-shape,
  .tps_latestv_ringl_filter .tps-ringbuilder-style {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-price {
    width: 100%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-style-type {
    width: 48%;
    margin-right: 0%;
    margin-left: 0px;
  }

  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery,
  .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery {
    width: 75%;
    margin: 0px auto 40px;
    position: relative;
  }

  .tps-ringbuilder-seDetailc .tps-seDetailc-meta,
  .tps-ringbuilder-final-row .tps-ringbuilder-final-meta {
    width: 100%;
    margin: 0px 0%;
    text-align: left;
  }

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

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-list {
    justify-content: left;
  }

  .tps-ringbuilder-btn,
  .tps-seDetailc-meta .tps-seDetailc-share-list {
    margin: auto;
    max-width: 500px;
    margin-inline: auto;
    margin-left: 0px !important;
  }

  .tps-seDetailc-btn .tps-ringbuilder-btn {
    max-width: 350px;
    margin-left: 0px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-track {
    justify-content: flex-start;
    /*width: 100% !important;*/
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track {
    justify-content: center;
    width: 100% !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide div {
    justify-content: center;
  }

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

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

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

  .tps-seDetailc-similar-settings-wrapper span.tps-seDetailc-similar-settings-title {
    display: block;
    text-align: center;
  }

  .tps-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 span {
    font-size: 18px;
    line-height: 30px;
  }

  .tps_latestv_ringl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_ringl_reset_block label {
    font-size: 14px;
    line-height: 22px;
  }

  .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: 25px auto 20px;
  }

  .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-seDetailc-spacification .tps-seDetailc-sp-info,
  .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol {
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: center;
  }

  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-main-gallery .slick-track,
  .tps-seDetailc-gallery .tps-seDetailc-main-gallery .slick-track {
    display: block !important;
  }

  .tps-ringbuilder-banner .tps_loose_banner_heading h1,
  .tps-ringbuilder-banner .tps_loose_banner_heading .tps-ringbuilder-banner-subtitle {
    text-align: center;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .tps-seDetailc-spinner-grid-container .white-widget {
    width: 100% !important;
    max-width: 100% !important;
  }

  .tps_latestv_ringl_reset_block {
    padding: 0px 0px 5px;
  }

  .tps-ringbuilder-ring-size-wrapper {
    justify-content: center;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-options-div ul.tps-seDetailc-swatches-options-list {
    max-width: 100%;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 14px;
    justify-content: center;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul {
    max-width: 500px;
    margin: auto;
  }

  .tps-ringbuilder-final-specification-wrapper .tps-ringbuilder-final-specification {
    text-align: left;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a {
    font-size: 14px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
    width: 9.1%;
  }

  .tps_latestv_ringl_filter {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
  }

  .tps-ringbuilder-item-selected-value {
    margin-bottom: 0px;
  }

  .tps-ringbuilder-item-counter-div {
    margin-bottom: 5px;
  }

  .ui-widget.ui-widget-content {
    margin: 7px 9px 24px 13px;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent {
    padding-inline: 10px;
  }

  .tps-ringbuilder-back-to-search button,
  .tps-dia-detail-back-to-search button {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal {
    max-width: 400px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .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-slide>div,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide>div,
  .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> {
    margin: auto;
    display: flex;
  }

  .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;
    align-items: center;
    display: block !important;
    border: 1px solid var(--site-color-4) !important;
    border-radius: 3px;
    border-color: var(--site-color-4) !important;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide.slick-current .tps-seDetailc-gallery-slide,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide.slick-current .tps-ringbuilder-final-gallery-slide {
    border-color: var(--site-black-color) !important;
  }

  .tps-seDetailc-gallery-loader .tps-seDetailc-spinner-arrow,
  .tps-ringbuilder-final-gallery-loader .tps-seDetailc-spinner-arrow {
    display: none;
  }

  .tps-ringbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: var(--site-property-loader-bg-color);
    background: linear-gradient(to right, var(--site-property-loader-color) 8%, var(--site-property-loader-bg-color2) 18%, var(--site-property-loader-color) 33%);
    background-size: 900px 204px;
  }

  .tps-ringbuilder-final-share {
    margin-inline: auto;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
    max-width: 650px;
    margin-inline: auto;
  }

  .tps-seDetailc-shipping-days {
    text-align: center;
    max-width: 390px;
    margin-inline: auto;
  }

  .tps-seDetailc-shipping-days::before {
    display: inline-block;
  }

  .tps-ringbuilder-final-specification-wrapper {
    max-width: 100%;
  }

  .tps-ringbuilder-final-specification-wrapper .tps-ringbuilder-final-specification {
    padding: 10px 0px 10px 0px;
  }

  .tps-ringbuilder-final-data div span.tps-ringbuilder-final-data-title,
  .tps-ringbuilder-final-data .tps-ringbuilder-final-data-price span.tps-ringbuilder-final-pricevalue,
  .tps-ringbuilder-final-data .tps-ringbuilder-final-data-price span.tps-ringbuilder-final-pricetitle,
  .tps-ringbuilder-final-data .tps-ringbuilder-final-data-link a {
    font-size: 14px;
    line-height: 14px;
  }

  .tps-ringbuilder-btn:hover,
  .tps-ringbuilder-btn:focus,
  .tps-ringbuilder-btn:active {
    color: var(--site-black-color) !important;
  }

  .tps_latestv_ringl_filter {
        grid-gap: 20px 2%;
    }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 14.2%;
  }

  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div.tps-ringbuilder-item-title {
        font-size: 15px;
        line-height: 20px;
        min-height: 52px;
    }

    .tps-ringbuilder-breacrum.desktop{
      display: none;
    }

    .tps-ringbuilder-breacrum.mobile{
      display: flex;
    }

    .tps-seDetailc-spacification, 
    .tps-ringbuilder-final-specification{
      max-width: 600px;
      margin: auto;
      padding-top: 40px !important;
      margin-left: 0px;
    }

      .tps_latestv_steps .tps_latestv_steps_action{
      display: block;
  }
  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_one .tps_latestv_steps_node::before{
      display: none;
  }

  .tps-ringbuilder-final-rsized .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-title,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-title,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-rsized .tps-ringbuilder-final-data-value{
    font-size: 16px;
  }

  .tps-ringbuilder-ring-size-wrapper select.tps-ringbuilder-ring-size-dropdown{
    font-size: 14px;
    height: 30px;
    background-position: 98% 4px;
  }

  /*.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,
  .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 {
    display: contents;
  }*/

    .tps-latestv-reset-step-popup {
    left: 20px;
    }

    body .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style ul {      
      grid-gap: 20px 4.5%;
    }
    .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{
      display: block;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track{
      display: block;
    }
    .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-slide, 
    .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-slide{
      width: 80px !important;
    }
}

@media(max-width:825px) {

  .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-ringbuilder-spinner-grid-container.tps-seDetailc-spinner-grid-container,
  .tps-ringbuilder-final-gallery-loader.tps-horizontal-loader .tps-ringbuilder-spinner-grid-container {
    display: flex;
  }

  .tps-seDetailc-gallery-loader.tps-horizontal-loader .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section,
  .tps-ringbuilder-final-gallery-loader.tps-horizontal-loader .tps-ringbuilder-spinner-grid-container .tps_grid_meta_section {
    position: absolute;
  }

  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 49%;
  }

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

    h1.tps-ringbuilder-page-title{
    font-size: 20px;
  }

  .tps-ringbuilder-item-counter-div h2.tps-ringbuilder-header-tab-label-h2{
    font-size: 18px;
  }

  .tps-email-drophint-form-popup .tps-email-drophint-form-popup-cr{
    max-width: 90%;
    min-width: 90%;
  }

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

}

  @media(max-width:800px){

    .tps_latestv_steps_inner .tps_latestv_steps_item.tps_latestv_steps_three{
      width: 30%;
    }

    .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin:after{
    top: 37px;
    width: 30%;
    left: 150px;
    }

    .tps_latestv_steps_title_price_wrapper {
      top: 75px;
      left: -7px;
    }

    .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper {
      top: 82px;
      left: -61px;
  }

  .tps-latestv-reset-step-popup {
    left: -70px;
    top: 206px;
  }

  }


@media(max-width:767px) {
  .tps-ringbuilder-main-container {
    padding: 0px !important;
  }

  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-scol .tps-dia-detail-sattr:nth-last-child(2),
  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-scol .tps-dia-detail-sattr:nth-last-child(3) {
    border-bottom: 1px solid var(--site-color-5);
  }

  .tps-ringbuilder-final-cr {
    margin-bottom: 20px;
  }

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

  .tps-seDetailc-gallery-loader .tps_grid_animated-background,
  .tps-ringbuilder-final-gallery-loader .tps_grid_animated-background {
    display: flex;
    flex-direction: column-reverse;
  }

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

  .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: 9999999999;
    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: #2323238a;
    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-black-color);
    color: var(--site-white-color);
    font-size: 14px;
  }

  .tps-ringbuilder-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--primary-site-color);
    font-size: 14px;
    width: 200px;
    border-radius: 3px;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div {
    z-index: 91;
    margin: auto;
    display: block;
    right: 0;
    top: 42px;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before,
  .tps-latestv-reset-step-popup:before {
    right: 12px;
    top: -6px;
    margin: auto;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before {
    left: 50%;
    right: auto;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before .tps-ringbuilder-mob-filter-button button:hover {
    background-color: transparent;
    border-color: var(--primary-site-color);
    color: var(--primary-site-color);
  }

  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-title,
  .tps-latestv-reset-step-popup .tps-latestv-reset-step-popup-title {
    font-size: 12px
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
  .tps-latestv-reset-step-popup {
    position: absolute;
    width: 180px;
    padding: 8px 5px 12px 5px;
  }

  .tps-ringbuilder-filter-title {
    width: 100%;
    display: flex;
    padding: 13px 15px 0px;
    background-color: var(--site-color-5);
    margin-bottom: 10px;
    top: 0;
    z-index: 999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: space-between;
  }

  .tps-ringbuilder-filter-title span {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    padding-top: 5px;
  }

  .tps-ringbuilder-filter-close {
    background-color: transparent !important;
    outline: none;
    width: 25px !important;
    height: 25px;
    background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -371px -140px;
    display: flex;
    padding: 0;
    outline: none !important;
    border: none;
  }

  .tps-ringbuilder-reset-parent.mobile {
    position: relative;
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-price,
  .tps_latestv_ringl_filter .tps-ringbuilder-style-type {
    width: 100%;
    padding: 0;
  }

  .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: 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-ringbuilder-item-listing-div .tps-ringbuilder-item-banner-div,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 49%;
  }

  .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: var(--font-body-family);
    font-weight: 500;
    margin: 0px;
    border: 1px solid var(--site-black-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-black-color);
    color: var(--site-white-color);
    position: relative;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list div {
    display: flex;
    justify-content: center;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right {
    font-size: 13px;
    line-height: 24px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-rightm,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    word-break: break-all;
  }

/*  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    width: 100%;
  }*/

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

  .tps-seDetailc-img-popup-div div {
    width: 90%;
    height: auto;
  }

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

  .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;
    padding-left: 0px !important;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-sort-by select {
    width: 150px;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value {
    text-align: center;
    padding: 5px 10px 15;
  }

  .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 .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: -70px !important;
    transform: none !important;
    top: 185px;
  }

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

  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filters-title {
    font-size: 15px;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value {
    text-align: left;
  }

  .tps-ringbuilder-item-selected-value .tps-ringbuilder-applied-filter-list .tps-ringbuilder-unselected a {
    top: -35px;
  }

  .tps-ringbuilder-mob-filter-button button {
    display: block;
    margin: auto;
    background-color: var(--site-white-color);
    color: var(--primary-site-color);
    text-transform: uppercase;
    line-height: normal;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: transparent;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-black-color);
    font-size: 14px;
    width: 60px;
    height: 50px;
    border-radius: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    text-overflow: ellipsis;
  }

  .tps-ringbuilder-mob-filter-button button::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -66px -1052px !important;
  }

  .tps-ringbuilder-mob-filter-button.tps_filter_sticky_btn button::after {
    background-position: -227px -1052px !important;
    left: 42.5%;
  }

  .tps-ringbuilder-item-listing-div,
  .tps-ringbuilder-item-listing-div noscript {
    grid-gap: 20px 1.3%;
  }

  .tps-ringbuilder-filter-wrapper-div.open-popup .tps_latestv_ringl_filter_parent-child {
    background-color: var(--site-white-color);
    width: 100%;
    height: 100%;
    margin-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .tps_latestv_ringl_reset_block {
    padding: 5px 10px 5px;
  }

  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div,
  .tps-ringbuilder-item-info-div .tps-ringbuilder-item-price-div {
    text-align: center;
  }

  .tps_latestv_ringl_reset_block .tps_latestv_rest_filter,
  .tps_latestv_ringl_reset_block label {
    font-size: 12px;
    line-height: 22px;
  }

  .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 {
    font-size: 22px !important;
    line-height: 34px !important;
  }

  .tps-seDetailc-btn .tps-ringbuilder-btn {
    max-width: 505px;
  }

  .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-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-3,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-2,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-1,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-3,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-2,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-1 {
    width: 100%;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-attr {
    height: auto !important;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide img,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide img {
    object-fit: contain;
  }

  .tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab {
    border-bottom: 1px solid var(--site-color-7);
    padding-bottom: 14px;
    margin-bottom: 28px;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info .tps-seDetailc-sp-info-col-title,
  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-title {
    font-size: 15px;
  }

  .tps-seDetailc-img-popup-div div {
    padding: 13px 10px 30px;
  }

  .tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title {
    text-transform: capitalize;
    text-align: center;
    padding: 0px 25px;
    margin: 0px auto 11px auto;
    display: block;
    font-size: 16px;
    font-family: var(--font-body-family);
    font-weight: 600;
    color: var(--primary-site-color);
  }

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

  .tps-seDetailc-similar-settings-list button.slick-prev {
    left: 0;
  }

  .tps-seDetailc-similar-settings-list button.slick-next {
    right: 0;
  }

  .tps_latestv_ringl_filter {
    padding: 0px 15px 0px;
    width: 100% !important;
    margin: 10px 0px 11px 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    float: unset !important;
    padding-inline: 15px;
    padding-bottom: 180px;
  }

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

  .tps-ringbuilder-ring-size-wrapper .tps-ringbuilder-ring-size-country-box {
    margin-left: 0;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-style ul {
    justify-content: left;
  }


  .tps-seDetailc-spacification,
  .tps-ringbuilder-final-specification {
    max-width: 100%;
  }

  .tps-ringbuilder-final-specification-wrapper .tps-ringbuilder-final-specification {
    margin-bottom: 0px;
  }

  .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-setting .tps-ringbuilder-final-scol {
    grid-gap: 5px 1%;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-hidden-halo-option input+span,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-pave-band-option input+span,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-two-stone-option input+span,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-vintage-inspire-option input+span,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common ul li.tps-ringbuilder-nature-inspired-option input+span {
    width: auto;
  }

  .tps-ringbuilder-item-counter-div h2.tps-ringbuilder-header-tab-label-h2 {
    margin: 10px 0;
  }

  .tps-ringbuilder-load-more-container,
  .tps-diamonds-parent-load-more {
    flex-direction: column;
    grid-row-gap: 20px;
    border-bottom: none;
    margin-bottom: 45px;
    padding-inline: 0px;
  }

  .load-more-container {
    position: relative;
    width: 100%;
  }

  .load-more-container::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--site-black-color);
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 0;
  }

  .tps-ringbuilder-item-listing-wrapper-div .load-more-container button#load-more {
    position: relative;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent {
    padding-inline: 0px;
  }

  .tps-ringbuilder-reset-filter-confirm-popup-div .tps-ringbuilder-reset-filter-confirm-popup-btn-div button.tps-ringbuilder-reset-filter-confirm-no-btn {
    background-color: var(--site-white-color) !important;
    color: var(--site-black-color) !important;
    background-image: none !important;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div,
  .tps-latestv-reset-step-popup {
    position: absolute;
    width: 220px;
    right: auto;
    background-color: var(--site-black-color);
    border: 1px solid var(--site-black-color);
    padding: 5px 0px 16px 0px;
    border-radius: 4px;
    z-index: 99 !important;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .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: 12px;
    color: var(--site-white-color);
    font-family: var(--font-body-family);
    line-height: 24px;
    text-align: center;
    font-weight: 400;
  }

  .tps-ringbuilder-reset-parent .tps-ringbuilder-reset-filter-confirm-popup-div:before {
    content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--site-black-color);
    position: absolute;
    z-index: 999999;
    top: -8px;
    border-top: 1px solid var(--site-black-color);
    border-left: 1px solid var(--site-black-color);
  }

  .tps_latestv_ringl_reset_block {
    display: none !important;
  }

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

  h1.tps-ringbuilder-page-title {
    margin-top: 15px;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-item-selected-value {
    padding-inline: 0px;
  }

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

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-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 {
    font-size: 14px !important;
  }

  .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 {
    font-size: 13px !important;
  }
/*
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-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 {
    padding-inline: 0px;
  }*/

  .tps-seDetailc-spacification .tps-seDetailc-sp-info {
    padding-left: 0px;
    padding-top: 5px;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-price {
    margin-bottom: 15px;
  }

  .tps-ringbuilder-mob-filter-button button:hover,
  .tps-ringbuilder-mob-filter-button button:focus {
    background-color: transparent;
  }

  h1.tps-ringbuilder-page-title {
    font-size: 22px;
    line-height: 32px !important;
  }

  .tps-ringbuilder-reset-parent.mobile a.tps-ringbuilder-reset-filter-btn {
    display: flex;
  }

  .tps-ringbuilder-reset-parent.mobile a.tps-ringbuilder-reset-filter-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/setting-listing-images/ringbuilder_latest_sprite.svg);
    background-position: -435px -450px;
  }

  .tps-ringbuilder-item-selected-value ul li a span {
    margin-bottom: -2px;
  }

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
        width: 12.5%;
    }

    .tps-form .tps-form-image-block{
      display: none;
    }
    
    .tps-email-drophint-form-popup .email-us-form, .tps-email-drophint-form-popup .drop-hint-form{
      width: 100%;
    }

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

    .tps_latestv_steps .tps_latestv_steps_action a{
    font-size: 12px;
    margin-right: 5px;
  }
  .tps_latestv_steps .tps_latestv_steps_action a:nth-child(2){
    margin-right: 0px;
  }
  .tps_latestv_steps .tps_latestv_steps_action a:first-child:after{
    left: 32px;
  }

  .tps_latestv_steps{
      padding: 7px 0px 10px;
  }


  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading, 
  .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading{
    font-size: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho::after{
    width: 40px;
    height: 40px;
  }

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position:-236px -9px;
}

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

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position:-294px -10px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position:-296px -75px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position:-356px -10px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -356px -75px;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin:after{
  top: 37px;
        width: 40%;
        left: 115px;
}

.tps_latestv_steps .tps_latestv_steps_pho {
  width: 50px;
}

.tps_latestv_steps_title_price_wrapper{padding: 10px;}

.tps_latestv_steps{
  margin: 0px 0px 0px;
}

.tps_latestv_steps_title_price_wrapper{
  width: 260px;
  gap: 0px;
  align-items: flex-start;
}
.tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper {
  top: 68px;
  left: auto;
  right: 0;
}
.tps_latestv_steps_title_price_wrapper{
    top: 65px;
}
.tps_latestv_steps_title_price_wrapper .tps_latestv_steps_img_div span.cyobar_img{
  width: 50px;
  margin-right: 10px;
  margin-top: 5px;
}

.tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2{
  font-size: 20px;
}

.tps-ringbuilder-final-specification.setting,
.tps-ringbuilder-final-specification.diamond{
  padding-top: 10px !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 {
  width: 100% !important;
}

body .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style ul {
  grid-gap: 15px 1.5%;
}
/*360 budge add*/
.tps-seDetailc-gallery .tps-seDetailc-gallery-slide .j360-badge{
  top: 10px;
  right: 0px;
}

}

@media(max-width:639px) {
  .tps-seDetailc-meta .tps-seDetailc-share-list {
    grid-gap: 10px 5%;
  }

  .tps-ringbuilder-mob-filter-button.tps_filter_sticky_btn button::after {
    left: 39%;
  }

  .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: center;
    font-weight: 400;
    font-size: 14px;
  }

  .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(--primary-site-color);
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .tps-seDetailc-main-gallery .slick-arrow.slick-next,
  .tps-seDetailc-main-gallery .slick-arrow.slick-next:hover,
  .tps-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: -218px -359px !important;
  }

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

  .tps-ringbuilder-final-specification span {
    font-size: 16px;
    line-height: 30px;
  }

  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner,
  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner {
    padding: 0;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading span,
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 14px;
    line-height: 14px;
  }

      .tps_latestv_steps_title_price_wrapper{
        width: 320px;
    }

    .tps-latestv-reset-step-popup {
        left: -90px !important;
    }

}

@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-seDetailc-thumbnail-gallery-horizontal .tps-seDetailc-gallery-slide,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .tps-ringbuilder-final-gallery-slide {
    width: 60px !important;
    height: 60px !important;
  }

  .tps-seDetailc-thumbnail-gallery-horizontal .slick-slide,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-thumbnail-gallery-horizontal .slick-slide {
    justify-content: center;
  }

  .tps-seDetailc-shipping-days {
    text-align: center;
    max-width: 390px;
    margin-inline: auto;
    display: block;
  }

  .tps-seDetailc-btn .tps-ringbuilder-btn {
    max-width: 100%;
  }

  .tps-seDetailc-shipping-days::before {
    display: block;
    float: left;
    margin-right: 0px;
  }


 /* .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal.tps-fixed-thumbnail .slick-track {
    transform: none !important;
  }
*/
  .tps-seDetailc-diamond-selection-popup .tps-seDetailc-diamond-selection-popup-inner {
    width: 90%;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_can_be_set_with .tps-seDetailc-swatches-options-list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 12px;
  }

  .tps-seDetailc-gallery-loader,
  .tps-ringbuilder-final-gallery-loader {
    height: 375px;
  }  

  .tps-ringbuilder-final-data div span span {
    width: auto;
  }

  .tps-ringbuilder-final-specification .tps-ringbuilder-final-spec-tab {
    grid-gap: 10px;
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul {
    grid-gap: 12px 0%;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent {
    flex-direction: column;
    align-items: center;
  }

  .tps-ringbuilder-item-counter-div .tps-ringbuilder-header-parent .tps-ringbuilder-item-col::after {
    display: none;
  }

  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left,
  .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-left,
  .tps-ringbuilder-final-sinfo .tps-ringbuilder-final-sattr .tps-ringbuilder-final-sattr-right {
    font-size: 14px;
    line-height: 24px;
    justify-content: left;
    height: auto !important;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches-pa_shapes-can-be-set-with .tps-seDetailc-swatche-option {
    width: 18%;
  }

  .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 a {
    font-size: 14px !important;
  }

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

  .tps-ringbuilder-mob-filter-button button {
    margin-bottom: 10px;
    margin-top: 21px;
  }

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

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul,
  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul {
    justify-content: flex-start;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 25%;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-shape ul li {
    width: 19.2%;
  }

  .tps-seDetailc-gallery .tps-seDetailc-gallery-inner .tps-seDetailc-thumbnail-gallery-horizontal,
  .tps-ringbuilder-final-gallery .tps-ringbuilder-final-gallery-inner .tps-ringbuilder-final-thumbnail-gallery-horizontal {
    max-width: 380px;
    margin-inline: auto;
  }

  .tps-ringbuilder-seDetailc .tps-seDetailc-gallery,
  .tps-ringbuilder-final-row .tps-ringbuilder-final-gallery {
    margin: 0px auto 30px;
  }

  .tps-seDetailc-meta .tps-seDetailc-swatches.tps-seDetailc-swatches-pa_metal li {
    width: 22.5%;
  }

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

  .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
    background-position: -10px -7px;
  }

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

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

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
    background-position: -79px -71px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_ring::after{
    background-position: -10px -72px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_pho.tps_latestv_steps_final::after {
    background-position: -156px -73px;
}


  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin > div {
    display: block;
    margin: auto;
  }
  
  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
    text-align: center;
    margin-top: 8px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin:after {
    top: 18px;
    width: 65%;
    left: 64%;
  }
  
  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont span.cyobar_title{
    text-align: left;
  }

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

.tps_latestv_steps_title_price_wrapper .tps_latestv_steps_img_div span.cyobar_img {
  width: 70px;
}

.tps_latestv_steps_item.tps_latestv_steps_two .tps_latestv_steps_title_price_wrapper{
  top: 84px;
  left: -60px;
}

    .tps_latestv_steps_inner{
      justify-content: space-between;
    }
    .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper{

    }
    .tps_latestv_steps_title_price_wrapper,
    .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper,
    .tps_latestv_steps_item.tps_latestv_steps_two .tps_latestv_steps_title_price_wrapper{
        top: 90px;
    }


      .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont .tps-header-step-loader{
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    } 

    .tps_latestv_steps_title_price_wrapper, 
    .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_title_price_wrapper, 
    .tps_latestv_steps_item.tps_latestv_steps_two .tps_latestv_steps_title_price_wrapper {
        top: auto;
    }

    .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-sattr .tps-dia-detail-sattr-right,
    .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
      font-size: 13px;
      line-height: 20px;
    }

    .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading span.step-num {
      width: 16px;
      height: 16px;
      font-size: 9px;
      line-height: 18px;
    }

    .tps-ringbuilder-item-not-found-div{
    font-size: 15px;
    }

    .tps-email-drophint-form-popup .tps-email-drophint-form-popup-title h2{
  font-size: 18px;
}

.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap input, 
.tps-email-drophint-form-popup .email-us-form .wpcf7-form-control-wrap textarea, 
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap input, 
.tps-email-drophint-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea{
    height: 36px;
    padding: 6px 18px 6px 10px;
    font-size: 13px;
  }

    .tps-latestv-reset-step-popup {
        left: -145px !important;
        transform: none !important;
        top: 195px;
    }

  body .tps_latesv_ring_fil_common.tps-ringbuilder-multiple-filter-div.tps-ringbuilder-style ul {
    grid-gap: 20px 1.5%;
    justify-content: space-between !important;
  }  

}

@media(max-width:500px) {
  .tps-ringbuilder-final-meta .tps-ringbuilder-ring-size-wrapper {
    grid-gap: 20px 10px;
    flex-direction: row;
    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-specification span {
    font-size: 14px;
    line-height: 30px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 20%;
  }

  .tps_latestv_ringl_filter .tps-ringbuilder-metal.tps_latesv_ring_fil_common ul {
    justify-content: left;
  }

  .tps-ringbuilder-final-specification .tps-ringbuilder-final-sinfo#tps-ringbuilder-final-diamond .tps-dia-detail-scol-inner .tps-dia-detail-scol .tps-dia-detail-sattr {
    padding: 10px 0px 10px 0px;
  }

  .tps-seDetailc-meta .tps-seDetailc-share-list {
        grid-gap: 10px 4%;
    }

    .tps-latestv-reset-step-popup:before {
        left: -10% !important;
    }
    .tps-seDetailc-meta .tps-seDetailc-swatches li div.tps-seDetailc-swatch-option-label-div {
        font-size: 12px;
        line-height: 17px;
    }
}

@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-banner-div,
  .tps-ringbuilder-item-listing-div .tps-ringbuilder-item-info-div {
    width: 100%;
  }

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

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

  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 13px;
  }

  .tps_latestv_ringl_filter .tps_latesv_ring_fil_common.tps-ringbuilder-metal ul li {
    width: 25%;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading span,
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 11px;
    line-height: 11px;
  }

    .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin:after {
      top: 19px;
      left: 68%;
}

  .tps_latestv_steps .tps_latestv_steps_pho::after{
      margin-inline: auto;
  }

  .tps-ringbuilder-item-not-found-div .tps-ringbuilder-item-not-found-sub-title {
    font-size: 14px;
  }

  p.tps-email-drophint-form-popup-descr {
    font-size: 12px;
}

.tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section .tps-diamond-field-msg-heading {
        font-size: 16px;
    }

    .tps-diamond-field-popup-wrapper .tps-diamond-field-popup-section p.tps-diamond-field-msg-content{
      font-size: 12px;
    }

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

    .tps-ringbuilder-item-info-div .tps-ringbuilder-item-metadata-div.tps-ringbuilder-item-title {      
      min-height: auto;
    }

}

@media(max-width:390px) {
  .tps-seDetailc-meta .tps-seDetailc-share-list a {
    font-size: 12px;
  }

  .tps-ringbuilder-final-meta .tps-ringbuilder-final-share ul li a {
    font-size: 12px;
  }


    .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading span,
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 10px;
    line-height: 12px;
  }

    .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin:after {
    width: 50%;
    left: 75%;
}

.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading span, 
.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
  font-size: 9px;
}

.tps-ringbuilder-btn{
  font-size: 13px;
    line-height: 13px;
}

  .tps-seDetailc-meta .tps-seDetailc-meta-title,
  .tps-ringbuilder-final-meta .tps-ringbuilder-final-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .tps-ringbuilder-final-sinfo .tps-seDetailc-sp-info-col-list .tps-seDetailc-sp-info-col {
    grid-template-columns: 1fr;
}

    .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 {
        font-size: 13px !important;
    }

}

/*Transpacific software --- end*/