/*Transpacific software --- diamond listing filter*/

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora.woff2') format('woff2'),
         url('../fonts/Lora.woff') format('woff');    
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.woff2') format('woff2'),
         url('../fonts/Inter.woff') format('woff');    
    font-style: normal;
    font-display: swap;
}

:root {  
  --font-heading: 'Lora';
  --font-body: 'Inter';
  /*--bgcolor-main: #A8741A; */
  --bgcolor-main: #000080;
  --bgcolor-body: #000000;
  --bgcolor-white: #FFFFFF;
  --bgcolor-trans: transparent;
  --bgcolor-1: #767676; 
  --bgcolor-2: #EDEDED;
  --bgcolor-3: #F4F4F4;   
  --bgcolor-4: #D3D3D3;
}

.footer.dehermes-footer-1 {
  max-width: 1120px;
  margin: 0 auto;
  float: none;
}

.tps-page-loose-gemstone-gemstone_listing .main-container .title-breadcrumb,
.tps-page-loose-gemstone-gemstone_detail .main-container .title-breadcrumb {
    display: none !important;
}

.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout,
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout {
    max-width: 1440px;
    padding: 0px;
}

.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout .header-container,
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout .header-container {
    /*max-width: 1120px;*/
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tps-page-loose-gemstone-gemstone_listing .main-container,
.tps-page-loose-gemstone-gemstone_detail .main-container {
    max-width: 1440px;
    padding: 0px 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: inherit;
    position: relative;
}

.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout .main-container .container, 
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout .main-container .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px;
}

.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout .main-container .container .col-xs-12, 
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout .main-container .container .col-xs-12 {
    padding: 0px;
}

