/** Shopify CDN: Minification failed

Line 3038:1 Expected percentage but found "."
Line 3179:1 Expected "}" to go with "{"

**/
/*********** Code Created by TransPacific Software Pvt. Ltd********************/
* {
  box-sizing: border-box;
}

:root {
  --bgcolor-trans: transparent;
  --bgcolor-main: #00a896;
  --bgcolor-1: #323232;
  --bgcolor-2: #EFEFEF; 
  --bgcolor-3: #7B7B7E;
  --bgcolor-4: #F7F7F7; 
  --bgcolor-white: #FFFFFF;
  --labcolor-main:#00a896;
}

body {
  overflow-x: initial;
      font-family: Avenir Next, sans-serif;
}

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

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--bgcolor-1);
  font-family: var(--font-heading-family) !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;
}

.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 {
  color: var(--bgcolor-1);
  text-decoration: none;
}

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


/* tab section design start */

.tps-diamondlist-top-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5%;
  margin: 20px 0px;
  padding: 0px;
  border-bottom:1px solid var(--bgcolor-2);
}
.tps-diamondlist-top-tab ul li a {
    padding: 5px;
    display: flex;
    border-bottom: 2px solid transparent;
    transition: .3s ease;
    color: var(--bgcolor-1);
    border-radius: 2px;
    align-items: center;
    grid-gap: 4px;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-family: avenir next, sans-serif;
    text-align:center;
    padding: 0 0 6px 0px;
}

.tps-diamondlist-top-tab ul li.active a {
  border-color: var(--bgcolor-main);
  color: var(--bgcolor-main);  
  cursor:default;
}
.tps_lab_white_diamonds .tps-diamondlist-top-tab ul li.active a, .tps_lab_colour_diamonds .tps-diamondlist-top-tab ul li.active a{
  border-color: var(--labcolor-main);
  color: var(--labcolor-main);  
}
.tps_natural_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white.active a{
  border-color: var(--labcolor-main);
  color: var(--labcolor-main);  
}
.tps-diamondlist-top-tab ul li a span:nth-child(1) {
    content: "";
    width: 40px;
    height: 40px;
    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-natural-white-diamonds a span {
  background-position: -6px -6px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white-diamonds a span{
  background-position: -64px -6px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured a span {
  background-position: -123px -6px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured a span{
  background-position: -184px -5px;
}
.tps-diamond-listing-heading h2 {
    text-align: center;
    font-size: 18px !important;
    line-height: 28px !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: 15px;
  align-items: center;
  position:relative;
  padding-left: 10px;
}
.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;
}
.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: 180px;
    background-color: var(--bgcolor-2);
    outline: none;
    box-shadow: none;
    padding: 7px;
    display: block;
}


.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: 10px;
  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: 10px;
    position: relative;
    font-family: avenir next, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tps-mobile-section {
    width: 55%;
    background: #fff;
    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-short-by-filter-icon {
    display: flex;
    grid-gap: 5px;
  align-items:center;
}
.tps-grid-sort-section .tps-sort-dropdown .tps-sort-dropdown-menu .tps-sort-option .tps-short-by-filter-icon span.short-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(diamond-list-icon.svg);
    background-position: -312px -711px;
    width: 22px;
    height: 22px;
    display: block;
}
.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: -354px -711px;
}
.tps-diamond-result-tabs .tps-dia-count {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.tps-diamond-list-grid-container {
    margin-top: 20px;
}

.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: center;
  align-items: center;
  position: relative;
  cursor:pointer;
  text-align:center;
}
.tps-diamond-result-tabs .tps-listing-tabs{
  flex-direction:column;
  font-size: 13px;
  gap:5px;
}
.tps-diamond-result-tabs {
  grid-gap: 20px;
}

.tps-diamond-result-tabs .tps-listing-tabs:after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: var(--bgcolor-3);
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  right: -10px;
}
.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-main);
  margin: auto;
  text-align: center;
  max-width: 250px;
  position: relative;
}
.tps_lab_colour_diamonds .tps-toast-msg-popup-wrapper .tps-toast-msg-popup,
.tps_lab_colour_diamonds .tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup,
.tps_lab_white_diamonds .tps-toast-msg-popup-wrapper .tps-toast-msg-popup,
.tps_lab_white_diamonds .tps_wishlist_toast_msg_popup_wrapper .tps_wishlist_toast_msg_popup{
  background-color: var(--labcolor-main);
}
.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, .tps-diamond-list-view-container ul.tps-diamondlist-result-list-view-items-list {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-left: 0;   
}
.tps-diamond-list-view-container ul.tps-diamondlist-result-list-view-items-list{
      grid-gap: 0px;
}
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: avenir next, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: var(--bgcolor-1);
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    height: 300px;
    justify-content: center;
    border: 1px solid var(--bgcolor-1);
}
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li {
    cursor: pointer;
    transition: .3s;
    border: 1px solid #f1f1f133;
    position: relative;
}
.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: 345px;
    /* padding-bottom:90%; */
}
  .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;
}
.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: pointer;
        height: 350px;
    }
    .tps-diamond-grid-view-container ul .tps-diamondlist-item-media-div .tps-diamondlist-video-iframe-div iframe{
       height: 350px;
        width:100%;
    }
    .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 ul .tps-diamondlist-item-info-span {
          margin-left: auto;
          position: absolute;
          z-index: 1;
          right: 15px;
          top: 15px;
      }
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span ul {
    display: block;
    padding: 0;
  }
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li {
    box-shadow: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom:10px;
    background:var(--bgcolor-white);
    position: relative;
      border:0;
}
 .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare{
   border:0;
 }
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.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 ul .tps-diamondlist-item-info-span li.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 ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare.active input+span {
        background-position: -452px -463px;
        background-color: var(--bgcolor-main);
        border-radius: 50%;
    }
