/** Shopify CDN: Minification failed

Line 80:77 Unexpected "{"

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
:root {
  --bgcolor-trans: transparent;
  --bgcolor-main: #E2B356;
  --bgcolor-1: #2D2A6E;
  --bgcolor-2: #F2F2F6;
  --bgcolor-3: #F8F8F8;
  --bgcolor-4: #B0AFCC;
  --bgcolor-5: rgba(0, 0, 0, 0.50);
  --bgcolor-white: #FFFFFF;
  --labcolor-main: #008564;
}
.g-breadcrumb {
  margin-bottom: 20px !important;
  padding: 5px;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: initial;
  font-family: 'Jost', sans-serif;
    background: var(--bgcolor-2);
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--bgcolor-1);
}

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--bgcolor-1);
  font-family: 'Quicksand', sans-serif !important;
  letter-spacing: 0px !important;
}

ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 17px;
  color: var(--bgcolor-1);
}

.tps-breadcrumb.breadcrumbs {
  margin: 15px 0;
  background: var(--bgcolor-trans);
}

.tps-container {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto;
  float: none;
  padding: 0 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: inherit !important;
}

.tps-diamond-detail-back-to-search a {
  position: relative;
}

.tps-breadcrumb.breadcrumbs ol li a, .tps-breadcrumb.breadcrumbs ol li span, {
    text-decoration: none;
    color: var(--bgcolor-4);
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs__link {
    text-decoration: underline;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrumbs__item:not(:last-child):after {
    content: "/" !important;
    width: 10px !important;
    height: 15px !important;
    background-position: -587px -192px;
    background-repeat: no-repeat;
    transform: none !important;
    border: none !important;
    margin: 0 !important;
    top: -5px;
    color: var(--bgcolor-4);
}
.breadcrumbs__link[aria-current="page"] {
    color: var(--bgcolor-1) !important;
    font-weight: normal;
    text-decoration: none;
}

/* tab section design start */

