: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-gray-color: #cccccc;
    --site-color-4: #BBBBBB;
    --site-color-5: #DFDFDF;
    --site-color-6: #F5F5F5;
    --font-body-family: "Poppins",Arial,Helvetica,sans-serif
}
a {
    cursor: pointer;
}
 .tps-disable{
        opacity:0.5;
        pointer-events:none;
    }
.tps-melee-stone-detail-top-content {
    display: flex;
    justify-content: center;
    grid-gap: 25px 5%;
    padding-bottom: 50px;
}
.tps-melee-stone-detail-meta-content h2 {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.tps-melee-stone-detail-additional-info-rows {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px 3%;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.tps-melee-stone-detail-additional-info-rows .tps-melee-stone-detail-additional-info-row{
    position: relative;
}
.tps-melee-stone-detail-additional-info-rows .tps-melee-stone-detail-additional-info-row:after {
    content: "";
    position: absolute;
    background: var(--site-black-color);
    width: 1px;
    height: 18px;
    right: -6px;
    top: 2px;
}
.tps-melee-stone-detail-additional-info-rows .tps-melee-stone-detail-additional-info-row span{
    font-size: 12px;
    line-height: 22px;
}
.tps-melee-stone-detail-additional-info-rows .tps-melee-stone-detail-additional-info-row span.tps-melee-stone-detail-additional-info-label {
    font-weight: 600;
    color: var(--site-black-color);
}
.tps-melee-stone-detail-top-content-left{
    width: 55%;
    position: relative;
}
.tps-melee-stone-detail-top-content-right {
    width: 45%;
}
.tps-melee-stone-detail-media-div img {
    width: 100%;
}
.tps-melee-stone-detail-sku-div {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.tps-melee-stone-detail-price-div {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tps-melee-stone-detail-meta-content {
    border-bottom: 1px solid var(--site-gray-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tps-melee-stone-detail-filter-content span.tps-melee-stone-detail-filter-label,
.tps-melee-stone-detail-qty-selector-box-content .tps-melee-stone-qty-selector-box-main-content span.tps-melee-stone-qty-selector-box-label {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}
.tps-melee-stone-detail-filter-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 3%;
    margin-bottom: 15px;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row {
    width: 45%;
}

.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row span.tps-melee-stone-detail-filter-active-option {
    color: var(--site-black-color);
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid #8C8C8C;
    padding: 7px 20px 7px 10px;
    margin-top: 10px;
    display: block;
    position: relative;
    height: 32px;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row span.tps-melee-stone-detail-filter-active-option:after{
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/melee-sprite.svg);    
    right: 10px;
    top: 7px;
    display: block;
    position: absolute;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row span.tps-melee-stone-detail-filter-active-option.tps-arrow-down:after{
    background-position: -22px -125px;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row span.tps-melee-stone-detail-filter-active-option.tps-arrow-up:after{
    background-position: -22px -125px;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row {
    position: relative;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul.tps-melee-stone-detail-filter-options {
    list-style-type: none;
    right: 0;
    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);
    width: 100%;
    
}
.tps-melee-stone-detail-filter-row.tps-more-options ul.tps-melee-stone-detail-filter-options {
    overflow-y: scroll;
    height: 110px;
}


.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul li {
    padding: 5px;
    margin-bottom: 0;;
    color: var(--site-black-color);
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul li:nth-last-child{
    margin-bottom: 0;
}
.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul li.active {
    background: var(--primary-site-color);
    color: #fff;
}

.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul::-webkit-scrollbar {
    width: 4px;
    background-color: #f7f7f7;
}

.tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary-site-color);
}
.tps-melee-stone-qty-selector-box-btn-wrapper {
    display: flex;
}
.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;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button.tps-select-by-carat{
        border-radius: 4px 0px 0px 4px;
        border-right: 0;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button.tps-select-by-pieces{
        border-radius: 0px 4px 4px 0px;
        border-left: 0;
        margin-left: -5px;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group button.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 {
        width: 35%;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-form-wrapper {
        width: 65%;
    }
    .tps-melee-stone-qty-selector-box-form-content {
        display: flex;
        border-radius: 4px;
        border: 1px solid #999999;
        align-items: center;
        justify-content: space-between;
        height: 30px;
    }
    .tps-melee-stone-qty-selector-box-form-content input {
        height: 30px;
        padding: 5px 20px;
        margin-right: 5px;
        width: 90%;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: textfield !important;
    }
    .tps-melee-stone-qty-selector-box-form-content input[type=number]::-webkit-outer-spin-button,
    .tps-melee-stone-qty-selector-box-form-content input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .tps-melee-stone-qty-selector-box-form 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-form-content .tps-highlight {
        animation: blink 2s ease-in-out infinite none;
        border-color: #ff0023;
    }
    @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-qty-selector-box-bottom-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 20px 0;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button.tps-add-to-cart {
        width: 100%;
        padding: 7px;
        height: auto;
        min-height: auto;
        max-height: max-content;
        margin-top: 0;
        background-color: var(--primary-site-color);
        border: 1px solid var(--primary-site-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: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: 5px;
        position: absolute;
        opacity: 0;
        visibility: hidden;

    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button.tps-add-to-cart.tps-loading:after {
        opacity: 1;
        visibility: visible;
    }

    .tps-melee-stone-qty-selector-box-price-block span {
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group {
        width: 65%;
    }
    span.tps-melee-stone-qty-selector-box-error-note {
        color: green;
        margin-bottom: 13px;
        display: block;
    }

    h2.tps-melee-stone-detail-info-table-hedding {
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .tps-melee-stone-detail-bottom-content span.tps-melee-stone-detail-info-table-title {
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        margin-bottom: 10px;
    }
    .tps-melee-stone-detail-info-table-row span {
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }
    .tps-melee-stone-detail-bottom-content {
        display: flex;
        grid-gap: 10px 5%;
    }
    .tps-melee-stone-delivery-container span {
        display: block;
        font-size: 14px;
        color: var(--site-black-color);
        line-height: 32px;
        font-weight: 400;
    }
    .tps-melee-stone-detail-shipping-content {
        border-top: 1px solid #CCC;
        padding-top: 20px;
    }

    .tps-melee-stone-detail-shipping-content span {
        display: block;
        color: var(--site-black-color);
        font-family: var(--font-body-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .tps-melee-stone-detail-shipping-content span:last-child{
        margin-bottom: 0;
    }
    .tps-melee-stone-detail-shipping-content span:before {
        content: "";
        position: absolute;
        width: 28px;
        height: 27px;
        display: block;
        background-image: url(../images/melee-sprite.svg);
        left: 0;
    }
    .tps-melee-stone-detail-shipping-content span:nth-child(1):before {
        background-position: -15px -305px;
    }
    .tps-melee-stone-detail-shipping-content span:nth-child(2):before {
        background-position: -57px -305px;
    }
    .tps-melee-stone-detail-shipping-content span:nth-child(3):before {
         background-position: -101px -305px;
    }
        
    .tps-melee-stone-detail-popup-msg-wrapper {
        position: fixed;
        background-color: rgb(0 0 0 / 55%);
        top: 0;
        z-index: 111111;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tps-melee-stone-detail-popup-msg-wrapper p.tps-melee-stone-detail-popup-msg-content {
        padding: 20px;
        margin: 0;
        background: var(--site-white-color);
        border-radius: 5px;
        font-size: 16px;
        width: 100%;
        max-width: 370px;
    }
    span.tps-melee-stone-qty-selector-box-form-suffix {
        padding-right: 5px;
    }
    
    /* Fullscreen overlay */
    .tps-melee-stone-full-page-loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #0000007d; /* luxury dark */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 999999999;
    }

    /* Diamond shape */
    .tps-melee-stone-full-page-loader div {
      width: 60px;
      height: 60px;
      transform: rotate(45deg);
      position: relative;
    }

    /* Diamond sparkle dots */
    .tps-melee-stone-full-page-loader div::before,
    .tps-melee-stone-full-page-loader div::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      animation: diamond-spin 1.2s infinite linear;
    }

    /* Position dots */
    .tps-melee-stone-full-page-loader div::before {
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
    }

    .tps-melee-stone-full-page-loader div::after {
      bottom: -25px;
      left: 50%;
      transform: translateX(-50%);
      animation-delay: 0.6s;
    }

    /* Diamond border glow */
    .tps-melee-stone-full-page-loader div {
      border: 2px solid #fff;
      box-shadow: 0 0 15px rgba(255,255,255,0.4),
                  0 0 30px rgba(255,255,255,0.2);
      animation: rotateDiamond 2s linear infinite;
    }

    /* Rotation */
    @keyframes rotateDiamond {
      100% {
        transform: rotate(405deg);
      }
    }

/* Sparkle animation */
@keyframes diamond-spin {
  0%,100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.3); }
}
/*loader design strat*/
.timeline-item{
    height: 500px;
}
.tps-diamondlist-animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: var(--site-property-loader-bg-color);
    background: linear-gradient(to right,var(--site-property-loader-color) 8%,var(--site-property-loader-bg-color2) 18%,var(--site-property-loader-color) 33%);
    background-size: 900px 204px;
    height: 100%;
    position: relative;
    width: 100%;

}
.tps_grid_animated-background {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}


.tps-melee-stone-media-loader .tps-seDetailc-spinner-row {
    display: flex;
    justify-content: flex-start;
   /* position: absolute;
    bottom: 20px;*/
    width: 100%;
    grid-gap: 10px;
    flex-direction: column;
    left: 0;
}
.tps-melee-stone-media-loader .tps-seDetailc-spinner-row span{
    /*background: var(--site-property-loader-color);*/
    width: 70px;
    height: 70px;
    top: 10px;
    transform: none;
    left: 0;
    position: relative;
    display: block;
}
.tps-loose-diamond-background-masker.tps_grid_meta_section {
    width: 20%;
    position: relative;
    display: none;
}
.tps-melee-stone-detail-media-loader {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 100%;
    margin: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.tps-melee-stone-media-loader {
    width: 100%;
}
.tps-melee-stone-detail-not-found-div {
    text-align: center;
    font-family: 'Noto Sans';
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    border: 1px solid #000;
    padding: 50px;
}

@media (hover: hover) {
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group button.tps-add-to-cart:hover{
        background: transparent;
        color: var(--primary-site-color);
    }
    .tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row ul li:hover {
        background: var(--primary-site-color);
        color: var(--site-white-color);
    }
}
@media (max-width: 992px) {
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        width: 40%;
    }
    .tps-melee-stone-qty-selector-box-bottom-content .tps-melee-stone-qty-selector-box-btn-group {
        width: 52%;
    }
    .tps-melee-stone-detail-meta-content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .tps-melee-stone-detail-filter-list .tps-melee-stone-detail-filter-row {
        width: 48%;
    }

}
@media (max-width: 992px) {
    .tps-melee-stone-qty-selector-box-form-content input {
        width: 75%;
    }
}
@media (max-width: 825px) {
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        width: 54%;
    }
}
@media (max-width: 768px) {
    .tps-melee-stone-detail-top-content {
        flex-wrap: wrap;
    }
    .tps-melee-stone-detail-top-content-right, .tps-melee-stone-detail-top-content-left{
        width: 80%;
    }
    h2.tps-melee-stone-detail-info-table-hedding, .tps-melee-stone-detail-bottom-content {
        width: 80%;
        margin-inline: auto;
    }

}
@media (max-width: 639px) {
    .tps-melee-stone-detail-top-content-right, .tps-melee-stone-detail-top-content-left{
        width: 100%;
    }
    h2.tps-melee-stone-detail-info-table-hedding, .tps-melee-stone-detail-bottom-content {
        width: 100%;
        margin-inline: auto;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        width: 25%;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-form-wrapper {
        width: 75%;
    }
}
@media (max-width: 580px) {
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        width: 40%;
    }
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-form-wrapper{
        width: 57%;
    }
    .tps-melee-stone-detail-bottom-content{
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .tps-melee-stone-qty-selector-box-btn-wrapper .tps-melee-stone-qty-selector-box-btn-group {
        width: 45%;
    }
}