.tps_lab_white_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare.active input+span,
.tps_lab_colour_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare.active input+span{
   background-color: var(--labcolor-main);
}
.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;
}
.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: 4%;
}
.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span ul.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 ul.tps-diamondlist-item-badget-span-list li{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    color: #202021;
    text-align: center;
    font-family: avenir next, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 20px;
    border:0;    
}
.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-item-badget-span ul.tps-diamondlist-item-badget-span-list li.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 ul.tps-diamondlist-item-badget-span-list li.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-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn {
    background-color: var(--bgcolor-white);
    padding: 10px;
    text-align: center;
    height: 140px;
}
.tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list li .tps-diamondlist-result-grid-view-cn .tps-diamondlist-item-title {
    font-size: 16px;
    line-height: 26px;
    color: var(--bgcolor-1);
    margin: 0 0 2px 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    font-family: avenir next, sans-serif;
}
.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 10px;
    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{
    font-size: 14px;
    color: var(--bgcolor-1);
    font-weight: 400;
    font-family: avenir next, sans-serif;
    position:relative;
    padding-right:0px;
  }
.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: avenir next, sans-serif;
  font-size:18px;
  text-align:center;
}
  
/*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: 90%;
    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: 20px 15px 25px;
}
.tps-carat-filter-wrapper {
    margin: 0;
}
.tps-price-clarity-filter-wrapper, .tps-carat-cut-filter-wrapper {
    margin-bottom: 25px;
}
.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: avenir next, 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: 26px;
}
.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:-470px -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: center;
    margin-bottom: 20px;
    flex-wrap:wrap;
    row-gap:10px;
}
/* .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: 6px;
    } */
