/*Transpacific software --- gemstone listing filter*/

:root {
  --site-primary-color: #5D4B6A;
  --site-white-color: #ffffff;
  --site-black-color: #000000;
  --site-color-4: #ccc;
  --site-color-5: #F9F9F9;
  --site-color-6: #F7F7F7;
  --site-color-7: #888888;
  --site-color-8: #A5A5A5;
  --site-color-10: #ef3f49;
  --site-color-11: #EFEFEF;
  --site-color-12: #1E2420;
  --site-color-13: #505050;
  --site-color-14:#7B7B7B;
  --site-color-15:#F4F4F4;
  --site-color-16:#f6f7f8;
  --font-body-family:"Outfit", Sans-serif;
}
.tps-ringbuilder-main-container{
  font-family: var(--font-body-family);
}

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

.tps-ringbuilder-cbutton{
   padding: 13px 20px 11px;
   font-family: var(--font-body-family);
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    border-radius: 5px;
    color: var(--site-white-color);
    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 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 2%;
  list-style: none;
  margin: 0px 0px 20px 0px;
}
.tps-gemstonelist-top-tab ul li a{
  text-transform: capitalize;
  font-family: var(--font-body-family);
  font-weight:500;
  padding: 7px 30px;
  display: flex;
  font-size: 16px;
  line-height: 26px;
  border: 2px solid #7f7f7f4d;
  transition: 0.3s ease;
  color: var(--site-color-7);
  border-radius: 2px;
  position: relative;
  align-items: center;
  grid-gap: 5px;
}
.tps-gemstonelist-top-tab ul li a::before{
  content: '';
  width: 25px;
  height: 25px;
  display: none;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
}
.tps-gemstonelist-tab-optional ul li.active a{
  color: var(--site-black-color);
  font-weight: 600;
}
.tps-gemstonelist-top-tab.tps-gemstonetab-main-box ul li a{
  text-transform: capitalize;
  font-family: var(--font-body-family);
  font-weight:400;
  padding: 5px 10px 6px;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid var(--site-black-color);
  transition: 0.3s ease;
  color: var(--site-black-color);
  border-radius: 2px;
  position: relative;
  align-items: center;
  grid-gap: 4px;
  text-decoration: none;
  justify-content: center;
}
.tps-gemstonelist-top-tab.tps-gemstonetab-main-box ul li a::before{
  content: '';
  width: 30px;
  height: 30px;
  display: block !important;
  margin-bottom: -4px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones a::before{
 background-position:-21px -587px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones a::before{
 background-position:-80px -587px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-coloured-gemstones a::before{
  background-position:-140px -586px;
 }
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-coloured-gemstones a::before{
  background-position:-200px -588px;
 }
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones.active a::before{
  background-position:-80px -638px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones.active a::before{
 background-position:-23px -637px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-coloured-gemstones.active a::before{
 background-position:-140px -637px;
}
.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-coloured-gemstones.active a::before{
 background-position:-200px -639px;
}
.tps-gemstonelist-top-tab ul li.active a{
  color: var(--site-white-color);
  background-color: var(--site-primary-color);
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-color: var(--site-primary-color);
}
.tps-gemstonelist-filter-cr{
  clear: both;
  padding: 0px;
  overflow: hidden;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.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: center;
  list-style: none;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid var(--site-color-4);
  padding-bottom: 10px;
}
.tps-gemstonelist-tab-optional ul li{
  width: 25%;
  text-align: center;
  padding: 0px 5px;  
  border-right: 1px solid var(--site-color-4);  
}
.tps-gemstonelist-tab-optional ul li:nth-last-child(1){
  border-right: none;
}
.tps-gemstonelist-tab-optional ul li a{
  color: var(--site-color-7);
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.tps-gemstonelist-filter-cr-pr{ 
  position: relative;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
  text-align: right;
  position: absolute;
  top: -68px;
  right: 50px;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a{
   cursor: pointer;
   text-transform: capitalize;
   font-size: 14px;
   line-height: 24px;
   color: var(--site-black-color);
   font-family: var(--font-body-family);
   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: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
  margin-right: 2px;
  background-position: -199px -328px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row{
  display: flex;
  align-content: center;
  grid-gap: 30px 10%;
  flex-wrap: wrap;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col{
  flex-wrap: wrap;
  width: 100%;
  transition: opacity 2ms ease-out;
  display: none;
  transition: all 2ms ease;
  -webkit-transition: all 2ms ease;
  animation: scale-display--reversed 2ms;
  animation-fill-mode: forwards;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-shape,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color{
  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-title{
 text-transform: capitalize;
 font-size: 16px;
 font-family: var(--font-body-family);
 font-weight: 600;
 float: left;
 width: 100%;
 margin: 0;
 margin-bottom: 15px;
 display: flex;
 align-content: center;
 color:var(--site-black-color);
 line-height: 16x;
 align-items: center;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-title .tps-gemstonelist-filter-in-icon{
  width: 12px;
  height: 14px;
  background-image: url(../images/gemstone-listing-images/ringbuilder_latest_sprite.svg);
  background-position:-199px -368px;
  cursor: pointer;
  display: block;
  margin: 0px 0px 0px 6px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul{
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap:10px;
  margin: 0;
  width: 100% !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li{
  position: relative !important;
  border: 1px solid transparent;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label{
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  color: var(--site-black-color);
  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-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div li input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-family: var(--font-body-family);
  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-multiple.tps-gemstonelist-filter-color ul li input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input + span:before{
  content: '';
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0px auto 00px auto;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-repeat: no-repeat;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input + span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input + span:before{
  width: 40px !important;
  height: 45px !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"] + span:before{
  background-position: -1px -678px
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]  + span:before{
  background-position: -161px -678px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]  + span:before{
  background-position: -111px -678px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]  + span:before{
  background-position: -388px -678px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]  + span:before{
  background-position: -209px -679px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]  + span:before{
  background-position: -251px -678px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"]  + span:before{
  background-position: -341px -679px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"] + span:before{
  background-position: -57px -678px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"] + span:before{
  background-position:-441px -677px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"]  + span:before{
  background-position: -298px -678px;
}

/*hover*/
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"]:checked + span:before{
  background-position: -1px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]:checked  + span:before{
  background-position: -161px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]:checked  + span:before{
  background-position: -111px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]:checked  + span:before{
  background-position: -388px -736px;
} 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]:checked  + span:before{
  background-position: -209px -737px;
} 
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]:checked  + span:before{
  background-position: -251px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Pear"]:checked  + span:before{
  background-position: -341px -737px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Princess"]:checked + span:before{
  background-position: -57px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Heart"]:checked + span:before{
  background-position: -441px -735px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Radiant"]:checked  + span:before{
  background-position: -298px -736px;
}


.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Blue"] + span:before{
  background-position: -8px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Green"]  + span:before{
  background-position: -60px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Red"]  + span:before{
  background-position: -118px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Pink"]  + span:before{
  background-position: -175px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Purple"]  + span:before{
  background-position: -231px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Yellow"]  + span:before{
  background-position: -286px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Violet"]  + span:before{
  background-position: -343px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Brown"] + span:before{
  background-position: -399px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Orange"] + span:before{
  background-position:-454px -536px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Gray"]  + span:before{
  background-position: -343px -578px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="White"]  + span:before{
  background-position: -399px -578px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input[value="Black"]  + span:before{
  background-position: -453px -578px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input + span:before {
  background: url(../images/setting-listing-images/gemstones-sprite.png);
}
.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:-4px 5px;
}
.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: -44px 5px;
}
.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: -87px 5px;
}
.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: -130px 5px;
}
.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: -171px 5px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Opal"]  + span:before{
  background-position: -213px 5px;
}
.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: -255px 5px;
}
.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: -297px 5px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked  + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li input:checked  + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input:checked + span{
  color: var(--site-primary-color) !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-family);
  font-weight: 600;
  color:var(--site-primary-color);
  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 var(--site-primary-color);
 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-family);
 font-weight: 600;
 font-size: 14px;
}
.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group:first-child{
 border-left: 1px solid var(--site-primary-color);  
 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: 15px !important;
    height: 15px !important;
    top: -7px !important;
    z-index: 9;
    transform: rotate(45deg);
}
.ui-widget.ui-widget-content {
    background: var(--site-color-4);
    height: 2px;
    border: none;
    border-radius: 10px;
    margin: 7px 15px 15px 0px;
    border: none !important;
}
.ui-slider-horizontal .ui-slider-range{
  background-color: var(--site-primary-color) !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--site-color-6);
}
.ui-widget-header, .ui-slider .ui-slider-handle {
    background: var(--site-color-7) !important;
    box-shadow: none !important;
}
.ui-widget-header, .ui-slider .ui-slider-handle {
    background: var(--site-color-7) !important;
    box-shadow: none !important;
    border-radius: 50%;
    border-color: var(--site-color-7) !important;
}
.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: baseline;
 justify-content: center;
 padding: 6px 0px;
 border: 1px solid var(--site-color-13);
 border-radius: 4px;
 width: 90px;
 font-size: 14px;
 color:var(--site-color-7);
 line-height: 16px;
 font-family: var(--font-body-family);
}
.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: 14px;
 line-height: 14px;
 color: var(--site-black-color);
 outline: none !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min {
  float: left;
  justify-content: star;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max {
  float: right;
  justify-content: end;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options, 
.tps-gemstonelist-filter-color_intensity .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-fluoroscence   .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-color_intensity   .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options{
  display: flex;
  align-content: center;
  list-style: none;
  margin: 0px auto;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
.tps-gemstonelist-filter-color_intensity .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-fluoroscence   .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-color_intensity  .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li 
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label{
  font-family: var(--font-body-family);
  font-size: 14px;
  color: var(--site-black-color);
  line-height: 17px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.ui-widget-header{
  border-radius:0px;
}
.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
  width: 25%;
}
.tps-gemstonelist-filter-color_intensity .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-fluoroscence .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 white;
  z-index: 2;
}
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div{
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   margin: 0px;
   width: 100%;
   grid-column-gap: 25px;
}
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
}
.tps-gemstonelist-filter-report li input{
  width: 18px;
  height: 18px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tps-gemstonelist-advance-btn-div {
  margin: 35px auto 30px;
  display: flex;
  justify-content: center;
}
.tps-gemstonelist-filter-report li input[type=checkbox]+span{
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.tps-gemstonelist-filter-report li input[type=checkbox]:checked+span{  
  cursor: default;
}
.tps-gemstonelist-filter-report li input[type=checkbox]+span::before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid var(--site-color-13);
}
.tps-gemstonelist-filter-report li input[type=checkbox]:checked + span::before{
  background: url(../images/gemstone-listing-images/gemstone-list-icon.svg), var(--site-primary-color);
  background-position: -45px -158px;
}
.tps-ringbuilder-cbutton {
    padding: 13px 20px 11px;
    font-family: var(--font-body-family);
    font-weight: 300;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    border-radius: 5px;
    color: var(--site-white-color);
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    cursor: pointer;
}  
.tps-ringbuilder-cbutton:focus {
    background-color: var(--site-white-color) !important;
    border-radius: 5px;
    color: var(--site-primary-color) !important;
    border: 1px solid var(--site-primary-color) !important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
    background-color: transparent;
    color: var(--site-black-color);
    font-size: 16px;
    line-height: 16px;
    padding: 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: none !important;
    font-weight: 400;
    width: auto;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:focus{
   color: var(--site-black-color)!important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.5s ease;
  background-color: var(--site-primary-color);
}
.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/gemstone-list-icon.svg);
  margin-top: 3px;
  margin-left: 1px;
  background-position: -102px -151px;
}

.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:after{  
  background-position: -102px -165px;
} 
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-warn-msg{
  font-size: 12px;
  text-transform: capitalize;
  font-family: var(--font-body-family);
  color: var(--site-color-10);
  position: absolute;
  bottom: -26px;
  left: 0;
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input{ 
  width: 65%;
  border: 1px solid var(--site-primary-color);
  box-shadow: none;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
}
.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input:focus{
  border-color: var(--site-primary-color);
}
.tps-gemstonelist-filter-search_certificate button{
  width: 35%;
  font-family: var(--font-body-family);
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--site-white-color);
  background-color: var(--site-primary-color);
  border: 1px solid var(--site-primary-color);
  padding: 11px 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: transparent;
   border-color: var(--site-primary-color);
   color: var(--site-primary-color);
   border: 1px solid var(--site-primary-color) !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section{
  margin-top: 0px;
  margin-bottom: 30px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section.tps-advance-toggle .tps-gemstonelist-filter-col{
  display: flex;
}
.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;
  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 5px;
  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;
  flex-wrap: wrap;
  grid-row-gap: 6px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect{
  margin-left: auto;
  font-size: 14px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 14px;
  color: var(--site-black-color);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -39px;
  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/gemstone-list-icon-icon.svg);
  background-position: -7px -332px;
  margin-top: 3px;
  margin-right: 6px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-remove{
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
  margin-top: 0px;
  margin-left: 4px;
  background-position: -154px -161px;
  color: transparent;
  cursor: pointer;
}

.tps-gemstonelist-applied-filters{
 padding: 0px;
 border-bottom: 1px solid var(--site-color-11);
 padding-bottom: 11px;
 margin-bottom: 15px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-type-label{
  font-size: 14px;
  font-family: var(--font-body-family);
  font-weight: 500;
  line-height: 14px;
  color: var(--site-black-color);
  margin-top: -2px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-label{
  font-size: 13px;
  font-family: var(--font-body-family);
  line-height: 13px;
  color: var(--site-black-color);
  cursor: pointer;
  font-weight: 400;
}
.tps-ringbuilder-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div {
    position: absolute;
    width: 200px;
    right: 0;
    background-color: var(--site-primary-color);
    padding: 10px 10px 16px 10px;
    border-radius: 4px;
    z-index: 99;
    top: 34px;
    text-align: center;
}
.tps-ringbuilder-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before {
    content: "";
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    background: var(--site-primary-color);
    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(--site-white-color);
    font-family: var(--font-body-family);
    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 6px;
    margin-top: 10px;
    background-color: transparent;
    color: var(--site-white-color);
    font-size: 15px;
    font-family: var(--font-body-family);
    line-height: 16px;
    border: 1px solid var(--site-white-color);
    transition: 0.5s ease;
    border-radius: 2px;
    cursor: pointer;
}
.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(--site-white-color);
  color:var(--site-primary-color);
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
  font-size: 16px;
  color:var(--site-black-color);
  line-height: 16px;
  font-family: var(--font-body-family);
  font-weight:500;
  margin-bottom: 17px;
  display: block;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:before{
  content: '';
  width: 1px;
  height: 22px;
  background-color: var(--site-color-7);
  position: absolute;
  right: -5px;
  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-family);
  color: var(--site-color-10);
  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: 58%;
  margin: 0px 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: 38px;
 font-weight: normal;
 text-transform: capitalize;
 color: var(--site-black-color);
 margin-bottom: 15px;
 margin-top: 0px;
 font-family: var(--font-body-family);
}
.tps-dia-detail-meta .tps-dia-detail-sub-descr-wrapper .tps-dia-detail-sub-descr{
  font-size: 14px;
  color: var(--site-black-color);
  line-height: 24px;
  margin-bottom: 17px;
}
.tps-dia-detail-meta .tps-dia-detail-price{
 font-family: var(--font-body-family);
 font-size: 22px;
 line-height: 22px;
 margin-bottom: 20px;
 color: var(--site-black-color);
 font-weight: normal;
}
.tps-dia-detail-meta .tps-dia-detail-price .tps-dia-detail-pricevalue{
  font-weight: 600;
}
.tps-dia-detail-meta .tps-dia-detail-button{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  padding: 5px 0px 25px;
  width: 100%;
}
.tps-dia-detail-meta .tps-dia-detail-button button{
  margin-bottom: 0px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding-left: 0px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li{
  width: 32%;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li a{
 display: flex;
 align-items: center;
 grid-gap: 5px;
 cursor: pointer;
 color:var(--site-black-color);
 font-size: 16px;
 line-height: 16px;
 font-family: var(--font-body-family);
 position: relative;
 font-weight: 500;
 text-decoration: none;
}

.tps-dia-detail-meta .tps-dia-detail-share ul li a:before{
  content: '';
  width: 30px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);   
}

.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-wish a:before{
  background-position: -16px -420px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-drop-hint a:before{
  background-position: -345px -505px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-em a:before{
  background-position: -233px -505px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-ph a:before{
  background-position: -64px -506px;
}

.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-wish.active a:before{
  background-position: -49px -421px;
}

.tps-dia-detail-meta .tps-dia-detail-share ul 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-family);
  font-size: 16px;
  color:var(--site-black-color);
  line-height: 16px;
  margin: 12px 0px;
  font-weight:normal;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  display: flex;
  cursor: default;
}
.tps-dia-detail-shipping:before{
  content: '';
  width: 30px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  margin-right: 2px;
  background-position: -306px -159px;
}
.tps-dia-detail-shipping.tps-dia-detail-days:before{
  background-position: -262px -464px;
}
.tps-dia-detail-spacification{
 margin: 40px 0px 50px;
 width: 100%;
 background-color: var(--site-white-color);
 padding: 0px 0px 0px;
}
.tps-dia-detail-spacification .tps-dia-detail-stitle{
  padding: 0px 0px;
}
.tps-dia-detail-spacification h2, 
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title{
 color: var(--site-black-color);
 font-family: var(--font-body-family);
 font-size: 25px;
 line-height: 35px;
 letter-spacing: 1px;
 margin-bottom: 20px;
 text-transform: capitalize;
 cursor: default;
 background-color: transparent;
 width: fit-content;
 text-align: left;
 font-weight: 600;
}
.tps-dia-detail-spacification .tps-dia-detail-scol{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 15px;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr{
  display: flex;
  align-items: center;  
  padding: 10px 15px 10px 20px;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr:nth-child(odd){
  background-color: var(--site-color-6);
}
.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: 16px;
 font-family: var(--font-body-family);
 text-transform: unset !important;
 color:var(--site-black-color);
 text-align: left;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
  width: 50%;
  text-align: left;
  font-weight: 500;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right{
  width: 50%;
  color: var(--site-black-7);
  font-weight: 500;
  text-align: left;
  word-break: break-all;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0px 15px;
  position: relative;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
 width: 100%;
 display: flex;
 align-items: baseline;
 justify-content: center;
 grid-gap: 20px;
 align-items: center;
}
.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%;
 display: block;
 position: absolute;
 right: -9px;
 top: 50%;
 transform: translateY(-50%);
 background-color: var(--site-color-7);
}
.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-tab span{
  font-size: 16px;
  line-height: 16px;
  color:var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight: 500;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
  width: fit-content;
  padding: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.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: uppercase;
  font-size: 25px;
  line-height: 35px;
  color: var(--site-primary-color);
  font-family: var(--font-body-family);
  font-weight: 500;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active span{
  color: var(--site-primary-color);
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type::before{
  content: '';
  width: 30px;
  height: 25px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  display: block;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1)::before{
  background-position: -72px -371px; 
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2)::before{  
  background-position: -16px -371px; 
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1).active::before{
  background-position: -184px -371px;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2).active::before{  
  background-position: -128px -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;
  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(--site-primary-color);
  border:1px solid var(--site-primary-color);
  border-top-color: var(--site-primary-color);
  border-bottom-color: var(--site-white-color);
  padding-left: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li{ 
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  color: var(--site-white-color);
  padding: 15px 0px;
  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: var(--site-color-6);
}
.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: 14px;
  color: var(--site-black-color);
  padding: 13px 0px;
  font-family: var(--font-body-family);
  text-transform: capitalize;
  font-weight: 300;
}

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

.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(--site-white-color);
   border-color: var(--site-white-color);
}
.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: 30px;
  height: 30px;
  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 span.img-other-span:before{
  background-image: url(../images/gemstone-svg-images/other.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-square-span:before{
  background-image: url(../images/gemstone-svg-images/sqaure.svg);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-other-span:before{
  background-image: url(../images/gemstone-svg-images/other-white.svg);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-square-span:before{
  background-image: url(../images/gemstone-svg-images/square-white.svg);
}


.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.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.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.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.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.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.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.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.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.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(--site-primary-color);
  background-color: var(--site-white-color);
  color: var(--site-black-color);
  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/gemstone-list-icon.svg);
  background-position: -16px -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/gemstone-list-icon.svg);
  background-position: -80px -150px;
}
.tps-loose-gemstone-btn {
    padding: 13px 20px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin-bottom: 15px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    border-radius: 0px;
    color: var(--site-white-color);
    position: relative;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
    cursor: pointer;
}

.tps-loose-gemstone-btn:focus {
    background-color: var(--site-white-color) !important;
    border-radius:0px;
    color: var(--site-primary-color) !important;
    border: 1px solid var(--site-primary-color) !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.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(--site-white-color);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px 20px;
  position: relative;
  align-items: flex-start;
}
.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/gemstone-list-icon.svg);
  background-position: -129px -195px;
  transition:0.5s ease !important;
}

.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: 80%;
  display: inline-block;
  padding-left: 3%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper  .tps-gemstonelist-item-quick-view-btn-group button{
  width: 100%;
  text-transform: capitalize;
  padding: 11px 20px 14px;
  border-radius: 0;
  font-size: 16px;
}
.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(--site-primary-color);
  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: 100%;
  margin: auto;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-ptitle{
  font-size: 16px;
  line-height: 22px;
  color:var(--site-black-color);
  margin: 0px 0px 5px;
  font-family: var(--font-body-family);
  font-weight: 500;
  text-transform: capitalize;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-price{
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  font-family: var(--font-body-family);
  font-weight:600;
  margin-bottom: 15px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row:nth-last-child(1), 
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row:nth-last-child(2),
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row:nth-last-child(3){
  border-bottom: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span{ 
  font-size: 14px !important;
  line-height: 24px !important;
  color: var(--site-black-color) !important;
  font-family: var(--font-body-family);
  text-align: left !important;
  justify-content: left !important;
  text-transform: unset !important;
  padding: 0px !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-family);
  font-weight: 600;
  width: 100%;
}
.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: 100%;
  color: var(--site-color-13);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  padding:0px;
  background: var(--site-white-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
  list-style: none;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap:10px 10px;
  padding-left: 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li{
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--site-color-6);
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info{
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--site-white-color);
  padding: 26px 10px 10px 10px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 2;
  max-width: 100%;
}
.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: 14px;
  line-height: 24px;
  color:var(--site-black-color);
  font-family: var(--font-body-family);
  width: 60%;
  font-weight: 300;
  text-transform: unset !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value{
  width: 40%;
  word-break: break-all;
}
.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/gemstone-list-icon.svg);
  background-position: -129px -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-family);
  font-weight: 500;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info::-webkit-scrollbar{
  width: 4px;
  background-color: var(--site-white-color);
}
.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(--site-primary-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn{
  background-color: var(--site-white-color);
  padding: 10px 10px 10px;
  text-align: center; 
}
.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 0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li img{
  border-radius: 0px;
  width: auto;
  height: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data span{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--site-black-color);
  position: relative;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data span:after{
  content: ',';
  font-size: 14px;
  color: var(--site-black-color);
  position: absolute;
  right: -5.5px;
}
.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-gemstones-wrapper .tps-dia-detail-similar-gemstone-title{
  font-size: 16px;
  line-height: 22px;
  color: var(--site-black-color);
  margin: 0px 0px 0px;
  font-family: var(--font-body-family);
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 7px;
  display: block;
  max-width: 237px;
  margin-inline: auto;
}
.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 span: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-gemstones-wrapper .tps-dia-detail-similar-gemstone-price{
 font-size: 18px;
 line-height: 18px;
 color: var(--site-black-color);
 font-family: var(--font-body-family);
 text-align: left;
 font-weight: 600;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
  position: relative;
  background: var(--site-color-8);
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-video-iframe-div.tps-embed-media-container{
  position: absolute;
  width: 100%;
  height: 100%;
} 
.tps-gemstonelist-data-cr .tps-gemstonelist-video-iframe-div.tps-embed-media-container embed.tps-gemstonelist-video-iframe.video-loaded{
  width: 100% !important;
  height: 100% !important;
}
.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: 7px;
  right: 6px;
  z-index: 1;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul{
  display: grid;
  grid-gap: 5px 5px;
  grid-template-columns: 1fr;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li span{
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon.svg); 
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li{
  box-shadow: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  border: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li span{
  border-radius: 50%;
  box-shadow: 0 8px 6px -6px #000;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-white-color);  
  background-position: -278px -416px;

}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info.active span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-primary-color); 
  background-position: -378px -416px;
}

.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/gemstone-list-icon-icon.svg), var(--site-white-color);  
  background-position: -346px -186px;
}
.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/gemstone-list-icon-icon.svg), var(--site-primary-color); 
  background-position: -429px -416px;
  cursor: pointer;
}


.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-wishlist span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-white-color);  
  background-position: -329px -416px;
  border: 1px solid var(--site-primary-color);
  border-radius: 4px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-wishlist.active span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-primary-color);
  background-position: -237px -368px;  
}




.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-wrapper{
 text-align: center;
 font-family: var(--font-body-family);
 font-size: 25px;
 line-height: 25px;
 color: var(--site-primary-color);
 display: flex;
 flex-direction: column;
 grid-gap: 10px;
 height: 300px;
 justify-content: center;
 border: 1px solid var(--site-primary-color);
}
.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-subtitle{
 font-size: 18px;
}
.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: var(--site-white-color);
        border-bottom: 1px solid #f2f2f2;
        padding:0px;
        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;
         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/gemstone-list-icon.svg);
        transition: 0.3s ease;
        cursor: pointer;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-down-arrow{
        background-position: -213px -228px;        
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-up-arrow{
        background-position: -211px -242px;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper,
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-wrapper-inner{
        display: flex;
        align-items: center;
        grid-gap: 5px;
        margin-left: auto;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-wrapper-inner{
        position: relative;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label{
        font-size: 14px;
        line-height: 24px;
        color: var(--site-black-color) !important;
        font-family: var(--font-body-family);
        font-weight: 500;
      }
      .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select{
        font-size: 14px;
        line-height: 20px;
        color:var(--site-black-color);
        padding: 0px 0px 5px 5px;
        border-radius: 0px;
        font-family: var(--font-body-family);
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        background: transparent;
        background-image: url(../images/common-images/Makar_Arrow.svg);
        background-repeat: no-repeat;
        background-position-x: 94%;
        background-position-y: 18px;
        cursor: pointer;
        border: none;
        width: 148px;
        outline: none;
        box-shadow: none;
        background-position: 99% 3px;
      }
      .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-gemstone-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-clarity .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-fluoroscence .tps-gemstonelist-filter-option-list-div,
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color_intensity .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-clarity .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-fluoroscence .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-color_intensity .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-fluoroscence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"] + span{
        border: 2px solid transparent;
        background-color: var(--site-color-5);
        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-fluoroscence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"]:checked + span{
        border-color: #7f7f7f4d;
        font-weight: 500;
        color: var(--site-primary-color) !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-clarity .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-fluoroscence .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-color_intensity .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-clarity .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-fluoroscence .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-color_intensity .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-clarity .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-fluoroscence .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-color_intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li .tps-gemstonelist-filter-option-label{
        margin-left: 0;
        font-family: var(--font-body-family);
        font-weight: 300;
       font-size: 13px;
       color: var(--site-black-color);
       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-clarity .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-fluoroscence .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-color_intensity .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-clarity .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-color_intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 12.5%;
      }
     
      .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-fluoroscence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li{
        width: 20%;
      }
.tps-dia-detail-gallery .tps-dia-detail-gallery-wrapper {
    padding: 0px 0px 0px 0px;
} 

.tps-dia-detail-gallery .slick-arrow:before{
  display: none;
}
.tps-dia-detail-gallery .slick-arrow{
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  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;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg) !important;
  z-index: 9;
  background-color: transparent !important;
  border: 1px solid transparent;
}

.tps-dia-detail-gallery .slick-arrow.slick-next{
  right: 0px;
  background-position: -48px -232px;
}
.tps-dia-detail-gallery .slick-arrow.slick-prev{
  left: 0px;
  background-position: -4px -232px;
}
.tps-dia-detail-gallery .slick-arrow.disabled{
  opacity: 0.5;
}
.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;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
  width: 500px;
  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, 
.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: 80px !important;
  height: 80px !important;
  margin: 5px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.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{
    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: auto;
   max-width: 100%;
   cursor: pointer;
}
.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 .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;
  max-width: 400px;
  margin-inline: auto;
}
.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: 80%;
  margin-left: auto;
}
.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;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main .tps-dia-detail-gallery-slide iframe{
  height: 440px;
}
.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: 85%;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical + .tps-dia-detail-gallery-main .tps-dia-detail-gallery-slide iframe{
  width: 400px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
    width: 80%;
    margin: auto;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: var(--site-white-color);
    height: 90px;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow .tps-gemstonelist-animated-background {
    width: 40px;
    height: 40px;
    background: var(--site-color-6);
}
.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: 0px;
    left: 0%;
    width: 100%;
    background-color: var(--site-white-color);
    height: 10px;
}
.tps-dia-detail-gallery .tps-seDetailc-spinner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    width: 100%;
    grid-gap: 10px;
}
.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
    bottom: 50px;
    background: var(--site-color-6);
    width: 77px;
    height: 50px;
    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-family);
 font-size: 25px;
 line-height: 25px;
 color: var(--site-primary-color);
 display: flex;
 flex-direction: column;
 grid-gap: 10px;
 height: 300px;
 justify-content: center;
 border: 1px solid var(--site-primary-color);
}
.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(0 0 0 / 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 20px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 19px;
  color: var(--site-white-color);
  font-family: var(--font-body-family);
  background-color: var(--site-primary-color);
  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: 20px;
  margin-bottom: 15px;
  padding-left: 0px;
}
.tps-dia-detail-sub-info-wrapper ul li{
  color:var(--site-black-color);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body-family);
  position: relative;
}
.tps-dia-detail-sub-info-wrapper ul li::after{
  content: '';
  width: 1px;
  height: 25px;
  background-color:var(--site-color-14);
  display: block;
  position: absolute;
  right: -10px;
  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(--site-primary-color);
    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(--site-primary-color);
    box-shadow: 0 0 15px var(--site-primary-color);
}

.tps-dia-detail-gallery .tps-dia-detail-lab-certificate-link img{
  opacity: 0.5 !important;
}
/*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: var(--site-white-color);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  max-width: 800px;
  min-width: 800px;
  justify-content: center;
  align-items: center;
  padding: 15px 35px 20px;
}

.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-form-div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr .tps-loose-gemstone-form-popup-title{
  border-bottom: 1px solid var(--site-black-color);
  padding: 20px 0px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-title h2{
  font-size: 22px;
  color:var(--site-black-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-body-family);
  margin: 0px;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-close{
  position: absolute;
  width: 23px;
  height: 23px;
  top: 10px;
  right: 0px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -92px -193px;
  cursor: pointer;  
}
.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-form-div .tps-form-image-block{
  width: 35%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 5%;
}

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

.tps-form-div .tps-form-image-block img.tps-email-img{
  width: 100%;
}
.tps-loose-gemstone-form-popup .tps-form .tps-form-image-block{
  width: 40%;
  padding-right: 2%;
}

.tps-loose-gemstone-form-popup .email-us-form,
.tps-loose-gemstone-form-popup .drop-hint-form {
  width: 60%;
  padding-left: 2%;
}

.tps-loose-gemstone-form-popup .drop-hint-form .form-group p{
  margin: 0;
}

.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,
.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,
.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 .email-us-form  .wpcf7-form-control-wrap input, 
.tps-loose-gemstone-form-popup .email-us-form  .wpcf7-form-control-wrap textarea{
  outline: none;
  box-shadow: none;
  border: 1px solid var(--site-black-color) !important;
  border-radius: 3px;
  padding: 12px 25px 12px 15px;
  font-size: 14px;
  background-color: var(--site-white-color);
  font-family: var(--font-body-family);
  color:var(--site-primary-color);
  margin-bottom: 14px;
  width: 100%;
}
.tps-loose-gemstone-form-popup .email-us-form .form-group p{
  margin-bottom: 0px;
}
.tps_bttn_sub p{
  margin: 0 0;
}

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

.tps-loose-gemstone-form-popup .wpcf7-response-output{
  width: 100%;
  border: none !important;
  font-size: 14px;
  color: red;
  margin-top: 0px !important;
  margin-inline: 0px !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%;
  height: auto;
}
.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(--site-black-color);
  font-family: var(--font-body-family);
  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 2px;
  font-size: 12px;
  font-family: var(--font-body-family);
}
.tps-loose-gemstone-form-popup .tps_recaptcha .wpcf7-not-valid-tip{
  margin: 3px 0px 7px 2px;
}
.tps-dia-detail-vertcal-parent .tps-dia-detail-gallery-wrapper{
  display: flex;
  align-items: center;
}
.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;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
  background-position: -166px -191px;
  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.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(--site-primary-color);
 margin: 12px 0px 00px;
 font-family: var(--font-body-family);
 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(--site-primary-color);
 margin: 0px 0px 20px;
 font-family: var(--font-body-family);
 font-weight: 600;
 text-transform: capitalize;
 display: block;
}
.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-ringbuilder-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;
 background: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
 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-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: 600;
 color: var(--site-primary-color);
}
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title{
  margin-bottom: 20px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--site-black-color);
  width: 100%;
}
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-title{
  text-align: center !important;
  display: block;
  margin: auto;
  padding: 12px 0px 0px;
}

.tps-dia-detail-recent-gemstones-list-wrapper .tps-dia-detail-recent-gemstones-list .slick-slide{
  margin: 5px;
}

.tps-dia-detail-recent-gemstones-list-wrapper .tps-dia-detail-recent-gemstones-list .slick-slide,
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-list .slick-slide{
  height: auto;
}

.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div{
  cursor: pointer;
  height: auto;
  border: 1px solid var(--site-black-color);
}

.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-list .slick-slide div{
  margin: 5px;
}

.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-price{
  text-align: center !important;
  display: block;
  margin: auto;
}
.tps-dia-detail-similar-gemstones-wrapper{
  padding: 50px 0px 50px 0px;
}
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-meta{
  padding: 0px 15px 10px;
  height: auto;
}
.tps-dia-detail-similar-gemstones-wrapper .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 1px solid var(--site-black-color);
  outline: none;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000029;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background-color: var(--site-white-color);
}

.tps-dia-detail-similar-gemstones-wrapper .slick-arrow::after{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/gemstone-listing-images/gemstone-list-icon.svg), transparent;
  background-position: -340px -158px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tps-dia-detail-similar-gemstones-wrapper .slick-arrow.slick-next{
  left: auto;
  right: 0px;
}
.tps-dia-detail-similar-gemstones-wrapper .slick-arrow.slick-next::after{
  background-position: -357px -158px;
}
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img{
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.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: 600px;
}
.tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-close{
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/gemstone-listing-images/gemstone-list-icon.svg);
  background-position: -15px -197px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  color: transparent;
  right: 5px;
  top: 4px;
}

.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-family);
  font-weight: 300;
  color: var(--site-primary-color);
}
.tps-loose-gemstone-form-popup .tps-form-image-block .tps-email-img-title{
  display: block;
  font-size: 18px;
  font-family: var(--font-body-family);
  font-weight: 600;
  color: var(--site-black-color);
  margin-top: 20px;
}
.tps-loose-gemstone-breacrum {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0px 30px;
}
.tps-page-loose-gemstone-gemstone_detail .tps-loose-gemstone-breacrum{
  margin: 25px 0px 22px;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item{
  font-family: var(--font-body-family);
  color: var(--site-black-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item a{
  color: var(--site-black-color);
  text-decoration: none;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item .tps-loose-gemstone-br-icon{
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: center;
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -4px;
}

.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: var(--site-primary-color);
    font-family: var(--font-body-family);
    background-color: var(--site-white-color);
    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: 0px 0px 0px 0px;
    background-color: transparent !important;
    font-family: var(--font-body-family);
    color: var(--site-black-color) !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    display: flex;
    border: none;
    overflow: hidden;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before{
  content: '';
  width: 19px;
  height: 14px;
  display: block;
  background-image: url(../images/common-images/Makar_Arrow.svg);
  background-position: 2px -1px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -7px; 
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::after{
  content: '';
  width: 00%;
  height: 1px;
  bottom: 0px;
  left: 13px;
  transition: 0.5sease;
  position: absolute;
  display: block;
  background-color: var(--site-black-color);
  transition: width 0.5s ease;
}
.tps-loose-gemstone-form-popup .tps_recaptcha{
  width: fit-content;
  margin: 0px auto 20px 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(--site-primary-color);
  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), var(--site-white-color);
  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(--site-color-7) !important;
  background-color: var(--site-color-7) !important;  
  cursor: pointer;
  height: 4px;
  margin: 0px 9px 10px 9px;
}
.tps-loose-gemstone-hand-slider-wrapper .ui-slider-horizontal .ui-slider-handle{
  top: -7px !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;
}
.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(--site-primary-color);
   font-family: var(--font-body-family);
   text-transform: unset !important;
   font-weight: 400;
   font-size: 14px;
   line-height: 14px;
}
.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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-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/gemstone-hand-slider-images/gemstone-shapes/radiant_shape.webp);
}
.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-current-carat{
  font-size: 13px;
  font-family: var(--font-body-family);
  color: var(--site-primary-color);
  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-gemstone_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(--site-black-color);
}
.tps-loose-gemstone-banner .tps_loose_banner_heading h1 {
    color: var(--site-black-color);
    font-size: 35px;
    line-height: 30px;
    font-family: var(--font-body-family);
    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-gemstone_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-gemstone_listing img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.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-report .tps-gemstonelist-filter-option-list-div li.active,
.tps-gemstonelist-filter-report .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,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active span{
  cursor: default;
}

.tps-spinner-container .white-widget.gray-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: 600 !important;
  text-decoration: none !important;
  color: var(--site-black-color) !important;
}
.tps-dia-detail-lab-certificate-link::after{
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--site-black-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px  !important;
  bottom:3px  !important;
}
.tps-dia-detail-sub-info-li .tps-dia-detail-lab-certificate-link{
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  line-height: 24px !important;
}
.tps-dia-detail-sub-info-li .tps-dia-detail-lab-certificate-link::after{
  bottom: 1px !important;
}
.tps-dia-detail-similar-gemstones-wrapper .slick-arrow::before{
  display: none;
}

.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;
}
.tps-dia-detail-recent-gemstones-wrapper {
    margin-top: 30px;
}
.tps-dia-detail-recent-gemstones-wrapper .tps-dia-detail-recent-gemstones-title {
    display: block;
    font-family: var(--font-body-family);
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    color: var(--site-primary-color);
    margin-bottom: 15px;    
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--site-black-color);
    width: 100%;
}
.tps-dia-detail-recent-gemstones-meta {
    background-color: var(--site-white-color);
    padding: 20px 10px 5px;
    text-align: center;    
}
.tps-dia-detail-recent-gemstones-meta .tps-dia-detail-recent-gemstone-title {
    font-size: 15px;
    line-height: 18px;
    color: var(--site-color-7);
    margin: 0px 0px 0px;
    font-family: var(--font-body-family);
    font-weight: 400;      
    display: block;
    border-top: 2px solid var(--site-color-6);
    padding: 12px 0px 6px;
}
.tps-dia-detail-recent-gemstones-meta .tps-dia-detail-recent-gemstone-price {
    font-size: 16px;
    line-height: 30px;
    color: var(--site-primary-color);
    font-family: var(--font-body-family);   
    font-weight: 600;
}

.tps-dia-detail-recent-gemstones-list-wrapper .tps-dia-detail-recent-gemstones-list .slick-slide div .tps-dia-detail-recent-gemstone-div{
  border: 1px solid var(--site-black-color);
}

.tps-dia-detail-recent-gemstones-list-wrapper .tps-dia-detail-recent-gemstones-list .tps-dia-detail-similar-gemstone-div {
  cursor: pointer;
  height: auto;
  border: 1px solid var(--site-color-6);
}

.tps-dia-detail-recent-gemstone-div img {
    border-radius: 0px;
    height: 245px;
    margin: auto;
    display: block;
    background-image: url(../images/placeholder-gemstone-images/placeholder-300_300.jpg);
    background-position: center center;
    background-size: cover;
    object-fit: contain;
}


.tps-dia-detail-recent-gemstones-wrapper .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 1px solid var(--site-black-color);
  outline: none;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000029;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background-color: var(--site-white-color);
}

.tps-dia-detail-recent-gemstones-wrapper .slick-prev.slick-arrow{
left: 0;
}

.tps-dia-detail-recent-gemstones-wrapper .slick-next.slick-arrow{
right: 0;
}

.tps-dia-detail-recent-gemstones-wrapper .slick-arrow:before{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/gemstone-listing-images/gemstone-list-icon.svg), transparent;
  background-position: -340px -158px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tps-dia-detail-recent-gemstones-wrapper .slick-next.slick-arrow:before { 
    background-position:-357px -158px;
}

.tps-dia-detail-recent-gemstones-list-parent {
    position: relative;
}
.tps-dia-detail-recent-gemstones-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;
}

.paginationjs .paginationjs-pages li>a{
  min-width: 45px !important;
}

.paginationjs .paginationjs-pages li.paginationjs-next a,
.paginationjs .paginationjs-pages li:first-child a{
  background-color: var(--site-black-color) !important;
  color: var(--site-white-color) !important;
}

.paginationjs .paginationjs-pages li.active>a{
  background-color: var(--site-black-color) !important;
}

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

.load-more-container {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10px;
}

.load-more-container button#load-more {
  background-color: transparent;
  border: var(--site-black-color);
  color: var(--site-black-color);
  font-size: 16px;
  padding: 0px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}

.load-more-container button#load-more:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--site-black-color);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.load-more-container span.tps-visited-gemstones-scroll-top-txt {
  font-size: 12px;
  margin-top: 12px;
  cursor: pointer;
}

.tps-dia-detail-tiles-gallery-loader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0;
  grid-gap: 15px;
  margin-bottom: 60px;
}

.tps-dia-detail-tiles-gallery-loader .tps-fullwidth, 
.tps-dia-detail-tiles-gallery-loader .tps-half {
  min-height: 250px;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0;
  grid-gap: 15px;
  margin-bottom: 60px;
}
.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item img.tps-dia-detail-tiles-gallery-img {
  object-fit: contain;
  max-height: 415px;
}
.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item img{
  width: 100%;
  height: auto;
}
.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item iframe {
  width: 100%;
  height: 100%;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item iframe {
  border: none;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-gallery-main .tps-dia-detail-gallery-slide{
  padding: 0;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-gallery-slide {
  padding: 15% 0%;
}

.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;
  max-width: 500px;
  background-color: var(--site-color-6);
  position: relative;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-img-div .tps-360-video-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/common-images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide canvas, 
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-lab-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item .tps-loose-gemstone-hand-slider-wrapper {
  background-color: var(--site-white-color);
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item .tps-loose-gemstone-hand-slider-skin-block {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item .tps-loose-gemstone-hand-slider-skin-block img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item .tps-loose-gemstone-hand-slider-skin-block img.tps-loose-gemstone-hand-slider-skin-dark {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  display: block;
  margin: auto;
}

.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 10px 5px 10px;
}

.tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-current-carat {
  font-size: 13px;
  font-family: var(--global-body-font-family);
  color: var(--global-palette1);
  top: 0 !important;
  padding-left: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
.page-header h1.entry-title{
  display: none;
}
.tps-gemstonelist-filter-and-result-wrapper-div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-left-content-section{
  width: 30%;
}
.tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-data-cr{
  width: 68%;
}
.tps-gemstonelist-filter-desktop-header{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--site-color-11);
  padding-bottom: 9px;
  margin-bottom: 10px;
  z-index: 99999;
  position: relative;
}
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-reset a{
  display: none;
}
.tps-gemstonelist-filter-desktop-header .tps-gemstonelist-filter-desktop-title,
.tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn{
  font-size: 16px;
  line-height: 16px;
  color: var(--site-black-color);
  text-decoration: none;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.tps-gemstonelist-filter-desktop-header .tps-gemstonelist-filter-reset{
  position: relative;
}
.tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn::after{
  content: '';
  width: 00%;
  height: 1px;
  background-color: var(--site-black-color);
  position: absolute;
  bottom: 0;
  left: 26px;
  transition: width 0.5s ease;
}
.tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn{
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -379px -117px;
}
.ui-slider-horizontal .ui-slider-handle{
  background-color: var(--site-white-color) !important;
  border-color:var(--site-black-color) !important;
  outline: none !important;
}
.ui-slider-horizontal .ui-slider-handle:nth-last-child(2),
.ui-slider-horizontal .ui-slider-handle{
  margin-left: 0px !important;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li.active,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li.active{
  border-color: var(--site-primary-color);
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:after{
  background-position: -82px -151px;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:after{
  background-position: -81px -165px;
}
.tps-gemstonelist-result-view-switcher{
  display: flex;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h1{
  margin-top: 0px;
  font-size: 25px;
  line-height: 35px;
  color: var(--site-black-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line[data-gemstone-list-type="compare-gemstones"]::after{
  display: none !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
  position: relative;
  overflow: hidden;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-wrapper-inner::after{
  content: '' !important;
  width: 100% !important;
  height: 2px !important;
  background-color: var(--site-black-color) !important;
  position: absolute !important;
  bottom: 2px !important;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  left: 59px !important;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper::after{
  display: none !important;
}
.tps-gemstonelist-result-view-switcher .tps-gemstonelist-result-view-switcher-type{
  display: flex;
  align-items: center;
  border: 1px solid var(--site-black-color);
  padding: 2px 7px 3px 2px;
  cursor: pointer;
}
.tps-gemstonelist-result-view-switcher .tps-gemstonelist-result-view-switcher-type:nth-child(1){
  border-right: none;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title .tps-gemstonelist-filter-comment{
  margin-left: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}
.tps-gemstonelist-activate .tps-gemstonelist-result-view-switcher{
  margin-left: auto;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li a{
  text-decoration: none;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-col-wrapper{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-col{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
} 
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li.tps-highlight-item span.tps-lab-span,
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span{
  position: relative;
  width: fit-content;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li.tps-highlight-item span.tps-lab-span:after,
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--site-color-13);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  transition: width 0.5s ease;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group{
  padding-inline: 10px;
}
.tps-non-gemstone-found-section .tps-gemstonelist-result-view-switcher{
  margin-left: auto;
}
.tps-dia-detail-meta .tps-dia-detail-button button{
  font-size: 16px;
  line-height: 16px;
  padding: 18px 20px 18px;
  text-transform: capitalize;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track .tps-dia-detail-gallery-slide-one{
  display: flex;
}
.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-color: var(--site-black-color);
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect::before{
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--site-black-color);
  position: absolute;
  bottom: 3px;
  left: 33px;
  transition: width 0.5s ease;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span{
  font-weight: 500;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Square"] + span:before {
    background-position: -382px -628px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Square"]:checked + span:before {
    background-position: -439px -628px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Other"] + span:before {
    background-position: -265px -625px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Other"]:checked + span:before {
    background-position: -325px -625px;
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
  transition-duration: .5s;
  transition-property: transform;
}
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe:focus,
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe:focus-within,
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe:focus-visible,
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe:active,
.tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe:target{
  transform: scale(1.1);
}



.tps-gemstonelist-item-not-found-wrapper{
  padding: 20px 30px;
}

.tps-gemstonelist-item-not-found-wrapper .tps-gemstonelist-item-not-found-title{
  font-size: 16px;
  line-height: 26px;
  color: var(--site-black-color);
}
.tps-gemstonelist-item-not-found-wrapper .tps-loose-gemstone-reset-filter-confirm-yes-btn{
  display: block;
  margin-inline: auto;
  position: relative;
  width: fit-content;
  color: var(--site-primary-color);
  font-weight:500;
  cursor: pointer;
  text-transform: capitalize;
}
.tps-gemstonelist-item-not-found-wrapper .tps-loose-gemstone-reset-filter-confirm-yes-btn:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color:var(--site-primary-color);
  transition: width 0.5s ease;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}


@media (hover: hover){
   .tps-gemstonelist-item-not-found-wrapper .tps-loose-gemstone-reset-filter-confirm-yes-btn:hover:after{
      width: 0%;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Square"] + span:before {
    background-position: -439px -628px;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Other"] + span:before {
    background-position: -325px -625px;
  }
  .tps-dia-detail-gallery .slick-arrow:hover{
    border-color: var(--site-color-6);
    opacity: 0.5;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect:hover::before{
    width: 100%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li.tps-highlight-item span.tps-lab-span:hover:after,
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span:hover::after{
    width: 0%;
  }
  a:hover{
  outline: none !important;
  background-color: transparent;
}

.tps-ringbuilder-cbutton:hover{
  background-color: var(--site-white-color) !important;
  border-radius: 5px;
  color: var(--site-primary-color) !important;
}

.tps-gemstonelist-tab-optional ul li:hover a{
  color: var(--site-black-color);
  font-weight: 600;
}

.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones:hover a::before{
  background-position:-80px -638px;
}

.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones:hover a::before{
  background-position:-23px -637px;
 }

 .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-coloured-gemstones:hover a::before{
  background-position:-140px -637px;
 }

 .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-coloured-gemstones:hover a::before{
  background-position:-200px -639px;
 }

 .tps-gemstonelist-top-tab ul li:hover a{
  color: var(--site-white-color);
  background-color: var(--site-primary-color);
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.tps-gemstonelist-tab-optional ul li a:hover{
  font-weight: 600;
}

.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 + span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li:hover input + span:after{
  width: 100%;
}


.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Round"] + span:before{
  background-position: -1px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Asscher"]  + span:before{
  background-position: -161px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Cushion"]  + span:before{
  background-position: -111px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Emerald"]  + span:before{
  background-position: -388px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Marquise"]  + span:before{
  background-position: -209px -737px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Oval"]  + span:before{
  background-position: -251px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Pear"]  + span:before{
  background-position: -341px -737px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Princess"] + span:before{
  background-position: -57px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Heart"] + span:before{
  background-position: -441px -735px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Radiant"]  + span:before{
  background-position: -298px -736px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input + span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li:hover input + span{
  color: var(--site-primary-color) !important;
}

.tps-gemstonelist-filter-report li:hover input[type=checkbox] + span{
  border-color: var(--site-black-color);
  font-weight: 500;
  background-color: transparent;
}

.tps-ringbuilder-cbutton:hover{
    background-color: var(--site-white-color) !important;
    border-radius: 5px;
    color: var(--site-primary-color) !important;
    border: 1px solid var(--site-primary-color) !important;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:hover{
  color: var(--site-black-color)  !important;
  border: none !important;
}


.tps-gemstonelist-filter-search_certificate button:hover{
   background-color: transparent;
   border-color: var(--site-primary-color);
   color: var(--site-primary-color);
   border: 1px solid var(--site-primary-color) !important;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect:hover:after{
  background-position: -7px -332px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-sublist-li:hover .tps-gemstonelist-applied-filter-option-remove{
  background-position: -131px -161px;
}

.tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div button:hover{
  background-color: var(--site-white-color);
  color:var(--site-primary-color);
}

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

.tps-dia-detail-meta .tps-dia-detail-share ul li a:hover{
  font-weight: 600;
  color: var(--site-primary-color);
}



.tps-dia-detail-shipping.tps-dia-detail-days:hover .tps-dia-detail-shipping-title{
  color: var(--site-primary-color);
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right:hover{
  font-weight: 600;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left:hover, 
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right:hover{
  color: var(--site-primary-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab:hover span{
  color: var(--site-primary-color);
}

.tps-gemstonelist-filter-fluoroscence:nth-child(1):hover{
  background-position: -125px -368px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:hover{
  background-color: var(--site-primary-color);
  border-color: var(--site-white-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:hover span{
  color: var(--site-white-color);
   border-color: var(--site-white-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover 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{
  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{
  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{
  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{
  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{
  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{
  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{
  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{
  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{
  background-image: url(../images/gemstone-svg-images/radiant-white.svg);
}

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

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-result-list-view-item:hover .tps-gemstonelist-item-view-span::after{
 background-position: -101px -150px;
}

.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-info-row span.tps-gemstonelist-item-quick-view-info-value:hover{
  font-weight: 600;
}

.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-value:hover{
  font-weight: 500;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li:hover{
  box-shadow: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-wishlist:hover span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon.svg), var(--site-white-color); 
  background-position: -274px -368px;
}
.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/gemstone-list-icon.svg), var(--site-white-color); 
  background-position: -348px -188px;
  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/gemstone-list-icon.svg), var(--site-white-color); 
  background-position: -240px -188px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-fluoroscence .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover input[type="checkbox"] + span{
        border-color: #7f7f7f4d;
        font-weight: 500;
        color: var(--site-primary-color) !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:hover:before, 
      .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-clarity .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-fluoroscence .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_intensity .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-clarity .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-fluoroscence .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_intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label{
         color: var(--site-white-color);
      }   

   

   .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-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: var(--site-black-color)0003b;
    box-shadow: none;
  }

  .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-close:hover{
    background-position:  -127px -193px;
  }

.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: var(--site-white-color) !important;
 border-radius: 0px;
 color: var(--site-primary-color) !important;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media .tps-gemstonelist-item-wishlist-span:hover{
  background-position: -204px -191px;
}

.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-dia-detail-similar-gemstones-wrapper .slick-arrow:hover{
  background-color: var(--site-white-color);
}



 .tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item a:hover{
  text-decoration: underline;
}

.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), var(--site-white-color);
  background-position: center center;
  background-repeat: no-repeat;
}

.tps-dia-detail-lab-certificate-link:hover::after{
  background-color: var(--site-primary-color) !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: var(--site-black-color)0003b;
    box-shadow: none;
    width: 80px !important;
}

.load-more-container button#load-more:hover:after {
  width: 0%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li:hover{
  border-color: var(--site-black-color);
}
.tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn:hover::after{
  width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li:hover,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li:hover{
  border-color: var(--site-primary-color);
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:hover::before{
   width: 0%;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:hover{
   color: var(--site-primary-color);
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1):hover::before{
  background-position: -184px -371px;
}
.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2):hover:before{
  background-position: -128px -371px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info:hover span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-primary-color); 
  background-position: -378px -416px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare:hover input[type="checkbox"] + span{
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-primary-color); 
  background-position: -429px -416px;
  cursor: pointer;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn:hover::after{
  width: 100%;
}
.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-color: var(--site-black-color);
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-drop-hint:hover a:before{
  background-position: -386px -505px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-em:hover a:before{
  background-position: -294px -505px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li.tps-dia-detail-ph:hover a:before{
  background-position: -173px -506px;
}
.tps-dia-detail-shipping.tps-dia-detail-days:hover:before{
  background-position: -323px -464px;
}
/*[type=button]:focus, [type=button]:hover, 
  [type=submit]:focus, [type=submit]:hover, 
  button:focus, button:hover{
    background-color: var(--site-primary-color) !important;
  }*/

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-other-span:before{
    background-image: url(../images/gemstone-svg-images/other-white.svg);
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-square-span:before{
    background-image: url(../images/gemstone-svg-images/square-white.svg);
  }
}
/*End*/

/*Transpacific software --- Responisve start here*/
@media(max-width:1440px){
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
      height: 230px;
  }
  .tps-loose-gemstone-main-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:1300px){
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
      height: 225px;
  }
  .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-recent-product-loader .tps-gemstonelist-animated-list{    
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-label,
  .tps-gemstonelist-filter-col .tps-gemstonelist-filter-slider-option-li{
    font-size: 13px;
    line-height: 16px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span{
    font-size: 13px;
    line-height: 23px;
  }
}

@media(max-width:1280px){
  :focus-visible {
    outline: 0px solid var(--site-black-color);
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div {
    height: 220px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-view-cn{
    height: auto;
  }
  .tps-recent-product-loader .tps-gemstonelist-animated-list{    
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-dia-detail-recent-gemstone-div img {
    height: 300px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
    grid-gap: 10px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span,
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li{
    font-size: 15px;
    line-height: 15px;
  }
  .tps-gemstonelist-result-view-switcher .tps-gemstonelist-result-view-switcher-type{
    font-size: 14px;
    line-height: 14px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after{
    right: -5px;
  }
  .tps-gemstonelist-top-tab.tps-gemstonetab-main-box ul li a{
    padding: 5px 5px 6px;
    font-size: 14px;
    line-height: 14px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group button{
    padding: 11px 5px 14px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group {
    padding-inline: 0px;
  }
  .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{
    font-size: 14px;
  }
  .tps-dia-detail-meta .tps-dia-detail-title{
    font-size: 25px;
    line-height: 35px;
  }
  .tps-dia-detail-meta .tps-dia-detail-price{
    font-size: 20px;
    line-height: 20px;
  }
  .tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item,
  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn,
  .tps-dia-detail-meta .tps-dia-detail-share ul li a,
  .tps-dia-detail-shipping{
    font-size: 14px;
    line-height: 14px;
  }
  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before{
    background-position: 0px -2px
  }
}

@media(max-width:1250px){
  .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;
  }
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div{
    grid-column-gap: 10px;
    padding-bottom: 5px;
  }
}

@media(max-width:1200px){
  .tps-dia-detail-spacification h2, 
  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title{
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width:1199px){
 .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table{
    width: 79%;
 }
 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label, 
 .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul li .tps-gemstonelist-filter-option-label, 
 .tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
 .tps-gemstonelist-filter-color_intensity .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-fluoroscence .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li, 
 .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label{
   font-size: 12px;
   line-height: 13px;
 }
 .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li{
    padding-top: 2px;
    padding-left: 5px;
    width: 22%;
 }
 .tps-dia-detail-meta .tps-dia-detail-share ul li {
    width: 33.33%;
}
.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-spacification .tps-dia-detail-sattr{
   padding: 10px 10px 10px 10px;
 }
 .tps-dia-detail-gallery .tps-dia-detail-gallery-slide .tps-dia-detail-img-div{
  max-width: 400px;
 }
 .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
    width: 400px !important;
    height: 400px !important;
 }
 .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img{
   height: 230px;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
   right: 20px;
 }
  .tps-gemstonelist-top-tab ul li a{
    padding: 7px 15px;
  }

  .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-img{
    height: 180px;
  }
  .tps-loose-gemstone-main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tps-gemstonelist-filter-desktop-header .tps-gemstonelist-filter-desktop-title, .tps-gemstonelist-filter-desktop-header .tps-ringbuilder-reset-parent .tps-gemstonelist-filter-reset-btn{
    font-size: 15px;
    line-height: 15px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
    flex-wrap: wrap;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-result-view-switcher{
     order: 1;
     -webkit-order:1;
     width: 100%;
     justify-content: center;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab:nth-child(1){
     order: 2;
     -webkit-order:2;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab:nth-child(2){
     order: 3;
     -webkit-order:3;
  }  
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab:nth-child(3){
     order: 4;
     -webkit-order:4;
  } 
 .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper{
     order: 5;
     -webkit-order:5;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul, 
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
    margin-left: unset;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line[data-gemstone-list-type="compare-gemstones"]::after{
      display: block !important;
  }
  .tps-gemstonelist-data-cr.tps-gemstonelist-activate .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line[data-gemstone-list-type="compare-gemstones"]::after,
  .tps-gemstonelist-data-cr.tps-non-gemstone-found-section .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line[data-gemstone-list-type="compare-gemstones"]::after{
      display: none !important;
  }
  .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: 12px;
      line-height: 13px;
  }
}

@media(max-width:1050px){
  .tps-dia-detail-meta .tps-dia-detail-price{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe {
    width: 400px !important;
    height: 400px !important;
  } 
  .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;
    font-weight: 500;
  }
  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input, 
  .tps-gemstonelist-filter-search_certificate button{
    height: 40px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group button{
    font-size: 14px;
  }
  .tps-gemstonelist-top-tab.tps-gemstonetab-main-box ul li a,
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span{
    font-size: 13px;
    line-height: 13px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr 1fr;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label,
  .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: 12px;
      line-height: 13px;
      font-weight: normal;
  }
}

@media(min-width:1025px){
   .tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-left-content-section.sticky{
        position: sticky;
   }  
}

@media(max-width:1024px){
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr 1fr 1fr;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
    height: 234px;
 }
 .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li {
    padding-top: 4px;
 }
 .tps-dia-detail-meta .tps-dia-detail-title{
   font-size: 24px;
   line-height: 34px;
 }
 .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-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: 74%;
}

.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{
  font-size: 14px;
  line-height: 24px;
}
.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-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img{
  height: 220px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li span{
  font-size: 13px;
  line-height: 13px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row{
  grid-gap: 40px 5%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col{
  width: 47.5%;
}
.tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-left-content-section,
.tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-data-cr{
    width: 100%;
}
.tps-loose-gemstone-breacrum{
  margin: 15px 0px 20px;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item{
  font-size: 14px;
  line-height: 14px;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item .tps-loose-gemstone-br-icon{
  background-size: 85%;
  margin-bottom: -5px;
}
.tps-gemstonelist-top-tab ul{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
  margin-inline: auto;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item, 
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn, 
.tps-dia-detail-meta .tps-dia-detail-share ul li a, .tps-dia-detail-shipping {
  font-size: 14px;
  line-height: 20px;
}
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before {
  background-position: 3px -2px;
}
.tps-dia-detail-shipping:before{
  margin-top: -7px;
}
}

@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 var(--site-primary-color);
    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: var(--site-color-7);
    cursor: pointer;
    line-height: 20px;
    left: -1px;
  }
  .tps-dia-detail-gallery-main .slick-dots li.slick-active button:before{
      color: var(--site-black-color);
  }

  .tps-dia-detail-gallery-main .slick-dots li.slick-active button{
      border-color:var(--site-black-color);
  }
   .tps-dia-detail-gallery-main ul.slick-dots li.slick-active button::after {
      background-color: var(--site-black-color);
  }
  
}

@media(max-width:991px){
 .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-result-grid-view-div .tps-gemstonelist-item-media-div {
    height: 272px;
  }
  .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: 16px;
    line-height: 18px;
  }
  .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: 0px 5px;
    justify-content: center;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"]{
    margin-right: unset;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
    margin-left: unset;
  }
  
  .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-gallery .tps-dia-detail-gallery-slide iframe{
    height:380px !important;
    min-height: 380px !important;
    width: 380px !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 ul li{
    display: inline-block;
    width: 32.33%;
  }
 
  .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-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: 98%;
    min-width: auto;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2{
    font-size: 20px;
    line-height: 30px;
  }
  .tps-gemstonelist-tab-optional ul li{
    font-size: 24px;
    line-height: 30px;
    padding: 0px 10px;
    width: 28%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher{
    top: 5%;
  }
  .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-spacification .tps-dia-detail-scol .tps-dia-detail-scol-inner{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-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-gemstones-wrapper .tps-dia-detail-similar-gemstones-title{
    margin-left: auto;
    margin-right: auto;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
    top: -68px;
  }
  .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: 11px;
  }
  .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-result-list-view-items-list li span{
    font-size: 13px;
  }
  .tps-dia-detail-gallery-wrapper .slick-slide{
    height: auto;
  }
  .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 {
    padding-left:0%;
  }
  .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-top-tab ul li a {
    padding: 7px 10px;
   }
   .tps-gemstonelist-top-tab ul {
    grid-gap: 0px 10px;
    margin: 15px 0px 30px 0px;
   }
   .tps-gemstonelist-tab-optional ul{
    justify-content: flex-start;
   }
   .tps-gemstonelist-filter-cr {
    padding: 10px 5px 10px;
    max-width: 100%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title {
  font-size: 14px;
}
.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-gallery-slide,
 .tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item{
  background-color: transparent;
 }
 .tps-dia-detail-meta .tps-dia-detail-share ul{
  display: inline-block;
  width: 100%;
  max-width: 420px;
 } 
  .tps-dia-detail-recent-gemstone-div img {
    height: 210px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span, 
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li {
        font-size: 14px;
        line-height: 14px;
    }
    .tps-dia-detail-meta .tps-dia-detail-sub-descr-wrapper .tps-dia-detail-sub-descr{
      max-width: 500px;
      margin-inline: auto;
    }
    .tps-dia-detail-shipping:before {
        margin-top: 0px;
    }
    .tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left {
        width: 50%;
    }
    .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days{
      margin-top: 0px;
      max-width: 417px;
      margin-inline: auto;
      justify-content: flex-start;
    }
    .tps-loose-gemstone-form-popup .tps-form-image-block .tps-email-img-title{
      font-size: 16px;
    }
    .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days:nth-child(2){
      margin-top: 0px;
    }
    .tps-gemstonelist-filter-desktop-header{
      align-items: center;
    }
}

@media(max-width:800px){
  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: 125px;
  }
  .tps-gemstonelist-top-tab ul li a {
    padding: 4px 8px;
}
.tps-gemstonelist-top-tab ul li a, 
.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a {
  font-size: 12px;
  line-height: 24px;
}
}


@media(max-width:767px){ 
  .tps-gemstonelist-filter-desktop-header{
     display: none;
  }
  .tps-gemstonelist-filter-and-result-wrapper-div .tps-gemstonelist-left-content-section{
    display: flex;
    flex-direction: column-reverse;
  }
  .tps-gemstonelist-applied-filters{
    border-top: 1px solid var(--site-color-11);
    padding-top: 10px;
    margin-top: 5px;
  }
  .tps-loose-gemstone-breacrum {
    margin: 15px 0px 25px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h1{
    margin-top: 8px;
    margin-bottom: 8px;
  } 
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line[data-gemstone-list-type="compare-gemstones"]::after{
    display: none !important;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper{
    width: 100%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-wrapper-inner{
    margin-inline: auto;
    overflow: hidden;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select{
    background-position: 100% 3px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 7px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent{
    flex-wrap: wrap;
    grid-gap: 20px 30px;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after {
    right: -16px;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-reset a {
      display: flex;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a:before{
    background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
    background-position: -197px -325px !important;
    transform: rotate(-68deg);
  }
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
    outline: none !important;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher{
    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: auto;
    left: 0%;
    width: 100%;
    bottom: -100%;
    height: 90% !important;
    background-color: var(--site-white-color);
    z-index: 99999;
    transition: all 0.5s linear;
    padding-top: 0px;
 }  
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header{
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: var(--site-color-6);
    margin-bottom: 10px;
    position: sticky;
    align-items: center;
    top: 0;
    z-index: 9999999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    justify-content: space-between;
 }
 .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/gemstone-list-icon.svg);
    background-position: -118px -191px;
    display: flex;
    padding: 0;
    border:none !important;
    outline: none  !important;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
    margin-bottom: 0px;
    position: relative;
    transform:unset;
    top: 50%;
    margin-left: unset !important;
    right: auto;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title{
  font-size: 16px;
  line-height: 16px;
  color:var(--site-black-color);
  font-family: var(--font-body-family);
  padding-top: 8px;
  font-weight: 600;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-close-parent{
    margin-left: unset;
 }
 .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title{
    padding-top: 0px;
 }
  .tps-gemstonelist-filter-show-result {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    left: 0;
}
 .tps-gemstonelist-filter-show-result button {
    padding: 13px 20px 11px;
    font-family: var(--font-body-family);
    font-weight: 500;
    margin: 0px;
    border: 1px solid var(--site-primary-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--site-primary-color);
    color: var(--site-white-color);
    position: relative;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    text-align: center;
 }
 .tps-gemstonelist-filter-cr{
    padding:10px 15px 200px;
    background-color: var(--site-white-color);
    width: 100%;
    height: 80%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
 } 
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
    height: 240px;
  }
  .tps-gemstonelist-mfilter-title{
    max-width: 100%;
    margin: auto;
  }
  .tps-gemstonelist-mfilter-title a{
      display: block;
      margin: auto;
      background-color: var(--site-primary-color);
      color: var(--site-white-color);
      text-transform: capitalize;
      line-height: normal;
      font-family: var(--font-body-family);
      font-weight: 400 !important;
      padding: 6px 20px 6px;
      font-weight: 100;
      border: 1px solid var(--site-primary-color);
      font-size: 16px;
      width: 70px;
      height: 40px;
      border-radius: 3px;
      text-align: center;
      position: relative;
      display: flex;
      text-decoration: none !important;
      justify-content: center;
      align-items: center;
      grid-column-gap: 5px;
  }

  .tps-gemstonelist-mfilter-title a{
      background-color: var(--site-primary-color);
     border-color: var(--site-primary-color);
  }
  .tps-gemstonelist-mfilter-title a::after{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/gemstone-listing-images/gemstone-list-icon.svg)!important;
    background-position: -12px -462px !important; 
  }
  .tps-gemstonelist-mfilter-title a::after{
    background-position: -220px -462px !important;
  }
  .tps-gemstonelist-filter-cr-pr.tps-gemstone-show-filter{
    bottom: 0;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset a:before{
    background-position: -451px -153px;
  }
  .tps-ringbuilder-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 50px;
  }
  .tps-loose-gemstone-reset-filter-confirm-popup-div .tps-loose-gemstone-reset-filter-confirm-popup-btn-div{
    justify-content: center;
  }
  .tps-ringbuilder-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before{
    left: 50%;   
    right: auto;
  }
  .tps-gemstonelist-top-tab ul {
    grid-gap: 0px 15px;
    justify-content: center;
    max-width: 500px;
    margin: auto !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .tps-gemstonelist-top-tab ul li{
    width: 100%;
    height: auto;
    margin-bottom: 13px;
  }
  .tps-gemstonelist-top-tab ul li a{
    width: 100%;
    padding: 10px 0px;
    border-color: var(--site-black-color) !important;
    display: block;
    color: var(--site-black-color) !important;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid;
  }
  .tps-gemstonelist-top-tab ul li a::before{
   display: none !important;
  }
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones a, 
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones:hover a {
    background-position: -96px -278px !important;
  }
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones a, 
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones:hover a {
    background-position: -142px -279px !important;
  }
  .tps-gemstonelist-top-tab ul li.active a{
    background-color: var(--site-primary-color) !important;
    color: var(--site-white-color) !important;
    border-color: var(--site-primary-color) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-grown-gemstones.active a{
    background-position: -321px -411px !important;
  }
  .tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones.active a{
    background-position: -274px -410px !important;
  }  
 
  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper{
    -webkit-order: 4;
    order: 4;
    justify-content: center;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
    margin-bottom: 0px;
  }
 
  .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;
    margin-top: 20px;
    top: 0px;
    right: 0;
  }
 
  .tps-gemstonelist-mfilter-title{
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: auto;
}
.tps-gemstonelist-mfilter-title 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;
}
.tps-dia-detail-spacification h2, 
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.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{
  font-size: 14px;
  line-height: 25px;
}
.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;
}
   .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: 500px;
     width: 500px;
   }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate {
    width: 100%;
  }
  .tps-dia-detail-spacification .tps-dia-detail-scol{
    grid-template-columns: 1fr;
  }
  .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-ringbuilder-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: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .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: 14px;
  }
  .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-ringbuilder-cbutton:hover, 
  .tps-ringbuilder-cbutton:focus{
    border: 1px solid var(--site-primary-color) !important;
    color: var(--site-primary-color) !important;
  }
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
    margin-left: auto;
    margin-right: auto;
  }
  .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-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-track{
    transform: none !important;
  }*/
  .tps-dia-detail-meta .tps-dia-detail-title, 
  .tps-dia-detail-meta .tps-dia-detail-price{
    font-size: 20px;
  }
  .tps-dia-detail-sub-info-wrapper ul li{
    font-size: 14px;
  }
  .tps-dia-detail-meta .tps-dia-detail-button button{
    width: 100%;
  }
  .article__image_container--single{
    margin-left: auto;
    margin-right: auto;
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
    width: 360px !important;
    height: 360px !important;
    min-height: 360px !important;
  }
  .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{
    font-size: 14px;
  }
  .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-ringbuilder-backdrop {
    position: fixed;
    top: auto;
    left: 0%;
    width: 100%;
    bottom: -100%;
    height: 100% !important;
    background-color: #00000066;
    transition: all 0.5s linear;
    z-index: 9999;
  }
  .tps-ringbuilder-backdrop.open-backdrop {
    bottom: 0%;
  }
  body.tps-loose-gemstone-filter-open {
    overflow: hidden !important;
 }
 .tps-loose-gemstone-main-container {
    padding: 0px 15px;
 } 
 .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: 180px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div{
  grid-gap: 10px 5px;  
  padding-bottom: 20px;
}
.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,
.tps-dia-detail-meta .tps-dia-detail-share ul li a{
  font-weight: normal !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-family);
  font-weight: 600;
  color: var(--site-primary-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  background-color: transparent;
}
.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;
}
  .tps-dia-detail-recent-gemstones-meta .tps-dia-detail-recent-gemstone-title {
    font-size: 13px;
  }
  .tps-dia-detail-recent-gemstones-meta .tps-dia-detail-recent-gemstone-price {
    font-size: 14px;
  }
  .tps-dia-detail-recent-gemstone-div img {
    height: auto;
    object-fit: contain;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
    justify-content: center;
  }
  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn{
    border: none !important;
    outline: none !important;
  }
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section.tps-advance-toggle .tps-gemstonelist-filter-col:not(:last-child){
    margin-bottom: 40px;
  }
  .tps-count-view{
    display: flex;
    align-items: baseline;
    justify-content: center;
    grid-gap: 5px;
  }
  .tps-gemstonelist-mfilter-title a{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .tps-dia-detail-gallery .slick-arrow,
  .tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow .tps-gemstonelist-animated-background{
    display: none !important;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
    text-align: left !important;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list{
    justify-content: flex-start !important;
  }
  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect {
    position: absolute !important;
    margin-left: unset !important;
  }
  .tps-gemstonelist-applied-filters{
    background-color: var(--site-color-15) !important;
    padding: 10px 10px !important;
  }
  .tps-page-loose-gemstone-gemstone_detail .tps-loose-gemstone-breacrum {
    margin: 25px 0px 10px;
  }
  .tps-dia-detail-meta .tps-dia-detail-share ul li a{
    justify-content: center;
  }
  .tps-dia-detail-shipping:before{
    display: inline-block;
    float: left;
  }
  .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days{
    display: inline-block;
    max-width: 260px;
  }
  .tps-dia-detail-row .tps-dia-detail-gallery{
    margin: 0px auto 20px;
  }
  .tps-gemstonelist-filter-show-result button:focus{
    background-color: var(--site-primary-color);
  }
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal{
    max-width: 300px;
  }
  .tps-gemstonelist-mfilter-title a:active,
  .tps-gemstonelist-mfilter-title a:hover{
    color: #fff;
  }
  .tps-gemstonelist-filter-range .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
    line-height: 16px;
  }

  .tps-gemstonelist-item-not-found-wrapper .tps-loose-gemstone-reset-filter-confirm-yes-btn:after{
    bottom: 0;
  }
  .tps-gemstonelist-item-not-found-wrapper .tps-gemstonelist-item-not-found-title{
    font-size: 14px;
    line-height: 24px;
  }
  .tps-gemstonelist-item-not-found-wrapper {
      padding: 0px 15px;
  }
}


@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-multiple.tps-gemstonelist-filter-color ul{
   grid-gap: 5px 5px;
 }

 .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div{
   width: 100%;
 }
 .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
   width: 80%;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div{
    height: 200px;
 }
 .tps-gemstonelist-applied-filters, 
 .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div{
  padding: 15px 0px;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span{
   font-size: 14px;
   line-height: 14px;
 }
 .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
  padding: 5px 4px 5px;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title{
    font-size: 16px;
    text-align: center;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect{
    position: unset;
    margin-left: unset;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list{
    padding-right: 0px;
    justify-content: center;
 }
 .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 10px;
 }
 .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option{
  grid-gap: 9px 10px;
 }
 .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 .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 ul li a, 
  .tps-dia-detail-days .tps-dia-detail-shipping-title{
    font-weight: 400;
  }
  .tps-loose-gemstone-main-container {
    padding: 0px 15px;
 }
 .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(--site-primary-color);
   width: 30px;
   height: 30px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 }
 .tps-ringbuilder-breacrum .tps-ringbuilder-breacrum-item a,
  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn{
    font-weight: 300;
  }
}
@media(max-width:580px){
  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper{
    width: 100%;
 }
 .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset{
    margin-inline: unset !important;
    position: unset;
 }
 .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: 65px !important;
    height: 65px !important;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li {
    width: 32% !important;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li:nth-child(1), 
.tps-dia-detail-meta .tps-dia-detail-share ul li:nth-child(2){
  width: 32%;
}
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left{
  width:50%;
}
.tps-dia-detail-gallery-loader .timeline-item{
  height: 375px;
}
.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;
  padding: 30px 15px;
}

.tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr{
  width: 80%;
  max-width: 100%;
}

.tps-simillar-product-loader .tps-gemstonelist-animated-list,
.tps-recent-product-loader .tps-gemstonelist-animated-list{
    grid-template-columns: 1fr ;
 }
 .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: auto;
 }
 .tps-dia-detail-shipping{
  text-align: center;
 }
 .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-meta{
   height: auto;
 }
 
 .tps-dia-detail-meta .tps-dia-detail-share ul li{
    justify-content: left;
 }
 .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;
 }
  .tps-dia-detail-recent-gemstones-wrapper, .tps-dia-detail-recent-gemstones-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;
  }
  .tps-gemstonelist-top-tab ul{
    max-width: 80%;
  }
  .tps-gemstonelist-filter-cr{
    width: 100%;
  }
  span.tps-gemstonelist-header-viewed-tab-count,
  span.tps-gemstonelist-header-compare-tab-count,
  span.tps-gemstonelist-header-tab-count{
  display: block;
  padding-top: 5px;
  }
  #content{
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab{
    grid-gap: 3px;
  }
  .tps-dia-detail-meta .tps-dia-detail-share ul{
     max-width: 100% !important;
  }
  .tps-diamod-detail-spinner-grid-container .tps_grid_meta_section{
    height: 10px;
  } 
  .tps-dia-detail-gallery-loader .tps_grid_animated-background{
    height: 400px;
  }
  .tps-dia-detail-gallery-loader .tps_grid_animated-background{
    height: 80%;
  }
  .tps-diamod-detail-spinner-grid-container .tps_grid_animated-background{
    width: 95%;
  }
}

@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-dia-detail-meta .tps-dia-detail-share ul li:nth-child(1), .tps-dia-detail-meta .tps-dia-detail-share ul li:nth-child(2) {
    width: 32%;
  }
  .tps-dia-detail-meta .tps-dia-detail-share ul li {
    width: 35%;
  }
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul{
    grid-template-columns: 1fr;
 }
 .tps-gemstonelist-filter-cr {
  width: 100%;
}
.tps-gemstonelist-top-tab ul {
  max-width: 95%;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div {
  height: 235px;
}
.tps-gemstonelist-top-tab ul li a{
  font-size: 13px;
  padding: 6px 0px;
}
.tps-gemstonelist-top-tab ul {
  max-width: 98%;
  grid-gap: 0px 10px;
}
.tps-gemstonelist-top-tab ul li {
  margin-bottom: 12px;
}
.tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr{
  max-width: 100%;
  width: 95%;
  padding: 15px 15px 20px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-shape ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-column-gap: 1%;
  grid-row-gap: 10px;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li{
    width: 24%;
}
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-filter-range .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li{
  padding-inline: 5px;
}
.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-remove{
  margin-top:0px;
}
.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h1{
  font-size: 20px;
  line-height: 30px;
}
.tps-dia-detail-meta .tps-dia-detail-button button{
  max-width: 100%;
}
.tps-loose-gemstone-breacrum .tps-loose-gemstone-breacrum-item, 
.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn, 
.tps-dia-detail-meta .tps-dia-detail-share ul li a, 
.tps-dia-detail-shipping {
    font-size: 13px;
    line-height: 20px;
}
.tps-dia-detail-meta .tps-dia-detail-share ul li a{
  grid-gap: 3px;
}
.tps-dia-detail-sub-info-wrapper ul{
  grid-gap: 10px;
}
.tps-dia-detail-sub-info-wrapper ul li::after{
  right: -5px;
}

}

@media(max-width:390px){
 .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe{
    width: 330px !important;
    height: 330px !important;
    min-height: 330px !important;
 }

 .tps-loose-gemstone-form-popup .tps-loose-gemstone-form-popup-cr{
  max-width: 355px;
  width: 355px;
}

}
/*Transpacific software --- End*/