:root {
    --site-property-loader-color: #dddddd;
    --site-property-loader-bg-color: #f6f7f8;
    --site-property-loader-bg-color2: #e7e7e966;
    --tps-box-shadow-color: #00000029;
    --site-black-color: #000000;
    --primary-site-color: #374574;
    --site-white-color: #ffffff;
    --site-color-1: #D5DFFF;
    --site-color-4: #BBBBBB;
    --site-color-5: #DFDFDF;
    --site-color-6: #F5F5F5;
    --font-body-family: "Poppins",Arial,Helvetica,sans-serif
}
a {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: var(--font-body-family);
    }
       /* Chrome, Safari, Edge, Opera */
        input[type=number]::-webkit-outer-spin-button,
        input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
        }

        /* Firefox */
        input[type=number] {
        -moz-appearance: textfield;
        }   

    .page-title.page-title-default {
        display: none;
    }
    .tps-container {
        max-width: 1440px !important;
        width: 100% !important;
        margin: 0 auto;
        float: none;
        padding: 0 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: inherit !important;
    }
    .tps-melee-stone-listing-type-wrapper {
        display: flex;
        align-items: center;
        position: relative;
    }
    .tps-melee-stone-filter-reset-content-wrapper {
        margin: 10px auto 25px;
        display: flex;
        position: absolute;
        right: 0;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-title {
        display: flex;
        align-items: center;
        font-size: 12px;        
        color: var(--site-black-color);
        font-family: var(--font-body-family);     
        position: relative;   
        cursor: pointer;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-title:before {
        content: '';
        width: 15px;
        height: 15px;
        display: block;
        background-image: url(../images/melee-sprite.svg);
        margin-right: 3px;
        background-position: -236px -267px;

    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div {
        position: absolute;
        width: 200px;
        background-color: var(--site-black-color);
        padding: 10px;
        border-radius: 4px;
        z-index: 2;
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 999999;
        cursor: default;
        left: auto;
        text-align: center;
        grid-gap: 0 10px;
        right: 0;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div:before {
        content: "";
        width: 17px;
        height: 17px;
        transform: rotate(45deg);
        background: var(--site-black-color);
        position: absolute;
        z-index: 999999;
        top: -4px;
        left: 50%;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div span.tps-melee-stone-reset-filter-confirm-title {
        font-size: 13px;
        color: var(--bgcolor-white);
        text-align: center;
        font-family: var(--font-body-family);
        cursor: default;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div button {
        padding: 5px 20px 5px;
        margin-top: 10px;
        background-color: transparent;
        color: var(--bgcolor-white);
        font-size: 15px;
        line-height: 16px;
        border: 1px solid var(--bgcolor-white);
        transition: 0.5s ease;
        border-radius: 2px;
        margin-right: 0px;
        cursor: pointer;
        min-height: auto;
        font-weight: 400;
        text-transform: none;
    }
    .tps-melee-stone-listing-type-wrapper .tps-melee-stone-listing-type-list {
        display: flex;
        justify-content: center;
        align-content: center;
        grid-gap: 0px 2%;
        list-style: none;
        margin: 10px auto 25px;
        border-bottom: 1px solid var(--site-color-4);
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .tps-melee-stone-listing-type-tab {
        list-style-type: none;
        font-size: 16px;
        line-height: 26px;
        color: var(--site-black-color);
        padding: 5px 15px;
        font-family: var(--font-body-family);
        text-align: center;
        position: relative;
        border-bottom: 2px solid transparent;
        transition: .3s ease;
        cursor: pointer !important;
        display: flex;
        align-items: center;
        column-gap: 5px;
    }
    .tps-melee-stone-listing-type-tab.active {
        border-color: var(--primary-site-color);
        color: var(--site-black-color);
        cursor: default;
        background-color: var(--site-color-1);
    }
    .tps-melee-stone-listing-type-tab.lab-melee-stones.active, .tps-melee-stone-listing-type-tab.lab-fancy-melee-stones.active {
        border-color: var(--labcolor-main);
        color: var(--labcolor-main);
    }

    .tps-melee-stone-listing-type-tab:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block !important;
        background-image: url(../images/melee-sprite.svg);
        position: unset;
        left:0;
        top: 0;
    }
   .tps-melee-stone-listing-type-tab.natural-white:before{
        background-position: -14px -210px;
    }
    .tps-melee-stone-listing-type-tab.natural-fancy:before{
        background-position: -132px -210px;
    }
    .tps-melee-stone-listing-type-tab.lab-white:before{
        background-position: -74px -210px;
    }
    .tps-melee-stone-listing-type-tab.lab-fancy:before{
        background-position: -194px -210px;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px 2%;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section .tps-melee-stone-filter-content-row {
            width: 32%;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section .tps-melee-stone-filter-content-row.tps-stone-shapes {
        width: 100%;
    }
    .tps-melee-stone-listing-result-container .tps-melee-stone-result-grid {
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px 2%;
    }
    .tps-melee-stone-listing-result-container .tps-melee-stone-result-grid .tps-melee-stone-info-card {
        width: 32%;
        box-shadow: 0px 1px 6px 3px rgba(162, 162, 162, 0.25);
        border-radius: 8px;
        padding: 10px;
        border: none;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul {
        display: flex;
        padding-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 15px 1%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list{
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0 0.5%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-melee-stone-filter-content-row.tps-stone-shapes {
        width: 100%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-melee-stone-filter-content-row.tps-stone-shapes .tps-filter-label {
        text-transform: capitalize;
        font-size: 16px;
        font-family: var(--font-body-family);
        font-weight: 600;
        width: 100%;
        margin: 0 0 15px;
        color: var(--site-black-color);
        line-height: 13px;
    }

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul{
        display: flex !important;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul{
        justify-content: space-between;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown{
        position: relative;
        width: 130px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown.tps-process {
        width: 150px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown.tps-clarities {
        width: 115px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown.tps-fancy-color-intensities,
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown.tps-carat-range,
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown.tps-measurements {
        width: 155px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown .tps-filter-label{
        background: #fff;
        padding: 7px 10px;
        border-radius: 4px;
        border: 0.6px solid #8C8C8C;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: var(--font-body-family);
        color: var(--site-black-color);
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown .tps-filter-label:after {
        content: "";
        position: absolute;
        right: 5px;
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/melee-sprite.svg);
        background-position: -22px -126px;
        top: 30%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown ul li.tps-filter-option-li {
        width: 100%;
        margin-top: 6px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown ul li.tps-select-all-options,
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown .tps-filter-option-label {
        width: 100%;
        border: 0;
        text-align: left;
        background: #fff;
        border-radius: 0;
        padding: 5px 8px 5px 8px;
        color: var(--site-black-color);
        font-size: 13px;
        cursor: pointer;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown .tps-filter-label
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown{
        position: relative;
        width: 100%;
        max-width: 140px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown ul.tps-filter-option-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 0.6px solid #8C8C8C;
        border-top: none;
        border-radius: 0 0 2px 2px;
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        z-index: 99;
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .tps-melee-stone-main-content-wrapper {
        padding-top: 50px;
        margin-top: 5px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li {
        position: relative;
        width: 15%;
        list-style-type: none;
        margin-bottom: 0 !important;
    }
     .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-cuts ul li {
        width: 20%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors ul li {
        width: 10%;
    }

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul input[type="checkbox"]{
        visibility: visible;
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        cursor: pointer;
        top: 0;
        margin: 0;
        z-index: 999;
    }
    .tps-filter-block .tps-swatch-filter-wrapper.tps-report-filter-wrapper ul li {
        width: 20%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li .tps-filter-option-label,
    .tps-melee-stone-filter-content-wrapper .tps-range-filter .tps-melee-stone-min-max-filter-div input{
        display: block;
        padding: 8px;
        width: 100%;
        height: 100%;
        background-color: var(--bgcolor-white);
        border-radius: 4px;
        border: 0.6px solid #8C8C8C;
        font-size: 12px;
        text-align: center;
        color: #000000;
    }
     .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li input[type="checkbox"]:checked+.tps-filter-option-label{
        background: #D5DFFF;
        color: var(--site-black-color);
    }
   .tps-melee-stone-filter-content-wrapper .tps-range-filter .tps-melee-stone-min-max-filter-div {
        display: flex;
        align-items: center;
        grid-gap: 0 3%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-range-filter .tps-melee-stone-min-max-filter-div input{
        width:40%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li {
        width: 8%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes  ul li input+span:before, 
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors  ul li input+span:before {
        content: '';
        width: 47px !important;
        height: 47px !important;
        display: block;
        margin: 0px auto 10px auto;
        background: url(../images/melee-sprite.svg);
        background-repeat: no-repeat;
        border: 1px solid transparent;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors  ul li input+span:before{
        width: 32px !important;
        height: 32px !important;
        border:.5px solid transparent;
        border-radius:50%;
        display: none;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors  ul li input[type="checkbox"]:checked+span:before{
        border:.5px solid var(--site-black-color);
    }

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Round]+span:before {
        background-position: -7px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Princess]+span:before {
        background-position: -56px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Cushion]+span:before {
        background-position: -110px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Asscher]+span:before {
        background-position: -164px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Marquise]+span:before {
        background-position: -215px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Oval]+span:before {
        background-position: -257px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Radiant]+span:before {
        background-position: -302px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Pear]+span:before {
        background-position: -350px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Emerald]+span:before {
        background-position: -397px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Heart]+span:before {
        background-position: -447px -10px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Baguette]+span:before {
        background-position: -165px -106px;
    }

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Round]:checked+span:before {
        background-position: -7px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Princess]:checked+span:before {
        background-position: -56px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Cushion]:checked+span:before {
        background-position: -110px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Asscher]:checked+span:before {
        background-position: -164px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Marquise]:checked+span:before {
        background-position: -215px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Oval]:checked+span:before {
        background-position: -257px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Radiant]:checked+span:before {
        background-position: -302px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Pear]:checked+span:before {
        background-position: -350px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Emerald]:checked+span:before {
        background-position: -397px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Heart]:checked+span:before {
        background-position: -447px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li input[value=Baguette]:checked+span:before {
        background-position: -215px -106px;
    }    

    .tps-melee-stone-listing-header-content {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 15px;
        grid-gap: 0 1%;
            align-items: center;
    }
    .tps-melee-stone-sort-wrapper {
        display: flex;
        align-items: center;
        grid-gap: 10px;
            justify-content: flex-end;
    }
   .tps-melee-stone-sort-wrapper span.tps-melee-stone-sort-label {
        font-size: 14px;
        line-height: 24px;
        color: var(--site-black-color) !important;
        font-family: var(--font-body-family);
        font-weight: 600;
    }
     .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-active{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-bottom: 1px solid var(--site-black-color) !important;
        color: var(--site-black-color);
        position: relative;
        cursor: pointer;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 0 20px 3px 5px;
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-active.tps-arrow-up:before,
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-active.tps-arrow-down:before {
        content: "";
        position: absolute;        
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/melee-sprite.svg) no-repeat;
        background-position: -22px -126px;
        top: 2px;
        right: 1px;
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-active.tps-arrow-up:before {
        rotate: 180deg;
    }
    .tps-melee-stone-sort-option-content{
        position:relative;
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-list {
        list-style-type: none;
        right: 5px;
        position: absolute;
        background: var(--bgcolor-white);
        padding: 0;
        z-index: 9;
        left: auto;
        border-top: 0;
        cursor: pointer;
        border: 1px solid #dadada;
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04);
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-list li {
        padding: 5px;
        margin-bottom:5px;
        color: var(--site-black-color);
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-list li:last-child{
        margin-bottom:0;
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-list li.active{
        background: var(--site-color-1);
    }
    .tps-melee-stone-listing-applied-filters-wrapper {
        background: var(--site-color-6);
        margin: 0 0 20px 0;
        padding: 10px 15px;
    }
    .tps-melee-stone-listing-applied-filters-list-div .tps-melee-stone-applied-filter-card,
    .tps-melee-stone-listing-applied-filters-list-div, .tps-melee-stone-applied-filter-card-option, .tps-melee-stone-applied-filter-card-option-list{
        display: flex;
        grid-gap: 8px 5px;
        align-items:center;
        position: relative;
        font-size: 14px;
        line-height: 14px;
        flex-wrap:wrap;
    }
    .tps-melee-stone-listing-applied-filters-list-div {
        display: flex;
        align-content: center;
        margin: 0;
        list-style: none;
        grid-gap: 15px;
        flex-wrap: wrap;
        position: relative;
    }
    .tps-melee-stone-applied-filter-reset-div {
        display: flex;
        justify-content: space-between;
    }
    .tps-melee-stone-applied-filter-reset-div .tps-melee-stone-applied-filter-title {
        font-size: 15px;
        color: var(--site-black-color);
        line-height: 15px;
        font-family: var(--font-body-family);
        font-weight: 400;
        margin-bottom: 13px;
        display: block;
    }
    .tps-melee-stone-listing-applied-filters-wrapper .tps-melee-stone-applied-filter-card-label {
        font-size: 14px;
        font-family: var(--font-body-family);
        font-weight: 600;
        line-height: 14px;
        color: var(--site-black-color);
        margin-top: -2px;
    }
    .tps-melee-stone-listing-applied-filters-wrapper .tps-melee-stone-applied-filter-card-option-label {
        font-size: 14px;
        font-family: var(--font-body-family);
        line-height: 14px;
        color: var(--site-black-color);
        cursor: pointer;
        font-weight: 400;
    }
    .tps-melee-stone-applied-filter-reset-div button.tps-melee-stone-applied-filter-reset-btn {
        margin-left: auto;
        font-size: 14px;
        font-family: var(--font-body-family);
        font-weight: 400;
        line-height: 14px;
        color: var(--site-black-color);
        cursor: pointer;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0 0 0 25px;
        background-color: transparent;
        text-transform: capitalize;
        min-height: auto;
    }
    .tps-melee-stone-applied-filter-reset-div button.tps-melee-stone-applied-filter-reset-btn:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(../images/melee-sprite.svg);
        background-position: -258px -216px;
        position: absolute;
        display: block;
        left: 0;        
        margin-top: 0;
        margin-right: 6px;
    }
    .tps-melee-stone-listing-content-wrapper {
        margin-top: 30px;
    }
    .tps-melee-stone-listing-applied-filters-list-div .tps-melee-stone-applied-filter-card-option .tps-melee-stone-applied-filter-card-option-remove{
        width: 15px;
        height: 15px;
        background-image: url(../images/melee-sprite.svg);
        background-position: -324px -217px;
        position: relative;
        cursor: pointer;
        top: 0;
        right: 0;
        display: block;
    }
    .tps-melee-stone-listing-applied-filters-list-div .tps-melee-stone-applied-filter-card:after {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 100%;
        background: #999;
        right: -8px;
        opacity: 0;
    }
    .tps-melee-stone-listing-applied-filters-list-div .tps-melee-stone-applied-filter-card:last-child:after{
        content:none;
    }
    .tps-melee-stone-top-content {
        display: flex;
        align-items: start;
        grid-gap: 10px 4%;
        border-bottom: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: var(--site-black-color);
            position: relative;
    }
    .tps-melee-stone-top-content-left.tps-img-container {
        width: 100%;
        max-width: 45%;
    }
    .tps-melee-stone-top-content-left.tps-img-container img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .tps-melee-stone-top-content-right {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 8px;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-verified-badge {
        color: var(--site-black-color);
        font-size: 12px;
        line-height: 22px;
        border-radius: 4px;
        border: 1px solid var(--bgcolor-3);
        padding: 5px 10px 5px 20px;
        display: inline-block;
        width: 100%;
        max-width: max-content;
        position: relative;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-title {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-sku {
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-country{
        position:relative;
        padding-left:20px;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-country:before {
        content: "";
        background-image: url(../images/melee-sprite.svg);
        width: 22px;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        background-position: -448px -816px;
    }
    .tps-melee-stone-top-content-right .tps-melee-stone-price-block {
        font-weight: 500;
    }
    .tps-melee-stone-top-content-right .tps-melee-stone-process-type {
        display: block;
        width: 50px;
        height: 25px;
        background-color: var(--site-color-1);
        border: 1px solid var(--site-color-1);
        text-align: center;  
        margin-top: 2px;      
    }
   .tps-melee-stone-additional-info-row.tps-melee-stone-additonal-info {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0px 3%;
        align-items: center;
        font-size: 11px;
        font-weight: 400;
        line-height: 22px;
        color: var(--bgcolor-2);        
    }
   .tps-melee-stone-mid-content {
        border-bottom: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        margin-bottom: 5px;
        padding: 10px 0px;    
    }
    .tps-melee-stone-additional-info-content {
        position: relative;
    }
    .tps-melee-stone-additional-info-content:after {
        content: "";
        position: absolute;
        background: var(--site-black-color);
        width: 1px;
        height: 18px;
        right: -6px;
        top: 2px;
    }
    .tps-melee-stone-additional-info-content:last-child::after {
        content:none;
    }
    .tps-melee-stone-additional-info-row.tps-melee-stone-additonal-info span.small-text {
        font-weight: 400;
        color: var(--site-black-color);
    }
   .tps-melee-stone-additional-info-row.tps-melee-stone-location {
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--bgcolor-3);
        margin: 10px 0;
        padding: 10px 0;
        row-gap: 5px;
    }
    .tps-melee-stone-additional-info-row.tps-melee-stone-location span, .tps-melee-stone-qty-selector-box-info-row.tps-melee-stone-qty-selector-box-info-country{
        position:relative;
        padding-left:25px;
    }
    
    .tps-melee-stone-additional-info-row.tps-melee-stone-location span:before, .tps-melee-stone-top-content-right span.tps-melee-stone-verified-badge:before,
    span.tps-melee-stone-qty-selector-box-info-country-text:before{
        content: "";
        position: absolute;
        left: 0;
        display: block;
        width: 22px;
        height: 22px;
        background-image: url(../images/melee-sprite.svg);
        top: 3px;
    }
    .tps-melee-stone-top-content-right span.tps-melee-stone-verified-badge:before{
        background-position: -413px -816px;
    }
    .tps-melee-stone-additional-info-row.tps-melee-stone-location span.tps-melee-stone-country:before,
    span.tps-melee-stone-qty-selector-box-info-country-text:before {
        background-position: -447px -816px;
    }
    .tps-melee-stone-additional-info-row.tps-melee-stone-location span.tps-melee-stone-returnable:before{
        background-position: -414px -848px;
    }
    .tps-melee-stone-additional-info-row.tps-melee-stone-location span.tps-melee-stone-not-returnable:before{
        background-position: -448px -848px;
    }

    .tps-melee-stone-bottom-content.tps-melee-stone-transaction-btn-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tps-melee-stone-bottom-content.tps-melee-stone-transaction-btn-group button.tps-melee-stone-select-qty {
        background-color: var(--site-black-color);
        border: 1px solid var(--site-black-color);
        width: 100%;
        padding: 7px;
        color: #fff;
        max-width: 150px;
        line-height: 25px;
        font-size: 15px;
        height: auto;
        min-height: auto;
        max-height: max-content;
        margin-top: 0;
    }
    .tps-melee-stone-bottom-content.tps-melee-stone-transaction-btn-group span.tps-melee-stone-price-block {
        text-transform: capitalize;
        font-weight: 600;
    }
    .tps-melee-stone-listing-header-content-row.tps-melee-stone-counter {
        display: flex;
        align-items: center;
        color: var(--site-black-color);
    }
    .tps-melee-stone-listing-header-content-row.tps-melee-stone-counter span.tps-melee-stone-title {
        color: var(--site-black-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-right: 5px;
    }
    span.tps-melee-stone-count.tps-loading {
        position: relative;
    }

    .tps-loading:after {
        content: "";
        background-image: url(../images/loader.gif);
        background-position: center;
        background-repeat: no-repeat;
        color: transparent !important;
        width: 20px;
        height: 20px;
        display: block;
        right: 0;
        top: 0;
        background-color: var(--site-white-color);
        position: absolute;
    }
   .tps-melee-stone-load-more-content {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        position: relative;
        margin: 40px 0px;
    }
    .tps-melee-stone-load-more-content button.tps-melee-stone-load-more-btn {
        font-family: var(--font-body-family);
        font-size: 14px;
        font-weight: 400;
        background: var(--bgcolor-white);
        text-align: center;
        display: flex;
        cursor: pointer;
        padding: 7px 30px 7px 15px;
        color: var(--site-black-color);
        border-radius: 20px;
        border: 1px solid #999;
        position: relative;
        z-index: 1;
        text-transform: none;
    }    
    .tps-melee-stone-load-more-content button.tps-melee-stone-load-more-btn:after {
        content: "";
        background: #999;
        width: 15px;
        height: 15px;
        background: url(../images/melee-sprite.svg);
        background-position: -22px -126px;
        display: block;
        position: absolute;
        right: 7%;
        top: 33%;
    }
    .tps-melee-stone-load-more-content:after {
        content: "";
        position: absolute;
        background: #999;
        width: 100%;
        height: 1px;
        left: 0%;
        right: 0;
        top: 25px;
    }
    .tps-melee-stone-item-not-found-wrapper {
        text-align: center;
        height: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 14%;
        justify-content: center;
        border: 1px solid #8C8C8C;
        margin-bottom: 30px;
    }
    .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content span.tps-melee-stone-reset-filter-btn {
        color: var(--site-black-color);
        cursor: pointer;
        font-weight: 500;
        text-decoration: underline;
    }
    .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content {
        font-size: 16px;
        line-height: 26px;
        color: var(--site-black-color);
        position:relative;
    }
    .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content:after{
        content: "";
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        top: -70px;
        margin: auto;
        right: 0;
        left: 0;
        background-image: url(../images/melee-sprite.svg);
        background-position: -436px -195px;
    }
    /*loader design */
    .tps-melee-stone-list-loader-wrapper ul {
        list-style: none;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 25px 2%;
        padding-left: 0;
    }
    .tps-melee-stone-list-loader-wrapper ul li {
        cursor: pointer;
        transition: .3s;
        border: 1px solid #F1F1F1;
        position: relative;
    }
    .tps-melee-stone-list-loader-wrapper {
        background: var(--bgcolor-white);
        border-bottom: 1px solid #f2f2f2;
        padding: 25px 0px;
        margin: 0 auto;
        height: 820px;
        overflow: hidden;
    }
    .tps-melee-stone-list-loader-wrapper ul li .tps-melee-stone-list-animated-background{
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: linear-gradient(to right, #e7e7e966 8%, #dddddd 18%, #e7e7e966 33%);
        background-size: 900px 204px;
        height: 50px;
        position: relative;
        display: block !important;
    }
    .tps-melee-stone-list-images-title-wrapper {
        display: flex;
        margin-bottom: 20px;
        grid-gap:10px 2%;
    }
    .tps-melee-stone-list-images-title-wrapper .tps-melee-stone-list-grid-pr-img {
        width: 45%;
        height: 150px !important;
    }
    .tps-melee-stone-list-images-title-wrapper .tps-melee-stone-list-grid-pr-content{
        width: 55%;
    }
    .tps-melee-stone-list-grid-pr-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tps-melee-stone-list-spinner-grid-container .tps-melee-stone-list-grid-pr-shape {
        display: flex;
        grid-gap: 0 1%;
        margin: 0 10px;
    }
    .tps-melee-stone-list-images-title-wrapper .tps-melee-stone-list-grid-pr-content span.tps-melee-stone-list-grid-pr-title {
        height: 20px !important;
        margin-top: 10px;
    }
    .tps-melee-stone-list-spinner-grid-container span.tps-loader-melee-stone-price-section {
        display: flex;
        grid-gap: 0 2%;
    }
    .tps-melee-stone-list-spinner-grid-container span.tps-loader-melee-stone-price-section span.tps-melee-stone-list-grid-pr-price,
    .tps-melee-stone-list-spinner-grid-container span.tps-loader-melee-stone-price-section span.tps-melee-stone-list-grid-pr-select-qty {
        width: 49%;
    }

    .tps-melee-stone-list-grid-pr-shape .tps-melee-stone-list-grid-pr-line {
        width: 20%;
        height: 10px !important;
        display: block;
        margin-bottom: 20px;
    }
    .tps-melee-stone-list-spinner-grid-container span.tps-loader-melee-stone-location {
        display: flex;
        grid-gap: 10px 2%;
         margin: 0 10px 20px;
    }
    span.tps-loader-melee-stone-location span.tps-melee-stone-location-icon {
        width: 20%;
        height: 20px !important;
    }
    span.tps-melee-stone-list-animated-background.tps-melee-stone-location-title {
        width: 80% !important;
        height: 20px !important;
    }
    @keyframes placeHolderShimmer {
        0% {
            background-position: -468px 0;
        }

        100% {
            background-position: 468px 0;
        }
    }
    /*end*/
    .tps-melee-stone-listing-h1-title {
        display: block;    
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        font-family: var(--font-body-family);
        color: var(--site-black-color);
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .tps-melee-stone-qty-selector-box-container {
        visibility: hidden;
        opacity: 0;
        transition: all 0.9s ease-in;
        transform: scale(1);
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000000b0;
        display: flex;
        align-items: center;
    }
    .tps-melee-stone-qty-selector-box-container.tps-activate-qty-selector{
        opacity:1;
        visibility: visible;
    }
    .tps-melee-stone-qty-selector-box-content-wrapper {
        width: fit-content;        
        color: var(--site-black-color);        
        margin: auto;
        text-align: center;
        width: 100%;        
        position: relative;        
        cursor: default;
    }
    .tps-melee-stone-qty-selector-box-content-wrapper .tps-melee-stone-qty-selector-box-error-note {
        text-align: left;
        display: block;
        color: red;
    }
    .tps-melee-stone-qty-selector-box-content-wrapper span.tps-melee-stone-qty-selector-box-close {
        width: 18px;
        height: 18px;
        display: block;
        background: url(../images/melee-sprite.svg);
        background-position: -155px -130px;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        color: transparent;
        right: 5px;
        top: 5px;
        outline: 0;
        box-shadow: none;
        background-repeat: no-repeat;
    }
    .tps-disabled{
        opacity:0.5;
        pointer-events:none;
    }
    .tps-melee-stone-qty-selector-box-info-block{
        display: flex;
        margin: 20px 0 0;
    }
    .tps-melee-stone-qty-selector-box-info-row.tps-melee-stone-qty-selector-box-info-img{
        width:45%;
    }
    .tps-melee-stone-qty-selector-box-info-row.tps-melee-stone-qty-selector-box-info-img img {
        width: 100%;
        height: auto;
    }
    .tps-melee-stone-qty-selector-box-info-row.tps-melee-stone-qty-selector-box-info-title-price-content {
        padding-left: 25px;
        text-align: left;
    }
    .tps-melee-stone-qty-selector-box-info-title-price-content-title span {
        display: block;
        text-transform: capitalize;
    }
    .tps-melee-stone-qty-selector-box-info-title-price-content-title span.tps-melee-stone-qty-selector-box-info-title{
        font-size:18px;
        line-height:28px;
        font-weight:600;
    }
    .tps-melee-stone-qty-selector-box-info-row.tps-melee-stone-qty-selector-box-info-title-price-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tps-melee-stone-qty-selector-box-main-content {
        padding: 10px 0;
        text-align: left;
        border-top: 1px solid var(--bgcolor-2);
        margin: 0px 0px 10px 0px;
        border-bottom: 1px solid var(--bgcolor-2);
    }
    .tps-melee-stone-qty-selector-box-main-content .tps-melee-stone-qty-selector-box-label {
        font-size: 14px;
        line-height: 22px;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .tps-melee-stone-qty-selector-box-bottom-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper {
        display: flex;
        grid-gap: 0 2%;
        align-items: flex-start;
    }
   .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        display: flex;
        align-items: center;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button {
        background: transparent;
        border: 1px solid #999999;
        padding: 5px 12px;
        color: #999999;
        min-height: auto;
        height: 30px;
        text-transform: none;
        font-size: 14px;
        font-weight: 400;
    }
    button.tps-melee-stone-qty-selector-box-btn.tps-select-by-carat{
        border-radius: 4px 0px 0px 4px;
        border-right: 0;
    }
    button.tps-melee-stone-qty-selector-box-btn.tps-select-by-pieces{
        border-radius: 0px 4px 4px 0px;
        border-left: 0;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button.tps-select-by-carat.active{
        border: 1px solid var(--primary-site-color);
        color: var(--primary-site-color);
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button.tps-select-by-pieces.active{
        border: 1px solid var(--primary-site-color);
        color: var(--primary-site-color);
    }
    .tps-melee-stone-qty-selector-box-form-content {
        display: flex;
        border-radius: 4px;
        border: 1px solid #999999;
        align-items: center;
        justify-content: space-around;
        height: 30px;
    }
    .tps-melee-stone-qty-selector-box-form-wrapper .tps-melee-stone-qty-selector-box-form-suggestion {
        font-size: 12px;
    }
    .tps-melee-stone-qty-selector-box-form-content .tps-melee-stone-qty-selector-box-form-suffix {
        padding-right: 5px;
    }
    .tps-melee-stone-qty-selector-box-form-content input {
        height: 30px;
        padding: 5px 20px;
        margin-right: 5px;
        width: 88%;
        border: 0;
    }
    .tps-melee-stone-qty-selector-box-form-wrapper {
        width: 68%;
    }
    .tps-melee-stone-qty-selector-box-form-wrapper .tps-melee-stone-qty-selector-box-form-suggestion,
    .tps-melee-stone-qty-selector-box-form.tps-form-by-carat span.tps-melee-stone-qty-selector-box-form-suggestion {
        font-size: 12px;
        text-align: right;
        width: 100%;
        display: block;
        margin: 5px 0 0 0;
    }
    .tps-melee-stone-qty-selector-box-price-block {
        display: flex;
        justify-content: space-between;
        padding: 8px 0px;
        grid-gap: 0 5px;
    }
    .tps-melee-stone-qty-selector-box-price-block span.tps-melee-stone-qty-selector-box-price-block-label {
        font-size: 14px;
        font-weight: 400;
    }
    .tps-melee-stone-qty-selector-box-price-block span.tps-melee-stone-qty-selector-box-total-final-price {
        font-weight: 500;
        font-size: 14px;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button {      
        width: 100%;
        padding: 7px;        
        min-width: 190px;
        max-width: 190px;        
        height: auto;
        min-height: auto;
        max-height: max-content;
        margin-top: 0;        
        background-color: var(--site-black-color);
        border: 1px solid var(--site-black-color);
        color: var(--site-white-color);
        text-align: center;
        font-family: var(--font-body-family);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        position: relative;
        text-transform: none;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button.tps-add-to-cart.tps-loading:after{
        top:auto;
        right: 5px;
        background-color: transparent;
    }
    .tps-melee-stone-qty-selector-box-bottom-content button.tps-melee-stone-qty-selector-box-btn.tps-add-to-cart {
        border-color: var(--primary-site-color);
        background: var(--primary-site-color);        
    }
    .tps-melee-stone-qty-selector-box-header-content strong.tps-melee-stone-qty-selector-box-title {
        font-size: 22px;
        display: block;
    }
    .tps-highlight {
        animation: blink 2s ease-in-out infinite none;
        border-color: #ff0023;
        border-radius:8px;
    }
    @keyframes blink {
        0% {
            box-shadow: 0 0 0 0 rgb(255 4 4 / 98%);
        }

        100% {
            box-shadow: 0 0 0 1px rgb(255 0 35);
        }
    }
      .tps-melee-stone-listing-header-content-row.tps-whats-app-share-div{
        position: relative;
        background: #25D366;
        padding: 5px 7px;
        border-radius: 10px;
        border: 0.6px solid #25D366;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: var(--font-body-family);
        color: var(--site-white-color);
        display: flex;
    }
    .tps-melee-stone-shareable-div {
        position: relative;
        background: var(--site-white-color);
        align-items: center;
        top: 0;
        width: 100%;
    }
    .tps-melee-stone-shareable-div input{
        width: 18px;
        height: 18px;
        cursor: pointer;
        z-index: 111;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .tps-melee-stone-shareable-div input[type=checkbox]+label {
        padding-left: 27px;
        font-size: 12px;
        margin: 0;
    }
    .tps-melee-stone-shareable-div input[type=checkbox]+label:after {
        content: '';
        width: 18px !important;
        height: 18px !important;
        cursor: pointer;
        z-index: 11;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 5px;
        border: 1px solid var(--site-black-color);
    }
    .tps-melee-stone-shareable-div input[type=checkbox]+label span{
        position: relative;
    }
       .tps-melee-stone-shareable-div input[type=checkbox]+label span:after {
        content: '';
        width: 20px !important;
        height: 20px !important;
        position: absolute;
        display: block;
        background: url(../images/whatsappicon.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        right: -24px;
        top: -3px;
    }

    .tps-melee-stone-shareable-div input[type=checkbox]:checked+label:after {
        background: url(../images/tick.svg), var(--primary-site-color) !important;
        border: 1px solid var(--primary-site-color);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }
    .tps-melee-stone-listing-header-content .tps-whats-app-share-div button.tps-whats-app-share-btn {
        padding: 1px 1px 1px 25px;
        min-height: auto !important;
        color: var(--site-white-color) !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-right: 0;
        background: transparent;
        text-transform: capitalize;
        width: 100%;
        text-align: left;
        display: block;
    }
    .tps-melee-stone-listing-header-content .tps-whats-app-share-div button.tps-whats-app-share-btn{
        position: relative;
    }
   .tps-melee-stone-listing-header-content .tps-whats-app-share-div button.tps-whats-app-share-btn:before {
    background-position: center;
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/whatsapp-logo-white.svg);
    background-repeat: no-repeat;
    left: 0;
}
    .tps-melee-stone-listing-header-content .tps-whats-app-share-div span.tps-whats-app-selected-item-count{
        color: var(--site-white-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
            padding-top: 5px;
    }
    .tps-melee-stone-listing-header-content .tps-whats-app-share-div button.tps-whats-app-share-btn.tps-loading:after{
        top: 5px;
        right: -3px;
    }
    .row.content-layout-wrapper.align-items-start {
        overflow: hidden;
        position: relative;
    }
    .tps-melee-stone-listing-header-content.tps-sticky {
        position: fixed;
        background:var(--site-white-color);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        z-index: 1111;
        padding: 10px;
        max-width: 1162px !important;
        width: 100% !important;
        margin: 0;
    }
    

 @media (min-width:768px){
    .tps-melee-stone-listing-mobile-btn-group, button.tps-melee-stone-listing-mobile-open-filter{
        display: none;
    }
    .tps-melee-stone-listing-mobile-filter-title, .tps-melee-stone-listing-mobile-top-content-wrapper .tps-melee-stone-filter-reset-content-wrapper {
        display: none;
    }
}
@media (hover: hover) {
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-title:hover {
        text-decoration: underline;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div button:hover {
        background-color: var(--bgcolor-white);
        color: var(--site-black-color);
    }
    .tps-melee-stone-listing-type-tab:hover {
        border-color: var(--site-black-color);
        color: var(--site-black-color);
        cursor: default;
    }
    .tps-melee-stone-listing-type-tab.lab-melee-stones:hover, .tps-melee-stone-listing-type-tab.lab-fancy-melee-stones:hover{
        border-color: var(--labcolor-main);
        color: var(--labcolor-main);
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown ul li.tps-select-all-options:hover,
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li:hover .tps-filter-option-label{
        border-color: var(--primary-site-color);
        color: var(--primary-site-color);
        background: #D5DFFF;
    }
     .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors  ul li:hover span:before{
        border:.5px solid var(--site-black-color);
    }   

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Round]+span:before {
        background-position: -7px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Princess]+span:before {
        background-position: -56px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Cushion]+span:before {
        background-position: -110px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Asscher]+span:before {
        background-position: -164px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Marquise]+span:before {
        background-position: -215px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Oval]+span:before {
        background-position: -257px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Radiant]+span:before {
        background-position: -302px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Pear]+span:before {
        background-position: -350px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Emerald]+span:before {
        background-position: -397px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Heart]+span:before {
        background-position: -447px -60px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li:hover input[value=Baguette]+span:before {
        background-position: -215px -106px;
    }
   
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-list li:hover{
        background: var(--site-color-1);
    }
    .tps-melee-stone-listing-applied-filters-list-div .tps-melee-stone-applied-filter-card-option .tps-melee-stone-applied-filter-card-option-remove:hover {
        background-position: -301px -217px;
    }
    .tps-melee-stone-applied-filter-reset-div button.tps-melee-stone-applied-filter-reset-btn:hover{
        color: var(--primary-site-color);
    }
     .tps-melee-stone-bottom-content.tps-melee-stone-transaction-btn-group button.tps-melee-stone-select-qty:hover,
     .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button:hover {
        background-color: transparent;
        color:var(--site-black-color);
     }
     .tps-melee-stone-qty-selector-box-bottom-content button.tps-melee-stone-qty-selector-box-btn.tps-add-to-cart:hover {
        border-color:var(--site-black-color);
     }
     .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content span.tps-melee-stone-reset-filter-btn:hover{
        text-decoration:underline;
     }
     .tps-melee-stone-load-more-content button.tps-melee-stone-load-more-btn:hover {
        color: var(--site-black-color);
        background-color: var(--site-color-1);
        border-color: var(--site-color-1);
    }
    .tps-melee-stone-qty-selector-box-content-wrapper span.tps-melee-stone-qty-selector-box-close:hover {
        background-position: -127px -130px;
    }
    .tps-melee-stone-load-more-content span.tps-melee-stone-go-top-link:hover {
        cursor: pointer;
        color:var(--site-black-color);
    }
     .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button:hover{
        border-color:var(--bgcolor-2);
    }
    .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content span.tps-melee-stone-reset-filter-btn:hover {
        color: var(--primary-site-color);
    }
}

@media (max-width: 1199px) {
    .tps-melee-stone-listing-type-wrapper .tps-melee-stone-listing-type-list {    
        grid-gap: 1%;    
    }
    .tps-melee-stone-listing-type-tab {
        font-size: 14px;
        padding-inline: 6px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul {
        justify-content: left;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-cuts ul li {
        width: 24%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li {
       width: 18%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list {    
        grid-gap: 15px 1%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown {    
        width: 24% !important;
    }
}

@media (max-width: 1024px) {    
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-cuts ul li, .tps-melee-stone-listing-result-container .tps-melee-stone-result-grid .tps-melee-stone-info-card {
        width: 32%;
    }
    .tps-melee-stone-list-loader-wrapper ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li {
        width: 23%;
    }  
    .tps-melee-stone-listing-type-wrapper .tps-melee-stone-listing-type-list {        
        justify-content: left;
    }
    .tps-melee-stone-listing-type-tab {
        font-size: 12px;
        padding-inline: 3px;
    }  
    .tps-melee-stone-main-content-wrapper.tps-container {
        padding-inline: 0 !important;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div span.tps-melee-stone-reset-filter-confirm-title {
        font-size: 11px;    
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div {
        width: 175px;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div button {
        font-size: 12px;  
    }
}

@media (max-width: 825px) {
   
       .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-fancy-colors ul li {
        width: 15%;
    }    
    .tps-melee-stone-listing-result-container .tps-melee-stone-result-grid .tps-melee-stone-info-card {
        width: 49%;
    }
    .tps-melee-stone-bottom-content.tps-melee-stone-transaction-btn-group button.tps-melee-stone-select-qty{
        margin:0;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li {
        width: 15.66%;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section .tps-melee-stone-filter-content-row {
        width: 48%;
    }
    .tps-melee-stone-list-loader-wrapper ul{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {  
    .tps-melee-stone-listing-header-content-row.tps-whats-app-share-div:before {
        left: -5px;
    }  
    .tps-melee-stone-listing-type-tab.natural-melee-stones.active:before{
        background-position: -6px -59px !important;
    }
    .tps-melee-stone-listing-type-tab.natural-fancy-melee-stones.active:before{
        background-position: -123px -59px !important;
    }
    .tps-melee-stone-listing-type-tab.lab-melee-stones.active:before{
        background-position: -64px -59px !important;
    }
    .tps-melee-stone-listing-type-tab.lab-fancy-melee-stones.active:before{
        background-position: -184px -59px !important;
    }
}

@media (max-width: 767px) {

    .tps-melee-stone-main-content-wrapper.tps-container {
        padding-inline: 0 !important;
        margin-top: 5px;
    }
    .tps-melee-stone-listing-type-wrapper .tps-melee-stone-listing-type-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        grid-gap: 8px 2%;
        margin: 0;
        padding: 0px;
        border-bottom: none;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .tps-melee-stone-listing-type-tab {
        border: 1px solid #bbbbbb;
        font-size: 12px;
        display: flex;
        align-items: center;
        padding: 3px;
        width: 49%;
        height: 39px;
        line-height: normal;
        justify-content: center;
        column-gap: 4px;
    }
    .tps-melee-stone-listing-type-tab:before {       
        position: unset;
    }
    .tps-melee-stone-listing-h1-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
    }
    button.tps-melee-stone-listing-mobile-open-filter {
        display: block;
        margin: auto;
        background-color: var(--site-white-color);
        color: var(--primary-site-color);
        line-height: normal;
        color: transparent;
        padding: 6px 20px;
        font-weight: 100;
        border: 1px solid var(--site-black-color);
        font-size: 0px;
        width: 60px;
        height: 40px;
        border-radius: 0;
        position: relative;
    }
    button.tps-melee-stone-listing-mobile-open-filter:after {
        content: "";
        width: 30px;
        height: 30px;
        display: block !important;
        background: url(../images/melee-sprite.svg) no-repeat;
        background-position: -96px -260px;
        position: absolute;
        top: 5px;
        left: 15px;
    }
    .tps-melee-stone-main-top-content-wrapper.tps-open-filter-panel {
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100% !important;
        background-color: #2323238a;
        transition: all .1s 1s;
        z-index: 999999;
    }
    .tps-melee-stone-main-top-content {
        position: fixed;
        top: 50px;
        left: 0%;
        width: 100%;
        transform: translateY(110%);
        height: 100% !important;
        background-color: var(--bgcolor-white);
        transition: all 0.5s ease-out;
        z-index: 99;
        padding: 0 0 50px;
        border-radius: 20px 20px 0 0;
    }
    .tps-melee-stone-main-top-content-wrapper.tps-open-filter-panel .tps-melee-stone-main-top-content {
        transform: translateY(0%);
    }
    .tps-melee-stone-listing-mobile-top-content-wrapper {        
        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-melee-stone-listing-mobile-top-content-wrapper .tps-melee-stone-listing-mobile-filter-title {
        font-size: 16px;
        line-height: 16px;
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .tps-melee-stone-filter-content-wrapper {
        overflow: hidden;
        overflow-y: scroll;
        height: 85%;        
        padding: 15px 15px 30px 15px;
    }
   .tps-melee-stone-listing-mobile-btn-group button {
        width: 100%;
        margin: -5px 0 0;
        box-sizing: border-box;
        padding: 13px 20px 11px;
        text-decoration: none;
        border: 0;
        border-radius: 0;
        background-color: var(--primary-site-color) !important;
        color: var(--bgcolor-white) !important;
        z-index: 9;
        font-family: var(--font-body-family);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 14px;
        position: relative;
    }
    .tps-melee-stone-main-content-wrapper.tps-container .tps-melee-stone-filter-reset-content-wrapper {
        display: none;
    }
    .tps-melee-stone-listing-mobile-top-content-wrapper .tps-melee-stone-filter-reset-content-wrapper {
        display: block !important;
        position: unset;
        margin: 0;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section {
       padding: 20px 20px 50px;
    }
    .tps-melee-stone-listing-mobile-close-filter {
        width: 20px;
        height: 20px;
        background-image: url(../images/melee-sprite.svg);
        background-position: -16px -265px;
        position: relative;
        cursor: pointer;       
        display: block;
    }
    .tps-melee-stone-reset-filter-div{
        position:relative;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-title {
        cursor: pointer;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 24px;
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        position: relative;
        transition: width 2s;
        display: flex;
        align-items: center;
        width: fit-content;
        margin-left: auto;
        padding: 0;
        font-weight: 600;
        min-height: auto;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-title:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        background-image: url(../images/melee-sprite.svg);
        margin-right: 3px;
        background-position: -102px -124px;
    }

    .tps-melee-stone-filter-reset-content-wrapper span.tps-melee-stone-listing-mobile-close-filter {
        width: 25px;
        height: 25px;
        background: url(../images/melee-sprite.svg) no-repeat;
        display: block;
        background-position: -126px -192px;
        font-size: 0;
    }   
    button.tps-melee-stone-listing-mobile-open-filter.tps-sticky {
        position: fixed;
        bottom: 54px;
        left: 50%;
        transform: translate(-50%);
        z-index: 9;
        width: 100%;
        padding: 6px 20px;
        margin: 0;        
        border-radius: 0;
        text-align: center;
        top: auto;
        background-color: var(--primary-site-color);
        border-color: var(--primary-site-color);
        font-size: 14px;
        color: var(--site-white-color);
    }
    button.tps-melee-stone-listing-mobile-open-filter.tps-sticky:after {
        left: 44%;
        transform: translate(-50%, -0%);
        background-position: -147px -260px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list {   
        grid-gap: 20px 2%;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-list .tps-filter-type-dropdown {
        width: 49% !important;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row ul li .tps-filter-option-label, 
    .tps-melee-stone-filter-content-wrapper .tps-range-filter .tps-melee-stone-min-max-filter-div input {
        padding: 5px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul {    
        gap: 6px 1%;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div span.tps-melee-stone-reset-filter-confirm-title {
        font-size: 13px;    
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div {
        width: 215px;
    }
    .tps-melee-stone-reset-filter-div .tps-melee-stone-reset-filter-options-div button {
        font-size: 14px;  
    }
}

@media (max-width: 639px) {
    .tps-melee-stone-listing-header-content{
       flex-wrap: wrap;
       row-gap: 10px;
       justify-content: center;
     }
     .tps-melee-stone-listing-header-content.tps-whatsapp-share-active .tps-melee-stone-listing-header-content-row.tps-melee-stone-sort-box {
        margin-inline: auto;
    }

    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li {
        width: 16%;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section .tps-melee-stone-filter-content-row {
        width: 100%;
    }
    button.tps-melee-stone-listing-mobile-open-filter.tps-sticky:after {
        left: 38%;
    }
}

@media (max-width: 580px) {
    .tps-melee-stone-qty-selector-box-content-wrapper {
        max-width: 95%;
    }
    .tps-melee-stone-qty-selector-box-form-content input {
        height: 31px;
        padding: 9px;
        width: 82%;
        border: 0;
    }    
    .tps-melee-stone-listing-result-container .tps-melee-stone-result-grid .tps-melee-stone-info-card {
        width: 100%;
    }
    .tps-melee-stone-top-content-left.tps-img-container {
        max-width: 45%;
    }
    .tps-melee-stone-listing-header-content-row.tps-melee-stone-sort-box {
        max-width: 215px;
    }
    .tps-melee-stone-filter-content-wrapper .tps-melee-stone-filter-content-row.tps-stone-shapes ul li {
        width: 19.2%;
    }
    .tps-melee-stone-load-more-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        grid-gap: 10px 0px;
    }
    .tps-melee-stone-load-more-content:after{
        content:none;
    }
    .tps-melee-stone-load-more-content button.tps-melee-stone-load-more-btn {
        width: 100%;
        max-width: 140px;
        margin: auto;
        padding: 7px 30px;
    }
    .tps-melee-stone-filter-content-wrapper .shopify-section .tps-melee-stone-filter-content-row{
        width: 100%;
    }
    .tps-melee-stone-listing-applied-filters-list-div {
        grid-gap: 10px 15px;
    }
    .tps-melee-stone-item-not-found-wrapper {
        padding: 4%;
    }
    .tps-melee-stone-item-not-found-wrapper .tps-melee-stone-item-not-found-content {
        font-size: 14px;
        line-height: 24px;
    }
    .tps-melee-stone-sort-wrapper .tps-melee-stone-sort-option-content .tps-melee-stone-sort-option-active {
        font-size: 12px;
    }
    .tps-melee-stone-listing-header-content {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .tps-melee-stone-list-loader-wrapper ul{
        grid-template-columns: 1fr;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button {
        min-width: 200px;
        max-width: 200px;
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button {
        min-width: 150px;
        max-width: 150px;        
    }
    .tps-melee-stone-listing-type-tab {        
        font-size: 11px;    
        padding-inline: 1px;   
    }
}