/** Shopify CDN: Minification failed

Line 6549:52 Expected ")" to end URL token

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
:root {
  --bgcolor-trans: transparent;
  --bgcolor-main: #0C3AA4;
  --bgcolor-1: #1E1E1E;
  --bgcolor-2: #525252;
  --bgcolor-3: #999999;
  --bgcolor-4: #F8F8F8;
  --bgcolor-5: #3C3C3C;
  --bgcolor-6: #FBFBFB;
  --bgcolor-7: #3B3838;
  --bgcolor-8: #AEAEAE;
  --bgcolor-white: #FFFFFF;
   --bgcolor-black: #000000;
  --labcolor-main: #008564;
  --font-heading-family: Raleway-Regular;
  --font-body-family: Raleway-Regular;
  --font-medium: Raleway-Medium;  
  --font-publicsans: PublicSans-Black;
  --font-publicsans-bold: PublicSans-Bold;
}

body {
  font-family: var(--font-body-family);
  font-variant: lining-nums;
}
h1,h2,h3,h3,h4,h5,h6 {
  font-family: var(--font-heading-family);
}

.tps-main-slide.tps-main-slide-image .tps-slide {
    position: relative;
}
.tps-ring-try-on-section button {
    position: relative;
    display: flex;
    border: 1px solid var(--bgcolor-2);
    border-radius: 50px;
    background: transparent;
    align-items: center;
    font-size: 12px;
    padding: 0;
     transition: all 0.3s;
}
.tps-ring-try-on-section {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    display: none !important;
}

.tps-try-on-button button:before {
    content: "";
    position: relative;
    width: 30px;
    height: 40px;
    display: block;
    background: url('tps-ringbuilder-sprite.svg');
    border: 1px solid var(--bgcolor-trans);
    margin-bottom: 0;
    background-position: -83px -692px;
}

.g-breadcrumb {
  margin-bottom: 50px;
}

.tps-container, .pickup-container, .tps-breadcrumb-container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: inherit;

}
.pickup-container {
  max-width: 1620px !important;
}
div#shopify-section-tps-diamond-detail-page .tps-container {
  padding: 0 !important;
}

.tps-ringbuilder-setting-listing .tps-page-title h1 {
  text-align: center;
  color: var(--bgcolor-1);
  font-family: var(--font-heading-family) !important;
  margin-top: 0;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.8%; 
}


/**** tps ringbuilder module steps design start */
.tps-ringbuilder-steps .tps-steps-options {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid var(--bgcolor-trans);
  border-radius: 4px;
  gap: 0px;
}