.tps-diamondlist-top-tab ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 5%;
  margin: 0px 0px 0;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.tps-diamondlist-top-tab ul li a {
  padding: 5px;
  display: flex;
  border-bottom: 2px solid transparent;
  transition: .3s ease;
  color: var(--bgcolor-5);
  border-radius: 2px;
  align-items: center;
  grid-gap: 4px;
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-family: 'Jost', sans-serif;
  text-align: center;
  padding: 0 0 6px 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-diamondlist-top-tab ul li.active a {
  border-color: var(--bgcolor-1);
  color: var(--bgcolor-1);
  cursor: default;
}

.tps-diamondlist-top-tab ul li a span.tps-tab-icon-natural-coloured,
.tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-laboratoire,
.tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-naturel,
.tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-laboratoire {
  content: "";
  width: 30px;
  height: 30px;
  display: block !important;
  background-image: url(diamond-list-icon.svg);
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-naturel a span,
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-naturel a span {
  background-position: -10px -9px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-naturel.active a span.tps-tab-icon-diamant-naturel, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-naturel.active a span.tps-tab-icon-diamant-naturel {
    background-position: -10px -68px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire a span,
 .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire a span {
    background-position: -70px -9px;
}
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire.active a span.tps-tab-icon-diamant-laboratoire,
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire.active a span.tps-tab-icon-diamant-laboratoire {
  background-position: -64px -59px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire.active a span.tps-tab-icon-diamant-laboratoire, 
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire.active a span.tps-tab-icon-diamant-laboratoire {
    background-position: -69px -68px;
}
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured.active a span.tps-tab-icon-natural-coloured,
.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured.active a span.tps-tab-icon-natural-coloured {
  background-position: -123px -59px;
}

.tps-diamond-listing-heading h2 {
  text-align: center;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 20px;
  margin-top: 20px !important;
}

.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter,
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
  display: flex;
  grid-gap: 7px;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter span.tps-selected-sort-value {
    color: #2D2A6E;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter span.tps-sort-by {
    border-bottom: 1px solid var(--bgcolor-1);
}
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
  justify-content: center;
  margin-top: 10px;
}

.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter span.tps-selected-sort-value {
  margin-left: 10px;
  color: var(--bgcolor-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter:before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--bgcolor-1);
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  right: auto;
}

.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value,
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
  font-size: 13px;
  line-height: 18px;
  color: var(--bgcolor-1);
  position: relative;
  cursor: pointer;
  border: none;
  width: 122px;
  outline: none;
  box-shadow: none;
  padding: 0px;
  display: block;
  border-bottom: 1px solid transparent;
}


.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value:after,
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background-image: url(diamond-list-icon.svg);
  background-position: -85px -158px;
  display: block !important;
  top: 40%;
  right: 10px;
}

.tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-dropdown,
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-dropdown {
  position: relative;
}

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

.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-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option,
.tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option {
  color: var(--bgcolor-1);
  padding-bottom: 5px;
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-mobile-section {
  width: 65%;
  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-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-mobile-section span.tps-mobile-filter-close {
  width: 25px;
  height: 25px;
  background: url(diamond-list-icon.svg);
  display: block;
  margin: auto;
  background-position: -126px -192px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option.active .tps-short-by-filter-icon span.short-icon {
  background-position: -262px -709px;
}

.tps-diamond-result-tabs .tps-dia-count {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.tps-list-group-wrapper {
  margin-top: 20px;
  margin-bottom: 0px;
}

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

.tps-diamond-result-tabs .tps-listing-tabs,
.tps-diamond-result-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.tps-diamond-result-tabs .tps-listing-tabs {
  flex-direction: column;
  gap: 5px;
  color: var(--bgcolor-1);
 font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-diamond-result-tabs .tps-listing-tabs:after,
.filters-icon-text a:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: var(--bgcolor-5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.filters-icon-text a:after {
  height: 50%;
  right: -5px;
}

.tps-diamond-result-tabs .tps-listing-tabs:last-child:after {
  content: none;
}

.tps-toast-msg-popup-wrapper,
.tps_wishlist_toast_msg_popup_wrapper {
  visibility: hidden;
  opacity: 0;
  animation-name: scale;
  animation-duration: 2s;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 55%);
  display: flex;
  align-items: center;
  z-index: 99999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}

.tps-toast-msg-popup-wrapper.tps-popoup-show,
.tps_wishlist_toast_msg_popup_wrapper.tps-popoup-show {
  visibility: visible;
  opacity: 1;
}

.tps-toast-msg-popup-wrapper .tps-toast-msg-popup,
.tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup {
  width: fit-content;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
  color: var(--bgcolor-white);
  background-color: var(--bgcolor-1);
  margin: auto;
  text-align: center;
  max-width: 270px;
  position: relative;
}
.tps-toast-msg-popup-wrapper .tps-toast-msg-close {
  width: 17px;
  height: 17px;
  background-image: url(diamond-list-icon.svg);
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 0;
  color: transparent;
  background-position: -453px -708px;
  cursor: pointer;
}

/*end*/

/*grid view design start */

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list {
    list-style: none;
    margin: 0 0 50px;
    grid-gap: 15px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 1.5%;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found {
  margin: 0 0 10px;
}
.tps-diamond-list-view-container ul.tps-diamondlist-result-list-view-items-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  grid-gap: 0px;
  margin-bottom: 0;
}

ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found,
ul.tps-diamondlist-result-list-view-items-list.tps-no-diamonds-found {
  grid-template-columns: 1fr;
  text-align: center;
  font-family: 'Jost', sans-serif;
  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: 14%;
}

ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found span.tps-no-diamond-found,
ul.tps-diamondlist-result-list-view-items-list.tps-no-diamonds-found span.tps-no-diamond-found {
  position: relative;
}

ul.tps-diamondlist-result-grid-view-items-list.tps-no-diamonds-found span.tps-no-diamond-found:after,
ul.tps-diamondlist-result-list-view-items-list.tps-no-diamonds-found span.tps-no-diamond-found:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -70px;
  margin: auto;
  right: 0;
  left: 0;
  background-image: url(diamond-list-icon.svg);
  background-position: -327px -797px;
}

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 {
  color: var(--bgcolor-main);
  position: relative;
}
.tps-filter-container .tps-advanced-reset-button-section .tps-reset-filter-button-section a.tps-reset-filter {
    position: relative;
    display: flex;
    align-items: center;
}
.tps-filter-container .tps-advanced-reset-button-section .tps-reset-filter-button-section a.tps-reset-filter:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(diamond-list-icon.svg);
    display: block;
    margin: auto;
    background-position: -377px -115px;
    position: absolute;
    left: 0;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li {
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--bgcolor-3);
  position: relative;
  width: 100%;
  border-radius: 15px 15px 15px 15px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-diamondlist-banner-section {
  width: 100%;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-recent-viewed-diamond {
  border-color: var(--bgcolor-1);
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-recent-viewed-diamond .tps-diamondlist-result-grid-view-cn {
  background: var(--bgcolor-2) !important;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div {
  position: relative;
  background: var(--bgcolor-white);
  height: 400px;
  border-radius: 15px 15px 0 0
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div img {
  border-radius: 0px;
  margin: auto;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  height: 100%;
  border-radius: 15px 15px 0 0;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe {
  height: 350px;
  width: 100%;
  cursor: grab !important;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div span.tps-diamondlist-item-video-icon {
  display: block;
  position: absolute;
  margin: auto;
  background: url(360-Icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  top: auto;
  left: 0;
  transform: translate(1%, -50%);
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  bottom: 0;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span {
  margin-left: auto;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span ul {
  display: block;
  padding: 0;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span div {
  box-shadow: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: var(--bgcolor-white);
  position: relative;
  border: 0;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-compare {
  border: 0;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-compare input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-quickship-span {
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 10px;
}

.tps-diamondlist-item-quickship-span span.tps-diamond-quickship-span {
  background: url(diamond-list-icon.svg);
  background-position: -276px -841px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  cursor: default;
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-compare input+span {
  background: url('diamond-list-icon.svg');
  background-position: -395px -462px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 1.5px 2px 0px rgba(0, 0, 0, 0.25);
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-info span.tps-diamond-info-span {
  background: url('diamond-list-icon.svg');
  background-position: -280px -462px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0px 1.5px 2px 0px rgba(0, 0, 0, 0.25);
}

.tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-compare.active input+span {
  background-position: -452px -463px;
  background-color: var(--bgcolor-main);
  border-radius: 50%;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--bgcolor-white);
  padding: 15px 10px 15px 15px;
  height: 100%;
  overflow: hidden;
/*  overflow-y: scroll;*/
  z-index: 1;
  cursor: default;
  border-radius: 15px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-diamondlist-banner-section {
  display: none;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info span.tps-txt-title {
  font-size: 14px;
  line-height: 24px;
  color: var(--bgcolor-1);
  width: 60%;
  font-weight: 500;
  text-transform: unset !important;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info span.tps-txt-info {
  font-size: 13px;
  line-height: 23px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info span.tps-txt-info a {
  text-decoration: underline;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info .tps-diamond-info-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 5px;
  background-image: url('diamond-list-icon.svg');
  background-position: -128px -157px;
  font-size: 0;
  cursor: pointer;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span {
    position: absolute;
    z-index: 1;
    top: 3%;
    left: 15px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span .tps-diamondlist-item-badget-span-list {
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span .tps-diamondlist-item-badget-span-list div {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  color: #202021;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 20px;
  border: 0;
  cursor: default;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span .tps-diamondlist-item-badget-span-list .tps-diamondlist-result-badget-info-lab {
  border-radius: 3px;
  background: #FFB54C;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span .tps-diamondlist-item-badget-span-list .tps-diamondlist-result-badget-treatment {
  border-radius: 3px;
  background: var(--bgcolor-2);
}


.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info .tps-single-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--bgcolor-main);
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.tps-ringbuilder-top-banner h2.banner__heading {
  font-size: 26px !important;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn {
  background-color: #F7F7F9;
  padding: 10px;
  text-align: center;
  height: 145px;
  border-radius: 0 0 20px 20px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title {
  color: var(--bgcolor-1);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data {
  display: flex;
  grid-gap: 5px;
  justify-content: center;
  margin: 0 0 15px 0px;
  flex-wrap: wrap;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-meta-data span {
      position: relative;
    text-align: center;
    padding-right: 0;
    color: #B0AFCC;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-price {
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  text-align: center;
}

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-highlight-wrapper {
  border: 1px solid var(--bgcolor-main)
}

/*grid view design end  */

/*list view loader design */

.tps-spinner-container .white-widget.grey-bg.author-area {
  width: 100% !important;
  max-width: 100% !important;
}

.timeline-item {
  background: var(--bgcolor-white);
  border-bottom: 1px solid #f2f2f2;
  padding: 25px 10px;
  margin: 0 auto;
  height: 820px;
  overflow: hidden;
}

.tps-diamond-list-container .tps-diamondlist-animated-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding-left: 0;
}

.tps-diamond-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-check {
  width: 20%;
  height: 30px;
  margin: auto;
}

.tps-diamond-list-container .tps-diamondlist-animated-list .tps-diamondlist-animated-background.tps-diamondlist-view {
  width: 30px;
  height: 30px !important;
  border-radius: 50%;
  margin: auto;
}

.tps-diamond-list-container .tps-diamondlist-animated-list:nth-child(odd) .tps-diamondlist-animated-background,
.tps-diamondlist-spinner-grid-container .tps-diamondlist-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, #e7e7e966 8%, #dddddd 18%, #e7e7e966 33%);
  background-size: 900px 204px;
  height: 50px;
  position: relative;
  display: block !important;
}

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

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

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

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

@-webkit-keyframes scale {
  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-moz-keyframes scale {
  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-o-keyframes scale {
  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes scale {
  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*list view loader design end*/
/*grid view loader design*/
.tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
  list-style: none;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  padding-left: 0px;
}

.tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul li {
  cursor: pointer;
  transition: .3s;
  border: 1px solid #F1F1F1;
  position: relative;
}

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

.tps-diamondlist-spinner-grid-container .tps-diamondlist-grid-pr-title {
  width: 80%;
  height: 22px;
  margin: 0px auto 10px auto;
}

.tps-diamondlist-spinner-grid-container>div {
  display: block;
}

.tps-diamondlist-spinner-grid-container .tps-diamondlist-grid-pr-shape {
  width: 80%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin: 15px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.tps-diamondlist-spinner-grid-container .tps-diamondlist-grid-pr-shape .tps-diamondlist-animated-background {
  width: 100%;
  height: 20px;
}

/*grid view loader design end */
/* filter design start */

.tps-filter-details {
  width: 100%;
  margin: auto;
  padding: 15px;
}

.tps-carat-filter-wrapper {
  margin: 0;
}

.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-3);
  column-gap: 6%;
  position: relative;
  width: 100%;
  z-index: 999999;
  background: #F3F4F6;
  padding: 12px 20px;
  align-items: center;
  left: 0;
  margin: 0;
  top: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.tps-advanced-reset-button-section {
  position: relative;
}

.tps-reset-filter-button-section.tps-mobile-hide {
  position: absolute;
  right: 0;
  top: 0;
}

.tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: relative;
}

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

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

.tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a.tps-reset-filter:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(diamond-list-icon.svg);
  display: block;
  margin: auto;
  background-position: -377px -115px;
  position: absolute;
  left: 0;
}

.tps-swatch-filter-heading-wrapper span.tps-diamondlist-info-icon {
  width: 14px;
  height: 14px;
  background-image: url(diamond-list-icon.svg);
  background-position: -441px -334px;
  cursor: pointer;
  display: block;
  margin: 1px 0 0 6px;
}

.tps-swatch-filter-heading-wrapper {
  display: flex;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  color: #202021;
  margin: 0;
  padding: 7px 5px 15px 0;
  font-family: Poppins-Regular;
  position: relative;
  cursor: default;
  border: none;
  align-items: center;
}

.tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li:last-child a:after {
  content: none;
}

.tps-mobile-filter-button-section.tps-desktop-hide {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.tps-mobile-filter-button-section.tps-desktop-hide.tps-sticky-btn {
    justify-content: center;
}

.tps-filter-container .tps-advanced-reset-button-section .tps-reset-filter-button-section a.tps-reset-filter.tps-reset-popup {
  padding-left: 25px;
  cursor: pointer;
  display: flex;
}

.tps-filter-tabs-container .tps-reset-filter-confirm-popup-div {
  position: absolute;
  width: 215px;
  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;
  left: -43px;
  text-align: center;
}

.tps-filter-tabs-container .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;
  left: 50%;
}

.tps-filter-tabs-container .tps-reset-filter-confirm-popup-div .tps-reset-filter-confirm-popup-title {
  font-size: 13px;
  color: var(--bgcolor-white);
  text-align: center;
  font-family: 'Jost', sans-serif;
  cursor: default;
}

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

.tps-reset-filter-confirm-popup-btn-div button {
  padding: 5px 20px 5px;
  margin-top: 10px;
  background-color: transparent;
  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-filter-details .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: 'Jost', sans-serif;
  display: block;
}

.tps-price-clarity-filter-wrapper,
.tps-carat-cut-filter-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 19px 2%;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul,
.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul,
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul,
.tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul {
  display: flex;
  padding-left: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 2%;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li,
.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li,
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li,
.tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul li {
  position: relative;
  text-align: center;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
  width: 18%;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
  width: 9.2%;
}

.tps-page-title h1.tps-diamond-page-heading {
  color: var(--bgcolor-1);
  text-align: center;
  font-family: Quicksand;
  font-size: 25px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li input[type="checkbox"],
.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li input[type="checkbox"],
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li input[type="checkbox"],
.tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul 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-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon {
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  background: url(diamond-list-icon.svg);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  display: block;
  margin-bottom: 5px;
  border: 1px solid var(--bgcolor-trans);
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-rond {
  background-position: -5px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-rond {
  background-position: -5px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-princesse {
  background-position: -56px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-princesse {
  background-position: -56px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-emeraude {
  background-position: -394px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-emeraude {
  background-position: -394px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
  background-position: -163px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
  background-position: -163px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
  background-position: -212px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
  background-position: -212px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-oval {
  background-position: -255px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-oval {
  background-position: -255px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
  background-position: -301px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
  background-position: -301px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-poire {
  background-position: -349px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-poire {
  background-position: -349px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-coeur {
  background-position: -445px -497px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-coeur {
  background-position: -445px -549px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-coussin {
  background-position: -109px -499px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-coussin {
  background-position: -109px -551px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon,
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li.selected .tps-filter-fancy-color-icon {
  border: 1px solid var(--bgcolor-1);
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-label,
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-label {
  color: var(--bgcolor-5);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-label,
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li.selected .tps-filter-fancy-color-label {
  color: var(--bgcolor-1);
  font-weight: 600;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  background: url(diamond-list-icon.svg);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  display: block;
  margin-bottom: 10px;
  border: 1px solid var(--bgcolor-4);
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-blue {
  background-position: -12px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-purple {
  background-position: -61px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-pink {
  background-position: -113px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-yellow {
  background-position: -165px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-green {
  background-position: -217px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-black {
  background-position: -269px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-orange {
  background-position: -323px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-red {
  background-position: -378px -663px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon.tps-filter-shape-icon-gray {
  background-position: -434px -663px;
}


.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li {
  width: 20%;
}


.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul .tps-filter-report-label,
.tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul .tps-filter-looking-label {
  display: block;
  padding: 8px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: var(--bgcolor-white);
  border: 0.5px solid var(--bgcolor-5);
  font-size: 12px;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li.selected .tps-filter-report-label,
.tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul li.selected .tps-filter-looking-label {
  border:2px solid var(--bgcolor-1);
  color: var(--bgcolor-1);
}

.tps-filter-color-clarity-cut-wrapper,
.tps-filter-more-filters-wrapper {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px 2%;
  width: 100%;
  margin: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

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

.ui-slider-horizontal {
  height: 2px;
  margin-top: 10px;
  background: var(--bgcolor-5);
  border: 0 !important;
  border-radius: 0;
}

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

.ui-slider .ui-slider-handle,
.white_diamond_wrap .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;
}

.ui-slider .ui-slider-handle:focus-visible,
.white_diamond_wrap .ui-slider .ui-slider-handle:focus-visible {
  outline: 0;
  box-shadow: none;
}

.tps-color-input-range ul.tps-color-list,
.tps-clarity-input-range ul.tps-clarity-list,
.tps-cut-input-range ul.tps-cut-list,
.tps-flour-input-range ul.tps-flour-list,
ul.tps-slider-list {
  display: flex;
  align-content: center;
  list-style: none;
  margin: 10px 15px 0;
  padding: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.tps-color-input-range ul.tps-slider-list li,
.tps-clarity-input-range ul.tps-clarity-list li,
.tps-cut-input-range ul.tps-cut-list li,
.tps-flour-input-range ul.tps-flour-list li,
ul.tps-slider-list li {
  width: 25%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'Jost', sans-serif;
  color: var(--bgcolor-1);
  text-align: center;
}


.tps-color-slider span.tps-slider-range,
.tps-clarity-slider span.tps-slider-range,
.tps-cut-slider span.tps-slider-rang,
.tps-range-filter-wrapper .tps-slider-range {
  display: inline-block;
  width: 2px;
  height: 6px;
  background-color: var(--bgcolor-white);
  position: absolute;
  z-index: 2;
}

.tps-table-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-table-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-depth-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-depth-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-carat-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-carat-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-price-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-price-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-ratio-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-ratio-filter-wrapper .tps-slider-values .tps-slider-max {
  width: 110px;
  height: 37px;
  border-radius: 8px;
  background-color: var(--bgcolor-white);
  border: 0.5px solid var(--bgcolor-5);
  color: var(--bgcolor-1);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 10px;
  margin: 15px 0px 0px 0px;
  display: block;
  float: left;
  text-align: center;
}

.tps-price-filter-wrapper .tps-slider-values .tps-slider-min,
.tps-price-filter-wrapper .tps-slider-values .tps-slider-max {
  width: 120px;
}

.tps-table-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-depth-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-carat-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-price-filter-wrapper .tps-slider-values .tps-slider-max,
.tps-ratio-filter-wrapper .tps-slider-values .tps-slider-max {
  float: right;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1440px;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main {
    background: var(--bgcolor-white);
    padding: 10px;
    border-radius: 10px;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-applied-filters {
  display: flex;
  justify-content: space-between;
}

.tps-applied-filters .filter-block.reset-filter a.filter-heading {
  font-family: Jost, sans-serif;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--bgcolor-1);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-applied-filters .filter-block.reset-filter a.filter-heading:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(diamond-list-icon.svg);
  background-position: -15px -329px;
  margin-top: 0;
  margin-right: 6px;
  position: absolute;
  display: block;
  left: 0;
}

.tps-applied-filters .filter-block.reset-filter {
  display: flex;
}

.tps-appliedfilter-container .tps-selected-filter .tps-selected-filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 4px 0.7%;
  padding-right: 4%;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-applied-filters .tps-filter-by-label .filter-label {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul {
  padding-left: 0px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  margin: 0;
  flex-wrap: wrap;
  position: relative;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 85%;
  background: #999;
  right: 1px;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul:last-child:after {
  content: none;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul span.tps-applied-filter-lable {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values,
.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul .tps-applied-filter-lable {
  color: var(--bgcolor-1);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  position: relative;
}

ul#QuickShip-container {
  grid-gap: 0;
}

.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values span.tps-filter-remove-option,
.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul .tps-applied-filter-lable span.tps-filter-remove-option {
  width: 15px;
  height: 15px;
  background-image: url(diamond-list-icon.svg);
  background-position: -152px -160px;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
}

.tps-advanced-filter-button-section button {
  background: var(--bgcolor-white);
  border-bottom: 1px solid var(--bgcolor-1);
  transition: .3s ease;
  color: var(--bgcolor-1);
  border-radius: 2px;
  align-items: center;
  grid-gap: 4px;
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 24px 0 0;
  position: relative;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.tps-advanced-filter-button-section button span.tps-arrow-down,
.tps-advanced-filter-button-section button span.tps-arrow-up {
  width: 20px;
  height: 17px;
  background: url(diamond-list-icon.svg);
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 4px;
}

.tps-advanced-filter-button-section button span.tps-arrow-down {
  background-position: -81px -152px;
}

.tps-advanced-filter-button-section button span.tps-arrow-up {
  background-position: -81px -164px;
}

.tps-filter-details.tps-filter-more-filters {
  margin-top: 20px;
  padding: 0;
}

.tps-filter-container.tps-mobile-filters {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100% !important;
  background-color: #00000075;
  transition: all .1s 1s;
  z-index: 99;
}

.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: 0px 0px 50px;
  border-radius: 15px 15px 0 0;
}

.tps-advanced-filter-button-section {
  text-align: center;
  margin-top: 30px;
  padding: 0;
}

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

.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(diamond-list-icon.svg);
  display: block;
  margin: auto;
  background-position: -126px -192px;
  font-size: 0;
}

.tps-appy-filter-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  margin-left: 0px !important;
  height: 45px;
  display: none
}

.tps-appy-filter-section button {
  width: 100%;
  margin: -5px 0 0 0;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  border: 0;
  border-radius: 15px 15px 0 0;
  background-color: var(--bgcolor-main);
  color: var(--bgcolor-white);
  z-index: 9;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-mobile-filters .tps-appy-filter-section {
  display: block !important;
}

.tps-filter-block.tps-filter-section-block.tps-filter-report ul.tps-filter-report-list {
  margin: 0;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul,
.tps-filter-block.tps-filter-section-block.tps-filter-video .tps-video-filter-wrapper ul,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul {
  padding-left: 10px;
  margin: 0;
  display: flex;
  grid-gap: 10px 4%;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image span.tps-filter-media-label,
.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.threex-switch-label.switch-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li,
.tps-filter-block.tps-filter-section-block.tps-filter-video .tps-video-filter-wrapper ul li,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li {
  position: relative;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li {
  margin-right: 15px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image span.tps-filter-media-icon.tps-filter-media-icon-image,
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-video span.tps-filter-media-icon.tps-filter-media-icon-video,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes span.tps-filter-quickship-icon.tps-filter-quickship-icon-yes {
  width: 25px;
  height: 25px;
  background: url(diamond-list-icon.svg);
  display: block;
  background-position: -17px -710px;
  font-size: 0;
  margin-left: 15px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image span.tps-filter-media-icon.tps-filter-media-icon-image {
  margin-left: 19px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-video span.tps-filter-media-icon.tps-filter-media-icon-video {
  background-position: -352px -757px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes span.tps-filter-quickship-icon.tps-filter-quickship-icon-yes {
  background-position: -277px -808px;
}

body.tps-mobile-filters-open {
  height: 100% !important;
  overflow: hidden !important;
  position: fixed !important;
}

.tps-mobile-filter-button-section button {
    display: block;
    margin: auto;
    color: var(--bgcolor-1);
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 7px 7px 20px;
    border: 1px solid var(--bgcolor-1);
    width: 125px;
    border-radius: 18px;
    text-align: left;
    position: relative;
}

.tps-mobile-filter-button-section.tps-sticky-btn button {
    width: 100% !important;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: var(--bgcolor-white);
    display: inline-block;
    text-align: center;
}
.tps-mobile-filter-button-section.tps-sticky-btn button:after{
  content: none;
}
.tps-mobile-filter-button-section.tps-sticky-btn button span {
    position: relative;
}
.tps-mobile-filter-button-section.tps-sticky-btn button span:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block !important;
    background: url(diamond-list-icon.svg);
    background-position: -64px -463px !important;
    position: absolute;
    top: 0;
    left: auto;
    right: -40px;
}
.tps-mobile-filter-button-section.tps-desktop-hide.tps-sticky-btn .tps-mobile-filter-button-content{
  width: 100%;
}
.tps-mobile-filter-button-section button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block !important;
    background: url(diamond-list-icon.svg);
    background-position: -13px -462px !important;
    position: absolute;
    top: 3px;
    left: auto;
    right: 15px;
}

.tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
  padding: 0;
  background-color: transparent;
}

.tps-mobile-filter-button-section.tps-sticky-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 100%;
  padding: 7px;
  margin: 0;
  background: var(--bgcolor-main);
  border-radius: 15px 15px 0 0;
}

.tps-mobile-filter-button-section {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.tps-mobile-filter-button-section.tps-sticky-btn .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section.tps-desktop-hide {
  display: none !important;
}

.tps-load-more-button-section span.tps-total-diamond-found-text,
.tps-refine-your-reult-section span, span.tps-total-diamond-found-text {
  color: var(--bgcolor-1);
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 0px;
}

.tps-refine-your-reult-section .tps-refine-your-results {
  margin-top: 0px;
  display: block;
  cursor: pointer;
}
.tps-load-more-button-section button {
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    text-align: center;
    cursor: pointer;
    color: var(--bgcolor-1);
    text-decoration: underline;
    background: transparent;
}
.load-more-button-refine-results {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin: 30px 0;
    flex-direction: column;
    grid-gap: 10px 0;
}
.tps-diamond-no-diamond-result-wrapper .load-more-button-refine-results {
  justify-content: center;
}

.tps-refine-your-reult-section {
  text-align: center;
}


.tps-diamond-field-popup-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease-in;
  transform: scale(1);
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b0;
  display: flex;
  align-items: center;
}

.tps-diamond-field-popup-wrapper.tps-popup-info-show {
  visibility: visible;
  opacity: 1;
  transform: scale(1.3);
  cursor: pointer;
}

.tps-diamond-field-popup-content {
  width: fit-content;
  padding: 15px;
  border-radius: 7px;
  color: var(--bgcolor-1);
  background-color: var(--bgcolor-white);
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 73%;
  position: relative;
  box-shadow: 3px 1px 6px 0px rgba(0, 0, 0, 0.25);
  cursor: default;
}

.tps-diamond-field-popup-content span.tps-diamond-field-popup-close {
  width: 18px;
  height: 18px;
  display: block;
  background: url(diamond-list-icon.svg);
  background-position: -155px -130px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  color: transparent;
  right: 5px;
  top: 5px;
  outline: 0;
  box-shadow: none;
  background-repeat: no-repeat;
}

.tps-diamond-field-popup-section p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}

.tps-diamond-field-popup-section span.tps-diamond-field-msg-heading {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

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

.tps-diamond-field-popup-content .tps-diamond-field-popup-section p {
  font-size: 12px;
  line-height: 22px;
  color: var(--bgcolor-1);
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  position: relative;
  padding-right: 0;
  text-align: left;
}

.tps-diamond-result-tabs .tps-listing-tabs.active-tab {
  color: var(--bgcolor-1);
  font-weight: 600;
  cursor: default;
}

.tps-filter-section-block-threex-quickship-wrapper .tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper {
  margin-top: -5px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.switch-threex.switch {
  position: relative;
  margin-left: 11px;
}

.tps-filter-section-block-video-imag-wrapper,
.tps-filter-section-block-threex-quickship-wrapper {
  display: flex;
}

.tps-filter-section-block-threex-quickship-wrapper .tps-filter-block.tps-filter-section-block.tps-filter-threex {
  width: 50%;
}

.tps-filter-block.tps-filter-section-block.tps-filter-video {
  margin: auto auto 0 -20px;
}

.tps-video-filter-wrapper {
  margin-top: 10px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image input[type=checkbox],
.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.switch-threex.switch input[type=checkbox],
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-video input[type=checkbox],
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image input[type=checkbox]+span.tps-diamondfilter-img-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-video input[type=checkbox]+span.tps-diamondfilter-img-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.switch-threex.switch input[type=checkbox]+span.tps-diamondfilter-threex-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes input[type=checkbox]+span.tps-diamondfilter-img-span::before {
  content: '';
  cursor: pointer;
  display: block;
  font-size: 35px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: opacity .2s;
  left: 0%;
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  padding: 0px;
  border: 1px solid #6A6A6A;
  background-color: var(--bgcolor-white);
  color: #583e80;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}

.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.switch-threex.switch input[type=checkbox]:checked+.tps-diamondfilter-threex-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes.selected input[type=checkbox]+span.tps-diamondfilter-img-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image.selected.selected input[type=checkbox]+span.tps-diamondfilter-img-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-video.selected.selected input[type=checkbox]+span.tps-diamondfilter-img-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-threex .tps-threex-filter-wrapper label.switch-threex.switch.selected.selected input[type=checkbox]+span.tps-diamondfilter-threex-span::before,
.tps-filter-block.tps-filter-section-block.tps-filter-quickship .tps-quickship-filter-wrapper ul li.tps-filter-quickship-yes.selected input[type=checkbox]+span.tps-diamondfilter-img-span::before {
  background-image: url('diamond-list-icon.svg');
  background-position: -16px -157px;
}

.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: var(--bgcolor-white);
  text-align: center;
  margin: auto;
  color: var(--bgcolor-1);
  text-align: center;
  font-family: 'Jost', sans-serif;
  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%;
  text-transform: capitalize;
}

.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-clarity-span-value .tps-clarity-category,
.tps-color-filter-wrapper .tps-color-category {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px 2%;
  margin-top: 10px;
}

.tps-clarity-category span.color-tag:nth-child(1) {
  width: 15%;
}

.tps-clarity-category span.color-tag:nth-child(2) {
  width: 25%;
}

.tps-clarity-category span.color-tag:nth-child(3) {
  width: 25%;
}

.tps-clarity-category span.color-tag:nth-child(4) {
  width: 27%;
}

.tps-clarity-span-value .tps-clarity-category span.color-tag,
.tps-color-filter-wrapper .tps-color-category span.color-tag {
  text-align: center;
  border: 1px solid var(--bgcolor-3);
  border-top: 0;
  color: var(--bgcolor-1);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}

.tps-color-filter-wrapper .tps-color-category span.color-tag:nth-child(1) {
  width: 20%;
}

.tps-color-filter-wrapper .tps-color-category span.color-tag:nth-child(2) {
  width: 50%;
}

.tps-color-filter-wrapper .tps-color-category span.color-tag:nth-child(3) {
  width: 20%;
}


.tps-filter-wrapper .ui-widget-content {
  width: 97.1%;
  left: 0%;
  margin: auto;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe {
  border: 0;
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--bgcolor-main);
}

.tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-up:afterr {
  background-position: -345px -422px;
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-down::after {
  background-position: -296px -422px;
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data {
  color: var(--bgcolor-white);
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-rond:before {
  background-image: url('rond-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-asscher:before {
  background-image: url('asscher-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-emeraude:before {
  background-image: url('emeraude-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-filter-shape-icon-coeur:before {
  background-image: url('coeur-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-marquise:before {
  background-image: url('marquise-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-poire:before {
  background-image: url('poire-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-princesse:before {
  background-image: url('princesse-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-radiant:before {
  background-image: url('radiant-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coussin:before {
  background-image: url('coussin-white.svg');
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row .table-data-compare input[type=checkbox]+span.tps-diamondlist-compare-span::before {
  border: 1px solid var(--bgcolor-white);
}

.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row .table-data-compare input[type=checkbox]:checked+.tps-diamondlist-compare-span:before {
  background-position: -44px -157px;
}

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

.tps-banner-heading-text p,
.tps-banner-heading-text p strong {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--bgcolor-white);
}

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-banner-heading-text h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--bgcolor-white);
}

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

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

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

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

/* iframe diond listing clieck css*/
.tps-embed-media-container {
  position: relative;
  width: 800px;
  height: 600px;
  cursor: pointer;
  overflow: hidden;
}

.tps-embed-media-container img,
.tps-embed-media-container embed {
  width: 100%;
  height: 100%;
}

.tps-embed-media-container img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tps-embed-media-container embed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.tps-video-click-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block !important;
}

/*end*/
.tps-productlist-wishlist {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  left: auto;
  z-index: 1;
  margin-bottom: 0 !important;
}

.tps-productlist-wishlist .love-button {
  width: 30px;
  height: 30px;
  padding: 4px 0 0 0;
  right: 0;
  top: 0;
  background: transparent;
}

.gropulse-lbw-wishlist-snackbar {
  bottom: 50% !important;
}

.tps-tab-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* lab dimond lsiting filter color chnages css end */

/*360 video icon new design*/
.tps-diamondlist-item-360-video-icon-span {
  position: absolute;
  z-index: 1;
  bottom: 40%;
}

.tps-diamondlist-item-360-video-icon-span .tps-diamondlist-item-video-icon {
  display: block;
  position: absolute;
  margin: auto;
  background: url(360-Icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: auto;
  left: 0;
  transform: translate(38%, 100%);
  z-index: 1;
  cursor: pointer;
  font-size: 0;
  bottom: 0;
  background-color: var(--bgcolor-white);
  border-radius: 50%;
}

.tps-diamond-grid-view-container ul li .tps-diamondlist-item-media-div .tps-diamondlist-media-loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--bgcolor-main);
  border-right: 3px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 43%;
  left: 46%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

@keyframes rotation {
    0% {
      transform: rotate(0deg)
    }

    100% {
      transform: rotate(360deg)
    }

  }
/*360 video icon new design end*/
.tps-ringbuilder-top-banner {
  margin-bottom: 20px;
}

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

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

.popup-adding-filter-list-view {
  display: none;
}

/*search  button design */
.tps_filter_search .tps-search-filter-wrapper input {
    font-size: 14px;
    padding: 5px 10px;
    color:var(--bgcolor-1);
    border: none;
    border: 1px solid var(--bgcolor-main);
    width: 100%;
    height: 32px;
    margin: 0;
    border-radius: 6px 0 0 6px;
    border: .5px solid #2D2A6E;
    max-width: 73%;
    border-right: 0;
}

.tps_filter_search .tps-search-filter-wrapper button {
    font-size: 14px;
    padding: 5px 10px;
    color: var(--bgcolor-white);
    border: none;
    width: 100%;
    height: 32px;
    margin: 1px 0 0 -5px;
    border-radius: 0px 6px 6px 0px;
    border: .5px solid var(--bgcolor-main);
    max-width: 21%;
    border-left: 0;
    background: var(--bgcolor-main);
}

/*setings new filter design */
.tps-diamond-listing-add-list-fields-settings-button {
  margin-left: auto;
}

.tps-diamond-listing-add-list-fields-settings-button .add-fields-settings {
  position: relative;
}

.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view {
  position: absolute;
  background: var(--bgcolor-white);
  padding: 10px;
  z-index: 9;
  width: 100%;
  left: auto;
  border: 1px solid var(--bgcolor-white);
  border-top: 0;
  cursor: pointer;
  max-width: 140px;
  right: 0;
}
span.tps-filter-textbox-validation-msg {
    font-size: 12px;
    color: red;
}
.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view {
  color: var(--bgcolor-1);
  margin-bottom: 10px;
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view input {
  visibility: visible;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
  margin: 0;
  z-index: 11;
}

.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view span:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(diamond-list-icon.svg);
  background-position: -220px -709px;
  width: 25px;
  height: 25px;
  display: block;
}

.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view span:nth-child(2) {
  padding-left: 29px;
  margin-top: 3px;
}

.tps-diamond-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view.selected span:nth-child(1):before {
  background-position: -262px -709px;
}

.tps-diamond-listing-add-list-fields-settings-button .add-fields-settings span.tps-diamond-listing-fields {
  width: 30px;
  height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  background-image: url(diamond-list-icon.svg);
  border: 1px solid var(--bgcolor-3);
  background-position: -261px -757px;
  display: none;
}

.tps-diamond-list-view-container li.tps-table-common-hide,
.tps-diamond-list-view-container .tps-table-data .tps-diamondlist-result-list-view-items-list .tps-diamondlist-result-list-view-item .tps-table-common-hide {
  display: none !important;
}

.tps-diamond-list-view-container li.tps-table-common-hide.visible,
.tps-diamond-list-view-container .tps-table-data .tps-diamondlist-result-list-view-items-list .tps-diamondlist-result-list-view-item .tps-table-common-hide.visible {
  display: flex !important;
}

/*end*/

/* hedaer stiky design */

.tps-diamond-listing-tabs-sort-by-switcher.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 80px;
    max-width: 1409px;
    background: var(--bgcolor-white);
    padding: 10px 15px;
    margin: auto;
    left: 0;
    right: 0;
}

.tps-list-table-header.sticky-list {
    position: fixed;
    width: 100%;
    z-index: 9;
    max-width: 1410px;
    background: var(--bgcolor-1);
    margin: auto;
    left: 0;
    right: 0;
    top: 120px;
    padding: 0;
}

.tps-diamond-listing-tabs-sort-by-switcher.sticky .tps-diamondlist-result-view-switcher {
  top: 10px;
  right: 1%;
}

.filters-icon-text a {
  position: relative;
  padding-left: 34px;
  display: flex;
  align-items: center;
}

.filters-icon-text a:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block !important;
  background: url(diamond-list-icon.svg);
  background-position: -13px -462px !important;
  position: absolute;
  top: 0px;
  left: 0;
}

.tps-disable-filters {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

/*end*/

.tps-ringbuilder-top-banner {
  display: none !important;
}
html ::-webkit-scrollbar {
    width: 4px;
}
.apus-footer-mobile {
    bottom: 50px;
}

@media (hover: hover) {
  .tps-diamond-listing-add-list-fields-settings-button .add-fields-settings span.tps-diamond-listing-fields:hover {
    background-position: -303px -757px;
  }
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.diamond-row-active:last-child:hover .tps-desktop-table-row{
  border-radius: 0 0 0px 0px;
}
  .tps-diamondlist-top-tab ul li:hover a span.tps-tab-icon-diamant-laboratoire {
        background-position: -58px -270px;
    }

 .tps-diamondlist-top-tab ul li:hover a span.tps-tab-icon-diamant-naturel {
        background-position: -10px -267px;
    }

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info span.tps-txt-info a:hover {
    text-decoration: none;
  }

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li a:hover {
    color: var(--bgcolor-1) !important;
  }

  .tps-embed-media-container:hover embed {
    display: block;
  }

  .tps-embed-media-container:hover img {
    display: none;
  }

  .tps-productlist-wishlist:hover button {
    background-color: var(--bgcolor-main);
  }

  .tps-productlist-wishlist:hover svg path {
    fill: var(--bgcolor-white);
  }

  .tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option:hover .tps-short-by-filter-icon span.short-icon {
    background-position: -262px -709px;
  }

  .tps-diamond-field-popup-content span.tps-diamond-field-popup-close:hover {
    background-position: -127px -130px;
  }

  .tps-load-more-button-section button:hover:after {
    background-position: -103px -153px;
  }

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

  .tps-diamond-list-view-container .tps-table-data .tps-diamondlist-result-list-view-items-list ul li:hover .tps-desktop-table-row span.table-data-compare a {
    background-position: -290px -16px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row span.table-data.table-data-compare a {
    background-position: -290px -16px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row .tps-diamondlist-item-quickship-span span.tps-diamond-quickship-span {
    background-position: -276px -874px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-label,
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li:hover .tps-filter-fancy-color-label {
    color: var(--bgcolor-1) !important;
  }

  .tps-swatch-filter-heading-wrapper span.tps-diamondlist-info-icon:hover {
    background-position: -380px -334px;
  }

  .tps-diamondlist-top-tab ul li:hover a,
  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-white:hover a,
  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-white:hover a {
    border-color: var(--bgcolor-1);
    color: var(--bgcolor-1) !important;
  }


  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-grid-view:hover {
    background-position: -421px -46px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-list-view:hover {
    background-position: -469px -46px;
  }
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row {
    background-color: var(--bgcolor-1) !important;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row .tps-diamondlist-item-quickship-span span.tps-diamond-quickship-span {
    background-position: -276px -874px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row .table-data-compare input[type=checkbox]+span.tps-diamondlist-compare-span::before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row .table-data-compare input[type=checkbox]+span.tps-diamondlist-compare-span::before {
    border: 1px solid var(--bgcolor-white);
  }

  .tps-table-data ul.tps-diamondlist-resultd-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row .table-data-compare input[type=checkbox]:checked+.tps-diamondlist-compare-span:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row .table-data-compare input[type=checkbox]:checked+.tps-diamondlist-compare-span:before {
    background-position: -44px -157px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-up:after,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-up:after {
    background-position: -345px -422px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-down::after,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-down::after {
    background-position: -296px -422px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row span.table-data {
    color: var(--bgcolor-white);
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-rond:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-rond:before {
    background-image: url('rond-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-asscher:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-asscher:before {
    background-image: url('asscher-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-emeraude:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-emeraude:before {
    background-image: url('emeraude-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coeur:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coeur:before {
    background-image: url('coeur-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-marquise:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-marquise:before {
    background-image: url('marquise-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-oval:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-oval:before {
    background-image: url('oval-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-poire:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-poire:before {
    background-image: url('poire-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-princesse:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-princesse:before {
    background-image: url('princesse-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-radiant:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-radiant:before {
    background-image: url('radiant-white.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coussin:before,
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coussin:before {
    background-image: url('coussin-white.svg');
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close:hover {
    background-position: -93px -195px;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row a.tps-diamondlist-detail-view-btn:hover,
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row a.tps-diamondlist-detail-view-btn:focus {
    background-color: var(--bgcolor-white) !important;
    color: var(--bgcolor-main) !important;
  }
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info .tps-txt-info a:hover:before {
    background-color: var(--bgcolor-main) !important;
    width: 0% !important;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info .tps-txt-info a:hover {
    color: var(--bgcolor-main) !important;
  }

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-diamondlist-result-grid-view-item:hover {
    background: var(--bgcolor-white);
    box-shadow: 2px 4px 6px -3px rgba(0, 0, 0, 0.08);
    border-color: var(--bgcolor-1);
  }
  .tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-compare:hover input+span {
    background-position: -452px -463px;
    background-color: var(--bgcolor-main);
    border-radius: 50%;
  }
  .tps-diamond-grid-view-container .tps-diamondlist-item-info-span .tps-diamondlist-result-grid-info span.tps-diamond-info-span:hover {
    background-position: -334px -462px;
    background-color: var(--bgcolor-main);
  }

  .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li:hover,
  .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li:hover a {
    color: var(--bgcolor-main);
  }

  .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs li a.tps-reset-filter:hover:before {
    background-position: -426px -115px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li:hover .tps-filter-report-label,
  .tps-filter-block .tps-swatch-filter-wrapper.tps-what-are-you-looking-for-filter-wrapper ul li:hover .tps-filter-looking-label {
    border-color: var(--bgcolor-1);
    color: var(--bgcolor-1);
  }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-rond {
    background-position: -5px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-princesse {
    background-position: -56px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-emeraude {
    background-position: -394px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-asscher {
    background-position: -163px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-marquise {
    background-position: -212px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-oval {
    background-position: -255px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-radiant {
    background-position: -301px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-poire {
    background-position: -349px -551px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-coeur {
    background-position: -445px -549px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
    background-position: -109px -551px;
  }

  .tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul li .tps-filter-values span.tps-filter-remove-option:hover {
    background-position: -130px -160px;
  }

}

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

  .tps-toast-msg-popup-wrapper .tps-toast-msg-popup,
  .tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup {
    max-width: 300px;
  }

}

@media (min-width:410px) {
  .tps_filter_search .tps-search-filter-wrapper input {
      max-width: 76%;
  }

}
@media (min-width: 540px) {
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div {
    height: 360px;
  }

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li {
    width: 49%;
  }

  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr;
  }

  .tps-diamondlist-spinner-grid-container .tps-diamondlist-grid-pr-img {
    height: 200px;
  }

  .tps-filter-section-block-threex-quickship-wrapper .tps-filter-block.tps-filter-section-block.tps-filter-threex {
    width: 20%;
  }

}

@media (min-width: 750px) {
  .tps-ringbuilder-top-banner.banner--small:not(.banner--adapt) {
    min-height: 25rem;
  }

  .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: 49rem;
  }

}

@media (min-width: 767px) {

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

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

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


  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr;
  }

.tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row a.tps-diamondlist-detail-view-btn {
        padding: 13px 15px 14px;
        font-family: 'Jost', sans-serif;
        font-weight: 600 !important;
        margin-bottom: 0;
        border: 1px solid var(--bgcolor-main);
        background-color: var(--bgcolor-main);
        color: var(--bgcolor-white);
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        text-align: center;
        cursor: pointer;
        margin-top: 16px;
        border-radius: 50px;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        text-transform: uppercase;
    }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row {
    width: 73%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {

  .tps-filter-details {
    overflow: hidden;
    overflow-y: scroll;
    height: 85%;
  }

  .tps-filter-details.tps-filter-more-filters {
    overflow: unset;
    height: auto;
  }

  .tps-diamond-result-tabs .tps-listing-tabs:after {
    background-color: var(--bgcolor-trans);
  }

  .tps-diamond-result-tabs .tps-listing-tabs.active-tab:after {
    height: 100%;
    background-color: var(--bgcolor-white);
    transform: translateY(-50%);
    right: 0;
  }

  .tps-diamond-result-tabs .tps-listing-tabs.active-tab {
    background: var(--bgcolor-main);
    color: var(--bgcolor-white);
  }

  .tps-diamond-result-tabs .tps-listing-tabs {
    padding: 7px;
    width: 33%;
    width: 32.5%;
    flex-direction: column;
    grid-gap: 6px;
    justify-content: center;
    background: var(--bgcolor-4);
    padding: 10px;
  }
  .tps-filter-block.tps-filter-section-block.tps-filter-color,
  .tps-filter-block.tps-filter-section-block.tps-filter-clarity,
  .tps-filter-section-block-video-imag-wrapper,
  .tps-filter-section-block-threex-quickship-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-looking,
  .tps-filter-block.tps-filter-section-block.tps-filter-report {
    margin-bottom: 20px;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
    width: 132px;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
    padding-left: 0px;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-shape,
  .tps-price-clarity-filter-wrapper,
  .tps-carat-cut-filter-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-color,
  .tps-filter-block.tps-filter-section-block.tps-filter-report,
  .tps-filter-more-filters-wrapper .tps-filter-block {
    width: 100%;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-shape,
  .tps-price-clarity-filter-wrapper,
  .tps-carat-cut-filter-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-fancy-color {
    margin-bottom: 20px;
  }
}


@media (min-width: 768px) {
  .tps-sort-dropdown-menu-show {
      display: block !important;
  }
  .tps-mobile-section {
    width: 100%;
  }
  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value, .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value{
        width: 148px;
  }

  .tps_filter_search .tps-search-filter-wrapper input {
        max-width: 73%;
    }
  .tps-diamond-listing-add-list-fields-settings-button {
    display: none;
  }

  .tps-diamond-listing-add-list-fields-settings-button .add-fields-settings span.tps-diamond-listing-fields {
    display: block;
  }

  .tps-diamond-list-view-container .tps-diamondlist-item-quickship-span span.tps-diamond-quickship-span {
    margin-right: -30px;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-video {
    margin: auto auto 10px -20px;
  }

  .tps-diamond-listing-tabs-sort-by {
    width: 90.7%;
  }
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li.tps-diamondlist-banner-section {
    display: block;
  }

  .tps-diamond-result-tabs .tps-listing-tabs,
  .tps-diamond-result-tabs {
    justify-content: center;
    grid-gap: 10px;
  }

  .tps-diamond-result-tabs .tps-listing-tabs:after {
    right: -6px;
  }

  .tps-diamond-result-tabs .tps-listing-tabs,
  .filters-icon-text a {
    font-size: 16px;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter:before {
    content: none;
  }

  .tps-diamond-listing-tabs-sort-by-switcher {
    margin-bottom: 0;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
    border-bottom: 1px solid var(--bgcolor-1);
  }

  .tps-diamondlist-top-tab ul li.active a span.tps-tab-icon-diamant-naturel {
    background-position: -61px -268px !important;
  }

  .tps-diamondlist-top-tab ul li.active a span.tps-tab-icon-diamant-laboratoire {
    background-position: -61px -268px!important;
  }

  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
    border-bottom: 1px solid var(--bgcolor-1);
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-shape,
  .tps-price-clarity-filter-wrapper,
  .tps-carat-cut-filter-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-color,
  .tps-filter-block.tps-filter-section-block.tps-filter-clarity,
  .tps-filter-block.tps-filter-section-block.tps-filter-looking,
  .tps-filter-more-filters-wrapper .tps-filter-block,
  .tps-filter-block.tps-filter-section-block.tps-filter-fancy-color,
  .tps-filter-section-block-video-imag-wrapper,
  .tps-filter-section-block-threex-quickship-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-report,
   .tps-filter-block.tps-filter-section-block.tps_filter_search {
    width: 48.6%;
  }

  .tps-carat-cut-filter-wrapper, .tps-filter-block.tps-filter-section-block.tps-filter-clarity {
    flex-direction: row;
    width: 100%;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-carat,
  .tps-filter-block.tps-filter-section-block.tps-filter-cut {
    width: 48.6%;
  }

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

  .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div:before {
    left: auto;
    right: 6px;
  }

  .tps-mobile-filter-button-section.tps-sticky-btn {
    padding: 15px;
  }

  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
    width: 200px;
  }

  .tps-mobile-filter-button-section.tps-desktop-hide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu {
    position: absolute !important;
    background: var(--bgcolor-white);
  }
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-info .tps-single-info {
    margin-bottom: 4px;
  }

  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul,
  .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul,
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul {
    margin: 0;
  }

  .tps-advanced-filter-button-section {
    margin-top: 10px;
  }

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

  .tps-diamond-listing-heading h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .tps-diamondlist-top-tab ul li a span.tps-mobile-hide {
    width: auto !important;
    background: none !important;
  }

  .tps-diamondlist-top-tab ul {
    justify-content: center;
  }

  .tps-diamondlist-top-tab ul li {
    width: 48%;
  }

  .tps-diamondlist-top-tab ul li a span.tps-tab-icon-natural-coloured,
  .tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-laboratoire,
  .tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-naturel,
  .tps-diamondlist-top-tab ul li a span.tps-tab-icon-diamant-laboratoire {
    content: "";
    width: 30px;
    height: 30px;
    display: block !important;
    background-image: url(diamond-list-icon.svg);
  }

  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-white a span,
  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire a span {
    background-position: -13px -230px;
  }

  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire a span,
  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-diamant-laboratoire a span {
    background-position: -58px -230px;
  }

  .tps-diamondlist-top-tab ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tps-diamond-field-popup-content {
    max-width: 400px;
  }

  .tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 2%;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-report ul.tps-filter-report-list {
    justify-content: flex-start;
  }

  .tps-filter-tabs-container {
    position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    transform: translateY(0);
    z-index: 0;
    padding: 0;
    border-radius: 0 0 20px 20px;
    overflow: unset;
    overflow-y: unset;
    padding: 0;
  }

  .tps-diamondlist-top-tab {
    background: var(--bgcolor-white);
    border-radius: 15px 15px 0 0;
    padding:15px 15px 0px;
  }

  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr;
  }

  .tps-advanced-filter-button-section {
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-report .ui-slider-horizontal {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tps-diamond-listing-heading h2 {
    font-size: 20px;
  }

  .tps-diamond-result-tabs .tps-listing-tabs {
    flex-direction: unset;
  }

  .tps-diamondlist-top-tab ul li {
    width: auto;
  }

  .tps-diamond-listing-tabs-sort-by,
  .tps-diamond-listing-tabs-sort-by-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 15px 1%;
    align-items: center;
  }

  .tps-diamond-listing-tabs-sort-by-switcher {
    padding-bottom: 5px;
    position: relative;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type {
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    background-image: url(diamond-list-icon.svg);
    border: 1px solid var(--bgcolor-3);
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-grid-view {
    background-position: -421px -6px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-list-view {
    background-position: -469px -6px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-grid-view.active {
    background-position: -421px -46px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-list-view.active {
    background-position: -469px -46px;
  }
  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    grid-gap: 5px;
  }

  div#tps_diamond_list_view_container {
        position: relative;
    border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 15px;
    }
  .tps-diamond-list-view-container .tps-table-header li.table-head span {
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: var(--bgcolor-white);
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
  }

.tps-diamond-list-view-container .tps-table-header {
        flex-wrap: wrap;
        margin: 0;
        list-style: none;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        color: var(--bgcolor-white);
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background: var(--bgcolor-1);
        text-transform: capitalize;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid var(--bgcolor-white);
        border-radius: 15px 15px 0 0;
    }

  .tps-diamond-list-view-container .tps-table-header li {
    position: relative;
    display: flex;
    justify-content: center;
    color: var(--bgcolor-white);
  }

  .tps-diamond-list-view-container .tps-table-header li .tps-sort-icon {
    width: 20px;
    height: 15px;
    display: block;
    background-image: url('diamond-list-icon.svg');
    transition: .3s ease;
    cursor: pointer;
    position: absolute;
    top: 0;
  }

  span.table-head.table-head-carat.tps-carat-sort,
  li.table-head.table-head-price.tps-price-sort {
    display: flex;
    justify-content: center;
  }

  .tps-diamond-list-view-container .tps-table-header span .tps-sort-icon.tps-arrow-down {
    background-position: -213px -228px;
  }

  .tps-diamond-list-view-container .tps-table-header span .tps-sort-icon.tps-arrow-up {
    background-position: -213px -241px;
  }

  .tps-diamond-list-view-container .tps-desktop-table-row span.table-data {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--bgcolor-1);
    padding: 13px 0px;
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row {
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
  }
  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li:last-child .tps-desktop-table-row {
    border-radius: 0 0 15px 15px;
}
.tps-table-data ul.tps-diamondlist-result-list-view-items-list li.diamond-row-active:last-child .tps-desktop-table-row{
  border-radius: 0 0 0px 0px;
}
  .tps-diamond-list-view-container .tps-desktop-table-row span.table-data.table-data-compare a {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(diamond-list-icon.svg);
    background-position: -251px -16px;
    font-size: 0;
  }

  .tps-diamond-list-view-container .tps-desktop-table-row span.table-data.table-data-view::after {
    content: '';
    width: 20px;
    height: 15px;
    background-image: url('diamond-list-icon.svg');
  }

  .tps-diamond-list-view-container .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-down:after {
    background-position: -396px -422px;
  }

  .tps-diamond-list-view-container .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-up::after {
    background-position: -445px -422px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:nth-child(odd) .tps-desktop-table-row {
    background-color: var(--bgcolor-2);
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:nth-child(even) .tps-desktop-table-row {
    background-color: var(--bgcolor-white);
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row {
    background-color: var(--bgcolor-1) !important;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data {
    color: var(--bgcolor-white) !important;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-view.tps-arrow-up:after {
    background-position: -345px -422px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-compare a {
    background-position: -290px -16px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row .table-data-compare input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    margin: 0px;
    cursor: pointer;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row .table-data-compare input[type=checkbox]+span.tps-diamondlist-compare-span::before {
    content: '';
    cursor: pointer;
    display: block;
    font-size: 35px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: opacity .2s;
    content: " ";
    left: 50%;
    background-image: none;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 1px solid var(--bgcolor-1);
    color: #583e80;
    transform: translate(-50%, -50%);
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row .table-data-compare input[type=checkbox]:checked+.tps-diamondlist-compare-span::before {
    background-image: url('diamond-list-icon.svg');
    background-position: -16px -157px;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon {
    position: relative;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon:before {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-rond:before {
    background-image: url('rond.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-asscher:before {
    background-image: url('asscher.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-emeraude:before {
    background-image: url('emeraude.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coeur:before {
    background-image: url('coeur.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-marquise:before {
    background-image: url('marquise.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-poire:before {
    background-image: url('oval.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-poire:before {
    background-image: url('poire.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-princesse:before {
    background-image: url('princesse.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-radiant:before {
    background-image: url('radiant.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-oval:before {
    background-image: url('oval.svg');
  }

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-coussin:before {
    background-image: url('coussin.svg');
  }

  .tps-table-data ul li.tps-diamondlist-result-list-view-item .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper {
    background-color: var(--bgcolor-white);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .tps-table-data ul li.tps-diamondlist-result-list-view-item:last-child .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper{
    border-radius: 0 0 15px 15px;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info {
    position: relative;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close {
    width: 21px !important;
    height: 21px !important;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block !important;
    padding: 0 !important;
    background-image: url('diamond-list-icon.svg');
    background-position: -129px -195px;
    transition: .5s ease !important;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
  }
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-media img {
        width: 100%;
        max-width: 100%;
        margin: auto;
        object-fit: scale-down;
    }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-media {
    width: 20%;
    text-align: center;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row {
        width: 35%;
        margin-left: 22%;
    }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table {
        width: 80%;
        display: inline-block;
        padding-left: 20px;
    }



  .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-view-title {
    font-size: 18px;
    color: var(--bgcolor-1);
    margin: 0px 0 15px;
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
  }

  .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-view-price {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    color: var(--bgcolor-1);
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px 10px;
    padding-top: 20px;
  }

    .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info {
        display: flex;
        justify-content: space-between;
        padding: 0;
        flex-direction: column;
        grid-gap: 7px 0px;
    }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info span {
    color: var(--bgcolor-1);
    font-family: 'Jost', sans-serif;
    transition: 0.3s ease;
    font-style: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info span.tps-txt-info {
    color: var(--bgcolor-1) !important;
    font-weight: 400 !important;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info .tps-txt-info a {
    position: relative;
    color: var(--bgcolor-1) !important;
  }

  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info .tps-txt-info a:before {
    content: '' !important;
    width: 100% !important;
    height: 1px !important;
    background-color: var(--bgcolor-1) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
  }

  /* list view design end */
  .tps-filter-container .tps-filter-tabs-container ul.tps-filter-tabs {
    position: relative;
    background: transparent;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--bgcolor-3);
    column-gap: 6%;
    padding: 10px 0px;
  }

}

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

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

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
    padding-left: 0;
  }

  .tps-diamond-listing-tabs-sort-by,
  .tps-diamond-listing-tabs-sort-by-switcher {
    justify-content: space-between;
    width: 92.5%;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter span.tps-selected-sort-value {
    margin-left: 0px;
  }

  .tps-mobile-section {
    width: 100%;
    padding: 0;
  }

  .tps-diamond-listing-tabs-sort-by,
  .tps-diamond-listing-tabs-sort-by-switcher {
    justify-content: flex-start;
  }

  .tps-diamond-result-tabs .tps-listing-tabs {
    flex-direction: unset !important;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-by .tps-sort-dropdown .tps-dropdown-toggle span.tps-sort-by-value {
    border-bottom: 1px solid var(--bgcolor-1)
  }

  .tps-diamond-result-tabs {
    grid-gap: 20px;
  }

  .tps-diamond-result-tabs .tps-listing-tabs:after {
    right: -10px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher {
    margin-bottom: 0px;
  }

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li {
    width: 32%;
  }

  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

@media (min-width: 991px) {
 /* .tps-diamond-listing-tabs-sort-by-switcher.sticky {
    top: 9%;
  }*/

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section.tps-mobile-hide {
    margin-left: auto;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter,
  .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter {
    padding-left: 0;
  }

  .tps-sort-section.tps-sort-section-desktop.tps-grid-sort-section .tps-sort-filter span.tps-selected-sort-value {
    margin-left: 0;
  }

  .tps-diamond-listing-tabs-sort-by-switcher {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media (min-width: 992px) {

  .tps-mobile-section span.tps-mobile-filter-close {
    display: none;
  }

  .tps-mobile-section {
    padding: 0;
  }

  .tps-mobile-section {
    width: 100%;
  }

  .load-more-button-refine-results {
    padding: 0 15px;
  }

}

@media (min-width: 1024px) {
    .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table {
    width: 62%;
    display: inline-block;
    padding-left: 20px;
  }
    .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-btn-row {
    width: 15%;
    margin-left: 0;
  }
  .tps_filter_search .tps-search-filter-wrapper input {
        max-width: 70%;
    }
  .filters-icon-text a:after {
    right: -7px;
  }

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

  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
    width: 14.2%;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-shape,
  .tps-price-clarity-filter-wrapper,
  .tps-carat-cut-filter-wrapper,
  .tps-filter-block.tps-filter-section-block.tps-filter-color,
  .tps-filter-block.tps-filter-section-block.tps-filter-report,
  .tps-filter-block.tps-filter-section-block.tps-filter-threex,
  .tps-filter-block.tps-filter-section-block.tps-filter-fancy-color,
  .tps-filter-block.tps-filter-section-block.tps-filter-looking,
  .tps-filter-block.tps-filter-section-block.tps-filter-flour,
  .tps-filter-block.tps-filter-section-block.tps-filter-polish,
  .tps-filter-block.tps-filter-section-block.tps-filter-symme,
  .tps-filter-block.tps-filter-section-block.tps-filter-table,
  .tps-filter-block.tps-filter-section-block.tps-filter-depth,
  .tps-filter-block.tps-filter-section-block.tps-filter-ratio,
  .tps-filter-block.tps-filter-section-block.tps_filter_search,
  .tps-filter-section-block-video-imag-wrapper,
  .tps-filter-section-block-threex-quickship-wrapper {
    width: 32%;
  }

  .tps-filter-block.tps-filter-section-block.tps-filter-carat,
  .tps-filter-block.tps-filter-section-block.tps-filter-cut,
  .tps-filter-block.tps-filter-section-block.tps-filter-clarity {
    width: 100%;
  }

  .tps-carat-cut-filter-wrapper {
    flex-direction: column;
  }

  .tps-diamond-grid-view-container ul li .tps-diamondlist-item-media-div .tps-diamondlist-media-loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid var(--bgcolor-main);
    border-right: 3px solid transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 43%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg)
    }

    100% {
      transform: rotate(360deg)
    }

  }

  .tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div,
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div,
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe {
    height: 334px;
  }
}


@media (min-width: 1199px) {
  .tps-diamond-listing-tabs-sort-by {
    width: 95%;
  }

/*  .tps-embed-media-container embed {
    display: none;
  }*/

  .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item.diamond-row-active .tps-desktop-table-row span.table-data.table-data-compare a {
    background-position: -290px -16px;
  }

  .tps-diamond-list-view-container .diamond-row-active .tps-desktop-table-row span.table-data.table-data-compare a {
    background-position: -313px -16px;
  }

 

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul {
    gap: 5px;
  }

.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li {
        width: 23.8%;
    }
  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1265px) {
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
    width: 8.9%;
  }
}


@media (min-width: 1440px) {
  .tps-ringbuilder-top-banner.banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }
  .tps_filter_search .tps-search-filter-wrapper input {
        max-width: 78%;
    }
}

@media (max-width: 1580px) {

  
  .tps-container {
    padding: 0 3% !important;
  }

  .tps-reset-filter-button-section.tps-mobile-hide {
    position: absolute;
    right: 0;
    top: 0;
  }

  .tps-diamond-listing-tabs-sort-by-switcher.sticky,
  .tps-list-table-header.sticky-list {
    max-width: 1348px;
  }

}

@media (max-width: 1199px) {

  .tps-diamond-listing-tabs-sort-by-switcher.sticky,
  .tps-list-table-header.sticky-list {
    max-width: 100%;
    left: 0;
  }
}

@media (max-width: 992px) {

  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon {
    margin-bottom: 4px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher {
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  .tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main .tps-selected-filter .tps-selected-filter-container ul {
    grid-gap: 0px 8px;
    flex-wrap: wrap;
  }

  .tps-diamondlist-item-360-video-icon-span {
    bottom: 42%;
  }
  
}

@media(min-width: 767px) and (max-width: 1199px) {
  .tps-diamond-list-view-container {
    width: 100%;
  }

  .tps-diamond-list-view-container .tps-list-table-header.tps-4-new-filter-added ul.tps-table-header,
  .tps-table-data.tps-4-new-filter-added {
    width: 1260px;
  }

  .tps-diamond-list-view-container::-webkit-scrollbar {
    width: 2px;
    background-color: #fdf6f4;
  }

  .tps-diamond-list-view-container::-webkit-scrollbar-track {
    background-color: #fdf6f4;
  }
}