body {
    margin: 0;
}

* {
    box-sizing: border-box;
}
:root {
    --bgcolor-main: #8F2140;
    --site-text-color: #000000;
    --text-white:#ffffff;

}
@font-face {
    font-family: 'be-vietnam-pro-thin';
    src: url('../fonts/BeVietnamPro-Thin.ttf');
    src: url('../fonts/BeVietnamPro-Thin.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/BeVietnamPro-Thin.woff2') format('woff2'),
        url('../fonts/BeVietnamPro-Thin.woff') format('woff'),
        url('../fonts/BeVietnamPro-Thin.ttf') format('truetype'),
        url('../fonts/BeVietnamPro-Thin.svg#BeVietnamPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.be-vietnam-pro-extralight {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.be-vietnam-pro-light {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.be-vietnam-pro-medium {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.be-vietnam-pro-semibold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.be-vietnam-pro-bold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.be-vietnam-pro-extrabold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.be-vietnam-pro-black {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.be-vietnam-pro-thin-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.be-vietnam-pro-extralight-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.be-vietnam-pro-light-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.be-vietnam-pro-regular-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.be-vietnam-pro-medium-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.be-vietnam-pro-semibold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.be-vietnam-pro-bold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.be-vietnam-pro-black-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.tps-container {
    width: 100%;
    max-width: 1440px;
    padding: 15px 15px 150px;
    margin: 0 auto;
}
.tps-user-detail-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px 1%;
}

.tps-user-detail-form .tps-user-detail-form-wrapper input, .tps-user-detail-form .tps-user-detail-form-wrapper textarea,
 .tps-user-detail-form .tps-user-detail-form-wrapper select {
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  color: var(--site-text-color);
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
font-family: "Be Vietnam Pro", sans-serif;
}
.tps-user-detail-form .tps-user-detail-form-wrapper input.tps-alert {
  border-color: #ff0023;
  border-width: 2px;
}

.tps-user-detail-form .tps-user-detail-form-wrapper .tps-user-detail-form-section{
    width: 24.25%;
}
.tps-user-detail-form .tps-user-detail-form-wrapper .tps-user-detail-form-section:last-child {
    width: 100%;
    text-align: center;
}
.tps-user-detail-form .tps-user-detail-form-wrapper .tps-user-detail-form-section button.tps-user-detail-auth-btn,
 .tps-stone-filter-panel-wrapper button.tps-stone-filter-submit{
    width: 100%;
    max-width: 155px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 5px;
    color: var(--text-white);
    background-color: var(--bgcolor-main);
    border: 1px solid var(--bgcolor-main);
    padding: 7px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-left: none;
    cursor: pointer;
}
span.tps-msg-note {
    font-size: 15px;
    display: block;
    color: green;
    margin: 15px 10px 15px;
    font-family: "Be Vietnam Pro", sans-serif;    
}

.tps-user-detail-form-section span.tps-field-label{
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 10px;
    display: block;
}
.tps-user-detail-form-section.tps-user-filter-section {
    padding: 20px 0 0;
} 
.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px 2%;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list {
    margin-bottom: 20px;
}
.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li{
    position: relative;
    width: 13%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box span.tps-stone-filter-option-label,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box span.tps-stone-filter-option-label{
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif;
}
.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li input,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-select-all-div input,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box .tps-stone-filter-select-all-div input{
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li input[type=checkbox]+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-select-all-div input[type=checkbox]+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box .tps-stone-filter-select-all-div 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 #ccc;
}
.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li input[type=checkbox]:checked+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box input[type=checkbox]:checked+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box input[type=checkbox]:checked+span:after {
    background: url(../images/diamond-list-icon.svg);
    background-position: -15px -156px;
    border: 1px solid var(--bgcolor-main);
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[type=checkbox]+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="carat"] input[type=checkbox]+span:after,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="price"] input[type=checkbox]+span:after{
  content: none;
}

.tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li span{
   font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    color: var(--site-text-color);
    line-height: 26px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    padding-left: 30px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list {
    margin-bottom: 0px;
    display: flex;
    grid-gap: 10px 1.25%;
    flex-wrap: wrap;
    width: 80%;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button {
    border: 0;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #000;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-family: "Be Vietnam Pro", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    background: #fff;
    padding: 7px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 19%;
    cursor: pointer !important;
} 
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.tps-stone-type-btn.active {
  /*border-bottom: 1px solid var(--bgcolor-main);*/
  color:var(--text-white);
  cursor: default !important;
  background-color: var(--site-text-color);
}/*
.tps-stone-filter-parent-wrapper.tps-activate-filter-panel{
    background: #f7f7f7;
    padding: 20px;
}*/
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button:before{
  content: "";
  width: 25px;
  height: 25px;
  display: block !important;
  background-image: url(../images/diamond-list-icon.svg);
  background-position: -13px -230px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-white:before{
  background-position: -12px -231px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-fancy:before{
  background-position: -61px -231px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-white:before{
  background-position: -108px -231px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-fancy:before{
  background-position: -152px -231px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.gemstone:before{
  background-position: -198px -231px;
}

.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-white.active:before{
  background-position: -12px -271px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-fancy.active:before{
  background-position: -61px -271px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-white.active:before{
  background-position: -108px -271px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-fancy.active:before{
  background-position: -152px -271px;
}
.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.gemstone.active:before{
  background-position: -198px -272px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main, .tps-stone-filter-panel-wrapper .tps-stone-filter-advance {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 2%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance{
  margin-bottom: 30px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box, .tps-stone-filter-advance .tps-stone-filter-box{
  width: 32%;
  padding: 5px 5px 7px 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box.tps-alert, 
.tps-stone-filter-advance .tps-stone-filter-box.tps-alert{
  border-color: #ff0023;
  border-width: 2px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box.tps-disable-filter-box ul.tps-stone-filter-option-list,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box.tps-disable-filter-box .tps-stone-filter-select-all-div,
 .tps-stone-filter-advance .tps-stone-filter-box.tps-disable-filter-box ul.tps-stone-filter-option-list,
 .tps-stone-filter-advance .tps-stone-filter-box.tps-disable-filter-box .tps-stone-filter-select-all-div{
  opacity: 0.5;
  pointer-events: none;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box span.tps-stone-filter-box-label,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance span.tps-stone-filter-box-label{
  font-size: 16px;
  line-height: 26px;
  color: var(--site-text-color);
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  display: block;
}    
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.tps-user-detail-form-top-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.tps-user-detail-form-top-content button.tps-logout-user {
    width: 100%;
    max-width: 155px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    border-radius: 5px;
    color: var(--text-white);
    background-color: var(--bgcolor-main);
    border: 1px solid var(--bgcolor-main) !important;
    padding: 7px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-left: none;
    cursor: pointer;
    text-align: right;
}
.tps-user-detail-form-top-content button.tps-logout-user:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/diamond-list-icon.svg);
  background-position: -15px -766px;
  position: absolute;
  display: block;
}


.tps-user-detail-form-top-content h1{
    text-align: center;
    color: var(--site-text-color);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul.tps-stone-filter-option-list{
  padding: 0;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul.tps-stone-filter-option-list,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box ul.tps-stone-filter-option-list {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 2%;
  margin: 0;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list li{
  position: relative;
  text-align: center;
  width: 9.1%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[type=checkbox],
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .filter-panel-lab-fancy .tps-stone-filter-box[data-filter-type="color"] ul li input[type=checkbox]{
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li input+span,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box ul li input+span{
    color: var(--site-text-color);
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input+span:before{
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    background-image: url(../images/diamond-list-icon.svg);
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: auto;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input+span:before{
  background-image: url(../images/gemstone-sprite.png);
}


.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input+span:before{
  width: 32px;
  height: 32px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input:checked+span{
  color: var(--bgcolor-main);
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Round"]+span:before {
  background-position: -5px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Round"]:checked+span:before{
  background-position: -5px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Princess"]+span:before{
  background-position: -56px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Princess"]:checked+span:before {
  background-position: -56px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Emerald"]+span:before{
  background-position: -394px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Emerald"]:checked+span:before{
  background-position: -394px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Asscher"]+span:before{
  background-position: -163px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Asscher"]:checked+span:before{
  background-position: -163px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Marquise"]+span:before{
  background-position: -212px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Marquise"]:checked+span:before{
  background-position: -212px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Oval"]+span:before{
  background-position: -255px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Oval"]:checked+span:before{
  background-position: -255px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Radiant"]+span:before{
  background-position: -301px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Radiant"]:checked+span:before{
  background-position: -301px -551px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Pear"]+span:before{
  background-position: -349px -499px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Pear"]:checked+span:before{
  background-position: -349px -551px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Heart"]+span:before{
  background-position: -445px -497px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li input[value="Heart"]:checked+span:before{
  background-position: -445px -549px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cushion"]+span:before{
  background-position: -109px -499px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cushion"]:checked+span:before{
  background-position: -109px -551px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cushion Brilliant"]+span:before{
  background-position: -3px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cushion Brilliant"]:checked+span:before{
  background-position: -3px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square Radiant"]+span:before{
  background-position: -52px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square Radiant"]:checked+span:before{
  background-position: -52px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square Emerald"]+span:before{
  background-position: -99px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square Emerald"]:checked+span:before{
  background-position: -99px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Old Miner"]+span:before{
  background-position: -148px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Old Miner"]:checked+span:before{
  background-position: -148px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Star"]+span:before{
  background-position: -203px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Star"]:checked+span:before{
  background-position: -203px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Rose"]+span:before{
  background-position: -253px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Rose"]:checked+span:before{
  background-position: -253px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square"]+span:before{
  background-position: -303px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Square"]:checked+span:before{
  background-position: -303px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Half Moon"]+span:before{
  background-position: -356px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Half Moon"]:checked+span:before{
  background-position: -356px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Trapezoid"]+span:before{
  background-position: -401px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Trapezoid"]:checked+span:before{
  background-position: -401px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Flanders"]+span:before{
  background-position: -448px -801px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Flanders"]:checked+span:before{
  background-position: -448px -971px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Briollete"]+span:before{
  background-position: 0px -858px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Briollete"]:checked+span:before{
  background-position: 0px -1028px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Pentagonal"]+span:before{
  background-position:-48px -858px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Pentagonal"]:checked+span:before{
  background-position: -48px -1028px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Hexagonal"]+span:before{
  background-position:-98px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Hexagonal"]:checked+span:before{
  background-position: -98px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Octagonal"]+span:before{
 background-position: -147px -858px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Octagonal"]:checked+span:before{
  background-position: -147px -1028px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Triangular"]+span:before{
 background-position: -201px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Triangular"]:checked+span:before{
  background-position: -201px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Trilliant"]+span:before{
 background-position: -254px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Trilliant"]:checked+span:before{
  background-position: -254px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Calf"]+span:before{
 background-position: -304px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Calf"]:checked+span:before{
  background-position: -304px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Shield"]+span:before{
 background-position:  -357px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Shield"]:checked+span:before{
  background-position: -357px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Lozenge"]+span:before{
 background-position:  -402px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Lozenge"]:checked+span:before{
  background-position: -402px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Kite"]+span:before{
 background-position:  -447px -857px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Kite"]:checked+span:before{
  background-position: -447px -1027px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="European Cut"]+span:before{
 background-position:  0px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="European Cut"]:checked+span:before{
  background-position:0px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Baguette"]+span:before{
 background-position:  -49px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Baguette"]:checked+span:before{
  background-position:-49px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Tapered Baguette"]+span:before{
 background-position:  -97px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Tapered Baguette"]:checked+span:before{
  background-position:-97px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Bullet"]+span:before{
 background-position:  -148px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Bullet"]:checked+span:before{
  background-position:-148px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Tapered Bullet"]+span:before{
 background-position:  -202px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Tapered Bullet"]:checked+span:before{
  background-position:-202px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cabochon"]+span:before{
 background-position:  -251px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Cabochon"]:checked+span:before{
  background-position:-251px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Sugarloaf"]+span:before{
 background-position:  -305px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Sugarloaf"]:checked+span:before{
  background-position:-305px -1078px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Other"]+span:before{
 background-position:  -359px -908px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li input[value="Other"]:checked+span:before{
  background-position:-359px -1078px;
}




.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before{
  background-position: -12px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Blue"]+span:before{
  background-position: -11px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Pink"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Pink"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Pink"]+span:before{
  background-position: -113px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Yellow"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Yellow"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Yellow"]+span:before{
  background-position: -165px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Green"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Green"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Green"]+span:before{
  background-position: -217px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Black"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Black"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Black"]+span:before{
  background-position: -269px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Orange"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Orange"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Orange"]+span:before{
  background-position: -323px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Red"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Red"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Red"]+span:before{
  background-position: -378px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Gray"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Gray"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Gray"]+span:before{
  background-position: -434px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Brown"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Brown"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Brown"]+span:before{
  background-position: -15px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Champagne"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Champagne"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Champagne"]+span:before{
  background-position: -61px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Violet"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Violet"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Violet"]+span:before{
  background-position: -113px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Chameleon"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Chameleon"]+span:before,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Chameleon"]+span:before{
  background-position: -165px -709px;
}


.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Teal"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Teal"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Teal"]+span:before {
    background-position: -216px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Bi-color"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Bi-color"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Bi-color"]+span:before {
    background-position: -267px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Multi-color"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Multi-color"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Multi-color"]+span:before {
    background-position: -322px -709px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Purple"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Purple"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Purple"]+span:before {
    background-position: -60px -661px;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="White"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="White"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="White"]+span:before {
    background-position: -112px -761px;
  }
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Other"]+span:before, 
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Other"]+span:before, .tps-stone-filter-panel-wrapper 
.filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li input[value="Other"]+span:before {
    background-position: -164px -761px;
}
/*.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input+span:before*/
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Sapphire"]+span:before {
    background-position: -16px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Ruby"]+span:before {
    background-position: -76px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Emerald"]+span:before {
    background-position: -139px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Morganite"]+span:before {
    background-position: -200px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Tanzanite"]+span:before {
    background-position: -262px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Garnet"]+span:before {
    background-position: -324px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Alexandrite"]+span:before {
    background-position: -384px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Topaz"]+span:before {
    background-position: -444px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Citrine"]+span:before {
    background-position: -512px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Mossanite"]+span:before {
    background-position: -574px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Amethyst"]+span:before {
    background-position: -633px -1px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Ametrine"]+span:before {
    background-position: -15px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Spinel"]+span:before {
    background-position: -75px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Tourmaline"]+span:before {
    background-position: -140px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Aquamarine"]+span:before {
    background-position: -200px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Peridot"]+span:before {
    background-position: -262px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Fancy Sapphire"]+span:before {
    background-position: -324px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Opal"]+span:before {
    background-position: -383px -59px;
}

.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Pearls"]+span:before {
    background-position: -447px -60px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Zircon"]+span:before{
  background-position: -511px -60px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Kunzite"]+span:before{
  background-position: -573px -60px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Grandidierite"]+span:before{
  background-position: -635px -60px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Jade"]+span:before{
  background-position: -14px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Moonstone"]+span:before {
    background-position: -73px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Sodalite"]+span:before {
    background-position: -139px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Quartz"]+span:before {
    background-position: -201px -116px;
} 
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Chrysoberyl"]+span:before {
    background-position: -264px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Beryl"]+span:before {
    background-position: -322px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Apatite"]+span:before {
    background-position: -382px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Sphene"]+span:before {
    background-position: -446px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Heliodor"]+span:before {
    background-position: -513px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Prehnite"]+span:before {
    background-position: -572px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Spectrolite"]+span:before {
    background-position: -635px -116px;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li input[value="Other"]+span:before {
    background-position: -13px -160px;
}
.tps-stone-filter-select-all-div {
    position: relative;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.tps-stone-filter-select-all-div span.tps-stone-filter-option-label {
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-range-box input,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-range-box input {
    display: block;
    padding: 10px;
    width: 48.9%;
    height: 100%;
    border-radius: 8px;
    border: .5px solid #ccc;
    font-size: 12px;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-range-box,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box .tps-stone-filter-range-box {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 1%;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="cut"] ul li,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="report"] ul li,
.tps-stone-filter-advance .tps-stone-filter-box ul li {
    width: 23%;
    position: relative;
}
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li{
    width: 32%;
}
.tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li,
.tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li,
.tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li{
  width: 9.32%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li, .tps-stone-filter-advance .tps-stone-filter-box ul li{
  position: relative;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li input[type=checkbox],
.tps-stone-filter-advance .tps-stone-filter-box ul li input[type=checkbox]{
  visibility: visible;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    margin: 0;
    z-index: 999;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li span.tps-stone-filter-option-label,
 .tps-stone-filter-advance .tps-stone-filter-box ul li span.tps-stone-filter-option-label {
    display: flex;
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: transparent;
    border: .5px solid #ccc;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li input:checked+span,
 .tps-stone-filter-advance .tps-stone-filter-box ul li input:checked+span {
        border-color: var(--bgcolor-main);
        color: var(--bgcolor-main);
    }

.tps-advanced-filter-button-section {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tps-stone-filter-advance-filter-wrapper-div span.tps-adv-filter-btn {
    border-bottom: 1px solid #ccc;
    transition: .3s ease;
    color: var(--site-text-color);
    border-radius: 2px;
    align-items: center;
    grid-gap: 4px;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0 24px 0 0;
    position: relative;
    border:0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.tps-stone-filter-advance-filter-wrapper-div span.tps-adv-filter-btn:after{
  content: "";
    width: 20px;
    height: 17px;
    background-image: url(../images/diamond-list-icon.svg);
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 4px;
}
.tps-stone-filter-advance-filter-wrapper-div span.tps-adv-filter-btn.tps-arrow-down:after{
    background-position: -81px -152px;
}
.tps-stone-filter-advance-filter-wrapper-div span.tps-adv-filter-btn.tps-arrow-up:after{
    background-position: -81px -164px;
}

.tps-stone-filter-advance-filter-wrapper-div {
    padding-top: 20px;
}

.tps-stone-filter-panel-div span.tps-adv-filter-btn {
    
}

.tps-stone-filter-submit-btn-div {
    text-align: center;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .switch,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .switch{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin-left: 10px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .switch input,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .slider,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .slider:before,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content input:checked + .slider,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content input:checked + .slider {
  background-color: var(--bgcolor-main);
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content input:focus + .slider,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content input:focus + .slider {
  box-shadow: 0 0 1px var(--bgcolor-main);
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content input:checked + .slider:before,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .slider.round,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .slider.round {
  border-radius: 34px;
}

.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box-label-content .slider.round:before,
.tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box-label-content .slider.round:before {
  border-radius: 50%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list,
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul.tps-stone-filter-option-list{
  gap: 12px 1%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"],
.tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"]{
  width: 100%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-panel-div:not(.filter-panel-natural-white):not(.filter-panel-lab-white) .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"]{
  width: 64%;
}
.tps-stone-filter-panel-wrapper .tps-stone-filter-box.tps-disable-filter-box .tps-stone-filter-range-box{
  opacity: 0.5;
  pointer-events: none;
}
.tps-user-detail-form-top-content button.tps-logout-user,
.tps-stone-filter-panel-wrapper button.tps-stone-filter-submit,
.tps-user-detail-auth-btn{
  position: relative;
}
.tps-user-detail-form-top-content button.tps-logout-user.tps-loading,
.tps-stone-filter-panel-wrapper button.tps-stone-filter-submit.tps-loading,
.tps-user-detail-auth-btn.tps-loading{
  background-image: url(../images/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  background-size: 25px;
}
.tps-user-detail-auth-btn.tps-loading{
  color: transparent !important;
}
.tps-user-detail-form-top-content button.tps-logout-user.tps-loading::before,
.tps-stone-filter-panel-wrapper button.tps-stone-filter-submit.tps-loading::before,
.tps-user-detail-auth-btn.tps-loading.tps-loading::before{
   opacity: 0;
}
.tps-stone-filter-type-reset-wrapper{
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 10px 10px;
  align-items: center;
  margin: 20px 0px 20px;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div{
  margin-left: auto;
  position: relative;
}
/*.tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button:not(:last-child)::after{
  content: '';
  width: 1px;
  height: 70%;
  background-color: var(--site-text-color);
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}*/
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-btn{
  font-size: 14px;
  line-height: 14px;
  color: var(--site-text-color);
  font-family: "Be Vietnam Pro", sans-serif;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-btn::before{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0px 7px -6px 0px;
  background-image: url(../images/diamond-list-icon.svg);
  background-position: -202px -334px;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-btn::after{
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--site-text-color);
  position: absolute;
  left: 28px;
  bottom: -2px;
  transition: width 0.5s ease-in-out;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-confirm-popup-div{
  position: absolute;
  width: 210px;
  right: -2px;
  background-color: var(--bgcolor-main);
  padding: 10px 10px 16px 10px;
  border-radius: 4px;
  z-index: 99991;
  top: 38px;
  text-align: center;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-confirm-popup-div:before {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: var(--bgcolor-main);
  position: absolute;
  z-index: 999999;
  right: 16px;
  top: -6px;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-div .tps-stone-filter-reset-confirm-popup-title{
  font-size: 14px;
  color: var(--text-white);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 24px;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-div .tps-stone-filter-reset-confirm-popup-btn-div{
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-btn-div button{
  padding: 4px 20px 6px;
  margin-top: 10px;
  background-color: transparent;
  color: var(--text-white);
  font-size: 15px;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 16px;
  border: 1px solid var(--text-white);
  transition: 0.5s ease;
  border-radius: 2px;
  cursor: pointer;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-btn-div button.tps-stone-filter-reset-confirm-no-btn{
  background-color: var(--text-white);
  color: var(--site-text-color);
}
.tps-stone-filter-panel-wrapper  .tps-stone-filter-box-enable-filter-div{
  display: flex;
  align-items: center;
}
.tps-stone-filter-submit-btn-div div{
  padding: 20px 15px;
  transition: 0.5s ease;
}
.tps-stone-filter-submit-btn-div.sticky div{
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--text-white);
  width: 100%;
  box-shadow: 0 -4px 33px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.tps-stone-filter-type-reset-wrapper .tps-stone-filter-msg-div{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  color: var(--site-text-color);
  font-family: "Be Vietnam Pro", sans-serif;
}
.tps-stone-filter-submit{
  position: relative;
}
.tps-stone-filter-submit::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/ajax-loader.gif);
}
.tps-filter-log-link{
    font-size: 16px;
    color: var(--site-text-color);
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow-x: hidden;
    text-transform: capitalize;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 35px;
}
.tps-filter-log-link::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/tps-admin.svg);
    background-position: -15px -14px;
    background-repeat: no-repeat;
}
.tps-filter-log-link::after{
    content: '';
    height: 1px;
    background-color: var(--site-text-color);
    width: 0%;
    left: 30px;
    position: absolute;
    bottom: 0;
    transition: 0.5s ease-in-out;
}  
.tps-stone-filter-panel-top-sticky-note{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 15px 10px;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: center;
    font-size: 13px;
    z-index: 9999;
}
@media(hover:hover){ 
    .tps-filter-log-link:hover::after{
      width: 100%;
    } 
   .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-white:hover:before{
      background-position: -12px -271px;
    }
    .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.natural-fancy:hover:before{
      background-position: -61px -271px;
    }
    .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-white:hover:before{
      background-position: -108px -271px;
    }
    .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.lab-fancy:hover:before{
      background-position: -152px -271px;
    }
    .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.gemstone:hover:before{
      background-position: -198px -272px;
    }
    .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button.tps-stone-type-btn:hover {
        color: var(--text-white);
        cursor: default;
        background-color: var(--site-text-color);
    }

  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Round"]+span:before{
    background-position: -5px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Princess"]+span:before {
    background-position: -56px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Emerald"]+span:before{
    background-position: -394px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Asscher"]+span:before{
    background-position: -163px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Marquise"]+span:before{
    background-position: -212px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Oval"]+span:before{
    background-position: -255px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Radiant"]+span:before{
    background-position: -301px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Pear"]+span:before{
    background-position: -349px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"]  ul li:hover input[value="Heart"]+span:before{
    background-position: -445px -549px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Cushion"]+span:before{
    background-position: -109px -551px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Cushion Brilliant"]+span:before{
    background-position: -3px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Square Radiant"]+span:before{
    background-position: -52px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Square Emerald"]+span:before{
    background-position: -99px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Old Miner"]+span:before{
    background-position: -148px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Star"]+span:before{
    background-position: -203px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Rose"]+span:before{
    background-position: -253px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Square"]+span:before{
    background-position: -303px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Half Moon"]+span:before{
    background-position: -356px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Trapezoid"]+span:before{
    background-position: -401px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Flanders"]+span:before{
    background-position: -448px -971px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Briollete"]+span:before{
    background-position: 0px -1028px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Pentagonal"]+span:before{
    background-position: -48px -1028px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Hexagonal"]+span:before{
    background-position: -98px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Octagonal"]+span:before{
    background-position: -147px -1028px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Triangular"]+span:before{
    background-position: -201px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Trilliant"]+span:before{
    background-position: -254px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Calf"]+span:before{
    background-position: -304px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Shield"]+span:before{
    background-position: -357px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Lozenge"]+span:before{
    background-position: -402px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Kite"]+span:before{
    background-position: -447px -1027px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="European Cut"]+span:before{
    background-position:0px -1078px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Baguette"]+span:before{
    background-position:-49px -1078px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Tapered Baguette"]+span:before{
    background-position:-97px -1078px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Bullet"]+span:before{
    background-position:-148px -1078px;
  }  
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Tapered Bullet"]+span:before{
    background-position:-202px -1078px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Cabochon"]+span:before{
    background-position:-251px -1078px;
  }  
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Sugarloaf"]+span:before{
    background-position:-305px -1078px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul li:hover input[value="Other"]+span:before{
    background-position:-359px -1078px;
  }



  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li:hover input+span, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li:hover input+span {
      border-color: var(--bgcolor-main);
      color: var(--bgcolor-main);
  }
  .tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-btn:hover::after{
    width: 76%;
  }
  .tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-btn-div button.tps-stone-filter-reset-confirm-yes-btn:hover{
    background-color: var(--text-white);
    color: var(--site-text-color);
  }
  .tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-btn-div button.tps-stone-filter-reset-confirm-no-btn:hover{
    background-color: transparent;
    color: var(--text-white);
  }
  .tps-user-detail-form-top-content button.tps-logout-user:hover,
  .tps-stone-filter-panel-wrapper button.tps-stone-filter-submit:hover{
    background-color: var(--site-text-color);
    border-color: var(--site-text-color) !important;
  } 
}

@media(max-width:1250px){
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="cut"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="report"] ul li, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li {
    width: 32%;
  }
  .tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li{
    width: 15%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li{
    width: 8.1%;
  }
}
@media(max-width:1199px){
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li{
    width: 18.40%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list li{
    width: 10.2%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li span.tps-stone-filter-option-label, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li span.tps-stone-filter-option-label{
    line-height: 16px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button:not(:last-child)::after{
    right: -8px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button{
    font-size: 14px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list{
    width: 86%;
  } 
}
@media(max-width:1024px){
  .tps-user-detail-form .tps-user-detail-form-wrapper input, 
  .tps-user-detail-form .tps-user-detail-form-wrapper textarea, 
  .tps-user-detail-form .tps-user-detail-form-wrapper select,
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button,
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box span.tps-stone-filter-box-label, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-advance span.tps-stone-filter-box-label{
    font-size: 14px;
  }
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li span,
  .tps-user-detail-form-section span.tps-field-label{
    font-size: 15px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button{
    padding-inline: 0;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li input+span, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-box ul li input+span,
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-range-box input, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-range-box input,
  .tps-stone-filter-select-all-div span.tps-stone-filter-option-label{
    font-size: 13px;
  }
}
@media(max-width:991px){
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li {
    width: fit-content;
  }
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list{
    grid-column-gap: 15px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box, .tps-stone-filter-advance .tps-stone-filter-box {
    width: 49%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list li {
      width: 11.6%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="cut"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="report"] ul li, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li {
    width: 23%;
  }
  .tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-div .tps-stone-filter-reset-btn{
    font-size: 13px;
    line-height: 13px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-panel-div:not(.filter-panel-natural-white):not(.filter-panel-lab-white) .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"]{
    width: 100%;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list{
    width: 85%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li {
    width: 11.6%;
  }
  .tps-stone-filter-type-reset-wrapper .tps-stone-filter-reset-confirm-popup-btn-div button{
    font-size: 14px;
    padding: 4px 20px 5px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list {
      width: 100%;
      margin-top: 16px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button{
    width: 32.33%;
  }
  .tps-stone-filter-type-reset-wrapper{
    flex-direction: column-reverse;
  }
}
@media(max-width:767px){
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box, .tps-stone-filter-advance .tps-stone-filter-box {
    width: 100%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list li {
    width: 19.2%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-box.range-filter{
    width: 49%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="cut"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="report"] ul li, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li {
        width: 15%;
  }
  .tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li{
    width: 15%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li {
    width: 19.2%;
  }
  .tps-user-detail-form-top-content h1{
    font-size: 22px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list{
    width: 100%;
    margin-bottom: 10px;
  }
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button:not(:last-child)::after{
    display: none;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box ul li span.tps-stone-filter-option-label, 
  .tps-stone-filter-advance .tps-stone-filter-box ul li span.tps-stone-filter-option-label{
    padding: 10px 5px;
  }
}
@media(max-width:700px){
  .tps-user-detail-form .tps-user-detail-form-wrapper .tps-user-detail-form-section{
    width: 49.40%;
  } 
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list {
    grid-column-gap: 10px;
  }
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li span{
    padding-left: 25px;
  }
}
@media (max-width:639px){
  .tps-user-detail-form-top-content {
    flex-direction: column-reverse;
    grid-gap: 7px 0px;
  }
  .tps-user-detail-form .tps-user-detail-form-wrapper .tps-user-detail-form-section {
    width: 100%;
  }
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li {
    width: 49%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box, .tps-stone-filter-advance .tps-stone-filter-box {
      width: 100%;
  }
  .tps-stone-filter-submit-btn-div {
      text-align: center;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="clarity"] ul li, .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="cut"] ul li, .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="report"] ul li, .tps-stone-filter-advance .tps-stone-filter-box ul li {
    width: 32%;
  }

  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="shape"] ul.tps-stone-filter-option-list li {
    width: 24.2%;
  }
  .tps-user-detail-form-section.tps-user-filter-section ul.tps-stone-type-list li span {
    padding-left: 33px;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-box.range-filter li{
    width: 49%;
  }
}
@media(max-width:580px){
  .tps-stone-filter-parent-wrapper .tps-stone-filter-type-list button {
    width: 49.33%;
  }
}
@media(max-width:480px){
  .tps-stone-filter-panel-wrapper .tps-stone-filter-box.range-filter {
    width: 100%;
  }
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box .tps-stone-filter-range-box input, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-advance .tps-stone-filter-range-box input{
    width: 49.5%;
  }
  .tps-stone-filter-panel-wrapper .filter-panel-lab-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li,
  .tps-stone-filter-panel-wrapper .filter-panel-natural-fancy .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .filter-panel-gemstone .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="color"] ul li, 
  .tps-stone-filter-panel-wrapper .tps-stone-filter-main .tps-stone-filter-box[data-filter-type="gemstone_type"] ul li {
    width: 23.50%;
  }
}
