/*Transpacific software --- diamond listing filter*/
:root {
  --site-property-loader-color: #dddddd;
  --site-property-loader-bg-color: #f6f7f8;
  --site-property-loader-bg-color2: #e7e7e966;
  --tps-box-shadow-color: #00000029;
/*  --font-body-family: 'Noto Sans';
  --font-header-family: 'Cormorant Garamond';*/
}

a {
  text-decoration: none;
}

input:focus-visible,
a:focus {
  outline: none !important;
  background-color: transparent;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  white-space: normal;
}

.tps-loose-gemstone-main-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 15px;
}

.tps-loose-gemstone-cbutton {
  width: 100%;
  background-color: var(--primary-site-color);
  color: var(--site-white-color);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-gemstonelist-container h1.tps-gemstonelist-h1-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.tps-gemstonelist-top-tab ul {
  display: flex;
  justify-content: center;
  align-content: center;
  grid-gap: 0px 1%;
  list-style: none;
  margin: 20px 0px 40px 0px;
  border-bottom: 1px solid var(--site-color-4);
}

.tps-gemstonelist-top-tab ul li a {
  text-transform: capitalize;
  font-family: 'Noto Sans';
  font-weight: 500;
  padding: 10px;
  display: flex;
  font-size: 18px;
  line-height: 26px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  color: var(--site-color-5);
  border-radius: 2px;
  position: relative;
  align-items: center;
  column-gap: 5px;
}

.tps-gemstonelist-top-tab ul li a::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
}

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

.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-gemstones a::before {
  background-position: -21px -585px;
}

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

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

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

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

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

.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-natural-coloured-gemstones.active a::before {
  background-position: -139px -528px;
}

.tps-gemstonelist-top-tab ul li.tps-gemstonelist-tab-lab-coloured-gemstones.active a::before {
  background-position: -198px -528px;
}

.tps-dia-detail-meta .tps-dia-detail-price span.tps-dia-detail-price-sub-txt {
  color: var(--site-text-black-color);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 10px;
}

.tps-gemstonelist-top-tab ul li.active a {
  color: var(--site-text-black-color);
  border-bottom: 2px solid var(--site-text-black-color);
}

.tps-gemstonelist-filter-cr {
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.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: 'Noto Sans';
  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: 7px;
  right: 0;
}

.tps-gemstonelist-filter-reset.tps-loose-gemstone-reset-parent.desktop {
  background: var(--site-white-color);
  padding: 0 0 0 20px;
}

.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset button.tps-gemstonelist-filter-reset-btn {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  position: relative;
  transition: width 2s;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
}

.tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset button.tps-gemstonelist-filter-reset-btn:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  margin-right: 3px;
  background-position: -428px -117px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row {
  display: flex;
  align-content: center;
  grid-gap: 30px 4%;
  flex-wrap: wrap;
  padding: 0 10px 10px 10px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col {
  flex-wrap: wrap;
  width: 48%;
  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.active {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  animation: scale-display 3s;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-gemstone_type {
  width: 100%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title {
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Noto Sans';
  font-weight: 600;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  display: flex;
  align-content: center;
  color: var(--site-text-black-color);
  line-height: 13px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-title span.tps-gemstonelist-filter-comment {
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
  color: var(--site-color-5)
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-title .tps-gemstonelist-filter-in-icon {
  width: 12px;
  height: 12px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -380px -335px;
  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-gemstone_type ul {
  list-style: none;
  display: flex;
  margin: 0;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 10px 2%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li {
  position: relative;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
  position: relative;
  width: 6.5%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li .tps-gemstonelist-filter-option-label {
  font-family: 'Noto Sans';
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
  color: var(--site-text-black-color);
  width: fit-content;
  font-weight: 500;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label b {
  font-weight: normal !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape .tps-gemstonelist-filter-option-list-div li input,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type .tps-gemstonelist-filter-option-list-div li input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-family: 'Noto Sans';
  font-weight: 600;
  font-size: 14px;
  z-index: 9999;
  margin: 0;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input+span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input+span:before {
  content: '';
  width: 55px !important;
  height: 55px !important;
  display: block;
  margin: 0px auto 10px auto;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 50%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input+span:before {
  background: url(../images/gemstone-listing-images/gemstones-sprite-type.png);
  width: 45px !important;
  height: 45px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Garnet"]+span:before {
  background-position: -8px 2px !important;
}

.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: -56px 2px !important;
}

.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: -110px 2px !important;
}

.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: -162px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Moonstone"]+span:before {
  background-position: -214px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Alexandrite"]+span:before {
  background-position: -266px 2px !important;
}

.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: -319px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Peridot"]+span:before {
  background-position: -371px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Sapphire"]+span:before {
  background-position: -421px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Tourmaline"]+span:before {
  background-position: -474px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Topaz"]+span:before {
  background-position: -527px 2px !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row .tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-gemstone_type ul li input[value="Zircon"]+span:before {
  background-position: -582px 2px !important;
}


.tps-gemstonelist-filter-reset.tps-loose-gemstone-reset-parent.mobile {
  display: none;
}


.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input+span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input+span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input+span:after {
  content: '';
  width: 0%;
  height: 20px;
  background-color: var(--site-color-5);
  transition: width 0.5s;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 4px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input+span:after {
  bottom: -1px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[type="checkbox"]:checked+span {
  font-size: 12px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[type="checkbox"]:checked+span b {
  opacity: 1;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[type="checkbox"]:checked+span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input[type="checkbox"]:checked+span:after,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[type="checkbox"]:checked+span:after {
  width: 100%;
  background: transparent !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"]+span:before {
  background-position: -3px -678px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]+span:before {
  background-position: -162px -679px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]+span:before {
  background-position: -113px -678px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]+span:before {
  background-position: -389px -679px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]+span:before {
  background-position: -210px -679px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]+span:before {
  background-position: -252px -679px;
}

.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: -59px -679px;
}

.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: -300px -679px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Elongated Cushion"]+span:before {
  background-position: -4px -621px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Old European"]+span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="European Cut"]+span:before {
  background-position: -296px -576px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Old Miner"]+span:before {
  background-position: -139px -575px;
}

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

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Round"]:checked+span:before {
  background-position: -3px -736px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Asscher"]:checked+span:before {
  background-position: -162px -737px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Cushion"]:checked+span:before {
  background-position: -113px -736px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Emerald"]:checked+span:before {
  background-position: -389px -737px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Marquise"]:checked+span:before {
  background-position: -210px -737px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Oval"]:checked+span:before {
  background-position: -252px -737px;
}

.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: -59px -737px;
}

.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: -300px -737px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Elongated Cushion"]:checked+span:before {
  background-position: -60px -621px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Old European"]:checked+span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="European Cut"]:checked+span:before {
  background-position: -296px -622px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input[value="Old Miner"]:checked+span:before {
  background-position: -139px -622px;
}

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

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked+span:before,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input:checked+span:before {
  border: 1px solid var(--site-text-black-color);
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input:checked+span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li input:checked+span {
  color: var(--site-text-black-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: 'Noto Sans';
  font-weight: 600;
  color: var(--primary-site-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(--primary-site-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: 'Noto Sans';
  font-weight: 600;
  font-size: 14px;
}

.tps-gemstonelist-filter-multiselect .tps-gemstonelist-filter-group:first-child {
  border-left: 1px solid var(--primary-site-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-5);
  height: 3px;
  border: none;
  border-radius: 10px;
  margin: 7px 3px 24px 11px;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--primary-site-color) !important;
  box-shadow: none !important;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: var(--primary-site-color) !important;
  box-shadow: none !important;
  border-radius: 50%;
  border-color: var(--primary-site-color) !important;
  border-width: 4px !important;
}

.ui-slider .ui-slider-handle {
  background-color: var(--site-white-color) !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 6px;
  border: 1px solid var(--site-color-5);
  border-radius: 8px;
  width: 110px;
  font-size: 14px;
  color: var(--site-color-7);
  line-height: 16px;
  font-family: 'Noto Sans';
}

.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;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 500;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min {
  float: left;
  position: relative;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max span.tps-min-max-title,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min span.tps-min-max-title {
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--site-white-color);
  padding: 2px 0px;
  text-align: center;
  font-size: 10px;
  width: 52px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  font-weight: 500;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max {
  float: right;
  justify-content: end;
  position: relative;
}

.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options,
.tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options {
  display: flex;
  align-content: center;
  list-style: none;
  margin: 0px;
  justify-content: space-between;
}

.tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label {
  font-family: 'Noto Sans';
  font-size: 14px;
  color: var(--site-text-black-color);
  line-height: 14px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  font-weight: 400;

}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px 2%;
  margin-top: 10px;
  padding: 0 15px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
  text-align: center;
  color: var(--site-text-black-color);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category span.color-tag,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag {
  border: 1px solid var(--site-color-5);
  border-top: 0;
  padding-bottom: 5px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category span.color-tag:nth-child(1) {
  width: 70%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category span.color-tag:nth-child(2) {
  width: 50%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category span.color-tag:nth-child(3) {
  width: 20%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(1) {
  width: 22%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(2) {
  width: 20%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(3) {
  width: 25%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(4) {
  width: 15%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(5) {
  width: 8%;
}

.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-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-treatment .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-origin .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
.tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li {
  width: 20%;
}

.tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-step-tick-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-step-tick-wrapper .tps-gemstonelist-filter-slider-step-tick {
  position: absolute;
  height: 7px;
  border-right: 2px solid var(--site-white-color);
  z-index: 2;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  width: 100%;
  grid-gap: 10px 1%;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-quick_ship .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-real_view .tps-gemstonelist-filter-option-list-div {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  width: 100%;
}

.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li,
.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
  width: 18%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
}

.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
  width: 24%;
}

.tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div li {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
}

.tps-gemstonelist-filter-real_view .tps-gemstonelist-filter-option-list-div li {
  width: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
  margin-top: 6px;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex .tps-gemstonelist-filter-option-list-div li {
  width: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-quick_ship .tps-gemstonelist-filter-option-list-div li {
  width: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0px;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-looking li input,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-quick_ship li input,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex li input,
.tps-gemstonelist-filter-real_view li input,
.tps-gemstonelist-filter-report li input,
.tps-gemstonelist-filter-origin li input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label {
  padding-left: 30%;
  line-height: normal;
}

.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-label {
  padding-left: 18%;
  line-height: normal;
}

.tps-gemstonelist-filter-report li input[type=checkbox]+span:after,
.tps-gemstonelist-filter-origin li input[type=checkbox]+span:after {
  content: '';
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid var(--site-color-5);
}

.tps-gemstonelist-filter-report li input[type=checkbox]:checked+span:after,
.tps-gemstonelist-filter-origin li input[type=checkbox]:checked+span:after {
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--primary-site-color) !important;
  background-position: -44px -156px !important;
  border: 1px solid var(--primary-site-color);
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex li.tps-gemstonelist-filter-option-li.tps-gemstonelist-filter-option-3ex span.tps-gemstonelist-filter-option-label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

.tps-gemstonelist-filter-looking li.tps-gemstonelist-filter-option-li span.tps-gemstonelist-filter-option-label {
  font-size: 16px;
  text-align: center;
  border: 1px solid var(--primary-site-color);
  padding: 6px 15px;
  border-radius: 5px;
}

.tps-gemstonelist-filter-looking li.tps-gemstonelist-filter-option-li.active span.tps-gemstonelist-filter-option-label {
  background-color: var(--primary-site-color);
  color: var(--site-white-color);
}

.tps-gemstonelist-filter-quick_ship li.tps-gemstonelist-filter-option-yes span.tps-gemstonelist-filter-option-yes,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-video span.tps-gemstonelist-filter-option-video,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-image span.tps-gemstonelist-filter-option-image {
  position: relative;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex li.tps-gemstonelist-filter-option-li.tps-gemstonelist-filter-option-3ex span.tps-gemstonelist-filter-option-label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid var(--site-color-8);
  top: 2px;
  left: 0px;
}

.tps-gemstonelist-filter-quick_ship li.tps-gemstonelist-filter-option-yes span.tps-gemstonelist-filter-option-yes:after,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-video span.tps-gemstonelist-filter-option-video:after,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-image span.tps-gemstonelist-filter-option-image:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid var(--site-color-8);
  top: -10px;
  left: 0px;
}

.tps-gemstonelist-filter-quick_ship li.tps-gemstonelist-filter-option-yes span.tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-video span.tps-gemstonelist-filter-option-label,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-image span.tps-gemstonelist-filter-option-label {
  font-size: 0px;
  width: 20px;
  height: 20px;
  margin-left: 25px;
}

.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-video span.tps-gemstonelist-filter-option-label {
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -295px -471px;
}

.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-image span.tps-gemstonelist-filter-option-label {
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -386px -470px;
}

.tps-gemstonelist-filter-quick_ship li.tps-gemstonelist-filter-option-yes span.tps-gemstonelist-filter-option-label {
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -339px -471px;
}

.tps-gemstonelist-filter-quick_ship li.tps-gemstonelist-filter-option-yes.active span.tps-gemstonelist-filter-option-yes:before,
.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex li.tps-gemstonelist-filter-option-li.tps-gemstonelist-filter-option-3ex.active span.tps-gemstonelist-filter-option-label:before,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-video.active span.tps-gemstonelist-filter-option-video:before,
.tps-gemstonelist-filter-real_view li.tps-gemstonelist-filter-option-image.active span.tps-gemstonelist-filter-option-image:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: -10px;
  left: 0px;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -17px -156px;
}

.tps-gemstonelist-filter-col.tps-gemstonelist-filter-3ex li.tps-gemstonelist-filter-option-li.tps-gemstonelist-filter-option-3ex.active span.tps-gemstonelist-filter-option-label:before {
  top: 2px;
}

.tps-gemstonelist-advance-btn-div {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--site-color-5);
}

.tps-gemstonelist-advance-btn-wrapper {
  position: relative;
}

.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: var(--site-white-color);
  border: 0px solid transparent;
  text-transform: capitalize;
  color: var(--site-text-black-color);
  letter-spacing: normal;
  font-weight: 600;
  font-size: 16px;
  padding: 0px;
  border: 0 !important;
  top: 10px;
  padding: 0 20px;
}

.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:after {
  content: '';
  display: block !important;
  width: 16px;
  height: 13px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  margin-top: 0;
  margin-left: 2px;
  background-position: -258px -533px;
}

.tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn.tps-up-arrow:after {
  background-position: -314px -533px;
}

.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-warn-msg {
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'Noto Sans';
  color: var(--site-color-10);
  position: absolute;
  bottom: -26px;
  left: 0;
}

.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input {
  width: 100%;
  max-width: 460px;
  border: 1px solid var(--primary-site-color);
  box-shadow: none;
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 0;
}

.tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input:focus {
  border-color: var(--primary-site-color);
}

.tps-gemstonelist-filter-search_certificate button {
  width: 100%;
  max-width: 105px;
  font-family: 'Noto Sans';
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--site-white-color);
  background-color: var(--primary-site-color);
  border: 1px solid var(--primary-site-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(--primary-site-color);
  color: var(--primary-site-color);
  border: 1px solid var(--primary-site-color) !important;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section {
  margin-top: 40px;
  padding-bottom: 50px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section.tps-advance-toggle .tps-gemstonelist-filter-col {
  display: flex;
  animation: scale-display 2s;
}

.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 7px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist-li {
  display: flex;
  align-items: center;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option-sublist {
  list-style: none;
  margin: 0px;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filters-unselect {
  margin-left: auto;
  font-size: 14px;
  font-family: 'Noto Sans';
  font-weight: 600;
  line-height: 14px;
  color: var(--site-text-black-color);
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: -33px;
  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: 20px;
  height: 20px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -17px -332px;
  margin-top: 0;
  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-icon.svg);
  margin-top: 0;
  margin-left: 4px;
  background-position: -153px -161px;
  color: transparent;
  cursor: pointer;
}

.tps-gemstonelist-applied-filters {
  padding: 7px 5px 4px;
  background: transparent;
  margin-bottom: 0px;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-type-label {
  font-size: 14px;
  font-family: 'Noto Sans';
  font-weight: 600;
  line-height: 14px;
  color: var(--site-text-black-color);
  margin-top: -2px;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-sublist .tps-gemstonelist-applied-filter-option-label {
  font-size: 14px;
  font-family: 'Noto Sans';
  line-height: 14px;
  color: var(--site-text-black-color);
  cursor: pointer;
  font-weight: 400;
}

.tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div {
  position: absolute;
  width: 215px;
  right: 0;
  background-color: var(--site-text-black-color);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 99991;
  top: 27px;
  text-align: center;
}

.tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--site-text-black-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: 'Noto Sans';
  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: 'Noto Sans';
  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-text-black-color);
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title {
  font-size: 15px;
  color: var(--site-text-black-color);
  line-height: 15px;
  font-family: 'Noto Sans';
  font-weight: 600;
  margin-bottom: 13px;
  display: block;
}

.tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list .tps-gemstonelist-applied-filter-option:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--site-color-7);
  position: absolute;
  right: -6px;
  top: 50%;
  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: 'Noto Sans';
  color: red;
  margin-top: 25px;
}

/*end*/
/*detail page*/
.tps-dia-detail-cr .tps-dia-detail-row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 50px;
}

.tps-dia-detail-row .tps-dia-detail-gallery {
  width: 58%;
  margin-right: 2%;
  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 !important;
  text-transform: capitalize;
  color: var(--site-text-black-color);
  margin-bottom: 20px;
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
  font-weight: normal;
}

.tps-dia-detail-sub-descr-wrapper p.tps-dia-detail-sub-descr {
  font-size: 14px;
  line-height: normal;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  font-weight: 500;
}

.tps-dia-detail-meta .tps-dia-detail-price {
  font-family: 'Noto Sans';
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  color: var(--site-text-black-color);
  font-weight: 500;
}

.tps-slash-price,
.tps-seDetailc-slash-price {
  position: relative;
  color: var(--site-color-5);
}

.tps-slash-price:after,
.tps-seDetailc-slash-price:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid var(--site-color-5);
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tps-dia-detail-meta .tps-dia-detail-price span.tps-dia-detail-pricevalue {
  font-weight: 600;
}

.tps-dia-detail-meta .tps-dia-detail-button {
  margin: 25px 0px 25px 0px;
  width: 100%;
}

.tps-dia-detail-meta .tps-dia-detail-button button {
  margin-bottom: 0px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  justify-content: space-between;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li a,
.tps-dia-detail-meta ul.tps-dia-detail-share li button {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  cursor: pointer;
  color: var(--site-text-black-color);
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans';
  position: relative;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
}

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

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-wish button:before {
  background-position: -161px -186px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-wish.active button:before {
  background-position: -202px -188px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-dh button:before {
  background-position: -212px -157px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-em button:before {
  background-position: -112px -254px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-ph a:before {
  background-position: -63px -255px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-loading a:before {
  background-image: url(../images/common-images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.tps-dia-detail-shipping {
  font-family: 'Noto Sans';
  font-size: 14px;
  color: var(--site-text-black-color);
  line-height: normal;
  margin: 16px 0px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
  font-weight: 500;
}

.tps-dia-detail-shipping:before {
  content: '';
  width: 32px;
  height: 20px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  margin-right: 2px;
  background-position: -9px -260px;
}

.tps-dia-detail-shipping.tps-dia-detail-days:before {
  background-position: -9px -260px;
}

.tps-dia-detail-spacification {
  margin: 30px 0px 50px;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid var(--site-color-5);
  border-top: 1px solid var(--site-color-5);
}

.tps-dia-detail-spacification .tps-dia-detail-stitle {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

.tps-dia-detail-spacification span.tps-dia-detail-stitle.tps-tab-arrow:after {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -83px -164px;
  margin-top: 6px;
  position: absolute;
  right: 0;
}

.tps-dia-detail-spacification span.tps-dia-detail-stitle.tps-tab-arrow.tps-arrow-up:after {
  background-position: -315px -533px;
}

.tps-dia-detail-spacification span.tps-dia-detail-stitle.tps-tab-arrow.tps-arrow-down:after {
  background-position: -259px -533px;
}

.tps-dia-detail-spacification span,
.tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title {
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: transparent;
  width: fit-content;
  text-align: left;
  font-weight: 600;
}

.tps-dia-detail-spacification .tps-dia-detail-scol-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr {
  display: flex;
  padding: 0px 10px 10px 10px;
  flex-direction: column;
  border-bottom: 1px solid var(--site-color-5);
}

.tps-dia-detail-spacification .tps-dia-detail-sattr:nth-child(odd) {
  background-color: transparent;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left,
.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right {
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans';
  text-transform: unset !important;
  color: var(--site-text-black-color);
  text-align: left;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-left {
  width: 100%;
  text-align: left;
  font-weight: 600;
  line-height: 30px;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right {
  width: 100%;
  color: var(--site-color-7);
  font-weight: 500;
  text-align: left;
  font-size: 13px;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right a.tps-dia-detail-lab-certificate-link {
  color: var(--site-color-7) !important;
  font-weight: 500 !important;
  margin: 0;
}

.tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right a.tps-dia-detail-lab-certificate-link::after {
  background-color: var(--site-color-7) !important;
}

/*data table design start here tps*/
.tps-gemstonelist-data-cr {
  margin-top: 0px;
}

.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: 14px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--site-color-5);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  max-width: 1420px;
  background: var(--site-color-8);
  padding: 10px 15px;
  margin: auto;
  left: 0;
  right: 0;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent.sticky .tps-gemstonelist-result-view-switcher {
  right: 8px;
}

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

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line:nth-last-child(4)::after {
  content: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line {
  margin-left: auto;
  margin-right: 120px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line::after {
  left: auto;
  right: -9px;
  display: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .gemstone-listing-filters .tps-visited-gemstones-scroll-top-txt {
  width: auto;
  display: flex;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  color: var(--site-text-black-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .gemstone-listing-filters .tps-visited-gemstones-scroll-top-txt::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -67px -464px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .gemstone-listing-filters .tps-visited-gemstones-scroll-top-txt::after {
  content: '';
  width: 1px;
  height: 62%;
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--site-color-5);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button {
  margin-left: auto;
  margin-right: 120px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button span.tps-gemstone-listing-fields {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  border: 1px solid var(--site-text-black-color);
  background-position: -395px -421px;
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view {
  position: absolute;
  background: var(--site-white-color);
  padding: 10px;
  z-index: 9;
  width: 162px;
  left: auto;
  border: 1px solid var(--site-color-5);
  cursor: pointer;
  right: 0;
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view {
  position: relative;
  margin-bottom: 10px;
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view input {
  position: absolute;
  cursor: pointer;
  left: 0%;
  margin: 0;
  opacity: 0;
  top: 50%;
  z-index: 9;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view span {
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
  color: var(--site-text-black-color);
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid var(--site-text-black-color);
  top: 3px;
  left: 0px;
  border-radius: 5px;
}

.tps-gemstone-listing-add-list-fields-settings-button .popup-adding-filter-list-view .filter-list-view.active span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0px;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -16px -155px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher {
  display: flex;
  align-items: center;
  min-height: 30px;
  position: absolute;
  right: 0;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
}

.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-header-tab-count {
  position: relative;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab .tps-gemstonelist-animated-diamonds-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: 0;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"] {
  margin-right: unset;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label {
  display: block;
  width: 100%;
  text-align: center;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 34px !important;
  color: var(--site-text-black-color);
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
  font-weight: 500;
  margin-top: 20px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-header-tab.active span {
  color: var(--site-text-black-color);
  font-weight: 600;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type {
  width: 56px;
  height: 28px;
  overflow: hidden;
  color: var(--site-text-black-color);
  font-size: 14px;
  cursor: pointer;
  text-align: right;
  line-height: 24px;
  font-weight: 500;
  padding: 5px;
  border: 1px solid var(--site-text-black-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  left: 0;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(1):after {
  background-position: -424px -47px;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type:nth-child(2):after {
  background-position: -470px -47px;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type.active {
  cursor: default;
  background-color: var(--site-text-black-color);
  color: var(--site-white-color);
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type.active:nth-child(1):after {
  background-position: -424px -8px;
}

.tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type.active:nth-child(2):after {
  background-position: -470px -8px;
}

.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;
  justify-content: space-between;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper.sticky-list {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 48px;
  max-width: 1420px;
  left: 0;
  right: 0;
  margin: auto;
}

.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(--primary-site-color);
  border: 1px solid var(--primary-site-color);
  border-top-color: var(--site-white-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: uppercase;
  font-size: 15px;
  line-height: 15px;
  color: var(--site-white-color);
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans';
  font-weight: 500;
}

.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(odd) {
  background-color: var(--site-color-8);
}

.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: 24px;
  color: var(--site-text-black-color);
  padding: 15px 0px;
  font-family: 'Noto Sans';
  text-transform: capitalize;
  font-weight: 400;
}

.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(--primary-site-color);
  border-color: var(--site-white-color);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-result-grid-view-items-list li.tps-highlight-item{
   border-color: var(--primary-site-color);
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.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.tps-highlight-item:first-child {
  top: -40px;
}

.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-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.tps-gemstonelist-item-img-span:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/gemstone-listing-images/list-view-icons.svg);
  position: absolute;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-round-span:before {
  background-position: -10px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-asscher-span:before {
  background-position: -129px -10px;

}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-emerald-span:before {
  background-position: -235px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-heart-span:before {
  background-position: -345px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-marquise-span:before {
  background-position: -169px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-oval-span:before {
  background-position: -202px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-pear-span:before {
  background-position: -272px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-princess-span:before {
  background-position: -48px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-radiant-span:before {
  background-position: -236px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-cushion-span:before {
  background-position: -89px -10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item span.img-elongated-cushion-span:before {
  background-position: -389px -9px;
}


.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-position: -10px -50px;
}

.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-position: -89px -50px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-elongated-cushion-span:before {
  background-position: -389px -50px;
}

.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-position: -129px -50px;
}

.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-position: -235px -50px;
}

.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-position: -345px -50px;
}

.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-position: -169px -50px;
}

.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-position: -202px -50px;
}

.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-position: -272px -50px;
}

.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-position: -48px -50px;
}

.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-position: -236px -50px;
}


.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-european-cut-span:before,
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-european.cut-span:before {
  background-image: url(../images/gemstone-svg-images/European-Cut.svg);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-old-miner-span:before,
.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li span.img-old.miner-span:before {
  background-image: url(../images/gemstone-svg-images/Old-Miner.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.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-round-span:before {
  background-position: -10px -50px;
}

.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-position: -89px -50px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item.tps-highlight-item span.img-elongated-cushion-span:before {
  background-position: -89px -50px;
}

.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-position: -129px -50px;
}

.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-position: -235px -50px;
}

.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-position: -345px -50px;
}

.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-position: -169px -50px;
}

.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-position: -202px -50px;
}

.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-position: -272px -50px;
}

.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-position: -48px -50px;
}

.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-position: -236px -50px;
}

.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;
  cursor: pointer;
}

.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-text-black-color);
  background-color: var(--site-white-color);
  color: var(--site-text-black-color);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.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-icon.svg);
  background-position: -17px -156px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-view-span {
  position: relative;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list .tps-gemstonelist-item-view-span::after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -82px -151px;
}

.tps-loose-gemstone-btn {
  padding: 15px 20px 15px;
  font-family: 'Noto Sans';
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid var(--primary-site-color);
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 16px;
  background-color: var(--primary-site-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;
  cursor: pointer;
}

.tps-loose-gemstone-btn:focus {
  background-color: var(--primary-site-color) !important;
  border-radius: 0px;
  color: var(--site-white-color) !important;
  border: 1px solid var(--primary-site-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 {
  cursor: default;
}

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

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

.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: 35px 10px 35px;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}

.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-icon.svg);
  background-position: -129px -194px;
  transition: 0.5s ease !important;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-media {
  width: 30%;
  text-align: center;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table {
  width: 55%;
  display: inline-block;
  padding-left: 1%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group button {
  width: 100%;
}

.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(--primary-site-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: 90%;
  margin: auto;
  height: auto;
  display: block;
  margin-top: 16px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-ptitle {
  font-size: 18px;
  line-height: 22px;
  color: var(--site-text-black-color);
  margin: 12px 0px 10px;
  font-family: 'Noto Sans';
  font-weight: 500;
  text-transform: capitalize;
}

  .tps-gemstonelist-item-quick-view-info-col{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-price {
  font-size: 20px;
  line-height: 20px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row {
  display: flex;
  border-bottom: 1px solid transparent;
  width: 33.33%;
  flex-direction: column;
  margin-bottom: 10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row:nth-last-child(1) {
  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: 20px !important;
  color: var(--site-text-black-color) !important;
  font-family: 'Noto Sans';
  text-align: left !important;
  justify-content: left !important;
  text-transform: unset !important;
  padding: 2px 2px !important;
  transition: 0.3s ease;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-title {
  font-family: 'Noto Sans';
  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-7) !important;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-row span.tps-gemstonelist-item-quick-view-info-value.tps-lab-span {
  text-decoration: underline;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div {
  padding: 15px 0px;
  background: var(--site-white-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul {
      list-style: none;
    margin: 0px;
    display: flex;
    grid-gap: 20px 1.5%;
    padding-left: 0px;
    flex-wrap: wrap;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li {
      cursor: pointer;
    transition: .3s;
    position: relative;
    border: 1px solid var(--site-color-5);
}
.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li.tps-gemstonelist-result-grid-view-item, .tps-gemstonelist-animated-list .tps-gemstonelist-grid-pr {
    width: 23.8%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--site-white-color);
  padding: 10px 10px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999;
  max-width: 100%;
  cursor: default;
  cursor: default;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row:last-child {
  margin-bottom: 0;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span {
  font-size: 14px;
  line-height: 24px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  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%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-value.tps-lab-span {
  text-decoration: underline;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 4px;
  top: 5px;
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -130px -160px;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info .tps-gemstonelist-item-info-row span.tps-gemstonelist-item-info-label {
  font-family: 'Noto Sans';
  font-weight: 500;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info::-webkit-scrollbar {
  width: 4px;
  background-color: var(--site-color-8);
}

.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(--primary-site-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;
  text-align: center;
  height: auto;
}

.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 5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  min-height: 70px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data .tps-meta-data-item {
  position: relative;
  color: var(--site-text-black-color);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  width: 30%;
  border-left: 1px solid var(--site-color-5);
  padding-left: 10px;
  row-gap: 5px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data .tps-meta-data-item:nth-child(1) {
  padding-left: 0;
  border-left: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data span {
  color: var(--site-color-7);
  font-weight: 400;
  display: block;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data span {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: var(--site-color-7);
  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-color-5);
  position: absolute;
  right: -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 {
  color: var(--site-text-black-color);
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 15px;
  display: block;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-title h2+h2 {
  display: none;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data 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: 28px;
  color: var(--site-text-black-color);
  font-family: 'Noto Sans';
  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-4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div span.tps-gemstonelist-media-loader {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../images/common-images/loader.gif);
  z-index: 999 !important;
  right: 0;
  margin: auto;
  top: 50% !important;
  left: 0% !important;
  transform: translate(-50%, -50%);
  position: absolute;
}

.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: 10px;
  right: 10px;
  z-index: 99;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul {
  display: grid;
  grid-gap: 7px 5px;
  grid-template-columns: 1fr;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li {
  box-shadow: none;
  width: 45px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-info-span ul li span {
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg), var(--site-white-color);
  border: 1px solid var(--site-white-color);
  border-radius: 50%;
  box-shadow: 0 2px 4px #00000029;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-360-video-icon-span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-360-video-icon-span span.tps-gemstonelist-item-video-icon {
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -433px -464px;
  background-color: var(--site-white-color);
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 17%;
  top: 18%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-badget-span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  z-index: 99;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-badget-span .tps-gemstonelist-item-badget-span-list {
  display: flex;
  grid-gap: 10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-badget-span .tps-gemstonelist-item-badget-span-list .tps-gemstonelist-result-badget-info {
  background-color: var(--site-white-color);
  padding: 5px 8px;
  font-size: 12px;
  color: var(--primary-site-color);
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-quick-ship {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: var(--site-white-color);
  z-index: 99;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-result-grid-quick-ship span.tps-gemstonelist-result-quick-ship {
  background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -255px -586px;
  background-color: var(--site-white-color);
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: block;
}

.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: -163px -187px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input+span {
  background-position: -309px -188px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info span {
  background-position: -243px -189px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-wishlist.active span {
  background-position: -201px -187px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare input[type="checkbox"]:checked+span {
  background-position: -349px -188px;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info.active span {
  background-position: -240px -188px;
}

.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-wrapper {
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 14px;
  line-height: 25px;
  color: var(--site-text-black-color);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid var(--site-text-black-color);
  padding: 0px 10px;
  padding-inline: 15px;
}

.tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

/*loader design*/
/*Transpacific software --- loader design*/
.tps-gemstonelist-data-cr {
  position: relative;
}

.animation-spin {
  animation-name: spin;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.timeline-item {
  background: 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: var(--site-property-loader-bg-color);
  background: linear-gradient(to right, var(--site-property-loader-color) 8%, var(--site-property-loader-bg-color2) 18%, var(--site-property-loader-color) 33%);
  background-size: 900px 204px;
  height: 50px;
  position: relative;
}

.tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  margin: 0px 0px 10px 0px;
}

.tps-gemstonelist-result-list-view-loader.tps-col-count-10 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-result-list-view-loader.tps-col-count-11 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-result-list-view-loader.tps-col-count-12 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.tps-gemstonelist-result-list-view-loader.tps-col-count-13 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tps-gemstonelist-result-list-view-loader.tps-col-count-10 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background:last-child,
.tps-gemstonelist-result-list-view-loader.tps-col-count-11 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background:last-child,
.tps-gemstonelist-result-list-view-loader.tps-col-count-12 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background:last-child,
.tps-gemstonelist-result-list-view-loader.tps-col-count-13 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background:last-child {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
}
.tps-gemstonelist-result-list-view-loader.tps-col-count-10 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-view,
.tps-gemstonelist-result-list-view-loader.tps-col-count-11 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-view,
.tps-gemstonelist-result-list-view-loader.tps-col-count-12 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-view,
.tps-gemstonelist-result-list-view-loader.tps-col-count-13 .tps-gemstonelist-spinner-list-container .tps-gemstonelist-animated-list .tps-gemstonelist-animated-background.tps-gemstonelist-view {
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin: auto;
}

.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: var(--site-property-loader-bg-color);
  background: linear-gradient(to right, var(--site-property-loader-bg-color2) 8%, var(--site-property-loader-color) 18%, var(--site-property-loader-bg-color2) 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-result-grid-view-loader.tps-bottom-loader {
  margin-top: 20px;
}

.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-icon.svg);
  transition: 0.3s ease;
  cursor: pointer;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-up-arrow {
  background-position: -212px -242px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-down-arrow {
  background-position: -212px -228px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label {
  font-size: 15px;
  line-height: 24px;
  color: var(--site-text-black-color) !important;
  font-family: 'Noto Sans';
  font-weight: 600;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-black-color);
  padding: 0px;
  border-radius: 0px;
  font-family: 'Noto Sans';
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: transparent;
  background-image: url(../images/common-images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;
  cursor: pointer;
  border: none;
  width: 150px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background-position: 96% 3px;
  border-bottom: 1px solid var(--site-text-black-color);
  padding-left: 5px;
}

.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-color .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-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;
  justify-content: space-between;
}

.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-color .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-treatment .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-intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
  font-family: 'Noto Sans';
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin: auto;
  position: relative;
  padding-bottom: 0px;
  cursor: pointer;
  color: var(--site-text-black-color);
  width: 100%;
  font-weight: 400;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-intensity .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-origin .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"]:checked+span,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li input[type="checkbox"]:checked+span {
  border-color: var(--primary-site-color);
  font-weight: 500;
  color: var(--primary-site-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 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-color .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-treatment .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-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 {
  width: 12.5%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
  height: auto;
  width: 10%;
}

.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-treatment .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-intensity .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
  width: 20%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div {
  margin: 0;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input+span:before {
  content: '';
  width: 35px !important;
  height: 35px !important;
  display: block;
  margin: 0px auto 9px auto;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 50%;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Blue"]+span:before {
  background-position: -8px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Purple"]+span:before {
  background-position: -56px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Pink"]+span:before {
  background-position: -109px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Yellow"]+span:before {
  background-position: -318px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Green"]+span:before {
  background-position: -212px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Black"]+span:before {
  background-position: -264px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Orange"]+span:before {
  background-position: -319px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Brown"]+span:before {
  background-position: -57px -59px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Red"]+span:before {
  background-position: -373px -9px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Gray"]+span:before {
  background-position: -8px -59px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="Violet"]+span:before {
  background-position: -108px -59px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input[value="White"]+span:before {
  background-position: -162px -59px;
}

.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li input:checked+span:before {
  border: 1px solid var(--site-text-black-color);
}

.tps-dia-detail-gallery .slick-arrow:before {
  display: none;
}

.tps-dia-detail-gallery .slick-arrow {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  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;
}

.tps-dia-detail-gallery .slick-arrow.slick-next {
  right: -25px;
}

.tps-dia-detail-gallery .slick-arrow.slick-prev {
  left: -25px;
}

.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-vertical-loader .tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow {
  display: none;
}

.tps-vertical-loader .tps-diamod-detail-spinner-grid-container .tps_grid_meta_section {
  position: relative;
  height: auto;
}

.tps-dia-detail-gallery .tps-vertical-loader .tps-seDetailc-spinner-row {
  bottom: auto;
  flex-direction: column;
  top: 0;
  width: 15%;
  margin-left: -100px;
}

.tps-vertical-loader .tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
  width: 75%;
  margin: auto;
}

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

.tps-dia-detail-gallery-thumbnail-horizontal .slick-current .tps-dia-detail-gallery-slide,
.tps-dia-detail-gallery-thumbnail-vertical .slick-current .tps-dia-detail-gallery-slide {
  border: 1px solid var(--primary-site-color);
}

.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 {
  margin-top: 20px;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: 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: 85%;
  margin-left: auto;
}

.tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical {
  width: 15%;
  float: left;
}

.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: 100%;
}

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

.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%;
  height: 90px;
  background: var(--site-white-color);
  position: absolute;
}

.tps-dia-detail-gallery .tps-seDetailc-spinner-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  grid-gap: 10px;
}

.tps-diamod-detail-spinner-grid-container .tps_grid_meta_section .tps_grid_meta_title {
  background: var(--site-property-loader-color);
  width: 70px;
  height: 70px;
  top: 10px;
  transform: none;
  left: 0;
  position: relative;
}

.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: 'Noto Sans';
  font-size: 25px;
  line-height: 25px;
  padding: 20px;
  color: var(--site-text-black-color);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  height: 300px;
  justify-content: center;
  border: 1px solid var(--site-text-black-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-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: 65px;
  margin-bottom: 20px;
}

.tps-dia-detail-sub-info-wrapper ul li {
  position: relative;
}

.tps-dia-detail-sub-info-wrapper ul li span {
  color: var(--site-text-black-color);
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans';
}

.tps-dia-detail-sub-info-wrapper ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--site-color-7);
  display: block;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
}

.tps-dia-detail-sub-info-wrapper ul li:nth-child(1)::after {
  content: none;
}

.tps-dia-detail-sub-info-wrapper ul li span {
  display: block;
  text-align: center;

}

.tps-dia-detail-sub-info-wrapper ul li span:nth-child(1) {
  font-weight: 600;
}

.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(--primary-site-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(--primary-site-color);
  box-shadow: 0 0 15px var(--primary-site-color);
}

.tps-dia-detail-gallery .tps-dia-detail-lab-certificate-link img {
  opacity: 0.5 !important;
}

.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-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-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-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-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: relative;
  top: 0;
  left: 0;
  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-text-black-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-color-5);
  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-color-5);
}

.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-color-5);
  outline: none;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px var(--tps-box-shadow-color);
  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-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: 500px;
}

.tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-drop-hint button:before {
  background-position: -161px -256px;
}

.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: 'Noto Sans';
  font-weight: 300;
  color: var(--primary-site-color);
}

.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn {
  padding: 10px 0px 10px 0px;
  background-color: transparent !important;
  font-family: 'Noto Sans';
  color: var(--site-text-black-color) !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  display: flex;
  border: none;
}

.tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn::before {
  content: '';
  width: 19px;
  height: 14px;
  display: block;
  background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
  background-position: -48px -229px;
  margin-top: 5px;
  transform: none;
}

@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(--primary-site-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(--primary-site-color);
  font-family: 'Noto Sans';
  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: 'Noto Sans';
  color: var(--primary-site-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-color-5);
}

.tps-loose-gemstone-banner .tps_loose_banner_heading h1 {
  color: var(--site-color-5);
  font-size: 35px;
  line-height: 30px;
  font-family: 'Noto Sans';
  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%;
}

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 {
  cursor: default;
}

.tps-gemstonelist-header-tab span.tps-gemstonelist-header-tab-count,
.tps-gemstonelist-header-tab span.tps-gemstonelist-header-compare-tab-count,
.tps-gemstonelist-header-tab span.tps-gemstonelist-header-viewed-tab-count {
  margin-left: 5px;
}

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

.tps-dia-detail-lab-certificate-link {
  position: relative !important;
  width: fit-content !important;
  display: block !important;
  font-weight: 600 !important;
  color: var(--site-text-black-color) !important;
  margin: auto;
}

.tps-dia-detail-lab-certificate-link::after {
  content: '' !important;
  width: 100% !important;
  height: 1px !important;
  background-color: var(--site-text-black-color) !important;
  display: block !important;
  transition: width 0.5s ease !important;
  position: absolute !important;
  left: 0px !important;
  bottom: 0px !important;
}

.tps-dia-detail-sattr-right .tps-dia-detail-lab-certificate-link {
  bottom: 3px !important;
}

.tps-dia-detail-sub-info-li .tps-dia-detail-lab-certificate-link::after {
  bottom: 2px !important;
}

.tps-dia-detail-similar-gemstones-wrapper .slick-arrow::before {
  display: none;
}

.tps-form-image-block .tps-form-img-loader {
  width: 100%;
  height: 250px;
}

.tps-form-image-block .tps-form-img-loader p {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  color: transparent;
}

.tps-form-image-block .tps-form-img-loader p::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/common-images/loader.gif);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tps-handle-content {
  height: auto !important;
}

/*recently viewed section*/
.tps-dia-detail-recent-gemstones-wrapper {
  margin-top: 30px;
}

.tps-dia-detail-recent-gemstones-wrapper .tps-dia-detail-recent-gemstones-title {
  display: block;
  font-family: 'Noto Sans';
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  color: var(--primary-site-color);
  margin-bottom: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--site-color-5);
  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: 'Noto Sans';
  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(--primary-site-color);
  font-family: 'Noto Sans';
  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-color-5);
}

.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-color-5);
  outline: none;
  color: transparent;
  cursor: pointer;
  box-shadow: 0 3px 6px var(--tps-box-shadow-color);
  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-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;
}

/*recently viewed section*/
.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-text-black-color) !important;
  color: var(--site-white-color) !important;
}

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

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

.load-more-container button#load-more {
  background-color: var(--site-white-color);
  border-radius: 50px;
  border: 1px solid var(--site-text-black-color);
  color: var(--site-text-black-color);
  font-size: 16px;
  padding: 0px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-bottom: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  top: 10px;
  background-image: url(../images/common-images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 94% 12px;
  z-index: 1;
}

.load-more-container span.tps-visited-gemstones-scroll-top-txt {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
}

.tps-gemstones-parent-load-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 8px 5px;
  margin-top: 50px;
  flex-direction: row;
  border-bottom: 1px solid var(--site-color-5);
  margin-bottom: 70px;
}

.tps-load-more-button-section button {
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border: 0;
  background: var(--site-white-color);
  text-align: center;
  display: flex;
  cursor: pointer;
  padding: 10px 30px;
  color: var(--site-color-5);
  border-radius: 20px;
  border: 1px solid var(--site-color-7);
  position: relative;
  z-index: 1;
}

/******************** detail page tiles gallery **************************/
.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-gallery-slide,
.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item {
  border: 1px solid #dddddd4f;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item canvas {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item img.tps-dia-detail-tiles-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

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

.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-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: 'Noto Sans';
  color: var(--primary-site-color);
  top: 0 !important;
  padding-left: 3px;
  width: 100%;
  display: block;
  text-align: center;
}

.tps-gemstonelist-video-iframe-div iframe.tps-gemstonelist-video-iframe {
  width: 100% !important;
  height: 100% !important;
}

button.slick-arrow.slick-disabled {
  opacity: 0.2;
}

/* dimond detils 4c section design */
.tps-four-cs-section {
  padding: 20px 0 0 !important;
  margin-top: 21px;
  border-top: 1px solid var(--site-color-4);
}

.tps-four-cs-section-content .tps-four-cs-carat-weight-section,
.tps-four-cs-section-content .tps-four-cs-color-section,
.tps-four-cs-section-content .tps-four-cs-cut-section,
.tps-four-cs-section-content .tps-four-cs-clarity-section,
.tps-four-cs-section-content .tps-four-cs-fancy-color-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-gap: 20px 10%;
  flex-wrap: wrap;
}

.tps-four-cs-section-content .tps-four-cs-carat-weight-section,
.tps-four-cs-section-content .tps-four-cs-cut-section {
  padding-bottom: 15px;
}

.tps-four-cs-section .tps-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 15px;
}

.tps-four-cs-carat-weight-section.odd .tps-sub-section-one {
  padding-bottom: 50px;
}

.tps-four-cs-section-content .tps-sub-section-one,
.tps-four-cs-section-content .tps-sub-section-two {
  width: 100%;
  max-width: 70%;
  margin: auto;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-two {
  max-width: 100%;
}

.tps-four-cs-section .tps-four-cs-section-heading h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: var(--site-text-black-color);
  font-family: 'Cormorant Garamond', 'EB Garamond', serif !important;
}

.tps-four-cs-section .tps-sub-section-heading p {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  font-family:'Cormorant Garamond', 'EB Garamond', serif  !important;
  margin: 0;
  color: var(--site-text-black-color);
  text-align: center;
  padding-bottom: 15px;
}

.tps-four-cs-section .tps-sub-section-heading p span {
  font-weight: 600;
}

.tps-four-cs-section .tps-sub-section-content p.tps-sub-section-content-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: 'Noto Sans';
  color: var(--site-text-black-color);
  text-align: center;
}

.tps-four-cs-section .tps-sub-section-content a.tps-sub-section-content-url {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration-line: underline;
  font-family: 'Noto Sans';
  color: var(--primary-site-color);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul {
  display: flex;
  margin: 48px 0 0;
  list-style-type: none;
  text-align: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul:after {
  content: "";
  background: var(--site-text-black-color);
  height: 2px;
  width: 100%;
  position: absolute;
  top: 8px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images {
  margin: 0 !important;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight-images li:after {
  content: none;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:after {
  content: "";
  position: absolute;
  background: var(--site-text-black-color);
  height: 8px;
  width: 2px;
  top: 0px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer:after {
  height: 8px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx .tps-carat-val {
  position: absolute;
  top: 9px;
  left: 3px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-value {
  border: none;
  font-size: 12px;
  position: relative;
  padding: 0;
  bottom: 0;
  height: auto;
  top: -40px;
  color: var(--primary-site-color);
  background: transparent;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-values:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-values:before {
  content: none;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx {
  display: block !important;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 12px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values:after,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:after {
  content: "";
  border-width: 12px;
  bottom: 26px;
  border-top-color: var(--primary-site-color);
  border-bottom-width: 0;
  z-index: 1;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:before {
  border-width: 12px;
  bottom: 28px;
  content: " ";
  border-top-color: var(--site-white-color);
  border-bottom-width: 0;
  z-index: 2;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:before {
  bottom: 41px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx:after {
  bottom: 40px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.pointer:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-site-color);
  position: absolute;
  z-index: 1;
  right: -5px;
  top: 3px;
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite none;
  border-color: var(--primary-site-color);
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 #13177a4d;
  }

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

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-pointer-bx {
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  padding: 6px 0 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon {
  position: relative;
  display: block;
  width: 100%;
  top: 0px;
  margin: auto;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon:before {
  content: "";
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 0px;
  left: 50% !important;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon:before {
  content: "";
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon:before {
  content: "";
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon:before {
  content: "";
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  top: 0;
  left: 50%;
  width: 75px;
  height: 50px;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-0-1:before {
  background-position: 3px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-0-5.tps-carat-icon:before {
  background-position: -34px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-1.tps-carat-icon:before {
  background-position: -79px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-2.tps-carat-icon:before {
  background-position: -131px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-3.tps-carat-icon:before {
  background-position: -186px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-4.tps-carat-icon:before {
  background-position: -244px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-5.tps-carat-icon:before {
  background-position: -307px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-6.tps-carat-icon:before {
  background-position: -375px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-7.tps-carat-icon:before {
  background-position: -445px -14px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-8.tps-carat-icon:before {
  background-position: -519px -13px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-9.tps-carat-icon:before {
  background-position: -596px -13px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-10.tps-carat-icon:before {
  background-position: -684px -11px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-D:before {
  background-position: -7px -79px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-E:before {
  background-position: -75px -79px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-F:before {
  background-position: -153px -80px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-G:before {
  background-position: -236px -78px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-H:before {
  background-position: -308px -79px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-I:before {
  background-position: -383px -79px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-J:before {
  background-position: -455px -77px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-K:before {
  background-position: -529px -77px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-L:before {
  background-position: -610px -77px;
}

/* fancy color */
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Yellow:before {
  background-position: -9px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Pink:before {
  background-position: -59px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Blue:before {
  background-position: -109px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Red:before {
  background-position: -160px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Green:before {
  background-position: -211px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Purple:before {
  background-position: -261px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Orange:before {
  background-position: -312px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Brown:before {
  background-position: -362px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Black:before {
  background-position: -411px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Gray:before {
  background-position: -463px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Violet:before {
  background-position: -563px -769px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-White:before {
  background-position: -511px -769px;
}

/*end*/

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-eye-clean:before {
  background-position: 5px -134px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-slightly-included:before {
  background-position: -214px -136px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-moderately-included:before {
  background-position: -506px -139px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-visibly-included:before {
  background-position: -588px -139px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-value {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  top: -30px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  top: -40px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-values {
  height: 17px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.33px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-fancy-color-value {
  top: -25px;
}

.tps-carat-value span {
  width: 100%;
  display: unset;
}

.tps-four-cs-section-content .tps-four-cs-carat-weight-section,
.tps-four-cs-section-content .tps-four-cs-color-section,
.tps-four-cs-section-content .tps-four-cs-cut-section,
.tps-four-cs-section-content .tps-four-cs-clarity-section {
  border-bottom: 1px solid var(--site-color-4);
  padding-bottom: 30px;
  margin: 20px 0;
}

.tps-four-cs-section-content .tps-four-cs-clarity-section {
  border-bottom: 0;
  margin-bottom: 20px;
}

.tps-sub-section-content .tps-cut-section-image {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.tps-sub-section-content .tps-cut-section-image img {
  width: 100%;
}

.tps-sub-section-one {
  padding-bottom: 32px;
}

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

.tps-gemstone-detail-banner-section .banner__heading {
  margin-bottom: 10px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--primary-site-color);
}

.tps-gemstone-detail-banner-section .banner__text.rte.body {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.tps-gemstone-detail-banner-section .banner__box {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tps-gemstone-detail-banner-section a.button.button--primary,
.tps-gemstone-detail-banner-section .tpb-book-button {
  border-radius: 6px;
  border: 1px solid var(--primary-site-color);
  background: transparent;
  color: var(--primary-site-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tps-four-cs-section {
  padding: 0 30px;
}

.tps-gemstone-detail-banner-section .button:after,
.tps-gemstone-detail-banner-section a.button:after,
.tps-gemstone-detail-banner-section a.button:before {
  content: none;
}

.tps-four-cs-section {
  padding: 0px;
}

.tps-gemstone-details-page-main-section.tps-gemstone-not-found {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-site-color);
  margin-bottom: 30px;
}

.tps-gemstone-details-page-main-section.tps-gemstone-not-found .tps-gemstone-not-found-message {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active.pointer .tps-carat-value {
  margin-top: 0px;
}

.tps-cut-section-image .tps-cut-section-image1 .tps-cut-value,
.tps-cut-section-image .tps-cut-section-image1.active .tps-cut-value {
  font-size: 14px;
  text-transform: uppercase;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-fancy-color-value,
.tps-cut-section-image .tps-cut-section-image1.active .tps-cut-value {
  font-weight: 600;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-color-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-value,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-fancy-color-value,
.tps-cut-section-image .tps-cut-section-image1.active .tps-cut-value {
  margin-bottom: 0;
  margin-top: 0;
}

.tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-ideal-excellent span.tps-cut-image,
.tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-faceted span.tps-cut-image {
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  width: 160px;
  height: 130px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-position: -12px -229px;
}

.tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-good span.tps-cut-image {
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  width: 160px;
  height: 130px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-position: -438px -229px;
}

.tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-very-good span.tps-cut-image {
  background-image: url(../images/gemstone-listing-images/4C-section-sprite.svg);
  width: 160px;
  height: 130px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-position: -223px -232px;
}

.tps-cut-section-image .tps-cut-section-image1.active {
  border: 1px solid var(--site-color-5);
  top: -36px;
  border-radius: 11px;
  background: var(--site-color-5);
  padding: 5px;
}

.tps-gemstone-gallery-vertical-thumb-slider,
.tps-gemstone-gallery-horizontal-thumb-slider {
  position: relative;
}

.tps_details_loader_gallery_left.vertical-thumb-slider.tps-gallery-loader-vertical-thumb-slider,
.tps_details_loader_gallery_left.horizontal-thumb-slider.tps-gallery-loader-horizontal-thumb-slider {
  position: absolute;
}

img.tps_image_desk_banner {
  display: none;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color.active:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs.active:before,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc.active:before {
  border: 1px solid transparent;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -30px;
  border-radius: 11px;
  background: var(--site-color-5);
  min-height: 115px;
  right: 0;
  z-index: 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx span,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-new-color span,
.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-clarity-val span {
  background: var(--site-color-4);
  border: 1px solid var(--site-text-black-color);
  color: var(--site-text-black-color);
  font-size: 12px;
  position: relative;
  padding: 4px;
  bottom: 20px;
  height: auto;
  top: -48px;
  width: 100%;
  display: block;
  min-width: 140px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--site-text-black-color);
  position: absolute;
  z-index: 1;
  right: -5px;
  top: 4px;
  border-radius: 50%;

  border-color: var(--site-text-black-color);
  min-height: auto;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul.tps-four-cs-carat-weight li.active:before {
  animation: blink 2s ease-in-out infinite none;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx .tps-carat-val span:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--site-white-color);
  position: absolute;
  z-index: 999999;
  right: 0;
  bottom: -9px;
  left: 36px;
  text-align: center;
  margin-right: auto;
  border: 1px solid var(--site-text-black-color);
  border-top: 0;
  border-left: 0;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx .tps-carat-val {
  position: relative;
  left: -10px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:nth-last-child(1).active .tps-carat-pointer-bx .tps-carat-val span {
  left: -45px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:nth-last-child(1).active .tps-carat-pointer-bx .tps-carat-val span:before {
  left: 80px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx span {
  background: var(--site-white-color);
  border: 1px solid var(--site-text-black-color);
  color: var(--site-text-black-color);
  font-size: 12px;
  position: absolute;
  padding: 4px 0px;
  bottom: 48px;
  height: auto;
  top: -98px;
  min-width: 105px;
}

.tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-values {
  position: relative;
  width: 55px;
}

.tps-gemstonelist-result-list-view-div {
  padding-top: 10px;
}

.entry-content {
  margin-top: 0px !important;
}

.tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group {
  height: 100%;
}

/* dimond detils 4c section design end */
.tps-four-cs-section .tps-four-cs-carat-weight-section,
.tps-four-cs-section .tps-four-cs-color-section,
.tps-four-cs-section .tps-four-cs-cut-section,
.tps-four-cs-section .tps-four-cs-clarity-section {
  max-width: 1180px;
  margin-inline: auto;
}

.tps-fix-row {
  border-bottom: none !important;
}

.tps-fixed-thumbnail .slick-track {
  transform: none !important;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item {
  position: relative;
}

.tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item .tps-360-video-loader::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/common-images/video.svg), #1b2a41a3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.container.grid-container#page {
  max-width: 100% !important;
}

.container.grid-container#page .site-content#content {
  flex-wrap: wrap;
  justify-content: center;
}

/*greek trantion start */

[lang=el] .tps-dia-detail-meta .tps-dia-detail-title {
  font-weight: 500;
}

[lang=el] .tps-dia-detail-shipping:before {
  width: 52px;
}

[lang=el] .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input {
  max-width: 451px;
}

[lang=el] .tps-gemstonelist-filter-search_certificate button {
  max-width: 120px;
}

[lang=el] .tps-gemstonelist-top-tab ul {
  max-width: 460px;
}

[lang=el] .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label {
  padding-left: 40%;
}

[lang=el] .tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div {
  min-width: 260px;
}

[lang=el] .tps-gemstonelist-result-view-switcher span.tps-gemstonelist-result-view-switcher-type {
  width: 80px;
}

[lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line {
  margin-right: 170px;
}

[lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
  width: 195px;
}

[lang=el] .load-more-container button#load-more {
  width: 200px;
  font-weight: 500;
}

[lang=el] .tps-dia-detail-meta .tps-dia-detail-title {
  font-weight: 500;
}

[lang=el] .tps-dia-detail-days .tps-dia-detail-shipping-title {
  padding-left: 5px;
}

[lang=el] h1,
[lang=el] h2,
[lang=el] h3,
[lang=el] h4,
[lang=el] h5,
[lang=el] h6,
[lang=el] b,
[lang=el] strong {
  font-weight: normal !important;
}

[lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li .tps-gemstonelist-item-meta-data .tps-meta-data-item {
  width: 22%;
}

[lang=el] .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-max span.tps-min-max-title,
.tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-min span.tps-min-max-title {
  width: 72px;
}

[lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button {
  margin-right: 170px;
}

/*greek trantion end */

.tps-dia-detail-gallery.mobile {
  display: none;
}

.tps-gemstonelist-video-iframe-div.tps-embed-media-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 3px;
}


@media (hover: hover) {
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li:hover {
    box-shadow: none;
    border: 1px solid var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li:hover input+span:after {
    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.tps-lab-span:hover {
    text-decoration: none;
  }

  a:hover {
    outline: none !important;
    background-color: transparent;
  }

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

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

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

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

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

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

  .tps-gemstonelist-top-tab ul li:hover a {
    color: var(--primary-site-color);
    border-bottom: 2px solid var(--primary-site-color);
  }

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

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset button:hover {
    text-decoration: underline;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-title .tps-gemstonelist-filter-in-icon:hover {
    background-position: -380px -335px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape 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: -3px -736px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Asscher"]+span:before {
    background-position: -162px -737px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Cushion"]+span:before {
    background-position: -113px -736px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Emerald"]+span:before {
    background-position: -389px -737px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Marquise"]+span:before {
    background-position: -210px -737px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Oval"]+span:before {
    background-position: -252px -737px;
  }

  .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: -59px -737px;
  }

  .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: -300px -737px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Elongated Cushion"]+span:before {
    background-position: -60px -621px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Old European"]+span:before,
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="European Cut"]+span:before {
    background-position: -296px -622px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[value="Old Miner"]+span:before {
    background-position: -139px -622px;
  }

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

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input+span:before {
    border: 1px solid var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input+span {
    color: var(--site-text-black-color) !important;
  }

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

  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn:hover {
    border: 0 !important;
    color: var(--site-text-black-color) !important;
    border-radius: 0px;
    background-color: var(--site-white-color) !important;
  }

  .tps-gemstonelist-filter-search_certificate button:hover {
    background-color: transparent;
    border-color: var(--primary-site-color);
    color: var(--primary-site-color);
    border: 1px solid var(--primary-site-color) !important;
  }

  .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-text-black-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 ul.tps-dia-detail-share li.tps-dia-detail-em:hover button:before {
    background-position: -112px -289px;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-ph:hover a:before {
    background-position: -63px -290px;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-wish:hover button:before {
    background-position: -199px -185px;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li.tps-dia-detail-drop-hint:hover button:before {
    background-position: -161px -291px;
  }

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

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-result-list-view-items-list li:hover {
    background-color: var(--primary-site-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-position: -10px -50px;
  }

  .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-position: -89px -50px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-list li.tps-gemstonelist-result-list-view-item:hover span.img-elongated-cushion-span:before {
    background-position: -389px -50px;
  }

  .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-position: -129px -50px;
  }

  .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-position: -235px -50px;
  }

  .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-position: -345px -50px;
  }

  .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-position: -169px -50px;
  }

  .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-position: -202px -50px;
  }

  .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-position: -272px -50px;
  }

  .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-position: -48px -50px;
  }

  .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-position: -236px -50px;
  }

  .tps-loose-gemstone-btn:hover {
    background-color: transparent !important;
    border-radius: 0px;
    color: var(--primary-site-color) !important;
    border: 1px solid var(--primary-site-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 -151px;
  }

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

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-close:hover {
    background-position: -93px -194px;
  }

  .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-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare:hover {
    border: none;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-wishlist:hover span {
    background-position: -201px -187px;
    ;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li.tps-gemstonelist-result-grid-compare:hover input+span {
    background-position: -349px -188px;
    cursor: pointer;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-info-span ul li.tps-gemstonelist-result-grid-info:hover span {
    background-position: -275px -189px;
  }

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

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li:hover .tps-gemstonelist-filter-option-label {
    color: var(--site-text-black-color);
  }

  .tps-dia-detail-gallery .slick-arrow,
  .tps-dia-detail-gallery .slick-arrow:hover {
    width: 14px;
    height: 20px;
    background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg) no-repeat -343px -158px !important;
  }

  .tps-dia-detail-gallery .slick-arrow.slick-next,
  .tps-dia-detail-gallery .slick-arrow.slick-next:hover {
    background-position: -362px -158px !important;
  }

  .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-text-black-color);
    box-shadow: none;
  }

  .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-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(--primary-site-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-text-black-color);
    box-shadow: none;
    width: 80px !important;
  }

  .tps-gemstonelist-filter-looking li.tps-gemstonelist-filter-option-li:hover span.tps-gemstonelist-filter-option-label {
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li:hover input+span:before {
    border: 1px solid var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-color ul li:hover input+span:after {
    width: 100%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button span.tps-gemstone-listing-fields:hover {
    background-position: -437px -421px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[type="checkbox"]+span {
    font-size: 12px;
  }

  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filter-option-remove:hover {
    background-position: -131px -161px;
  }

  .tps-dia-detail-cr .tps-dia-detail-gallery .tps-dia-detail-tiles-gallery-item:hover {
    border: 1px solid var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li:hover input[type="checkbox"]+span b {
    opacity: 1;
  }
}

/*End*/
/*Transpacific software --- Responisve start here*/
@media(max-width:1440px) {
  .tps-loose-gemstone-main-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .tps-gemstonelist-filter-looking li.tps-gemstonelist-filter-option-li span.tps-gemstonelist-filter-option-label {
    padding: 6px 8px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent.sticky {
    max-width: 100%;
    padding: 10px 10px 10px 15px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx .tps-carat-val {
    left: -14px;
  }
}

@media(max-width:1300px) {
  .tps-recent-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media(max-width:1280px) {
   .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li.tps-gemstonelist-result-grid-view-item {
    width: 32.3%;
  }
  :focus-visible {
    outline: 0px solid var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.tps-gemstonelist-filter-option-elongated input+span:after {
    height: 20px;
    bottom: 20px;
  }

  /*recently viewed section*/
  .tps-recent-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tps-dia-detail-recent-gemstone-div img {
    height: 300px;
  }

  /*recently viewed section*/
}

@media(max-width:1250px) {
   .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li.tps-gemstonelist-result-grid-view-item,
  .tps-gemstonelist-animated-list .tps-gemstonelist-grid-pr {
    width: 32.3%;
  }
  .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-looking .tps-gemstonelist-filter-option-list-div li {
    width: 33%;
  }

  .tps-gemstonelist-filter-looking li.tps-gemstonelist-filter-option-li span.tps-gemstonelist-filter-option-label {
    font-size: 12px;
    padding: 4px 8px;
  }

  .tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label,
  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-label {
    font-size: 12px;
    line-height: 22px;
  }
}

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

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx .tps-carat-val {
    left: -18px;
  }

  .tps-loose-gemstone-main-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media(max-width:1199px) {
  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-info-table {
    width: 70%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group {
    width: 100%;
    padding-left: 30%;
  }

  .tps-gemstonelist-filter-clarity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-cut .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-polish .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-treatment .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li,
  .tps-gemstonelist-filter-intensity .tps-gemstonelist-filter-option-group .tps-gemstonelist-filter-slider-options li {
    font-size: 12px;
    line-height: 13px;
  }

  .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: 0px 7px 7px 7px;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe {
    width: 380px !important;
    height: 380px !important;
  }

  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: 230px;
  }

  .tps-gemstonelist-top-tab ul li a {
    padding: 7px 15px;
  }

  .tps-gemstonelist-spinner-gridv-container .tps-gemstonelist-grid-pr-img {
    height: 180px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
    width: 20%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher {
    right: 8px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent.sticky .tps-gemstonelist-result-view-switcher {
    right: 18px;
  }

  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-textbox .tps-gemstonelist-filter-title {
    line-height: normal;
    font-size: 12px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper.tps-4-new-filter-added,
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper.tps-4-new-filter-added{
    width: 1440px;
  }

  .tps-gemstonelist-result.tps-gemstonelist-result-list-view-div {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .tps-dia-detail-sub-info-wrapper ul {
    grid-gap: 50px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-btn-group {
    height: auto;
  }

  .tps-dia-detail-sub-info-wrapper ul {
    grid-gap: 50px;
    padding-left: 27px !important;
  }

  .tps-dia-detail-sub-info-wrapper ul li::after {
    left: -24px;
  }

  .tps-dia-detail-days .tps-dia-detail-shipping-title,
  .tps-dia-detail-meta ul.tps-dia-detail-share li a {
    font-size: 13px;
  }

  .tps-dia-detail-row .tps-dia-detail-gallery {
    width: 52%;
    margin-right: 2%;
  }

  .tps-dia-detail-row .tps-dia-detail-meta {
    width: 46%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line,
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button {
    margin-right: 130px;
  }
}

@media(max-width:1050px) {
  .tps-dia-detail-meta .tps-dia-detail-price {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide iframe {
    width: 380px !important;
    height: 380px !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-loose-gemstone-main-container {
    padding: 0px 30px;
  }

  .tps-four-cs-section-content .tps-sub-section-one,
  .tps-four-cs-section-content .tps-sub-section-two {
    width: 100%;
    max-width: 70%;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx span {
    top: -98px;
  }
}

@media(max-width:1024px) {
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div {
    row-gap: 10px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tps-dia-detail-meta .tps-dia-detail-title {
    font-size: 24px;
    line-height: 34px !important;
  }

  .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 !important;
    line-height: 13px !important;
  }

  .ui-widget.ui-widget-content {
    margin: 7px 3px 20px 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 14px;
    line-height: 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label {
    font-size: 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
    font-size: 13px;
    width: 135px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li {
    font-size: 15px;
    line-height: 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-close {
    top: 15px;
    right: 15px;
  }

  .tps-four-cs-section .tps-four-cs-section-heading h2 {
    font-size: 22px;
  }

  .tps-four-cs-section .tps-sub-section-heading p {
    font-size: 20px;
  }
}

@media(min-width:992px) {
  .tps-dia-detail-cr .tps-dia-detail-row {
    display: inline-block;
    width: 100%;
  }

  .tps-dia-detail-row .tps-dia-detail-gallery {
    float: left;
  }

  .tps-dia-detail-row .tps-dia-detail-meta.sticky {
    position: sticky;
  }
}

@media(max-width:992px) {

  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div,
  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div {
    grid-gap: 15px 1%;
  }

  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-label {
    padding-left: 23%;
  }

  .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label {
    padding-left: 21%;
  }

  .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(--primary-site-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-text-black-color);
  }

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

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

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

@media(max-width:991px) {
  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li.tps-gemstonelist-result-grid-view-item,
  .tps-gemstonelist-animated-list .tps-gemstonelist-grid-pr {
    width: 49%;
  }

  .tps-dia-detail-tiles-gallery-loader {
    display: none;
  }

  /*greek language translator start*/

  [lang=el] .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section {
    padding-bottom: 40px;
  }

  [lang=el] .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label {
    padding-left: 20%;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent {
    flex-wrap: wrap;
    justify-content: center;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher {
    position: relative;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div {
    grid-gap: 0;
    justify-content: center;
  }

  [lang=el] .tps-dia-detail-meta ul.tps-dia-detail-share {
    justify-content: center;
    grid-gap: 10px 3%;
  }

  [lang=el] .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days {
    max-width: 80%;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
    width: 200px;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button {
    margin-right: 0px;
  }

  /*greek language translator end*/


  .tps-dia-detail-share {
    width: 100%;
    max-width: 530px;
    margin: auto;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate {
    width: 50%;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin>div {
    right: 0;
    left: auto;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col {
    width: 100%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul {
    grid-template-columns: 1fr 1fr;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-ptitle {
    font-size: 16px;
    line-height: 20px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-price {
    font-size: 16px;
    line-height: 20px;
  }

  .tps-gemstonelist-top-tab ul li a,
  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset button {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div {
    grid-gap: 15px 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: 80%;
    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 ul.tps-dia-detail-share li a {
    font-size: 15px;
    justify-content: center;
  }

  .tps-dia-detail-spacification .tps-dia-detail-sattr {
    padding: 0px 0px 7px 0px;
  }

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

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent.sticky .tps-gemstonelist-result-view-switcher {
    right: 18px;
  }

  .tps-gemstonelist-tab-optional ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-dia-detail-meta .tps-dia-detail-button button {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .tps-dia-detail-meta .tps-dia-detail-title {
    margin-bottom: 20px;
  }

  .tps-dia-detail-spacification .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-bottom: 10px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-wrapper .tps-gemstonelist-result-list-view-header-list li {
    font-size: 13px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-header-sorter.tps-up-arrow {
    background-position: -215px -243px;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-main .slick-track {
    display: block !important;
  }

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

  .tps-gemstonelist-tab-optional ul {
    justify-content: flex-start;
  }

  .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-gemstonelist-data-cr .tps-gemstonelist-header-parent {
    grid-gap: 12px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 12px;
  }

  .tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div li {
    width: auto;
  }

  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div {
    grid-gap: 10px;
  }

  .tps-four-cs-section-content .tps-sub-section-one,
  .tps-four-cs-section-content .tps-sub-section-two {
    width: 100%;
    max-width: 80%;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
    width: 8.3%;
  }

  .tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div li {
    width: auto;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .gemstone-listing-filters .tps-visited-gemstones-scroll-top-txt::after {
    right: -7px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after {
    right: -7px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-list-view-items-wrapper .tps-gemstonelist-item-quick-view-wrapper {
    padding: 30px 5px 30px;
  }

  .tps-dia-detail-spacification {
    margin: 30px auto 20px;
    width: 100%;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset {
    top: 9px;
  }

  /*recently viewed section*/
  .tps-dia-detail-recent-gemstone-div img {
    height: 210px;
  }

  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow {
    display: none;
  }

  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn {
    font-size: 12.50px;
    line-height: 22px;
    font-weight: normal;
  }

  .tps-diamod-detail-spinner-grid-container .tps-seDetailc-spinner-arrow {
    display: none;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal {
    max-width: 500px;
    margin-inline: auto;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal div,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical div {
    display: block !important;
  }

  .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 {
    display: flex !important;
    align-items: center;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide {
    border: 1px solid var(--site-text-black-color) !important;
    border-radius: 3px;
    border-color: var(--site-color-4) !important;
    width: 70px !important;
    height: 70px !important;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide img,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide img {
    border-radius: 5px !important;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide.slick-current .tps-dia-detail-gallery-slide,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide.slick-current .tps-dia-detail-gallery-slide {
    border-color: var(--site-text-black-color) !important;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .tps-dia-detail-gallery-slide::after,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .tps-dia-detail-gallery-slide::after {
    display: none;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-slide canvas {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .tps-dia-detail-sub-info-wrapper ul li:nth-child(1)::after {
    display: none;
  }

  .tps-dia-detail-sub-descr-wrapper p.tps-dia-detail-sub-descr {
    max-width: 500px;
    margin-inline: auto;
  }

  .tps-dia-detail-spacification .tps-dia-detail-sattr {
    padding: 7px 7px 7px 7px;
  }

  .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days {
    text-align: center;
    max-width: 290px;
    margin-inline: auto;
    display: block;
  }

  .tps-dia-detail-shipping.tps-dia-detail-days:before {
    display: inline-block;
    margin-bottom: -5px;
  }

  /*recently viewed section*/
}

@media(max-width:850px) {
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li.tps-gemstonelist-filter-option-elongated input+span:after {
    height: 32px;
    bottom: 8px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
    width: 15%;
  }
}

@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 button {
    font-size: 12px;
    line-height: 24px;
  }

  .tps-four-cs-section-content .tps-sub-section-one,
  .tps-four-cs-section-content .tps-sub-section-two {
    width: 100%;
    max-width: 90%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .gemstone-listing-filters .tps-visited-gemstones-scroll-top-txt {
    font-size: 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
    width: 110px;
    font-size: 11px;
    background-position: 101% 3px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label {
    font-size: 12px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-item-quick-view-wrapper .tps-gemstonelist-item-quick-view-close {
    top: 8px;
    right: 8px;
  }
}

@media(max-width:767px) {
  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab .tps-gemstonelist-header-tab-count {
    color: #fff;
}

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line {
    margin-right: 0;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }


  .tps-gemstonelist-data-cr .tps-gemstonelist-result-view-switcher {
    display: none !important;
  }

  .tps-gemstonelist-filter-reset.tps-loose-gemstone-reset-parent.desktop {
    display: none;
  }

  .tps-gemstonelist-filter-reset.tps-loose-gemstone-reset-parent.mobile {
    display: block;
  }

  .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%;
    margin-left: -100%;
    height: 88% !important;
    background-color: var(--site-white-color);
    z-index: 9999999999;
    transition: all 0.5s linear;
    padding-top: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    bottom: 0;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-mob-header {
    width: 100%;
    display: flex;
    padding: 13px 15px 10px;
    background-color: var(--site-color-5);
    margin-bottom: 10px;
    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: 23px !important;
    height: 23px;
    background-image: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg);
    background-position: -92px -193px;
    display: flex;
    padding: 0;
    border: none !important;
    outline: none !important;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset {
    margin-bottom: 0px;
    position: unset;
    transform: unset;
  }

  .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color);
    font-family: 'Noto Sans';
    padding-top: 8px;
  }

  .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: 'Noto Sans';
    font-weight: 500;
    margin: 0px;
    border: 1px solid var(--primary-site-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--primary-site-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: 30px 20px 80px;
    background-color: var(--site-white-color);
    width: 100%;
    height: 90%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li {
    width: 15%;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
    width: 15%;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset button {
    font-size: 14px;
    line-height: 22px;
  }

  .tps-gemstonelist-mfilter-title {
    max-width: 100%;
    margin: auto;
  }

  .tps-gemstonelist-mfilter-title button {
    display: block;
    margin: auto;
    background-color: transparent !important;
    color: var(--primary-site-color);
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Noto Sans';
    font-weight: 600;
    color: transparent;
    padding: 6px 20px 6px;
    font-weight: 100;
    border: 1px solid var(--site-text-black-color);
    font-size: 0px;
    width: 60px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    position: relative;
  }

  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn button {
    background-color: var(--site-text-black-color) !important;
    border-color: var(--site-text-black-color) !important;
    margin: 0px;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    color: var(--site-white-color);
  }

  .tps-gemstonelist-mfilter-title button::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/gemstone-listing-images/gemstone-list-icon-icon.svg) !important;
    background-position: -65px -461px !important;
  }

  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn button::after {
    background-position: -220px -462px !important;
    left: 43%;
  }

  .tps-gemstonelist-filter-cr-pr.tps-gemstone-show-filter {
    margin-left: 0%;
  }

  .tps-loose-gemstone-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-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div:before {
    left: 50%;
    right: auto;
  }

  .tps-gemstonelist-filters {
    border-bottom: 1px solid var(--site-color-5);
  }

  .tps-gemstonelist-top-tab ul {
    border-bottom: none;
    margin: 0;
  }

  .tps-gemstonelist-top-tab ul li {
    width: 100%;
    height: auto;
  }

  .tps-gemstonelist-top-tab ul li.active a:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid var(--primary-site-color);
    width: 100%;
    left: 0;
    bottom: -9px;
  }

  .tps-gemstonelist-top-tab ul li a {
    width: 100%;
    padding: 0px 0px;
    border-color: transparent !important;
    display: block;
    color: var(--site-color-5);
    text-align: center;
    font-size: 0;
    line-height: normal;
    border: 2px solid transparent;
  }

  .tps-gemstonelist-top-tab ul li a::before {
    display: block !important;
    margin: auto;
  }

  .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.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-header-tab[data-gemstone-list-type="gemstones"] {
    -webkit-order: 1;
    order: 1;
    width: 33%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"] {
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"] {
    -webkit-order: 3;
    order: 3;
    width: 32.9%;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent {
    flex-wrap: wrap;
    grid-gap: 3px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper {
    -webkit-order: 4;
    order: 4;
    width: 100%;
    justify-content: center;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div {
    margin-bottom: 0px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab {
    width: 30%;
  }

  .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: 33px;
    margin-bottom: 14px;
    top: 0px;
    right: 0;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"]::after {
    display: none;
  }

  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    width: 100%;
    padding: 0px;
    margin: 0px;
    top: auto;
  }

  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn button {
    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 {
    margin-left: 0;
    text-align: left;
  }

  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .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-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-search_certificate {
    width: 100%;
  }

  .tps-loose-gemstone-wishlist-popup .tps-loose-gemstone-wishlist-popup-cr .tps-loose-gemstone-wishlist-popup-title {
    font-size: 16px;
    line-height: 22px;
  }

  .tps-loose-gemstone-cbutton {
    padding: 10px 20px 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .tps-gemstonelist-container {
    position: relative;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-label h2 {
    font-size: 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-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-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section .tps-gemstonelist-filter-col {
    margin-bottom: 40px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div {
    row-gap: 15px;
  }

  .tps-gemstonelist-advance-btn-div {
    display: block !important;
  }

  .tps-loose-gemstone-cbutton:hover,
  .tps-loose-gemstone-cbutton:focus {
    color: var(--site-text-black-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-dia-detail-meta .tps-dia-detail-title,
  .tps-dia-detail-meta .tps-dia-detail-price {
    font-size: 24px !important;
  }

  .tps-dia-detail-sub-info-wrapper ul li {
    font-size: 14px;
  }

  .tps-dia-detail-meta .tps-dia-detail-button button {
    width: 305px;
  }

  .article__image_container--single {
    margin-left: auto;
    margin-right: auto;
  }

  .tps-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-backdrop {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    margin-left: -100%;
    height: 100% !important;
    background-color: #2323238a;
    transition: all 0.5slinear;
    z-index: 999999;
  }

  .tps-loose-gemstone-backdrop.open-backdrop {
    margin-left: 0%;
  }

  body.tps-loose-gemstone-filter-open {
    overflow: hidden !important;
  }

  .tps-loose-gemstone-main-container {
    padding: 0px 20px;
  }

  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: 180px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line {
    padding: 15px 0px;
    background-color: var(--site-color-4);
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line.active {
    background-color: var(--site-text-black-color);
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line.active span {
    color: var(--site-white-color);
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after {
    display: none;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab-list-div {
    grid-gap: 10px 5px;
    padding-bottom: 10px;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide div img,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide div img {
    object-fit: contain;
  }

  .tps-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: 'Noto Sans';
    font-weight: 600;
    color: var(--primary-site-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;
  }

  /*recently viewed section*/
  .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-result.tps-gemstonelist-result-list-view-div {
    display: none !important;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstone-listing-add-list-fields-settings-button,
  .tps-gemstonelist-header-tab-list-div .tps-gemstonelist-header-parent .gemstone-listing-filters {
    display: none !important;
  }

  .tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div li {
    width: auto;
  }

  .tps-gemstonelist-filter-col.tps-gemstonelist-filter-looking .tps-gemstonelist-filter-option-list-div {
    grid-gap: 12px;
  }

  .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section.tps-advance-toggle .tps-gemstonelist-filter-col {
    margin-bottom: 30px;
  }

  .tps-four-cs-section-content .tps-sub-section-one,
  .tps-four-cs-section-content .tps-sub-section-two {
    width: 100%;
    max-width: 98%;
  }

  .tps-carat-value span {
    width: 100%;
    display: block;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-value {
    top: -45px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx span {
    top: -118px;
    bottom: 68px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active .tps-carat-pointer-bx .tps-carat-val {
    left: -23px;
  }

  .tps-four-cs-section-content .tps-four-cs-carat-weight-section,
  .tps-four-cs-section-content .tps-four-cs-color-section,
  .tps-four-cs-section-content .tps-four-cs-cut-section,
  .tps-four-cs-section-content .tps-four-cs-clarity-section,
  .tps-four-cs-section-content .tps-four-cs-fancy-color-section {
    grid-gap: 20px 10%;
  }

  .load-more-container button#load-more {
    position: relative;
    top: unset;
    margin-bottom: 10px;
  }

  .tps-gemstones-parent-load-more {
    flex-direction: column;
    grid-row-gap: 20px;
    border-bottom: none;
    margin-bottom: 45px;
    padding-inline: 0px;
    text-align: center;
  }

  .load-more-container {
    position: relative;
    width: 100%;
  }

  .load-more-container::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--site-text-black-color);
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 0;
  }

  .tps-count-view {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .tps-count-view span {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-grid-view-sort-wrapper.tps-gemstonelist-header-tab-line {
    margin-right: auto;
  }

  .tps-dia-detail-spacification {
    margin: 30px auto 50px;
    width: 100%;
  }

  .tps-dia-detail-sub-info-wrapper ul li::after {
    left: -28px;
  }

  .tps-four-cs-section .tps-four-cs-section-heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset.desktop {
    display: none;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper .tps-gemstonelist-grid-view-sort-label {
    font-size: 14px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
    width: 131px;
    font-size: 13px;
  }

  .tps-gemstonelist-filter-mob-header .tps-gemstonelist-filter-mob-title {
    display: flex !important;
    align-items: center;
  }

  .tps-gemstonelist-advance-btn-div .tps-gemstonelist-advance-btn {
    padding: 0px 0px 4px 0px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag {
    padding-inline: 5px;
    font-weight: 500;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label {
    font-size: 13px;
    line-height: 13px;
    color: var(--site-text-black-color);
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li input+span:before {
    margin-bottom: 5px;
  }

  .tps-gemstonelist-item-not-found .tps-gemstonelist-item-not-found-wrapper {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-dia-detail-sub-info-wrapper ul {
    padding-left: 0px !important;
  }

  .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 {
    width: 100% !important;
  }

  .tps-dia-detail-spacification .tps-dia-detail-lab-certificate-link {
    line-height: 24px !important;
  }

  .tps-dia-detail-spacification .tps-dia-detail-sattr .tps-dia-detail-sattr-right {
    font-size: 13px;
  }

  .tps-dia-detail-spacification {
    margin: 30px auto 30px;
    width: 100%;
  }

  .tps-four-cs-section .tps-four-cs-section-heading h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .tps-four-cs-section .tps-sub-section-heading p {
    font-size: 18px;
    line-height: 18px;
  }

  .tps-dia-detail-sub-info-wrapper ul li {
    font-size: 14px;
    line-height: 23px;
  }

  .tps-dia-detail-back-to-search .tps-dia-detail-back-to-search-btn {
    padding-top: 0px;
  }

  .tps-loose-gemstone-main-container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li .tps-gemstonelist-filter-option-label b {
    opacity: 1;
    font-weight: 500 !important;
  }

  /*recently viewed section*/
}

@media(max-width:639px) {
   .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li.tps-gemstonelist-result-grid-view-item,
  .tps-gemstonelist-animated-list .tps-gemstonelist-grid-pr {
    width: 100%;
  }
  
  [lang=el] .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days {
    max-width: 100%;
  }

  [lang=el] .tps-gemstonelist-data-cr .tps-gemstonelist-grid-view-sort-wrapper select {
    width: 170px;
  }

  [lang=el] .tps-dia-detail-shipping:before {
    width: 28px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul li ul li {
    width: 40px;
    height: 40px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
    padding: 0;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category span.color-tag:nth-child(5) {
    width: 12%;
  }

  .tps-gemstonelist-mfilter-title.tps_dfilter_sticky_btn button::after {
    left: 36%;
  }

  .tps-dia-detail-sub-info-wrapper ul li span {
    font-size: 14px;
    line-height: 24px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-report {
    width: 100%;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-shape ul li {
    width: 23%;
  }

  .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: 16px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab {
    padding: 5px 4px 5px;
  }

  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-title {
    font-size: 15px;
    text-align: left;
  }

  .tps-gemstonelist-applied-filters .tps-gemstonelist-applied-filters-list {
    padding-right: 0px;
  }

  .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-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-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-text-black-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-gemstonelist-filter-cr-pr {
    margin-left: -106%;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li:nth-last-child(1).active .tps-carat-pointer-bx .tps-carat-val span {
    left: -55px;
  }
}

@media(max-width:580px) {
  [lang=el] .tps-gemstonelist-container h1.tps-gemstonelist-h1-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  [lang=el] .tps-loose-gemstone-reset-parent .tps-loose-gemstone-reset-filter-confirm-popup-div {
    min-width: 260px !important;
    max-width: 260px !important;
  }

  .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li,
  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
    padding-left: 32px;
    justify-content: flex-start;
  }

  .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-list-div li {
    width: 24%;
  }

  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-list-div li {
    width: 31%;
  }

  .tps-gemstonelist-filter-report .tps-gemstonelist-filter-option-label,
  .tps-gemstonelist-filter-origin .tps-gemstonelist-filter-option-label {
    padding-left: 0;
    line-height: normal;
  }

  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-input {
    max-width: 285px;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share {
    justify-content: center;
    grid-gap: 10px 3%;
  }

  .tps-dia-detail-shipping-wrapper-div .tps-dia-detail-days {
    max-width: 100%;
  }

  .tps-gemstonelist-filter-search_certificate .tps-gemstonelist-filter-textbox-wrapper {
    width: 100%;
  }

  .tps-gemstonelist-filter-cr-pr .tps-gemstonelist-filter-reset {
    position: unset;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide {
    width: 65px !important;
    height: 65px !important;
  }

  .tps-dia-detail-gallery-loader .timeline-item {
    height: 375px;
  }

  .tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-content {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    padding: 30px 0px;
  }

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

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="gemstones"] {
    width: 33%;
    text-align: center;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="compare-gemstones"] {
    width: 33%;
    text-align: center;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab[data-gemstone-list-type="viewed-gemstones"] {
    width: 32.2%;
    text-align: center;
  }

  .tps-simillar-product-loader .tps-gemstonelist-animated-list,
  .tps-recent-product-loader .tps-gemstonelist-animated-list {
    grid-template-columns: 1fr;
  }

  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstone-div img {
    height: auto;
  }

  .tps-dia-detail-shipping {
    text-align: left;
  }

  .tps-dia-detail-similar-gemstones-wrapper .tps-dia-detail-similar-gemstones-meta {
    height: auto;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li {
    justify-content: center;
  }

  /*hand slider*/
  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-background-img-div {
    margin-top: -4%;
    top: 43%;
  }

  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-draggable-div {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-max,
  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-carat-min,
  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-max,
  .tps-loose-gemstone-hand-slider-wrapper .tps-loose-gemstone-hand-slider-skin-tone-min {
    font-size: 13px;
  }

  /*recently viewed section*/
  .tps-dia-detail-recent-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-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;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.active:before {
    top: 4px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon:before {
    width: 26px;
    height: 26px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-icon.tps-carat-0-1:before {
    background-position: -10px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-0-5.tps-carat-icon:before {
    background-position: -48px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-1.tps-carat-icon:before {
    background-position: -91px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-2.tps-carat-icon:before {
    background-position: -144px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-3.tps-carat-icon:before {
    background-position: -199px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-4.tps-carat-icon:before {
    background-position: -257px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-5.tps-carat-icon:before {
    background-position: -321px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-6.tps-carat-icon:before {
    background-position: -388px -420px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-7.tps-carat-icon:before {
    background-position: -458px -419px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-8.tps-carat-icon:before {
    background-position: -532px -419px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-9.tps-carat-icon:before {
    background-position: -610px -418px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-carat-weigth .tps-carat-10.tps-carat-icon:before {
    background-position: -610px -418px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-carat-value {
    font-size: 12px;
    line-height: 15px;
    top: -33px;
  }

  .tps-sub-section-one {
    padding-bottom: 10px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon:before {
    width: 29px;
    height: 29px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-D:before {
    background-position: -466px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-E:before {
    background-position: -394px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-F:before {
    background-position: -320px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-G:before {
    background-position: -246px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-H:before {
    background-position: -320px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-I:before {
    background-position: -394px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-J:before {
    background-position: -466px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-K:before {
    background-position: -534px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color .tps-color-icon.tps-color-icon-L:before {
    background-position: -606px -484px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon:before {
    width: 30px;
    height: 30px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li .tps-clarity-value {
    top: -20px;
    font-size: 11px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-eye-clean:before {
    background-position: -89px -546px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-slightly-included:before {
    background-position: -308px -547px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-moderately-included:before {
    background-position: -452px -547px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs .tps-clarity-icon.tps-clarity-icon-visibly-included:before {
    background-position: -592px -547px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon:before {
    width: 30px;
    height: 30px;
  }

  /* fancy color */
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Yellow:before {
    background-position: -19px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Pink:before {
    background-position: -69px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Blue:before {
    background-position: -120px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Red:before {
    background-position: -171px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Green:before {
    background-position: -221px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Purple:before {
    background-position: -272px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Orange:before {
    background-position: -322px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Brown:before {
    background-position: -372px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Black:before {
    background-position: -422px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Gray:before {
    background-position: -474px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-Violet:before {
    background-position: -573px -821px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc .tps-fancy-color-icon.tps-fancy-color-icon-White:before {
    background-position: -523px -821px;
  }

  /*end*/

  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-good span.tps-cut-image,
  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-very-good span.tps-cut-image,
  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-ideal-excellent span.tps-cut-image,
  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-faceted span.tps-cut-image {
    width: 100%;
    height: 88px;
    object-fit: scale-down;
  }


  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-good span.tps-cut-image {
    background-position: -41px -645px;
  }

  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-very-good span.tps-cut-image {
    background-position: -250px -645px;
  }

  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-ideal-excellent span.tps-cut-image,
  .tps-sub-section-content .tps-cut-section-image .tps-cut-section-image1.tps-cut-faceted span.tps-cut-image {
    background-position: -469px -648px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line {
    padding: 10px 0px;
    display: block;
    text-align: center;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col.tps-gemstonelist-filter-multiple.tps-gemstonelist-filter-color .tps-gemstonelist-filter-option-list-div .tps-gemstonelist-filter-option-li {
    width: 17.6%;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-gemstone_type ul li {
    width: 23%;
  }

  .tps-gemstonelist-container h1.tps-gemstonelist-h1-title {
    font-size: 20px;
    line-height: normal;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
    font-size: 10px;
  }

  .tps-dia-detail-meta .tps-dia-detail-button button {
    max-width: 350px;
    margin-inline: auto;
    width: 100%;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li {
    width: fit-content !important;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li a {
    font-weight: 500;
  }

  .tps-dia-detail-meta ul.tps-dia-detail-share li a,
  .tps-dia-detail-days .tps-dia-detail-shipping-title {
    font-weight: 500;
  }

  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-horizontal .slick-slide .tps-dia-detail-gallery-slide,
  .tps-dia-detail-gallery .tps-dia-detail-gallery-thumbnail-vertical .slick-slide .tps-dia-detail-gallery-slide {
    width: 60px !important;
    height: 60px !important;
  }

  .tps-dia-detail-shipping {
    align-items: flex-start;
  }

  .tps-diamod-detail-spinner-grid-container .tps_grid_animated-background {
    width: 98%;
  }

  /*recently viewed section*/
  /* End */
}

@media(max-width:480px) {

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div ul {
    grid-template-columns: 1fr;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-result-grid-view-div .tps-gemstonelist-item-media-div {
    height: 235px;
  }

  .tps-gemstonelist-top-tab ul li {
    margin-bottom: 6px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-parent .tps-gemstonelist-header-tab-line::after {
    right: 0px;
  }

  .tps-gemstonelist-data-cr .tps-gemstonelist-header-tab span {
    font-size: 12px;
    line-height: 16px;
  }

  .tps-gemstone-field-popup-wrapper .tps-gemstone-field-popup-content,
  .tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-popup {
    max-width: 250px;
  }

  .tps-loose-gemstone-toast-msg-popup-wrapper .tps-loose-gemstone-toast-msg-content {
    padding: 20px 0px;
  }

  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-color.active:before,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-clarity-cs.active:before,
  .tps-four-cs-section-content .tps-sub-section-two .tps-sub-section-content ul li.tps-fancy-color-fc.active:before {
    min-height: 96px;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
    font-size: 9px;
  }

  .tps-gemstonelist-filter-cr {
    padding: 20px 20px 50px;
  }

  .tps-gemstonelist-filter-row.tps-gemstonelist-main-filter-section {
    padding-left: 0;
    padding-right: 0;
  }

  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-row.tps-gemstonelist-advance-filter-section {
    padding: 0;
  }

  .tps-dia-detail-sub-info-wrapper ul {
    grid-gap: 20px;
  }

  .tps-dia-detail-sub-info-wrapper ul li::after {
    left: -10px;
  }
}

@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-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Clarity-category,
  .tps-gemstonelist-filter-cr .tps-gemstonelist-filter-col .tps-gemstonelist-filter-option-group .tps-Color-category {
    font-size: 8px;
  }
}

/*Transpacific software --- End*/