.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: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-filter-container .tps-advanced-reset-button-section .tps-reset-filter-button-section a.tps-reset-filter.tps-reset-popup {
    padding-left: 32px;
      cursor: pointer;
  display:flex;
}
.tps-filter-tabs-container .tps-reset-filter-confirm-popup-div {
    position: absolute;
    width: 215px;
    right: 0;
    background-color: var(--bgcolor-main);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 2;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 999999;
    cursor: default;
    left: -40px;
    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;
    right: 0;
    top: -9px;
    right: auto;
    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:var(--font-body-family);
  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: avenir next, sans-serif;
      display: block;
}
.tps-price-clarity-filter-wrapper, .tps-carat-cut-filter-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.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{
    display: flex;
    padding-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 27px;    
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul {
    gap: 10px 30px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul{
  justify-content:flex-start;
}
.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{
  position:relative;
  text-align:center;
  width: 14%;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li{
    width: 8.9%;
}
.tps-page-title h1.tps-diamond-page-heading {
    text-align: center;
    color: var(--bgcolor-1);
    font-family: var(--font-heading-family) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tps-diamond-listing-heading {
    margin-bottom: 20px;
}

.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"]{
    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: 10px;
    border:1px solid var(--bgcolor-4);
  }

.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-round {
    background-position: -6px -499px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-round {
    background-position: -6px -551px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-princess {
    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-princess {
    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-emerald {
    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-emerald {
    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-pear {
    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-pear {
    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-heart {
    background-position: -445px -499px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-heart {
    background-position: -445px -551px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
    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-cushion {
    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-main);
  }

.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-1);
    text-align: center;
    font-family:var(--font-body-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    position:relative;
    opacity:0;
}
 .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-main);
  opacity:1;
} 
 .tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-label, 
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li.selected .tps-filter-fancy-color-label{
  color:var(--labcolor-main);
} 
.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: 17.5%;
}
.tps-filter-block.tps-filter-section-block.tps-filter-report {
  width:100%;
}

.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul .tps-filter-report-label {
    display: block;
    padding: 12px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: var(--bgcolor-white);
    border: 1px solid var(--bgcolor-2);
    font-size: 12px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li.selected .tps-filter-report-label{
  background-color: var(--bgcolor-main);
  color:var(--bgcolor-white);
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li.selected .tps-filter-report-label,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li.selected .tps-filter-report-label{
  background-color: var(--labcolor-main);
}
.tps_lab_white_diamonds .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div, .tps_lab_white_diamonds .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div:before,
.tps_lab_colour_diamonds .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div, .tps_lab_colour_diamonds .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div:before{
   background-color: var(--labcolor-main);
}

.tps-filter-color-clarity-cut-wrapper, .tps-filter-more-filters-wrapper {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
    padding-top: 10px;
}
.ui-slider-horizontal .ui-slider-range{
    background: var(--bgcolor-main);
    position: absolute;
    z-index: 0;
    height: 2px;
    border-radius: 5px;
}
.ui-slider-horizontal {
  height: 2px;
  margin-top: 10px;
  background:var(--bgcolor-3);
  /* border-color: var(--bgcolor-3) !important; */
      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-main) !important;
    box-shadow: none !important;
    width: 18px !important;
    height: 18px !important;
    top: -8px !important;
    border-radius: 50%;
    border-width: 2px;
    border: 2px solid var(--bgcolor-main);
    cursor: pointer;
}


.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 0 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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: avenir next, 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: 80px;
    height: 28px;
    border-radius: 0px;
    background-color: var(--bgcolor-white);
    border: 1px solid var(--bgcolor-2);
    color: var(--bgcolor-1);
    text-align: center;
    font-family: avenir next, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0px 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: 155px;
}
.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;
}
.tps-selected-filter-wrapper.tps-diamond-selected-filter-wrapper .tps-filter-main {
    background: var(--bgcolor-2);
    padding: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: avenir next, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 30px;
    cursor:pointer;
    display: flex;
    align-items: center;
}
.tps-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;
    column-gap: 5px;
    row-gap:5px;
    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: avenir next, 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: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin:0;
  flex-wrap:wrap;
}
.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: avenir next, sans-serif;
  font-size: 16px;
  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{
   color: var(--bgcolor-1);
  font-family: avenir next, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
    position:relative;
}
.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{
    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: avenir next, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 24px 0 0;
    position: relative;
    /* width: 100%;
    max-width: 204px; */
    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: -396px -420px;
}
.tps-advanced-filter-button-section button span.tps-arrow-up{  
    background-position: -446px -420px;
}
.tps-filter-details.tps-filter-more-filters {
    margin-top: 20px;
  padding:0;
}
.tps-filter-tabs-container {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  margin-left: -100%;
  height: 100% !important;
  background-color: var(--bgcolor-white);
  transition: all 0.5s linear;
  z-index: 99;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0px 0px 50px;
}
.tps-advanced-filter-button-section {
  text-align: center;
  margin-top: 30px;
  padding: 0;
}
.tps-filter-container.tps-mobile-filters .tps-filter-tabs-container {
   margin-left: 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: 48px;
        display:none
    }
.tps-appy-filter-section button {
    width: 100%;
    margin: 0px 0 0 0;
    box-sizing: border-box;
    padding: 15px;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: var(--bgcolor-main);
    color: var(--bgcolor-white);
    z-index: 9;
    font-family: avenir next, 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{
    padding-left:10px;
    margin:0;
}
  .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{    
    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 {
    display: flex;
    grid-gap:5px;
    position:relative;
}
.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{
   width: 25px;
    height: 25px;
    background: url(diamond-list-icon.svg);
    display: block;
    background-position: -15px -709px;
    font-size: 0;
}
    body.tps-mobile-filters-open {
        height: 100% !important;
        overflow: hidden !important;
        position: fixed !important;
    }
.tps-mobile-filter-button-section button {
    display: block;
    margin: auto;
    background: var(--bgcolor-main) !important;
    color: var(--bgcolor-white);
    font-family: avenir next, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    border: 1px solid var(--bgcolor-main);
    width: 115px;
    /* height: 50px; */
    border-radius: 18px;
    text-align: left;
    position: relative;
}
.tps-mobile-filter-button-section button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block !important;
    background: url(diamond-list-icon.svg);
    background-position: -63px -462px !important;
    position: absolute;
    top: 5px;
    right: 6px;
}
.tps-mobile-filter-button-section.tps-desktop-hide .tps-sort-section.tps-sort-section-mobile.tps-grid-sort-section .tps-sort-filter{
  margin:0;
  grid-gap: 7px;
  border: 1px solid var(--bgcolor-main);
  border-radius: 18px;
  height: 100%;
}
.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);
    }
.tps-mobile-filter-button-section {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
.tps-load-more-button-section {
    margin-top: 20px;
      text-align: center;
}
.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 {
    font-size: 16px;
    color: var(--bgcolor-1);
    text-align: center;
    font-family: avenir next, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid var(--bgcolor-3);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.tps-load-more-button-section button {
    font-family: avenir next, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    border: 0;
    background: transparent;
    text-align: center;
    margin: auto;
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
    color:var(--bgcolor-1);
}

.tps-refine-your-reult-section {
    text-align: center;
}
.tps-refine-your-reult-section span{
    font-size: 10px;
    font-weight: 300;
  cursor:pointer;
}
.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: 21px;
    height: 21px;
    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_lab_white_diamonds .tps-diamond-field-popup-content span.tps-diamond-field-popup-close,
.tps_lab_colour_diamonds .tps-diamond-field-popup-content span.tps-diamond-field-popup-close{
    background-position: -105px -712px;
}
.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: avenir next, sans-serif;
    position: relative;
    padding-right: 0;
}
.tps-diamond-result-tabs .tps-listing-tabs.active-tab {
    color: var(--bgcolor-main);
    font-weight: 600;
    cursor:default;
}
.tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image 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{
    content: '';
    cursor: pointer;
    display: block;
    font-size: 35px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: opacity .2s;
    content: " ";
    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-media .tps-media-filter-wrapper ul li.tps-filter-media-image input[type=checkbox]:checked + .tps-diamondfilter-img-span::before{
      background-image: url('diamond-list-icon.svg');
      background-position: -16px -157px;
  }
   .tps_lab_white_diamonds .tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image input[type=checkbox]:checked + .tps-diamondfilter-img-span::before,
.tps_lab_colour_diamonds .tps-filter-block.tps-filter-section-block.tps-filter-media .tps-media-filter-wrapper ul li.tps-filter-media-image input[type=checkbox]:checked + .tps-diamondfilter-img-span::before{
      background-image: url('diamond-list-icon.svg');
      background-position: -17px -128px;
  }


/*end */
/* lab dimond lsiting filter color changes css start */
.tps_lab_white_diamonds .ui-slider .ui-slider-handle, .tps_lab_white_diamonds .white_diamond_wrap .ui-slider .ui-slider-handle, .tps_lab_white_diamonds .ui-slider-horizontal .ui-slider-range,
.tps_lab_colour_diamonds .ui-slider .ui-slider-handle, .tps_lab_colour_diamonds .white_diamond_wrap .ui-slider .ui-slider-handle, .tps_lab_colour_diamonds .ui-slider-horizontal .ui-slider-range{
   background: var(--labcolor-main) !important;
   border-color:var(--labcolor-main);
}
.tps_lab_white_diamonds .tps-diamond-result-tabs .tps-listing-tabs.active-tab,
.tps_lab_colour_diamonds .tps-diamond-result-tabs .tps-listing-tabs.active-tab{
    color: var(--labcolor-main);
    font-weight: 600;
    cursor: default;
}

.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li.selected .tps-filter-fancy-color-icon{
  border-color:var(--labcolor-main);
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-label,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-label{
      color: var(--labcolor-main);
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-round,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-round {
    background-position: -6px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-princess,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-princess{
    background-position: -56px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-emerald,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-emerald{
    background-position: -394px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-asscher,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-marquise,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-oval,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-radiant,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-pear,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-pear{
    background-position: -349px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-heart,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-heart{
    background-position: -445px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-cushion,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li.selected .tps-filter-shape-icon.tps-filter-shape-icon-cushion {
    background-position: -109px -605px;
}

.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-round:before{
    background-image: url('round-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-emerald:before{
    background-image: url('emerald-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-heart:before{
    background-image: url('heart-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-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.diamond-row-active .tps-desktop-table-row span.table-data-shape-image .tps-shape-icon.tps-shape-icon-pear:before{
    background-image: url('pear-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-princess:before{
    background-image: url('princess-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-cushion:before{
    background-image: url('cushion-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;
    }

.Footer--withMargin {
        margin-top: 30px;
    }
/* lab dimond lsiting filter color chnages css end */
/* 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: none;
  }
 
  .tps-embed-media-container:hover embed {
      display: block;
  }
 
  .tps-embed-media-container:hover img {
      display: none;
  }
  .tps-video-click-overlay {
      position: absolute; 
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0); /* Fully transparent */
      cursor: pointer;
  }
  .tps-tab-disabled{
    opacity:0.5;
    pointer-events:none;
  }
/*end*/

@media (hover: hover) {
  .tps-diamond-field-popup-content span.tps-diamond-field-popup-close:hover{
        background-position: -127px -130px;
  }
  .tps-load-more-button-section button:hover{
      color:var(--bgcolor-main);
    }
  .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-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{
    background:var(--bgcolor-3);
    color:var(--bgcolor-white) !important;
    border-radius:4px;
    opacity:1;
    padding: 3px;
  }
  .tps-swatch-filter-heading-wrapper span.tps-diamondlist-info-icon:hover{
        background-position: -380px -334px;
  }
  .tps-diamondlist-top-tab ul li:hover a, .tps_lab_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-white:hover a,
  .tps_lab_white_diamonds .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,
  .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-white:hover a{
    border-color: var(--bgcolor-main);
    color: var(--bgcolor-main);
  }
  .tps_natural_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white:hover a,
  .tps_natural_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured:hover a,
  .tps_lab_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white:hover a,
  .tps_lab_white_diamonds .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured:hover a,
   .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white:hover a,
   .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured:hover a{
    border-color: var(--labcolor-main);
    color: var(--labcolor-main);
  }
  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-grid-view.active,
  .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: -416px -42px;
  }

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-list-view.active,
  .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: -464px -42px;
  }
   .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-main) !important;
  }
  .tps_lab_white_diamonds .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_lab_white_diamonds .tps-table-data ul.tps-diamondlist-result-list-view-items-list li.tps-diamondlist-result-list-view-item:hover .tps-desktop-table-row,
  .tps_lab_colour_diamonds .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_lab_colour_diamonds .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(--labcolor-main) !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 .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-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 , 
   .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-round: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-round:before{
    background-image: url('round-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-emerald: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-emerald:before{
    background-image: url('emerald-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-heart: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-heart:before{
    background-image: url('heart-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-pear: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-pear:before{
    background-image: url('pear-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-princess: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-princess:before{
    background-image: url('princess-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-cushion: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-cushion:before{
    background-image: url('cushion-white.svg');
  }
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close:hover {
    background-position: -93px -195px;
  }
 .tps_lab_white_diamonds .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close:hover, 
  .tps_lab_colour_diamonds .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close:hover,
   .tps_lab_white_diamonds .tps-diamond-field-popup-content span.tps-diamond-field-popup-close:hover, 
  .tps_lab_colour_diamonds .tps-diamond-field-popup-content span.tps-diamond-field-popup-close:hover{
    background-position: -69px -712px;
  }
  .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;
    border-radius: 5px;
    color: var(--bgcolor-main) !important;
  }
  .tps_lab_white_diamonds .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_lab_white_diamonds .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,
  .tps_lab_colour_diamonds .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_lab_colour_diamonds .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{
    color: var(--labcolor-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);
    border-color: var(--bgcolor-1);
  }
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare:hover input+span {
        background-position: -452px -463px;
        background-color: var(--bgcolor-main);
        border-radius: 50%;
    }
  .tps_lab_white_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare:hover input+span,
  .tps_lab_white_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-info span.tps-diamond-info-span:hover,
  .tps_lab_colour_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-compare:hover input+span,
  .tps_lab_colour_diamonds .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.tps-diamondlist-result-grid-info span.tps-diamond-info-span:hover{
    background-color: var(--labcolor-main);
  }
  .tps-diamond-grid-view-container ul .tps-diamondlist-item-info-span li.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{
    background-color: var(--bgcolor-main);
    color:var(--bgcolor-white);
  }
   .tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li:hover .tps-filter-report-label,
  .tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li:hover .tps-filter-report-label{
    background-color: var(--labcolor-main);
    color:var(--bgcolor-white);
  }
  
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-round {
    background-position: -6px -551px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-princess {
    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-emerald {
    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-pear {
    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-heart {
    background-position: -445px -551px;
}
.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;
  }
  .tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-round,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-round {
    background-position: -6px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-princess,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-princess{
    background-position: -56px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-emerald,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-emerald{
    background-position: -394px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-asscher,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-marquise,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-oval,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-radiant,
.tps_lab_colour_diamonds .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 -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-pear,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-pear{
    background-position: -349px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-heart,
.tps_lab_colour_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-heart{
    background-position: -445px -605px;
}
.tps_lab_white_diamonds .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li:hover .tps-filter-shape-icon.tps-filter-shape-icon-cushion,
.tps_lab_colour_diamonds .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 -605px;
}
  
}
@media (min-width:420px) {
 .tps-mobile-filter-button-section.tps-desktop-hide {
      justify-content: space-between;
          flex-wrap: nowrap;
  }
  /* .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: 6px;
    } */
  .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: 640px) {
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list{
    grid-template-columns: 1fr 1fr;     
  }
}
@media (min-width: 767px) {
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list {
      grid-template-columns: 1fr 1fr;     
  }
  .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 20px 14px;
        font-family: avenir next, sans-serif;
        font-weight: 400 !important;
        margin-bottom: 0;
        border: 1px solid var(--bgcolor-main);
        letter-spacing: 1px;
        font-size: 14px;
        background-color: var(--bgcolor-main);
        border-radius: 5px;
        color: var(--bgcolor-white);
        position: relative;
        text-transform: capitalize;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        text-align: center;
        cursor: pointer;
        margin-top: 16px;
    }
  .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: 768px) {
  .tps-filter-container {
        margin-top: 30px;
        padding-bottom: 6%;
    }
}
@media (max-width: 767px) {
 
  .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: 150px;  
  }
  .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: 10px;
    }
}


@media (min-width: 768px) {
  .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div{
        left: auto;
  }
  .tps-filter-tabs-container .tps-reset-filter-confirm-popup-div:before {
    right: 10px;
    left: auto;
}
  
  .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 {
   gap: 10px 13px;
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul{
   gap: 8px; 
}
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
        width: 8.4%;
    }
  .tps-price-filter-wrapper .tps-slider-values .tps-slider-min, .tps-price-filter-wrapper .tps-slider-values .tps-slider-max {
    width: 130px;
}
  .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: 20px;
}

  .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);
}
  .tps_lab_white_diamonds .tps-diamond-list-view-container .tps-table-header,
  .tps_lab_colour_diamonds .tps-diamond-list-view-container .tps-table-header{
  background: var(--labcolor-main) !important;
}
  .tps-load-more-button-section {
    margin-top: 30px;
}
 .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-filter-container {
        margin-top: 30px;
        padding-bottom: 7%;
    }
  .tps-diamondlist-top-tab ul {
    justify-content: center;
}
  
.tps-diamondlist-top-tab ul li {
    width: 48%;
}
.tps-diamondlist-top-tab ul li a span:nth-child(1) {
    content: "";
    width: 25px;
    height: 25px;
    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-natural-white-diamonds a span {
  background-position: -13px -232px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-white-diamonds a span{
  background-position: -61px -232px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-natural-coloured a span {
  background-position: -108px -232px;
}

.tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured a span, .tps-diamondlist-top-tab ul li.tps-diamondlist-tab-lab-coloured a span{
  background-position: -152px -232px;
}
.tps-diamondlist-top-tab ul li a {
    display: flex;
    font-size: 12px;
    line-height:22px;
}
  .tps-page-title h1.tps-diamond-page-heading{
        font-size: 25px;
  }
  .tps-diamond-field-popup-content {
    max-width: 400px;
}
  .tps-price-clarity-filter-wrapper, .tps-carat-cut-filter-wrapper {
    margin-bottom: 0;
}
  .tps-filter-details {
    padding: 0 20px 15px;
}

  .tps-filter-block.tps-filter-section-block.tps-filter-report ul.tps-filter-report-list {
    justify-content: flex-start;
    grid-gap: 3%;
}
  .tps-filter-tabs-container {
        position: relative;
        top: 0;
        left: 0%;
        width: 100%;
        margin-left: 0;
        height: 100% !important;
        background-color: var(--bgcolor-white);
        transition: all 0.5s linear;
        z-index: 0;
    } 
  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
    grid-template-columns: 1fr 1fr;
}
  .tps-filter-color-clarity-cut-wrapper, .tps-filter-more-filters-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
    .tps-advanced-filter-button-section {
      text-align: center;
      padding-bottom: 10px;
      display: flex;
      justify-content: center;
      margin-top: 20px;
      padding:0;
    }
  .tps-filter-block.tps-filter-section-block.tps-filter-report .ui-slider-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}
 .tps-filter-details .tps-filter-color-clarity-cut-wrapper, .tps-filter-details .tps-filter-more-filters-wrapper {
    width: 100%;
}
.tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
        width: 100%;
        display: grid;
        grid-gap: 30px 24px;
        grid-template-columns: 1fr;
    }
  .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-diamondlist-top-tab ul li a { 
  font-size: 16px;
  line-height: 26px;
}
    .tps-diamond-listing-tabs-sort-by,
  .tps-diamond-listing-tabs-sort-by-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
    align-items: center;
  }

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

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

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

  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher span.tps-diamondlist-result-view-switcher-type.tps-list-view {
    background-position: -464px -3px;
  }
  .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: -416px -42px;
  }

  .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: -464px -42px;
  }
  
.tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0%;
        right: 0;
    }
  div#tps_diamond_list_view_container {
    position: relative;
  }
  .tps-diamond-list-view-container .tps-table-header {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: var(--bgcolor-white);
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: var(--bgcolor-main);
    text-transform:capitalize;
    position:relative;
    cursor:pointer;
  }
  .tps-diamond-list-view-container .tps-table-header span{
    position:relative;
  }
  .tps-diamond-list-view-container .tps-table-header span .tps-sort-icon {
    width: 20px;
    height: 15px;
    display: block;
    background-image: url('diamond-list-icon.svg');
    transition: .3s ease;
    cursor: pointer;
    position:absolute;
    right: 35px;
    top: 0;
}
  .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;
    font-size: 13px;
    line-height: 14px;
    color: var(--bgcolor-1);
    padding: 13px 0px;
    font-weight: normal;
    position: relative;
    }
  .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-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-table-data ul.tps-diamondlist-result-list-view-items-list {
    padding-left: 0;
    margin: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-4);
  }
   .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-main) !important;
  }
  .tps_lab_colour_diamonds .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_lab_white_diamonds .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(--labcolor-main) !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_lab_white_diamonds .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: -17px -127px;
  }
 
    .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-round:before {
      background-image: url('round.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-emerald:before{
    background-image: url('emerald.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-heart:before{
    background-image: url('heart.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-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-pear:before{
    background-image: url('pear.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-princess:before{
    background-image: url('princess.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-cushion:before{
    background-image: url('cushion.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-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_lab_white_diamonds .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close,
  .tps_lab_colour_diamonds .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-detail-view-close{
    background-position: -105px -711px;
  }
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-media {
    width: 25%;
    text-align: center;
  }
  .tps-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table {
    width:75%;
    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: 100%;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 28%;
    }
  .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-diamondlist-detail-view-info-table .tps-diamondlist-detail-view-title {
    font-size: 18px;
    color: var(--bgcolor-1);
    margin: 0px 0 15px;
    font-family: avenir next, sans-serif;
    text-transform: capitalize;
}
  .tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-view-price{
    font-family: avenir next, 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 4px;
     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: 0px;
    flex-direction:column;
  }
  .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 {
    font-size: 14px;
    color: var(--bgcolor-1);
    font-family: avenir next, sans-serif;
    transition: 0.3s ease;
    font-style: normal;
    font-weight: 500;
}
  .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.tps-txt-title{
    line-height:24px;
  }
.tps-diamondlist-detail-view-info-table .tps-diamondlist-detail-table-info .tps-single-info span.tps-txt-info {
        color: var(--bgcolor-3) !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-3)!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-main) !important;
    display: block !important;
    transition: width 0.5s ease !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
}
  .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 20px 14px;
    font-family: avenir next, sans-serif;
    font-weight: 400 !important;
    margin-bottom: 15px;
    border: 1px solid var(--bgcolor-main);
    letter-spacing: 1px;
    font-size: 14px;
    background-color: var(--bgcolor-main);
    border-radius: 5px;
    color: var(--bgcolor-white);
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    cursor: pointer;
  } 
  .tps_lab_white_diamonds .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,
  .tps_lab_colour_diamonds .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{
    background-color:var(--labcolor-main);
    border-color:var(--labcolor-main);
  }
  /* list view design end */

  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list {
     grid-template-columns: 1fr 1fr;
  }
  .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 {
    font-size: 14px;
  }
  .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{
        font-size: 13px;
  }
.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;
    }
  .tps-filter-tabs-container{
      overflow: unset;
      overflow-y: unset;
      padding: 0;    
  }
  .tps-filter-details{
    padding:0 0;
  }
}
@media (min-width: 900px) {
  .tps-diamond-result-tabs .tps-listing-tabs{
            flex-direction: unset !important;
  }
  .tps-diamond-result-tabs {
        grid-gap: 20px;
    }
.tps-diamond-result-tabs .tps-listing-tabs:after {
        right: -10px;
    }
  /* .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: 10px;
    } */
  .tps-diamond-listing-tabs-sort-by-switcher .tps-diamondlist-result-view-switcher {
        top: 0;
    }
  .tps-diamond-listing-tabs-sort-by-switcher {
        margin-bottom: 0px;
    }
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
  .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
        width: 16%;
    }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
        width: 8.5%;
    }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul {
    gap: 15px;
  }

}
@media (min-width: 992px) {

  .tps-mobile-section span.tps-mobile-filter-close{
    display:none;
  }
  .tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
       grid-gap: 30px 48px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tps-filter-color-clarity-cut-wrapper, .tps-filter-more-filters-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
    .tps-mobile-section {
      padding: 0;
  }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
        width: 16% !important;
    }
  .tps-mobile-section{
        width: 100%;
  }
  
}
@media (min-width: 1024px) {
.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: 200px;
   }
  .tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
        grid-gap: 30px 20px;
    }
 .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
        width: 14%!important;
    }
  .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: 290px;
  }
}
@media (min-width: 1199px) {
     .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-table-data ul li .tps-diamondlist-detail-info .tps-diamondlist-item-quick-view-wrapper .tps-diamondlist-detail-view-info-table {
        width: 60%;
    }
  .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-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul{
        gap: 5px;
  }
  .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: 200px;
   }
}
@media (max-width: 1580px) {
 .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul, .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul{
       gap: 10px 21px;
       margin: 0;
 }
  .tps-container{
    padding:0 3% !important;
  }
  .tps-reset-filter-button-section.tps-mobile-hide {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1024px) {
  /* .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li{
     width: 17%;
  } */
    .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 {
        font-size: 12px;
    }
  /* .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
    width: 17%;
  } */
}
@media (max-width: 992px) {
/* .tps-diamond-result-tabs .tps-listing-tabs {
        flex-direction: column;
    } */
    /* .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-diamond-result-tabs {
    grid-gap: 10px;
}
  .tps-diamond-result-tabs .tps-listing-tabs:after {
    right: -4px;
}
  .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 {
    grid-gap: 7px;
}
  /* .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
    width: 10%;
  } */
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li .tps-filter-fancy-color-icon {
    margin-bottom: 4px;
  }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul {
        gap: 10px 18px;
        margin: 0;
    }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul, .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul {
        gap: 10px 19px;
        margin: 0;
    }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul{
        gap: 10px 11px !important;
    }
   .tps-diamond-listing-tabs-sort-by-switcher {
    margin-bottom: 30px;
  }
}

@media (max-width: 824px) {
.tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul, .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul {
        gap: 10px;
    }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li {
        width: 22%;
    }
}
@media (max-width: 639px) {
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul li {
        width: 17%;
   }
  .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-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{
        gap: 10px 27px;
  }
  
}

  @media (min-width: 1199px) {
    .tps-diamondlist-spinner-grid-container .tps-grid-animated-background ul {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tps-diamond-grid-view-container ul.tps-diamondlist-result-grid-view-items-list {
     grid-template-columns: 1fr 1fr 1fr 1fr;
  }
   .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 {
        gap: 10px 25px;
    }
}
  @media (min-width: 1265px) {
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul{
     gap: 10px; 
  }
  .tps-filter-block .tps-swatch-filter-wrapper.tps-fancy-color-filter-wrapper ul li {
      width: 8.9%;
  }
  .tps-filter-details .tps-filter-shape-carat-price-report-wrapper {
     grid-gap: 30px 40px;
  }
}
@media (min-width: 825px) and (max-width: 1199px) and (orientation: landscape) {
  .tps-filter-block .tps-swatch-filter-wrapper.tps-shape-filter-wrapper ul, .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul {
        gap: 10px 21px;
    }

  .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 {
    grid-gap: 6px;
  }
}