.tps-container .tps-ringbuilder-steps {
  max-width: 100%;
  margin: auto auto 50px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block {
  cursor: pointer;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  cursor: default;
  border: 1px solid #1E1E1E1A;
  position:relative;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  background: #F9F9F9;
  border: 1px solid var(--bgcolor-trans);
  margin-right: 0px;
  width: 96%;
  justify-content: space-between;
}
.tps-steps-bg-progress-bar {
    background-color: var(--bgcolor-main);
    height: 4px;
    width: 0%;
    position: absolute;
    top: 32%;
    left: 14%;
    transform: translateY(-50%);
    z-index: -1;
    transition: .4s ease;
    font-size:0;
    display: none;
}
.tps-steps-bg-progress-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(135deg, #fff3 0 25%, #fff0 25% 50%, #fff3 50% 75%, #fff0 75% 100%);
    z-index: 1;
    -webkit-animation: move 2.5s linear infinite;
    border-radius: 10px;
    overflow: hidden;
    background-size: 1rem 1rem;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.current-active .tps-step-block-content span.tps-step-icon:before {
    /* animation: blink 2s ease-in-out infinite none; */
    border-color: #000;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 8px;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 #8f214085;
  }

  100% {
    box-shadow: 0 0 0 8px #8f214085;
  }
}


.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon {
  width: 60px;
  height: 70px;
  border-radius: 6px;
  background-image: url('tps-ringbuilder-sprite.svg');
  /* background-color: var(--bgcolor-3); */
  display: block;
  position: relative;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-loader {
  background-image: url(ajax-loader.gif) !important;
  background-color: var(--bgcolor-trans);
  background-position: center center !important;
  background-size: 38% !important;
  background-repeat: no-repeat !important;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-diamond {
  background-position: -75px -4px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-setting {
  background-position: -6px -4px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-final-ring {
  background-position: -151px -4px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-diamond {
  /* background-position: -75px -68px; */
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-setting {
  background-position: -4px -4px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-final-ring {
  background-position: -151px -4px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: var(--bgcolor-2);
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
  text-align: center;
  padding-left: 20px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-no {
  display: block;
  font-family: var(--font-medium);
  text-align: center;
  font-weight: 500;
  font-size: 49.47px;
  line-height: 71.69px;
  letter-spacing: 0px;
  opacity: 40%;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active.current-active .tps-step-block-content .tps-step-content span.tps-step-no {
      opacity: 1;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 120px;
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content .tps-step-content span.tps-step-no {
  background: var(--bgcolor-trans);
}

.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content .tps-step-content span.tps-step-title {
 
}

.tps-step-product-change-info.tps-desktop-hide {
  font-size: 12px;
}


.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-img {
  width: 100% !important;
  max-width: 48px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-img img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #1E1E1E1A;
  object-fit: scale-down;
  padding: 0;
  height: 100%;
}

.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-content {
  display: flex;
  flex-direction: column;
  width: 85%;
  gap: 5px;
}

.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-title {
  color: var(--bgcolor-7);
  font-family: var(--font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  padding-right: 0;
}

.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove {
  display: flex;
  column-gap: 15px;
}

.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove a,
.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove span {
    color: var(--bgcolor-8);
    font-family: var(--font-medium);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-decoration: underline
}

.tps-step-product-info.tps-first-step-product-info.tps-step-product-info-show .tps-step-block-steps-info-wrapper {
  left: 0;
  right: 0;
}
.tps-step-product-info.tps-final-step-product-info.tps-step-product-info-show .tps-step-block-steps-info-wrapper {
  left: auto;
  right: 0;
}

/**** tps ringbuilder module steps design end  */

/**** tps ringbuilder module setting listing design start  /****/
.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs {
  padding: 0 15px 10px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  border-bottom: 1px solid var(--bgcolor-2);
}

.tps-ringbuilder-setting-listing .tps-filter-details {
  padding: 20px 0px;
  width: 100%;
  max-width: 994px;
  margin: auto;
  background:var(--bgcolor-white);
}

.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: relative;
}

.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a,
.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li span {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a {
  position: relative;
  padding-left: 30px;
  display: flex;
}

.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a.tps-reset-filter:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url('tps-ringbuilder-sprite.svg');
  display: block;
  margin: auto;
  background-position: -69px -651px;
  position: absolute;
  left: 0;
  top: 0px;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div {
  position: absolute;
  width: 215px;
  left: -50px;
  background-color: var(--bgcolor-main);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 2;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999999;
  cursor: default;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--bgcolor-main);
  position: absolute;
  z-index: 999999;
  top: -9px;
  right: auto;
  left: 50%;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div .tps-reset-filter-confirm-popup-title {
  font-size: 13px;
  color: var(--bgcolor-white);
  text-align: center;
  font-family: var(--font-body-family);
  cursor: default;
  font-weight: 400;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div .tps-reset-filter-confirm-popup-btn-div {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div .tps-reset-filter-confirm-popup-btn-div button {
  padding: 5px 20px 5px;
  margin-top: 10px;
  background-color: var(--bgcolor-trans);
  color: var(--bgcolor-white);
  font-size: 15px;
  line-height: 16px;
  border: 1px solid var(--bgcolor-white);
  transition: 0.5s ease;
  border-radius: 2px;
  margin-right: 0px;
  cursor: pointer;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section button {
    display: block;
    background: var(--bgcolor-trans) !important;
    color: var(--bgcolor-1);
    font-family: var(--font-medium);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding: 10px 5px;
    border: none;
    width: 105px;
    border-radius: 0;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-sticky-btn {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 95%;
  padding: 7px;
  margin: 0px;
  background: var(--bgcolor-main);
  justify-content: center;
  border-radius: 55px;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-sticky-btn .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section.tps-desktop-hide {
  display: none;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide.tps-sticky-btn {
  justify-content: center;
  margin: 0;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -348px -753px !important;
    position: absolute;
    top: 3px;
    right: 11px;
}

.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide {
    display: flex;
    margin-bottom: 20px;
    gap: 10px 1%;
    justify-content: center;
    flex-wrap: wrap;
}

.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters {
  position: fixed;
  top: 0;
  right: 0%;
  width: 25%;
  height: 100% !important;
  background-color: #00000075;
  transition: all .1s .1s;
  z-index: 99;
  overflow-x: auto;
  border-left: 1px solid #d6d6d6;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tps-ringbuilder-setting-listing .tps-filter-tabs-container {
  position: fixed;
  top: 50px;
  left: 0%;
  width: 100%;
  transform: translateY(110%);
  height: 100% !important;
  background-color: var(--bgcolor-white);
  transition: all 0.5s ease-out;
  z-index: 99;
  padding: 0 0 50px;
  border-radius:  0;
}

.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-tabs-container {
  transform: translateY(0%);
}

.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-applied-filter-section {
  display: block;
  margin-top: 0px;
}

.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-tabs-container ul.tps-filter-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--bgcolor-2);
  column-gap: 6%;
  position: relative;
  width: 100%;
  z-index: 999999;
  background: #F3F4F6;
  padding: 12px 15px;
  align-items: center;
  left: 0;
  margin: 0;
  top: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-tabs-container ul li.tps-tab.tps-desktop-hide .tps-mobile-filter-close {
  width: 25px;
  height: 25px;
  background: url('tps-ringbuilder-sprite.svg');
  display: block;
  margin: auto;
  background-position: -298px -140px;
  font-size: 0;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-filter-heading {
  font-size: 16px;
  line-height: 22px;
  color: var(--bgcolor-1);
  text-transform: capitalize;
  padding-bottom: 0;
  font-weight: 600;
  padding-left: 0px;
  font-family: var(--font-body-family);
  display: block;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-swatch-filter-heading-wrapper {
  display: flex;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bgcolor-1);
  margin: 0;
  padding: 7px 5px 15px 0;
  font-family: var(--font-heading-family);
  position: relative;
  cursor: default;
  border: none;
  align-items: center;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 0px;
}

.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style
{
  width: 100%;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list
 {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: flex-start;
  margin: 0;
  flex-wrap: wrap;
  grid-gap: 25px 1%;
  margin-bottom: 20px;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list{
   justify-content: center;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: flex-start;
  margin: 0;
  grid-gap: 25px 2%;
  flex-wrap: wrap;

}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li{
    position: relative;
    text-align: center;
    display: flex;
    width: 144px;
    height: 140px;
    padding: 28px 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background: #F8F8F8;
}


.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li input[type="checkbox"],
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li input[type="checkbox"],
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li input[type="checkbox"],
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li input[type=checkbox]{
  visibility: visible;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  margin: 0;
  z-index: 999;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon {
  width: 70px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  background: url('tps-ringbuilder-sprite.svg');
  border-radius: 0;
  border: 1px solid var(--bgcolor-trans);
  position: relative;
  display: block;
  margin-bottom: 0;
  border: 1px solid var(--bgcolor-trans);
}


.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-halo,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-halo {
  background-position: -9px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-halo,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-halo {
  background-position:-9px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-hidden-halo,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-hidden-halo {
  background-position:-370px -424px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-hidden-halo,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-hidden-halo{
  background-position: -370px -424px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-bezel,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-bezel {
    background-position: -452px -424px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-bezel,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-bezel {
    background-position: -452px -424px;
}


.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-side-stones,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-side-stones {
  background-position: -286px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-side-stones,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-side-stones{
  background-position: -286px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-solitaire,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-solitaire {
  background-position: -109px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-solitaire,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-solitaire {
  background-position: -109px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-icon.tps-filter-style-icon-three-stones,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-icon.tps-filter-style-icon-three-stones {
  background-position: -204px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-icon.tps-filter-style-icon-three-stones,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-icon.tps-filter-style-icon-three-stones{
  background-position: -204px -424px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-18k-rose-gold,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-14k-rose-gold {
  background-position: -141px -366px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-18k-white-gold,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-14k-white-gold {
  background-position: -76px -366px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-18k-yellow-gold,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-14k-yellow-gold {
  background-position: -11px -366px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon.tps-filter-metal-icon-platinum {
  background-position: -206px -366px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-round {
  background-position: -10px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-princess {
  background-position: -60px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
  background-position: -114px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
  background-position: -168px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
  background-position: -217px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-oval {
  background-position: -260px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
  background-position: -306px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-pear {
  background-position: -354px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-emerald {
  background-position: -400px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-heart {
  background-position: -449px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-round {
  background-position: -10px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected  .tps-filter-shape-icon.tps-filter-shape-icon-princess {
  background-position: -60px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected  .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
  background-position: -114px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
  background-position: -168px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
  background-position: -217px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected  .tps-filter-shape-icon.tps-filter-shape-icon-oval {
  background-position: -260px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected  .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
  background-position: -306px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected  .tps-filter-shape-icon.tps-filter-shape-icon-pear {
  background-position: -354px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-emerald {
  background-position: -400px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-heart {
  background-position: -449px -206px;
}


.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-label,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-label,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-label {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: var(--font-medium);
  color: var(--bgcolor-1);
  text-align: center;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li.selected .tps-filter-style-label,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li.selected .tps-filter-metal-label,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected .tps-filter-shape-label,
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected .tps-filter-style-label{
  color: var(--bgcolor-1);
}

.tps-ringbuilder-setting-listing .ui-slider .ui-slider-handle,
.tps-ringbuilder-setting-listing .tps-price-filter-wrapper .ui-slider .ui-slider-handle {
  background: var(--bgcolor-white) !important;
  box-shadow: none !important;
  width: 15px !important;
  height: 15px !important;
  top: -7px !important;
  border-radius: 50%;
  border-width: 2px;
  border: 4px solid var(--bgcolor-main);
  cursor: pointer;
}

.tps-ringbuilder-setting-listing .ui-slider .ui-slider-handle:focus-visible,
.tps-ringbuilder-setting-listing .tps-price-filter-wrapper .ui-slider .ui-slider-handle:focus-visible {
  outline: 0;
  box-shadow: none;
}

.tps-ringbuilder-setting-listing .ui-slider-horizontal .ui-slider-range {
  background: var(--bgcolor-main);
  border-color: var(--bgcolor-main);
}

.tps-ringbuilder-setting-listing .ui-slider-horizontal .ui-slider-range {
  background: var(--bgcolor-main);
  position: absolute;
  z-index: 0;
  height: 2px;
  border-radius: 5px;
}

.tps-ringbuilder-setting-listing .tps-filter-wrapper .ui-widget-content {
  width: 95.1%;
  left: 0%;
  margin: auto;
}

.tps-ringbuilder-setting-listing .ui-slider-horizontal {
  height: 3px !important;
  margin-top: 10px;
  background: var(--bgcolor-3);
  border: 0 !important;
  border-radius: 0;
}

.tps-setting-filter-wrapper .tps-price-filter-wrapper .tps-search-price-range .tps-slider-min,
.tps-setting-filter-wrapper .tps-price-filter-wrapper .tps-search-price-range .tps-slider-max {
  width: 110px;
  height: 36px;
  border-radius: 8px;
  background-color: var(--bgcolor-white);
  border: 1px solid var(--bgcolor-3);
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 10px;
  margin: 15px 0 0;
  display: block;
  float: left;
  text-align: center;
  font-variant: lining-nums;
}

.tps-search-filter-range.tps-search-price-range,
.tps-search-filter-range.tps-search-carat-range,
.tps-table-filter-wrapper .tps-search-table-range,
.tps-depth-filter-wrapper .tps-search-depth-range,
.tps-ratio-filter-wrapper .tps-search-ratio-range {
  display: flex;
  justify-content: space-between;
}

.tps-price-title-wrapper,
.tps-price-title-wrapper1,
.tps-carat-title-wrapper,
.tps-carat-title-wrapper1,
.tps-table-title-wrapper,
.tps-table-title-wrapper1,
.tps-depth-title-wrapper,
.tps-depth-title-wrapper1,
.tps-ratio-title-wrapper,
.tps-ratio-title-wrapper1 {
  position: relative;
  margin-top: 10px;
}

.tps-price-title-wrapper span.tps-min-max-title,
.tps-price-title-wrapper1 span.tps-min-max-title,
.tps-carat-title-wrapper span.tps-min-max-title,
.tps-carat-title-wrapper1 span.tps-min-max-title,
.tps-table-title-wrapper span.tps-min-max-title,
.tps-table-title-wrapper1 span.tps-min-max-title,
.tps-depth-title-wrapper span.tps-min-max-title,
.tps-depth-title-wrapper1 span.tps-min-max-title,
.tps-ratio-title-wrapper span.tps-min-max-title,
.tps-ratio-title-wrapper1 span.tps-min-max-title {
  position: absolute;
  padding: 0;
  background: #fff;
  text-align: center;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 9px;
  text-align: center;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  width: 50%;
}

.tps-table-title-wrapper span.tps-min-max-title,
.tps-table-title-wrapper1 span.tps-min-max-title,
.tps-depth-title-wrapper span.tps-min-max-title,
.tps-depth-title-wrapper1 span.tps-min-max-title,
.tps-ratio-title-wrapper span.tps-min-max-title,
.tps-ratio-title-wrapper1 span.tps-min-max-title {
  width: 30%;
}

.tps-setting-filter-wrapper .tps-price-filter-wrapper .tps-search-price-range .tps-slider-max {
  float: right;
}


.tps-setting-listing-heading h2 {
  text-align: center;
  color: var(--bgcolor-1);
  text-align: center;
  font-family: var(--font-heading-family) !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0px;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  align-items: center;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-setting-result-tabs span {
  color: var(--bgcolor-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-section .tps-sort-filter {
  display: flex;
  gap: 10px;
  font-size: 16px;
  align-items: center;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid var(--bgcolor-1) !important;
  color: var(--bgcolor-1);
  position: relative;
  cursor: pointer;
  border: none;
  width: 207px;
  outline: none;
  box-shadow: none;
  padding: 0px;
  display: block;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option {
  color: var(--bgcolor-1);
  padding-bottom: 10px;
  position: relative;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-setting-listing-tabs-sort-by .tps-sort-dropdown {
  position: relative;
}

.tps-setting-listing-tabs-sort-by .tps-sort-section.tps-sort-section-desktop .tps-sort-dropdown-menu {
  position: absolute;
  background: var(--bgcolor-white);
  padding: 10px;
  z-index: 9;
  width: 200px;
  right: 0;
  top:12px;
  border: 1px solid var(--bgcolor-white);
  border-top: 0;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -406px -313px;
  display: block !important;
  top: 40%;
  right: 10px;
}

.tps-sort-dropdown-menu .tps-sort-option input {
  visibility: visible;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  margin: 0;
  z-index: 11;
}

.tps-short-by-filter-icon {
  display: flex;
  grid-gap: 5px;
  align-items: center;
}

.tps-sort-section.tps-grid-sort-section .tps-sort-option.active .tps-short-by-filter-icon {
  color: var(--bgcolor-black);
  font-family: var(--font-medium);
  font-weight: 500;
}

.tps-setting-result-tabs .tps-listing-tabs,
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps_filtered_count-section{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: center;
}

.tps-setting-result-tabs .tps-product-count {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.tps-setting-result-tabs span.tps-product-count-loader {
  width: 20px;
  height: 20px;
  background-image: url('ajax-loader.gif');
  display: block;
  background-size: contain;
  right: 0;
  top: 0;
}

.tps-setting-listing-page-container .tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper {
  background: var(--bgcolor-trans);
  margin: 0;
  padding: 0;
}

.tps-setting-listing-page-container .tps-selected-filter-wrapper .tps-applied-filters {
  display: flex;
  justify-content: space-between;
}

.tps-setting-listing-page-container .tps-selected-filter-wrapper .tps-filter-main .tps-applied-filters .tps-filter-by-label span {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-selected-filter .tps-selected-filter-container ul {
  list-style-type: none;
  padding: 0;
}

.tps-selected-filter .tps-selected-filter-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  grid-gap: 5px;
  margin: 0;
}

.tps-selected-filter .tps-selected-filter-container ul span.tps-applied-filter-lable {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
}

.tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  position: relative;
}

.tps-selected-filter .tps-selected-filter-container {
  display: flex;
  grid-gap: 0 10px;
  flex-wrap: wrap;
}

.tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values span.tps-filter-remove-option {
  width: 15px;
  height: 15px;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -366px -146px;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
}

.tps-setting-listing-page-container .tps-selected-filter-wrapper .tps-applied-filters .filter-block.reset-filter a.filter-heading {
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.tps-setting-listing-page-container .tps-selected-filter-wrapper .tps-applied-filters .filter-block.reset-filter a.filter-heading:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -19px -648px;
  margin-top: 0;
  margin-right: 6px;
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
}

/*list viewdesign start */
.tps-setting-listing-page-container .tps-load-more-button-section {
  text-align: center;
  margin-top: 20px;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
  grid-gap: 21px;
  margin: 10px 0 100px;
  align-items: flex-start;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
  width: 100%;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li.tps-diamondlist-banner-section {
  width: 100%;
  display: none;
}

.tps-diamond-listing-page-banner section.tps-banner-section img {
  width: 100%;
  height: 100%;
}

.tps-diamond-listing-page-banner {
  position: relative;
}

.tps-banner-heading-text {
  background: var(--bgcolor-4);
  padding: 50px 10px;
  text-align: center;
}

.tps-banner-heading-text h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--bgcolor-white);
}

section.tps-banner-section a {
  text-decoration: none;
}

section.tps-banner-section {
  background: var(--bgcolor-4);
}

section.tps-banner-section.tps-content-color-dark .tps-banner-heading-text p strong,
section.tps-banner-section.tps-content-color-dark .tps-banner-heading-text p,
section.tps-banner-section.tps-content-color-dark .tps-banner-heading-text h2 {
  color: var(--bgcolor-1);
}

section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p strong,
section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p,
section.tps-banner-section.tps-content-color-light .tps-banner-heading-text h2 {
  color: var(--bgcolor-white);
}


.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found {
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 26px;
  color: var(--bgcolor-1);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid var(--bgcolor-main);
  font-weight: 300;
  padding: 12%;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span.tps-no-product-found:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -70px;
  margin: auto;
  right: 0;
  left: 0;
  background-image: url('tps-ringbuilder-sprite.svg');
  background-position: -4px -679px;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-media-div-section,
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span.tps-no-product-found {
  position: relative;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a {
  color: var(--bgcolor-black);
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
  text-underline-offset: 2px;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a.tps-reset-filter.tps-reset-popup:after {
  content: "";
  display: inline-block;
  background: url('tps-diamond-module-icons.svg');
  background-position: -264px -663px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 95px;
  right: 0;
  top: 0;
}

.tps-load-more-button-section {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  position: relative;
  flex-direction: column;
}

.tps-setting-listing-page-container .tps-load-more-button-section span.tps-total-product-found-text,
.tps-refine-your-reult-section span {
  font-size: 14px;
  color: var(--bgcolor-1);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tps-load-more-button {
  margin: 5px auto;
}

.tps-setting-listing-page-container .tps-load-more-button-section button {
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border: 0;
  background: var(--bgcolor-white);
  text-align: center;
  display: flex;
  cursor: pointer;
  padding: 10px 30px;
  color: var(--bgcolor-1);
  border-radius: 20px;
  border: 1px solid #999;
  position: relative;
  z-index: 1;
}

.tps-load-more-button-section button:after {
  content: "";
  background: #999;
  width: 15px;
  height: 15px;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -278px -378px;
  display: block;
  position: absolute;
  right: 7%;
  top: 33%;
}

.tps-setting-listing-page-container .tps-refine-your-reult-section {
  text-align: center;
}

.tps-refine-your-reult-section span {
  cursor: pointer;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
  background: var(--bgcolor-white);
  border: 1px solid rgba(0, 0, 0, 0.10);
  position:relative;
  border-radius: 15px 15px 20px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper {
    padding: 10px;
    background: var(--bgcolor-white);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    border-radius: 20px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch {
  border: 1px solid var(--bgcolor-trans);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all .2s ease-in;
  transform: scale(1);
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch {
  cursor: pointer;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch a,
.tps-productlist-item-wrapper .tps-productlist-item-view-info a {
  text-decoration: none;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch a span {
  color: var(--bgcolor-1);
}

.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-title {
  color: var(--bgcolor-1);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  width: 90%;
  margin: 0px auto 10px;
}

.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price {
  color: var(--bgcolor-5);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.482px;
  text-align: left;
  margin-bottom: 10px;
  font-family: var(--font-publicsans-bold);
  display: flex;
  align-items: center;
  grid-gap: 5px;
  letter-spacing: 0;
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_compare_price{
  color: #9B9B9B;
  font-family: var(--font-publicsans);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.482px; 
  text-decoration-line: line-through;
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_sale_price{
  color: #FF012B;
  font-family: var(--font-publicsans);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.482px; 
}
.tps-productlist-item-media-div {
  text-align: center;
}

.tps-productlist-item-media-div img.tps-productlist-item-img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon {
    background: url('tps-ringbuilder-sprite.svg');
    width: 24px;
    height: 24px;
    display: block;
    font-size: 0;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.30) inset;

}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-platinum {
  background-position: -70px -487px;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-14k-rose-gold,
.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-18k-rose-gold {
  background-position: -113px -487px;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-14k-white-gold,
.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-18k-white-gold {
  background-position: -70px -487px;
}

.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-14k-yellow-gold,
.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon.metal-18k-yellow-gold {
  background-position: -154px -487px;
}


/*tps ring builder setting listing loder design start */

.tps-productlist-spinner-grid-container .tps-productlist-result-grid-view-loader {
  top: 0px;
  left: 0px;
  width: 100%;
  border: 1px solid var(--bgcolor-white);
  background: var(--bgcolor-white);
  padding: 20px;
  display: block !important;
}

.tps-productlist-spinner-grid-container .timeline-item {
  background: var(--bgcolor-white);
  padding: 0px;
  margin: 0 auto;
}

.tps-productlist-animated-background {
  height: 300px;
}

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

@keyframes placeHolderShimmer {
  0% {}

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

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

.tps-productlist-spinner-grid-container .tps-productlist-result-grid-view-loader ul.tps-productlist-animated-list li {
  cursor: pointer;
  transition: .3s;
  border: 1px solid #F1F1F1;
  position: relative;
}

.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-img {
  width: 100%;
  margin: 0px auto 20px auto;
  height: 250px;
  display: block;
}

.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin: 15px auto;
}

.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-price {
  width: 100px;
  height: 20px;
  margin: 0px auto 15px auto;
}

.tps-productlist-animated-background.tps-productlist-grid-pr-title {
  width: 80%;
  height: 20px;
  margin: 0 auto 15px;
}

.tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape>div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}


/**** tps ringbuilder module setting listing design end ****/

/*****tps ringbuilder module detils page design start *********/
.product-info {
  padding: 0 !important;
}

.tps-product-detail-back-to-search a.tps-back-to-search {
  position: relative;
  display: flex;
  color: var(--bgcolor-1);
  position: relative;
  text-decoration: none;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  top: 0;
}

.tps-product-detail-back-to-search a:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -281px -593px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.tps-product-detail-back-to-search {
  margin-bottom: 25px;
}

.tps-product-left-info-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tps-product-right-info-section .product__title h1,
.tps-product-right-side-info-section .product__title h1,
 .tps-product-right-side-info-section .tps-product-title {
  color: var(--bgcolor-5);
  text-transform: uppercase;
  font-family: var(--font-body-family);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  text-align: left;
}

.tps-product-sku-section span {
  color: var(--bgcolor-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product__info-container>*+* {
  margin: 7px 0 0 !important;
}

.tps-product-right-info-section .price__sale s.price-item.price-item--regular {
    font-size: 16px;
}
.tps-product-right-info-section .discount-tag {
    color: #ff012b;
    font-size: 16px;
    font-weight: 300;
}
.price__container .price__regular span {
  color: var(--bgcolor-1);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.price__container .tps-price-inc-gst,
.tps-price-inc-gst {
  font-size: 14px !important;
}

.price__container .price__regular span.price-item {
  font-weight: 600;
  font-size: 16px;
}

fieldset.tps-option-set-shapes-can-be-set-with span,
fieldset.tps-option-set-metal span,
fieldset.tps-option-set-shape span{
  color: var(--bgcolor-1);
  font-size: 16px;
  font-style: normal;
  font-family: var(--font-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; 
}

fieldset.tps-option-set-shapes-can-be-set-with span.tps-selected-option,
fieldset.tps-option-set-metal span.tps-selected-option,
fieldset.tps-option-set-shape span.tps-selected-option.tps-selected-option-shape {
  color: var(--bgcolor-2);
}

.gemfind-wishlist-add-quote-btn-q78er {
  display: none;
}

.tps-product-options-list.tps-product-options-list-metal,
.tps-product-options-list.tps-product-options-list-shape,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  align-items:center;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data,
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data {
  position: relative;
  text-align: center;
  border: 1.5px solid rgba(30, 30, 30, 0.10);
  padding: 8px;
  border-radius: 20px;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option,
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option {
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  background: url('tps-ringbuilder-sprite.svg');
  border-radius: 50%;
  border: 1px solid var(--bgcolor-trans);
  position: relative;
  display: block;
  margin-bottom: 0;
 
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-round {
  background-position: -7px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-princess {
  background-position: -56px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-cushion {
  background-position: -110px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-asscher {
  background-position: -164px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-marquise {
  background-position: -213px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-oval {
  background-position: -256px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-radiant {
  background-position: -302px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-pear {
  background-position: -350px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-emerald {
  background-position: -396px -181px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data span.tps-option.tps-option-heart {
  background-position: -447px -179px;
}

.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data input[type=radio],
.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data input[type=radio],
.tps-product-options-list.tps-product-options-list-diamond-origin .tps-product-option-data input[type=radio],
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape input[type=radio]{
  visibility: visible;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  margin: 0;
  z-index: 999;
  clip: auto;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-14k-rose-gold{
 background-position: -141px -366px;
}
.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-18k-rose-gold {
  background-position: -146px -916px;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-14k-white-gold{
  background-position: -76px -366px;
}
.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-18k-white-gold {
  background-position: -80px -916px;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-14k-yellow-gold{
  background-position: -11px -366px;
}
.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-18k-yellow-gold {
  background-position: -10px -916px;
}

.tps-product-options-list.tps-product-options-list-metal .tps-product-option-data span.tps-option.tps-option-platinum {
  background-position: -206px -366px;
}

.tps-product-option-data label {
  color: var(--bgcolor-1);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-product-option-data label.active {
  font-weight: 600;
  color: var(--bgcolor-1);
}

.tps-product-right-info-section product-form.product-form {
  padding: 0 0 0px 0px;
  margin-bottom: 0px;
 
}

.tps-product-form.product-form__buttons {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.tps-buy-with-shop-button {
  display: block;
  margin-top: 12px;
}

.tps-buy-with-shop-button button.tps-buy-with-shop,
.tps-product-form-button-section button,
.tps-add-to-cart-button button {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: var(--bgcolor-white);
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bgcolor-1);
  border: 1px solid var(--bgcolor-1);
  width: 100%;
  padding: 10px;
  border-radius: 70px;
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  box-shadow: none !important;
  height: 48px;
}

.tps-buy-with-shop-button button.tps-buy-with-shop {
  background: #5433eb;
  border-color: #5433eb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
}

.tps-product-form-button-section form .mw-stack .mw-stack__item.mw-stack__item--fill.mw-custom-select {
  margin-top: 0;
}

.tps-product-form-button-section form .mw-stack .mw-option__helptext {
  margin-top: 0;
}

.tps-buy-with-shop-button button.tps-buy-with-shop::after,
.tps-product-form-button-section button.tps-choose-this-setting::after,
.tps-add-to-cart-button button.tps-add-to-cart::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(ajax-loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
  background-size: contain;
}

.tps-buy-with-shop-button button.tps-buy-with-shop.tps-loading:after,
.tps-product-form-button-section button.tps-choose-this-setting.tps-loading:after,
.tps-add-to-cart-button button.tps-add-to-cart.tps-loading:after {
  opacity: 1;
}

.tps-productlist-item-media-div-section .tps-productlist-item-media-div {
  position: relative;
  border-radius: 15px 15px 0 0;
  height: auto;
}

.tps-productlist-item-media-div-section .tps-productlist-item-media-div::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(ajax-loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  opacity: 0;
  background-size: contain;

}

.tps-productlist-item-media-div-section.tps-gallery-loading .tps-productlist-item-media-div::after {
  opacity: 1;
}

.tps-product-form-button-section button:before,
.tps-product-form-button-section button:after {
  content: none;
}

.tps-product-form .product-form__submit {
  margin-bottom: 0;
}

.tps-send-email-us-section span.tps-send-email-us-section-title {
  color: var(--bgcolor-1);
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.tps-send-email-us-section {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.tps-send-email-us-section span.tps-send-email-us-icon {
  background: url('tps-ringbuilder-sprite.svg');
  width: 29px;
  height: 24px;
  display: block;
  font-size: 0;
  position: relative;
  background-position: -416px -532px;
}

.tps-product-details .tps-product-detail-section-heading h2,
.tps-final-engagement-ring .accordion__title {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  text-align: left;
  padding: 20px 0 22px;
  margin-bottom: 0;
  cursor: pointer;
  border-top: 1px solid var(--bgcolor-trans);
  margin-top: 0;
}

.tps-product-details .tps-product-detail-section-heading.active h2 {
  border-bottom: none;
}

.tps-product-details::last-child .tps-product-detail-section-heading h2 {
  border-bottom: none;
}

.tps-product-details-info-section {
  border-bottom: 1px solid var(--bgcolor-trans);
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}

.tps-product-details-info-section .tps-product-details {
  border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}

.tps-product-details .tps-product-detail-section-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.tps-product-details .tps-product-detail-section-heading span.tps-tab-arrow{
    width: 20px;
    height: 20px;
  background: url('tps-ringbuilder-sprite.svg');
  display: block;
  cursor: pointer;
}
.tps-product-details .tps-product-detail-section-heading .tps-tab-arrow.tps-arrow-up,
.tps-product-details .tps-product-detail-section-heading  span.tps-tab-arrow.tps-arrow-down {
  background-position: -306px -804px;
}

.tps-product-details .tps-product-detail-section-heading.active .tps-tab-arrow.tps-arrow-up {
  background-position: -342px -804px;
}



.tps-product-details-info.tps-product-details-setting-info {
  display: grid;
  grid-template-columns: 1fr ;
  padding-bottom: 12px;
}

.tps-product-details-info.tps-product-details-diamond-info {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 12px;
}


.tps-product-details-info.tps-product-details-setting-info .tps-single-info span.tps-txt-title,
.tps-product-details-info.tps-product-details-diamond-info .tps-single-info span.tps-txt-title {
  font-weight: 500;
  font-size: 14px;
  color: var(--bgcolor-black);
  text-transform: capitalize;
  width: 40%;
}

.tps-product-details-info.tps-product-details-setting-info .tps-single-info span,
.tps-product-details-info.tps-product-details-diamond-info .tps-single-info span {
  text-align: left;
  line-height: normal;
  color: #676767;
  font-family: var(--font-medium);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 0 9px 10px;
  border: 1px solid #0000001A;
  width: 60%;
}

.tps-product-details-info.tps-product-details-setting-info .tps-single-info span a,
.tps-product-details-info.tps-product-details-diamond-info .tps-single-info span a {
  color: #676767;
}

.tps-product-details-info.tps-product-details-setting-desc p {
  color: var(--bgcolor-1);
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

.tps-product-details-info.tps-product-details-setting-desc .product__description {
  margin: 0;
  color: var(--bgcolor-1);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tps-container.tps-you-may-also-like product-recommendations.related-products {
  padding: 0;
}

.tps-container.tps-you-may-also-like {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.tps-you-may-also-like h2.related-products__heading {
  color: var(--bgcolor-1);
  font-family: Lora;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-transform: capitalize;
  margin: 0;
}

.tps-you-may-also-like .card__heading {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--bgcolor-1);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--font-body-family) !important;
  width: 95%;
  margin: auto;
}

.tps-you-may-also-like .card-information {
  text-align: center;
  color: var(--bgcolor-1);
  text-align: center;
  font-family: var(--font-heading-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-you-may-also-like .gradient {
  background-color: var(--bgcolor-trans);
}

.card-wrapper.product-card-wrapper.underline-links-hover {
  border: 1px solid var(--bgcolor-4);
}

.tps-product-detail-banner-section {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.tps-product-detail-banner-section .banner__heading {
  margin-bottom: 10px;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-transform: capitalize;
  color: var(--bgcolor-1);
  text-align: center;
}

.tps-product-detail-banner-section.banner {
  text-align: center;
}

.tps-product-detail-banner-section .banner__box {
  text-align: center;
}

.tps-product-detail-banner-section .banner__box {
  max-width: 60rem;
  text-align: left;
}

.tps-product-detail-banner-section .banner__buttons a {
  border-radius: 0px;
  border: 1px solid var(--bgcolor-1);
  background: var(--bgcolor-1);
  color: var(--bgcolor-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: none !important;
}

.tps-product-detail-banner-section .banner__box.gradient {
  background: var(--bgcolor-4);
  padding: 15px !important;
}

.tps-product-detail-banner-section {
  padding: 0 15px;
  margin-bottom: 30px;
}

.tps-product-detail-banner-section .banner__buttons a:after,
.banner__buttons a:before,
.tps-you-may-also-like .card__heading a:after {
  content: none;
}

.tps-product-detail-banner-section .banner__text p {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.tps-you-may-also-like .heart {
  color: var(--bgcolor-1);
}

.tps-you-may-also-like .tooltip .tooltiptext {
  font-size: 12px;
}

.tps-gallery-section-content p {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.tps-thumb-image-slide.slick-initialized.slick-slider {
  margin: 15px auto 0;
  padding: 0 0%;
  width: 100%;
}

.tps-product-gallery-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-slide {
  border: 1px solid var(--bgcolor-1);
  position: relative;
}

.tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  border: 1px solid var(--bgcolor-3);
}

.tps-product-gallery-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb img,
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb img,
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-slide img {
  width: 100%;
  height: unset;
}

.tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
.tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
  position: relative;
}

.tps-product-gallery-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb span.tps-video-icon,
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-thumb span.tps-video-icon,
.tps-product-info-section .tps-thumb-image-slide .slick-track .slick-slide .tps-slide span.tps-video-icon {
  display: block;
  position: absolute;
  margin: auto;
  background: url(video-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  bottom: 0;
}

.tps-product-gallery-section .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-image.slick-slide img,
.tps-product-info-section .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-image.slick-slide img {
  width: 100%;
  text-align: center;
  margin: auto;
  object-fit: scale-down;
}

.tps-product-gallery-section .tps-thumb-image-slide.slick-initialized.slick-slider,
.tps-product-info-section .tps-thumb-image-slide.slick-initialized.slick-slider {
  width: 90%;
}

.tps-product-options-list.tps-product-options-list-metal,
.tps-product-options-list.tps-product-options-list-shape,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
  justify-content: center;
}

.tps-gallery-section-icon {
  width: 80px;
}

.tps-gallery-section-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  margin-right: 0 !important;
}

.tps-gallery-section-content {
  width: 100%;
}

.tps-product-static-info-section .icon-with-text {
  width: 100%;
  margin: auto;
}

.tps-product-static-info-section .icon-with-text__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  column-gap: 20px;
}

.tps-static-info-section.tps-desktop-hide {
  padding-top: 10px;
}

/*****tps ringbuilder module detils page design end *********/
/*****tps ringbuilder module finel page design end *********/
.tps-product-info-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.tps-product-info-section .tps-product-left-side-info-section {
  width: 100%;
  padding-bottom: 20px;
}

.tps-product-info-section .tps-product-price span {
  color: var(--bgcolor-1);
  text-align: center;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-product-info-section .tps-product-price span.tps-product-price-value,
.tps-product-info-section .tps-product-metal span.tps-product-metal-value {
  font-weight: 600;
}

.tps-product-info-section .tps-product-metal span {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-product-size span {
  color: var(--bgcolor-1);
  font-family: var(--font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */ 
}

.tps-setting-diamond-product-info .tps-setting-product-info,
.tps-setting-diamond-product-info .tps-diamond-product-info {
    display: flex;
    grid-gap: 15px;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items:center;
    padding: 20px;
    border-radius: 20px;
    background: #F4F4F4;
}

.tps-diamond-info {
  display: flex;
  flex-direction: column;
  grid-gap: 7px;
}

.tps-diamond-change {
  margin-left: auto;
}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span,
.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span {
  font-family: var(--font-body-family);
  font-size: 16px;
  text-transform: capitalize;
  color: var(--bgcolor-5);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span.tps-diamond-info-price,
.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span.tps-diamond-info-price {
  margin-top: 10px;
}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-change a,
.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-change a {
  color: var(--bgcolor-2);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-change a:before,
.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-change a:before {
  content: "";
  position: absolute;
  background: #000;
  background: url('tps-ringbuilder-sprite.svg');
  width: 18px;
  height: 18px;
  display: block;
  left: 0;
  background-position: -345px -652px;
  top: 2px;
}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info-media .tps-diamond-info-icon,
.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info-media .tps-diamond-info-icon {
  background: url('tps-ringbuilder-sprite.svg');
  width: 50px;
  height: 50px;
  display: block;
  font-size: 0;
  position: relative;

}

.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info-media .tps-diamond-info-icon {
  background-position: -156px -575px;
}

.tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info-media .tps-diamond-info-icon {
  background-position: -209px -575px;
}

.tps-ring-engraving-section .tps-ring-engraving-label {
  color: var(--bgcolor-1);
  font-family: var(--font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.tps-ring-engraving-section .tps-ring-engraving-note {
  color: var(--bgcolor-8);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-ring-engraving-text input#tps_engraving_text {
  padding: 15px;
    width: 100%;
    border: 0;
    border: 1px solid var(--bgcolor-8);
    margin-bottom: 10px;
    color: var(--bgcolor-8);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: 0;
    background-repeat: no-repeat;
    box-shadow: none;
    border-radius: 0;
}

.tps-shipping-info-section .tps-shipping-info-text,
.tps-shipping-info-section .tps-shipping-text-with-phone-no {
  color: var(--bgcolor-1);
  text-align: left;
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tps-shipping-info-section {
  margin: 20px 0px 24px;
  padding: 0 3%;
}

.tps-shipping-info-section .tps-shipping-info-text span.tps-calender-icon,
.tps-shipping-info-section .tps-shipping-text-with-phone-no span.tps-phone-icon {
  background: url('tps-ringbuilder-sprite.svg');
  width: 24px;
  height: 28px;
  display: block;
  font-size: 0;
  position: relative;
  background-position: -416px -532px;
  float: left;
  margin-right: 15px;
}

.tps-shipping-info-section .tps-shipping-info-text span.tps-calender-icon {
  background-position: -90px -531px;
}

.tps-shipping-info-section .tps-shipping-text-with-phone-no span.tps-phone-icon {
  background-position: -285px -531px;
}

.tps-product-size span.tps-product-size-value {
  font-family: var(--font-medium);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--bgcolor-trans);
  background-image: none;
  padding: 3px 5px;
  outline: 0;
  box-shadow: none;
  position: relative;
  background-position: 95% 53%;
  background-repeat: no-repeat;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
  width: 174px;
}

.tps-product-size .tps-ring-size-dropdown-toggle:after {
  content: "";
  border-top: 6px solid var(--bgcolor-1);
  border-left: 6px solid var(--bgcolor-trans);
  border-right: 6px solid var(--bgcolor-trans);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  display: block;
  right: 0;
  top: 45%;
}

.tps-product-size .tps-ring-size-dropdown-toggle.tps-icon-active:after {
  transform: rotate(180deg);
}

.tps-product-size span.tps-ring-size-dropdown-toggle span.tps-ring-size-value {
  width: 100%;
  display: block;
  text-align: left;
}

.tps-ring-size-dropdown-menu.tps-ring-size {
  position: absolute !important;
  background: var(--bgcolor-white) !important;
  padding: 5px 0 5px 10px;
  width: 100%;
  left: 0;
  margin-top: 0px;
  border: 1px solid var(--bgcolor-1);
  height: 170px;
  overflow-y: scroll;
  top: unset;
  z-index: 1;
  text-align: left
}

.tps-ring-size-dropdown-menu.tps-ring-size.tps-sort-dropdown-menu-show {
  display: block !important;
}

.tps-ring-size-dropdown-menu.tps-ring-size::-webkit-scrollbar {
  display: block;
  width: 10px;
  /* Adjust width */
}

/* Optional scrollbar styling */
.tps-ring-size-dropdown-menu.tps-ring-size::-webkit-scrollbar-track {
  background: #f9f7f3;
}

.tps-ring-size-dropdown-menu.tps-ring-size::-webkit-scrollbar-thumb {
  background: #8F2140;
  border-radius: 5px;
}

.tps-ring-size-dropdown-menu.tps-ring-size .tps-ring-size-option {
  color: var(--bgcolor-1);
  font-family: var(--font-body-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-align: left
}

select::-ms-expand {
  display: none !important;
}

.tps-product-right-side-info-section {
  text-align: left;
}

.tps-ring-engraving-section {
  margin: 25px 0px;
}

.tps-product-price,
.tps-product-metal {
  margin: 15px 0;
}

.tps-product-info-section .tps-main-image-slide button.slick-prev.slick-arrow,
.tps-product-info-section .tps-main-image-slide button.slick-next.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-next.slick-arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('tps-ringbuilder-sprite.svg');
  z-index: 1;
  top: 50%;
  background-color: var(--bgcolor-white);
  border-radius: 50%;
  transform: rotate(-90deg);
}

.tps-product-info-section .tps-main-image-slide button.slick-prev:before,
.tps-product-info-section .tps-main-image-slide button.slick-next:before,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev:before,
.tps-product-left-info-section .tps-main-image-slide button.slick-next:before {
  content: none;
}

.tps-product-info-section .tps-main-image-slide button.slick-next.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-next.slick-arrow {
  background-position: -302px -309px;
  right: -5px;
}

.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow,
.tps-product-info-section .tps-main-image-slide button.slick-prev.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow {
  left: 0%;
  background-position: -352px -309px;
}

.banner--stacked .banner__box {
  text-align: center;
}

/*****tps ringbuilder module finel page design end *********/


/* detils page and finel page loader design start */

.tps_details_loader_gallery_left.tps-loader-vertical-thumb-slider {
  display: flex;
  flex-direction: row-reverse;
}

.tps_details_loader_gallery_left.tps-loader-vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  width: 80%;
  height: 489px;
  margin-left: 20px;
}

.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left,
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right {
  width: auto;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left {
  gap: 15px;
}

.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right div {
  width: 75px;
  height: 75px;
  margin: 0 10px 0 0;
}

.tps_details_loader_gallery_left .tps_details_bg-masker.left-spinner,
.tps_details_loader_gallery_left .tps_details_bg-masker.right-spinner {
  width: 40px !important;
  height: 40px !important;
}

.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left div {
  width: 80%;
  height: 300px;
  margin-bottom: 0;
}

.tps-final-ringl-page-loader .tps_details_bg-masker,
.tps-setting-detail-page-loader .tps_details_bg-masker,
.tps_details_bg-masker {
  -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: placeHolderShimmern;
  animation-name: placeHolderShimmern;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 900px 204px;
  position: relative;
  display: block;
}

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

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

.tps-final-ringl-page-loader .animated-background,
.tps-filter-page-loader .animated-background,
.tps-setting-detail-page-loader .animated-background,
.tps-filter-page-loader .animated-background {
  height: auto;
  background: var(--bgcolor-white);
}

.tps-final-ringl-page-loader .tps_bread-crum-hed-bx,
.tps-setting-detail-page-loader .tps_bread-crum-hed-bx {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.tps-final-ringl-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-main,
.tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-main {
  width: 60px;
  height: 10px;
}

.tps-final-ringl-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-mid,
.tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-mid {
  width: 20px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.tps-final-ringl-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-last,
.tps-setting-detail-page-loader .tps_bread-crum-hed-bx .tps_bread-crum-hed-bx-last {
  width: 150px;
  height: 10px;
}

.tps-final-ringl-page-loader .tps_steps-loader,
.tps-setting-detail-page-loader .tps_steps-loader {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
  grid-gap: 10px;
  justify-content: center;
}

.tps-final-ringl-page-loader span.tps-steps-images.tps_details_bg-masker,
.tps-setting-detail-page-loader span.tps-steps-images.tps_details_bg-masker {
  width: 50px;
  height: 50px;
}

.tps-final-ringl-page-loader span.tps-steps-border.tps_details_bg-masker,
.tps-setting-detail-page-loader span.tps-steps-border.tps_details_bg-masker {
  height: 5px;
  display: block;
  width: 25%;
  margin-top: 20px;
}

.tps-final-ringl-page-loader p.tps-loader-stpes-title.tps_details_bg-masker,
.tps-setting-detail-page-loader p.tps-loader-stpes-title.tps_details_bg-masker {
  width: 59px;
  height: 15px;
  position: absolute;
  bottom: -30px;
}

.tps-final-ringl-page-loader .tps_steps-loader div,
.tps-setting-detail-page-loader .tps_steps-loader div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.tps-final-ringl-page-loader .tps_back_srch_bx_arow,
.tps-setting-detail-page-loader .tps_back_srch_bx_arow {
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.tps-final-ringl-page-loader .tps_back_srch_bx_back,
.tps-setting-detail-page-loader .tps_back_srch_bx_back {
  width: 120px;
  height: 10px;
}

.tps-final-ringl-page-loader .tps_details_loader_title,
.tps-setting-detail-page-loader .tps_details_loader_title {
  height: 45px;
  display: block;
  width: 100%;
}

.tps-final-ringl-page-loader .tps_details_loader_price,
.tps-setting-detail-page-loader .tps_details_loader_price {
  height: 35px;
  display: block;
  width: 45%;
  margin-top: 20px;
}

.tps-final-ringl-page-loader .background-masker.tps_details_loader_grid,
.tps-setting-detail-page-loader .background-masker.tps_details_loader_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--bgcolor-white);
  grid-gap: 30px;
}

.tps-final-ringl-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img,
.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img,
.tps-final-ringl-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  display: block;
  width: 80%;
  height: 405px;
}

.tps-final-ringl-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right,
.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec {
  display: flex;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec .tps_details_loader_gallery_left {
  width: 85%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec .tps_details_loader_gallery_right {
  width: 15%;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
  width: 100%;
  height: 390px;
  margin-left: 0;
}

.tps-final-ringl-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right div,
.tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_loader_gallery_right div {
  display: block;
  margin-bottom: 20px;
}

.tps-final-ringl-page-loader .tps_back_srch_bx,
.tps-setting-detail-page-loader .tps_back_srch_bx {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.tps-final-ringl-page-loader .tps_details_loader_gallery_left.horizontal-thumb-slider,
.tps-final-ringl-page-loader .tps_details_loader_gallery_right.horizontal-thumb-slider,
.tps-final-ringl-page-loader .tps_details_loader_gallery_left.vertical-thumb-slider,
.tps-setting-detail-page-loader .tps_details_loader_gallery_left.horizontal-thumb-slider,
.tps-setting-detail-page-loader .tps_details_loader_gallery_right.horizontal-thumb-slider,
.tps-setting-detail-page-loader .tps_details_loader_gallery_left.vertical-thumb-slider {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  flex-direction: unset;
}

.tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div,
.tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
  height: 60px !important;
  width: 80px;
  margin: auto;
}

.tps-setting-detail-page-loader .tps_details_loader_social,
.tps-final-ringl-page-loader .tps_details_loader_social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.tps-final-ringl-page-loader .tps_details_loader_social div span:nth-child(1) {
  width: 80%;
  height: 25px;
}

.tps-setting-detail-page-loader .order_now,
.tps-final-ringl-page-loader .order_now {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  grid-gap: 10px;
  padding-bottom: 10px;
}

.tps-setting-detail-page-loader .order_now div span:nth-child(1),
.tps-final-ringl-page-loader .order_now div span:nth-child(1) {
  width: 40px;
  border-radius: 50%;
  height: 40px;
}

.tps-setting-detail-page-loader .tps-shipping-info-section div span:nth-child(1),
.tps-final-ringl-page-loader .tps-shipping-info-section div span:nth-child(1) {
  border-radius: 0%;
  width: 30px;
  height: 30px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now,
.tps-final-ringl-page-loader .tps_details_loader_social.order_now {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  grid-gap: 10px;
  padding-bottom: 0;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div {
  flex-direction: column;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(1) {
  width: 40px !important;
  height: 40px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
  width: 40px;
  height: 10px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2),
.tps-final-ringl-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
  width: 70%;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(3),
.tps-final-ringl-page-loader .tps_details_loader_social.order_now div span:nth-child(3) {
  width: 15%;
}

.tps-final-ringl-page-loader .tps_details_loader_social.order_now div {
  display: flex;
  gap: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span,
.tps-final-ringl-page-loader .tps_details_loader_social div span {
  display: block;
  height: 20px;
}

.tps-final-ringl-page-loader .tps_details_loader_social div,
.tps-setting-detail-page-loader .tps_details_loader_social div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.tps-final-ringl-page-loader .tps_details_loader_social.Engraving_section {
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.tps-final-ringl-page-loader span.tps_details_bg-masker.Engraving_section-text {
  height: 5px !important;
}

.tps-setting-detail-page-loader .tps-setting-info-section div span:nth-child(1),
.tps-final-ringl-page-loader .tps-setting-info-section div span:nth-child(1) {
  width: 85% !important;
  border-radius: 0%;
  height: 21px !important;

}

.tps-setting-detail-page-loader .tps-setting-info-section div span:nth-child(2),
.tps-final-ringl-page-loader .tps-setting-info-section div span:nth-child(2) {
  width: 20px !important;
  border-radius: 0%;
  height: 20px !important;
}

.tps-final-ringl-page-loader div.tps_details_loader_btn.tps_details_bg-masker {
  height: 52px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.tps-spinner-container.tps-final-ringl-page-loader,
.tps-spinner-container.tps-setting-detail-page-loader {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
  height: 100%;
  bottom: 0;
  background: var(--bgcolor-white);
  left: 0;
}
.tps-spinner-container.tps-final-ringl-page-loader{
  top: 20px;
}
.tps-spinner-container.tps-final-ringl-page-loader .auth-info.row,
.tps-spinner-container.tps-setting-detail-page-loader .auth-info.row {
  margin: 0 !important;
}

.tps_details_loader_product-information_section {
  width: 100%;
  margin-top: 30px;
}

.tps-final-ringl-page-loader .tps_details_loader_product div,
.tps-setting-detail-page-loader .tps_details_loader_product div {
  display: flex;
  grid-gap: 5px;
  align-items: center;
}

.tps-final-ringl-page-loader .tps_details_loader_product div span:nth-child(1),
.tps-setting-detail-page-loader .tps_details_loader_product div span:nth-child(1) {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.tps-final-ringl-page-loader .tps_details_loader_product div span:nth-child(2),
.tps-setting-detail-page-loader .tps_details_loader_product div span:nth-child(2) {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social {
  grid-template-columns: 1fr;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span:nth-child(1) {
  width: 30%;
  height: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div span:nth-child(2) {
  width: 20%;
  height: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social div {
  gap: 10px;
}

.tps-setting-detail-page-loader .tps_details_loader_button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.tps-setting-detail-page-loader span.tps_details_loader_description.tps_details_bg-masker {
  height: 35px;
  margin-top: 20px;
}

span.tps_details_loader_chosesettingbutton.tps_details_bg-masker.tps_choose-setting-btn-masker {
  height: 35px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section,
.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div,
.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section div {
  flex-direction: row;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-info-section div span:nth-child(1) {
  width: 85% !important;
  border-radius: 0%;
  height: 21px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div span:nth-child(1) {
  width: 20px !important;
  height: 20px !important;
}

.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-shipping-info-section div span:nth-child(2) {
  width: 80%;
  height: 20px;
}

.tps-you-me-also-like-hedding.tps_details_bg-masker {
  width: 30%;
  height: 15px;
  margin-bottom: 20px;
}

.tps-setting-detils-loader-you-me-also-like {
  margin-top: 10px;
}
.tps-setting-product .tps-setting-detils-loader-you-me-also-like{
  margin-top:75px;
}

.tps-you-me-also-like-product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tps-you-me-also-like-product-wrapper div span.tps-you-me-also-like-product-img.tps_details_bg-masker {
  width: 100%;
  height: 200px;
}

span.tps-you-me-also-like-product-title.tps_details_bg-masker {
  width: 80%;
  height: 20px;
  margin-top: 20px;
  margin: 10px auto 10px;
}

span.tps-you-me-also-like-product-price.tps_details_bg-masker {
  width: 50%;
  height: 20px;
  margin: auto;
}

/*loader design end */

/*email popup design start */
.tps-email-us-form {
  position: fixed;
  right: 0%;
  bottom: 0%;
  background-color: #00000085;
  left: 0%;
  top: 0%;
  z-index: 999999;
  display: none;
  overflow: auto;
}

.tps-email-us-form.tps-email-us-form-show {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.tps-email-us-form.tps-email-us-form-show .tps-email-us-popu-close {
  width: 21px;
  height: 21px;
  display: block;
  background: url('tps-ringbuilder-sprite.svg');
  background-position: -300px -142px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  color: var(--bgcolor-trans);
  right: 5px;
  top: 5px;
  outline: 0;
  box-shadow: none;
  background-repeat: no-repeat;
}

.tps-popup-form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: var(--bgcolor-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  padding: 20px;
  width: 100%;
}

.tps-email-us-form .tps-enquire-product-form-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-us-form .tps-enquire-product-form-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(--bgcolor-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  max-width: 95%;
  min-width: 95%;
  justify-content: center;
  align-items: center;
}

.tps-email-us-form-content {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.tps-email-us-form .tps-popup-body {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  width: 100%;
}


.tps-popup-body .tps-popup-section.tps-popup-left-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}

.tps-popup-body .tps-popup-section.tps-popup-right-section {
  width: 100%;
}

.tps-popup-body .tps-popup-section.tps-popup-left-section .tps-popup-product .tps-popup-product-image img {
  width: 100%;
  height: auto;
}

.tps-popup-form .tps-form-heading-section {
  border-bottom: 1px solid var(--bgcolor-2);
  padding: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.tps-popup-form .tps-form-heading-section:after {
  content: "";
  position: absolute;
  top: auto;
  left: 5%;
  right: 5%;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--bgcolor-trans), rgb(48, 49, 51), var(--bgcolor-trans));
  bottom: 0;
}

.tps-form-heading-section h2 {
  color: var(--bgcolor-1);
  font-size: 25px;
  text-transform: unset;
  letter-spacing: 1.5px;
  margin: 0;
  font-family: var(--font-body-family) !important;
}

.tps-popup-form .tps-form-heading-section p.tps-form-description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--bgcolor-1);
  font-family: var(--font-body-family) !important;
  margin: 5px auto 0;
  font-weight: 300;
  max-width: 380px;

}

.tps-email-us-form .tps-popup-product .tps-popup-product-title {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body-family) !important;
  color: var(--bgcolor-1);
  text-align: center;
  margin-top: 10px;
}

.tps-popup-right-section-form .contact-form input,
.tps-popup-right-section-form .contact-form textarea {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--bgcolor-1) !important;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  background-color: var(--bgcolor-white);
  font-family: poppins-light;
  color: var(--bgcolor-1);
  width: 90%;
  margin-bottom: 0;
}

.tps-email-us-form-content .tps-form {
  margin-bottom: 15px;
}

.tps-email-us-form-content .submit input {
  color: var(--bgcolor-white);
  background: var(--bgcolor-main);
  border: 1px solid var(--bgcolor-main) !important;
  font-family: var(--font-body-family) !important;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
}

.tps-popup-right-section-message .tps-popup-message span.thankyou-heading {
  font-size: 25px;
  color: var(--bgcolor-1);
  text-align: center;
}

.tps-popup-right-section-message .tps-popup-message span.tps-form-success-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  background: url(checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tps-popup-right-section-message {
  width: 100%;
  max-width: 510px;
  text-align: center;
}

.tps-popup-right-section-message .tps-popup-message p {
  font-size: 14px;
  line-height: 24px;
  color: var(--bgcolor-1);
  font-family: var(--font-body-family) !important;
  padding-bottom: 10px;
}

.tps-popup-right-section-message .tps-popup-message p a {
  position: relative;
}

.tps-popup-right-section-message .tps-popup-message p a:before {
  position: relative;

}

.product-form__input {
  max-width: 100% !important;
}

.tps-breadcrumb.breadcrumbs ol li a {
  font-size: 12px;
}

.breadcrumbs {
  margin: 20px 0 2em;
}

.tps-product-gallery-section.tps-ring-setting-product-gallery-section .tps_details_loader_gallery_left.vertical-thumb-slider,
.tps_details_loader_gallery.tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left {
  display: flex;
  justify-content: center;
}

.tps_details_loader_gallery_right.tps-product-gallry-after-click-metal {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.tps_details_loader_gallery_right.tps-product-gallry-after-click-metal div {
  margin: 0;
  height: 70px;
  margin-top: 20px;
}

.tps-product-gallery-section.tps-ring-setting-product-gallery-section .tps_details_loader_gallery_right {
  width: 15%;
}

.tps-product-gallery-section.tps-ring-setting-product-gallery-section .tps_details_bg-masker.tps-slider-loader-center-img,
.tps_details_bg-masker.tps-slider-loader-center-img.tps-under-slider-div {
  width: 80%;
  height: 390px;
  display: block;
}

.tps_details_loader_gallery_right div {
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}

.tps-product-gallery-section.tps-ring-setting-product-gallery-section .tps-gallery-vertical-thumb-slider,
.tps-ring-setting-product-gallery-section .tps_details_loader_gallery_right div {
  display: block;
}

.tps_details_loader_gallery_left.vertical-thumb-slider.tps-detils-gallry-lodaer-under-slider {
  display: flex;
  gap: 20px;
  width: 100%;
}

.tps-breadcrumb.breadcrumbs ol li a {
  color: var(--bgcolor-1);
  text-decoration: none;
}

.breadcrumbs__item:not(:last-child):after {
  content: '';
  width: 15px !important;
  height: 15px !important;
  background-image: url(color-diamond-icon-sprite.svg);
  background-position: -585px -192px;
  background-repeat: no-repeat;
  transform: none ;
  border: none ;
}

.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
  width: 100%;
  overflow: hidden;
}

.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-video {
  display: flex;
  align-items: center;
  background:var(--bgcolor-trans);
}

.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide.tps-main-slide-video .tps-slide video {
  width: 100%;
}

.quantum-lbw-wishlist-btn {
  border-radius: 6px !important;
  padding: 13px !important;
  margin-top: 0 !important;
  font-family: var(--font-body-family) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.tps-productlist-wishlist button.love-button svg path {
  fill: var(--bgcolor-1);
}

.tps-productlist-wishlist {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}

.tps-productlist-wishlist button {
  background: transparent;
  border: 0;
  padding: 0;
}

.gropulse-lbw-wishlist-snackbar {
  min-width: 350px !important;
  background-color: var(--bgcolor-1);
  color: var(--bgcolor-white);
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50% !important;
  bottom: auto !important;
  margin-inline: auto !important;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.quantum-lbw-wishlist-login-modal .quantum-lbw-wishlist-login-modal__link {
  padding: 10px 60px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  border: 1px solid var(--bgcolor-trans) !important;
}

.quantum-lbw-wishlist-login-modal {
  width: 400px !important;
  padding: 23px !important;
  border-radius: 6px !important;
}

.quantum-lbw-wishlist-login-modal h3 {
  font-size: 18px !important;
  margin: 0;
  margin-bottom: 15px;
  font-family: var(--font-body-family) !important;
}

.quantum-lbw-wishlist-login-modal__close svg {
  display: none;
}

.quantum-lbw-wishlist-login-modal__close {
  width: 20px;
  height: 20px;
  background: url('tps-ringbuilder-sprite.svg') !important;
  background-position: -300px -143px !important;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
}

.tps-product-form-button-section form .mw-stack {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.tps-product-form-button-section .mw-custom-select .selectCustom-trigger {
  border-bottom: 1px solid var(--bgcolor-2);
  border-radius: 0;
  height: auto;
  padding: 0 5px;
  font-size: 14px;
  line-height: 22px;
  color: var(--bgcolor-1);
  width: 100%;
  max-width: 155px;
  min-width: 155px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  background-image: none;
}

.tps-product-form-button-section .mw-custom-select .selectCustom-option {
  position: relative;
  padding: 3px 5px;
  cursor: pointer;
  font-size: 14px;
  color: var(--bgcolor-1);
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.mw-stack--spacing-extra-tight>.mw-stack__item {
  margin-top: 0 !important;
}

.mw-custom-select .selectCustom-option:not(:last-of-type):after {
  border-bottom: 0 !important;
}

.tps-product-form-button-section .mw-custom-select .selectCustom-trigger:after {
  content: "";
  border-top: 6px solid var(--bgcolor-1);
  border-left: 6px solid var(--bgcolor-trans);
  border-right: 6px solid var(--bgcolor-trans);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  display: block;
  right: 0;
  top: 45%;
}

.tps-product-form-button-section .mw-custom-select .selectCustom.isActive .selectCustom-trigger:after {
  transform: rotate(180deg);
}

.tps-product-form-button-section form .mw-stack .mw-stack__item span.mw-text.mw-text--style-strong {
  color: var(--bgcolor-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.tps-product-form-button-section .mw-apo-container {
  margin-bottom: 25px;
}

.tps-product-form-button-section .mw-custom-select .selectCustom-options {
  height: 175px;
  overflow-y: scroll;
}

.tps-product-form-button-section .mw-custom-select .selectCustom-options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--bgcolor-main);
}

.tps-product-form-button-section .mw-custom-select .selectCustom-options::-webkit-scrollbar {
  width: 4px;
  background-color: var(--bgcolor-4);
}

#shopify-section-tps-ringbuilder-steps .tps-container {
  padding: 0 !important;
}

.tps-setting-detail-page-loader .tps_details_loader_gallery-grid-view div,
.tps_details_loader_gallery.tps-loader-grid-view .tps_details_loader_gallery-grid-view div {
  width: 100%;
  height: 300px;
  display: block;
}

/*setting listing page hover images section design */
.tps-productlist-item-media-div:hover .tps-product-first-image,
.tps-product-second-image {
  opacity: 0;
}

.tps-productlist-item-media-div:hover .tps-product-second-image,
.tps-product-first-image {
  opacity: 1;
}

.tps-productlist-item-media-div-section .tps-productlist-item-media-div img.tps-productlist-item-img.tps-product-first-image {
  position: relative;
}

.tps-productlist-item-media-div-section .tps-productlist-item-media-div img.tps-productlist-item-img.tps-product-second-image {
  position: absolute;
  top: 0;
  left: 0;
}

.tps-container.tps-you-may-also-like product-recommendations.related-products ul li .card-wrapper .card .card__inner .card__media img {
  object-fit: scale-down;
}

.tps-product-gallery-section .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide.tps-main-slide-video .tps-slide video {
  width: 100%;
}

/* Zoom container */

.zoom-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  display: flex;
  align-items: center;
}

/* Image in zoom state */

.zoom-container.zoom-active .zoom-image {
  transform: scale(2);
  cursor: crosshair;
}

/* Smooth transition for zoom */

.zoom-image {
  transition: transform 0.3s ease;
}

.tps-product-detail-banner-section img.tps_image_desk_banner {
  width: 100%;
  height: 100%;
}

.tps-product-gallery-grid-view {
  margin-bottom: 20px;
}

.banner:after,
.banner__media:after {
  content: none !important;
}

.tps-ringbuilder-top-banner img.tps_image_desk_banner {
  width: 100%;
  height: 100%;
}

.tps-ringbuilder-top-banner .banner__content.page-width {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
}

.tps-ringbuilder-top-banner {
  margin-bottom: 20px;
}

.tps-ringbuilder-settinglisting-background-wrapper {
  background: var(--bgcolor-trans);
  padding: 30px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*end*/
.tps-ringbuilder-top-banner {
  display: none !important;
}

.product__info-wrapper .price {
  justify-content: flex-start;
}
a.link.product__view-details.animate-arrow{
  display:none;
}
.tps-choose-this-setting.wrapper .tooltip {
  background: var(--bgcolor-main);
  bottom: 100%;
  color: var(--bgcolor-white);
  display: block;
  left: -20px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition: all 1s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-size: 14px;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tps-choose-this-setting.wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.tps-choose-this-setting.wrapper .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid var(--bgcolor-main) 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.tps-choose-this-setting.wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
display: none;
}

.lte8 .wrapper:hover .tooltip {
display: block;
}

.tps-try-popup-wrapper{
  position: relative !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  height: 100%;
  max-height: 580px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  overflow: hidden;
}
.tps-try-popup-wrapper .tps-try-on-close {
    width: 25px;
    height: 25px;
    background: url('tps-ringbuilder-sprite.svg'), #fff;
    display: block;
    margin: auto;
    background-position: -227px -141px;
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    border-radius: 50%;
    z-index: 9;
}
.tps-try-popup-wrapper iframe{
      z-index: 1;
    position: relative;
}
 .modal-content.tps-screenshotModal, .tps-screenshot-preview{
        width: 100%;
        max-width: fit-content;
    }
    .tps-screenshot-preview{
        height: 100%;
    }
  .banner .banner__content p {
      margin-top: 20px;
  }
  .tps-filter-block.tps-filter-section-block.tps-filter-search .tps-filter-heading {
    padding: 7px 5px 15px 0;
  }
  /*Detail page design changes*/

  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with .form__label{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;    
  }
  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with{
    border-bottom: 1px solid #B2B2B2;
    stroke: #B2B2B2;
    stroke-width: 0.5px;
    fill: none;
    padding-bottom: 6px;
  }
  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with .form__label::after{
    content: "";
    width: 25px;
    height: 18px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -400px -320px;    
    display: inline-block;
    margin-left: auto;
  }
  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with .form__label.tps_down_arrow_set_width::after{
    background-position: -400px -308px;
  }
  .tps-product-details .tps-product-detail-section-heading[data-section="setting-info"] h2{
    border-top: 0px;
  }
  .tps-shipping-box{
    margin-top: 17px !important;
    background-color: #faf7f2;
    border-radius: 5px;
    padding: 22px 15px 27px;
    margin-bottom: 12px !important;
  }
  .tps-shipping-box ul{
    display: flex;
    align-items: center;
    grid-row-gap: 25px;
    grid-column-gap: 2%;
    flex-wrap: wrap;
  }
  .tps-shipping-box ul li{
    width: 49%;
    color: #000;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: normal;
    padding-left: 35px;
    position: relative;
    padding-top: 6px;
  }
  .tps-shipping-box ul li::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .tps-shipping-box ul li:nth-child(1)::before{
    background-image: url(../assets/Free_ring_re_sizing_new.svg);
  }
  .tps-shipping-box ul li:nth-child(2)::before{
    background-image: url(../assets/Free_Shipping_Returns_new.svg);
  }
  .tps-shipping-box ul li:nth-child(3)::before{
    background-image: url(../assets/Certified_Diamonds_new.svg);
  }
  .tps-shipping-box ul li:nth-child(4)::before{
    background-image: url(../assets/Free_Lifetime_Warranty_new.svg);
  }

  /*End*/

  /*Diamond origin*/
  .tps-product-details-info.tps-product-details-setting-desc .product__description,
  .tps-product-details-info.tps-product-details-additional-desc .product__description{
      padding: 7px 0 7px 10px;
}

.tps-option-set-diamond-origin .tps-option-set-label,
.tps-option-set-diamond-origin .tps-selected-option.tps-selected-option-diamond-origin{
    color: var(--bgcolor-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.tps-option-set-diamond-origin .tps-selected-option.tps-selected-option-diamond-origin {
    font-weight: 600;
}
.product-tps-setting-product fieldset.js.product-form__input {
        border-bottom: 1px solid #B2B2B2;
        stroke: #b2b2b2;
        stroke-width: .5px;
        fill: none;
        padding-bottom: 6px;
}
.product-tps-setting-product .tps-product-options-list.tps-product-options-list-diamond-origin {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.tps-option-set-diamond-origin .tps-option {
    width: 46px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    background: url('tps-ringbuilder-sprite.svg');
    border-radius: 50%;
    border: 1px solid var(--bgcolor-trans);
    position: relative;
    display: block;
    margin-bottom: 0;
    border: 1px solid var(--bgcolor-4);
}
.tps-option-set-diamond-origin .tps-option.tps-option-natural{
    background-position: -12px -753px;
}
.tps-option-set-diamond-origin .tps-option.tps-option-lab-grown{
    background-position: -65px -753px;
}
.tps-product-options-list.tps-product-options-list-diamond-origin .tps-product-option-data input[type=radio]:checked+span.tps-option.tps-option-natural{
   background-position: -131px -754px;
}
.tps-product-options-list.tps-product-options-list-diamond-origin .tps-product-option-data input[type=radio]:checked+span.tps-option.tps-option-lab-grown{
    background-position: -184px -754px;
}
label.tps-option-lab-grown.option-lab-grown.active{
  color: var(--labcolor-main) !important;
}
.tps-product-option-data.tps-option-diamond-origin {
    cursor: pointer;
    position: relative;
}
.tps-product-details-info.tps-product-details-additional-desc .product__description,
.tps-product-details-info.tps-product-details-additional-desc .product__description p {
    margin: 0 !important;
}
  /*End*/

/*you may also like*/
.tps-you-may-also-like .card__inner.ratio{
  position:unset !important;
}
.tps-you-may-also-like .card__media {
    position: unset !important;
}
.tps-you-may-also-like .media img:nth-child(1) {
    position: relative;
    opacity: 1;
}
.tps-you-may-also-like .media img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.tps-you-may-also-like .card-wrapper.product-card-wrapper.underline-links-hover{
  border: none !important;
}
.tps-you-may-also-like h2.related-products__heading{
    margin-bottom: 15px;
}
.tps-you-may-also-like ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 7px;
   
}
.tps-you-may-also-like .product-grid .grid__item {
    width: 100%;
    max-width: 100%;
}

/*setting listing page */

.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-style{
    display: block;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-style,
.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-shape,
.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-metal,
.tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-price {
    display: none;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-shape, 
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-metal, 
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-price {
    display: block;
}
.tps-ringbuilder-setting-listing .tps-filter-container .tps-close-filter,
.tps-ringbuilder-setting-listing .tps-filter-container .tps-setting-filter-header, 
.tps-ringbuilder-setting-listing .tps-filter-container .tps-applied-filter-section, 
.tps-ringbuilder-setting-listing .tps-filter-container .filter-block.reset-filter{
    display: none;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-setting-filter-header,
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-applied-filter-section,
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .filter-block.reset-filter{
    display: block;
}

 .tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-close-filter {
    display: block;
    position: absolute;
    z-index: 1;
    right: 20px;
    cursor: pointer;
    top: 20px;
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -380px -802px !important;
}
.tps-ringbuilder-setting-listing .tps-diamond-page-subheading {
    text-align: center;
    color: var(--bgcolor-1);
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 24.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 50px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul{
    justify-content: center;
}
.tps-container-filter-section {
    border-top: 1px solid #1E1E1E0F;
    border-bottom: 1px solid #1E1E1E0F;
}
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container {
    padding: 10px 15px;
    background: #f9f9f9;
    margin-top: 15px;
}
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .tps-applied-filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-label,
 .tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-heading,
 .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value {
    color: var(--bgcolor-1);
    font-family: var(--font-medium);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
 .tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-heading {
    cursor: pointer;
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value {
    display: flex;
    align-items: center;
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-sort-by-value span#drp_icon {
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -90px -755px !important;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper a {
    text-decoration: none;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-view-title {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo {
    padding: 15px 0 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height .35s ease, opacity .25s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background: #fff;
    margin-top: -19px;
    border-radius: 0 0 20px 20px;
    padding: 10px;
}
.tps-product-form.product-form__buttons .tps-choose-this-listing-setting {
    border-radius: 70px;
    border: 1px solid var(--bgcolor-main);
    background: var(--bgcolor-main);
    color: var(--bgcolor-white);
    display: flex;
    height: 52px;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    cursor: pointer;
}
.tps-product-form.product-form__buttons .tps-choose-this-listing-setting span,
.tps-product-form.product-form__buttons .tps-listing-view-more-btn span {
    color: var(--bgcolor-white);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.tps-product-form.product-form__buttons .tps-listing-view-more-btn span {
   color: var(--bgcolor-main);
}
.tps-product-form.product-form__buttons .tps-listing-view-more-btn {
    display: flex;
    width: 133px;
    height: 52px;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 70px;
    border: 2px solid var(--bgcolor-main);
}
.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-setting-listing-tabs-sort-by-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tps-setting-result-tabs {
    position: relative;
    padding-left: 36px;
}
.tps-mobile-filter-button-section {
    padding-right: 36px;
}
.tps-setting-result-tabs:before {
    content: "";
    width: 1px;
    height: 66%;
    background-color: var(--bgcolor-8);
    position: absolute;
    right: 0px;
    top: 55%;
    left: -3px;
    transform: translateY(-47%);
}
.tps-page-title {
    padding: 0px 15px;
    width: 100%;
    max-width: 1329px;
    margin: auto;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style {
    padding: 0px 15px;
    width: 100%;
    max-width: 994px;
    margin: auto
}

.tps-filter-block.tps-filter-section-block.tps-filter-price {
    width: 100%;
}


.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li{
  position: relative;
    text-align: center;
    display: flex;
    width: auto;
    height: auto;
    padding:  0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: 2px solid var(--bgcolor-trans);
    border-radius: 10px;
    padding: 10px 0px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-icon,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-icon{
    width: 45px;
    height: 45px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li{
     width: 19%;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li{
  width:23%;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo .tps-finance {
    padding-top: 5px;
    color:  var(--bgcolor-2);
    font-family: var(--font-medium);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo .tps-finance a {
    padding-left: 2px;
    display: flex;
    align-items: center;
    grid-gap: 3px;
    color: var(--bgcolor-main);
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo .tps-finance a::after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -294px -760px ;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatches-label {
    color: #696969;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin-right: 5px;
}
/* ===== NUMBER PAGINATION STYLES ===== */
.tps-pagination-section {
  text-align: center;
  padding: 20px 0 30px;
}
.tps-pagination-info {
  margin-bottom: 16px;
  font-size: 14px;
  color: #555;
}
.tps-pagination-nav {
  display: flex;
  justify-content: center;
}
.tps-pagination-list {
  display: flex;
  align-items: center;
  gap: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.tps-pagination-list li a,
.tps-pagination-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-bottom: 1px solid var(--bgcolor-8);
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bgcolor-8);
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  user-select: none;
}

.tps-pagination-list li.tps-page-active a,
.tps-pagination-list li.tps-page-active span {
  background: var(--bgcolor-trans);
  color: var(--bgcolor-1);
  border-color: var(--bgcolor-trans);
  font-weight: 600;
  cursor: default;
  border-bottom: 2px solid var(--bgcolor-1);
}
.tps-pagination-list li.tps-page-disabled span {
  color: #bbb;
  cursor: default;
  display:none;
}
.tps-pagination-list li.tps-page-dots span {
  border: none;
  background: transparent;
  cursor: default;
}
/* ===== END PAGINATION STYLES ===== */

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch.active {
        transition: all .2s ease-in;
        transform: scale(1.3);
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-dropdown-toggle .tps-sort-by-value {
    width: 20px;
    height: 20px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -275px -371px;
    cursor: pointer;
} */
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-header-title {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-applied-filter-section,
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .filter-block.reset-filter {
    background: var(--bgcolor-white);
    display: flex !important;
    justify-content: center;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters span#tps_filtered_count {
    padding-right: 8px;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-setting-filter-header {
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-shape, 
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-metal, 
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-price{
   border-bottom: 1px solid rgba(0,0,0,.1);
   padding:0 15px 30px;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-filter-header-title{
      padding: 0 15px;
}
 .tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps_filtered_count-section {
    padding: 5px 15px 10px;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-applied-filter-section button#tps_appy_filter_button {
    width: 100%;
    margin: 0 15px;
    padding: 0 20px;
    height: 47px;
    color: var(--bgcolor-white);
    background: var(--bgcolor-main);
    font-size: 16px;
    border: 1ps solid var(--bgcolor-main);
    border-radius: 55px;
    cursor: pointer;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .filter-block.reset-filter .filter-heading {
    width: 100%;
    margin: 0 15px;
    padding: 5px 20px;
    text-align: center;
    color: var(--bgcolor-1);
    text-decoration: underline;
    cursor: pointer;
}
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom {
    position: absolute;
    top: 12px;
    right: 12px;
}
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom button {
    border: none;
    background: var(--bgcolor-trans);
}
 .tps-wishlist-btn-wrapper .xb-wishlist__btn-custom button svg path,
 .tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom button svg path,
 .tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom button svg path{
  display:none;
} 
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom button svg,
.tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom button svg,
.tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom button svg,
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] svg
{
    width: 25px;
    height: 25px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg');
    cursor:pointer;
}
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] svg,
.tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] svg,
.tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] button svg{
    background-position: -165px -649px;
}

.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add] svg,
.tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add] svg,
.tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add] svg {
    background-position: -199px -649px;
}

.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__remove.loading,
.tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove.loading,
.tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove.loading {
    display: block;
}

.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add].loading svg,
.tps-product-right-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add].loading svg,
.tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom .xb-wishlist__remove[xb-add].loading svg {
    background: url('loader.gif') no-repeat;
}

.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-product-badge.tps-badge-new-in {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    border-radius: 15px 0 20px 0;
    display: flex;
    width: 83px;
    height: 33px;
    padding: 5.262px 10.52px;
    justify-content: center;
    align-items: center;
    gap: 10.524px;
    background:  #00866A;
    color: var(--bgcolor-white);
    font-family: var(--font-medium);
    font-size: 15.785px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.047px; 
}
.tps-ringbuilder-setting-listing .tps-productlist-spinner-grid-container .tps-productlist-grid-pr-shape {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    margin: 15px;
}
.tps-ringbuilder-setting-listing .tps-productlist-animated-background.tps-productlist-grid-pr-title,
.tps-ringbuilder-setting-listing .tps-productlist-spinner-grid-container .tps-productlist-grid-pr-price {
    margin: 0 15px 15px;
}

/*setting details page*/
.tps-desktop-hidden-metal{
  display:none;
}
.active_var .tps-desktop-hidden-metal {
    display: block;
}
.active_var label.show-more-trigger {
    display: none;
}
.active_var label.show-less-trigger {
    display: block;
}
label.show-less-trigger {
    display: none;
}
.tps-product-right-info-section .product__title, .tps-product-right-side-info-section .tps-product-title {
    word-break: break-word;
    margin-bottom: 1.5rem;
    margin-top: 17px !important;
}
.tps-product-right-info-section .price--on-sale .price__sale .price-item.price-item--sale.price-item--last,
 .tps-product-right-info-section .price__container .price__regular span.price-item {
    color: var(--bgcolor-5);
    font-family: var(--font-publicsans);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
}
.tps-product-right-info-section .price.price--large  {
    margin-top: 35px !important;
}
.tps-product-right-info-section fieldset.tps-option-set-metal {
    margin-top: 52px !important;
} 
.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-metal .show-more-trigger,
.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-shape .show-more-trigger {
    padding: 10px;
    height: 94px;
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 20px;
    border: 1.5px solid rgba(30, 30, 30, 0.10);
}
.active_var .tps-product-right-info-section  .tps-product-options-list.tps-product-options-list-metal .show-more-trigger,
.active_var .tps-product-right-info-section  .tps-product-options-list.tps-product-options-list-shape .show-more-trigger {
    display: none;
}
.active_var .tps-product-right-info-section  .tps-product-options-list.tps-product-options-list-metal .show-less-trigger,
.active_var .tps-product-right-info-section  .tps-product-options-list.tps-product-options-list-shape .show-less-trigger {
    padding: 10px;
    height: 94px;
    width: 94px;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 20px;
    border: 1.5px solid rgba(30, 30, 30, 0.10);
}

.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-metal .show-more-trigger span#show_more_title,
.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-shape .show-more-trigger span#show_more_title {
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    background: url('tps-ringbuilder-sprite.svg'), #efefef;
    background-position: -17px -481px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}
.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-metal .show-less-trigger span#show_more_less,
.tps-product-right-info-section .tps-product-options-list.tps-product-options-list-shape .show-less-trigger span#show_more_less {
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    background: url('tps-ringbuilder-sprite.svg'), #efefef;
    background-position: -197px -481px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}
.ProductDetailContent-AddToCartWrapper.tps-setting-product {
    width: 100%;
}
.tps-product-right-info-section .ProductDetailContent-AddToCartWrapper.tps-setting-product .tps-choose-this-setting {
    width: 100%;
    border-radius: 70px;
    background: var(--bgcolor-black);
    color: var(--bgcolor-white);
    display: flex;
    width: 100%;
    height: 52px;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor:pointer;
}
.tps-product-right-info-section .ProductDetailContent-AddToCartWrapper.tps-setting-product .tps-choose-this-setting span {
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
}
.tps-product-right-info-section .product-form__buttons .with-call-us {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.tps-product-right-side-info-section .tps-add-to-cart-button{
   display: block;
    margin-bottom: 10px;
    
}
.tps-product-right-info-section .shopify-payment-button {
   margin-bottom: 24px;
}
.tps-product-right-info-section .time_totla.ProductShipping-EstimateDate,
.shippsetime .time_totla.ProductShipping-EstimateDate,
.tps-product-right-info-section .tps-time_totla.tps-ProductShipping-EstimateDate,
.tps-shippsetime .tps-time_totla.tps-ProductShipping-EstimateDate{
    color: var(--bgcolor-1);
    font-family: var(--font-medium);
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.tps-product-right-info-section .tps-estimateddeliver,
.tps-shipping-info-section .tps-estimateddeliver {
    padding: 20px !important;
    margin-bottom: 40px;
    background: #fdf8f4;
    margin-top: 40px;
    border-radius: 20px;
}
.tps-product-right-info-section .ProductShipping-Card-Info p {
    color: var(--bgcolor-2);
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.tps-product-right-info-section .ProductShipping-Card-Info.firstt br,
.tps-shipping-info-section .ProductShipping-Card-Info p br {
    display: none;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option{
    width: 55px;
    height: 60px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-princess{
    background-position: -53px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-oval{
    background-position:-255px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-round{
    background-position:  -2px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-cushion{
    background-position:  -106px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-asscher{
    background-position: -107px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-marquise{
    background-position:-212px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-radiant{
    background-position: -301px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-pear{
    background-position: -350px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-emerald{
    background-position: -395px -196px;
}
.tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape .tps-option.tps-option-heart{
    background-position:-446px -196px;
}

.tps-product-option-data:has(label.active) {
    border: 2px solid var(--bgcolor-main) !important;
}
.tps-product-right-info-section .tps-other-data,
.tps-shipping-info-section .tps-other-data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tps-product-right-info-section .xb-wishlist__btn-custom button,
.tps-product-right-info-section button.tps-send-a-hint-btn.drop-a-hint-btn,
 .tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom button,
 .tps-shipping-info-section .tps-other-data .tps-drop-hint .tps-send-a-hint button.tps-send-a-hint-btn.drop-a-hint-btn{
    border: none;
    background: none;
    display: flex !important;
    align-items: center;
    grid-gap: 10px;
    cursor: pointer;
    color:  #212B36;
    font-family: var(--font-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    position: relative; 
    padding: 0;
}

.tps-product-right-info-section .tps-wishlist, .tps-product-right-info-section .tps-drop-hint,
 .tps-shipping-info-section .tps-other-data .tps-wishlist,  .tps-shipping-info-section .tps-other-data .tps-drop-hint{
    width: 50%;
}
.tps-product-right-info-section .shippsetime, .tps-product-right-info-section .tps-other-data, .tps-shipping-info-section .tps-other-data,
.tps-product-right-info-section .tps-estimateddeliver, .tps-shippsetime .tps-time_totla.tps-ProductShipping-EstimateDate,
.tps-shipping-info-section .tps-estimateddeliver, .tps-product-right-info-section .tps-shippsetime{
    margin-bottom: 24px !important;
    margin-top: 0 !important;
}

.tps-product-right-info-section span.tps-send-a-hint-btn-title,
.tps-shipping-info-section .tps-other-data .tps-drop-hint .tps-send-a-hint button.tps-send-a-hint-btn.drop-a-hint-btn .tps-send-a-hint-btn-title{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.tps-product-right-info-section span.tps-send-a-hint-btn-title::before,
.tps-shipping-info-section .tps-other-data .tps-drop-hint .tps-send-a-hint button.tps-send-a-hint-btn.drop-a-hint-btn .tps-send-a-hint-btn-title::before{
    content: "";
    width: 25px;
    height: 25px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg');
    cursor: pointer;
    background-position: -95px -802px;
}
.tps-product-right-info-section .accordion__title.inline-richtext {
    color: #2A2727;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.tps-product-right-info-section .tps-product-description p,
.tps-final-engagement-ring .tps-product-description p{
    color: #999;
    font-family: var(--font-medium);
    font-size: 15.33px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
 .tps-drop-a-hint-modal  {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.tps-drop-a-hint-modal.tps-drop-a-hint-modal-show{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-m {
    display: flex;
    min-height: calc(100% - 1rem);
    text-align: center;
    justify-content: center;
    align-items: center;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-cr {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: var(--bgcolor-white);
    outline: 0;
    min-width: 750px;
    max-width: 750px;
    height: 750px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.tps-drop-a-hint-modal .tps-modal-content.modal-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.tps-drop-a-hint-modal .tps-close-modal.close-modal {
    position: absolute;
    right: 5px;
    top: -35px;
    font-family: var(--font-heading-family);
    font-size: 45px;
    color: var(--bgcolor-black);
    cursor: pointer;
    z-index: 1;
}
.tps-drop-a-hint-modal .tps-modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-cr .tps-modal-heading-section {
    padding: 5px;
    position: relative;
    width: 100%;
}
.tps-drop-a-hint-modal .tps-modal-heading-section h3 {
    color: var(--bgcolor-black);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}
.tps-drop-a-hint-modal .tps-modal-heading-section .tps-modal-sub-heading {
    font-size: 14px;
    line-height: 22px;
    color: var(--bgcolor-black);
    max-width: 600px;
    margin: 5px auto 10px;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info .tps-modal-product-image {
    margin-bottom: 10px;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info .tps-modal-product-type {
    font-family: var(--font-body-family);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info .tps-modal-product-meta-data {
    font-family: var(--font-body-family);
    font-size: 13px;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-drop-a-hint-form {
    width: 58%;
    padding-left: 4%;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row label {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    font-family: var(--font-medium);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: var(--bgcolor-black);
    margin-bottom: 5px;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row input, .tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row textarea {
    font-family: var(--font-body-family);
    font-weight: 400;
    width: 100%;
    height: 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--bgcolor-2) !important;
    border-radius: 11px;
    padding: 8px 15px;
    font-size: 14px;
    background-color: var(--bgcolor-white);
    color: var(--bgcolor-1);
    margin-bottom: 15px;
    margin-left: auto;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row .tps-form-instructions {
    font-size: 11px;
    line-height: 16px;
    color: var(--bgcolor-2);
    margin-bottom: 5px;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row .tps-form-instructions p {
    margin-top: 0;
}

.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-form-row label sup {
    color: red;
    font-size: 28px;
    line-height: 18px;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-send-hint-btn {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: var(--bgcolor-white);
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bgcolor-black);
    border: 1px solid var(--bgcolor-black);
    width: 150px;
    padding: 12px;
    border-radius: 70px;
    text-align: center;
    font-family: var(--font-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.tps-modal-content.modal-content {
    position: relative;
}
.tps-drop-a-hint-modal .tps-close-modal.close-modal {
    position: absolute;
    right: 5px;
    top: -35px;
    font-family: var(--font-heading-family);
    font-size: 45px;
    color: var(--bgcolor-black);
    cursor: pointer;
    z-index: 1;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text {
    display: flex;
    grid-gap: 15px;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text .tps_heading,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text .tps_heading{
    color: #676767;
    font-family: var(--font-body-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    text-align:left;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text p,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text p,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text .tps_content p,
.tps-final-engagement-ring .product__accordion.accordion .accordion__content p,
.accordion__content p{
    color: #999;
    font-family: var(--font-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align:left;
    margin-top: 7px;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text p strong,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text p strong,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text .tps_content p strong,
.tps-final-engagement-ring .product__accordion.accordion .accordion__content p strong,
.accordion__content p strong{
     color: #676767;
}
.tps-product-details-info.tps-product-details-setting-info .tps-single-info,
.tps-product-details-info.tps-product-details-diamond-info .tps-single-info{
    display: flex;
    justify-content: flex-start;    
    flex-direction: row;    
}
.tps-product-details-info.tps-product-details-setting-info .tps-product-data,
.tps-product-details-info.tps-product-details-setting-info .tps-product-center-data,
.tps-product-details-info.tps-product-details-setting-info .tps-product-side-data{
    margin-bottom: 20px;
}
.tps-product-details-info.tps-product-details-setting-info .tps-product-center-data .heading,
.tps-product-details-info.tps-product-details-setting-info .tps-product-side-data .heading {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--bgcolor-2);  
  margin-top: 0;
  margin-bottom: 8px;
}
.tps-product-details-info.tps-product-details-setting-info .tps-single-info{
      border-bottom: 0;
}
.tps-product-details-info.tps-product-details-diamond-info .heading {
    color: var(--bgcolor-3);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.tps-final-engagement-ring .product__accordion.accordion details svg.icon.icon-caret path,
.tps-setting-product .product__accordion.accordion details svg.icon.icon-caret path{
  display: none;
}
.tps-final-engagement-ring .product__accordion.accordion details svg.icon.icon-caret,
.tps-setting-product .product__accordion.accordion details svg.icon.icon-caret{
    width: 20px;
    height: 20px;
    background: url('tps-ringbuilder-sprite.svg');
    display: block;
    position: unset;
    cursor: pointer;
    background-position: -306px -804px;
}
.tps-final-engagement-ring .product__accordion.accordion details[open] svg.icon.icon-caret{
    background-position: -342px -804px;
}
fieldset.product-form__input legend.form__label {
    margin-bottom: 0;
}
.tps-product-options-list.tps-product-options-list-center-carat-weight {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.tps-product-option-data.tps-option-center-carat-weight {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1.5px solid #E9E9E9;
    cursor: pointer;
    position: relative;
    border-radius: 10px !important
}
.tps-product-option-data.tps-option-center-carat-weight input[type=radio] {
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
    clip: auto;
}
.tps-setting-product .tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info .tps-modal-product-image img {
    height: auto;
    width: 100%;
}
/*final page */
.tps-final-engagement-ring .tps-product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    grid-gap: 0px;
    margin: 0;
}
.tps-final-engagement-ring .tps-product-price .tps-product-price-label {
    color: #9B9B9B;
    font-family: var(--font-publicsans);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.tps-final-engagement-ring .tps-product-price .tps-product-price-value {
    font-family: var(--font-publicsans);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    margin: 14px 0;
    color: var(--bgcolor-5);
}
.tps-final-engagement-ring .tps-pay-little,
.tps-setting-product .tps-finance{
     color: var(--bgcolor-3);
    font-family: var(--font-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;

} .tps-final-engagement-ring .tps-pay-little a,
.tps-setting-product .tps-finance a{
    font-family: var(--font-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: var(--bgcolor-main);
    text-decoration: none;
    padding-left: 5px;
    display: flex;
    align-items: center;
    grid-gap: 3px;
}
.tps-final-engagement-ring .tps-pay-little a::after,
.tps-setting-product .tps-finance a::after{
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -294px -760px;
}
.tps-final-engagement-ring span.tps-diamond-subinfo-title,
.tps-final-engagement-ring span.tps-diamond-info-metal.tps-setting-info-metal{
    color: var(--bgcolor-2) !important;
    font-family: var(--font-medium);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140%;
    text-align: left;
}
.tps-final-engagement-ring .tps-diamond-info .tps-final-view {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.tps-final-engagement-ring .tps-diamond-info .tps-final-view a {
    color: #696969;
    text-align: left;
    font-family: var(--font-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
}
.tps-final-engagement-ring span.tps-diamond-info-price {
    color: var(--bgcolor-5);
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.482px;
    text-align: right;
}
.tps-final-engagement-ring .tps-accordion-block {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.tps-final-engagement-ring .tps-product-size-value.tps-accordion-current-value {
  color:  var(--bgcolor-8) !important;
}
.tps-final-engagement-ring .tps-product-info-section .tps-product-size {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.tps-final-engagement-ring .tps-accordion-header {
    width: 100%;
    padding: 20px 0 !important;
}
.tps-final-engagement-ring div#tps_ring_engraving_section {
    margin-bottom: 24px !important;
}
.tps-final-engagement-ring .tps-shipping-info-section .shippsetime {
    margin: 0px 0 24px !important;
}
.tps-final-engagement-ring .ProductShipping-Card-Info span.svgpp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tps-final-engagement-ring .product__accordion.accordion{
    border-top: .1rem solid rgba(var(--color-foreground), .08);
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
}
.tps-final-engagement-ring .tps-shipping-info-section .tps-wishlist{
   display: none;
}
.tps-final-engagement-ring .product__accordion.accordion summary,
.tps-setting-product .product__accordion.accordion summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}
.tps-setting-product .product__accordion.accordion summary{
  padding: 20px 0 22px;
}
.tps-final-engagement-ring .product__accordion.accordion details svg.icon.icon-caret{
    top: 20px;
}
.tps-final-engagement-ring .product__accordion.accordion .accordion__content {
    padding-bottom: 13px;
}
.product__accordion.accordion {
    margin-top: 0 !important;
    border-top: 0 !important;
}
.tps-product-details-info.tps-product-details-diamond-info .tps-single-info{
  border-bottom: 0;
}

.tps-final-engagement-ring .tps-product-info-section .tps-product-size .tps-accordion-content .tps-ring-size-button-option {
    width: 23.5%;
    color: var(--bgcolor-1);
}
.tps-final-engagement-ring .tps-product-info-section .tps-product-size .tps-accordion-content .tps-ring-size-button-option.tps-active {
    border-color: var(--bgcolor-main);
    color: var(--bgcolor-main);
}
.tps-final-engagement-ring .tps-main-slide.tps-main-slide-image .tps-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 50px;
}

.tps-final-engagement-ring .tps-main-slide.tps-main-slide-image .tps-final-gallery-slide-certificate-link{
    font-family: var(--font-medium);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.87px;
    color: var(--bgcolor-black);
    padding-bottom: 5px;
}
.ProductShipping-Card-Info p, .ProductShipping-Card-Info p a{
  text-align: left;
}
.tps-ring-engraving-section .tps-ring-engraving-text {
    display: flex;
    justify-content: flex-start;
}
.tps-ring-engraving-section .tps-ring-engraving-note{
  text-align:left;
}
.tps_details_loader_price.tps_finnace.tps_details_bg-masker {
    height: 17px;
    display: block;
    width: 60%;
    margin-top: 20px;
}
.tps-setting-detail-page-loader .tps_details_loader_social.order_now.tps-setting-diamond-info, .tps-final-ringl-page-loader .tps_details_loader_social.order_now.tps-setting-diamond-info {
    height: 180px;
}
.tps-final-ringl-page-loader .tps_details_loader_social.order_now.tps-setting-diamond-info div {
    border: 1px solid #e9e9e9;
}
.tps_details_loader_social.order_now.tps-shipping-info-section.tps-shipping-info-new {
    border: 1px solid #e9e9e9;
    padding: 25px;
}
.tps_details_loader_social.order_now.tps-setting-info-section div {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    justify-content: space-between;
}
.tps-setting-detail-page-loader .tps_details_loader_social.order_now div span:nth-child(2), .tps-final-ringl-page-loader .tps_details_loader_social.order_now div span:nth-child(2) {
    width: 65%;
}
.tps-final-ringl-page-loader div.tps_details_loader_btn.tps_details_bg-masker {
    height: 35px;
}
.tps_details_loader_social.order_now.tps-setting-info-section {
    grid-gap: 0;
}
/*end*/

.tps-ringbuilder-setting-listing .tps-filter-container{
  display:none;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
  display:block;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-swatch-filter-wrapper.tps-style-filter-wrapper {
    padding-bottom: 25px;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-label{
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--font-medium);
    color: var(--bgcolor-1);
    text-align: center;
}
 .tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li{
    border: 2px solid var(--bgcolor-trans);
  }
  
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li.selected,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li.selected,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li.selected{
    border: 2px solid var(--bgcolor-main);
  }
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        width: 105px !important;
  }
  .pickup-scrollbar .swiper-scrollbar-drag {
    display: block !important;
    width: 50px !important;
}
.pickup-nav-btn{
      border: none !important;
}
.pickup-heading {
    font-family: Baskerville !important;
    font-weight: 400;
    font-style: Normal;
    font-size: 33.18px !important;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}
.pickup-header {
    margin-top: 25px;
}
.pickup-container.page-width {
    margin-bottom: 50px;
}
.tps-product-option-data.tps-option-center-carat-weight:has(label.active) {
    background: var(--bgcolor-main);
}
.tps-product-option-data.tps-option-center-carat-weight label.active{
     color: var(--bgcolor-white) !important;
}
.tps-main-slide.tps-main-slide-image .tps-slide .tps-Factory-Direct {
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.6px;
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 15px;
    background: var(--bgcolor-8);
    padding: 5px 18px;
    border-radius: 30px;
    color: var(--bgcolor-white);
}
.detail-column-row-1.tps-single-info.tps_side_stone_clarity {
    /* border-bottom: 1px solid var(--bgcolor-3); */
}
/* .xb-wishlist__loading.loading {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}
.xb-wishlist__loading.loading span.loading-spinner,
.xb-wishlist__add.loading{
    display: block !important;
    width: 20px;
    height: 20px;
    background: url(loader.gif);
    background-repeat: no-repeat;
} */
.tps-accordion-content {
    padding: 0 0 20px !important;
}
.tps-time_totla.tps_ProductShipping-EstimateDate span {
    font-family: var(--font-medium);
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--bgcolor-1);
}
.tps-shippsetime .tps-time_totla.tps-ProductShipping-EstimateDate .shipssfat {
    font-weight: 500;
}
.tps-time_totla.tps_ProductShipping-EstimateDate .tps_shipssfat_label,
.tps-time_totla.tps_ProductShipping-EstimateDate .shipssfat.shipssfat_data,
.tps-time_totla.tps_ProductShipping-EstimateDate .shipssfat {
    color: var(--bgcolor-main);
}
.tps-diamond-change {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: flex-end;
}
.tps-diamond-change .tps_setting_comparePrice,
.tps-diamond-comparePrice {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.tps-diamond-change .tps_setting_comparePrice .tps-diamond-info-comp_price,
.tps-diamond-comparePrice .tps-diamondlist-item-comp-price {
    font-family: var(--font-publicsans);
    font-weight: 300;
    font-size: 15.61px;
    line-height: 22.48px;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #9B9B9B;
}
.tps-diamond-change .tps_setting_comparePrice span#tps_save_price,
.tps-diamond-comparePrice .tps-diamondlist-item-save-price{
  font-family: var(--font-publicsans);
  font-weight: 300;  
  font-size: 15.61px;
  line-height: 22.48px;
  letter-spacing: 0;
  color: #FF012B;
  width: max-content;
}
.first_order{
      top: 5px;
}
.tps-product-form__submit {
    border-radius: 70px;
    border: 1px solid var(--bgcolor-1) ;
    background: var(--bgcolor-white);
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: none;
    grid-gap: 6px;
}
.tps-product-form__submit .iconss {
    display: none;
}
.tps-product-form__submit:after{
  content:unset !important;
}
.tps-product-form__submit:not([disabled]):hover:after {
     --border-offset: 0 !important;
    box-shadow:none !important;
}
.tps-product-form__submit .loading__spinner {
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 10px;
}
.tps-step-link .tps-step-link-url{
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13.33px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    color: var(--bgcolor-8);
    text-decoration: underline;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section2 {
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 19.5px;
    line-height: 140%;
    letter-spacing: 0px;
    color: var(--bgcolor-7);
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section1,
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title{
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--bgcolor-8);
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block{
      background: #f9f9f9;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active.current-active .tps-step-block-content,
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active.current-active {
    background: #fff;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content::after {
   width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 17px solid #e0e0e0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transform: translate(100%);
    z-index: 1;
}
 .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content::before {
    width: 0px;
    height: 0px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 17px solid #f9f9f9;
    position: absolute;
    content: "";
    top: 0;
    left: 13px;
    transform: translate(-100%);
    z-index: 1;
} 
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content::before{
    border-top: 36px solid  transparent;
    border-bottom: 36px solid transparent;
} 
 .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-1 .tps-step-block-content::before {
    content: Unset !important;
 }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-2.active.current-active .tps-step-block-content:before,
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-3.active.current-active .tps-step-block-content:before,
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-2.active .tps-step-block-content:before,
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-3 .tps-step-block-content:before{
      border-left: 17px solid #f9f9f9;
 }
 .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-2 .tps-step-block-content:before,
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-2.active.current-active+.tps-step-block.tps-step-block-3 .tps-step-block-content:before,
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.active.current-active+.tps-step-block.active .tps-step-block-content:before{
       border-left: 17px solid #fff;
 }

 /*steps popup css*/ 
.tps-step-info-popup-close {
  position: absolute;
  top: 10px; right: 14px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #333;
  z-index: 2;
}
.tps-step-info-popup-grid { 
  margin-bottom: 20px; 
}
.tps-step-info-popup-row { 
  display: flex; 
}
.tps-step-info-popup-cell {
  flex: 1;
  border: 1px solid #0000001A;
  margin: -1px 0 0 -1px;
  padding: 0;
  text-align: center;
}
.tps-step-info-popup-actions {
  display: flex;
  gap: 12px;     
  padding: 22px 25px;
  background: #F9F9F9;
  border-top: 1px solid #1E1E1E1A;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;    
}
.tps-step-info-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
    align-items: center;
    justify-content: flex-start;
}
.tps-step-info-popup-overlay.active {
    display: flex;
}
.tps-step-info-popup-body {
    padding: 0;
}
.tps-step-info-popup-content {
    height: 90vh;
    overflow-y: auto;
    padding-bottom: 50px;
}
.tps-step-info-popup-body .tps-step-info-popup-title-price {
    padding: 18px 25px;
    border-bottom: 1px solid #1E1E1E1A;
    border-top: 1px solid #1E1E1E1A;
}
.tps-step-info-popup-body .tps-step-info-popup-sections {
    padding-inline: 25px;
}
.tps-step-info-popup-title {
    font-family: var(--font-medium) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    color: #3B3838;
}
.tps-step-info-popup-price {
    display: flex;
    align-items: center;
    font-family: var(--font-publicsans-bold) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 25px !important;
    margin-bottom: 0 !important;
    color: var(--bgcolor-5);
}
.tps-step-info-popup-price span#savePrice, .tps-step-info-popup-price del {
  font-family: var(--font-publicsans);
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}
.tps-step-info-popup-price span#savePrice {
  color: #FF012B;
}
.tps-step-info-popup-price del {
   color: #9B9B9B;
   padding: 0 10px;
}
.tps-step-info-popup-btn {
    flex: 1;
    text-align: center;
    border: 1px solid var(--bgcolor-main);    
    border-radius: 30px;
    padding: 12px;    
    cursor: pointer;
    text-decoration: none;
    font-family: var(--font-body-family);
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: normal;
    letter-spacing: 0.5px;    
    color: var(--bgcolor-main) !important;
}
.tps-step-info-popup-image {
    background: #f5f5f5;    
    text-align: center;
    padding: 0 !important;
    height: 250px;
}
.tps-step-info-popup-image img {
    max-width: 100%;
    max-height: 100% !important;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.tps-step-info-popup-box.tps-step-info-popup-box--diamond .tps-step-info-popup-image {
    height: 380px;
}
.tps-step-info-popup-value {
    color: #646464 !important;
    border-left: 1px solid #0000001A;
    font-family: var(--font-medium) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px;
    font-variant: lining-nums;
    padding: 5px 6px;
}
.tps-step-info-popup-label {
    font-family: var(--font-medium) !important;
    font-weight: 500  !important;
    font-size: 12px  !important;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--bgcolor-2) !important;
    font-variant: lining-nums;
    padding: 5px 6px;
}
.tps-step-info-popup-box {
    position: relative;
    background: var(--bgcolor-white) ;
    width: 100% !important;
    max-width: 380px !important;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.tps-step-info-popup-heading {
    font-family:  var(--font-body-family) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;    
    margin: 20px 0 12px 0 !important;
    color: var(--bgcolor-2) !important;     
}
.tps-step-info-popup-heading:first-child {
    color: #2A2727 !important;
}
.tps-step-info-popup-box.tps-step-info-popup-box--diamond .tps-step-info-popup-value {
    color: var(--bgcolor-main) !important;
    font-size: 16px !important;
    border: 0;
    padding: 0;
}
.tps-step-info-popup-box.tps-step-info-popup-box--diamond .tps-step-info-popup-label {    
    padding: 0;
}
.tps-step-info-popup-box.tps-step-info-popup-box--diamond .tps-step-info-popup-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tps-step-info-popup-box.tps-step-info-popup-box--diamond .tps-step-info-popup-cell {
    width: 33% !important;
    flex: auto !important;
    display: flex;
    flex-direction:column-reverse;
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
/*steps popup css*/ 
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-3 .tps-step-block-content::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    z-index: 2;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-3::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 16px solid #fbf9f9;
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    z-index: 2;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.tps-step-block-3.active.current-active::after {
  border-left: 16px solid #fff;
}
.tps-step-more-sec {
    display: flex;
    grid-gap: 10px;
    justify-content: flex-start;
}
.tps-step-info-popup-box.tps-step-info-popup-box--setting .tps-step-info-popup-cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.tps-step-info-popup-box.tps-step-info-popup-box--setting .tps-step-info-popup-label {
    width: 50%;
    text-align: left;
    color: var(--bgcolor-black) !important;
}
.tps-step-info-popup-box.tps-step-info-popup-box--setting .tps-step-info-popup-value {
    width: 50%;
    text-align: left;
    color: #646464 !important;
}
.tps-step-info-popup-box.tps-step-info-popup-box--setting .tps-step-info-popup-row {
    display: flex;
    flex-direction: column;
}
 .tps-step-more-sec span.tps-step-block-steps-info-price {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 13.33px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    color: var(--bgcolor-2)
}
.tps_details_loader_sateps {
    width: 100%;
    margin: 18px 0px 18px;
}
.tps_details_loader_sateps_cn {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}
 .tps_details_loader_sateps_cn .tps_details_loader_steps_p {
    position: relative;
    width: 33.3%;
    display: table-cell;
    vertical-align: top;
}
 .tps_details_loader_sateps_cn .tps_details_loader_steps_p .tps_details_loader_steps_p_node {
    position: relative;
    display: block;
    width: auto;
    height: 100px;
    margin-right: 21px;
    text-decoration: none;
    background-color: #eee;
}
.tps_details_loader_sateps_cn .tps_details_loader_steps_p .tps_details_loader_steps_p_node::after {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 17px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transform: translate(100%, 0);
}
 .tps_details_loader_sateps_cn .tps_details_loader_steps_p .tps_details_loader_steps_p_node::before {
    width: 0;
    height: 0;
    border-top: 50px solid #eeeeee;
    border-bottom: 50px solid #eeeeee;
    border-left: 17px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
}
 .tps_details_loader_sateps_cn .tps_details_loader_steps_p:nth-child(3) .tps_details_loader_steps_p_node {
    margin-right: 0px;
}
.tps_details_loader_sateps_cn .tps_details_loader_steps_p:nth-child(1) .tps_details_loader_steps_p_node::before,
.tps_details_loader_sateps_cn .tps_details_loader_steps_p:nth-child(3) .tps_details_loader_steps_p_node::after{
  content: unset !important;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide{
          position: relative;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-final-gallery-slide-certificate-link{
    position: absolute;
    bottom: -40px;
    z-index: 1;
}
.tps-final-engagement-ring .tps-main-slide.tps-main-slide-image .tps-slide .tps-certificate-images a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tps-final-engagement-ring .tps-main-slide.tps-main-slide-image .tps-slide .tps-gallery-slide-lable {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 50px;
    line-height: 20.87px;
    color: #a49274;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-link-icon {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  
    justify-content: flex-end;
}

.tps-diamond-comparePrice .tps-diamondlist-item-save-price {
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.tps-product-info-section {
    gap: 0px !important;
}
.tps-product-right-info-section, .tps-product-right-side-info-section{
          max-width: 100% !important;
}

/* Pick Up Where You Left Off! */
.pickup-section {
  background: var(--pickup-bg-color, #fff);
  padding: 40px 0;
}

.pickup-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.pickup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pickup-heading {
  font-size: 24px;
  margin: 0;
  color: var(--pickup-heading-color, #1a1a1a);
}

.pickup-nav {
  display: flex;
  gap: 10px;
}

.pickup-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--pickup-arrow-bg, #fff);
  color: var(--pickup-arrow-color, #1a1a1a);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pickup-nav-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.pickup-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.pickup-swiper {
  overflow: hidden;
}

.pickup-slide {
  height: auto;
}

.pickup-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.pickup-image-wrap {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}

.pickup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pickup-info {
  min-width: 0;
}

.pickup-title {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--pickup-text-color, #1a1a1a);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pickup-price {
  margin: 0;
  font-size: 13px;
  color: var(--pickup-price-color, #1a1a1a);
}

.pickup-pagination {
  margin-top: 24px;
  text-align: center;
  position: static !important;
}

.pickup-pagination .swiper-pagination-bullet {
  background: #1a1a1a;
  opacity: 0.25;
}

.pickup-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 4px;
}

/* Skeleton loading state */
.pickup-skel-box {
  background: #eee;
  animation: pickup-pulse 1.2s ease-in-out infinite;
}

.pickup-skel-line {
  height: 10px;
  border-radius: 4px;
  background: #eee;
  margin-bottom: 6px;
  animation: pickup-pulse 1.2s ease-in-out infinite;
}

@keyframes pickup-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.pickup-empty-message {
  text-align: center;
  color: #666;
  font-size: 14px;
}
.pickup-swiper {
    overflow: hidden;
}

.pickup-slide {
    height: auto;
}

.pickup-pagination {
    margin-top: 30px;
    position: relative;
}

.pickup-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: .3;
}

.pickup-pagination .swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 20px;
}

.pickup-nav {
    display: flex;
    gap: 10px;
}

.pickup-nav button.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}
.pickup-scrollbar {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 120px;
    height: 2px;
    margin: 30px auto 0;
    background: #d8d8d8;
    border-radius: 20px;
}

.pickup-scrollbar {
    width: 80px;
    height: 1.5px;
    background: #d9d9d9;
}

.pickup-scrollbar .swiper-scrollbar-drag {
    background: #000;
    height: 100%;
}
/* Pick Up Where You Left Off! */

.tps-product-right-info-section xb-wishlist-button {
    display: none;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text .tps-icon span.svg-wrapper,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text .tps-icon span.svg-wrapper{
    width: 40px;
    height: 40px;
}
.tps-product-right-info-section .accordion__content .tps-icon-with-text .tps-icon svg,
.tps-final-engagement-ring .accordion__content .tps-icon-with-text .tps-icon svg{
    width: 36px;
    height: 36px;
}

/* Accordion styles (Ring Size / Engraving) */
.tps-accordion-block { border: 1px solid #e1e1e1; border-radius: 4px; margin-bottom: 12px; }
.tps-accordion-header { display: flex; align-items: center; justify-content: flex-start; padding: 12px 14px; cursor: pointer; user-select: none; }
.tps-accordion-current-value { margin-left: 6px; font-weight: 600; }
.tps-accordion-icon { margin-left: auto; width: 10px; height: 10px; border-right: 2px solid var(--bgcolor-8); border-bottom: 2px solid var(--bgcolor-8); transform: rotate(45deg); transition: transform 0.2s ease; flex-shrink: 0; }
.tps-accordion-header.tps-accordion-active .tps-accordion-icon { transform: rotate(-135deg); }
.tps-accordion-content { padding: 0 14px 14px 14px; }

/* Ring size buttons */
.tps-ring-size-buttons { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 8px; 
}
.tps-ring-size-button-option { 
  padding: 8px 3px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  background: #fff; 
  cursor: pointer; 
  font-size: 14px; 
  transition: all 0.15s ease; 
}

/* Sticky Gallery Column (custom â€” does not depend on theme's product-info.js) */
.tps-product-info-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.tps-product-left-side-info-section {
    flex: 1 1 100%;
    min-width: 0;
}
.tps-product-right-side-info-section {
    flex: 1 1 50%;
    min-width: 0;
}

/* total price section */
.tps-final-ring-price-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tps-final-ring-price-section .tps-compare-sec {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}
.tps-final-engagement-ring .tps-product-price .tps-product-comparePrice-value {
    font-family: var(--font-publicsans);
    font-weight: 300;
    font-size: 20px;
    line-height: 28.8px;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #9b9b9b;
    margin-left: 12px;
}
.tps-final-engagement-ring .tps-product-price .tps-product-savingPrice-value {
  font-family: var(--font-publicsans);
  font-weight: 300;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: 0;
  color: #FF012B;  
}
/* total price section */

/* you may also like */

product-recommendations.related-products ul.grid.product-grid .card__content {    
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    padding: 10px;
    background: var(--bgcolor-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 2px;
    border-top: 0;
}
product-recommendations.related-products .card__information h3.card__heading.h5 a {    
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: var(--bgcolor-1) !important;
}
product-recommendations.related-products span.price-item.price-item--regular {
    font-size: 16.84px;
    font-family: var(--font-publicsans);
    font-weight: 700 !important;
    color: var(--bgcolor-1) !important;
    margin-right: 6px;
}
product-recommendations .card-information span.cros_price_compare,
product-recommendations .card-information span.price_difference {   
    font-size: 14px;
    line-height: 22.482px;
    font-family: var(--font-publicsans);
    font-weight: 300;
    color: #9B9B9B;
    text-decoration: line-through;
}
product-recommendations .card-information span.price_difference {     
    color: #FF012B;
    text-decoration: none;
    letter-spacing: 0;
    padding-left: 5px;
}
product-recommendations.related-products .card__information {
    padding-top: 6px;
    order: 1;
}
product-recommendations .variants-options {
    margin-top: 0;
    order: 2;
}
.variants-options .flex-controller {
    padding-left: 0;
}
product-recommendations.related-products .xb-wishlist-button-collection__add,
product-recommendations.related-products .xb-wishlist-button-collection__remove {    
    background: unset;
    padding: 0 !important;
    position: absolute;
    top: 12px;
    right: 12px;
}
product-recommendations .xb-wishlist-button-collection__add-icon,
product-recommendations .xb-wishlist-button-collection__remove-icon {
    width: 25px;
    height: 25px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg') no-repeat;
    cursor: pointer;
    background-position: -165px -649px;
}
product-recommendations .xb-wishlist-button-collection__remove-icon {
    background-position: -199px -649px;
}
product-recommendations.related-products .xb-wishlist-button-collection__add svg,
product-recommendations.related-products .xb-wishlist-button-collection__remove svg {  
    display: none;
}
/* you may also like */
.tps-final-engagement-ring .product__accordion.accordion details[open] svg.icon.icon-caret, 
.tps-setting-product .product__accordion.accordion details[open] svg.icon.icon-caret {
    background-position: -342px -804px;
}
.breadcrumbs__link[aria-current="page"] {
    color: var(--bgcolor-black) !important;
}
ol.breadcrumbs__list {
    padding: 0 15px !important;
}
.tps-breadcrumb-container .breadcrumbs__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 6px !important;
    height: 6px!important;
    margin: 0 2px;
    vertical-align: middle;
    background-image: url(data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 6.5L14.75 12L9.25 17.5' stroke='%23969696' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tps-step-info-popup-close{
    width: 26px;
    height: 26px;
    display: block;
    background: url('tps-diamond-module-icons.svg') no-repeat;
    background-position: -377px -609px;
    font-size: 0 !important;
}
/*drop hint*/
.tps-drop-a-hint-modal.tps-drop-a-hint-modal-show .tps-form-message {
    font-size: 20px;
    color: var(--bgcolor-1);
    font-family: var(--font-medium);
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
}
.tps-modal-message-section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bgcolor-3);
}
.tps-drop-a-hint-modal .tps-close-modal.close-modal {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 26px;
    height: 26px;
    display: block;
    background: url(tps-diamond-module-icons.svg);
    background-position: -126px -191px;
    font-size: 0 !important
}
.tps-drop-a-hint-modal .tps-modal-content.modal-content {
    height: 100%;
}
.tps-drop-a-hint-modal .tps-modal-content.modal-content .tps-modal-message-body {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.tps-modal-message-section{
  flex-direction: column;
}
.tps-form-message-icon.success{
    width: 40px;
    height: 40px;
    display: block;
    background: url(success.svg);
    background-position: 4px 2px;
    background-repeat: no-repeat;
}
/*drop hint*/
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper.tps-container {
    padding: 0px 8px !important;
}
.tps-shippsetime .tps-days-heighlights {
    color: var(--bgcolor-main);
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-dropdown-toggle .tps-sort-by-value{
    width: 100%;
    margin-left: 5px;
    cursor: pointer;
    text-align: right;
    display: flex;
    border-bottom: 1px solid var(--bgcolor-1);
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-dropdown-toggle .tps-sort-by-value::after {
    content: '';
    width: 20px;
    height: 15px;
    display: block !important;
    /* background: url(tps-ringbuilder-sprite.svg);
    background-position: -275px -371px; */
    background-image: url(tps-diamond-module-icons.svg);
    background-position: -80px -153px;
    background-repeat: no-repeat;
}
.ProductShipping-Card-Info span.svgpp {
    width: 35px !important;
    height: 30px !important;
}
.ProductShipping-Card-Info svg {
    width: 27px !important;
    height: 27px !important;
}
.ProductShipping-Card-Info{
    display: flex;
    align-items: flex-start !important;
    gap: 5px !important;
}
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-heading {
    position: relative;
    padding-left: 30px;
}
.tps-selected-filter-wrapper .filter-heading::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(tps-diamond-module-icons.svg);
    background-position: -15px -331px;
    margin-top: 0;
    margin-right: 6px;
    position: absolute;
    display: block;
    left: 0;
}
.tps-setting-listing-tabs-sort-by-result {
    padding: 7px 0;
}
/*setting listing mobile popup*/
.tps-quickview-overlay {
  display: none;
}
/*setting listing mobile popup*/

@media (hover: hover) {
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a:hover {
  color: var(--bgcolor-main);
}

.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom .xb-wishlist__add[xb-add]:hover svg{
  background-position: -199px -649px;
}

  .tps-drop-a-hint-modal .tps-close-modal.close-modal:hover{
     background-position:-90px -191px;
  }
.tps-ring-size-button-option:hover { 
  border-color: #999; 
}  
.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option:hover {
      color: var(--bgcolor-black);
      font-family: var(--font-medium);
      font-weight: 500;
}
  .tps-step-info-popup-btn:hover {
    background: #0C3AA4 !important;
    color: var(--bgcolor-white) !important;
}
  .tps-product-form__submit:hover {
    background: var(--bgcolor-black);
    color: var(--bgcolor-white);
}
  .tps-final-engagement-ring .tps-product-info-section .tps-product-size .tps-accordion-content .tps-ring-size-button-option:hover{
    color:var(--bgcolor-black);
  }
.tps-product-option-data.tps-option-center-carat-weight:hover label{
  color: var(--bgcolor-1);
        font-weight: 600;
}
  .tps-product-right-info-section .xb-wishlist__btn-custom button:hover, .tps-product-right-info-section button.tps-send-a-hint-btn.drop-a-hint-btn:hover, 
  .tps-shipping-info-section .tps-other-data .xb-wishlist__btn-custom button:hover,
   .tps-shipping-info-section .tps-other-data .tps-drop-hint .tps-send-a-hint button.tps-send-a-hint-btn.drop-a-hint-btn:hover,
   .tps-final-engagement-ring .tps-diamond-info .tps-final-view a:hover
   {
    color: var(--bgcolor-black);
}
  .tps-final-engagement-ring .tps-main-slide.tps-main-slide-image .tps-final-gallery-slide-certificate-link:hover{
    color: var(--bgcolor-main);
}
.tps-drop-a-hint-modal .tps-close-modal.close-modal:hover {
    color: var(--bgcolor-3);
}
  .tps-try-popup-wrapper .tps-try-on-close:hover{
    background-position: -201px -141px;
  }
  .tps-ring-try-on-section button:hover{
    padding: 0 10px 0 0;
  }
  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-change a:hover,
  .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-change a:hover {
    text-decoration-line: none;
    color: var(--bgcolor-main);
  }

  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-change a:hover:before,
  .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-change a:hover:before {
    background-position: -390px -652px;
  }

  .tps-send-email-us-section span.tps-send-email-us-section-title:hover {
    text-decoration: underline;
    color: var(--bgcolor-main);
  }

  .quantum-lbw-wishlist-login-modal__close:hover {
    background-position: -273px -143px !important;
  }

  .quantum-lbw-wishlist-btn:hover,
  .quantum-lbw-wishlist-login-modal .quantum-lbw-wishlist-login-modal__link:hover {
    background: var(--bgcolor-trans);
    border: 1px solid var(--bgcolor-main) !important;
    color: var(--bgcolor-main) !important;
  }

  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch:hover {
    transition: all .2s ease-in;
    transform: scale(1.3);
  }

  .tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb:hover,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb:hover,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide:hover {
    cursor: pointer;
  }

  .tps-product-gallery-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb:hover,
  .tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-thumb:hover,
  .tps-product-info-section .tps-thumb-image-slide .slick-slide.slick-current.slick-active .tps-slide:hover {
    cursor: default;
  }

  .tps-email-us-form.tps-email-us-form-show .tps-email-us-popu-close:hover {
    background-position: -273px -142px;
  }

  .tps-email-us-form-content .submit input:hover {
    background: var(--bgcolor-trans);
    color: var(--bgcolor-1);
  }

  .tps-product-detail-banner-section .banner__buttons a:hover,
  .tps-product-form-button-section button:hover {
    border: 1px solid var(--bgcolor-1);
    background: var(--bgcolor-trans);
    color: var(--bgcolor-1);
  }

  .tps-you-may-also-like .underline-links-hover:hover a {
    text-decoration: none;
  }

  .card-wrapper.product-card-wrapper.underline-links-hover:hover {
    border: 1px solid var(--bgcolor-1);
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:hover span.tps-step-icon.tps-step-icon-diamond {
    background-position: -75px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:hover span.tps-step-icon.tps-step-icon-setting {
    background-position:-6px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:hover span.tps-step-icon.tps-step-icon-final-ring {
    background-position:-151px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:hover .tps-step-product-info .tps-step-block-steps-info-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove a:hover,
   .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove span:hover {
    color: var(--bgcolor-main);
    text-decoration: none;
  }

  .tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a.tps-reset-filter:hover:before {
    background-position: -118px -649px;
  }


  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-round {
  background-position: -10px -206px;
}

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-princess {
  background-position: -60px -206px;
}

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover  .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
  background-position: -114px -206px;
}

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
  background-position: -168px -206px;
}

.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
  background-position: -217px -206px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover  .tps-filter-shape-icon.tps-filter-shape-icon-oval {
  background-position: -260px -206px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover  .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
  background-position: -306px -206px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-pear {
  background-position: -354px -206px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-emerald {
  background-position: -400px -206px;
}

 .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-heart {
  background-position: -449px -206px;
}


  .tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values span.tps-filter-remove-option:hover {
    background-position: -344px -146px;
  }

  .tps-spinner-container.tps-productlist-spinner-grid-container ul li:hover {
    border: none !important;
  }

  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li:hover {
      border: 1px solid rgba(0, 0, 0, 0.10);
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
      transform: translateY(-2px);
      z-index: 2;
  }
 .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li:hover .tps_moreinfo{
    max-height: 140px;
    opacity: 1;
    padding-top: 15px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 11px 8px 5px #00000040;
 }
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li.tps-diamondlist-banner-section:hover {
    border: 1px solid transparent;
  }

  .tps-refine-your-reult-section span:hover {
    color: var(--bgcolor-main);
  }

  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data:hover label,
  .tps-product-options-list.tps-product-options-list-shapes-can-be-set-with .tps-product-option-data:hover label {
    color: var(--bgcolor-1);
    font-weight: 600;
  }
  .tps-you-may-also-like .card-wrapper.product-card-wrapper.underline-links-hover:hover {
        border: none;
  }
  .tps-you-may-also-like .product-grid .grid__item:hover{
      transform: scale(1);
  }
  .tps-add-to-cart-button button:hover{
        background: transparent;
        color: var(--bgcolor-1);
  }
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li:hover,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li:hover,
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li:hover{
        border: 2px solid var(--bgcolor-main);
  }
  .tps-product-form.product-form__buttons .tps-choose-this-listing-setting:hover{
    border: 2px solid var(--bgcolor-main);
    background: var(--bgcolor-white);
  }
  .tps-product-form.product-form__buttons .tps-listing-view-more-btn:hover{
    border: 2px solid var(--bgcolor-main);
    background: var(--bgcolor-main);
  }
  .tps-product-form.product-form__buttons .tps-choose-this-listing-setting:hover span{
     color: var(--bgcolor-main);
  }
  .tps-product-form.product-form__buttons .tps-listing-view-more-btn:hover span {
      color: var(--bgcolor-white);
}
.tps-product-right-info-section .ProductDetailContent-AddToCartWrapper.tps-setting-product .tps-choose-this-setting:hover{
    background: var(--bgcolor-white);
    color: var(--bgcolor-black);
    border: 1px solid var(--bgcolor-black);
}
.tps-setting-listing-page-container .tps-selected-filter-wrapper .tps-applied-filters .filter-block.reset-filter a.filter-heading:hover {
  text-decoration: underline;
}
.tps-buy-with-shop-button button.tps-buy-with-shop:hover {
  background: #4524DB;
  border-color: #4524DB;
  color: var(--bgcolor-white);
}
.tps-step-info-popup-btn:hover { 
  background: var(--bgcolor-main); 
  color: var(--bgcolor-white); 
}
}

@media (min-width: 380px) {
  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media (min-width: 540px) {
  .g-breadcrumb {
    margin-bottom: 0px !important;
  }

  .tps-step-product-info.tps-step-product-info-show .tps-step-block-steps-info-wrapper {
    min-width: 300px;
    max-width: 360px;
  }
}

@media (min-width: 639px) {
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
    width: 48%;
  }

  .tps-loader-horizontal-thumb-slider {
    width: 100%;
  }
}

@media (max-width: 749px) {
    .g-breadcrumb {
      margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 750px) {}

@media (min-width: 750px) {
  .product-tps-setting-product .g-breadcrumb{
     margin-bottom: 20px !important;
  }

  .g-breadcrumb {
        margin-bottom: 0px !important;
  }

  section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p strong, section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p, section.tps-banner-section.tps-content-color-light .tps-banner-heading-text h2 {
    color: var(--bgcolor-1);
  }
  
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li.tps-diamondlist-banner-section {
    width: 100%;
    display: block;
  }

  .tps-load-more-button {
    margin: 5px 0 0 0;
  }

  .tps-load-more-button-section {
    justify-content: space-between;
    flex-direction: row;
  }

  .tps-load-more-button-section:after {
    content: "";
    position: absolute;
    background: #999;
    width: 100%;
    height: 1px;
    left: 0%;
    right: 0;
    top: 25px;
  }

  .tps-ringbuilder-top-banner {
    display: flex !important;
  }

  .tps-product-detail-banner-section.banner--small:not(.banner--adapt),
  .tps-ringbuilder-top-banner.banner--small:not(.banner--adapt) {
    min-height: auto;
  }

  .tps-ringbuilder-top-banner.banner--content-align-left.banner--desktop-transparent .banner__box,
  .tps-ringbuilder-top-banner.banner--content-align-right.banner--desktop-transparent .banner__box,
  .tps-ringbuilder-top-banner.banner--medium.banner--desktop-transparent .banner__box {
    max-width: 35rem;
  }

  .banner--content-align-left .banner__box {
    text-align: center !important;
  }

  .tps-product-gallery-grid-view {
    width: 80%;
    margin-inline: auto;
  }

  .product-tps-setting-product .tps-product-details-section {
    justify-content: center;
  }

  .product-tps-setting-product .product__info-wrapper .price {
    justify-content: center;
  }

  .tps-product-detail-banner-section .banner__box.gradient {
    background: transparent;
    padding: 0;
  }

  .product-tps-setting-product .banner__content {
    padding: 1rem 0;
  }

  .product-tps-setting-product .banner:after,
  .product-tps-setting-product .banner__media:after {
    content: none;
  }

  .tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
    width: 80px;
    height: 80px;
  }

  .tps-product-gallery-section .tps-thumb-image-slide.slick-initialized.slick-slider,
  .tps-product-info-section .tps-thumb-image-slide.slick-initialized.slick-slider {
    width: 100%;
    max-width: 450px;
  }

  .tps-product-detail-banner-section .banner__content {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p strong,
  section.tps-banner-section.tps-content-color-light .tps-banner-heading-text p,
  section.tps-banner-section.tps-content-color-light .tps-banner-heading-text h2 {
    color: var(--bgcolor-white);
  }

  .tps-product-detail-banner-section .banner__box {
    max-width: 45rem;
    min-width: 45rem;
  }

  .tps-product-gallery-grid-view {
    width: 100%;
    margin-inline: auto;
  }

  section.tps-banner-section.tps-content-middle-center .tps-banner-heading-text {
    left: 0;
    transform: translateY(-55%);
    right: 0;
    margin: auto;
  }

  section.tps-banner-section.tps-content-middle-right .tps-banner-heading-text {
    left: auto;
    right: 30px;
  }

  .tps-banner-heading-text {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 100%;
    max-width: 50rem;
    text-align: center;
    transform: translate(2%, -55%);
    background: var(--bgcolor-trans);
  }

  .tps-email-us-form .tps-enquire-product-form-cr {
    max-width: 700px;
    min-width: 700px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div {
    left: auto;
    right: 0;
  }

  .tps-ringbuilder-setting-listing .tps-filter-tabs-container .tps-filter-tabs .tps-reset-filter-confirm-popup-div:before {
    right: 10px;
    left: auto;
  }

  .tps-product-form-button-section button {
   max-width: 100%;
    min-width: 100%;
  }

  .tps-final-ringl-page-loader .tps_details_bg-masker.tps-slider-loader-center-img {
    width: 500px;
    height: 280px;
  }

  .tps-final-ringl-page-loader .tps-loader_gallery-slidedr-sec {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    align-items: center;
  }

  .tps-final-ringl-page-loader .tps_details_loader_gallery.tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec {
    display: flex;
    flex-direction: row-reverse;
  }

  .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec {
    flex-direction: column;
  }

  .tps-loader-horizontal-thumb-slider .tps-loader_gallery-slidedr-sec .tps_details_loader_gallery_right {
    display: flex;
    gap: 15px;
  }

  .tps-final-ringl-page-loader .tps-loader-horizontal-thumb-slider {
    width: 55%;
  }

  .tps_details_loader_gallery_left .tps_details_bg-masker.left-spinner,
  .tps_details_loader_gallery_left .tps_details_bg-masker.right-spinner {
    display: none;
  }

  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery .tps_details_loader_gallery-grid-view,
  .tps_details_loader_gallery.tps-loader-grid-view .tps_details_loader_gallery-grid-view {
    display: grid;
    grid-gap: 10px 2%;
    grid-template-columns: 1fr 1fr;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-slide img {
    width: 100%;
    height: 100%;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--bgcolor-6);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor-6);
    border-radius: 20px;
    flex-direction: column;
  }


  .tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by {
    justify-content: space-between;
  }

.tps-ringbuilder-setting-listing .tps-page-title h1 {
     font-size: 47.78px;
}

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-diamond {
    background-position: -75px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-setting {
    background-position: -6px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon.tps-step-icon-final-ring {
    background-position: -151px -4px;
  }


  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-diamond {
    /* background-position: -75px -68px; */
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-setting {
    background-position:-4px -4px;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block.active .tps-step-block-content span.tps-step-icon.tps-step-icon-final-ring {
    background-position: -151px -4px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a,
  .tps-ringbuilder-setting-listing .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li span {
    font-size: 18px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-tabs-container {
    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    transform: translateY(0%);
    height: 100% !important;
    background-color: var(--bgcolor-white);
    transition: all 0.5s linear;
    z-index: 0;
    overflow: unset;
    overflow-y: unset;
    padding: 0;
  }
.tps-sticky-btn {
    display: none;
 }
}

@media (min-width: 900px) {
  .banner--content-align-left .banner__box {
    text-align: left !important;
  }

  .tps-send-email-us-section {
    justify-content: flex-start;
  }

  .tps-shipping-info-section .tps-shipping-info-text span.tps-calender-icon,
  .tps-shipping-info-section .tps-shipping-text-with-phone-no span.tps-phone-icon {
    margin-right: 10px;
  }

  .tps-product-options-list.tps-product-options-list-metal,
  .tps-product-options-list.tps-product-options-list-shape,
  .tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
    row-gap: 10px;
  }

  .tps-product-detail-banner-section .banner__box {
    max-width: 46rem;
    text-align: left;
  }

  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data,
  .tps-product-options-list.tps-product-options-list-shape .tps-product-option-data {
    width: 31%;
  }

  .product-tps-setting-product .tps-product-details-section,
  .product-tps-setting-product .product__info-wrapper .price {
    justify-content: flex-start;
  }

  .product-tps-setting-product fieldset.js.product-form__input {
    margin: 15px 0;
    max-width: 100%;
  }

  .tps-product-right-info-section {
    margin: 0 !important;
  }

  .tps-product-form-button-section form .mw-stack {
    justify-content: flex-start;
  }

  .tps-banner-heading-text {
    max-width: 50rem;
  }

  .tps-setting-listing-heading h2 {
    font-size: 20px !important;
  }

  .tps-breadcrumb.breadcrumbs ol li a {
        color: #525252ab;
        font-family: var(--font-medium);
        font-size: 12px;
        line-height: 13px;
        text-decoration: none !important;
        font-weight:500;
  }

  .tps-ringbuilder-setting-listing .tps-filter-wrapper .ui-widget-content {
    width: 97%;
  }

  .tps-product-info-section .tps-product-size {
    justify-content: flex-start;
  }


  .tps-you-me-also-like-product-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /*list view design start */
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
    width: 31.5%;
  }

  .tps-setting-listing-page-container .tps-load-more-button-section {
    margin-top: 30px;
  }

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

  .tps-product-right-info-section .product__title h1,
  .tps-product-right-side-info-section .tps-product-title {
    font-size: 28px;
  }
  .tps-product-right-info-section .price--on-sale .price__sale .price-item.price-item--sale.price-item--last,
   .tps-product-right-info-section .price__container .price__regular span.price-item,
   .tps-final-engagement-ring .tps-product-price .tps-product-price-value{
    font-size:28px;
  }
  .tps-product-sku-section span {
    font-size: 16px;
  }

  .tps-product-left-info-section,
  .tps-product-left-side-info-section {
    width: 55% !important;
  }

  .tps-product-right-info-section,
  .tps-product-right-side-info-section {
    width: 100% !important;
    padding-left: 3% !important;
    padding-right: 0% !important;
    max-width: 45% !important;
    margin: 0;
    text-align: left;
  }

  .tps-product-right-side-info-section {
    padding-left: 0% !important;
  }

  .tps-product-right-info-section .product__title h1,
  .tps-product-right-side-info-section .tps-product-title {
    text-align: left;
    margin-top: 0;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider {
    display: flex;
    flex-direction: row-reverse;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide.slick-initialized.slick-slider.slick-vertical,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide.slick-initialized.slick-slider.slick-vertical {
    width: 15%;
    margin-right: 0px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-main-image-slide.slick-initialized.slick-slider,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-main-image-slide.slick-initialized.slick-slider {
    width: 85%;
  }

  .tps-product-gallery-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-thumb,
  .tps-product-info-section .tps-thumb-image-slide .tps-thumb-slide .tps-slide {
    width: 70px;
    height: 70px;
    margin-bottom: 10px !important;
    align-items: center;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow.slick-disabled,
  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow.slick-disabled,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow.slick-disabled,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow.slick-disabledm {
    display: none !important;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow,
  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    background: url('tps-ringbuilder-sprite.svg');
    left: 38%;
    z-index: 1;
    background-color: var(--bgcolor-white);
    border-radius: 50%;
    top: 10px;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev:before,
  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next:before,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev:before,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next:before {
    content: none;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-next.slick-arrow {
    bottom: -10px;
    top: auto;
    left: 32%;
    background-position: -302px -309px;
  }

  .tps-product-gallery-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow,
  .tps-product-info-section .tps-gallery-vertical-thumb-slider .tps-thumb-image-slide button.slick-prev.slick-arrow {
    left: 34%;
    background-position: -352px -309px;
  }

  .tps-setting-diamond-product-info {
    margin: 20px 0 32px 0;
  }

  .tps-product-gallery-section .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-slide,
  .tps-product-info-section .tps-main-image-slide.slick-initialized.slick-slider .tps-main-slide .tps-slide {
    width: 85%;
    height: auto;
    position: relative;
    margin: auto;
    text-align: center;
  }

  .tps-product-left-info-section .tps-product-gallery-section {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 30px;
  }

  .tps-gallery-section-icon {
    width: 80px;
  }

  .tps-gallery-section-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    margin-right: 0 !important;
  }

  .tps-gallery-section-content {
    width: 100%;
  }

  .tps-product-static-info-section .icon-with-text__item {
    column-gap: 20px;
  }

  .tps-product-static-info-section {
    display: block;
  }

  .tps-product-options-list.tps-product-options-list-metal,
  .tps-product-options-list.tps-product-options-list-shape,
  .tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
    justify-content: flex-start;
  }

  .tps-you-may-also-like h2.related-products__heading {
    font-size: 28px !important;
    line-height: normal !important;
  }

  /*end*/
  /*ringbuilder finel page design*/
  .tps-ring-engraving-section {
    margin: 25px 0px;
  }

  .tps-product-price,
  .tps-product-metal {
    margin: 15px 0px;
  }

  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info-media .tps-diamond-info-icon {
        background-position: -10px -575px;
        width: 55px;
        height: 55px;
  }

  .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info-media .tps-diamond-info-icon {
        background-position: -81px -575px;
        width: 55px;
        height: 55px;
  }

  .tps-product-info-section .tps-product-metal span {
    font-size: 16px;
  }

  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-change a,
  .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-change a {
    font-size: 16px;
  }


  .tps-product-details-info.tps-product-details-setting-desc p {
    font-size: 16px;
  }

  .tps-product-detail-banner-section .banner__heading,
  .tps-product-detail-banner-section .banner__text p,
  .banner--stacked .banner__box {
    text-align: left;
  }

  .tps-shipping-info-section {
    padding: 0;
  }

  .tps-shipping-info-section .tps-shipping-info-text span.tps-calender-icon,
  .tps-shipping-info-section .tps-shipping-text-with-phone-no span.tps-phone-icon {
    width: 25px;
    height: 25px;
  }

  .banner--mobile-bottom .banner__media {
    width: 100%;
    margin: auto;
  }

  .banner--mobile-bottom .banner__media img.tps_image_mob_banner {
    position: absolute;
  }

  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery,
  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery {
    width: 55% !important;
    justify-content: center;
    grid-gap: 20px 0 !important;
  }

  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info,
  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_info {
    width: 40% !important;
  }

  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps-setting-detail-page-loader,
  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps-final-ringl-page-loader {
    flex-direction: initial;
  }

  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right,
  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right {
    width: auto;
    flex-direction: column;
    grid-gap: 10px;
    height: auto;
  }

  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div,
  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
    height: 60px !important;
    width: 80px;
  }

  .tps-popup-body .tps-popup-section.tps-popup-left-section {
    width: 40%;
  }

  .tps-popup-body .tps-popup-section.tps-popup-right-section {
    width: 60%;
  }

  .tps-email-us-form-content {
    width: 90%;
  }

  .tps-popup-body .tps-popup-section.tps-popup-left-section {
    display: block;
  }

  .tps-popup-form {
    width: 100%;
    max-width: 700px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-container {
    padding: 0 0 0px 0px;
  }

  .tps-container.tps-setting-detils-loader-cont,
  .tps-container.tps-final-loader-cont {
    position: relative;
  }
  .product-tps-setting-product .tps-product-options-list.tps-product-options-list-diamond-origin {

    justify-content: flex-start;
}
 .tps-spinner-container.tps-setting-detail-page-loader{
      top: -40px;
}
.tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span, .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span {
        font-size: 18px;
}

.tps-product-left-side-info-section.product__column-sticky {
    position: sticky;
    top: 3rem;
    align-self: flex-start;
}
.tps-product-info-section .tps-product-left-side-info-section {
    width: 90%;
    margin-inline: auto;
}
.tps-product-right-side-info-section {
    text-align: left;
    width: 80%;
    margin: auto;
}
.tps-product-left-side-info-section {
    flex: 1 1 50%;
    min-width: 0;
}
section.tps-product-right-side-info-section-inner {
    padding: 0 0 0 5rem;
    max-width: 60rem;
}
.product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
}
.tps-container .tps-ringbuilder-steps{
    margin-top: 20px !important;
}
}

@media screen and (min-width: 990px) {}

@media (min-width: 1024px) {
  .page-tps-ringbuilder-natural-color-diamonds .g-breadcrumb, .tps-ringbuilder-setting-listing .g-breadcrumb,
  .page-tps-ringbuilder-lab-white-diamonds .g-breadcrumb{
    margin-bottom: 0px !important;
  }
  .g-breadcrumb {
    margin-bottom: 0px !important;
  }

  .tps-product-detail-banner-section.banner--small:not(.banner--adapt),
  .tps-ringbuilder-top-banner.banner--small:not(.banner--adapt) {
    min-height: 25rem;
  }

  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data,
  .tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape {
    width: 23%;
  }

  .tps-ringbuilder-steps .tps-steps-options .tps-step-block {
    position: relative;
  }

  .tps-step-product-info.tps-final-step-product-info.tps-step-product-info-show .tps-step-block-steps-info-wrapper {
    left: 0;
    right: auto;
  }

  .tps-diamond-detail-sections .tps-diamond-detail-gallery-info-section .tps-diamond-info-section {
    padding-left: 2%;
  }

  .tps-setting-detail-page-loader .tps_details_loader_gallery-grid-view div,
  .tps_details_loader_gallery.tps-loader-grid-view .tps_details_loader_gallery-grid-view div {
    display: block;
  }

  .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left div,
  .tps-product-gallery-horizontal-thumb-slider .tps_details_loader_gallery.tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left .tps_details_bg-masker.tps-slider-loader-center-img {
    width: 80%;
    height: 315px;
    margin-bottom: 0;
  }

  .tps-product-gallery-horizontal-thumb-slider .tps_details_loader_gallery.tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left .tps_details_bg-masker.tps-slider-loader-center-img {
    display: block;
  }

  .tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style {
    width: 100%;
  }

  .tps-ringbuilder-steps .tps-step-block.active .tps-step-product-info {
    /* display: block; */
}
  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-img img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #1E1E1E1A;
  }

  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper {
    display: flex;
    column-gap: 15px;
    align-items: center;
  }

  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-img {
    width: 15%;

  }

  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-content {
    display: flex;
    flex-direction: column;
    width: 75%;
    gap: 5px;
    justify-content: flex-end;

  }


  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove {
    display: flex;
    column-gap: 15px;
  }

  .tps-setting-listing-page-container .tps-load-more-button-section {
    margin-top: 30px;
  }

  .tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by {
    justify-content: space-between;
  }
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
        width: 31.9%;
    }
}

@media (min-width: 1199px) {
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
    width: 23.5%;
}
.tps-final-engagement-ring span.tps-diamond-info-price {
    font-size: 25px;
}
}

@media (min-width: 1200px) {
.tps-ringbuilder-setting-listing .tps-page-title h1 {
   font-size: 35px;
}
.tps-ringbuilder-setting-listing .tps-diamond-page-subheading {
  font-size: 18px;
}
}

@media (min-width: 1300px) {
  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data,
  .tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape {
    width: 18%;
  }

  .tps-product-option-data label {
    font-size: 13.33px;
  }
    .tps-product-detail-banner-section.banner--small:not(.banner--adapt),
  .tps-ringbuilder-top-banner.banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }
  .tps-product-right-info-section .product__title h1,
  .tps-product-right-side-info-section .tps-product-title {
    font-size: 24px;
  }
  .tps-product-right-info-section .price--on-sale .price__sale .price-item.price-item--sale.price-item--last, 
  .tps-product-right-info-section .price__container .price__regular span.price-item,
  .tps-final-engagement-ring .tps-product-price .tps-product-price-value{
    font-size: 30px;
  }
  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span, .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span {
    font-size: 16px;
}
.tps-final-engagement-ring .tps-product-price .tps-product-price-value {
    font-size: 32px !important;
}
}

@media(min-width: 1400px) and (max-width: 1599px) {
.tps-container, nav.breadcrumbs.pagescontainer,
body .pagescontainer,
.pickup-container, .tps-breadcrumb-container{
    padding: 0 60px !important;
} 
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-view-title {
  font-size: 15px;   
  min-height: 36px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatches-label {
  font-size: 15px; 
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price {
  font-size: 20px; 
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_compare_price,
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_sale_price {
  font-size: 12px;
}
}

@media (min-width: 1400px) {
nav.breadcrumbs.pagescontainer,
body .pagescontainer,
.pickup-container, .tps-breadcrumb-container{
  max-width: 1620px;
  padding-top: 15px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul {    
  grid-gap: 20px 1%;    
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li {
  width: 24.2%;
}    
}

@media (min-width: 1470px){
  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data, 
  .tps-product-options-list.tps-product-options-list-shape .tps-product-option-data.tps-option-shape {
      width: 19%;
  }
}

@media (min-width: 1700px){
  .tps-container, .pickup-container {
      padding: 0px;
  }
  nav.breadcrumbs.pagescontainer,
  body .pagescontainer, .pickup-container, .tps-breadcrumb-container {
      max-width: 1620px;
      padding-left: 0;
  } 
  nav.breadcrumbs.pagescontainer ol.breadcrumbs__list,
  body .pagescontainer .breadcrumbs__list, .tps-breadcrumb-container ol.breadcrumbs__list {
      padding-left: 0 !important;
  }
  .tps-product-right-info-section .product__title h1,
  .tps-product-right-side-info-section .tps-product-title {
      font-size: 26px;
  }
  .tps-product-right-info-section .price--on-sale .price__sale .price-item.price-item--sale.price-item--last,
  .tps-product-right-info-section .price__container .price__regular span.price-item,
  .tps-final-engagement-ring .tps-product-price .tps-product-price-value{
      font-size: 38px;
  }
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 899px) {
  .tps-rtw-detail-page .mw-option.mw-option--type-select {
    width: 70% !important;
  }

  .tps-rtw-detail-page .mw-apo-container .mw-stack {
    flex-direction: row;
  }

  .tps-rtw-detail-page .product__description p {
    font-size: 12px;
  }
}

@media(max-width: 1580px) {
  .tps-container{
    padding: 0 60px !important;
  } 
}

@media(max-width: 1536px){
  .tps-product-form.product-form__buttons {
    gap: 5px;
  }
  .tps-product-form.product-form__buttons .tps-choose-this-listing-setting {
      padding: 11px 15px;
  }
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo .tps-finance {
      flex-wrap: wrap;
  }
  .tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
        width: 35%;
  }
  .tps-product-options-list.tps-product-options-list-metal .tps-product-option-data {
    padding: 5px;
  }
}

@media(max-width: 1400px){
  .tps-product-form.product-form__buttons .tps-listing-view-more-btn,
  .tps-product-form.product-form__buttons .tps-choose-this-listing-setting{
          width: auto;
  }
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo .tps-finance{
        font-size: 13px;
  }
  .tps-container{
    padding: 0 3%!important;
  }
}

@media(max-width: 1300px){
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a,
      ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found span a, ul.tps-diamondlist-result-list-view-items-list.tps-no-diamonds-found span a{
        display: block;
        width: 100%;
  }
  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a.tps-reset-filter.tps-reset-popup:after,
    ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found span a:after{
              content: unset !important;
  }
}

@media(max-width:1199px) {
  .tps-container{
    padding: 0 15px !important;
  }
  h2, .h2 {
    font-size: 22px;
  }
  .tps-shipping-box ul li{
    font-size: 13px;
    width: 50%;
  }
  .tps-shipping-box ul{
    grid-column-gap: 0%;
  }
  .tps-shipping-box{
    padding: 22px 10px 27px;
  }
  .tps-you-may-also-like ul {
    grid-template-columns: 1fr 1fr 1fr ;   
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content{
    gap: 5px;
  }
  .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper {
    column-gap: 0px;
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title{
    width: 105PX;
  }  
  .tps-step-product-info.tps-second-step-product-info .tps-step-block-steps-info-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
    width: 45%;
  }
  .tps-product-right-info-section .tps-estimateddeliver, .tps-shipping-info-section .tps-estimateddeliver {
    padding: 15px 10px !important;
  }
  .ProductShipping-Card-Info {
    gap: 3px;
  }
  .tps-container .tps-ringbuilder-steps {
    margin: 0 0 20px;
    max-width: 99%;
  }
  .tps-final-engagement-ring span.tps-diamond-info-price {
    font-size: 20px;
  }
  .tps-setting-diamond-product-info .tps-setting-product-info, .tps-setting-diamond-product-info .tps-diamond-product-info{
    grid-gap: 7px;
  }
}

@media(max-width:1024px){
/* .tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper .tps-step-block-steps-info-img,
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon{
  display:none;
} */
.tps-ringbuilder-steps .tps-step-product-info {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
} 
.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper {
    border-radius: 6px;
    background: var(--bgcolor-white);
    box-shadow: 1px 1px 6px #00000040;
    width: 220px;
    padding: 10px 8px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    transition: visibility .9s linear, opacity .9s ease;
    cursor: default;
    left: 0;
    z-index: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}
.tps-step-product-info.tps-step-product-info-show .tps-step-block-steps-info-wrapper {
    visibility: visible;
    opacity: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}
.tps-step-block.active.current-active span.tps-step-no, .tps-step-block.active.current-active span.tps-step-title, 
.tps-ringbuilder-steps .tps-steps-options .tps-step-block.active.current-active .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section2 {
    color: var(--bgcolor-black);
}
.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-title {
    font-size: 14px;
}
.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove a, 
.tps-ringbuilder-steps .tps-step-product-info .tps-step-block-steps-info-wrapper span.tps-step-block-steps-info-view-remove span {
    font-size: 12px;
}
.tps-final-engagement-ring .tps-pay-little, .tps-setting-product .tps-finance {
    font-size: 12px;
    display: block;
    align-items: flex-start;
    text-align: justify;
}
.tps-final-engagement-ring .tps-product-price .tps-product-savingPrice-value{
      font-size: 18px;
}
}

@media(max-width:900px){
  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with .form__label{
    justify-content: center;
    margin-top: 10px;
  }
  .product-tps-setting-product .tps-option-set-shapes-can-be-set-with .form__label:after{
    margin-left: unset;
  }
  .tps-shipping-box ul li{
    text-align: left;
  }
  .tps-shipping-box{
    max-width: 570px;
    display: block;
    margin-inline: auto !important;
  }
  .tps-container .tps-ringbuilder-steps {    
    max-width: 98%;
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon {
    display: none;
  }
}

@media(max-width: 899px) {
  .tps-setting-diamond-product-info .tps-setting-product-info .tps-diamond-info span.tps-diamond-info-price, .tps-setting-diamond-product-info .tps-diamond-product-info .tps-diamond-info span.tps-diamond-info-price{
    text-align:left;
  }
  .tps-setting-diamond-product-info .tps-setting-product-info,
  .tps-setting-diamond-product-info .tps-diamond-product-info {
    justify-content: center;
  }
  .tps_details_loader_gallery.tps-loader-grid-view {
    width: 100%;
  }
  .tps_details_loader_info {
    width: 100%;
  }
  .tps-you-may-also-like ul {
    grid-template-columns: 1fr 1fr ;   
  }
  .tps-product-gallery-section.grid__item.product__media-wrapper.product__column-sticky {
    width: 100% !important;
  }
  .tps-product-options-list.tps-product-options-list-metal, .tps-product-options-list.tps-product-options-list-shape {
    justify-content: flex-start;
    row-gap: 10px;
  }
  .tps-shipping-info-section {
    margin: 12px 0 0 0;
    padding: 0;
  }
  .tps-product-right-info-section .accordion__content .tps-icon-with-text, .tps-final-engagement-ring .accordion__content .tps-icon-with-text {
    justify-content: flex-start;
  }
  .tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
    width: 55%;
  }
  section.tps-product-right-side-info-section-inner{
    padding: 0;
    max-width: 100%;
  }
  .grid--2-col-tablet .grid__item {
    width: 100% !important;
  }
  .product__column-sticky {
    position: static !important;
  }
  .product__info-wrapper, .tps-product-right-info-section.product__info-wrapper.grid__item{
    padding: 0 !important;
  }
  .tps-product-right-info-section .tps-product-options-list.tps-product-options-list-metal .show-more-trigger,
  .tps-product-right-info-section .tps-product-options-list.tps-product-options-list-shape .show-more-trigger {
    height: 80px;
    width: 80px;
  }
  .product__info-container {
    max-width: 100% !important;
  }
  span.sssp {
    width: auto !important;
  }
}

@media(max-width: 768px){
body .ProductShippingCardInfo {
  margin-top: 0px !important;
  padding: 0px !important;
}
.tps-product-right-info-section .xb-wishlist__btn-custom button, .tps-product-right-info-section button.tps-send-a-hint-btn.drop-a-hint-btn {
  justify-content: flex-start;
  text-align: left;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
  width: 55%;
}
}

@media(max-width: 767px) {
  .tps-product-right-side-info-section {
    text-align: left;
  }
  .tps-product-details-section.product {
    justify-content: center;
  }
    .tps-steps-bg-progress-bar {
    top: 26%;
  }
  .tps-ringbuilder-steps .tps-steps-options:before {
    top: 24%;
  }
  .tps-ringbuilder-setting-listing .tps-filter-details {
    overflow: hidden;
    overflow-y: scroll;
    height: 85%;
  }
  .tps-ringbuilder-setting-listing .tps-filter-details.tps-filter-more-filters {
    overflow: unset;
    height: auto;
}
  .tps_details_loader_info {
    bottom: 0;
  }

  img.tps_image_mob_banner {
    display: block !important;
  }

  img.tps_image_desk_banner {
    display: none !important;
  }

  .tps_details_loader_gallery_left.tps-mobile-gallry-section .tps_details_bg-masker.tps-slider-loader-center-img {
    display: block;
    height: 200px;
    width: 80%;
  }

  .tps-product-gallery-grid-view {
    margin-bottom: 15px;
  }

  .tps-final-ringl-page-loader .tps_details_bg-masker.tps-slider-loader-center-img {
    width: 100%;
    height: 280px;
  }

  .tps-final-ringl-page-loader .tps_details_loader_gallery_left {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .tps_details_loader_info {
    width: 80%;
    margin: auto;
  }

  .tps-final-ringl-page-loader .tps_details_loader_gallery_right {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .tps-diamond-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
    height: 65px !important;
    width: 100px;
  }

  .tps_details_loader_gallery {
    width: 100%;
  }

  .tps_details_loader_gallery_left.tps-loader-vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
    width: 80%;
    height: 379px;
    margin-left: 0;
    margin: auto;
  }

  .tps_details_loader_gallery_left.tps-loader-vertical-thumb-slider {
    display: flex;
    flex-direction: column;
  }

  .tps_details_loader_gallery_left.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right {
    display: flex;
    gap: 15px;
  }

  .tps_details_loader_gallery_right div {
    display: block;
    width: 70px;
    height: 60px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide {
    height: 100%;
    position: relative;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide img {
    width: 100%;
    height: 100%;
  }

  .tps-sort-dropdown-menu-show {
    position: fixed !important;
    background: #00000066 !important;
    top: 0;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .tps-mobile-section {
    background: var(--bgcolor-white);
    padding: 15px;
    position: relative;
  }

  .tps-sort-heading-mobile.tps-desktop-hide {
    padding-bottom: 13px;
    font-weight: 600;
    font-size: 16px !important;
  }

  .tps-mobile-section span.tps-mobile-filter-close {
    width: 25px;
    height: 25px;
    background: url('tps-ringbuilder-sprite.svg');
    display: block;
    margin: auto;
    background-position: -298px -140px;
    font-size: 0;
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter span.tps-sort-by-value {
    font-size: 13px;
    line-height: 18px;
    color: var(--bgcolor-1);
    position: relative;
    cursor: pointer;
    border: none;
    width: 160px;
    padding: 0;
    background-color: var(--bgcolor-trans);
    outline: none;
    box-shadow: none;
    display: block;
  }

  .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-option {
    color: var(--bgcolor-1);
    padding-bottom: 10px;
    position: relative;
    font-family: var(--font-heading-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tps-setting-listing-tabs-sort-by .tps-sort-dropdown {
    position: relative;
  }

  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-dropdown-menu {
    position: absolute;
    background: var(--bgcolor-white);
    padding: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    border: 1px solid var(--bgcolor-white);
    border-top: 0;
    cursor: pointer;
  }

  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-dropdown-toggle span.tps-sort-by-value:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -406px -313px;
    display: block !important;
    top: 40%;
    right: 10px;
  }

  .tps-sort-dropdown-menu .tps-sort-option input {
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 11;
  }

  .tps-short-by-filter-icon {
    display: flex;
    grid-gap: 5px;
    align-items: center;
  }

  .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-option .tps-short-by-filter-icon span.short-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('tps-ringbuilder-sprite.svg');
    background-position: -407px -137px;
    width: 30px;
    height: 30px;
    display: block;
  }

  .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-option.active .tps-short-by-filter-icon span.short-icon {
    background-position: -448px -137px;
  }

  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
    margin: 0;
    grid-gap: 7px;
    border: 1px solid var(--bgcolor-main);
    border-radius: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
  }

  .tps-ringbuilder-setting-listing .tps-applied-filter-section.tps-desktop-hide button.tps-apply-filter-button {
     position: relative;
     width: 100%;
     text-transform: capitalize;
     display: block;
     text-align: center;
     bottom: 0;
     width: 100%;
     margin: 0px 0 0;
     box-sizing: border-box;
     padding: 15px;
     text-decoration: none;
     border: 0;
     border-radius: 20px 20px 0 0;
     background-color: var(--bgcolor-main);
     color: var(--bgcolor-white);
     z-index: 9;
     font-family: var(--font-body-family);
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul,
  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li {
    width: 14%;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li {
    width: 14%;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li {
    width: 18%;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li .tps-filter-style-label,
  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li .tps-filter-metal-label,
  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li .tps-filter-shape-label {
    font-size: 12px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details {
    padding: 10px 4%;
  }
  .product__info-wrapper .price{
    justify-content: center !important;
  }
.tps-sticky-btn {
    display: block;
 }

/*setting listing page*/
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li{
    width: 48.5%;
    border-radius: 9.61px;
}
.tps-productlist-item-media-div img.tps-productlist-item-img {    
    border-radius: 9px 9px 0px 0px;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters {
    width: 100%;
    border-left: none;
    box-shadow: none; 
}
.tps-ringbuilder-setting-listing .tps-diamond-page-subheading {
    font-size: 16px;
    margin-bottom: 0;
}
.tps-page-title {
    padding: 22px 0px;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li, 
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li {
    display: block;
}
.tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li, 
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li {
    margin-right: 0px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-view-title,
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatches-label,
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price{
  font-size: 13px;
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_compare_price,
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price span#tps_sale_price {
  font-size: 12px;
}
.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by {
    justify-content: space-between;
    gap: 5px;
}
.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section button:after {    
    width: 22px;   
    height: 15px; 
    background-position: -351px -761px !important;    
    top: 10px;
    right: 0;
}
.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-setting-result-tabs span {    
    font-size: 14px;    
    line-height: 15px;
}
.tps-setting-result-tabs {
    padding-left: 8px;
}
.tps-setting-result-tabs:before {    
    height: 90%;   
    left: 2px;    
}
.tps-mobile-filter-button-section {
    padding-right: 6px;
}
.tps-setting-listing-tabs-sort-by .tps-sort-section.tps-sort-section-desktop .tps-sort-dropdown-menu {
    width: 100%;
}
.tps-mobile-section {
    width: 75%;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-product-badge.tps-badge-new-in {
    height: 25px;    
    width: 55px;
    padding-inline: 0;
    font-size: 11px;
    border-radius: 9px 0 15px 0;
}
.tps-productlist-item-wrapper .tps-productlist-item-view-info .tps-productlist-item-view-price {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tps-mobile-filter-button-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tps-mobile-filter-button-section.tps-sticky-btn button {
    color: var(--bgcolor-white);    
}
.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-sticky-btn button {
    padding: 8px 0;
    width: auto;
}
.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-sticky-btn button:after{
  content: unset !important;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters{
    background-color: var(--bgcolor-white);
}
.tps-ringbuilder-setting-listing .tps-filter-details {
    padding: 0px 0;
}
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .tps-applied-filter-section, 
.tps-ringbuilder-setting-listing .tps-filter-container.tps-mobile-filters .filter-block.reset-filter {
    border: none !important;
}
 .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch.active {
    transform: scale(1.2);
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-view-title {
    min-height: 36px;
}
/**setting detail page*/

.tps-product-options-list.tps-product-options-list-metal, 
.tps-product-options-list.tps-product-options-list-shape,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
  row-gap: 10px;
}
.tps-product-option-data label {
    font-size: 11px;
}

.tps-product-right-info-section .product-form__buttons .with-call-us {
    gap: 15px;
}
.tps-product-right-info-section .ProductDetailContent-AddToCartWrapper.tps-setting-product .tps-choose-this-setting,
.ProductDetailContent-AddToCartWrapper.tps-setting-product{
      width: 100%;
}
.tps-product-options-list.tps-product-options-list-metal, 
.tps-product-options-list.tps-product-options-list-shape,
.tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
    justify-content: flex-start;
}
.tps-swiper-scrollbar-drag {
    display: block !important;
}
.tps-swiper-scrollbar{
  width: 100px !important;
  height: 3px !important;
}
.tps-product-left-info-section .tps-main-image-slide button.slick-next.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow{
  display:none !important;
}
.tps-mobile-hidden-metal{
  display:none;
}
.active_var .tps-mobile-hidden-metal {
    display: block;
}
  .tps-product-left-info-section.product__column-sticky.grid__item.product__media-wrapper {
    width: 100%;
}
.drawerss {
        width: 67% !important;
    }
.product__column-sticky {
        position: unset !important;
  }
  .tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_right div,
  .tps-final-ringl-page-loader .tps_details_loader_gallery_right .tps_details_bg-masker {
    width: 75px;
    height: 9px;
    margin: 0 1px 0 0;
}

.tps_details_loader_gallery .tps_details_bg-masker.left-spinner,
.tps_details_loader_gallery .tps_details_bg-masker.right-spinner{
   display:none;
}
.tps_details_loader_gallery .tps-loader-horizontal-thumb-slider .tps_details_loader_gallery_left div {
    width: 100%;
}
.tps_details_loader_info, .tps_details_loader_gallery {
        width: 100%;
}

/**final detail page*/
.tps-final-engagement-ring .tps-pay-little, .tps-setting-product .tps-finance {
    flex-wrap: wrap;
}
.tps-final-engagement-ring .tps-product-info-section .tps-product-size .tps-accordion-content .tps-ring-size-button-option {
    width: 23%;
    height: auto;
}
.tps-product-info-section .tps-main-image-slide button.slick-next.slick-arrow, .tps-product-left-info-section .tps-main-image-slide button.slick-next.slick-arrow,
.tps-product-left-info-section .tps-main-image-slide button.slick-prev.slick-arrow, .tps-product-info-section .tps-main-image-slide button.slick-prev.slick-arrow{
  display: none;
}
.tps-final-ringl-page-loader .tps_details_loader_gallery_right {
        display: flex;
        gap: 1px;
        justify-content: center;
        margin-top: 18px;
 }
.tps_details_loader_info, .tps_details_loader_gallery {
        width: 100% !important;
}
.tps-final-ringl-page-loader .tps_details_loader_social div, .tps-setting-detail-page-loader .tps_details_loader_social div {
        justify-content: left  !important;
}
.pickup-heading {
    font-size: 24px !important;
    text-align: left;
}
.tps-product-gallery-grid-view button.slick-prev.slick-arrow, .tps-product-gallery-grid-view button.slick-next.slick-arrow {
    display: none !important;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-image-slide .tps-slide img[title="IGI"] {
    width: 75%;
}
.tps-product-gallery-grid-view .tps-gallery-grid-view .tps-main-slide .tps-final-gallery-slide-certificate-link{
         position: static;
        display: block;
        text-align: center;
}
/**final detail page*/

/*steps*/
.tps-ringbuilder-steps .tps-step-product-info{
  /* display: none; */  
}
.tps-step-link .tps-step-icon {
  display: none;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section1, 
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title {
      font-size: 11px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content{
      padding-left: 14px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-no{
      font-size: 28px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:after{
      right: 0px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content:before{
      left: 13px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title {
    width: auto;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content {
    width: 100%;
    justify-content: center;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-link-icon {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  /* top: 0;
  left: 0; */
  height: 35px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content{
    column-gap: 8px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section2{
    font-size: 14px;
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-link, 
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-icon {
    display: none;    
}
.tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content span.tps-step-link {
    display: block;
    opacity: 0;
    font-size: 0
}
/*steps*/

.tps-product-info-section {
    gap: 40px !important; 
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found{
  padding: 3%;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list{
        justify-content: flex-start;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        padding-bottom: 15px;
        scroll-padding-inline: 15px;
        position:relative;
        z-index:1;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li{
        width: unset;
        min-height: 90px;
        height: 90px;
        max-width: 110px;
        flex: 0 0 calc(30.333% - 8px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding: 5px 0;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style {
    padding: 0px;
}
.tps-setting-listing-page-container .tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper {
    padding: 0 !important;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul{
    grid-gap: 10px;
    margin-bottom: 20px;
}
.tps-ringbuilder-setting-listing .tps-filter-block.tps-filter-section-block.tps-filter-style .tps-filter-style-list .tps-filter-style-li .tps-filter-style-label{
    font-size: 13px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper{
    padding: 2px 8px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper .tps-productlist-item-swatches{
    column-gap: 4px;
    order: 3;
}
/* Pick Up Where You Left Off! */
 .pickup-heading {
    font-size: 20px;
  }
/* Pick Up Where You Left Off! */

.tps-diamond-change .tps_setting_comparePrice, .tps-diamond-comparePrice {
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
}

.tps-final-engagement-ring .tps-product-price .tps-product-comparePrice-value,
.tps-final-engagement-ring .tps-product-price .tps-product-savingPrice-value {
  font-size: 18px;
}

.tps-diamond-change {
  gap: 5px;
}

.tps-final-engagement-ring span.tps-diamond-info-price {
  text-align: right;
}

.tps-diamond-change .tps_setting_comparePrice .tps-diamond-info-comp_price, .tps-diamond-comparePrice .tps-diamondlist-item-comp-price,
.tps-diamond-change .tps_setting_comparePrice span#tps_save_price, .tps-diamond-comparePrice .tps-diamondlist-item-save-price {
  font-size: 12px;
  line-height: 13.61px;
}
nav.breadcrumbs {
    display: block !important; 
}

.breadcrumbs__link[aria-current=page]{
      padding-left: 0px !important;
}
/*drop hint*/
.tps-drop-a-hint-modal .tps-drop-a-hint-cr{
    min-width: 100%;
    max-width: 100%;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info,
.tps-drop-a-hint-modal .tps-modal-body .tps-drop-a-hint-form{
  width: 100%;
}
.tps-drop-a-hint-modal .tps-drop-a-hint-form .tps-send-hint-btn{
      width: 100%;
}
.tps-drop-a-hint-modal .tps-modal-body .tps-modal-product-info {
  grid-gap: 3px;
    margin-bottom: 15px;
}
/*drop hint*/
.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-sticky-btn .tps-mobile-filter-button-content::after{
   content: "";
    width: 30px;
    height: 22px;
    display: block !important;
    background: url(tps-diamond-module-icons.svg);
    background-position: -245px -712px;
    /* position: absolute;
    top: 16px !important;
    right: 40% !important; */
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span.tps-no-product-found:after{
  top: -51px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a.tps-reset-filter.tps-reset-popup:after{
  top: 5px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul.tps-no-product-found span a{
  display: block;
}
.tps-setting-diamond-product-info .tps-setting-product-info, .tps-setting-diamond-product-info .tps-diamond-product-info{
  padding: 7px 10px 7px 5px;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-wrapper a {
  order: 1;
}
.tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps-productlist-item-view-info {
  order: 2;
}
.tps-setting-listing-page-container .tps-productlist-item-wrapper .tps-productlist-item-swatches .tps-productlist-item-swatch span.tps-productlist-item-metal-icon {
  width: 22px;
  height: 22px;
}
.tps-wishlist-btn-wrapper .xb-wishlist__btn-custom {    
  top: 10px;
  right: 10px;
}
.tps-setting-listing-page-container.tps-container {
  padding-inline: 5px !important;
}
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-label, 
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-heading, 
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value {
  font-size: 13.5px;   
  line-height: 15px;
}
.tps-selected-filter .tps-selected-filter-container ul span.tps-applied-filter-lable,
.tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values {
  font-size: 13px;   
}
.tps-setting-listing-tabs-sort-by-result .tps-setting-listing-tabs-sort-by .tps-sort-section .tps-sort-filter {   
  gap: 0;    
  align-items: center;
}
.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-selected-sort-value .tps-dropdown-toggle .tps-sort-by-value {    
  margin-left: 2px;       
  flex-wrap: wrap;
  font-size: 11px;
  align-items: center;
}
.tps-ringbuilder-setting-listing .tps-mobile-filter-button-section button {    
  font-size: 14px;   
  line-height: 15px;
  padding: 10px 5px;   
  width: 70px;  
  letter-spacing: 0.2px;  
}
/*setting listing mobile popup*/
.tps-quickview-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000095;
  width: 100%;
  height: 120vh;
  z-index: 99999;
}
.tps-quickview-overlay.tps-qv-active {
  display: block;  
}
.tps-quickview-modal {
    background: var(--bgcolor-white);
    padding: 0 0 40px;
    /* border: 1px solid #0000001A; */
    border-radius: 20px;
    box-shadow: 4px 4px 8px #00000040;
    margin: 20px 10px;
    position: relative;    
}
#tps_quickview_close_btn {
    position: absolute;
    right: 15px;
    top: 15px;    
    padding: 5px;
    line-height: 30px;
    z-index: 1;
    font-weight: 400;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: block;
    background: url(tps-diamond-module-icons.svg) no-repeat;
    background-position: -377px -609px;
    font-size: 0 !important;
}
.tps-quickview-image-wrap img {
    width: 100%;
    border-radius: 20px;
}
.tps-quickview-badge {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    border-radius: 15px 0 20px 0;
    display: flex;
    width: 83px;
    height: 33px;
    padding: 5.262px 10.52px;
    justify-content: center;
    align-items: center;
    gap: 10.524px;
    background: #00866A;
    color: var(--bgcolor-white);
    font-family: var(--font-medium);
    font-size: 15.785px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.047px;
}
.tps-quickview-modal .tps-quickview-image-wrap {
    position: relative;
}
.tps-quickview-modal .xb-wishlist__btn-custom {
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.tps-quickview-modal .xb-wishlist__btn-custom button {
    border: none;
    background: var(--bgcolor-trans);
}
.tps-quickview-modal .xb-wishlist__btn-custom button svg path {
    display: none;
} 
.tps-quickview-modal .xb-wishlist__btn-custom .xb-wishlist__add {
    display: block !important;
}
.tps-quickview-modal .xb-wishlist__btn-custom button svg,
.tps-quickview-modal .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] svg {
    width: 25px;
    height: 25px;
    display: block !important;
    background: url('tps-ringbuilder-sprite.svg') no-repeat;
    background-position: -165px -649px;
    cursor:pointer;
}
.tps-quickview-modal .xb-wishlist__btn-custom .xb-wishlist__add[xb-add] svg {
    background-position: -165px -649px;
}
.tps-quickview-modal .xb-wishlist__btn-custom .xb-wishlist__remove[xb-remove] svg {
    background-position: -199px -649px;
}
.tps-quickview-product-info-wrap {
    padding: 10px;
    background: var(--bgcolor-white);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    border-radius: 20px;
}
.tps-quickview-overlay .tps-quickview-title {
    color: var(--bgcolor-1);
    font-family: var(--font-body-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
}
.tps-quickview-overlay .tps-quickview-price-row {
    color: var(--bgcolor-1);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.482px;
    text-align: left;
    margin-bottom: 10px;
    font-family: var(--font-publicsans);
    display: flex;
    align-items: center;        
    grid-gap: 5px;
}
.tps-quickview-overlay .tps-quickview-swatches-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.tps-quickview-overlay span.tps-quickview-color-label {
    color: #696969;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}
.tps-quickview-overlay .tps-quickview-swatches {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tps-quickview-overlay .tps-productlist-item-swatch {
    border: 1px solid var(--bgcolor-trans);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    transition: all .2s ease-in;
    transform: scale(1);
}
.tps-quickview-overlay .tps-quickview-swatches span.tps-productlist-item-metal-icon {
    background: url(tps-ringbuilder-sprite.svg);
    width: 24px;
    height: 24px;
    display: block;
    font-size: 0;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.30) inset;
}
.tps-quickview-overlay .tps-quickview-swatches span.tps-productlist-item-metal-icon.metal-14k-white-gold {
    background-position: -70px -487px;
}
.tps-quickview-overlay .tps-quickview-swatches span.tps-productlist-item-metal-icon.metal-14k-rose-gold {
    background-position: -113px -487px;
}
.tps-quickview-overlay .tps-quickview-swatches span.tps-productlist-item-metal-icon.metal-14k-yellow-gold {
    background-position: -154px -487px;
}
.tps-quickview-overlay .tps-quickview-swatches span.tps-productlist-item-metal-icon.metal-platinum {
    background-position: -70px -487px;
}
.tps-quickview-overlay .tps-quickview-swatches .tps-productlist-item-swatch.active {
    transition: all .2s ease-in;
    transform: scale(1.3);
}
.tps-quickview-overlay span.price-compare {
    color: #9B9B9B;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.482px;
    text-decoration-line: line-through;
}
.tps-quickview-overlay span.price-save {
    color: #FF012B;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.482px;
}
.tps-quickview-overlay .tps-quickview-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.tps-quickview-overlay .tps-quickview-buttons .tps-qv-more-info {
    display: flex;
    width: 133px;
    height: 52px;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 70px;
    border: 2px solid var(--bgcolor-main);
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: var(--bgcolor-main);
}
.tps-quickview-overlay .tps-quickview-buttons button.tps-qv-choose {
    border-radius: 70px;
    border: 1px solid var(--bgcolor-main);
    background: var(--bgcolor-main);
    color: var(--bgcolor-white);
    display: flex;
    width: 190px;
    height: 52px;
    padding: 11px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;    
    cursor: pointer;
    color: var(--bgcolor-white);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.tps-quickview-overlay .tps-quickview-shoppay {
    font-size: 12px;
}
/*setting listing mobile popup*/
.tps-selected-filter-wrapper.tps-setting-selected-filter-wrapper .tps-appliedfilter-container .filter-heading {    
  padding-left: 25px;
}
.tps-product-right-info-section .product__title h1, 
.tps-product-right-side-info-section .product__title h1, 
.tps-product-right-side-info-section .tps-product-title {
  font-size: 20px;
}
.tps-product-right-info-section .time_totla.ProductShipping-EstimateDate, 
.shippsetime .time_totla.ProductShipping-EstimateDate, 
.tps-product-right-info-section .tps-time_totla.tps-ProductShipping-EstimateDate, 
.tps-shippsetime .tps-time_totla.tps-ProductShipping-EstimateDate {
  font-size: 13px !important;
}
.tps-product-right-info-section .xb-wishlist__btn-custom button, .tps-product-right-info-section button.tps-send-a-hint-btn.drop-a-hint-btn {
  font-size: 14px;
}
.tps-product-right-info-section .xb-wishlist__btn-custom button,
.tps-product-right-info-section span.tps-send-a-hint-btn-title, 
.tps-shipping-info-section .tps-other-data .tps-drop-hint .tps-send-a-hint button.tps-send-a-hint-btn.drop-a-hint-btn .tps-send-a-hint-btn-title {    
  grid-gap: 5px;
}
.tps-product-right-info-section .ProductShipping-Card-Info.firstt br, .tps-shipping-info-section .ProductShipping-Card-Info p br {
  display: block;
}
.tps-product-right-info-section .ProductShipping-Card-Info p {
  font-size: 14px;
}
.tps-step-info-popup-actions {    
  padding: 15px 25px;    
  border-top: 1px solid #1E1E1E1A;   
  border-bottom: 1px solid #1E1E1E1A;
}
.tps-container .tps-ringbuilder-steps {
  margin: 0 0 20px;
  max-width: 96%;
}
.tps-pagination-nav {
  flex-wrap: wrap;
}
.tps-pagination-list li a, .tps-pagination-list li span {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
}
.tps-pagination-section .tps-pagination-prev, .tps-pagination-section .tps-pagination-next {    
  margin-top: -5px;
  height: 45px;
}
}

@media(max-width: 639px) {
  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul li {
    width: 31%;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li {
    width: 30%;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul li {
    width: 30%;
  }

  .banner--mobile-bottom .banner__media img.tps_image_mob_banner {
    position: relative;
  }

  .banner--mobile-bottom .banner__media::before {
    padding: 0 !important;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-shape-filter-wrapper ul li {
      width: 18%;
    }

  .tps-ringbuilder-setting-listing .tps-filter-details {
    padding-bottom: 40px;
  }

  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-metal-filter-wrapper ul,
  .tps-ringbuilder-setting-listing .tps-filter-details .tps-setting-filter-wrapper .tps-filter-block .tps-style-filter-wrapper ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product__info-wrapper {
    max-width: 100% !important;
  }

  .tps-product-form-button-section {
    grid-template-columns: 1fr;
  }

  .tps-product-options-list.tps-product-options-list-metal,
  .tps-product-options-list.tps-product-options-list-shape,
  .tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
    flex-wrap: wrap;
  }

  .tps-product-gallery-section .tps-thumb-image-slide.slick-initialized.slick-slider {
    width: 100%;
  }

  .tps-product-left-info-section {
    row-gap: 30px;
  }
  .tps-product-options-list.tps-product-options-list-shapes-can-be-set-with {
    column-gap: 20px;
  } 
}

@media(max-width: 889px) {
  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid,
  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid {
    justify-content: center;
  }

  .tps_details_loader_info {
    width: 80%;
  }

  .tps_details_loader_gallery {
    width: 80%;
  }

  .tps-final-ringl-page-loader .tps_details_loader_price,
  .tps-setting-detail-page-loader .tps_details_loader_price {
    margin: 20px auto;
  }

  .tps-final-ringl-page-loader .tps_details_loader_social div,
  .tps-setting-detail-page-loader .tps_details_loader_social div {
    justify-content: center;
  }

  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right,
  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right {
    width: 100%;
    flex-direction: row;
    grid-gap: 10px;
    height: 100px;
  }

  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_left,
  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_left {
    flex-direction: column-reverse;
  }

  .tps-final-ringl-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div,
  .tps-setting-detail-page-loader .background-masker.tps_details_loader_grid .tps_details_loader_gallery.tps-loader-vertical-thumb-slider .tps_details_loader_gallery_right div {
    height: 50px !important;
    width: 74px;
  }

  .tps-final-ringl-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img,
  .tps-setting-detail-page-loader .vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
    height: 300px;
  }

  .timeline-item {
    /* padding: 25px 10px;
    overflow: unset; */
  }

  .tps_details_loader_gallery_left.vertical-thumb-slider .tps_details_bg-masker.tps-slider-loader-center-img {
    height: 300px;
  }

  .tps-gallery-vertical-thumb-slider {
    width: 85%;
    margin: auto;
  }

  .tps-setting-listing-page-container .tps-product-list-grid-container .tps-all-product-data .tps-product-grid-view-container ul li .tps_moreinfo {
    display: none;
  }
}

@media(max-width: 639px) {
  .tps-ringbuilder-setting-listing .tps-filter-details.tps-filter-shape-carat-price-report {
    padding: 10px 4% 10% !important;
  }

  .tps-gallery-vertical-thumb-slider {
    width: 100%;
    margin: auto;
  }

  .tps-product-gallery-section .tps-thumb-image-slide.slick-initialized.slick-slider,
  .tps-product-info-section .tps-thumb-image-slide.slick-initialized.slick-slider {
    width: 85%;
  }
  .tps-you-may-also-like ul {
    grid-template-columns: 1fr;
   
}
.tps-step-info-popup-overlay{
  justify-content: normal !important;
  align-items: flex-start;
}
.tps-step-info-popup-box{
  max-width: 80% !important;
  height: auto;
}
}

@media(max-width: 580px) {
  .product__info-wrapper {
    max-width: 100% !important;
  }

  .tps-send-email-us-section {
    justify-content: center;
  }
  .tps-product-form.product-form__buttons {
        flex-wrap: wrap;
    }
  .tps-product-form.product-form__buttons .tps-listing-view-more-btn,
  .tps-product-form.product-form__buttons .tps-choose-this-listing-setting{
          width: 100%;
  }
}

@media(max-width: 480px) {
  .tps-ringbuilder-setting-listing .tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter span.tps-sort-by-value {
    font-size: 12px;
    line-height: 18px;
    color: var(--bgcolor-1);
    position: relative;
    cursor: pointer;
    border: none;
    width: 149px;
    padding: 0;
    background-color: var(--bgcolor-trans);
    outline: none;
    box-shadow: none;
    display: block;
  }
  .tps-container.tps-you-may-also-like .grid__item {
    width: 100% !important;
    max-width: 100%;
  }
  .tps-step-info-popup-box{
    max-width: 90% !important;
  }
}

@media(max-width:420px){
  .tps-shipping-box ul li{
    font-size: 13px;
    padding-left: 40px;
    width: 100%;
  }
  
  .tps-shipping-box {
    padding: 15px 20px 15px;
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section1, .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section2 {
    font-size: 15px;
  }
}

@media(max-width:390px){
  .tps-step-info-popup-box{
    max-width: 90% !important;
  }
  .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title .tps-step-title-section1, .tps-ringbuilder-steps .tps-steps-options .tps-step-block .tps-step-block-content .tps-step-content span.tps-step-title {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}