a{
  text-decoration: none;
}
a:hover,
a:focus{
  outline: none !important;
  background-color: transparent !important;
}
ul{
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.tps-loose-gemstone-main-container{
   max-width: 1440px;
   margin: 40px auto;
   padding: 0px;
}

.tps-loose-gemstone-cbutton{
   padding: 13px 20px 11px;
   font-family: var(--font-body), sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid #102F4B;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: #102F4B;
    border-radius: 5px;
    color: #fff;
    position: relative;   
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
}
.tps-gemstonelist-top-tab {
  border-bottom: 1px solid var(--bgcolor-1);
  margin-bottom: 40px;
}
.tps-gemstonelist-top-tab ul {
  display: flex;
  justify-content: center;
  align-content: center;
  grid-gap: 0px 30px;
  list-style: none;
  margin: 0px 0px 0px 0px;
}
.tps-gemstonelist-top-tab ul li a{
  text-transform: capitalize;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  padding: 5px 15px;
  display: flex;
  font-size: 20px;
  line-height: 18px;
  border: none;
  border-bottom: 2px solid var(--bgcolor-trans);
  transition: 0.3s ease;
  color: var(--bgcolor-body);
  position: relative;
  align-items: center;
  grid-gap: 5px;
}
.tps-gemstonelist-tab-optional ul li.active a{
  color: var(--bgcolor-body);
  font-weight: 600;
}
.tps-gemstonelist-top-tab ul li.active a{
  color: var(--bgcolor-main);  
  border-bottom: 2px solid var(--bgcolor-main);
  box-shadow: none;
}
.tps-gemstonelist-filter-cr{
  clear: both;
  padding: 0px 0px 15px;
  /*overflow: hidden;*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tps-gemstonelist-tab-optional {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tps-gemstonelist-tab-optional ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.tps-gemstonelist-tab-optional ul li{
  width: 25%;
  text-align: center;
  padding: 0px 5px;  
  border-right: 1px solid #ccc;  
}
.tps-gemstonelist-tab-optional ul li:nth-last-child(1){
  border-right: none;
}
.tps-gemstonelist-tab-optional ul li a{
  color: var(--bgcolor-body);
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tps-gemstonelist-filter-cr-pr{ 
  position: relative;
}
.tps-gemstonelist-advance-btn-wrapper {
  position: relative;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.mobile {
  display: none;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
  margin-bottom: 20px;
  text-align: right;
  position: absolute;
  top: 20px;  
  right: 12px;
}
.tps-natural-coloured-diamonds .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset,
.tps-lab-coloured-diamonds .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset {
  top: 612px;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a{
   cursor: pointer;
   text-transform: capitalize;
   font-size: 18px;
   font-weight: 400;
   line-height: normal;
   color: var(--bgcolor-body);
   font-family: var(--font-body), sans-serif;
   position: relative;
   transition: width 2s;
   display: flex;
   align-items: center;
   width: fit-content;
   margin-left: auto;   
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a:before{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  margin-right: 4px;
  background-position: -461px -372px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row{
  display: flex;
  align-content: center;
  grid-gap: 40px 6%;
  flex-wrap: wrap;
  margin-left: 5px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col{
  flex-wrap: wrap;
  width: 47%;
  transition: opacity 1s ease-out;
/*display: none;*/
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  /*animation: scale-display--reversed 1s;
  animation-fill-mode: forwards;*/
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-gemstone_type {
  width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.active{
  display: flex;
  /*animation: scale-display 1s;*/
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate {
  display: unset;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title{
 text-transform: none;
 font-size: 18px;
 font-family: var(--font-body), sans-serif;
 font-weight: 400;
 float: none;
 width: 100%;
 margin: 0;
 margin-bottom: 15px;
 display: flex;
 align-content: center;
 color:var(--bgcolor-body);
 line-height: normal;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title .tps-gemstonelist-filter-comment {
  padding-left: 5px;    
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-gemstone_type ul,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-clarity ul {
  list-style: none;
  display: flex;
  grid-gap: 5px;
  margin: 0;
  width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li {
  position: relative;
  width: 11%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-clarity ul {  
  grid-gap: 25px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li {  
  width: auto;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li .tps-gemstonelist-filter-option-label {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  color: var(--bgcolor-body);
  width: fit-content;
  font-weight: 400;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape .tps-gemstonelist-filter-option-list-div li input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type .tps-gemstonelist-filter-option-list-div li input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-list-div li input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div li input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0;
  cursor: pointer;
  font-family: var(--font-body), sans-serif;
  font-weight: 600;
  font-size: 14px;
  z-index: 9999;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input + span:before {
  content: '';
  width: 60px !important;
  height: 60px !important;
  display: block;
  margin: 0px auto 10px auto;
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg), var(--bgcolor-2);
  background-repeat: no-repeat;
  border: 1px solid var(--bgcolor-white);
  border-radius: 50%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input + span:before {
  width: 45px !important;
  height: 45px !important;
  background-color: var(--bgcolor-trans);
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input+span:before {
  background: url(../images/gemstone-listing-images/gemstone-filter-sprite.png);
  width: 45px !important;
  height: 45px !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Sapphire"]+span:before {
  background-position: -8px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Ruby"]+span:before {
  background-position: -71px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Emerald"]+span:before {
  background-position: -137px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Morganite"]+span:before {
  background-position: -204px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Tanzanite"]+span:before {
  background-position: -274px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Garnet"]+span:before {
  background-position: -348px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Alexandrite"]+span:before {
  background-position: -419px 1.5px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Topaz"]+span:before {
  background-position: -490px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Amethyst"]+span:before {
  background-position: -559px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Spinel"]+span:before {
  background-position: -630px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Tourmaline"]+span:before {
  background-position: -704px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Aquamarine"]+span:before {
  background-position: -778px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Apatite"]+span:before {
  background-position: -842px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Sphene"]+span:before {
  background-position: -910px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Heliodor"]+span:before {
  background-position: -978px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Prehnite"]+span:before {
  background-position: -1042px 1.5px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Spectrolite"]+span:before {
  background-position: -1108px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input + span:before {
  width: 37px !important;
  height: 37px !important;    
  background-color: var(--bgcolor-trans);
  border: 1px solid var(--bgcolor-white);  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-blue input + span:before {
  background-position: -10px -613px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-green input + span:before {
  background-position: -60px -613px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-red input + span:before {
  background-position: -109px -613px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-pink input + span:before {
  background-position: -159px -613px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-yellow input + span:before {
  background-position: -208px -613px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-brown input + span:before {
  background-position: -257px -613px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-orange input + span:before {
  background-position: -307px -613px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-other input + span:before {
  background-position: -307px -654px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-teal input + span:before {
  background-position: -404px -613px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-bi.color input + span:before {
  background-position: -10px -654px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-multi.color input + span:before {
  background-position: -59px -654px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-purple input + span:before {
  background-position: -109.5px -654px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-violet input + span:before {
  background-position: -209px -654px;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-gray input + span:before {
  background-position: -356px -613px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-white input + span:before {
  background-position: -159px -654px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul .tps-gemstonelist-filter-option-black input + span:before {
  background-position: -257px -654px; 
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input + span:after {
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--bgcolor-body);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  opacity: 0;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[type="checkbox"]:checked + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input[type="checkbox"]:checked + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input[type="checkbox"]:checked + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[type="checkbox"]:checked + span:after {
  width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"] + span:before{
  background-position: 0px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]  + span:before{
  background-position: -153px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]  + span:before{
  background-position: -102px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]  + span:before{
  background-position: -375px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]  + span:before{
  background-position: -200px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]  + span:before{
  background-position: -243px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"]  + span:before{
  background-position: -333px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"] + span:before{
  background-position: -49px 1px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"] + span:before{
  background-position: -430px 2px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"]  + span:before{
  background-position: -291px 1px;
}

/*active*/

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"]:checked + span:before{
  background-position: 0px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]:checked  + span:before{
  background-position: -153px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]:checked  + span:before{
  background-position: -102px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]:checked  + span:before{
  background-position: -375px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]:checked  + span:before{
  background-position: -200px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]:checked  + span:before{
  background-position: -243px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"]:checked  + span:before{
  background-position: -333px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"]:checked + span:before{
  background-position: -49px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"]:checked + span:before{
  background-position: -430px -49px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"]:checked  + span:before{
  background-position: -291px -50px;
}

/* gemstone clarity */
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input[value="Eye Clean"] + span:before{
  background-position: -6px -702px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input[value="Slightly Included"]  + span:before{
  background-position: -62px -702px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input[value="Moderately Included"]  + span:before{
  background-position: -117px -702px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input[value="Visibly Included"]  + span:before{
  background-position: -173px -702px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input:checked + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input:checked + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input:checked + span:before {
  border-color: var(--bgcolor-main);
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked + span:before {
  background-color: var(--bgcolor-2);
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input:checked + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li input:checked + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input:checked + .tps-gemstonelist-filter-option-label {
  color: var(--bgcolor-main) !important;
}

.tps-gemstonelist-filter-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group span{
  cursor: pointer;
  font-size: 12px;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  color:var(--bgcolor-body);
  text-transform: uppercase;
}
.tps-gemstonelist-filter-col .tps-gemstonelist-filter-right-col{
  width: 85%;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group {
 width: 20%;
 height: 35px;
 float: left;
 position: relative;
 border: 1px solid #102F4B;
 text-align: center;
 border-left: 0;
 padding: 4px;
 text-transform: uppercase;
 cursor: pointer;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group-grid{
 position: absolute;
 width: 100%;
 height: 35px;
 left: 0;
 top: 0;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group-grid input{
 position: absolute;
 left: 0;
 width: 100%;
 height: 35px;
 opacity: 0;
 cursor: pointer;
 font-family: var(--font-body), sans-serif;
 font-weight: 600;
 font-size: 14px;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group:first-child{
 border-left: 1px solid #102F4B;  
 border-radius: 5px 0 0 5px;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group:last-child{
 border-radius: 5px 0 0 5px;
}
.ui-slider .ui-slider-handle {
    width: 18px !important;
    height: 18px !important;
    top: -9px !important;
    z-index: 9;
    transform: none;
}
.ui-widget.ui-widget-content {
    background: var(--bgcolor-body);
    height: 4px;
    border: none;
    border-radius: 10px;
    margin: 7px 8px 24px 8px;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--bgcolor-white) !important;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
    background: var(--bgcolor-main) !important;
    box-shadow: none !important;
    outline: none;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
    background: var(--bgcolor-main) !important;
    box-shadow: none !important;
    border-radius: 50%;
    border-color: var(--bgcolor-main) !important;
    outline: none;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group{
  width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max{
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 2px;
 border: 1px solid var(--bgcolor-1);
 border-radius: 4px;
 width: 90px;
 height: 28px;
 font-size: 13px; 
 line-height: 18px;
 font-family: var(--font-body), sans-serif;
 color:var(--bgcolor-body);
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max input{
 vertical-align: unset;
 background-color: transparent;
 box-shadow: none;
 float: right;
 width: 100%;
 text-align: center;
 padding: 0px 0px 0px 0px !important;
 height: auto;
 border: none;
 min-height: auto;
 text-align: center;
 font-size: 13px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min {
  float: left;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max {
  float: right;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-fluorescence   .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options{
  display: flex;
  align-content: center;
  list-style: none;
  margin: 0px 15px;
  width: 100%;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-fluorescence   .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-label {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  color: var(--bgcolor-body);
  line-height: normal;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
  font-size: 14px;
}
.ui-widget-header{
  border-radius:0px;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
   width: 20%;
}
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
   width: 33.33%;
}
.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
   width: 20%;
}
.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
   width: 20%;
}
.tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-step-tick-wrapper{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-step-tick-wrapper .tps-gemstonelist-filter-slider-step-tick{
  position: absolute;
  height: 7px;
  border-right: 2px solid var(--bgcolor-white);
  z-index: 2;
}
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div {
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   margin: 0px;
   width: 100%;
   gap: 8px;
}
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li,
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div li,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
  /*width: 23.5%;*/
  width: auto;
  display: flex;
  align-items: center;
  position: relative;  
}
.tps-gemstonelist-filter-report li input,
.tps-gemstonelist-filter-treatment li input,
.tps-gemstonelist-filter-origin li input {
  position: absolute;
  cursor: pointer;
  left: 0%;
  margin: 0;
  opacity: 0;
  top: 50%;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.tps-gemstonelist-advance-btn-div {
  margin: 45px auto 10px;
  display: flex !important;
  justify-content: center;
}

.tps-gemstonelist-filter-report li input[type=checkbox]:checked + span,
.tps-gemstonelist-filter-treatment li input[type=checkbox]:checked + span,
.tps-gemstonelist-filter-origin li input[type=checkbox]:checked + span {
  background-color: var(--bgcolor-main);
  border: 1px solid var(--bgcolor-main);
  color: var(--bgcolor-white);
}
.tps-gemstonelist-filter-report li input[type=checkbox]+span,
.tps-gemstonelist-filter-treatment li input[type=checkbox]+span,
.tps-gemstonelist-filter-origin li input[type=checkbox]+span {
  width: 108px;
  height: 35px;
  border: 1px solid var(--bgcolor-1);
  color: var(--bgcolor-body);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.tps-loose-gemstone-cbutton {
    padding: 13px 20px 11px;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    border: 1px solid var(--bgcolor-main);
    letter-spacing: 0px;
    font-size: 18px;
    line-height: normal;
    background-color: var(--bgcolor-main);
    border-radius: 1px;
    color: var(--bgcolor-white);
    position: relative;
    text-transform: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    cursor: pointer;
}  
.tps-loose-gemstone-cbutton:focus {
    background-color: var(--bgcolor-white) !important;
    color: var(--bgcolor-body) !important;
    border: 1px solid var(--bgcolor-body) !important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
  font-size: 20px;
  border-radius: 0px;
  width: fit-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-transform: capitalize;
  background: var(--bgcolor-trans);
  border: none !important;
  color: var(--bgcolor-body);
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 0;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:after{
  content: '';
  display: block !important;
  width: 20px;
  height: 19px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-left: 9px;
  background-position: -82px -151px;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:after{  
  background-position: -81px -165px;
} 
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 440px;
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-warn-msg{
  font-size: 12px;
  text-transform: capitalize;
  font-family: var(--font-body), sans-serif;
  color: #ff0000;
  position: absolute;
  top: 40px;
  left: 0;
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input[type='text']{ 
  width: 72%;
  border: 1px solid var(--bgcolor-1) !important;
  box-shadow: none;
  height: 37px !important;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px; 
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input:focus{
  border-color: var(--bgcolor-body) !important;
}
.tps-gemstonelist-filter-search_certificate button{
  width: 25%;
  height: 37px;
  font-family: var(--font-body), sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  color: var(--bgcolor-white);
  background-color: var(--bgcolor-main);
  border: 1px solid var(--bgcolor-main);
  padding: 5px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-left: none;
  cursor: pointer;
} 
.tps-gemstonelist-filter-search_certificate button:focus{
   background-color: var(--bgcolor-trans);
   border-color: var(--bgcolor-body);
   color: var(--bgcolor-body);
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section{
    margin-top: 35px;
    grid-gap: 40px 3%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section .tps-gemstonelist-filter-col {
    /*width: 31.33%;*/
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list{
  display: flex;
  align-content: center;
  margin: 0px;
  list-style: none;
  grid-gap: 10px;
  flex-wrap: wrap;
  padding-right: 10%;
  position: relative;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option, 
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist{
  display: flex;
  grid-gap: 0px 10px;
  align-items: center;
  position: relative;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist-li{
  display: flex;
  align-items: center;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist{
  list-style: none;
  margin: 0px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect{
  margin-left: auto;
  font-size: 18px;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  line-height: normal;
  color: var(--bgcolor-body);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -38px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect::after{
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  background-position: -15px -332px;
  margin-top: 0px;
  margin-right: 6px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect:hover:after{
  background-position: -15px -332px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-remove{
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 4px;
  background-position: -154px -161px;
  color: var(--bgcolor-trans);
  cursor: pointer;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-remove:hover{
  background-position: -131px -161px;
}
.tps-gemstonelist-applied-filters{
 padding: 15px 15px;
 background: var(--bgcolor-2);
 border-bottom: 1px solid var(--bgcolor-trans);
 margin-bottom: 15px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-type-label{
  font-size: 16px;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  line-height: normal;
  color: var(--bgcolor-body);
  margin-top: -1px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-label{
  font-size: 16px;
  font-family: var(--font-body), sans-serif;
  line-height: normal;
  color: var(--bgcolor-body);
  cursor: default;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-label:hover{
  font-weight: 400;
}
.tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div {
    position: absolute;
    width: 240px;
    right: 0;
    background-color: var(--bgcolor-main);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 99;
    top: 34px;
    text-align: center;
}
.tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before {
    content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--bgcolor-main);
    position: absolute;
    z-index: 999999;
    right: 16px;
    top: -6px;
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-title {
    font-size: 14px;
    color: var(--bgcolor-white);
    font-family: var(--font-body), sans-serif;
    line-height: 24px;
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button {
    padding: 4px 20px 4px;
    margin-top: 10px;
    background-color: transparent;
    color: var(--bgcolor-white);
    font-size: 14px;
    font-family: var(--font-body), sans-serif;
    line-height: normal;
    border: 1px solid var(--bgcolor-white);
    transition: 0.5s ease;
    border-radius: 1px;
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button.tps-loose-gemstone-reset-filter-confirm-no-btn {
  background-color: var(--bgcolor-white);
  color:var(--bgcolor-body);
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
  font-size: 18px;
  color:var(--bgcolor-body);
  line-height: normal;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;  
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:before{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #959595;
  position: absolute;
  right: -6px;
  top: 42%;
  transform: translateY(-50%);
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:nth-last-child(1):before, 
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:nth-last-child(2):before{
  display: none !important;
}
.tps-gemstonelist-filter-slider-warn-msg{
  width: 40%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  font-family: var(--font-body), sans-serif;
  color: #ff0000;
  margin-top: 31px;
}
/*end*/

/*detail page*/
.tps-dia-detail-cr .tps-dia-detail-row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tps-dia-detail-row .tps-dia-detail-gallery{
  width: 56%;
  margin: 0px 2% 0px;
  z-index: 0;
}
.tps-dia-detail-row .tps-dia-detail-meta{ 
  width: 40%;
  margin-left: auto;
}
.tps-dia-detail-meta .tps-dia-detail-title{
 font-size: 28px;
 line-height: normal;
 font-weight: 400;
 text-transform: capitalize;
 color: var(--bgcolor-body);
 margin-bottom: 20px;
 font-family: var(--font-heading), sans-serif;
}
.tps-dia-detail-meta .tps-dia-detail-price{
 font-family: var(--font-heading), sans-serif;
 font-size: 20px;
 line-height: normal;
 margin-bottom: 20px;
 color: var(--bgcolor-body);
 font-weight: 400;
}
.tps-dia-detail-meta .tps-dia-detail-button{
  display: grid;
  grid-gap: 10px;  
  padding: 0px;
  margin: 25px 0px 25px;  
  width: 100%;
}
.tps-dia-detail-meta .tps-dia-detail-button button{
  margin-bottom: 0px;
}
.tps-dia-detail-meta .tps-dia-detail-share {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  width: 100%;
}
.tps-dia-detail-meta .tps-dia-detail-share li{
  width: 100%;
}
.tps-dia-detail-meta .tps-dia-detail-share li a{
 display: flex;
 align-items: center; 
 cursor: pointer;
 color:var(--bgcolor-body);
 font-size: 16px;
 line-height: 20px;
 font-family: var(--font-body), sans-serif;
 position: relative;
 font-weight: 400;
}
.tps-dia-detail-meta .tps-dia-detail-share li a:before{
  content: '';
  width: 30px;
  height: 22px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);   
  background-repeat: no-repeat;
  margin-right: 10px;
}
.tps-dia-detail-meta .tps-dia-detail-share li.tps-dia-detail-ph a:before{
  background-position: -319px -465px;
}
.tps-dia-detail-meta .tps-dia-detail-share li.tps-loading a:before{
  background-image: url(../images/common-images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.tps-dia-detail-shipping{
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  color: var(--bgcolor-body);
  line-height: 20px;
  margin: 20px 0px 20px;
  font-weight: 400;
  text-transform: none;
  position: relative;
  display: flex;
  align-items: end;
  display: flex;
  cursor: default;
}
.tps-dia-detail-shipping:before{
  content: '';
  width: 30px;
  height: 22px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);   
  background-repeat: no-repeat;
  margin-right: 10px;
}
.tps-dia-detail-shipping.tps-dia-detail-days:before{
  background-position: -365px -466px;
}
.tps-dia-detail-spacification{
  margin: 20px 0px 10px;
  width: 100%;
  padding: 10px 0px 5px;
  border-top: 2px solid var(--bgcolor-2);
  border-bottom: 2px solid var(--bgcolor-2);
}
.tps-dia-detail-spacification .tps-dia-detail-stitle{
  padding: 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tps-dia-detail-spacification .tps-dia-detail-stitle .tps-tab-arrow,
.tps-dia-detail-spacification .tps-dia-detail-stitle.tps-arrow-up .tps-tab-arrow {    
    display: block !important;
    width: 20px;
    height: 19px;
    background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
    background-repeat: no-repeat;    
    background-position: -81px -165px;    
}
.tps-dia-detail-spacification .tps-dia-detail-stitle.tps-arrow-down .tps-tab-arrow {  
    background-position: -82px -151px;
}
.tps-dia-detail-spacification h2, 
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-title{
 color: var(--bgcolor-body);
 font-family: var(--font-heading), sans-serif;
 font-size: 16px;
 line-height: normal;
 letter-spacing: 0px;
 margin-bottom: 0px;
 text-transform: capitalize;
 cursor: default;
 padding: 0px 5px 5px;
 background-color: transparent;
 width: fit-content;
 text-align: left;
 font-weight: 400;
}
.tps-dia-detail-spacification .tps-dia-detail-scol-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px 10px;
  width: 100%;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr{
  display: flex;
  align-items: normal;
  padding: 8px 0px 8px 5px;
  flex-direction: column;
  grid-gap: 4px;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left, 
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right{
 display: inline-block;
 font-size: 14px;
 font-family: var(--font-body), sans-serif;
 line-height: normal;
 text-transform: none !important;
 font-weight: 400;
 color:var(--bgcolor-body);
 text-align: left;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
  width: 100%;  
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right{
  width: 100%;
  font-size: 13px;
  color: var(--bgcolor-1);    
}

/*data table design start here tps*/
.tps-gemstonelist-data-cr{
  margin-top: 30px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 15px;
  position: relative;
  justify-content: left;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
 width: 90%;
 height: 35px;
 display: flex;
 align-items: baseline;
 justify-content: left;
 grid-gap: 20px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line{
 position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after{
 content: '';
 width: 1px;
 height: 100%;
 max-height: 18px;
 display: block;
 position: absolute;
 right: -11px;
 top: 50%;
 transform: translateY(-50%);
 background-color: var(--bgcolor-1);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line::after,
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-child(3)::after,
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-last-child(1)::after{
  display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line{
  margin-left: auto;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher{
  display: flex;
  align-items: center;
  position: absolute;
  top: auto;
  right: 0;
  grid-gap: 10px;
  bottom: 15px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span{
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: var(--bgcolor-1);
  font-family: var(--font-body), sans-serif;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
  width: fit-content;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab .tps-gemstonelist-animated-gemstones-found-loader  {
  width: 15px;
  height: 15px;
  background-image: url(../images/common-images/loader.gif);
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"]{
  margin-right: unset;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label{
  display: block;
  width: 100%;
  text-align: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2{
  text-transform: capitalize;
  font-size: 30px;
  line-height: normal;
  color: var(--bgcolor-body);
  font-family: var(--font-heading), sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active, 
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab:hover{
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active span, 
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab:hover span{
  color: var(--bgcolor-body);
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type{
  width: 40px;
  height: 35px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1){
  background-position: -60px -370px; 
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2){  
  background-position: -8px -371px;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1).active, 
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1):hover{
  background-position: -170px -370px;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2).active,
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2):hover{
  background-position: -118px -371px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 0px;
  list-style: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list{
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list{
  background-color: var(--bgcolor-main);
  border:1px solid var(--bgcolor-main);
  /*border-top-color: var(--bgcolor-white);*/
  border-bottom-color: var(--bgcolor-white);
  padding-left: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li{ 
  font-family: var(--font-heading), sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  color: var(--bgcolor-white);
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li:nth-last-child(1){
  border-right: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:nth-child(even){
  background-color: rgba(0, 0, 128, 0.20);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span{ 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  color: var(--bgcolor-body);
  padding: 13px 10px;
  font-family: var(--font-body), sans-serif;
  text-transform: none;
  font-weight: 400;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:hover, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li.tps-highlight-item{
  background-color: var(--bgcolor-main);
  border-color: var(--bgcolor-white);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:hover span,
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li.tps-highlight-item span{
  color: var(--bgcolor-white);
   border-color: var(--bgcolor-white);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span:nth-last-child(2){
  border-right: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span img{
  margin: auto;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span .tps-gemstonelist-item-img{
  display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.tps-gemstonelist-item-img-span{
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.tps-gemstonelist-item-img-span:before{
  content: '';
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-disable-filter{
 opacity: 0.5;
 pointer-events: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-compare-span{
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-round-span:before{
  background-image: url(../images/gemstone-svg-images/round.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-asscher-span:before{
  background-image: url(../images/gemstone-svg-images/asscher.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-emerald-span:before{
  background-image: url(../images/gemstone-svg-images/emerald.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-heart-span:before{
  background-image: url(../images/gemstone-svg-images/heart.svg);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-marquise-span:before{
  background-image: url(../images/gemstone-svg-images/marquise.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-oval-span:before{
  background-image: url(../images/gemstone-svg-images/oval.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-pear-span:before{
  background-image: url(../images/gemstone-svg-images/pear.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-princess-span:before{
  background-image: url(../images/gemstone-svg-images/princess.svg);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-radiant-span:before{
  background-image: url(../images/gemstone-svg-images/radiant.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-oval-span:before{
  background-image: url(../images/gemstone-svg-images/oval.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-cushion-span:before{
  background-image: url(../images/gemstone-svg-images/cushion.svg);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-round-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-round-span:before{
  background-image: url(../images/gemstone-svg-images/round-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-cushion-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-cushion-span:before{
  background-image: url(../images/gemstone-svg-images/cushion-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-asscher-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-asscher-span:before{
  background-image: url(../images/gemstone-svg-images/asscher-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-emerald-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-emerald-span:before{
  background-image: url(../images/gemstone-svg-images/emerald-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-heart-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-heart-span:before{
  background-image: url(../images/gemstone-svg-images/heart-white.svg);}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-marquise-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-marquise-span:before{
  background-image: url(../images/gemstone-svg-images/marquise-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-oval-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-oval-span:before{
  background-image: url(../images/gemstone-svg-images/oval-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-pear-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-pear-span:before{
  background-image: url(../images/gemstone-svg-images/pear-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-princess-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-princess-span:before{
  background-image: url(../images/gemstone-svg-images/princess-white.svg);}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-radiant-span:before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-radiant-span:before{
  background-image: url(../images/gemstone-svg-images/radiant-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-compare-span input[type=checkbox]{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-compare-span input[type=checkbox] + .tps-gemstonelist-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-body);
  background-color: var(--bgcolor-white);
  color: var(--bgcolor-body);
  transform: translate(-50%,-50%);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item .tps-gemstonelist-item-compare-span input[type=checkbox] + .tps-gemstonelist-compare-span{
  padding: 0px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item .tps-gemstonelist-item-compare-span input[type=checkbox]:checked + .tps-gemstonelist-compare-span::before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item .tps-gemstonelist-item-compare-span input[type=checkbox]:checked + .tps-gemstonelist-compare-span::before{
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  background-position: -17px -156px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-view-span{
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-view-span::after{
  content: '';
  width: 22px;
  height: 20px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  background-position: -80px -150px;
}
.tps-loose-gemstone-btn {
    padding: 13px 20px 11px;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    border: 1px solid var(--bgcolor-main);
    letter-spacing: 0px;
    font-size: 18px;
    line-height: normal;
    background-color: var(--bgcolor-main);
    border-radius: 0px;
    color: var(--bgcolor-white);
    position: relative;
    width: 100%;
    text-transform: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    cursor: pointer;
}
.tps-loose-gemstone-btn:focus {
    background-color: var(--bgcolor-white) !important;
    border-radius: 0px;
    color: var(--bgcolor-body) !important;
    border: 1px solid var(--bgcolor-body) !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item{
 cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item:hover .tps-gemstonelist-item-view-span::after,
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item.tps-highlight-item .tps-gemstonelist-item-view-span::after{
 background-position: -101px -150px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item .tps-gemstonelist-item-view-span.tps-up-arrow::after{
 background-position: -101px -165px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-item-quick-view-wrapper{
  background-color: var(--bgcolor-white);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 10px 40px;
  position: relative;
  align-items: center;
  cursor: default;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-close{
  width: 21px !important;
  height: 21px !important;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block !important;
  padding: 0px !important;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  background-position: -129px -195px;
  transition:0.5s ease !important;
  cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-close:hover{
  background-position: -93px -195px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-media{
  width: 20%;
  text-align: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-info-table{
  width: 64%;
  display: inline-block;
  padding-left: 1%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group{
  width:15%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button{
  width: 100%;
  font-size: 18px;
  line-height: normal;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button.tps-gemstonelist-item-buy-btn{
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button.tps-gemstonelist-item-buy-btn::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--bgcolor-body);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button.tps-gemstonelist-item-buy-btn::after{
 content: '';
 width: 100%;
 height: 100%;
 background-image: url(../images/common-images/loader.gif);
 display: block;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 opacity: 0;
 background-position: center center;
 background-repeat: no-repeat;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button.tps-gemstonelist-item-buy-btn.tps-loading::before, 
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button.tps-gemstonelist-item-buy-btn.tps-loading::after{
  opacity: 1;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-media img{
  width: 100%;
  max-width: 80%;
  margin: auto;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-ptitle{
  font-size: 16px;
  line-height: normal;
  color:var(--bgcolor-body);
  margin: 12px 0px 10px;
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-price{
  font-size: 18px;
  line-height: 19px;
  color: var(--bgcolor-body);
  font-family: var(--font-heading), sans-serif;
  font-weight: 400;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row{
  display: flex;
  border-bottom: 1px solid var(--bgcolor-2);
  width: 50%;
  float: left;
  padding: 5px 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span{ 
  font-size: 14px !important;
  font-weight: 400;
  line-height: 24px !important;
  color: var(--bgcolor-body) !important;
  font-family: var(--font-body), sans-serif;
  text-align: left !important;
  justify-content: left !important;
  text-transform: unset !important;
  padding: 5px 2px !important;
  transition: 0.3s ease;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-title{
  font-family: var(--font-body), sans-serif;
  font-weight: 500;
  width: 45%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-value{
  width: 55%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  padding: 15px 0px;
  background: #fff;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
  list-style: none;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap:20px;
  padding-left: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li{
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--bgcolor-trans);
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info{
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ffff;
  padding: 10px 15px;
  height: 100%;
  overflow: hidden;  
  overflow-y: scroll;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row{
  display: flex;
  flex-wrap: wrap;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span{
  font-size: 13px;
  line-height: 22px;
  color: var(--bgcolor-body);
  font-family: var(--font-body), sans-serif;
  width: 60%;
  font-weight: 400;
  text-transform: unset !important;
  cursor: default;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value{
  width: 40%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-close{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 5px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;
  background-position: -129px -159px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-close:hover{
  background-position: -151px -159px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-label{
  font-family: var(--font-body), sans-serif;
  font-weight: 500;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info::-webkit-scrollbar{
  width: 4px;
  background-color: #F5F5F5;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info::-webkit-scrollbar-thumb{
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--bgcolor-1);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn{
  background-color: var(--bgcolor-white);
  padding: 20px 15px 10px;
  text-align: center; 
  height: 120px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn .tps-gemstonelist-item-title{
  padding: 0px 0px;  
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li img{ 
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data,
.tps-dia-detail-similar-diamonds-wrapper .tps-gemstonelist-item-meta-data{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 2px 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data div,
.tps-dia-detail-similar-diamonds-wrapper .tps-gemstonelist-item-meta-data div{
  font-family: var(--font-body), sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: var(--bgcolor-body);
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data div:after,
.tps-dia-detail-similar-diamonds-wrapper .tps-gemstonelist-item-meta-data div:after{
  content: ',';
  width: 1px;
  font-size: 13px;
  position: absolute;
  right: -2px;  
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-title .tps-gemstonelist-item-title-h2, 
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-title{
    font-size: 16px;
    line-height: normal;
    color: var(--bgcolor-body);
    margin: 0px 0px 0px;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 7px;
    display: block;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-title h2 + h2{
  display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data div:nth-last-child(1):after,
.tps-dia-detail-similar-diamonds-wrapper .tps-gemstonelist-item-meta-data div:nth-last-child(1):after{
  display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-price, 
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-price{
 font-size: 18px;
 line-height: normal;
 color: var(--bgcolor-body);
 font-family: var(--font-heading), sans-serif;
 text-align: center;
 font-weight: 400;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
  position: relative;  
/*  height: 290px;*/
  height: 264px;
  background: var(--bgcolor-2);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-price-and-icons{
  display: flex;
  align-items: center;  
  justify-content: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-info-span{  
  margin-left: auto;
  position: absolute;
  top: 5px;
  right: 5px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 3px 3px;
  flex-direction: column;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li span{
  width: 100%;
  height: 100%;
  display: block;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li{
  box-shadow: none;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input + span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat; 
  background-position: -357px -416px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat; 
  background-position: -264px -416px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input[type="checkbox"]:checked + span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
  background-position: -407px -416px;
  cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info.active span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
  background-position: -308px -416px;
}
.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-wrapper{
 text-align: center;
 font-family: var(--font-body), sans-serif;
 font-size: 20px;
 font-weight: 400;
 line-height: 25px;
 color: var(--bgcolor-body);
 display: flex;
 flex-direction: column;
 grid-gap: 10px;
 height: 300px;
 justify-content: center;
 border: 1px solid var(--bgcolor-body);
 padding: 5%;
}
.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-subtitle{
 font-size: 16px;
 text-decoration: underline;
 cursor: pointer;
}
/*loader design*/

/*Transpacific software --- loader design*/
.tps-gemstonelist-data-cr{
  position: relative;
}
.animation-spin {
        animation-name: spin;
        animation-duration: 0.75s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
      }

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

      .timeline-item {
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
        padding: 25px 10px;
        margin: 0 auto;
        height: 670px;
        overflow: hidden;
      }

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

      @keyframes placeHolderShimmer {
        0% {
          background-position: -468px 0;
        }
        100% {
          background-position: 468px 0;
        }
      }
      .tps-gemstonelist-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, #dddddd 8%, #e7e7e966 18%, #dddddd 33%);
        
        background-size: 900px 204px;
        height: 50px;
        position: relative;
      }    
      
      .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list{
         display: grid;
         grid-gap: 10px;
         grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
         list-style: none;
         margin: 0px 0px 10px 0px;
      }
      
      .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list:nth-child(odd) .tps-gemstonelist-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;
      }
      .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-check{
        width: 20%;
        height: 30px;
        margin: auto;
      }
      .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-icon{
        width:70px;
        margin: auto;
      }
      .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-view{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: auto;
      }

      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-img{
        width: 90%;
        margin: 0px auto 20px auto;
        height: 250px;
      }
      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-title{
        width: 80%;
        height: 22px;
        margin: 0px auto 10px auto;
      }
      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-shape{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 25px auto;
      }
      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-shape .tps-gemstonelist-animated-background{
        width: 20%;
        height: 13px;
      }
      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-shape .tps-gemstonelist-animated-background.tps-gemstonelist-grid-pr-line{
        width: 1%;
        height: 16px;
        margin: auto 2% auto 2%;
      } 
      .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-price{
        width: 100px;
        height: 28px;
        margin: 0px auto 15px auto;
      }
      .tps-gemstonelist-spinner-gridv-container .timeline-item{
         height: 850px;
         overflow: hidden;
      }
      .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-close-parent,
      .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title, 
      .tps-gemstonelist-mfilter-title, 
      .tps-gemstonelist-filter-show-result{
        display: none !important;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter{
        width: 20px;
        height: 15px;
        display: block;
        background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
        background-repeat: no-repeat;
        transition: 0.3s ease;
        cursor: pointer;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-down-arrow{
        background-position: -213px -230px;        
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-up-arrow{
        background-position: -213px -244px;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
        display: flex;
        align-items: center;
        grid-gap: 10px;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label{
        font-size: 14px;
        line-height: 24px;
        color: var(--bgcolor-body) !important;
        font-family: var(--font-body), sans-serif;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select{
        font-size: 14px;
        line-height: normal;
        color:var(--bgcolor-body);
        padding: 6px 8px 4px 8px;
        border-radius: 0px;
        font-family: var(--font-body), sans-serif;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        background: transparent;
        background-image: url(../images/common-images/Makar_Arrow.svg);
        background-repeat: no-repeat;        
        cursor: pointer;
        border: none;
        width: 170px;
        border-bottom: 1px solid var(--bgcolor-body);
        outline: none;
        box-shadow: none;
        background-position: 96% 6px;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select option{
        padding: 10px 10px;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare{
        position: relative;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        opacity: 0;
        cursor: pointer;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media img{
         background-image: url(../images/placeholder-diamond-images/placeholder-300_300.jpg);
         background-position: center center;
         background-size: cover;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div,       
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div{
        margin-left: 0;
        display: flex;
        margin-bottom: 0;
        list-style: none;
        flex-wrap: wrap;
        width: 100%;
        border-left: none;
        padding-left: 0;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li,     
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        margin-left: 0;
        text-align: center;
        margin-top: 0;
        padding: 0px 0;        
        -webkit-transition: color .3s;
        transition: color .3s;
        position: relative;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"] + span{
        border: 2px solid transparent;
        background-color: #F9F9F9;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover input[type="checkbox"] + span, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"]:checked + span{
        border-color: #7f7f7f4d;
        font-weight: 500;
        color: var(--bgcolor-body) !important;
      } 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:first-child(),    
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:first-child(), 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:first-child(), 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:first-child(){
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:last-child(),       
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:last-child(), 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:last-child(), 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:last-child(){
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
      }      
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li .tps-gemstonelist-filter-option-label,     
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li .tps-gemstonelist-filter-option-label{
        margin-left: 0;
        font-family: var(--font-body), sans-serif;
        font-weight: 300;
       font-size: 13px;
       color: var(--bgcolor-body);
       line-height: 13px;
       text-transform: uppercase;
       text-align: center;
       cursor: pointer;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type=checkbox],   
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type=checkbox], 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type=checkbox], 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type=checkbox]{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0;
        cursor: pointer;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 25%;
      } 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 12.5%;
        position: relative;
      }     
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 25%;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 25%;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 20%;
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover:before, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover:before, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover:before, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover:before, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover:before{
         webkit-transform: scaleX(0);
         transform: scaleX(0);
      }
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-symmetry .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluorescence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label{
         color: #fff;
      }
/*end*/

.tps-dia-detail-gallery .tps-dia-detail-gallery-wrapper {
    padding: 0px 4% 0px 4%;
} 
.wrapper .tps-dia-detail-gallery .slick-arrow {
    width: 20px;
    height: 20px;
    background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
    background-position: -340px -158px;
}
.wrapper .tps-dia-detail-gallery .slick-arrow:before{
  display: none;
}
.wrapper .tps-dia-detail-gallery .slick-arrow{
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;  
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0px !important;
  line-height: 0px !important;
  outline: none !important;
  display: none !important;
}
.wrapper .tps-dia-detail-gallery .slick-arrow.slick-next {
    right: -25px;
    left: auto;
    background-position: -358px -158px;    
}
.wrapper .tps-dia-detail-gallery .slick-arrow.slick-prev{
  left: -25px;
  right: auto;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical button.slick-prev.slick-arrow {
    top: -30px;
    left: 20%;
    rotate: 90deg;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical button.slick-next.slick-arrow {
    top: auto;
    bottom: -30px;
    left: 20%;
    rotate: 90deg;
}
.wrapper .tps-dia-detail-gallery button.slick-arrow.slick-disabled {
    pointer-events: none;
    display: none !important;
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-slide  .tps-dia-detail-img-div{
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    position: relative;
}

.tps-dia-detail-gallery .tps-loader.tps-360-video-loader {
    display: block;    
    width: 20px;
    height: 20px;
    background: url(../images/common-images/loader.gif) no-repeat;    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
  width: 100%;
/*height: 500px;*/
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe canvas{  
  cursor: pointer !important;
} 
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide canvas{
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;    
  transform: translate(-50%, -50%);
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-lab-icon{
  margin-left: auto;
  margin-right: auto;
  display: block;  
}
.tps-dia-detail-gallery .slick-track{
  display: flex;
  justify-content: center;
}
.tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide, 
.tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide{
  width: 100px !important;
  height: 100px !important;
  margin: 5px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--bgcolor-2);
}
.tps-dia-detail-gallery-thumbnail-horizontal .slick-current.slick-active .tps-dia-detail-gallery-slide, 
.tps-dia-detail-gallery-thumbnail-vertical .slick-current.slick-active .tps-dia-detail-gallery-slide {
  border: 1px solid var(--bgcolor-body);
}
.tps-dia-detail-gallery  .tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide::after, 
.tps-dia-detail-gallery  .tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide::after{ 
  content: '';
  width:100%;
  height: 4px;
  background: linear-gradient(to left, #efefef 51%, #ef3f49 51%) right;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 200%;
  transition: .5s ease-out;
  display: none;
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .tps-seDetailc-gallery-slide img, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .tps-seDetailc-gallery-slide img{
    width: 100%;
    height: 100%;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-current.slick-active.tps-dia-detail-gallery-slide::after, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-current.slick-active.tps-dia-detail-gallery-slide::after,
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-current.slick-active .tps-dia-detail-gallery-slide::after, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-current.slick-active .tps-dia-detail-gallery-slide::after,
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide:hover::after, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide:hover::after{
    background-position: left;
    cursor: pointer;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide div, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide div{
 margin: auto;
 display: flex;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide div img, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide div img{
   width: 100%;
   height: 100%;
   max-width: 100%;
   cursor: pointer;
   object-fit: contain;
   background: var(--bgcolor-2);
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide.slick-current.slick-active div img, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide.slick-current.slick-active div img{
  cursor: default;
}
.tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide .tps-seDetailc-video-thumb-icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/common-images/video-play-button.svg) no-repeat;
    background-position: center center;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-track{
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal{
  margin-top: 20px;
}
.tps-dia-detail-gallery-thumbnail-vertical .slick-track{
  display: block !important;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main{
  width: 85%;
  margin-left: 15px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical{
  width: 20%;
  float: left;
  margin-left: -50px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main  .tps-dia-detail-img-div{
  width: 100% !important;
  min-height: 430px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide{
  margin-left: unset;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.tps-dia-detail-gallery-loader .tps_grid_animated-background {
    height: 100%;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
    width: 100%;
    margin: auto;        
    margin-left: -40px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: #fff;
    height: 90px;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow .tps-gemstonelist-animated-background {
    width: 40px;
    height: 40px;
    background: #eeeeee;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow .tps-gemstonelist-animated-background.left-spinner {
    float: left;
    margin-left: -55px;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow .tps-gemstonelist-animated-background.right-spinner {
    float: right;
    margin-right: -55px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
    bottom: auto;
    left: 0;
    width: 20%;
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
}
.tps-dia-detail-gallery .tps-seDetailc-spinner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    grid-gap: 10px;
    left: 0;
    flex-direction: column;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    bottom: 50px;
    background: #dddddd;
    width: 100px;
    height: 100px;
    top: 25px;
    transform: none;
    left: 0;
    position: unset;
}
.tps-dia-detail-button button{
  position: relative;
}
.tps-dia-detail-button button::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../images/common-images/loader.gif');
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
}
.tps-dia-detail-button button.tps-loading::after{
  opacity: 1;
}
.tps-gemstonelist-compare-item-not-found-wrapper, 
.tps-gemstonelist-viewed-item-not-found-wrapper{
 text-align: center;
 font-family: var(--font-body), sans-serif;
 font-size: 22px;
 line-height: 25px;
 color: var(--bgcolor-body);
 display: flex;
 flex-direction: column;
 grid-gap: 10px;
 height: 300px;
 justify-content: center;
 border: 1px solid var(--bgcolor-body);
}
.tps-gemstonelist-compare-item-not-found-wrapper .tps-gemstonelist-item-not-found-subtitle, 
.tps-gemstonelist-viewed-item-not-found-wrapper .tps-gemstonelist-item-not-found-subtitle{
 font-size: 18px;
 font-weight: 300;
}
@-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); }
} 
.tps-loose-gemstone-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: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.tps-loose-gemstone-toast-msg-popup-wrapper.tps-show-popup{
  visibility: visible;
  opacity: 1;
}
.tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-popup{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: relative;

}
.tps-loose-gemstone-toast-msg-popup-wrapper  .tps-loose-gemstone-toast-msg-content{
  width: fit-content;
  padding: 19px 25px;
  border-radius: 5px;
  font-size: 13px;
  line-height: normal;
  color: var(--bgcolor-white);
  font-family: var(--font-body), sans-serif;
  background-color: var(--bgcolor-1);
  margin: auto;
  text-align: center;
  max-width: 300px;
  text-align: center;
  display: block;
}
.tps-dia-detail-back-to-search{
  position: relative;
  z-index: 9;
}
.tps-dia-detail-sub-info-wrapper ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  grid-gap: 30px;
  margin-bottom: 20px;
  padding-left: 0px;
}
.tps-dia-detail-sub-info-wrapper ul li{
  color: var(--bgcolor-body);
  font-size: 18px;
  line-height: normal;
  font-family: var(--font-body), sans-serif;
  position: relative;
}
.tps-dia-detail-sub-info-wrapper ul li::after{
  content: '';
  width: 1px;
  height: 20px;
  background-color: var(--bgcolor-4);
  display: block;
  position: absolute;
  right: -15px;
  top: 49%;
  transform: translateY(-50%);
}
.tps-dia-detail-sub-info-wrapper ul li:nth-last-child(1)::after{
  display: none;
}
.tps-dia-detail-gallery-thumbnail-vertical:has('.tps-dia-detail-gallery'){
  margin-top: 0px;
}
.tps-dia-detail-gallery .tps-dia-detail-lab-certificate-link{
  position: relative !important;
  display: block;
  margin: auto;
}
.tps-dia-detail-gallery  .tps-dia-detail-lab-certificate-link::after{
     content: '';
    width: 80px !important;
    height: 80px !important;
    background: url(../images/common-images/redirect-white-icon.svg), var(--bgcolor-body);
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-position: center;
    transition: 0.3s ease;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 1px solid var(--bgcolor-body);
    box-shadow: 0 0 15px var(--bgcolor-body);
}
.tps-dia-detail-gallery  .tps-dia-detail-lab-certificate-link:hover::after{
  background: url('../images/common-images/redirect-icon.svg'), transparent;
  background-repeat:no-repeat;
  background-size: 50%;
  background-position: center;
  border-color: #0000003b;
  box-shadow: none;
}
.tps-dia-detail-gallery .tps-dia-detail-lab-certificate-link img{
  opacity: 0.5 !important;
}
p.tps-dia-detail-sub-descr {
  color: var(--bgcolor-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-body), sans-serif;
  max-width: 430px;
}


/*popup*/
.tps-loose-gemstone-form-popup{
  position: fixed;
    right: 0%;
    bottom: 0%;
    background-color: #00000085;
    left: 0%;
    top: 0%;
    z-index: 999999;
    display: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}
.tps-loose-gemstone-form-popup.active{
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-m{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr{  
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  max-width: 800px;
  min-width: 800px;
  justify-content: center;
  align-items: center;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-loose-gemstone-form-popup-title{
  border-bottom: 1px solid #00000029;
  padding: 20px;
  position: relative;
  width: 100%;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-title h2{
  font-size: 22px;
  color:var(--bgcolor-body);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-body), sans-serif;
  margin: 0px;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-close{
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
  background-position: -13px -195px;
  right: 5px; 
  top: 4px;
  cursor: pointer;  
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-content{
  padding: 30px 20px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-carat .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-carat .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-depth .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-depth .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-table .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-table .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max{
  flex-direction: row-reverse;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-carat .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-carat .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-depth .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-depth .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-table .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min input, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-table .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max input{
  text-align: center;  
}
.tps-loose-gemstone-form-popup .tps-form{
  display: flex;
  flex-wrap: wrap;
}
.tps-loose-gemstone-form-popup .tps-form-image-block{
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tps-loose-gemstone-form-popup .email-us-form,
.tps-loose-gemstone-form-popup .drop-hint-form {
    width: 60%;
}{
  width: 60%;
}

.tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap input, 
.tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-loose-gemstone-form-popup.drop-hint-form  .wpcf7-form-control-wrap input, 
.tps-loose-gemstone-form-popup.drop-hint-form  .wpcf7-form-control-wrap textarea{
  outline: none;
  box-shadow: none;
  border: 1px solid #000 !important;
  border-radius: 3px;
  padding: 12px 25px 12px 15px;
  font-size: 14px;
  background-color: #fff;
  font-family: var(--font-body), sans-serif;
  color:var(--bgcolor-body);
  margin-bottom: 14px;
  width: 90%;
}
.tps-loose-gemstone-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr,
.tps-loose-gemstone-form-popup .tps_drop_hint.tps-btn{
  padding: 13px 20px 11px;
  font-family: var(--font-body), sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid var(--bgcolor-body);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background-color: var(--bgcolor-body);
  border-radius: 5px;
  color: #fff;
  position: relative;
  width: 300px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  text-align: center;
  margin: 20px auto 0px auto;
  cursor: pointer;
}
.tps-loose-gemstone-form-popup .email-us-form .tps_eamil_us.btn_tps_bnr:hover, 
.tps-loose-gemstone-form-popup .tps_drop_hint.tps-btn:hover{
 background-color: #fff !important;
 border-radius: 5px;
 color: var(--bgcolor-body) !important;
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-img-div img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;

}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-loose-gemstone-form-popup-title .tps-loose-gemstone-form-descr{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color:var(--bgcolor-body);
  font-family: var(--font-body), sans-serif;
  max-width: 380px;
  margin: 5px auto 0px auto;
}
.tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap textarea,
.tps-loose-gemstone-form-popup.drop-hint-form textarea{
  height: 250px;
}
.tps-loose-gemstone-form-popup .wpcf7-not-valid-tip{
  text-align: left;
  margin: -10px 0px 7px 25px;
  font-size: 12px;
  font-family: var(--font-body), sans-serif;
}
.tps-dia-detail-vertcal-parent .tps-dia-detail-gallery-wrapper{
  display: flex;
  align-items: start;
}
.tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide{
  margin-bottom: 10px !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media .tps-gemstonelist-item-wishlist-span{
  width: 23px;
  height: 23px;
  margin: 0px 0 10px 0;
  padding: 0;
  color: transparent !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media .tps-gemstonelist-item-wishlist-span:hover, 
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media .tps-gemstonelist-item-wishlist-span.active{
  background-position: -204px -191px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media .tps-gemstonelist-item-wishlist-span.tps-loading, 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-wishlist.tps-loading span{ 
 background-image: url(../images/common-images/loader.gif);
 background-size: 80%;
 background-position: center center;
 background-repeat: no-repeat;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr{
 width: 100%;
 max-width: 350px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-title{
 font-size: 18px;
 line-height: 22px;
 color:var(--bgcolor-body);
 margin: 12px 0px 00px;
 font-family: var(--font-body), sans-serif;
 font-weight: 600;
 text-transform: capitalize;
 display: block;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-subtitle{
 font-size: 12px;
 line-height: 24px;
 color:var(--bgcolor-body);
 margin: 0px 0px 20px;
 font-family: var(--font-body), sans-serif;
 font-weight: 600;
 text-transform: capitalize;
 display: block;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-cbutton{
 max-width: 300px;
 margin-left: auto;
 margin-right: auto;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-close, 
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-icon.tps-icon-addto{   
 width: 50px;
 height: 50px;
 overflow: hidden;
 display: block;
 margin: auto;
 cursor: pointer;
 color: transparent;
}
.tps-seDetailc-meta .tps-seDetailc-share-list .tps-seDetailc-wishlist.tps-loading a::before{
    background-image: url(../images/common-images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-icon.tps-icon-addto{    
    background-position:  -300px -232px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-close{
    background-position:-235px -227px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-icon.tps-icon-addto:hover{    
    background-position: -450px -232px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-close:hover{
    background-position: -380px -227px;
}
.tps-gemstonelist-data-cr.tps-gemstonelist-activate  .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"]::after{
   display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-wishlist {
  position: absolute;
  top: 10px;
  left: 15px;
  border:none;
}
.tps-dia-detail-gallery-main .tps-dia-detail-gallery-slide.slick-slide{
  overflow: hidden;
}
.tps-dia-detail-days .tps-dia-detail-shipping-title{
 text-transform: none;
}
.tps-dia-detail-days .tps-dia-detail-shipping-title b{
 font-weight: normal;
 color: var(--bgcolor-body);
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-title{
  display: block;
  font-family: var(--font-heading), sans-serif;
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  color: var(--bgcolor-body);
  margin-bottom: 10px;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-title{
  text-align: center !important;
  display: block;
  margin: auto;
  padding: 12px 0px 7px 0px;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div{
  margin: 10px;
  background-color: var(--bgcolor-2) !important;
  cursor: pointer;
  border: 1px solid var(--bgcolor-white);
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-price{
  text-align: center !important;
  display: block;
  margin: auto;
}
.tps-dia-detail-similar-diamonds-wrapper{
  background-color: var(--bgcolor-trans);
  padding: 1px 0px 1px 0px;
  display: none;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-loose-gemstone-main-container {
  margin-top: 0;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-meta{
  padding: 0px 15px 10px;
  background: var(--bgcolor-white);
}
.tps-dia-detail-recent-diamonds-wrapper .slick-arrow,
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  outline: none;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000029;
  background-color: transparent !important;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow:hover{
  background-color: #fff;
}
.tps-dia-detail-recent-diamonds-wrapper .slick-arrow::before,
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow::before{
  display: none;
}
.tps-dia-detail-recent-diamonds-wrapper .slick-arrow:after,
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow::after{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg), no-repeat;
  background-color: var(--bgcolor-trans);
  background-position: -340px -158px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-next{
  left: auto;
  right: 0px;
}
.tps-dia-detail-recent-diamonds-wrapper .slick-next.slick-arrow:after,
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-next::after{
  background-position: -357px -158px;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img{
  width: 100%;
  height: 261px;
  object-fit: contain;
}
.tps-simillar-product-loader .tps-gemstonelist-animated-list li::marker {
  display: none;
}
.tps-simillar-product-loader .tps-gemstonelist-animated-list li {
  list-style-type: none;
}
.tps-simillar-product-loader .tps-gemstonelist-animated-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tps-simillar-product-loader.tps-gemstonelist-spinner-gridv-container .timeline-item {
  height: 410px;
}
.tps-dia-detail-gallery  .timeline-item{
  height: 500px;
}
.tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-close{
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
  background-position: -13px -195px;
  cursor: pointer;  
  position: absolute;
  color: transparent;
  right: 5px; 
  top: 5px;
}
.tps-dia-detail-meta .tps-dia-detail-share li.tps-dia-detail-drop-hint a:before{
  background-position: -80px -423px;
}
.tps-fixed-thumbnail .slick-track{
  transform: none !important;
}
.tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days{
  margin-bottom: 0px;
}
.tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days:nth-child(2){
  margin-top: 10px;
}
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title{
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto 20px auto;
  display: block;
  font-size: 18px;
  font-family: var(--font-body), sans-serif;
  font-weight: 300;
  color: var(--bgcolor-body);
}
.tps-loose-gemstone-form-popup .tps-form-image-block .tps-email-img-title{
  display: block;
  font-size: 18px;
  font-family: var(--font-body), sans-serif;
  font-weight: 600;
  color: var(--bgcolor-body);
  margin-top: 20px;
}
.tps-loose-gemstone-breacrum {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item{
  font-family: var(--font-body), sans-serif;
  color: var(--bgcolor-body);
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item a{
  color: var(--bgcolor-body);
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item.inactive:last-child a {
  cursor: default;
  text-decoration: none;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item .tps-loose-gemstone-br-icon{
  width: 20px;
  height: 16px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: 86%;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item a:hover{
  text-decoration: underline;
}
.tps-page-loose-gemstone-gemstone_listing .tps-page-title {
  display: block;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
.tps-page-loose-gemstone-gemstone_listing .tps-gemstonelist-h1-title {
  font-family: var(--font-heading), sans-serif;
  font-size: 30px;
  line-height: normal;
  font-weight: 400;
}
.tps-loose-gemstone-wishlist-popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 17 17 / 22%);
    display: flex;
    align-items: center;
    z-index: 999999;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr {
    width: fit-content;
    padding: 20px 20px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #282828;
    font-family: var(--font-body), sans-serif;
    background-color: #fff;
    margin: auto;
    text-align: center;
    max-width: 300px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr {
    width: 100%;
    max-width: 350px;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn{
    padding: 20px 0px 0px 0px;
    background-color: transparent !important;
    font-family: var(--font-body), sans-serif;
    color: var(--bgcolor-body) !important;    
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    padding-left: 12px;
    border: none;
    outline: none;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before{
  content: '';
  width: 12px;
  height: 7px;
  display: inline-block;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-position: -85px -158px;
  position: absolute;
  background-repeat: no-repeat;
  left: -2px;
  top: 26px;
  rotate: 90deg;
}
.tps-loose-gemstone-form-popup .tps_recaptcha{
  width: fit-content;
  margin: auto;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 4 4 / 25%);
  }
  100% {
    box-shadow: 0 0 0 8px rgb(255 0 35 / 9%);
  }
}
@keyframes scale-display{
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes scale-display--reversed{
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li span.tps-gemstonelist-result-grid-cart-span{
  background: url(../images/common-images/white-cart-icon.svg), var(--bgcolor-body);
  background-position: center center;
  background-repeat: no-repeat;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li:hover span.tps-gemstonelist-result-grid-cart-span{
  background: url(../images/common-images/black-cart-icon.svg), #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li.tps-loading span.tps-gemstonelist-result-grid-cart-span{
  background: url(../images/common-images/loader.gif), #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
/*hand slider*/
.tps-dia-detail-gallery .tps-dia-detail-img-div .tps-loose-gemstone-hand-slider-skin-block{
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tps-dia-detail-gallery .tps-dia-detail-img-div .tps-loose-gemstone-hand-slider-skin-block .tps-loose-gemstone-hand-slider-skin-dark{
  position: absolute;
  left: 0px;
  top: 0;
  border-radius: 5px;
  display: block;
  margin: auto;
}
.tps-loose-gemstone-hand-slider-wrapper .ui-widget.ui-widget-content{
  border-color: var(--bgcolor-main) !important;
  background-color: var(--bgcolor-main) !important;  
  cursor: pointer;
  height: 3px;
  margin: 0px 9px 10px 9px;
}
.tps-loose-gemstone-hand-slider-wrapper .ui-slider-horizontal .ui-slider-handle{
  top: -9px !important;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-first, 
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-second{
  padding: 0px 0px 0px 10px;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-max, 
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-max{
  float: right;
  margin-top: 8px;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-first{
  margin: 20px 0px 15px 0px;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-max, 
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-min, 
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-max, 
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-min{
   color: var(--bgcolor-body);
   font-family: var(--font-body), sans-serif;
   text-transform: unset !important;
   font-weight: 400;
   font-size: 13px;
   line-height: 13px;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div{
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
    height: 40%;
    left: 52.5%;
    margin-left: -22%;
    margin-top: -4%;
    position: absolute;
    top: 46%;
    width: 40%;
    z-index: 2;
    -webkit-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-round{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/round_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-princess{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/princess_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-pear{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/pear_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-oval{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/oval_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-marquise{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/marquise_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-heart{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/heart_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-emerald{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/emerald_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-cushion{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/cushion_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-asscher{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/asscher_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div.tps-shape-radiant{
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/radiant_shape.webp);
}
.tps-natural-coloured-diamonds .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div,
.tps-lab-coloured-diamonds .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div {
  background-image: url(../images/diamond-hand-slider-images/diamond-shapes/colored_diamond_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-current-carat{
  font-size: 13px;
  font-family: var(--font-body), sans-serif;
  color: var(--bgcolor-body);
  top: 0 !important;
  padding-left: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-first .ui-widget.ui-widget-content{
  margin: 9px 9px 10px 9px;
}
.banner-diamond_listing{
  position: relative;
}
.tps-loose-gemstone-banner .tps_loose_banner_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 20%;
    color: var(--bgcolor-body);
}
.tps-loose-gemstone-banner .tps_loose_banner_heading h1 {
    color: var(--bgcolor-body);
    font-size: 35px;
    line-height: 30px;
    font-family: var(--font-heading), sans-serif;
    letter-spacing: 2px;
    padding-bottom: 0;
    max-width: 600px;
}
.tps-loose-gemstone-banner .tps_loose_banner_heading .tps-loose-gemstone-banner-subtitle{
  font-size: 16px;
  margin-top: 15px;
  max-width: 600px;
}
.banner-diamond_listing .tps_loose_banner_heading{
  max-width: 1440px;
  width: 100%;
}
.site-header{
  overflow: hidden !important;
  padding: 0px !important;
  height: 0px !important;
  margin: 0px !important;
}
main.site-main{
  padding-top: 0px;
}
.banner-diamond_listing img{
  max-width: 100%;
  width: 100%;
}
.tps-gemstonelist-top-tab ul li.active a, 
.tps-gemstonelist-tab-optional ul li.active a, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.active input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.active span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li.active input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li.active span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active span,
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li.active,
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li.active input, 
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li.active,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li.active input, 
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div li.active,
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div li.active input, 
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line.active span, 
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line.active{
  cursor: default;
}

.tps-spinner-container .white-widget.grey-bg.author-area{
  width: 100% !important;
  max-width: 100% !important;
} 
.tps-form-submited.tps-loose-gemstone-form-popup-title .tps-loose-gemstone-form-popup-main, 
.tps-form-submited.tps-loose-gemstone-form-popup-title .tps-loose-gemstone-form-descr{
   display: none;
}
.tps-form-submited.tps-loose-gemstone-form-popup-title{
  border-bottom: none !important;
}
.tps-dia-detail-lab-certificate-link{
  position: relative !important;
  width: fit-content !important;
  display: block !important;
  font-weight: 400 !important;
  color: var(--bgcolor-body) !important;
}
.tps-dia-detail-lab-certificate-link::after{
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--bgcolor-body) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px  !important;
  bottom:0px  !important;
}
.tps-dia-detail-sattr-right .tps-dia-detail-lab-certificate-link{
  bottom: 3px !important;
}

.tps-dia-detail-lab-certificate-link:hover::after{
  background-color: var(--bgcolor-body) !important;
  width: 0% !important;
}
.tps-dia-detail-gallery .tps-dia-detail-lab-certificate-link:hover::after {
    background: url(../images/common-images/redirect-icon.svg), transparent !important;
    background-repeat: no-repeat !important;
    background-size: 50%;
    background-position: center center !important;
    border-color: #0000003b;
    box-shadow: none;
    width: 80px !important;

}
.tps-dia-detail-sub-info-li .tps-dia-detail-lab-certificate-link{
  margin-left: auto;
  margin-right: auto;
}
.tps-dia-detail-sub-info-li .tps-dia-detail-lab-certificate-link::after{
  bottom: -2px !important;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow::before{
  display: none !important;
}

.tps-form-submited.tps-loose-gemstone-form-popup-title h2.tps-loose-gemstone-form-popup-main, 
.tps-form-submited.tps-loose-gemstone-form-popup-title p.tps-loose-gemstone-form-descr {
    display: none;
    border-bottom: none;
}
.tps-form-submited.tps-loose-gemstone-form-popup-title {
    border-bottom: none !important;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type.active{
  cursor: default;
}

.tps-form-image-block .tps-form-img-loader {
    width: 100%;
    height: 250px;
}
.tps-form-image-block .tps-form-img-loader p {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    color: transparent;
}
.tps-form-image-block .tps-form-img-loader p::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/common-images/loader.gif);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tps-handle-content {
    height: auto !important;
}

/*recently viewed section*/
.tps-dia-detail-recent-diamonds-wrapper {
    margin-top: 30px;
    display: none;
}
.tps-dia-detail-recent-diamonds-wrapper .tps-dia-detail-recent-diamonds-title {
    display: block;
    font-family: var(--font-heading), sans-serif;
    font-size: 25px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
    color: var(--bgcolor-body);
    margin-bottom: 20px;
}
.tps-dia-detail-recent-diamonds-meta {
    background-color: var(--bgcolor-white);
    padding: 10px 10px 5px;
    text-align: center;    
}
.tps-dia-detail-recent-diamonds-meta .tps-dia-detail-recent-diamond-title {
    font-size: 16px;
    line-height: normal;
    color: var(--bgcolor-body);
    margin: 0px 0px 0px;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;      
    display: block;        
    padding: 0px 0px 6px;
}
.tps-dia-detail-recent-diamonds-meta .tps-dia-detail-recent-diamond-price {
    font-size: 18px;
    line-height: normal;
    color: var(--bgcolor-body);
    font-family: var(--font-heading), sans-serif;
    font-weight: 400;
}
.tps-dia-detail-recent-diamond-div {
    border: 1px solid var(--bgcolor-2);
    background: var(--bgcolor-2);
    padding: 0px;
    margin: 0px 5px;
}
.tps-dia-detail-recent-diamond-div img {
    border-radius: 0px;
    height: 260px;
    margin: auto;
    display: block;
    background-image: url(../images/placeholder-diamond-images/placeholder-300_300.jpg);
    background-position: center center;
    background-size: cover;
    object-fit: contain;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-prev,
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-next,
.tps-dia-detail-recent-diamonds-wrapper .slick-prev.slick-arrow,
.tps-dia-detail-recent-diamonds-wrapper .slick-next.slick-arrow {
    background: transparent;
    color: transparent;
    font-size: 30px;
    line-height: normal;
    font-family: var(--font-body), sans-serif;
    width: 30px;
    height: 30px;
    box-shadow: none !important;
    display: inline-block !important;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-prev,
.tps-dia-detail-recent-diamonds-wrapper .slick-prev.slick-arrow {
    left: auto;
    right: 28px;
}
.tps-dia-detail-similar-diamonds-wrapper .slick-arrow.slick-next,
.tps-dia-detail-recent-diamonds-wrapper .slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.tps-dia-detail-recent-diamonds-list-parent {
    position: relative;
}
.tps-dia-detail-recent-diamonds-loader li.tps-gemstonelist-grid-pr {
    list-style: none;
    margin-bottom: 20px;
}
.tps-recent-product-loader .tps-gemstonelist-animated-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
} 
.tps-recent-product-loader.tps-gemstonelist-spinner-gridv-container .timeline-item {
  height: 380px;
}
.tps-recent-product-loader.tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-title {    
    margin-left: 0px;
    margin-right: 0px;
}
.tps-recent-product-loader.tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-price {    
    margin-left: 0px;
    margin-right: 0px;
}
/*recently viewed section*/
.tps-gemstonelist-pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px auto 25px auto;
}
.tps-gemstonelist-pagination .paginationjs {
    justify-content: center;
    font-family: var(--font-body), sans-serif;
}
.tps-gemstonelist-pagination .tps-visited-diamonds-txt {
    display: block;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--bgcolor-body);
    margin-bottom: 15px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.tps-gemstonelist-pagination button.load-more-btn {
    font-family: var(--font-body), sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--bgcolor-body);
    background: var(--bgcolor-trans);
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 10px 0px;
}
.tps-gemstonelist-pagination .tps-visited-diamonds-scroll-top-txt {
    display: block;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: var(--bgcolor-body);
    cursor: pointer;
    margin-top: 15px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-value.tps-lab-span {
    text-decoration: underline;
    font-weight: 500;
    color: var(--bgcolor-body) !important;
    cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row .tps-link {
    width: 40%;    
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span {
    display: block;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
    color: var(--bgcolor-body) !important;
}
.tps-gemstones-parent-load-more {
  display: flex;      
  justify-content: space-between;
  font-size: 14px;
  line-height: normal;
  color: var(--bgcolor-body);
  padding: 20px 10px;
  font-family: var(--font-body), sans-serif;    
  font-weight: 400;
}
.tps-gemstones-parent-load-more .tps-count-view {
  width: 40%;
  text-align: left;
}
.tps-gemstones-parent-load-more .load-more-container button {
  display: flex;    
  font-size: 14px;    
  line-height: normal;    
  background: var(--bgcolor-main);
  text-align: center;
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  color: var(--bgcolor-white);
  border-radius: 2px;
  border: 1px solid var(--bgcolor-main);
  position: relative;
  z-index: 1;
  margin: 10px auto;
}
.tps-gemstones-parent-load-more .load-more-container button:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
  background-repeat: no-repeat;  
  background-position: -103px -151px;
  position: absolute;
  right: 12px;
  top: 25%;
}
.tps-gemstones-parent-load-more .load-more-container:after {
  content: "";
  position: absolute;
  background: var(--bgcolor-2);
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 48px;
}
.tps-gemstones-parent-load-more .refine-your-results {
  width: 40%;
  text-align: right;  
}
.tps-gemstones-parent-load-more .load-more-container button:hover {
  background: var(--bgcolor-white);      
  color: var(--bgcolor-body);    
  border: 1px solid var(--bgcolor-body);
}
.tps-gemstones-parent-load-more .load-more-container button:hover::after {
  background-position: -84px -151px;
}
.tps-gemstones-parent-load-more .refine-your-results .tps-visited-gemstones-scroll-top-txt {
  cursor: pointer;
}

/*End*/


/*Transpacific software --- Responsive start here*/
@media (hover: hover) {
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect:hover {
  text-decoration: underline;
}
.tps-loose-gemstone-btn:hover {
  background-color: var(--bgcolor-white) !important;
  border-radius: 0px;
  color: var(--bgcolor-body) !important;
  border: 1px solid var(--bgcolor-body) !important;
}  
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li:hover{  
  border: 1px solid var(--bgcolor-body);
}  
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li:hover{
  box-shadow: none;
  border: none;  
}
.tps-dia-detail-meta .tps-dia-detail-share li a:hover{  
  color: var(--bgcolor-main);
}
.tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide:hover, 
.tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide:hover {
  border: 1px solid var(--bgcolor-body);
} 
.tps-dia-detail-gallery-thumbnail-horizontal .slick-current.slick-active .tps-dia-detail-gallery-slide:hover, 
.tps-dia-detail-gallery-thumbnail-vertical .slick-current.slick-active .tps-dia-detail-gallery-slide:hover {
  border: 1px solid var(--bgcolor-body);
  cursor: default;
} 
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn:hover {
  text-decoration: underline;
}  
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button:hover {
  background-color: var(--bgcolor-white);
  color:var(--bgcolor-body);
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button.tps-loose-gemstone-reset-filter-confirm-no-btn:hover {
  background-color: var(--bgcolor-trans);
  color: var(--bgcolor-white);
}  
.tps-loose-gemstone-cbutton:hover {
    background-color: var(--bgcolor-trans) !important;
    color: var(--bgcolor-body) !important;
    border: 1px solid var(--bgcolor-body) !important;
}
.tps-gemstonelist-tab-optional ul li:hover a{
  color: var(--bgcolor-body);
  font-weight: 400;
}
.tps-gemstonelist-top-tab ul li:hover a{
  color: var(--bgcolor-main);  
  border-bottom: 2px solid var(--bgcolor-main);;
  box-shadow: none;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a:hover{
  text-decoration: underline;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-title .tps-gemstonelist-filter-in-icon:hover{
  background-position:-180px -368px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Round"] + span:before{
  background-position: 0px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Asscher"]  + span:before{
  background-position: -153px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Cushion"]  + span:before{
  background-position: -102px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Emerald"]  + span:before{
  background-position: -375px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Marquise"]  + span:before{
  background-position: -200px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Oval"]  + span:before{
  background-position: -243px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Pear"]  + span:before{
  background-position: -333px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Princess"] + span:before{
  background-position: -49px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Heart"] + span:before{
  background-position: -430px -49px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Radiant"]  + span:before{
  background-position: -291px -50px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li:hover input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li:hover input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li:hover input + span:before {
  border-color: var(--bgcolor-main);
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li:hover input + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li:hover input + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li:hover input + .tps-gemstonelist-filter-option-label {
  color: var(--bgcolor-main) !important;
}
.tps-gemstonelist-filter-report li:hover input[type=checkbox] + span,
.tps-gemstonelist-filter-treatment li:hover input[type=checkbox] + span,
.tps-gemstonelist-filter-origin li:hover input[type=checkbox] + span {
  background-color: var(--bgcolor-main);
  border: 1px solid var(--bgcolor-main);
  color: var(--bgcolor-white);
}
.tps-gemstonelist-filter-search_certificate button:hover{
   background-color: var(--bgcolor-trans);
   border-color: var(--bgcolor-body);
   color: var(--bgcolor-body);
}
.tps-loose-gemstone-cbutton:hover {
    background-color: var(--bgcolor-white) !important;
    color: var(--bgcolor-body) !important;
    border: 1px solid var(--bgcolor-body) !important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:hover {
  border: none !important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:hover:after{
  background-position: -82px -151px;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:hover:after{
  background-position: -81px -165px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare:hover input + span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
/*  background-position: -411px -419px;*/
  background-position: -407px -416px;
  cursor: pointer;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info:hover span{
  background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat;
/*background-position: -312px -419px;*/
  background-position: -308px -416px;
}
.tps-gemstonelist-pagination button.load-more-btn:hover {
  border-bottom-color: var(--bgcolor-main);
  color: var(--bgcolor-main);
}
.tps-gemstonelist-pagination .tps-visited-diamonds-scroll-top-txt:hover {
  color: var(--bgcolor-main);
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button:hover {
  background-color: var(--bgcolor-white);
  color:var(--bgcolor-body);
}
.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button.tps-loose-gemstone-reset-filter-confirm-no-btn:hover {
  background-color: var(--bgcolor-trans);
  color: var(--bgcolor-white);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-value.tps-lab-span:hover,
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span:hover {
  text-decoration: none;
  color: var(--bgcolor-main) !important;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div:hover {
  border: 1px solid var(--bgcolor-body);
}
.tps-gemstones-parent-load-more .refine-your-results .tps-visited-gemstones-scroll-top-txt:hover {
  cursor: pointer;
  color: var(--bgcolor-main);
}
}


@media(max-width:1440px){
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul {
  grid-gap: 10px;
}  
.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout, .tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout {
  max-width: 1240px;
  padding: 0px;
}
.tps-loose-gemstone-main-container{
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}

}


@media(max-width:1300px){  
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-title .tps-gemstonelist-item-title-h2{
    /*font-size: 16px;
    line-height: 22px;  */  
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list li.tps-gemstonelist-grid-pr:last-child {
    display: none;
  } 
  /*recently viewed section*/
  .tps-recent-product-loader .tps-gemstonelist-animated-list{    
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  /*recently viewed section*/
}

@media(max-width:1280px){  
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn{
    height: 140px;
  }
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div,
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div,
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div {   
    gap: 6px;
  }
  /*recently viewed section*/
  .tps-recent-product-loader .tps-gemstonelist-animated-list{    
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-dia-detail-recent-diamond-div img {
    height: 300px;
  }
  /*recently viewed section*/
}

@media(max-width:1250px){  
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span{
    /*font-size: 12px;
    line-height: 22px;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data{
    flex-wrap: wrap;
    grid-gap: 5px 7px;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-img-div{
    width: 100% !important;
  }
}


@media(max-width:1199px){
  .tps-dia-detail-sub-info-wrapper ul{    
    grid-gap: 15px;
  }
  .tps-dia-detail-sub-info-wrapper ul li::after {
    right: -8px;
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
 .tps-simillar-product-loader .tps-gemstonelist-animated-list li.tps-gemstonelist-grid-pr:last-child {
    display: none;
 } 
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table{
    width: 80%;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group{           
    width: fit-content;
    justify-content: center;
    padding-left: 43%;
    flex-direction: unset;
    grid-gap: 0px 20px;
    margin-left: 0;
    margin-top: 15px;
 } 
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group button {
    padding: 10px 10px 8px;
}
.tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide, .tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide{
  width: 70px !important;
  height: 70px !important;
 } 
 .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img{
   height: 230px;
 } 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input + span:after, 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input + span:after{
    width: 0%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input + span:before, 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input + span:before {
   box-shadow: none;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[type="checkbox"]:checked + span:after{
    width: 100%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked + span:before {
    box-shadow: none;
  }
  .tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-wrapper {
    font-size: 16px;
  }
  .tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-subtitle {
    font-size: 14px;    
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul, 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul {    
    flex-wrap: wrap;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li {    
    width: 19%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {    
    width: 7.8%;
  }
  
}

@media(max-width:1050px){  
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-track{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min .tps-gemstonelist-filter-slider-min-symbol, 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max .tps-gemstonelist-filter-slider-max-symbol, .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min input, .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max input{
    font-size: 13px;    
  }  
  .tps-loose-gemstone-main-container{
    padding: 0px 0px;
  }
}

@media(max-width:1024px){
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr 1fr 1fr;
 } 
 .tps-dia-detail-meta .tps-dia-detail-title{
   font-size: 25px;  
 }
 .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-title,
 .tps-dia-detail-recent-diamonds-wrapper .tps-dia-detail-recent-diamonds-title {
    font-size: 22px
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn {
    height: 130px;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media{
  width: 25%;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table {
    width: 75%;
}
.tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-left, .tps-seDetailc-spacification .tps-seDetailc-sp-info-attr .tps-seDetailc-attr-right, .tps-loose-gemstone-final-sinfo .tps-loose-gemstone-final-sattr .tps-loose-gemstone-final-sattr-left, .tps-loose-gemstone-final-sinfo .tps-loose-gemstone-final-sattr .tps-loose-gemstone-final-sattr-right{
  font-size: 14px;
  line-height: 24px;
}
.tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img{
  height: 220px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li{  
  width: 50px;
  height: 50px;  
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul {
  grid-gap: 1px 1px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input + span{  
  background-position: -351px -410px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info span{  
  background-position: -258px -410px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input[type="checkbox"]:checked + span{ 
  background-position: -403px -410px;  
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info.active span{
  background-position: -304px -410px;
}

}


@media(max-width:992px){ 
 .tps-dia-detail-gallery-main .slick-dots{
   list-style: none;
   margin: 15px 0px 0px 0px;
   display: flex;
   justify-content: center;
   grid-gap: 10px;
 }
 .tps-dia-detail-gallery-main ul.slick-dots li button::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99999999;
    display: block;
    background-color: transparent;
}
.tps-dia-detail-gallery-main .slick-dots li{
    width: 20px !important;
    height: 20px !important;
}
.tps-dia-detail-gallery-main ul.slick-dots li button {
    font-size: 0px;
    color: transparent;
    line-height: 0px;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    background-color: transparent !important;
    border: 1px solid #101820;
    border-radius: 50%;
    padding: 0px !important;

}
 .tps-dia-detail-gallery-main .slick-dots li button{
    border: 1px solid transparent;
  border-radius: 50%;
 }
  .tps-dia-detail-gallery-main .slick-dots li button:before{
      font-size: 12px;
    opacity: 1;
    color: #cedbef;
    cursor: pointer;
    line-height: 22px;
  }
  .tps-dia-detail-gallery-main .slick-dots li.slick-active button:before{
      color: #0C4AAD;
  }

  .tps-dia-detail-gallery-main .slick-dots li.slick-active button{
      border-color: #0C4AAD;
  }
   .tps-dia-detail-gallery-main ul.slick-dots li.slick-active button::after {
      background-color: #101820;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section {   
    grid-gap: 40px 6%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section .tps-gemstonelist-filter-col {
      width: 46.33%;
  }
  .tps-dia-detail-sub-info-wrapper ul li {
    font-size: 16px;
  }
}

@media(max-width:991px){
  .tps-gemstonelist-top-tab ul {    
    grid-gap: 0px 15px;    
  }
  .tps-gemstonelist-top-tab ul li a {
    padding: 5px 0px;
    font-size: 16px;
  }
  .tps-gemstonelist-filter-report li input[type=checkbox]+span, 
  .tps-gemstonelist-filter-treatment li input[type=checkbox]+span, 
  .tps-gemstonelist-filter-origin li input[type=checkbox]+span {    
    font-size: 13px;
  }
 .tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {    
    margin-left: 0;    
  }
  .tps-dia-detail-gallery .tps-seDetailc-spinner-row {
    left: -15px;
  }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col{
    width: 100%;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report{
    width: 50%;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr 1fr;
 } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-ptitle{
    /*font-size: 14px;
    line-height: 20px;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-price{
    /*font-size: 18px;
    line-height: 20px;*/
  }
  .tps-gemstonelist-top-tab ul li a, 
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a{
    /*font-size: 14px;
    line-height: 24px;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
    /*grid-gap: 15px 5px;
    justify-content: center;
    margin-bottom: 20px;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"]{
    margin-right: unset;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line{
    margin-left: unset;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-child(3)::after{
    display: block;
  }
  .tps-gemstonelist-data-cr.tps-gemstonelist-activate .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-child(3)::after{
    display: none;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row {
    width: 50%;
  }
  
  .tps-dia-detail-row .tps-dia-detail-gallery{
    width: 70%;
    margin: 0px auto 40px;
  }
  .tps-dia-detail-row .tps-dia-detail-meta{
    width: 100%;
  }
  .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide, .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide{
    width: 80px !important;
    height: 80px !important;
  }  
  .tps-dia-detail-row .tps-dia-detail-meta{
    text-align: center;
  }
  .tps-dia-detail-meta .tps-dia-detail-button{
    display: flex;
    flex-wrap: wrap;
  }
  .tps-dia-detail-meta .tps-dia-detail-share li{
    display: flex;
    justify-content: center;
  }
 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate{
    width: 46%;
  }
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div, 
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div,
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div,
  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
    width: 100%;
  }
  .tps-dia-detail-sub-info-wrapper ul, 
  .tps-dia-detail-shipping{
    justify-content: center;
  }
  .tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
    width: 100%;
  }
  .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr{
    max-width: 80%;
    min-width: auto;
  }
  .tps-page-loose-gemstone-gemstone_listing .tps-gemstonelist-h1-title {
    font-size: 26px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2{
    font-size: 24px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 15px;
  }
  .tps-gemstonelist-tab-optional ul li{
    font-size: 25px;
    line-height: 30px;
    padding: 0px 10px;
    width: 30%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher{
    top: -36px;
    grid-gap: 10px;
    height: 100%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent {
    grid-gap: 15px;
    width: 99%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after {
    right: -9px;
  }
  .tps-gemstonelist-tab-optional ul li a{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-dia-detail-meta .tps-dia-detail-button button{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .tps-dia-detail-meta .tps-dia-detail-title{
/*    margin-bottom: 0px;*/
  }
  p.tps-dia-detail-sub-descr {
    display: block;
    max-width: 600px;
    margin: auto;    
}
  .tps-dia-detail-spacification .tps-dia-detail-scol-inner{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img {
    height: 180px;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide div{
    justify-content: center;
    float: none;
  }
  .tps-dia-detail-spacification h2, .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-title{
    margin-left: 0;
    margin-right: 0;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.mobile {
    display: none;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.desktop {
    top: 15px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media {
/*    width: 18%;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table {
/*    width: 82%;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span{
    /*font-size: 11px !important;
    line-height: 21px !important;*/
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li{
    font-size: 12px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-up-arrow {
    background-position: -215px -243px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-item-quick-view-wrapper {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-title,
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-value {
    width: 50%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span{
    font-size: 12px !important;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-main .slick-track{
    display: block !important;
  }  
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group button {    
    font-size: 16px;   
    padding: 10px 10px 8px; 
  }
  .tps-loose-gemstone-banner .tps_loose_banner_heading h1, 
  .tps-loose-gemstone-banner .tps_loose_banner_heading .tps-loose-gemstone-banner-subtitle{
    text-align: center;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li {    
    width: 16%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {    
    width: 15.8%;
  }
  /*recently viewed section*/  
  .tps-dia-detail-recent-diamond-div img {
    height: 210px;
  }
  /*recently viewed section*/
}

@media(max-width:800px){
  .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img {
    height: 125px;
  }  
}

@media(max-width:767px){   
  .tps-gemstonelist-data-cr.tps-gemstonelist-activate .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-child(3)::after,
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-child(3)::after {
    display: none;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main .tps-dia-detail-img-div {
    min-height: auto;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide canvas {
    position: unset;
    transform: none;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher,
  .tps-gemstonelist-result.tps-gemstonelist-result-list-view-div,
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.desktop{
    display: none !important;
  }
  .tps-gemstonelist-result-view-switcher-type,
  .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-close-parent,
  .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title, 
  .tps-gemstonelist-mfilter-title, 
  .tps-gemstonelist-filter-show-result, 
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
    display: block  !important;
  }
  .tps-gemstonelist-filter-cr-pr{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: -100%;
/*  height: 88% !important;*/
    height: 100% !important;
    background-color: var(--bgcolor-white);
    z-index: 99999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
 }  
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header{
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: var(--bgcolor-2);
    margin-bottom: 10px;
    position: sticky;
    align-items: center;
    top: 0;
    z-index: 99;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-close-parent button{
    margin-left: auto;
    background-color: transparent !important;
    outline: none;
    width: 40px !important;
    height: 30px;
    background-image: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg);
    background-position: -84px -191px;
    display: flex;
    padding: 0;
    border:none !important;
    outline: none  !important;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
    margin-bottom: 0px;
    position: unset;
    transform:unset;
    margin-left: auto;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title{
  font-size: 16px;
  line-height: 16px;
  color:var(--bgcolor-body);
  font-family: var(--font-body), sans-serif;
  padding-top: 8px;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-close-parent{
    margin-left: auto;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title{
    padding-top: 0px;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title {
    font-size: 16px;
 }
  .tps-gemstonelist-filter-show-result {
/*    position: fixed;*/
    bottom: 0;
    width: 100%;
    z-index: 999999;
    left: 0;
    margin-top: 25px;
}
 .tps-gemstonelist-filter-show-result button {
    padding: 13px 20px 11px;
    font-family: var(--font-body), sans-serif;
    font-weight: 400;
    margin: 0px;
    border: 1px solid var(--bgcolor-main);
    letter-spacing: 0px;
    font-size: 18px;
    line-height: normal;
    background-color: var(--bgcolor-main);
    color: var(--bgcolor-white);
    position: relative;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
 }
 .tps-gemstonelist-filter-cr{
/*  padding: 30px 20px 200px;*/
    padding: 30px 20px 20px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-gemstone_type ul, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-clarity ul{
    flex-wrap: wrap;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li,
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
    width: 19%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li {
    width: 25%;
  }
  .tps-gemstonelist-top-tab ul {
    grid-gap: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tps-gemstonelist-top-tab ul li a {
    font-size: 14px;
    line-height: normal;
    color: #767676 !important;    
    border: 1px solid #767676;
    justify-content: center;
    padding: 6px 0px;
    height: 32px;
  }
  .tps-gemstonelist-top-tab ul li.active a {
    background: var(--bgcolor-main);
    border: 1px solid var(--bgcolor-main) !important;
    color: var(--bgcolor-white) !important;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a {
    font-size: 16px;
    line-height: normal;
  }  
  .tps-page-loose-gemstone-gemstone_listing .tps-page-title {    
    margin: 15px auto;
  }
  .tps-gemstonelist-top-tab {
    margin-bottom: 20px;
    border: none;
  }
 
  .tps-gemstonelist-mfilter-title{
    max-width: 100%;
    margin: auto;
  }
  .tps-gemstonelist-mfilter-title a{
      display: block;
      margin: auto;
      background-color: var(--bgcolor-trans);
      color: var(--bgcolor-body);
      text-transform: uppercase;
      line-height: normal;
      font-family: var(--font-body), sans-serif;
      font-weight: 400;
      color: var(--bgcolor-trans);
      padding: 6px 20px 6px;
      font-weight: 100;
      border: 1px solid var(--bgcolor-main);
      font-size: 0;
      width: 45px;
      height: 45px;
      border-radius: 8px;
      text-align: center;
      position: relative;
  }
  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn a{
      background-color: var(--bgcolor-main);
     border-color: var(--bgcolor-main);
  }
  .tps-gemstonelist-mfilter-title a::after{
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/gemstone-listing-images/dehermes-gemstone-list-icon.svg) no-repeat !important;
    background-position: -66px -465px !important; 
  }
  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn a::after{
    background-position: -220px -462px !important;
  }
  .tps-gemstonelist-filter-cr-pr.tps-gemstone-show-filter{
   margin-left: 0%;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.mobile {
    display: block;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a:before{
    background-position: -463px -408px;
  }
  .tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 45px;
  }
  .tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div{
    justify-content: center;
  }
  .tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before{
    left: 50%;   
    right: auto;
  }  
  .tps-gemstonelist-top-tab ul li a::before{
   display: none !important;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span.tps-gemstonelist-header-tab-count,
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span.tps-gemstonelist-header-viewed-tab-count,
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span.tps-gemstonelist-header-compare-tab-count {
    display: block;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="gemstones"]{
    -webkit-order: 1;
    order: 1;
    width: 33% !important;
  }  
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"]{
    -webkit-order: 2;
    order: 2;
    width: 33% !important;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"]{
    -webkit-order: 3;
    order: 3;
    width: 33% !important;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
    flex-wrap: wrap;
    grid-gap: 10px 1px;
    width: 100%;
    height: auto;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
    -webkit-order: 4;
    order: 4;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
    margin-bottom: 0px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{    
    background-color: var(--bgcolor-2);
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active{
    background-color: var(--bgcolor-main);
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active span, 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab:hover span {
    color: var(--bgcolor-white);
  }
  .tps-gemstonelist-mfilter-title{
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    position: unset;
    top: 0px;
    right: 0;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"]::after{
    display: none;
  }
  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: auto;
}
.tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn a{
    margin: 0px;
    width: 100%;
    margin: 0px;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-show-result{
  display: none !important;
}
.tps-gemstonelist-filter-cr-pr.tps-gemstone-show-filter .tps-gemstonelist-filter-show-result{  
  display: block !important;
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 65px; 
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input[type='text'] {
  width: 75%;
}
.tps-dia-detail-spacification h2{
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.tps-dia-detail-row .tps-dia-detail-gallery{
  width: 100% !important;
}
.tps-dia-detail-gallery-loader .timeline-item{
  height: 500px;
}
.tps-gemstonelist-item-not-found-subtitle{
  font-size: 20px;
  line-height: 20px;
}
.tps-gemstonelist-compare-item-not-found-wrapper .tps-gemstonelist-item-not-found-subtitle , 
.tps-gemstonelist-viewed-item-not-found-wrapper .tps-gemstonelist-item-not-found-subtitle{
  font-size: 16px;
}
.tps-dia-detail-sub-info-wrapper ul{
  justify-content: center;
  grid-gap: 25px;
}
.tps-dia-detail-sub-info-wrapper ul li::after {
  right: -12px;
}
/*popup*/
   .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-loose-gemstone-form-popup-title{
      padding: 16px 15px 8px 15px;
   }
   .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-title h2{
      font-size: 20px;
   }
   .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr{
     max-width: 100%;
     width: 95%;
   }
  /* end  */
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate {
    width: 100%;
  }
  
  .tps-loose-gemstone-form-popup .tps-form{
     flex-direction: column-reverse;
     align-items: center;
     grid-gap: 40px 12px;
  }
  .tps-loose-gemstone-form-popup .email-us-form,
  .tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap input, 
  .tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap textarea, 
  .tps-loose-gemstone-form-popup .drop-hint-form,
  .tps-loose-gemstone-form-popup .drop-hint-form .wpcf7-form-control-wrap input, 
  .tps-loose-gemstone-form-popup .drop-hint-form .wpcf7-form-control-wrap textarea{
    width: 100%;
  }
  .tps-loose-gemstone-form-popup .tps-form-image-block{
    display: none;
  }
  .tps-loose-gemstone-form-popup .tps-form-image-block .tps-email-img-div{
     max-width: 400px;
  }
  .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-loose-gemstone-form-popup-title{
    padding: 10px 15px;
  }
  .tps-loose-gemstone-form-popup .email-us-form .wpcf7-form-control-wrap textarea {
    height: 200px;
  }
  .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-content{
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
  }
  .tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-title{
    font-size: 16px;
    line-height: 22px;
  }
  .tps-loose-gemstone-cbutton{
    padding: 10px 20px 8px;
    font-size: 12px;
    line-height: 14px;
  }
  .tps-gemstonelist-container{
    position: relative;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 14px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-title .tps-gemstonelist-item-title-h2{
    text-align: center;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data{
    justify-content: center;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-price-and-icons{
    align-items: center;
    flex-direction: column;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn {
    height: auto;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-info-span{
    margin: auto;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
    font-size: 15px;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-label,
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-type-label {
    font-size: 15px;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect{
    top: -38px;
    font-size: 15px;
  }
  .tps-gemstonelist-tab-optional ul{
    display: none !important;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col{
    display: flex ;
  }
  .tps-gemstonelist-advance-btn-div{
    display: block !important;
  }  
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{    
      text-decoration: none;
      width: 100%;
      padding: 13px 20px 11px;
      font-family: var(--font-body), sans-serif;
      font-weight: 400;
      margin: 0px;
      border: 1px solid var(--bgcolor-main);
      letter-spacing: 0px;
      font-size: 18px;
      line-height: normal;
      background: var(--bgcolor-main);
      color: var(--bgcolor-white);
      position: relative;
      width: 100%;
      text-transform: capitalize;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;        
      text-align: center;
  }
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:after {
    background-position: -101px -165px;
    height: 12px;
  }
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:after {
    background-position: -101px -153px;
    height: 12px;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section{
    display: none;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section.tps-advance-toggle{
    display: flex !important;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section .tps-gemstonelist-filter-col {
    width: 100%;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track{
    transform: none !important;
  }
  .tps-dia-detail-meta .tps-dia-detail-title {
    font-size: 20px;
  }
  .tps-dia-detail-meta .tps-dia-detail-price{
    font-size: 16px;
  }
  .tps-dia-detail-sub-info-wrapper ul li{
    font-size: 14px;
  }
  p.tps-dia-detail-sub-descr {
    font-size: 14px;
  }
  .tps-dia-detail-meta .tps-dia-detail-button button{
    width: 305px;
  }
  .article__image_container--single{
    margin-left: auto;
    margin-right: auto;
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list,
  .tps-recent-product-loader .tps-gemstonelist-animated-list{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-dia-detail-shipping{
    margin-top: 20px;
  }
  .tps-dia-detail-meta .tps-dia-detail-share {
    justify-content: center;
  }
  .tps-dia-detail-gallery .slick-track{
    align-items: center;
  }
  
  .tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-popup {
    max-width: 100%;
    width: 70%;
  }
  .tps-loose-gemstone-backdrop {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 100% !important;
    background-color: #00000045;
    transition: all 0.5s linear;
    z-index: 9999;
  }
  .tps-loose-gemstone-backdrop.open-backdrop {
    margin-left: 0%;
  }
  body.tps-loose-gemstone-filter-open {
    overflow: hidden !important;
 }
 .tps-loose-gemstone-main-container {
    padding: 0px 15px;
    margin-top: 15px;
 } 
 .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img {
    height: 180px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after{
  right: -8px;
  display: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
  grid-gap: 0px 5px;  
  padding-bottom: 10px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide div img, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide div img{
  object-fit: contain;
}
.tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days .tps-dia-detail-shipping-title{
  font-weight: 400 !important;
}
.tps-seDetailc-img-popup-div .tps-seDetailc-img-popup-title{
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto 20px auto;
  display: block;
  font-size: 18px;
  font-family: var(--font-body), sans-serif;
  font-weight: 600;
  color: var(--bgcolor-body);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  background-color: transparent;
  padding-top: 20px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="gemstones"] .tps-gemstonelist-header-tab-title .tps-gemstonelist-title-span:nth-last-child(1){
/*  display: none;*/
}
/*recently viewed section*/  
  .tps-dia-detail-recent-diamonds-meta .tps-dia-detail-recent-diamond-title {
/*    font-size: 13px;*/
  }
  .tps-dia-detail-recent-diamonds-meta .tps-dia-detail-recent-diamond-price {
/*    font-size: 14px;*/
  }
  .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-title,
  .tps-dia-detail-recent-diamonds-wrapper .tps-dia-detail-recent-diamonds-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tps-dia-detail-recent-diamond-div img {
    height: auto;
    object-fit: contain;
  }
/*recently viewed section*/

.tps-page-loose-gemstone-gemstone_listing .tps-gemstonelist-h1-title {
    font-size: 20px;
}
.tps-page-loose-gemstone-gemstone_listing,
.tps-page-loose-gemstone-gemstone_detail {
    overflow-x: hidden;
}
.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout,
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout {
    max-width: 100%;
    padding: 0px;
}
.tps-page-loose-gemstone-gemstone_listing .wrapper.box-layout .header-container,
.tps-page-loose-gemstone-gemstone_detail .wrapper.box-layout .header-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tps-page-loose-gemstone-gemstone_listing .main-container,
.tps-page-loose-gemstone-gemstone_detail .main-container {
    max-width: 100%;
    padding: 0px;
    width: 100%;    
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input + span:before {
    width: 50px !important;
    height: 50px !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Round"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"] + span:before {
    background-position: -3px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"]:checked + span:before {
    background-position: -3px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Princess"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"] + span:before {
    background-position: -53px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"]:checked + span:before {
    background-position: -53px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Cushion"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"] + span:before {
    background-position: -105px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]:checked + span:before {
    background-position: -105px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Emerald"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"] + span:before {
    background-position: -368px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]:checked + span:before {
    background-position: -368px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Oval"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"] + span:before {
    background-position: -241px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]:checked + span:before {
    background-position: -241px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Radiant"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"] + span:before {
    background-position: -285px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"]:checked + span:before {
    background-position: -285px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Asscher"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"] + span:before {
    background-position: -155px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]:checked + span:before {
    background-position: -155px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Marquise"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"] + span:before {
    background-position: -199px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]:checked + span:before {
    background-position: -199px -555px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Heart"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"] + span:before {
    background-position: -417px -505px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"]:checked + span:before {
    background-position: -417px -554px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Pear"] + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"] + span:before {
    background-position: -327px -506px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"]:checked + span:before {
    background-position: -327px -555px;
}
.tps-dia-detail-spacification {
  margin-bottom: 10px;
}
.tps-dia-detail-vertcal-parent .tps-dia-detail-gallery-wrapper {
    width: 100%;
    flex-wrap: wrap;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main {
    width: 100%;
    margin-left: 0;
    order: 1;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical {
    width: 20%;
    float: none;
    height: auto;
    margin: 15px auto 0px;
    padding: 0px 0% 0px 0%;
    width: 100%;
    order: 2;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-list,
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-list {
    height: auto !important;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-track {
    width: 100% !important;
    height: auto !important;
    max-width: 500px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 0px;
    transform: none !important;
    flex-direction: row;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn{ 
    font-size: 14px;
    padding-top: 5px;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before {
    top: 10px;
}
.tps-gemstonelist-applied-filters {
  margin-top: 10px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
  width: 100%;    
  margin-left: 0;
  height: 350px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
  background-color: var(--bgcolor-trans);
  width: 100%;
  height: 420px;
}
.tps-dia-detail-gallery .tps-seDetailc-spinner-row {    
  top: auto;
  width: 100%;
  left: 0;
  flex-direction: row;
  bottom: -20px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  width: 78px;
  height: 78px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row{
  margin-left: 0px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li .tps-gemstonelist-filter-option-label {
  font-size: 13px;
}
.tps-gemstones-parent-load-more {
  display: block;     
  text-align: center;  
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
  width: 16.66%;    
}
.tps-gemstones-parent-load-more {
  display: block;      
  text-align: center;  
}
.tps-gemstones-parent-load-more .tps-count-view,
.tps-gemstones-parent-load-more .refine-your-results {
  width: 100%;
  text-align: center;
}
.tps-gemstones-parent-load-more .load-more-container:after {    
  bottom: 66px;
}
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li, 
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div li, 
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
  width: 23.5%;
}
.tps-gemstonelist-filter-cr{
  padding: 30px 20px 100px 20px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
  height: 400px !important;
}

}

@media(max-width:639px){
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report {
   width: 100%;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-gemstone_type ul, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-clarity ul{
   grid-gap: 5px 0px;
 }
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
   width: 20%;
 }
 .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div,
 .tps-gemstonelist-filter-col.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div,
 .tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div {
   width: 100%;
 }
 .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
   width: 80%;
 } 
 .tps-gemstonelist-applied-filters, 
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  padding: 10px 8px;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  padding: 20px 0px;
 }-
 .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span{
   font-size: 14px;
   line-height: 16px;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
  padding: 5px 4px 5px;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
    font-size: 15px;
    text-align: left;
 } 
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list{
    padding-right: 0px;
    justify-content: left;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list{
    flex-wrap: wrap;
    grid-gap: 9px 10px;
 }
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist{
   flex-wrap: wrap;
   grid-gap: 9px 5px;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option{
  grid-gap: 9px 5px;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:before{
   display: none;
 }

  .tps-dia-detail-spacification .tps-dia-detail-scol-inner {
    grid-template-columns: 1fr 1fr; 
  }
  .tps-simillar-product-loader .tps-gemstonelist-animated-list,
  .tps-recent-product-loader .tps-gemstonelist-animated-list{
    grid-template-columns: 1fr 1fr;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-wrapper {
    padding: 0;
  }
  .tps-dia-detail-meta .tps-dia-detail-share li a, 
  .tps-dia-detail-days .tps-dia-detail-shipping-title{
    font-weight: 400;
  }  
 .tps-dia-detail-gallery .slick-arrow.slick-prev {
    left: -6px;
 }
 .tps-dia-detail-gallery .slick-arrow.slick-next {
    right: -8px;
 }
 .tps-dia-detail-gallery .slick-arrow, .tps-dia-detail-gallery .slick-arrow:hover, 
 .tps-dia-detail-gallery .slick-arrow, .tps-dia-detail-gallery .slick-arrow{
   background-position: -335px -153px !important;
 }
 .tps-dia-detail-gallery .slick-arrow.slick-next, .tps-dia-detail-gallery .slick-arrow.slick-next:hover {
    background-position: -354px -153px !important;
  }
 .tps-dia-detail-gallery .slick-arrow, 
 .tps-dia-detail-gallery .slick-arrow:hover{
   z-index: 99;
   border: 1px solid var(--bgcolor-body);
   width: 30px;
   height: 30px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 }
}

@media(max-width:580px){
  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
    width: 100%;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header{
   padding: 13px 5px 10px 12px;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
    margin-left: auto;
    position: unset;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr;
 }
 .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide, 
 .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide {
    width: 60px !important;
    height: 60px !important;
}
.tps-dia-detail-gallery-thumbnail-horizontal .slick-slide, 
 .tps-dia-detail-gallery-thumbnail-vertical .slick-slide {
    width: 62px !important;
    height: 62px !important;
    margin: 0px 4px;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-track{
    width: 100% !important;
    height: auto !important;
    max-width: 500px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 0px;
    transform: none !important;
}

.tps-dia-detail-meta .tps-dia-detail-share li {
/*    width: 35%;*/
}
.tps-dia-detail-meta .tps-dia-detail-share li:nth-child(1), 
.tps-dia-detail-meta .tps-dia-detail-share li:nth-child(2){
/*  width: 32%;*/
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
  width: 100%;
}
.tps-dia-detail-gallery-loader .timeline-item{
/*  height: 380px;*/
}
.tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
  width: 100%;    
  margin-left: 0;
  height: 350px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
  background-color: var(--bgcolor-trans);
  width: 100%;
  height: 420px;
}
.tps-dia-detail-gallery .tps-seDetailc-spinner-row {    
  top: auto;
  width: 100%;
  left: 0;
  flex-direction: row;
  bottom: -10px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  width: 60px;
  height: 60px;
}
.tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-popup {
  max-width: 100%;
  width: 70%;
}
.tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-content{
  width: 100%;
  max-width: 100%;
  font-size: 12px;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr{
  width: 80%;
  max-width: 100%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="gemstones"]{
  width: 115px;
  text-align: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"] {
  width: 90px;
  text-align: center;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"]{
  width: 102px;
  text-align: center;
}
.tps-simillar-product-loader .tps-gemstonelist-animated-list,
.tps-recent-product-loader .tps-gemstonelist-animated-list{
    grid-template-columns: 1fr ;
 }
 .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamond-div img {
    height: auto;
 }
 .tps-dia-detail-shipping{
  text-align: left;
 }
 .tps-dia-detail-similar-diamonds-wrapper .tps-dia-detail-similar-diamonds-meta{
   height: auto;
 } 
 .tps-dia-detail-meta .tps-dia-detail-share li{
    justify-content: center;
 }

 /*hand slider*/
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div{
   margin-top: -4%;
   top: 43%;
 }
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-draggable-div{
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
 }
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-max, 
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-min, 
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-max, 
 .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-min{
   font-size: 13px;
 }
 /*recently viewed section*/
  .tps-dia-detail-recent-diamonds-wrapper, .tps-dia-detail-recent-diamonds-meta {
    text-align: center;
  }  
  .tps-recent-product-loader.tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-title {    
    margin-left: auto;
    margin-right: auto;
  }
  .tps-recent-product-loader.tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-price {    
    margin-left: auto;
    margin-right: auto;
  }
  /*recently viewed section*/
/* End */
}

@media(max-width:480px){
 .tps-loose-gemstone-form-popup .tps-form-image-block .tps-email-img-div{
    max-width: 80%;
  }
  .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-close{
    top: 10px;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 12px !important;
    line-height: 22px !important;
 }
}

@media(max-width:390px){
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 13px;
}
.tps-gemstonelist-top-tab ul li a {
    font-size: 12px;
    padding: 5px 0px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-clarity ul li .tps-gemstonelist-filter-option-label, 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li .tps-gemstonelist-filter-option-label {
  font-size: 12px;
}


}
/*Transpacific software --- End*/