
:root {
    /*--tbl_header: #6e6e6e;*/
    --tbl_header: #487c6e;
    /*--tbl_select_row_bg: #e6e6e6;*/
    --tbl_select_row_bg: #e4eff9;
}

/*.dataTables_wrapper .dataTables_scroll {
    WIDTH: 93VW;
}
.dataTables_scrollHead ,.dataTables_scrollBody {
    width:100%
}*/


.dataTables_wrapper .dataTable thead th,
.table thead th {
    border-bottom-width: 0;
    border: 1px solid var(--tbl_select_row_bg);
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--tbl_header);
    color: #fff;
    text-align: center;
    padding: 0 22px;
    padding-top: 8px;
    padding-bottom: 10px;
}

/* CSS */
.button-79 {
    backface-visibility: hidden;
    background: #332cf2;
    border: 0;
    border-radius: .375rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Circular,Helvetica,sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}



.dataTables_wrapper .dataTable tbody tr td, .table td {
    border: 1px solid rgba(151, 151, 151, 0.18);
    color: #232424;
    white-space: nowrap;
    font-weight: 500;
    padding: 3px 7px;
    text-align: left;
    text-align: center;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right,
table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
}

.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):before,
.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):after,
.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):before,
.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):after {
    content: "";
    --left: -2px;
    height: 100%;
    width: 2px;
    background-color: var(--tbl_select_row_bg);
    position: absolute;
    top: 0rem;
    left: calc(var(--left));
}

.dataTables_wrapper .dataTable thead tr th.dtfc-fixed-left:not(.select-checkbox):after,
.dataTables_wrapper .dataTable tbody tr td.dtfc-fixed-left:not(.select-checkbox):after {
    left: calc(100% + var(--left) - -2px);
}

a {
    /*color: #5a5a5a;*/
    /*color: #3f94be;*/
    text-decoration: none;
    background-color: transparent;
}



.custom_btn {
    padding: 10px 14px;
    background-color: #3f94be;
    border-radius: 0px;
    color: white;
    box-shadow: none;
    font-weight: 600;
}

table.dataTable.display tbody tr > .sorting_1 {
    transform: scale(1) !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .sorting_1.selected {
    background-color: var(--tbl_select_row_bg) !important;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.selected > .sorting_1 {
    background-color: var(--tbl_select_row_bg) !important;
}


.memo_table_wrap.Purchase tr td {
    line-height: 27px;
}

.memo_table_wrap.Purchase th {
    line-height: 18px;
}

.dataTables_empty {
    text-align: left !important;
    transform: scale(1);
    font-weight: 500;
}

.table2 tr, .table2 td {
    border: none;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    width: 100%;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    overflow: overlay;
}

table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
    z-index: 1;
    background-color: #487c6e;
}


table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    z-index: 1;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #e9ecf1;
}


table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #fff;
}

/*.dataTables_wrapper .dataTable tbody tr:nth-child(odd):not(.selected):not(:hover),
table.dataTable.stripe tbody tr.odd:not(.selected):not(:hover),
table.dataTable.display tbody tr.odd:not(.selected):not(:hover),
.table-striped tbody tr:nth-of-type(odd):not(.selected):not(:hover),
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.odd:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #f9f9f9 !important;
}

.dataTables_wrapper .dataTable tbody tr:nth-child(even):not(.selected):not(:hover),
table.dataTable.stripe tbody tr.even:not(.selected):not(:hover),
table.dataTable.display tbody tr.even:not(.selected):not(:hover),
.table-striped tbody tr:nth-of-type(even):not(:hover),
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-left,
table.dataTable tbody tr.even:not(.selected):not(:hover) > .dtfc-fixed-right {
    background-color: #fff;
}*/

/*table.dataTable tbody tr.odd:hover > .dtfc-fixed-left,
table.dataTable tbody tr.odd:hover > .dtfc-fixed-right {
background-color:#f6f6f6;
}*/
table.dataTable tbody tr.even:hover > .dtfc-fixed-left,
table.dataTable tbody tr.even:hover > .dtfc-fixed-right {
    background-color: #fff;
}

table.dataTable tbody tr.selected > .dtfc-fixed-left,
table.dataTable tbody tr.selected > .dtfc-fixed-right,
table.dataTable tbody tr.selected:hover > .dtfc-fixed-left,
table.dataTable tbody tr.selected:hover > .dtfc-fixed-right,
tr.selected {
    background-color: var(--tbl_select_row_bg);
}


div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
    background-color: white;
    display: none !important;
}


/*Search Result*/

@media(max-width: 759px) {
    .summery-section-wrapper {
        flex-direction: column;
        margin-bottom: 40px;
        max-width: none;
    }
}

.summery-section-left {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media(max-width: 759px) {
    .summery-section-left {
        width: 100% !important;
    }
}

.summery-section-player-wrapper {
    width: 100%
}

.summery-section-player-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.summery-section-details-table {
    width: 375px;
}

@media screen and (max-width: 1024px) {
    .summery-section-details-table {
        width: 473px
    }
}

@media screen and (max-width: 768px) {
    .summery-section-details-table {
        width: 360px
    }
}


@media(max-width: 759px) {
    .summery-section-details-table {
        width: 100%
    }
}

.summery-section-right {
    padding-left: 40px;
}

@media(max-width: 759px) {
    .summery-section-right {
        margin-top: 20px;
        width: 100%
    }
}

.summery-section-shipping-and-wishlist-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px
}

.summery-section-shipping {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.summery-section-separator {
    border-top: #e4e4e4;
    margin: 24px 0
}

.summery-section-price-wrappe {
    align-items: baseline;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 11px
}

.summery-section-price-text {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
    text-transform: capitalize
}

.summery-section-accordion {
    margin-top: 20px
}

    .summery-section-accordion .accordion-item-wrapper {
        border-bottom: 1px solid var(--b-color-primary)
    }

        .summery-section-accordion .accordion-item-wrapper:first-child {
            border-top: 1px solid var(--b-color-primary)
        }

    .summery-section-accordion .accordion-item-content {
        color: var(--color-primary);
        font-size: var(--font-size-sm);
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px
    }

.summery-section-buttons-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 20px
}

    .summery-section-buttons-wrapper > div {
        flex: 1 1
    }

.summery-section-na-text {
    color: #151542;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px
}

.summery-section-na-subtext {
    color: #151542;
    font-size: 16px
}

.summery-section-na-subtext-a--ktkn2A6iUKXVwOBNUzYv {
    font-weight: 600;
    text-decoration: underline
}

.summery-section-na-info-logo--LH5ddv8ZOy8r4HrKlqOV {
    margin-right: 6px
}

.details-section-wrapper--pUKmcWmv3RM6waCbHqfQ {
    display: flex;
    justify-content: space-between;
    max-width: 1033px;
    width: 100%
}

@media(max-width: 759px) {
    .details-section-wrapper--pUKmcWmv3RM6waCbHqfQ {
        flex-direction: column;
        max-width: none
    }
}

.details-section-wrapper--pUKmcWmv3RM6waCbHqfQ .order-details-wrapper--l505cO6_5ZJXuZSyS9j2 {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%
}

.upgrade-diamonds-wrapper--rBIzRvyuLHlB9HdZ2tHT {
    margin-bottom: 120px
}

.pairs-summery-section-wrapper--V32Fk8TT1ii4NbavYk1Y {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    max-width: 986px;
    width: 100%
}

@media(min-width: 1059px)and (max-width:1113px) {
    .pairs-summery-section-wrapper--V32Fk8TT1ii4NbavYk1Y {
        max-width: none
    }
}

@media(min-width: 760px)and (max-width:1058px) {
    .pairs-summery-section-wrapper--V32Fk8TT1ii4NbavYk1Y {
        max-width: none
    }
}

@media(max-width: 759px) {
    .pairs-summery-section-wrapper--V32Fk8TT1ii4NbavYk1Y {
        flex-direction: column;
        margin-top: 0;
        max-width: none
    }
}

.pairs-summery-section-players-top--C44ibaar4JbZkyDImfDw {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%
}

.pairs-summery-section-player-wrapper--Q13gyl5dIPKRTvPCHoI5 {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 100%
}

@media(min-width: 1059px)and (max-width:1113px) {
    .pairs-summery-section-player-wrapper--Q13gyl5dIPKRTvPCHoI5 {
        gap: 32px
    }
}

@media(max-width: 759px) {
    .pairs-summery-section-player-wrapper--Q13gyl5dIPKRTvPCHoI5 {
        gap: 16px
    }
}

.pairs-summery-section-player-display--IKSiWScmSgVVS6LB9ryP {
    width: 100%
}

.pairs-summery-section-price-wrapper--WNThLrQc0xCKvD_RPeRw {
    align-items: baseline;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 11px;
    margin-top: 13px
}

.pairs-summery-section-price-text--CDz4nyyWMU7F6JPV9vZQ {
    font-size: 12px
}

.pairs-summery-section-total-summery--n2XMGpfR478zQwEbqCxC {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    max-width: 500px;
    width: 100%
}

.pairs-summery-section-total-summery-select-this-btn--m0OE8fU7R75OlNKjvNiD {
    width: 100%
}

.pairs-summery-section-total-price--uqgEnC_2D8mGlm3DEhfg {
    align-items: baseline;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 20px
}

.pairs-summery-section-total-price-text--tQSthE7QvoyjcBpogv3s {
    font-size: 12px
}

.pairs-summery-section-shipping-and-wishlist--oNThVvFadyekSZ9TYWcg {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%
}

.pairs-summery-section-not-available--mh1HGan3U69CuMUL5BTp {
    align-items: center;
    color: var(--color-primary);
    display: flex;
    font-family: Gantari;
    font-family: var(--font-family-G);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px
}

.pairs-summery-section-not-available-icon--sy83wj56WbmZjyiskmxQ {
    cursor: pointer
}

.pairs-summery-section-not-available-banner--MuJDYCqz571MOMvI8YHx {
    align-items: flex-start;
    background: #fef8f1;
    border: 1px solid #151542;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: Gantari;
    font-family: var(--font-family-G);
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    margin-top: 32px;
    padding: 16px;
    position: relative
}

@media(max-width: 759px) {
    .pairs-summery-section-not-available-banner--MuJDYCqz571MOMvI8YHx {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
        min-height: 90px;
        width: 100%
    }
}

.pairs-summery-section-not-available-banner-ctas--IvcKDAxoToC3kTAWFbBH {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.pairs-summery-section-not-available-banner-description--hHOjpzyfJ9JPG0brEpzt {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start
}

@media(max-width: 759px) {
    .pairs-summery-section-not-available-banner-description--hHOjpzyfJ9JPG0brEpzt {
        margin-bottom: 16px;
        margin-top: 16px;
        width: 235px
    }
}

.pairs-summery-section-not-available-banner-btn--F4cgXBtyidc_7VHP2sna {
    border-bottom: 1px solid var(--b-color-secondary);
    color: #151542;
    font-size: 12px;
    font-weight: 600
}

    .pairs-summery-section-not-available-banner-btn--F4cgXBtyidc_7VHP2sna:hover {
        border-bottom: 1px solid var(--b-color-secondary);
        color: #151542
    }

.pairs-summery-section-not-available-tooltip--hNg8MYVlhOU8p6PdKG7b {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px #00000014;
    box-sizing: border-box;
    left: -160px;
    padding: 12px;
    position: absolute;
    top: -140px;
    width: 375px;
    z-index: 99
}

.pairs-summery-section-not-available-tooltip-close-icon--ElhIoS4A5naIBWVfxeRZ {
    position: absolute;
    right: 12px;
    top: 12px
}

    .pairs-summery-section-not-available-tooltip-close-icon--ElhIoS4A5naIBWVfxeRZ div {
        background-color: var(--color-primary)
    }

.pairs-summery-section-not-available-tooltip-description--eG5XWTW2dncC4hyxiiUb {
    font-family: Gantari;
    font-family: var(--font-family-G);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px
}

.pairs-summery-section-not-available-tooltip-number--XgrsJxrjjR1JHrHHwghU {
    text-decoration: underline
}

.pairs-summery-section-not-available-select-btn--zHqGXHl4pdhGqRTdkQAC {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 44px;
    max-width: 500px;
    width: 100% !important
}

@media(max-width: 759px) {
    .pairs-summery-section-not-available-select-btn--zHqGXHl4pdhGqRTdkQAC {
        margin-bottom: 40px;
        margin-top: 0
    }
}

.pairs-summery-section-title--dg9z7je5uAjmyebP0OYh {
    font-family: lora;
    font-size: 32px;
    line-height: normal
}

@media(max-width: 759px) {
    .pairs-summery-section-title--dg9z7je5uAjmyebP0OYh {
        font-size: 28px
    }
}

.items-details-wrapper--d476T3f28z48X3bnxBpq {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    max-width: 986px;
    width: 100%
}

@media(max-width: 759px) {
    .items-details-wrapper--d476T3f28z48X3bnxBpq {
        justify-content: center;
        margin-bottom: 20px
    }
}

.items-description--hR8FDVbNSwcgg1JJvY7b {
    color: var(--color-secondary);
    font-family: Gantari;
    font-family: var(--font-family-G);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px
}

.items-description-wrapper--Rfwi2GQvK02LIYUI2cUG {
    text-align: center
}

@media(max-width: 759px) {
    .items-description-wrapper--Rfwi2GQvK02LIYUI2cUG {
        max-width: none;
        text-align: center
    }
}

.items-description-title--DNdTlH8zcI9w_Ioe4o_t {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize
}

.items-info-wrapper--bDIJVljF0bPH76fZNT9D {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    width: 100%
}

.items-info-cert--krxGIilQUhBKLqGTmPLP {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 50px;
    margin-bottom: 14px;
    padding: 0;
    width: 50px
}

.items-info-top--owk3yuM1ubCVYEK7iEMY {
    display: flex;
    gap: 40px;
    justify-content: space-between
}

@media(max-width: 759px) {
    .items-info-top--owk3yuM1ubCVYEK7iEMY {
        flex-direction: column
    }
}

.items-info-stock-wrapper--h7_DUYdMWtFIT1KA5k_9 {
    display: flex;
    flex-direction: column;
    width: 50%
}

@media(max-width: 759px) {
    .items-info-stock-wrapper--h7_DUYdMWtFIT1KA5k_9 {
        width: 100%
    }
}

.items-info-stock--TE54drUWH6g55wNwbQLg {
    color: var(--color-primary);
    font-family: Gantari;
    font-family: var(--font-family-G);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize
}

.recently-view-wrapper--t9hd3goNW1p7M2Ylemhy {
    margin-top: 20px;
    max-width: 1440px;
    width: 100%
}

.diamonds-gallery-desktop-wrapper--SXvscZP2QfXM37nxzgQI {
    display: flex;
    flex-direction: column;
    width: 100%
}

.diamonds-gallery-desktop-top--XiaW2PU9jS1czlLZxqD5 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.diamonds-gallery-desktop-top-title--ck6zGhRrz7oJmd87luIV {
    color: #151542;
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.diamonds-gallery-desktop-top-description--DobyC9_CB1i1yjGrxJ4V {
    color: #151542;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: 690px
}

.diamonds-gallery-desktop-top-results--RBFAJ9tiWlB3Fij9KrO5 {
    color: #898989;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.diamonds-gallery-desktop-filters--WOY48xXL_g4NFcdqwzWJ {
    grid-row-gap: 15px;
    grid-column-gap: 47px;
    column-gap: 47px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 15px;
    width: 100%
}

.diamonds-gallery-desktop-lab-wrapper--TtLq_GYXHpiWe2keDQs2 {
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    width: 100%
}

.diamonds-gallery-desktop-lab-btns--BKMWHb3sdumESITEB5TM {
    display: flex;
    width: 312px
}

.diamonds-gallery-desktop-extra-filters--YENc_8yLUQQJXz8yr4b8 {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    width: 100%
}

.diamonds-gallery-desktop-extra-filters-left--Y7zPXL0IYhG6xnDMIbG3 {
    display: flex;
    gap: 45px
}

.diamonds-gallery-desktop-extra-filters-advanced--q4eb4H2kQsHSjKVu0IQt button + div > div {
    right: 0
}

.diamonds-gallery-desktop-ResultsTitle--baj9_hsVwknPWzzDNxcR {
    display: flex;
    justify-content: center;
    width: 100%
}

.diamonds-gallery-desktop-sorts--hwwK8yv1GiYAMy4213mN {
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%
}

.diamonds-gallery-desktop-sorts-left--kv0zzrmqMWhdpwzJ8Crf {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.diamonds-gallery-desktop-sorts-right--GDz4rCT3XeJnlKTLN1MP {
    align-items: center;
    display: flex;
    gap: 15px
}

.diamonds-gallery-mobile-wrapper--MgStnTudAsH7RKTzs3sw {
    display: flex;
    flex-direction: column;
    width: 100%
}

.diamonds-gallery-mobile-top--PWKR8jTz0BxeGyvP1wpY {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media(max-width: 759px) {
    .diamonds-gallery-mobile-top--PWKR8jTz0BxeGyvP1wpY {
        margin-top: 24px
    }
}

.diamonds-gallery-mobile-top-title--bminAoWyNfggaPU8YOLX {
    color: var(--color-primary);
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.diamonds-gallery-mobile-top-description--JAxtReEn7AJeXxX5LK6Z {
    color: var(--color-primary);
    font-family: Gantari;
    font-size: 12px;
    font-weight: 500;
    width: 327px
}

.diamonds-gallery-mobile-top-results--RxOs18S_u7aVGSTpZ7Du {
    align-items: center;
    color: #898989;
    display: flex;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 30px
}

@media(max-width: 759px) {
    .diamonds-gallery-mobile-top-results--RxOs18S_u7aVGSTpZ7Du {
        margin-bottom: 16px
    }
}

.diamonds-gallery-mobile-filters--jS35PZAlbWQvjI6OyQSE {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.diamonds-gallery-mobile-filters-wrapper--xAKsyneDyrKD6vH_0b5K {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    width: 100%
}

.diamonds-gallery-mobile-filters-left--lz4hn_PAfdw7IXqeo7ll {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.diamonds-gallery-mobile-filters-btn--xcAUKa722UxmRhcF8Y9R {
    align-items: center;
    border: 1px solid #151542;
    border-radius: 50px;
    color: #151542;
    display: flex;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 8px 0;
    width: 90px
}

.diamonds-gallery-mobile-filters-btn-selected--l6TKQesOPDoWcaTBKzA9 {
    background-color: #151542;
    color: #fff
}

    .diamonds-gallery-mobile-filters-btn-selected--l6TKQesOPDoWcaTBKzA9 svg path {
        stroke: #fff
    }

.diamonds-gallery-mobile-filters-tags--qeZ1xm8W6GbWYZpEdnPz {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px
}

.diamonds-gallery-mobile-filter--aXG75aRAQkfQoeIdXXxS {
    margin-top: 45px;
    width: 100%
}

.diamonds-gallery-mobile-lab-wrapper--Ez48V3FYiA0B7qKdDDQm {
    display: flex;
    height: 44px;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

@media(max-width: 759px) {
    .diamonds-gallery-mobile-lab-wrapper--Ez48V3FYiA0B7qKdDDQm {
        margin-top: 24px
    }
}

.diamonds-gallery-mobile-lab-btns--_IwMZ1Ep87kf2iOJqOnk {
    display: flex;
    width: 312px
}

.diamonds-gallery-mobile-toggle--iWH_QCd0onNjcIkB6vMS {
    margin-top: 50px;
    width: 100%
}

.diamonds-gallery-mobile-reset--WfNKz_EfO7lk5sfzPxZA {
    display: flex;
    justify-content: end;
    margin-bottom: 16px
}

.diamonds-gallery-mobile-advanced--hv1ivPWgOK9v528tVdHZ {
    margin-top: 30px;
    width: 100%
}

.diamonds-gallery-mobile-sorts--mK9vDVqaSelcd18aQmwU {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    gap: 24px;
    margin-bottom: 12px
}

.diamonds-fancy-gallery-desktop-wrapper--HzL7pQL0fw1jQ6JNRCAI {
    display: flex;
    flex-direction: column;
    width: 100%
}

.diamonds-fancy-gallery-desktop-top--od3ujU0aF_EXMz8zg285 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.diamonds-fancy-gallery-desktop-top-title--Xoj4FG3ivsOIRy4Nu8iX {
    color: #151542;
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.diamonds-fancy-gallery-desktop-top-description--Szh99gZk0pvKfEW4Q7VY {
    color: #151542;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: 690px
}

.diamonds-fancy-gallery-desktop-top-results--GxiiP25JBUAxeYOjQ0Nj {
    color: #898989;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.diamonds-fancy-gallery-desktop-filters--WBcyEibk5aKJl2PVUiTI {
    grid-row-gap: 45px;
    grid-column-gap: 100px;
    column-gap: 100px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 45px;
    width: 100%
}

.diamonds-fancy-gallery-desktop-extra-filters-left--PMhEGrUga2cnvn2bIDyu {
    display: flex;
    gap: 45px;
    margin-top: 72px
}

.diamonds-fancy-gallery-desktop-sorts--qrjZtY3jzjF0D8Z_lors {
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%
}

.diamonds-fancy-gallery-desktop-sorts-left--dnGKGhS1iiRO7cr6Ut7e {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.diamonds-fancy-gallery-mobile-wrapper--nAu080vmDXMktG4VjuHr {
    display: flex;
    flex-direction: column;
    width: 100%
}

.diamonds-fancy-gallery-mobile-top--z2FEhPJ2e9VjonZNhP_Z {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media(max-width: 759px) {
    .diamonds-fancy-gallery-mobile-top--z2FEhPJ2e9VjonZNhP_Z {
        margin-top: 24px
    }
}

.diamonds-fancy-gallery-mobile-top-title--z3DA6bVYWxinRLkX9jmm {
    color: var(--color-primary);
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.diamonds-fancy-gallery-mobile-top-description--OX8cN7dL5d59fge3ZkRq {
    color: var(--color-primary);
    font-family: Gantari;
    font-size: 12px;
    font-weight: 500;
    width: 327px
}

.diamonds-fancy-gallery-mobile-top-results--yxh8vYeFQV14odiq3OHR {
    align-items: center;
    color: #898989;
    display: flex;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 30px
}

@media(max-width: 759px) {
    .diamonds-fancy-gallery-mobile-top-results--yxh8vYeFQV14odiq3OHR {
        margin-bottom: 16px
    }
}

.diamonds-fancy-gallery-mobile-filters--es4IgEut3WHoQs28oZlu {
    column-gap: 65px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.diamonds-fancy-gallery-mobile-filters-wrapper--T8o_JvDjM5oj7Eb5BOAR {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    width: 100%
}

.diamonds-fancy-gallery-mobile-filters-left--avz0mT3AFSsPi3PxjDUL {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.diamonds-fancy-gallery-mobile-filters-btn--xaTfnls9pw8cFAcTUvwl {
    align-items: center;
    border: 1px solid #151542;
    border-radius: 50px;
    color: #151542;
    display: flex;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 18px;
    padding: 8px 0;
    width: 90px
}

.diamonds-fancy-gallery-mobile-filter--zhiMlsfFq7f9RMBhxTa4 {
    margin-top: 30px;
    width: 100%
}

.diamonds-fancy-gallery-mobile-lab-wrapper--X3dq6pfy03KapNGbToho {
    display: flex;
    height: 44px;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

@media(max-width: 759px) {
    .diamonds-fancy-gallery-mobile-lab-wrapper--X3dq6pfy03KapNGbToho {
        margin-top: 24px
    }
}

.diamonds-fancy-gallery-mobile-lab-btns--VMAtfPHInHkgOz7DFOpW {
    display: flex;
    width: 312px
}

.diamonds-fancy-gallery-mobile-toggle--nWtOJ2ojNK_YNekNI5Jc {
    margin-top: 40px;
    width: 100%
}

.diamonds-fancy-gallery-mobile-sorts--sJY08emN_825Me62Vcy6 {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    margin-bottom: 12px;
    margin-top: 45px
}

.result-wrapper--WKtRHAFhl8ljEv6fOgDn {
    border-bottom: 1px solid #dfdfdf;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    height: 144px;
    transition: all .15s
}

.result-a--LkBLfDBeGE3eh3B5rwEf {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.result-images--rUYO9brOSyYHmDv0zCLc {
    align-items: center;
    color: #151542;
    display: flex;
    flex: 1 1;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 20px;
    padding: 26px 1px
}

    .result-images--rUYO9brOSyYHmDv0zCLc:first-child {
        flex: 0 1;
        min-width: 280px;
        padding: 10px 1px
    }

    .result-images--rUYO9brOSyYHmDv0zCLc img {
        width: 125px
    }

    .result-images--rUYO9brOSyYHmDv0zCLc > div:not(.image-container--pHBH7ji05fSwERDsx1sJ) {
        align-items: center;
        display: flex;
        flex: 1 1;
        justify-content: center;
        margin: 3px;
        text-align: center;
        width: 100%
    }

.result-wishlist--NXIYYzndtgNCmSHhzWWr {
    border: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 5
}

.result-props--n9bYqlMkpEAsZKRzPEXx {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center
}

.result-props-text--rIZrpQuutMmNdqtj92vg {
    align-items: center;
    color: #151542;
    display: flex;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

    .result-props-text--rIZrpQuutMmNdqtj92vg div[data-qa*=total_price_pair_gallery] {
        color: #151542 !important;
        font-size: 14px !important;
        font-weight: 600
    }

.result-props-shape--PtKiDFjWINvz3Jjzl19L {
    gap: 5px;
    text-transform: capitalize
}

.result-props-wishList--LmaYNVCAgn6YMfDvKHEI {
    width: 65px
}

@media(max-width: 759px) {
    .result-props-wishList--LmaYNVCAgn6YMfDvKHEI {
        justify-content: flex-end;
        margin-left: -8px;
        width: 100%
    }
}

.pairs-gallery-desktop-wrapper--WWo0sThnN59xZzBbExzT {
    display: flex;
    flex-direction: column;
    width: 100%
}

.pairs-gallery-desktop-top--lDskIE0H7mv9K4LWn9L5 {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.pairs-gallery-desktop-top-title--dKxp68CrocRkbvz0m2w2 {
    color: #151542;
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.pairs-gallery-desktop-top-description--gqJtaovQ3gjpS52eKF0K {
    color: #151542;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    width: 690px
}

.pairs-gallery-desktop-top-results--_6LHPpwk0UNOSqH3_nJY {
    color: #898989;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.pairs-gallery-desktop-filters--WR0GNYITKh8ezgLzhWdZ {
    grid-row-gap: 15px;
    grid-column-gap: 47px;
    column-gap: 47px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 15px;
    width: 100%
}

.pairs-gallery-desktop-lab-wrapper--OVGFEZNFi_faxN7cBDAa {
    display: flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    width: 100%
}

.pairs-gallery-desktop-lab-btns--HLmJiZsTA1Cj9HmGhqnh {
    display: flex;
    width: 312px
}

.pairs-gallery-desktop-extra-filters--WNAGwJECbzMOq4DuMeeC {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    width: 100%
}

.pairs-gallery-desktop-extra-filters-left--NctKamMhqBXUYyQyQr88 {
    display: flex;
    gap: 45px
}

.pairs-gallery-desktop-ResultsTitle--jWmZ3PBl0tgwtl_2O6Kw {
    display: flex;
    justify-content: center;
    width: 100%
}

.pairs-gallery-desktop-sorts--INJX9BXGd47ciW4Taorj {
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%
}

.pairs-gallery-desktop-sorts-left--fO_wypeKSXKU_L7X3jle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.pairs-gallery-mobile-wrapper--9K8ME7kestL2O9DeBEzH {
    display: flex;
    flex-direction: column;
    width: 100%
}

.pairs-gallery-mobile-top--GO5z6vdsJcgBlRTtJLdK {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media(max-width: 759px) {
    .pairs-gallery-mobile-top--GO5z6vdsJcgBlRTtJLdK {
        margin-top: 24px
    }
}

.pairs-gallery-mobile-top-title--poA1Q0mkOrK6sM9ovc4H {
    color: var(--color-primary);
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px
}

.pairs-gallery-mobile-top-description--PBysc40TTXvldHkkz7OV {
    color: var(--color-primary);
    font-family: Gantari;
    font-size: 12px;
    font-weight: 500;
    width: 327px
}

.pairs-gallery-mobile-top-results--JokQ0eCS6JLVig0EjD4G {
    align-items: center;
    color: #898989;
    display: flex;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 30px
}

@media(max-width: 759px) {
    .pairs-gallery-mobile-top-results--JokQ0eCS6JLVig0EjD4G {
        margin-bottom: 16px
    }
}

.pairs-gallery-mobile-table-align--iT_GxsEyjA_2BDX0rkTg {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.pairs-gallery-mobile-table-align-details--GbKIJ2XwnItSAFGbDVxt {
    display: flex;
    font-size: 14px;
    margin-bottom: 8px
}

.pairs-gallery-mobile-table-align-details-label--fqmxV1xUDXTUUGlfsRVK {
    color: #898989;
    font-family: Gantari;
    font-size: 14px;
    line-height: 20px
}

.pairs-gallery-mobile-table-align-details-value--lilU2ZOzSrGbrci1XpZ5 {
    color: #151542;
    font-family: Gantari;
    font-size: 14px;
    line-height: 20px
}

.pairs-gallery-mobile-a-wrapper--ytbkhzeLhCyzjkqeCafz {
    display: flex;
    flex-direction: column;
    width: 100%
}

.pairs-gallery-mobile-a-items--Gamr5sHjou_zmsTKBO_n {
    display: flex;
    gap: 8px
}

.pairs-gallery-mobile-a-image--UTsuwS8b_VB26_LS_twC {
    width: 100%
}

.pairs-gallery-mobile-a-first--yDUoJmatn15uueSeAO7y {
    display: block;
    margin-bottom: 1px;
    max-height: 50%;
    vertical-align: top
}

.pairs-gallery-mobile-a-second--CEzBsut1Kj3SNJSX6HU1 {
    display: block;
    max-height: 50%;
    vertical-align: top
}

.pairs-gallery-mobile-a-text--glJQd4QNryWb4Cgtqytu {
    line-height: 24px;
    margin-top: 16px;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 115px)
}

.pairs-gallery-mobile-a-purchase--H_Tnvi0x_IGhFU006wms {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between
}

.pairs-gallery-mobile-a-purchase-price--VxTkrwJ3m4PCwHHreTMy {
    color: #151542;
    display: flex;
    flex-direction: column;
    font-family: Lora;
    font-size: 14px;
    font-weight: 700;
    gap: 4px;
    line-height: 22px;
    margin-top: 12px
}

    .pairs-gallery-mobile-a-purchase-price--VxTkrwJ3m4PCwHHreTMy > div {
        font-weight: 400
    }

.pairs-gallery-mobile-filters--D4Khc3sEhOS7HtfnIzlx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pairs-gallery-mobile-filters-wrapper--WqRZq1Z0nz06UA14Yi7O {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: end;
    margin-top: 44px;
    width: 100%
}

.pairs-gallery-mobile-filters-left--q9f5nHfvqIabdHtD0Uod {
    display: flex;
    gap: 12px;
    margin-bottom: 20px
}

.pairs-gallery-mobile-filters-btn--eONQQjQrFFhAUYxSwvcC {
    align-items: center;
    border: 1px solid #151542;
    border-radius: 50px;
    color: #151542;
    display: flex;
    font-family: Gantari;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 8px 0;
    width: 90px
}

.pairs-gallery-mobile-filters-btn-selected--rtqXvw18k68vasFDWh92 {
    background-color: #151542;
    color: #fff
}

    .pairs-gallery-mobile-filters-btn-selected--rtqXvw18k68vasFDWh92 svg path {
        stroke: #fff
    }

.pairs-gallery-mobile-filters-tags--wCwUgryRYsJy2BKgGlKA {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px
}

.pairs-gallery-mobile-filter--cHzl1h31nnZjPI2cjcja {
    margin-top: 45px;
    width: 100%
}

.pairs-gallery-mobile-lab-wrapper--CBM9iaTbgVTI2zTyqHb5 {
    display: flex;
    height: 44px;
    justify-content: center;
    margin-top: 32px;
    width: 100%
}

@media(max-width: 759px) {
    .pairs-gallery-mobile-lab-wrapper--CBM9iaTbgVTI2zTyqHb5 {
        margin-top: 24px
    }
}

.pairs-gallery-mobile-lab-btns--ERocdGjtrABVaiAkDiYN {
    display: flex;
    width: 312px
}

.pairs-gallery-mobile-toggle--FR3xAHPt9PDzOItG2gTL {
    margin-top: 50px;
    width: 100%
}

.pairs-gallery-mobile-reset--kIaKrU6okR5Te_CdvLP1 {
    display: flex;
    justify-content: end;
    margin-bottom: 16px
}

.pairs-gallery-mobile-advanced--XOiTzpUAEY7CjSNUCRGD {
    margin-top: 30px;
    width: 100%
}

.pairs-gallery-mobile-sort-wrapper--FFrvqbbwsBi6VbWUgI0A {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    margin-bottom: 12px;
    width: 100%
}

.cms-diamonds-gallery-wrapper--w0JbMXvhYtlI8XEztkVm {
    margin: -8px auto 0;
    max-width: 1440px;
    min-width: 980px;
    width: 100%
}

@media(max-width: 759px) {
    .cms-diamonds-gallery-wrapper--w0JbMXvhYtlI8XEztkVm {
        flex-direction: column;
        margin-bottom: 40px;
        max-width: none;
        min-width: 0;
        min-width: auto;
        padding: 0 12px
    }
}

.cms-diamonds-gallery-results--Vdi0osamWXvlYZPxHqk6 {
    color: #898989;
    font-family: Gantari;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.cms-diamonds-gallery-items--EYn21LMtGs9Ves81C3OQ {
    margin-top: 12px
}

.cms-diamonds-gallery-shop-all-wrapper--rZLLBzKzZGhGOgGBBCaP {
    align-items: center;
    background-color: #f6f6f6;
    border: 1px solid #d5d7d8;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0 15px;
    padding: 15px;
    text-align: center
}

    .cms-diamonds-gallery-shop-all-wrapper--rZLLBzKzZGhGOgGBBCaP hr {
        background-color: #d5d7d8;
        height: 1px;
        margin: 16px auto;
        max-width: 80px;
        width: 100%
    }

    .cms-diamonds-gallery-shop-all-wrapper--rZLLBzKzZGhGOgGBBCaP p {
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

.cms-diamonds-gallery-shop-all-title--ZFBAflIZ9JoFcEkSUF3j {
    font-size: 21px
}

.cms-diamonds-gallery-shop-all-btn--KaxcIZRU79EyjD0ty3Zv {
    align-content: center;
    align-items: center;
    background-color: #100e31;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin: 24px 16px;
    max-width: 320px;
    width: 100%
}

    .cms-diamonds-gallery-shop-all-btn--KaxcIZRU79EyjD0ty3Zv:hover {
        background-color: #1a2753
    }

.diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-wrapper--cLhdlsa8TGAC6Sfxwl0W {
    background-color: #f2f2f2;
    color: #fff;
    display: flex;
    justify-content: center
}

@media(max-width: 759px) {
    .diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-wrapper--cLhdlsa8TGAC6Sfxwl0W {
        color: #000
    }
}

.diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-img--JO0opszGOZeQnIUfw7f6 {
    max-width: 100%;
    object-fit: cover;
    width: auto
}

.diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-text--o0KDZebaZUs4v2mBZ_p4 {
    display: none;
    font-size: 17px;
    left: 25%;
    position: absolute;
    top: 25%
}

@media(max-width: 759px) {
    .diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-text--o0KDZebaZUs4v2mBZ_p4 {
        display: block
    }
}

@media(min-width: 760px)and (max-width:1058px) {
    .diamonds-education-top-section--WvASnz5XWFZDyU09OKAa .edu-top-wide-banner-text--o0KDZebaZUs4v2mBZ_p4 {
        display: block
    }
}

.diamonds-education-top-navigation--U2py4s4p8fh9NEVVXrsg {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1440px;
    width: 100%
}

.diamonds-education-top-navigation-wrapper--XjBKmxf91gBja2PFhN1Q {
    background-color: var(--b-color-secondary);
    display: flex;
    height: 56px;
    justify-content: center;
    width: 100%
}

.diamonds-education-top-navigation-menu--Df01zDHtbPPKaWwZz8zE {
    display: flex;
    justify-content: space-around
}

.diamonds-education-top-navigation-menu-wrapper--_OgNWiqpkTmA0r_1cQR0 {
    position: relative;
    width: 70%
}

@media(min-width: 760px)and (max-width:1058px) {
    .diamonds-education-top-navigation-menu-wrapper--_OgNWiqpkTmA0r_1cQR0 {
        width: 100%
    }
}

@media(min-width: 1059px)and (max-width:1113px) {
    .diamonds-education-top-navigation-menu-wrapper--_OgNWiqpkTmA0r_1cQR0 {
        width: 100%
    }
}

@media(min-width: 1114px)and (max-width:1520px) {
    .diamonds-education-top-navigation-menu-wrapper--_OgNWiqpkTmA0r_1cQR0 {
        width: 100%
    }
}

@media(min-width: 1521px) {
    .diamonds-education-top-navigation-menu-wrapper--_OgNWiqpkTmA0r_1cQR0 {
        width: 100%
    }
}

@media(max-width: 759px) {
    .diamonds-education-top-navigation-menu--Df01zDHtbPPKaWwZz8zE {
        background-color: #fff;
        display: none;
        flex-direction: column
    }
}

.diamonds-education-top-navigation-menu-show--Dd1B6oVZcmlNurLtT42k {
    display: block;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 101
}

@media(max-width: 759px) {
    .diamonds-education-top-navigation-menu--Df01zDHtbPPKaWwZz8zE li {
        border-bottom: 1px solid var(--b-color-secondary)
    }
}

.diamonds-education-top-navigation-menu--Df01zDHtbPPKaWwZz8zE li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase
}

@media(max-width: 759px) {
    .diamonds-education-top-navigation-menu--Df01zDHtbPPKaWwZz8zE li a {
        color: var(--color-primary);
        display: inline-block;
        padding: 10px 20px
    }
}

.diamonds-education-top-navigation-mobile--SMhvtglzIZ9qQ5fxeVTE {
    z-index: 101
}

.diamonds-education-top-navigation-mobile-menu-wrapper--rXz3D1ksm4tXdB1sWOyQ {
    display: none
}

@media(max-width: 759px) {
    .diamonds-education-top-navigation-mobile-menu-wrapper--rXz3D1ksm4tXdB1sWOyQ {
        display: block
    }
}

.diamonds-education-top-navigation-mobile-menu-selected--lC6ghfYtpZEiW3IvGLfe {
    display: flex;
    height: auto;
    padding-bottom: 9px;
    padding-top: 10px;
    position: relative
}

    .diamonds-education-top-navigation-mobile-menu-selected--lC6ghfYtpZEiW3IvGLfe > label {
        align-items: center;
        background-color: #fff;
        color: var(--color-primary);
        display: flex;
        font-size: 15px;
        font-weight: 600;
        padding-left: 19px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%
    }

    .diamonds-education-top-navigation-mobile-menu-selected--lC6ghfYtpZEiW3IvGLfe > div {
        background-color: #fff;
        padding: 10px
    }

        .diamonds-education-top-navigation-mobile-menu-selected--lC6ghfYtpZEiW3IvGLfe > div > i {
            border-left: 5px solid #0000;
            border-right: 5px solid #0000;
            border-top: 6px solid #2f2f2f;
            font-size: 0;
            margin-right: 7px
        }

.diamonds-education-top-navigation-mobile-menu-overlay--N6m_lM2QFwTpM0oFU2qz {
    display: none
}

.diamonds-education-top-navigation-mobile-menu-overlay-show--jY08yPzbpPpgbsBfDdeg {
    background-color: #000;
    display: block;
    height: 100%;
    opacity: .3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

@media(min-width: 760px)and (max-width:1058px) {
    .diamonds-education-top-navigation-mobile-menu-overlay-show--jY08yPzbpPpgbsBfDdeg {
        display: none
    }
}

@media(min-width: 1059px)and (max-width:1113px) {
    .diamonds-education-top-navigation-mobile-menu-overlay-show--jY08yPzbpPpgbsBfDdeg {
        display: none
    }
}

@media(min-width: 1114px)and (max-width:1520px) {
    .diamonds-education-top-navigation-mobile-menu-overlay-show--jY08yPzbpPpgbsBfDdeg {
        display: none
    }
}

@media(min-width: 1521px) {
    .diamonds-education-top-navigation-mobile-menu-overlay-show--jY08yPzbpPpgbsBfDdeg {
        display: none
    }
}

.diamonds-education-main-section--QBML8N0ljMqPqaL0Vjpr {
    display: flex;
    padding-top: 60px
}

@media(max-width: 980px) {
    .diamonds-education-main-section--QBML8N0ljMqPqaL0Vjpr {
        flex-direction: column-reverse;
        gap: 0;
        padding-top: 30px
    }
}

.diamonds-education-main-section-side-navigation--_0eE1MWAsMtjcyYyOjE7 {
    display: flex;
    justify-content: center;
    padding-left: 12px;
    width: 300px
}

@media(max-width: 980px) {
    .diamonds-education-main-section-side-navigation--_0eE1MWAsMtjcyYyOjE7 {
        padding: 0;
        width: 100%
    }
}

.diamonds-education-main-section-content-wrapper--MjCJhmc3GsujDJmZ4qwf {
    padding-left: 24px;
    width: calc(100% - 300px)
}

@media(max-width: 980px) {
    .diamonds-education-main-section-content-wrapper--MjCJhmc3GsujDJmZ4qwf {
        padding: 0 24px;
        width: 100%
    }
}

.diamonds-education-main-section-content-wide-wrapper--fhpy_31V69J9uo9n0E91 {
    padding-left: 24px;
    width: 100%
}

@media(max-width: 980px) {
    .diamonds-education-main-section-content-wide-wrapper--fhpy_31V69J9uo9n0E91 {
        padding: 0 24px
    }
}

.diamonds-education-main-section-side-wrapper--Jah7KvDrsin3a2V31Aor {
    width: 330px
}

:root {
    --font-family-G: "Gantari";
    --font-family-L: "Lora"
}

@media(min-width: 980px) {
    .real-time-live-diamond-inspection--hGfKhlf1jfs1zbixvQsQ {
        transform: scale(1.2);
        transform-origin: top right
    }
}


/*// section_2 //*/

.Section_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #151542;
}

.package-banner-cui-section-container {
    justify-content: flex-start;
    width: 100%;
}

.goILL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.head {
    font-family: "Lora";
    font-weight: 400;
    font-size: 42px;
    line-height: 40.96px;
}

.Content {
    font-family: Gantari;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    color: #151542;
}

.Accordion-Main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 36px;
}

.Accordion-Sec:first-child {
    border-top: 1px solid #e5e5e5;
}

.Accordion-Sec {
    width: auto;
    border-bottom: 1px solid #e5e5e5;
}

.Accordion-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.Accordion-create-lib {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Gantari;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #151542;
}

.gfCCcW {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Gantari;
    color: #4f5d77;
    margin-bottom: 10px;
}

.extra-details-bui-accordion-content-wrapper {
    display: none;
}

.extra-details-bui-accordion-title-wrapper .show-icon {
    display: block;
}

.extra-details-bui-accordion-title-wrapper .hide-icon {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    padding: 5px 15px;
    margin-top: 5px;
}

.select2-container--default {
    width: -webkit-fill-available !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}



.search_result_button {
    text-align: right;
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}

.search_result_text, .search_result_button {
    margin-bottom: 0px;
    font-size: 14px;
}

.search_result_text span {
    font-weight: 700;
}


    .search_result_text .search_result_span_cmn:after {
        display: inline-block;
        content: '|';
        margin-left: 6px;
        margin-right: 6px;
    }

.btns_cust {
    padding: 10px 14px;
    background-color: var(--bg-main);
    border-radius: 5px;
    color: white;
    box-shadow: none;
    font-weight: 600;
    border: none;
    /* margin-top: 10px; */
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.hover_img {
    width: 16px;
    margin: 0;
    padding: 0;
    transform: scale(1.5);
    filter: brightness(0) invert(1);
    height: 15px;
}

.menuTitleSpan {
    /*margin-left: 8px;*/
}

.dropdown .dropdown-menu {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    /*box-shadow: 0px 0px 12px 3px rgb(230 234 236);*/
    border-radius: 0;
}

    .dropdown .dropdown-menu .dropdown-item {
        font-size: .875rem;
        padding: 0.25rem 1.5rem;
        transition: all 0.25s linear;
    }

.bcgreen {
    background-color: green;
}

.dropdown-item i {
    margin-right: 10px;
}

.dropdown-item {
    padding: 10px 15px !important;
    color: black;
    font-weight: 500;
    /* color: #323232; */
    /* border-radius: 8px; */
}

.mr-2, .mx-2 {
    /* margin: 0.2rem !important; */
    margin-right: 0.5rem !important;
}
/*.btns_cust:not(:disabled):hover:active {
    transform: scale(1.05) translateY(0.125rem);
}*/
.btns_cust:hover {
    /* background-color: #ababab; */
    background-color: #dbdbdb;
    color: black;
    border: none;
    /* box-shadow: 0px 0px 8px #c8c8c8 !important; */
}

    .btns_cust:hover .hover_img {
        filter: invert(0);
    }

.dataTables_scrollHead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
}

#SearchStonegrid tr:nth-child(odd) {
    background-color: white !important;
}

.gridbody tr:nth-child(odd) {
    background-color: white !important;
}

.thImg {
    filter: invert(1);
}

.dataTables_wrapper label {
    font-size: 0;
}

.dataTables_wrapper .dataTable {
    border-collapse: collapse !important;
    margin-left: 0;
}



.productImage {
    position: absolute;
    /*background-image: url('https://www.twgindia.co.in/images-latest/login-bg.jpg');*/
    background-image: url('https://www.trpimpex.com/imgs/Login.jpg');
    /*background-image: url('/imgs/Login.jpg');*/
    background-size: cover;
    width: 100%;
    height: 360px;
    z-index: -5;
    opacity: 0.8;
    background-position: 50% 70%;
}



.login_wrap {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

/*6/01/24*/

.header-info-right {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-info-right li {
        margin-right: 15px;
    }

    .header-info-right a {
        text-decoration: none;
        color: #333;
    }

.margin {
    margin-top: 60px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .TxtFielddiv {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0px !important;
    }

    .margin {
        margin-top: 50px !important;
        margin-bottom: 30px !important;
    }

    .margin-top {
        margin-top: 70px;
    }
}

@media (max-width: 1280px) {
    .margin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .margin-top {
        margin-top: 70px;
    }
}

.margin-top {
    margin-top: 120px;
}

/*Grid_view css*/
.dimond_card_wrap {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 15px;
}

.dimond_img {
    background-color: #cacaca;
    padding: 15px;
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
}

.dim_dic {
    position: absolute;
    top: 20px;
    right: 40px;
}

.sale {
    position: relative;
    display: inline-block;
    background: #02448f;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 1.9rem;
    font-size: 12px;
    transform: rotate(1deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}
/*
    .sale:before, .sale:after {
        content: "";
        position: absolute;
        background: inherit;
        height: inherit;
        width: inherit;
        top: 0;
        left: 0;
        z-index: -1;
        transform: rotate(30deg);
    }

    .sale:after {
        transform: rotate(60deg);
    }*/


@-webkit-keyframes beat {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(0deg) scale(1.1);
    }
}

.dimond_desc {
    padding: 15px 10px 10px;
}

    .dimond_desc .dim_id {
        font-size: 13px;
        line-height: 14px;
    }

.dim_details_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

    .dim_details_list li {
        padding: 5px 0px;
        padding-right: 5px;
        max-width: 25%;
        width: 100%;
        text-align: center;
    }

        .dim_details_list li a {
            display: block;
            color: #666666;
            font-size: 12px;
            line-height: 12px;
        }

.content-wrapper {
    /* background: #f5f5f5; */
    padding: 20px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.status.available {
    padding: 2px 5px;
    background-color: #2f8917;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
}

.gridpadd {
    margin: 20px 20px;
}

/* Sidebar */

.sliderbar .nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar {
    min-height: calc(100vh - 60px);
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 0;
    width: 257px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    /* border-right: 1px solid #e3e3e3; */
    min-height: 100vh;
    height: 100%;
    position: absolute;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

    .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar .nav {
        overflow: hidden;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-bottom: 60px;
    }

        .sidebar .nav .nav-item {
            -webkit-transition-duration: 0.25s;
            -moz-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
            transition-property: background;
            -webkit-transition-property: background;
        }

            .sidebar .nav .nav-item .collapse {
                z-index: 999;
            }

            .sidebar .nav .nav-item .nav-link {
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                white-space: nowrap;
                padding: 0.75rem 2.5rem 0.75rem 0.75rem;
                color: var(--bg-main) !important;
                -webkit-transition-duration: 0.45s;
                -moz-transition-duration: 0.45s;
                -o-transition-duration: 0.45s;
                transition-duration: 0.45s;
                transition-property: color;
                -webkit-transition-property: color;
            }

.nav-link span {
    color: #5a5a5a;
}
/*.active span {
    color: #2482ef !important;
    font-weight: 600 !important;
}*/

.sidebar .nav .nav-item .nav-link i {
    color: inherit;
}

    .sidebar .nav .nav-item .nav-link i.menu-icon {
        font-size: 1.125rem;
        line-height: 1;
        margin-right: 1.125rem;
        color: inherit;
    }

        .sidebar .nav .nav-item .nav-link i.menu-icon:before {
            vertical-align: middle;
        }

    .sidebar .nav .nav-item .nav-link i.menu-arrow {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: auto;
        margin-right: 0;
        color: #000;
    }

        .sidebar .nav .nav-item .nav-link i.menu-arrow:before {
            content: "\F140";
            font-family: "Material Design Icons";
            font-style: normal;
            display: block;
            font-size: 1rem;
            line-height: 10px;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0px;
    font-weight: 600;
}

.sidebar .nav .nav-item .nav-link .badge {
    margin-left: auto;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar .nav .nav-item.active > .nav-link {
    background: initial;
    position: relative;
}

    .sidebar .nav .nav-item.active > .nav-link i,
    .sidebar .nav .nav-item.active > .nav-link .menu-title,
    .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
        color: #4d83ff;
    }

.sidebar .nav:not(.sub-menu) {
    margin-top: .3rem;
}

    .sidebar .nav:not(.sub-menu) > .nav-item {
        border-bottom: 1px solid #e6e6e6;
        margin-top: 0;
    }

        .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
            margin: 0;
        }

        .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
            background: transparent;
            color: #4d83ff;
        }

.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 0.25rem 0 0.6rem 3.55rem;
}

    .sidebar .nav.sub-menu .nav-item {
        padding: 0;
    }

        .sidebar .nav.sub-menu .nav-item::before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #000;
            margin-top: 15px;
        }

        .sidebar .nav.sub-menu .nav-item .nav-link {
            color: #656565;
            padding: 0.6rem 1rem;
            position: relative;
            font-size: 0.875rem;
            line-height: 1;
            height: auto;
            border-top: 0;
        }

            .sidebar .nav.sub-menu .nav-item .nav-link:hover {
                color: #000;
            }

            .sidebar .nav.sub-menu .nav-item .nav-link.active {
                color: #000;
                background: transparent;
            }

        .sidebar .nav.sub-menu .nav-item:hover {
            background: transparent;
        }

.nav-link img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width:991px) {
    .nav-link img {
        /*margin-right: 20px;*/
    }
}

/*09-01-24*/
.caption {
    text-align: center;
    padding: 50px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: 0 0 !important;
    background-color: var(--bg-main) !important;
    color: #ffffff !important;
    border-color: #fff !important;
}

@media (max-width: 980px) {
    .head {
        font-size: 28px !important;
        line-height: 35.84px !important;
    }

    .Content {
        font-size: 14px;
        line-height: 20px;
    }

    .Section_2 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) { 

    .slide--1 {
        display: flex;
        justify-content: center !important;
        gap: 25px !important;
    }

    .showMore {
        height: 50px !important;
    }

    .bn_comp_boxContainer .bn_comp_boxHeader {
        /*margin-left: -10px !important;*/
    }

    .summery-cui-order-includes-wrapper {
        margin-top: 0px !important;
    }

    .summery-section-shipping-and-wishlist-wrapper {
        margin-bottom: 18px !important;
    }


    .summery-section-separator {
        border-top: #e4e4e4;
        /*margin: 0 !important;*/
    }

    .summery-cui-order-includes-title {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }

    .caption {
        text-align: center;
        padding: 25px !important;
    }

    .JwlFilter, .shapeFilter {
        margin-left: -15px
    }
}

@media (max-width: 980px) {
    .summery-cui-purchase-title {
        font-size: 28px !important;
        line-height: 33px !important;
    }
}

@media screen and (max-width: 768px) {
    .diamond-details-container {
        flex-direction: column;
        margin: 10px 30px !important;
    }

    .cu_cui-bottom-buttons_239678 {
        /*margin-top: 0px !important;*/
    }

    .thumbnail-container {
        order: 2;
        margin-top: 10px;
    }

    .thumbnail-container {
        display: flex;
        flex-wrap: nowrap;
    }

    .thumbnail {
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .dimond_desc .dim_id {
        font-size: 11.5px !important;
    }

    .round {
        margin-left: 90px !important;
    }

    .bg-square {
        display: none;
    }

    .banner-big h1 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 425px) {
    .diamonds-gallery-desktop-filters {
        grid-row-gap: 15px;
        grid-column-gap: 47px;
        column-gap: 70px;
        display: grid;
        grid-template-columns: repeat(1,1fr) !important;
        row-gap: 15px;
        width: 100%;
    }

    .slide {
        overflow: auto !important;
    }

    .slide--1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around !important;
        gap: 5px !important;
    }

    .filterbtn {
        /*margin-top: 20px !important;*/
    }

    .colorslider {
        margin-top: 0px !important;
    }

    .bn_comp_boxContainer .bn_comp_boxHeader {
        /*margin-left: -12px !important;*/
    }

    .search_result_button {
        text-align: left !important;
        /*margin-top: 10px;*/
    }


    .Modifybtn, .cartbtn, .orderbtn, .gridbtn, .morebtn, .text-muted {
        margin: 7px 8px 7px 0px;
    }

    .round {
        margin-left: 260px !important;
    }

    .ring {
        margin-left: 202px !important;
    }

    .slider-btn {
        border: 1px solid transparent !important;
        top: -15px !important;
    }

    .slider-arrow .slider-btn {
        background: transparent !important;
        border: 1px solid transparent !important;
    }

    .banner-text .mb-20 {
        margin-bottom: 5px !important;
    }

    .heading_s1 h3 {
        font-size: 23px;
    }

    .JwlFilter, .shapeFilter {
        margin-left: -10px
    }
}

@media only screen and (max-width: 375px) {
    .round {
        margin-left: 300px !important;
    }

    .ring {
        margin-left: 250px !important;
    }

    .JwlFilter, .shapeFilter {
        margin-left: -5px
    }
}


.login a {
    color: var(--bg-main) !important;
}

.text-grey-4 {
    color: var(--bg-gray) !important;
}


.sidebar .nav .nav-item.active > .nav-link img {
    filter: invert(54%) sepia(90%) saturate(3620%) hue-rotate(205deg) brightness(101%) contrast(101%) !important;
}

.slider-btn i {
    position: relative !important;
    top: -5px !important;
}

/*12-01-24*/

/*.consultationWrapper--qmJyqdWBnia4dUWGWzC_:hover {
    background-color: #022c63;
    color: white !important;
}*/

.buttonContainer--WB6QeRCgPkm1I8JfuPQt .buttonWrapper--DXwCPQTEE_aG7sNZZDJa:hover {
    background: var(--bg-main);
    color: #fff;
    box-shadow: unset !important;
}

.buttonWrapper--DXwCPQTEE_aG7sNZZDJa {
    color: #fff;
}

/*shape wrapper*/
.shape_item_wrap, .SubCategory_item_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.shape_item_wrap li, .SubCategory_item_wrap li {
    text-align: center;
}

    .shape_item_wrap li .shape_item.selected, .shape_item_wrap li .shape_item:hover, .shape_item_wrap li .shape_item:focus {
        /* background-color: #666666; */
        background-color: var(--bg-main);
    }

    .SubCategory_item_wrap li .SubCategory_item.selected, .SubCategory_item_wrap li .SubCategory_item:hover, .SubCategory_item_wrap li .SubCategory_item:focus {
        /* background-color: #666666; */
        background-color: var(--bg-main);
    }


    .shape_item_wrap li .shape_item, .SubCategory_item_wrap li .SubCategory_item {
        border: 1px solid #dfdfdf;
        padding: 12px 10px;
        border-radius: 5px;
        width: 92px;
        height: 92px;
        position: relative;
        margin-right: 10px;
        cursor: pointer;
    }

.select_item.selected, .select_item:hover, .select_item:focus {
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    box-shadow: 2px 2px 3px var(--bg-main) !important;
}

.select_item {
    padding: 4px 10px;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    min-width: 32px;
    cursor: pointer;
}

.shape_item .shape_icn img {
    height: 40px;
    filter: brightness(1) invert(0) drop-shadow(0px 0px 0px black);
}

.shape_item .shape_icn, .SubCategory_item .SubCategory_icn {
    margin: 0 auto 10px;
}

.shape_item_wrap li .shape_item.selected img, .shape_item_wrap li .shape_item:hover img, .shape_item_wrap li .shape_item:focus img {
    /*filter: brightness(3) !important;*/
    /*filter: brightness(0) invert(1) drop-shadow(0px 0px 0px black) !important;*/
    transform: scale(1.4);
}

.shape_item_wrap li .shape_item.selected .shape_icn img, .shape_item_wrap li .shape_item:hover .shape_icn img, .shape_item_wrap li .shape_item:focus .shape_icn img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}


.SubCategory_item_wrap li .SubCategory_item.selected img, .SubCategory_item_wrap li .SubCategory_item:hover img, .SubCategory_item_wrap li .SubCategory_item:focus img {
    /*filter: brightness(3) !important;*/
    filter: brightness(1) invert(1) drop-shadow(0px 0px 0px white) !important;
    transform: scale(1.4);
}

.shape_item .shape_icn img, .SubCategory_item .SubCategory_icn img {
    height: 37px;
}

.SubCategory_item .SubCategory_icn img {
    filter: contrast(0.1);
}

.select_item h6 {
    margin-bottom: 0;
    font-size: 13px;
}

.input_hiddin {
    display: none;
}

.shape_item .selected_icn {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ffffff;
    display: none;
}

.select_item a {
    font-size: 13px;
    line-height: 22px;
    color: #5a5a5a;
    display: block;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Lato", sans-serif;
}

.shape_item.selected .selected_icn, .SubCategory_item.selected .selected_icn {
    display: block;
}

.shape_item .selected_icn, .SubCategory_item .selected_icn {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ffffff;
    display: none;
}

.shape_item_wrap li .shape_item.selected, .shape_item_wrap li .shape_item:hover, .shape_item_wrap li .shape_item:focus {
    /* background-color: #666666; */
    background-color: var(--bg-main);
    border: 1px solid var(--bg-main);
    /*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
    box-shadow: 2px 2px 3px #022c636e;
}

.SubCategory_item_wrap li .SubCategory_item.selected, .SubCategory_item_wrap li .SubCategory_item:hover, .SubCategory_item_wrap li .SubCategory_item:focus {
    /* background-color: #666666; */
    background-color: var(--bg-main);
    border: 1px solid var(--bg-main);
    /*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
    box-shadow: 2px 2px 3px var(--bg-main);
}

.Gold_item.selected, .Gold_item:hover, .Gold_item:focus {
    /* background-color: #666666; */
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    /*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
    box-shadow: 2px 2px 3px var(--bg-main) !important;
}

.GoldColor_item.selected, .GoldColor_item:hover, .GoldColor_item:focus {
    /* background-color: #666666; */
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    /*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
    box-shadow: 2px 2px 3px var(--bg-main) !important;
}
/*.SubCategory_item.selected, .SubCategory_item:hover, .SubCategory_item:focus {*/
/* background-color: #666666; */
/*background-color: #022c63 !important;
    border: 1px solid #022c63 !important;*/
/*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
/*box-shadow: 2px 2px 3px #022c636e !important;
}*/

.select_item.selected a, .select_item:focus a, .select_item:hover a {
    color: #ffffff;
    text-decoration: none;
}


@media (max-width: 1199px) {
    /*  .dsb_info.card{
        margin-bottom: 20px;
    } */
    .dsb_info.card .card-body {
        padding: 20px;
    }

    .dsb_info h5 {
        font-size: 26px;
        line-height: 34px;
    }

    .select_item a {
        font-size: 12px;
        line-height: 22px;
    }

    .shape_item .shape_icn img {
        height: 35px;
    }

    .shape_item_wrap li .shape_item {
        border: none;
        padding: 5px;
        border-radius: 5px;
        width: 75px;
        height: 75px;
        position: relative;
        margin-right: 8px;
    }

    .shape_item .shape_icn {
        margin: 0 auto 5px;
    }

    .list_title {
        margin-bottom: 10px;
    }

    .comper_stone_title {
        margin-bottom: 10px;
    }

    .product_stone_list_item .product_action_btn a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .custom_btn i {
        font-size: 12px;
    }
}



/*cart_page*/

.bulkActionStrip-desktopContainer {
    line-height: 15px;
    display: flex;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 10px;
    padding: 0 12px 0 10px;
    font-weight: 700;
    font-size: 15px;
    color: #282c3f;
}

.bulkActionStrip-iconDiv, .bulkActionStrip-selectionIcon {
    display: flex;
    height: 32px;
    align-items: center;
    width: 32px;
    justify-content: center;
}

#checkallbox {
    width: 16px;
    height: 16px;
}

.bulkActionStrip-itemSelected {
    cursor: pointer;
}

.bulkActionStrip-desktopButton {
    display: flex;
    border-top: 0;
    margin-left: 15px;
    border-left: 2px solid #c7c7c7 !important;
}

.inlinebuttonV2-base-actionButton {
    text-transform: uppercase;
    font-weight: 700;
    color: #696b79;
    padding: 0;
    height: 20px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}

.bulkActionStrip-desktopBulkRemove {
    color: #282c3f !important;
    padding: 0px 24px 0px 0 !important;
    height: 22px !important;
    padding-left: 15px !important;
}

.SearchResultData {
    border-right: 1px solid #e9e9e9;
    padding: 0 0.75rem;
}

.CartCard {
    border: 1px solid #eaeaec;
    padding: 5px 15px 15px 0px;
    border-radius: 7px;
    /* box-shadow: 0 5px 5px #dedede8f; */
}

.cartItem {
    /*display: flex;*/
    /* align-items: center; */
}

.StyleIds {
    padding: 0px 10px;
}

.jewel_image {
    border-radius: 2px;
    border: solid 1px #e9e9e9;
    border: none;
    padding-right: 0px;
    align-items: center;
    margin-right: 10px;
}

.xceleratorTag-base-xceleratorTag {
    z-index: 0;
    position: relative;
    /*width: 100px;*/
    top: 0px;
    margin-bottom: 40px;
    margin-top: 5px;
}

.xceleratorTag-base-slantDown:after, .xceleratorTag-base-slantUp:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-main);
}

.xceleratorTag-base-slantDown:after, .xceleratorTag-base-slantUp:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--bg-main);
}

.xceleratorTag-base-slantDown:after {
    transform-origin: top left;
    -ms-transform: skew(40deg,0deg);
    -webkit-transform: skew(40deg,0deg);
    transform: skew(40deg,0deg);
}

.xceleratorTag-base-slantUp:after {
    transform-origin: bottom left;
    -ms-transform: skew(-40deg,0deg);
    -webkit-transform: skew(-40deg,0deg);
    transform: skew(-40deg,0deg);
}

.xceleratorTag-base-slant {
    position: absolute;
    padding: 2px;
    padding-left: 6px;
    opacity: .5;
    background: var(--bg-main);
}

.xceleratorTag-base-xceleratorTag .xceleratorTag-base-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 0.8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.xceleratorTag-base-slantDown {
    z-index: 2;
}

.CartImageCheck {
    position: relative;
}

.jewel_image img {
    margin-left: 15px;
}

.checkbox {
    position: absolute;
    left: 22px;
    top: 6px;
    z-index: 1;
}

.inputcheckbox {
    width: 1.2em;
    height: 1.2em;
}

.CartContent {
    padding-left: 18px;
}

.DisplayCatagory {
    color: var(--bg-main);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
}

.CartDetailMainDiv {
    display: flex;
    gap: 30px;
}

.CartDetail > div {
    /* background-color: #f1f1f1; */
    padding: 5px 10px;
    margin: 0px;
    border-radius: 5px;
}

    .CartDetail > div span:nth-child(1) {
        color: #5f5f5f;
    }

    .CartDetail > div span:nth-child(2) {
        color: black;
    }

.cart-item-card {
    position: absolute;
    top: 5px;
    right: 23px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.DeleteIcon a {
    padding: 5px 10px;
    color: black;
    /* background: linear-gradient(to right,#78d9ef,#188499); */
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.CartPopUp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.CartPriceSpan {
    font-size: 17px;
    font-weight: 700;
    color: #00bf55;
}

.itemComponents-base-quantity {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 8px;
    background: #f5f5f6;
    color: #2e4756;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
    line-height: 16px;
}

.CartRemark {
    padding: 10px;
    justify-content: flex-start;
    margin: 0;
}

.CartDetailNum > div {
    font-size: 15px;
}

.remark-txtbox {
    background: #fff;
    color: #a3a3a3;
    font: inherit;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);*/
    /*border: 0;*/
    outline: 0;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    width: 50%;
    /* background: linear-gradient(white, white) padding-box padding-box, linear-gradient(to right, rgb(120 217 239), rgb(24 132 153)) border-box border-box; */
}


.back-button {
    background-color: #ffffff;
    color: #44abc1;
    font-size: 14px;
    padding: 8px 16px;
    border: solid 1px #44abc1;
    border-radius: 0.4rem;
    position: relative;
    background: white;
    background-position-x: left;
    transition: all 0.2s ease-in-out;
    /* width: 100%; */
    text-align: center;
    cursor: default;
    margin-bottom: 0px;
}

.card-right {
    margin-top: 3px !important;
    background-color: #ffffff;
    border: 1px solid #eaeaec;
    padding: 1rem 0.6rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 7px;
    margin-left: 0;
}

    .card-right span {
        color: black;
    }

.Price-Value {
    float: right;
    font-weight: bold;
}

.card-right p {
    color: #5f5f5f;
}

.order-title {
    font-size: 1.4rem;
    margin: 0;
    padding: 24px 0 7px 0px;
    color: #231535;
}

.backtoshopping button:hover {
    background-color: #fff;
    color: #022c63 !important;
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
    .CartContent {
        padding-left: 30px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 60%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1679px) {
    .CartContent {
        padding-left: 25px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }

    .order-title {
        margin-top: 46px !important;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 60%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .CartContent {
        padding-left: 25px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }

    .order-title {
        margin-top: 63px !important;
    }


    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 60%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .CartContent {
        padding-left: 25px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }

    .order-title {
        margin-top: 63px !important;
    }


    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 60%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .CartContent {
        padding-left: 25px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }

    .order-title {
        margin-top: 17px !important;
        gap: 15px;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 66%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }
}

@media (max-width: 991px) {
    .CatagoryDropdown a > i {
        display: block !important;
    }

    .sidelogo-container h1 {
        display: block !important;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #close-icon {
        background: 0 !important;
        display: block !important;
        border: 0 !important;
        font-size: x-large !important;
        position: absolute !important;
        top: 56px !important;
    }

    .menu-link-item.active .menu-link:before,
    .menu-link:hover:before {
        display: none;
    }

    .menu-link-item.active .menu-link {
        color: #188499;
    }

    .CatagoryDiv {
        padding: 5px 5px !important;
    }

    .sidenavlogo {
        margin: 20px 0px;
    }

    .dropdown-image {
        margin-top: 30px;
    }

    .DropImage img {
        width: 100% !important;
        object-fit: contain !important;
        height: 175px !important;
    }

    .myaccounttab_colborder {
        border-right: none !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-conainer {
        display: block !important;
    }

    .CartContent {
        padding-left: 25px !important;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        left: 153px;
        top: 125px;
    }


    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 100%;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }

    .CatagoryDropdown .dropdown {
        padding: 25px !important;
    }

    .dropdown-links {
        display: block;
    }

    .all-categorys {
        display: flex;
        justify-content: flex-start !important;
    }

    .categoryitem-section {
        width: 100%;
    }

    .CatagoryMainDiv {
        border: 0px !important;
        padding: 0px !important;
        width: 48%;
    }

    .dropdown-image {
        width: 100% !important;
    }

    .sidelogo-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sidenavlogo {
        width: 100px;
    }

    #dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        position: absolute;
        top: 0;
        left: 320px;
        width: 315px;
        background-color: white;
        padding: 20px;
        z-index: 1;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .cart-conainer {
        display: block !important;
    }

    .CartContent {
        padding-left: 0px !important;
        margin-top: 190px;
        margin-left: -141px;
    }

    .product-details {
        display: contents;
    }

    .CartPrice {
        position: absolute;
        right: 10px;
    }

    .CartRemark {
        padding: 0px;
        justify-content: flex-start;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .CartDetailMainDiv {
        font-size: 11px;
        gap: 20px;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 100%;
    }

    .CartPopUp {
        display: block;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }

    .cartpage-title {
        font-size: 19px;
    }

    .CatagoryDropdown .dropdown {
        padding: 25px !important;
    }

    .dropdown-links {
        display: block;
    }

    .all-categorys {
        display: flex;
        justify-content: flex-start !important;
    }

    .categoryitem-section {
        width: 100%;
    }

    .CatagoryMainDiv {
        border: 0px !important;
        padding: 0px !important;
        width: 48%;
    }

    .dropdown-image {
        width: 100% !important;
    }

    .sidelogo-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sidenavlogo {
        width: 100px;
    }

    #dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        position: absolute;
        top: 0;
        left: 320px;
        width: 315px;
        background-color: white;
        padding: 20px;
        z-index: 1;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 667px) {
    .cart-conainer {
        display: block !important;
    }

    .CartContent {
        padding-left: 0px !important;
        margin-top: 190px;
        margin-left: -141px;
    }

    .product-details {
        display: contents;
    }

    .CartRemark {
        padding: 0px;
        justify-content: flex-start;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .CartDetailMainDiv {
        font-size: 13px;
        gap: 20px;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 100%;
    }

    .CartPopUp {
        display: block;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }

    .cartpage-title {
        font-size: 22px;
    }

    .CatagoryDropdown .dropdown {
        padding: 25px !important;
    }

    .dropdown-links {
        display: block;
    }

    .all-categorys {
        display: flex;
        justify-content: flex-start !important;
    }

    .categoryitem-section {
        width: 100%;
    }

    .CatagoryMainDiv {
        border: 0px !important;
        padding: 0px !important;
        width: 48%;
    }

    .dropdown-image {
        width: 100% !important;
    }

    .sidelogo-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sidenavlogo {
        width: 100px;
    }

    #dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        position: absolute;
        top: 0;
        left: 320px;
        width: 315px;
        background-color: white;
        padding: 20px;
        z-index: 1;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 374px) {
    .cart-conainer {
        display: block !important;
    }

    .CartContent {
        padding-left: 0px !important;
        margin-top: 190px;
        margin-left: -141px;
    }

    .product-details {
        display: contents;
    }

    .CartRemark {
        padding: 0px;
        justify-content: flex-start;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .CartDetailMainDiv {
        font-size: 10px;
        gap: 10px;
    }

    .order-title {
        margin-top: 30px !important;
        gap: 15px;
    }

    .cartleft {
        width: 100% !important;
    }

    .cart-section {
        width: 100%;
    }

    .CartPopUp {
        display: block;
    }

    .CartImageCheck .checkbox {
        position: absolute !important;
        left: 22px !important;
        top: 6px !important;
    }

    .CartDetail > div {
        padding: 4px 0px;
        margin: 0px;
        border-radius: 5px;
    }

    .cartpage-title {
        font-size: 16px;
    }

    .CatagoryDropdown .dropdown {
        padding: 25px !important;
    }

    .dropdown-links {
        display: block;
    }

    .all-categorys {
        display: flex;
        justify-content: flex-start !important;
    }

    .categoryitem-section {
        width: 100%;
    }

    .CatagoryMainDiv {
        border: 0px !important;
        padding: 0px !important;
        width: 48%;
    }

    .dropdown-image {
        width: 100% !important;
    }

    .sidelogo-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sidenavlogo {
        width: 100px;
    }

    #dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        position: absolute;
        top: 0;
        left: 320px;
        width: 315px;
        background-color: white;
        padding: 20px;
        z-index: 1;
        margin-top: -50px;
    }
}

.order-title {
    font-size: 1.4rem;
    margin: 0;
    padding: 24px 0 7px 0px;
    color: #231535;
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
    .product-summary {
        display: flex;
        width: 40%;
        gap: 12px;
        flex-direction: column;
    }

    .order-title {
        font-size: 1.4rem;
        margin: 0;
        padding: 7px 0 7px 0px;
        color: #231535;
    }
}
/*
@media only screen and (min-width: 1400px) and (max-width: 1679px) {
    .product-summary {
        display: flex;
        width: 40%;
        gap: 12px;
    }

    .shopping-detail {
        width: 50%;
    }

    .order-summary {
        width: 50%;
    }

    .order-title {
        font-size: 1.4rem;
        margin: 0;
        padding: 91px 0 7px 0px;
        color: #231535;
    }

    .card-right {
        font-size: 13px;
    }

    .back-button {
        margin-top: 80px !important;
    }
}*/

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    /*  .product-summary {
        display: flex;
        width: 40%;
        gap: 12px;
    }

    .shopping-detail {
        width: 50%;
    }

    .order-summary {
        width: 50%;
    }

    .order-title {
        font-size: 1.4rem;
        margin: 0;
        padding: 91px 0 7px 0px;
        color: #231535;
    }

    .card-right {
        font-size: 13px;
    }

    .back-button {
        margin-top: 80px !important;
    }*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-summary {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }


    .order-title {
        font-size: 1.4rem;
        margin: 0;
        margin-top: 0px !important;
        padding: 7px 0 7px 0px;
        color: #231535;
    }
}


@media only screen and (min-width: 375px) and (max-width: 767px) {
    .product-summary {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }


    .order-title {
        font-size: 1.4rem;
        margin: 0;
        margin-top: 0px !important;
        padding: 7px 0 7px 0px;
        color: #231535;
    }
}

@media only screen and (min-width: 425px) and (max-width: 667px) {
    .product-summary {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }


    .order-title {
        font-size: 1.4rem;
        margin: 0;
        margin-top: 0px !important;
        padding: 7px 0 7px 0px;
        color: #231535;
    }
}

@media only screen and (min-width: 310px) and (max-width: 374px) {
    .product-summary {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }


    .order-title {
        font-size: 1.4rem;
        margin: 0;
        margin-top: 0px !important;
        padding: 7px 0 7px 0px;
        color: #231535;
    }
}


.category-list-item img {
    width: 296px !important;
    height: 296px;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-list-item img {
        width: 198.5px !important;
        height: 198.5px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-list-item img {
        width: 150.5px !important;
        height: 150.5px;
        object-fit: cover;
    }

    .slick-vertical .slick-slide {
        width: 35px !important;
    }

    .left-sub-category-selection ul li {
        padding: 15px 6px;
    }

    .left-sub-category-selection {
        left: 66px !important;
    }

    .top-category-selection .owl-nav .fa.fa-caret-right {
        right: -12px !important;
    }

    .fa.fa-caret-up {
        right: 4px !important;
    }

    .fa.fa-caret-down {
        right: 4px !important;
    }

    .category-item {
        padding: 9px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .logo_sticky a img {
        max-width: 120px;
    }
    .sticky .logo_sticky a img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .JewlDtlDrop > div {
        padding: 0;
    }
    .detail-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logo_sticky a img {
        max-width: 110px;
    }
    .sticky .logo_sticky a img {
        max-width: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .logo_sticky a img {
        max-width: 90px;
    }
    .sticky .logo_sticky a img {
        max-width: 90px;
    }
    .tab-content {
        padding: 0px;
    }
    .diamCardDiv {
        padding: 0px;
    }
    .jwlCardDiv {
        padding: 0px;
    }
}

/*@media only screen and (min-width: 767px) {
    .slick-vertical .slick-slide {
        width: 50px !important;
    }
}*/

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .category-list-item img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

    .slick-vertical .slick-slide {
        width: 35px !important;
    }

    .left-sub-category-selection ul li {
        padding: 15px 6px;
    }

    .left-sub-category-selection {
        left: 66px !important;
    }

    .top-category-selection .owl-nav .fa.fa-caret-right {
        right: -12px !important;
    }

    .fa.fa-caret-up {
        right: 4px !important;
    }

    .fa.fa-caret-down {
        right: 4px !important;
    }

    .category-item {
        padding: 9px 15px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 667px) {
    .category-list-item img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }

    .slick-vertical .slick-slide {
        width: 35px !important;
    }

    .left-sub-category-selection ul li {
        padding: 15px 6px;
    }

    .left-sub-category-selection {
        left: 66px !important;
    }

    .top-category-selection .owl-nav .fa.fa-caret-right {
        right: -12px !important;
    }

    .fa.fa-caret-up {
        right: 4px !important;
    }

    .fa.fa-caret-down {
        right: 4px !important;
    }

    .category-item {
        padding: 9px 15px;
    }
}

@media only screen and (min-width: 310px) and (max-width: 374px) {
    .category-list-item img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }


    .slick-vertical .slick-slide {
        width: 35px !important;
    }

    .left-sub-category-selection ul li {
        padding: 15px 6px;
    }

    .left-sub-category-selection {
        left: 66px !important;
    }

    .top-category-selection .owl-nav .fa.fa-caret-right {
        right: -12px !important;
    }

    .fa.fa-caret-up {
        right: 4px !important;
    }

    .fa.fa-caret-down {
        right: 4px !important;
    }

    .category-item {
        padding: 9px 15px;
    }
}
/*download_emailmodel*/
.modal-header {
    background-color: #487c6e;
    color: #ffffff;
    justify-content: space-between;
    /* border-radius: 10px 10px 0 0; */
    /* text-transform: uppercase; */
}

.form-nots {
    margin-bottom: 20px;
}

.btn_email {
    background: #fff;
    padding: 6px 15px;
    background-color: #487c6e;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #487c6e !important;
    /* margin-top: 10px; */
}

/*
    .btn_email :hover {
        background: #487c6e;
    }*/

.email_modal_wrap .modal-body {
    padding: 20px;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

#CurrentPage[name=rbtnExport], #SelectedStones[name=rbtnExport] {
    transform: translateY(3px);
}

.modal-header .Close {
    color: #ffffff;
    opacity: 1;
}

.modal-title {
    color: #ffffff;
    font-size: 20px;
}

button.Close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.Close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

@media (min-width: 992px) {

    .email_modal_wrap .modal-lg {
        max-width: 700px;
    }
}

.dimond_desc .dim_details_list {
    padding: 0;
    padding-bottom: 10px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.dim_details_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
    width: 100%;
}

.dimond_desc .dim_details_list a {
    /*background-color: #eaeef2;*/
    background-color: var(--bg-light);
    padding: 3px 10px;
    border-radius: 5px;
}

.flexSubdiv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 5px!important;
}

    .flexSubdiv a {
        margin-right: 15px;
    }

.gridsubSpan {
    color: #424f5e;
    font-weight: 700;
}

.diamdiv {
    padding-bottom: 5px;
    /* margin-top: 15px; */
    text-align: left;
}

ul#noty_topLeft_layout_container li {
    border: none !important;
}

    ul#noty_topLeft_layout_container li .noty_bar div.noty_message {
        background-color: var(--screen_selection);
    }

        ul#noty_topLeft_layout_container li .noty_bar div.noty_message span {
            color: #005596;
        }
/*div.noty_message span:before {
    content: "\292B";
    position: absolute;
    right: 13px;
    font-weight: 800;
    font-size: 15px;

}*/



ul#noty_topRight_layout_container li {
    border: none !important;
}

    ul#noty_topRight_layout_container li .noty_bar div.noty_message {
        background-color: var(--bg-main) !important;
        padding: 13px;
        color: white;
    }

        ul#noty_topRight_layout_container li .noty_bar div.noty_message span {
            color: #fff;
            margin-right: 15px;
        }

            ul#noty_topRight_layout_container li .noty_bar div.noty_message span.noty_text {
                color: #fff;
            }

/*searchresult video*/

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive::before {
    display: block;
    content: "";
}


/*Grid Css*/

.list_show.show {
    display: block;
    /*padding-top: 15px;*/
    padding-top: 5px;
    padding-left: 0px;
}

#SearchStone_wrapper .product-cart-wrap .product-img-action-wrap .product-img a img {
    border-radius: 25px !important;
    /*height: 310px;*/
    object-fit: cover;
    opacity: 1;
}

    #SearchStone_wrapper .product-cart-wrap .product-img-action-wrap .product-img a img.lazy {
        opacity: 0;
        transform: scale(1.15);
    }

.dimond_card_wrap {
    /*box-shadow: rgb(204 210 215) 0px 3px 8px;*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
    border: 1px solid var(--not-Selected);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 0px !important;
    transition: all 0.25s ease;
    background-color: #fff;
    /*border: 1px solid var(--bg-light);*/
    /*border: 1px solid #8398ab !important;*/
    border: none!important;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px 12px;
}

    .dimond_card_wrap .diamond_img {
        background-image: url(../images/SVG/loder.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100px;
    }

.diamond_img {
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
}

.dimond_card_wrap .diamond_img img {
    transition: all 0.25s ease;
    opacity: 0.5;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
}

.locationdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dimond_desc {
    /*padding: 0px 10px 10px;*/
    padding: 18px 10px 10px;
}

.dimond_card_wrap .grid-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 10px;
}

    .dimond_card_wrap .grid-first .d_price {
        float: none;
    }

/*.totalprice {
    font-size: 20px;*/
    /*color: #424f5e;*/
    /*color: #487c6e;
    font-weight: 700;
}*/

.totalTSpan {
    font-size: 15px;
}

.locationdiv div {
    padding: 0px 15px;
}

.dimond_desc .dim_id a {
    font-size: 16px;
    color: var(--new-clr);
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

/*.gridlocation {
    font-weight: 700;
    color: #4ba4cb !important;
}

.gridlab {
    font-weight: 700;
    color: hsl(39.18deg 92.41% 53.53%) !important;
}*/

.dimond_card_wrap .dimond_desc .dim_details_list {
    padding: 0;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dim_details_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
    width: 100%;
}

/*.dimond_card_wrap .dimond_desc .dim_details_list a {*/
    /*background-color: #eaeef2;*/
    /*background-color: var(--bg-light);
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}*/

.flexSubdiv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

    .flexSubdiv a {
        margin-right: 15px;
    }

.gridsubSpan {
    color: #424f5e;
    font-weight: 700;
}

.Jewllbl {
    font-size: 15px;
}

.diamdiv {
    padding-bottom: 5px;
    /* margin-top: 15px; */
}

.gridbtn {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gridbtnbuy {
    width: 85%;
}

.d-flex {
    display: flex !important;
}

.btnbdr {
    border: 1px solid #487c6e !important;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    /*padding: 8px 15px;*/
    box-shadow: none;
}

.gridbtncart {
    width: 15%;
}

.buybtn {
    padding: 0px;
    border: none;
    background: none;
}

.btnbdr:hover, .btnbdrBefore:hover {
    background: none;
    color: #487c6e;
}

.gridbtncart a:hover {
    background: #487c6e;
}

.gridbtncart a {
    background: #fff;
}

.gridbtncart i {
    color: #487c6e;
}

.gridbtncart a:hover i {
    color: #fff;
}

.btngradiant {
    background: #487c6e;
}

dimond_card_wrap .dimond_img img {
    transition: all 0.25s ease;
    opacity: 0.6;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
}

/*Wishlist*/

/* cart_deatil_set*/
.daimond_detail_table {
    display: flex;
    width: 100%;
    gap: 12px;
}

.shopping-summery.table thead th {
    padding: 10px;
}

.left-part {
    width: 50%;
}

.right-part {
    width: 50%;
}

.mainPara {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
    /*border-bottom: 1px solid #dfdfdf;*/
    /* margin: 15px 0px; */
    padding: 3px 0px;
    align-items: center;
}

.diamond-param h4 {
    /* width: 138px; */
    opacity: .8;
    font-size: 14px;
    color: #487c6e;
    white-space: nowrap;
    padding-top: 2px;
}

.StockId {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bolder !important;
}

.Cert {
    font-size: 15px;
    /*text-decoration: underline;*/
    font-weight: bold !important;
    color: hsl(39.18deg 92.41% 53.53%) !important;
}

.location {
    font-size: 15px;
    /*text-decoration: underline;*/
    font-weight: bold !important;
    /*color: #c0552a !important;*/
    color: #147cd9 !important;
}

.stockId {
    color: #357635 !important;
    font-weight: 700;
    font-size: 15px;
}

#JewlGridBody stockId {
    padding: 0px 10px;
}

.cvd {
    /*color: #ff6000;*/
    font-weight: 700;
    font-size: 15px;
}

.cert {
    /*color: #edbc00;*/
    font-weight: 700;
    font-size: 15px;
}

.shape {
    font-weight: 700;
    font-size: 15px;
}

.detlabel {
    margin-right: 2px;
}

.grid_detail {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px 12px;
}



.list_detail {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
    align-items: center;
}

.detail_padding {
    /*margin-right: 14px !important;*/
}

.detail_padd {
    /*padding: 3px 8px;*/
    padding: 1px 8px;
}

.name_list {
    display: flex;
    justify-content: space-between;
}

.det_table {
    margin-bottom: 0px;
}

    .det_table table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 0px;
        border: 1px solid #dddddd !important;
    }

    .det_table td {
        text-align: start;
        border: none;
        /*border-bottom: 1px solid #dddddd !important;*/
        border-bottom: 1px solid #dddddd61 !important;
        /*padding: 4px 5px;*/
        padding: 2px 5px;
    }

    .det_table th, td {
        border-bottom: 1px solid #dddddd61 !important;
        text-align: left;
        padding: 8px;
        text-align: start;
    }

    .det_table th {
        background-color: #f2f2f2;
    }

/* Responsive Styling */
@media screen and (max-width: 600px) {
    /*.det_table th, td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
*/
    .det_table th {
        background-color: #f2f2f2;
    }
}





/*filter Dropdown*/

.checkbox-dropdown {
    width: 115px;
    height: 40px;
    border: 1px solid transparent;
    padding: 5px 15px;
    position: relative;
    /*margin: 0 auto;*/
    user-select: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    /*background: #e4eff9;*/
    margin: 0px 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    /*box-shadow: 0 2px 4px #c1c1c1!important;*/
}

    .checkbox-dropdown:hover {
        background: #e4eff9;
        border-radius: 5px;
        border: 1px solid #b2daff;
    }
    /* Display CSS arrow to the right of the dropdown text */
    .checkbox-dropdown:after {
        content: '';
        height: 0;
        position: absolute;
        width: 0;
        top: 50%;
        right: 20px;
        margin-top: -5px;
        border: solid #ababab;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    /* Reverse the CSS arrow when the dropdown is active */
    .checkbox-dropdown.is-active:after {
        border-bottom-color: #000;
        border-top-color: #fff;
        margin-top: 0px;
        border: solid #ababab;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

.checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    border: inherit;
    border-top: none;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: transform 0.4s ease-in-out;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: none;
    /*transform: translateY(-15px);*/
}

.is-active .checkbox-dropdown-list {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
    background: white;
    height: 170px;
    padding: 0.5rem 1rem;
    border: 1px solid #d4d5d9;
    min-width: 230px;
    top: 38px;
    border-radius: 5px;
    /*transform: translateY(0);*/
}

    .is-active .checkbox-dropdown-list::-webkit-scrollbar-thumb {
        background-color: #a1cae2;
    }

    .is-active .checkbox-dropdown-list::-webkit-scrollbar {
        width: 3px !important;
    }

.shpfilter, .caratfilter {
    width: 90px;
}

.pricefilter {
    width: 105px;
}

#goldclrfilter {
    width: 120px;
}

.SubCategoryfilter {
    width: 135px;
}

#GoldColor_select, #GoldType_select {
    height: auto;
}

.clarityfilter {
    width: 100px
}

.rangeSliderdiv {
    height: 120px !important;
    min-width: 335px !important;
}

.checkbox-dropdown-list li label {
    display: block;
    transition: all 0.2s ease-out;
    padding: 0.4rem 0;
    width: 100%;
    cursor: pointer;
}

.FilterSec input[type = "checkbox"] {
    margin-right: 0.8rem;
    margin-top: 0 !important;
}

.FilterSec label {
    display: flex !important;
    align-items: center;
}

.FilterSec li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#SearchStone_wrapper .product-cart-wrap .product-img-action-wrap .product-img {
    border-radius: 25px;
}


.checkbox-dropdown-list .checkbox {
    position: static !important;
}

.FilterMain {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
}

.PriceFilterSummeryLi {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.FilterSummeryDiv {
    padding: 2px 10px;
    border: 1px solid #d4d5d9;
    border-radius: 5px;
    font-size: 12px;
    transition: all .2s ease-out;
    color: #595959;
    position: relative;
    padding-right: 23px;
    z-index: 0;
    /*background: #efefef;*/
    background: white;
}

.filter-summary-removeFilter {
    position: absolute;
    top: 1px;
    right: 4px;
    width: 18px;
    height: 20px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.web-sprite {
    background: url(https://constant.myntassets.com/web/assets/img/MyntraWebSprite_27_01_2021.png);
    background-size: 1404px 105px;
    display: inline-block;
}

.sprites-remove {
    width: 14px;
    height: 14px;
    background-position: -1083px 0 !important;
}

.filter-summary-removeIcon {
    vertical-align: middle;
    opacity: .7;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    /*border: 3px solid #487c6e;*/
    /*border-radius: 12px;
    background: #487c6e;*/
    font-weight: bold;
    /*color: #487c6e;*/
    cursor: pointer;
    width: 250px;
}

.btnslider {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 12px;
    background: white;
    transition: all 0.3s;
    z-index: -1;
}

.toggleContainer div {
    padding: 5px;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.toggleCheckbox {
    display: none;
}

.toggleContainer div.active {
    /*border-radius: 12px;*/
    background: white;
    transition: all 0.3s;
    color: #487c6e;
    z-index: 20;
    border-bottom: 2px solid #487c6e;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tab-content {
    /*display: none;*/
}

    .tab-content.active {
        display: block;
    }

.det_table tr:last-child td {
    padding: 5px;
    border-bottom: 0 !important;
}

#button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 11px;
}

.product-thumbnail .checkbox {
    position: absolute;
    left: 16px;
    /*top: 6px;*/
    top: 8px;
    z-index: 1;
}


.product-thumbnail .inputcheckbox {
    width: 1em;
    height: 1em;
}


.product-thumbnail {
    position: relative;
}

.stockID {
    color: var(--bg-main);
    font-weight: bold;
    font-size: 20px;
}

/*MyPurchase Card*/

.OrderContainer > div.row {
    padding: 12px;
}

.card {
    background-color: white;
    padding: 15px;
    box-shadow: rgb(3 38 87 / 9%) 0px 1px 8px 0px;
    border-radius: 10px;
    height: 100%;
}

.OrderDetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.OrderDetail_header {
    padding: 5px 15px;
    background-color: #e9f0f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.OrderDetails_footer {
    border-top: 2px solid;
    padding: 5px 0px;
    margin: 0px 15px;
}

.OrderSubdiv {
    display: flex;
    justify-content: space-between;
}

.Purchasediv {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 5px 0px;
    padding: 0px 15px;
}

.OrderSubdiv span {
    /*background: #f3f3f3;*/
    /*padding: 0px 5px;*/
}

.OrderDiv {
    padding: 6px 12px;
}

/*.OrderContainer {
    background: #f3f3f3;
}*/

.OrderJewlContainer {
    padding: 12px;
}

.OrderNo {
    font-size: 17px;
    font-weight: bold;
    color: #487c6e;
}

.OrderStatus {
    color: green;
    font-weight: bold;
}
/*.TotalPcs {
    border: 1px solid #c5c5c5;
    padding: 0px 8px;
    border-radius: 50%;
}*/
.OrderCarat {
    display: inline-block;
}

.Orderdate {
    color: #4a4444;
}

.detailbtn {
    background: #59aafa;
    color: white;
    border: 1px solid #59aafa;
    padding: 2px 9px;
    border-radius: 3px;
    transition: all .3s ease-in-out !important;
    display: inline-block;
}

    .detailbtn:hover {
        background: none;
        color: #59aafa;
    }

.SpanVal {
    font-weight: bold;
    color: #487c6e;
}

.cardSubdiv {
    border: 1px solid black;
    /*padding: 15px;*/
    border-radius: 5px;
}

.additional_daimond_details {
    display: none;
}

    .additional_daimond_details .main-heading th {
        background-color: #91b4d4 !important;
    }

.action .fi-rs-trash {
    color: red;
}

#ChkSelectFromGrid {
    accent-color: #487c6e !important;
}

.inputcheckbox, .cust-chkmark, .chkBoxAll, .checkbox {
    accent-color: #487c6e !important;
}

@media screen and (max-width: 1400px) {
    .search_result_text span {
        font-weight: 700;
        /*margin-bottom: 15px;*/
    }
}

@media screen and (max-width:1366px) {
    .OrderDiv {
        padding: 5px;
    }

    .product-cart-wrap .product-action-1.show {
        bottom: 30px;
    }
}


.fa-solid.fa-xmark {
    padding: 0px 5px;
    font-size: 16px;
    background: #ff000021;
    line-height: 22px;
    border-radius: 20px;
    margin: 0px 10px;
    color: red;
    cursor: pointer;
}

.SocialIcon i {
    font-size: 22px;
    margin: 10px 4px;
    color: #506e91;
    cursor: pointer;
}

.PriceSpan {
    padding: 0px 10px;
}

.Priceval {
    color: green;
    font-weight: bold;
}







.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e4eff9 !important;
}

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    /*border: 3px solid #3474af;*/
    /* border-radius: 12px;
    background: #3474af;*/
    font-weight: bold;
    /*color: #3474af;*/
    cursor: pointer;
    width: 245px;
}

    .toggleContainer.active .btnslider {
        left: 50%;
    }

.btnslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 12px;
    background: #fff;
    transition: left 0.3s;
}

.toggleContainer div {
    padding: 5px;
    text-align: center;
    z-index: 1;
    color: #487c6e;
    border-bottom: 2px solid transparent;
}

.toggleCheckbox {
    display: none;
}

.summery-section-separator {
    border-top: #e4e4e4;
    margin: 0px 0;
    width: 100%;
}


.ProductHead {
    line-height: 20px !important;
}

    .ProductHead span {
        color: #487c6e !important;
        font-size: 22px !important;
        text-transform: uppercase;
        font-family: lato,sans-serif;
    }

.ProductCode span {
    color: #487c6e !important;
    /*font-size: 15px !important;*/
    font-family: lato,sans-serif;
}

.Productdetail span {
    color: #487c6e !important;
    font-size: 15px !important;
    font-family: lato,sans-serif;
}

.value {
    font-size: 1rem;
}

.Detailspace {
    gap: 12px !important;
    margin-bottom: 15px !important;
}

    .Detailspace > div {
        display: flex;
        justify-content: end;
        align-items: center;
    }

        .Detailspace > div > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
        }

.Codelbl {
    font-weight: normal !important;
}

.DetailDesc, .price, .summery-section-price-text {
    font-family: lato,sans-serif !important;
}

.Detailspace .share, .Detailspace .Wishlistbtn {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 2px 4px rgb(78 85 92 / 25%) !important;
}

.Jewlsummery-section-right {
    margin-top: 30px;
}

.ProductDetail {
    gap: 50px !important;
}

.DetailHead {
    font-weight: bold;
    font-size: 17px;
}

.slider-nav-thumbnails .slick-slide.slick-current img, .slider-nav-thumbnails .slick-slide.slick-current video {
    border: 1px solid var(--bg-main);
    /*border: 2px solid #1b4474;*/
}

.slider-nav-thumbnails div.slick-slide img {
    height: 100%;
    object-fit: cover;
}

.detail-gallery .slick-slider {
    background-color: #fff !important;
    margin-bottom: 30px;
    border-radius: 10px;
}

.discount-ribbon {
    background-color: #e74c3c; /* Red background color */
    color: #fff; /* White text color */
    padding: 5px 10px; /* Padding around the text */
    position: relative; /* Position it relative to its container */
    top: 10px; /* Adjust positioning */
    left: 10px; /* Adjust positioning */
    z-index: 1; /* Ensure it's on top of other content */
    border-radius: 3px; /* Rounded corners */
    display: inline-block; /* Make it inline block */
}

    .discount-ribbon::before {
        content: "";
        position: absolute;
        top: -5px; /* Positioning */
        left: -10px; /* Positioning */
        border-width: 0 10px 10px 0; /* Triangle shape */
        border-color: transparent #e74c3c transparent transparent; /* Colors */
        border-style: solid; /* Border style */
    }

.star-rating {
    font-size: 1em;
}

/* Style the checked stars */
.fa-star.checked {
    color: orange;
}

.JewlDescDetail p {
    font-family: 'Lato',sans-serif;
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 1199px) {
    .ProductHead span {
        font-size: 24px !important;
    }
}

.CartEmptyMsg {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #2e4756;
}

.desktop-base-emptyCart {
    margin: 24px auto;
}

.emptyCart-base-emptyBagImage img {
    width: 100%;
    max-width: 350px;
}

.emptyCart-base-emptyBagImage .empty_wishlist_img img {
    max-width: 290px;
    margin: 30px auto;
}

.emptyCart-base-mainContainer {
   
}

.emptyCart-base-subContainer {
    text-align: center;
}

.emptyCart-base-emptyText {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.emptyCart-base-emptyDesc {
    font-size: 14px;
    color: #7e818c;
}

.emptyCart-base-addFromWishlist {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}

.EmptyCart-backbutton {
    background: white;
    /* font-weight: 700; */
    color: #44abc1 !important;
    border: 1px solid #44abc1;
    cursor: pointer;
    display: inline-block;
    border-radius: 0.4rem;
    height: 2.8rem;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.EmptyCart-backbutton {
    background: white;
    /* font-weight: 700; */
    color: #44abc1 !important;
    border: 1px solid #44abc1;
    cursor: pointer;
    display: inline-block;
    border-radius: 0.4rem;
    height: 2.8rem;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mainPara {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .mainPara {
        justify-content: flex-end; /* Align to the right for screens narrower than 768px */
    }
}

/*#region Jewellery Search Result*/

.Prod_Category_dropdown {

}

.Prod_Category_dropdown li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: unset !important;
    position: unset !important;
    padding: 0px !important;
}

.Prod_Category_dropdown li::before {
    display: none;
}

.Prod_Category_dropdown label {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-out;
    padding: 0.4rem 0;
    width: 100%;
    cursor: pointer;
}

.Prod_Category_dropdown label .jwl_name_chkbox {
    display: flex;
    align-items: center;
}

.Prod_Category_dropdown .checkbox {
    position: unset !important;
}

.Prod_Category_dropdown input[type = "checkbox"] {
    margin-right: 0.8rem;
    margin-top: 0 !important;
}

.jewelry_searchResult_wrape {
    position: relative;
}

.jewelry_searchResult_left .sidebar_widget {
    position: sticky;
    top: 95px;
    z-index: 1;
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    padding-right: 8px;
}

.jewelry_searchResult_right {

}

/*#endregion Jewellery Search Result*/

/*Sort Dropdown*/

.Sortdropdown {
    width: 100%;
    border: 1px solid #d4d5d9;
}

.Occasiondropdown {
    width: 100%;
    border: 1px solid #d4d5d9;
}

.Sortdropdown #Sort_select li {
    display: flex;
}

.Sortdropdown:hover {
    border-radius: 5px !important;
}

.Sortdropdown .checkbox-dropdown-list {
    height: auto !important;
}

.SortLabel {
    display: flex !important;
    justify-content: space-between;
}

.SortSelecteditem {
    color: #487c6e;
    font-weight: bold;
}

.OccasionSelecteditem {
    width: 100%;
    color: #487c6e;
    font-weight: bold;
}

.SortHighlight {
    color: #487c6e;
    font-weight: bold;
}

.OldPrice {
    text-decoration: line-through;
    font-size: 13px !important;
    color: #fd7979 !important;
    margin-left: 5px;
}

.gridbox {
    color: #4ba4cb;
    font-size: 15px;
}

.Pipe {
    margin: 5px;
    color: #487c6e;
    font-weight: bold;
}
/*
.SuccessModaldiv, .WarningModaldiv, .ErrorModaldiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}

.SuccessModaldiv > div, .WarningModaldiv > div, .ErrorModaldiv > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SuccessModaldiv img {
    width: 40px;
}

.WarningModaldiv img, .ErrorModaldiv img {
    width: 40px;
    padding: 5px;
}*/

.Datetime {
    text-align: right !important;
    padding-right: 10px !important;
}

.mobile-social-icon .fa-brands, .fab {
    font-size: 18px;
    color: #727272;
    padding-right: 5px !important;
}


.shape_item_wrap li .shape_item.selected, .shape_item_wrap li .shape_item:hover, .shape_item_wrap li .shape_item:focus {
    background-color: var(--bg-main);
}

.SubCategory_item_wrap li .SubCategory_item.selected, .SubCategory_item_wrap li .SubCategory_item:hover, .SubCategory_item_wrap li .SubCategory_item:focus {
    background-color: var(--bg-main);
}

.select_item.selected, .select_item:hover, .select_item:focus {
    background-color: var(--bg-main);
}

.shape_item_wrap li .shape_item.selected, .shape_item_wrap li .shape_item:hover, .shape_item_wrap li .shape_item:focus {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-main);
    box-shadow: 2px 2px 3px #022c636e;
}

.SubCategory_item_wrap li .SubCategory_item.selected, .SubCategory_item_wrap li .SubCategory_item:hover, .SubCategory_item_wrap li .SubCategory_item:focus {
    background-color: var(--bg-main);
    border: 1px solid var(--bg-main);
    box-shadow: 2px 2px 3px var(--bg-main);
}

.Gold_item.selected, .Gold_item:hover, .Gold_item:focus {
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    box-shadow: 2px 2px 3px var(--bg-main) !important;
}

.GoldColor_item.selected, .GoldColor_item:hover, .GoldColor_item:focus {
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    box-shadow: 2px 2px 3px var(--bg-main) !important;
}

.DiamondFilters input:focus {
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.list_title h6 {
    font-weight: 600;
    font-size: 14px;
    color: var(--bg-charcoalblack);
    font-family: inherit;
    /*height: 36px;*/
    margin-bottom: 8px;
    margin-top: 15px;
}

.formPrimaryBtn {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0 60px;
    background: var(--bg-main);
    color: #fff;
    height: 100%;
    border: 0;
    border-radius: 4px;
    text-transform: capitalize;
}

.searchbtn a, .clearFilters a {
    padding: 8px 15px;
    border-radius: 5px;
    margin: 5px;
}

.searchbtn a {
    background-color: var(--bg-main);
    color: white !important;
}

.clearFilters a {
    background-color: var(--bg-charcoalblack);
    color: white !important;
}

.searchbtn a:hover {
    background: var(--bg-charcoalblack);
}

.clearFilters a:hover {
    background-color: var(--bg-main);
}

.clear_filter .compare-btn a {
    color: var(--bg-main);
    box-shadow: 0 2px 4px rgb(78 85 92 / 25%) !important;
}

.slider-comn-cls .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -17px;
    top: -6px;
    border-radius: 50%;
    background: var(--bg-main);
    box-shadow: none;
    border: 0;
}

.slider-comn-cls .noUi-connect {
    background: var(--bg-main);
}

.noUi-marker-horizontal.noUi-marker-large {
    border-color: var(--bg-main);
}

/*.active a {
    color: var(--bg-main) !important;
    font-weight: 600 !important;
}*/

.logo.main-menu .active {
    border-bottom: 2px solid var(--bg-main);
}

.bn_comp_boxContainer .bn_comp_boxHeader {
    display: flex;
    align-items: center;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
    color: var(--bg-charcoalblack);
    margin-bottom: 8px;
}

.Modifybtn, .cartbtn, .orderbtn, .gridbtn, .morebtn, .backbtn {
    border: 1px solid #487c6e;
    padding: 5px 12px;
    border-radius: 5px;
    margin: 0px 8px 0px 0px;
    transition: all .3s ease-in-out !important;
    display: inline-block;
    box-shadow: 0 2px 4px rgb(78 85 92 / 25%) !important;
}

.backbtn i {
    font-size: 12px;
}

.Modifybtn {
    /*background: var(--bg-secondary);
    color: white;*/
    position: relative;
}

.Modifybtn:hover {
    background: var(--bg-main);
    border: 1px solid var(--bg-main);
    color: white;
    box-shadow: unset !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--bg-main);
    overflow-x: auto;
}

.gridbtn {
    background: var(--bg-main);
    color: white !important;
    border-color: var(--bg-main);
}

.gridbtn:hover {
    background: var(--bg-secondary);
    color: white;
    box-shadow: unset !important;
}

.morebtn {
    padding: 5px 12px;
    background: white;
    border: 1px solid gray;
}

.morebtn:hover {
    background: var(--bg-secondary);
    color: white;
    box-shadow: unset !important;
}

.totalprice {
    font-size: 22px;
    color: var(--bg-secondary);
    font-weight: 700;
}

.flexSubdiv a:hover {
    color: var(--bg-main);
}

.gridlocation {
    font-weight: 700;
    color: var(--bg-textBlueColor) !important;
}

.gridlab {
    font-weight: 700;
    color: var(--bg-main) !important;
}

.dimond_card_wrap .dimond_desc .dim_details_list a {
    background-color: var(--bg-lightgray);
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.dimond_card_wrap .dimond_desc .dim_details_list a:hover {
    color: var(--bg-textBlueColor);
}

.dimond_desc .dim_id a {
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.choseus_area .chose_icone img {
    width: 100%;
    max-width: 70px;
    margin-bottom: 20px;
}


.privacyPolicyUL {
    margin-bottom: 15px;
    list-style: inside square;
    margin: 0;
    padding: 0;
}

.privacyPolicyUL li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
    color: #212121;
}

.userContainer {
    
}

.customer_login .nice-select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}

.customer_login .nice-select ul.list {
    width: 100%;
    height: 150px;
    overflow: auto;
}

.password_field {
    position: relative;
    width: 100%;
    display: block;
}

.password_field .password-toggle, .password_field .confirmpassword-toggle, .password_field .currentPassword-toggle {
    position: absolute;
    right: 10px;
    top: 15px;
    /*transform: translateY(-50%);*/
    cursor: pointer;
    height: 20px;
    opacity: 0.5;
}

.common_user_actions {
    margin-top: 15px;
    margin-bottom: 0px;
}

.common_user_actions h3 {
    padding: 0px;
    border-top: 0;
    background-color: unset;
    font-weight: 600;
}

.common_user_actions i {
    color: var(--bg-main);
}

.login_form_submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
}

.login_form_submit a {
    line-height: unset;
    margin: unset !important;
}

.login_form_submit .login_span {
    display: flex;
    align-items: center;
}

.login_form_submit .login_span label {
    display: flex;
    margin: 0px;
}

.login_form_submit .login_span label input {
    margin-top: 0px;
}

.CommonForm_container {
    margin: unset;
}

.count_btns_section {
    display: flex;
    column-gap: 18px;
}

.count_btns_section .count_btns {

}

.count_btns_section .count_btns a {
    position: relative;
}

.count_btns_section .count_btns img {
    width: 21px;
    height: 21px;
}

.count_btns_section .count_btns span {
    position: absolute;
    top: -12px;
    right: -10px;
    height: 17px;
    width: 18px;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    color: #fff;
    /*background-color: var(--bg-main);*/
    background-color: var(--bg-main);
}

.top_userdetail {
    cursor: default !important;
}

/*.top_userdetail img {
    width: 26px;
}
*/
.top_userdetail .userName {
    color: var(--bg-firstHeaderText);
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
}

.account_dashboard .account_dashboard_section {
    margin: unset;
}

.form_row {
    margin: unset;
}

/*#accountSettingForm .form_row {
    margin-bottom: 20px;
}*/

.dashboard_tab_button .dashboard-list {
    column-gap: 5px;
}

/* Loader style */
/*.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 350px;*/ /* Adjust the size of the loader image */
    /*height: 250px;
}

.loader {
    border: 16px solid #f3f3f3;*/ /* Light gray */
    /*border-top: 16px solid #3498db;*/ /* Blue */
    /*border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}*/

/* Animation to spin the loader */
/*@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

.invalidPassword {
    color: red;
    margin: 0;
    padding: 2px;
}

.validPassword {
    color: green;
    margin: 0;
    padding: 2px;
}


.pwdRuleDiv {
    border: 1px solid var(--bg-pwdRuleBoxBorder);
}

.pwdRuleDiv p {
    margin-left: 5px;
}


.top_userdetail {
    display: flex;
    align-items: center; 
    gap: 8px; 
    text-decoration: none; 
}

.user-profile-pic {
    width: 40px; 
    height: 40px;
    border-radius: 50%; 
    border: 1px solid #fff; 
    object-fit: cover;
    flex-shrink: 0; 
}

.userName {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap; 
}

.quickBtnDiamond {
    bottom: 0px;
}

.btnPrimary {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    border: 1px solid var(--bg-main);
    background: var(--bg-main);
    color: var(--bg-White);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    margin-top: 20px;
}

.btnPrimary a {
    color: var(--bg-White);
}

.btnPrimary:hover,
.hover-effect {
    background: var(--bg-White);
    border: 1px solid var(--bg-main);
    color: var(--bg-main);
}

/* Loader style with Dark Backdrop */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Dark semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 1s ease-in-out;
}

/* Loader image with Blink + Scale Effect */
#loader img {
    width: 350px;
    /*height: 150px;
    animation: logoPulse 1.5s ease-in-out infinite;*/
}

#loader .company_logo img {
    width: 120px;
    margin-bottom: -210px;
}

/* Fade-in animation for backdrop */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Blink + Scale (Come out / Go in) Animation */
@keyframes logoPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.1); /* Slight zoom in */
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}



.btnSecondarySquare {
    /*color: var(--bg-main);*/
    /* text-transform: uppercase; */
    /*text-decoration: none;
    border: 1px solid var(--bg-main);*/
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    /*background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;*/
    /*width: 75px;*/
}

/*.btnSecondarySquare:hover,
.hover-effect {
    color: white;
}

.btnSecondarySquare::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -24px;
    transform: skewX(45deg);
    background: linear-gradient(to left, #2a6041, #4a805f, #6aa17f);
    z-index: -1;
    transition: all 1s;
}

.btnSecondarySquare:hover::before,
.btnSecondarySquare.hover-effect::before {
    width: 160%;
}*/

.btnPrimaySquare {
    /*color: white; 
    text-decoration: none;
    border: 1px solid var(--bg-main);*/
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    /*background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;*/
    /*width: 75px;*/
}

/*.btnPrimaySquare::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 160%; 
    top: 0;
    left: -24px;
    transform: skewX(45deg);
    background: linear-gradient(to right, #2a6041, #4a805f, #6aa17f);
    z-index: -1;
    transition: all 1s;
}


.btnPrimaySquare:hover::before,
.btnPrimaySquare.hover-effect::before {
    width: 0%;
}*/

/*.btnPrimaySquare:hover {
    color: var(--bg-main);
}*/

.btnPrimaySquare:hover,
.hover-effect {
    color: var(--bg-main);
}

.btnPrimaySquare.btnLarge {
    padding: 8px 24px; 
}

/*.account_form button {
    background: var(--bg-main);
    border: 1px solid var(--bg-main);
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    line-height: 25px;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
    border-radius: 20px;
}

.account_form button:hover,
.account_form button.hover-effect {
    background: var(--bg-white);
    border: 1px solid var(--bg-main);
    color: var(--bg-main);
}*/

.account_form button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 1s;
    background: transparent;
}

/*.account_form button::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 160%;
    top: 0;
    left: -24px;
    transform: skewX(45deg);
    background: linear-gradient(to right, #2a6041, #4a805f, #6aa17f);
    z-index: -1;
    transition: all 1s;
}*/

.account_form button:hover::before,
.account_form button.hover-effect::before {
    width: 0%;
}

.account_form button:hover,
.account_form button.hover-effect {
    color: var(--bg-main);
}

/*#region Grid-card*/

.card_img_wrap {
    position: relative;
}

.card_img_wrap .card_img {
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .125);
}

.prod_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 14px;
    border-bottom: 1px solid #9d9d9d;
}

.prod_title_wrap .prod_name {
    font-size: 20px;
    margin-bottom: 8px;
}

.prod_title_wrap .prod_cat {
    font-size: 14px;
    margin-bottom: 0px;
}

.right_side .prod_price {
    font-size: 24px;
    line-height: 32px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0px;
}

.prod_specifications {
    margin-top: 3px;
}

.prod_specifications p {
    font-size: 14px;
    margin-bottom: 0px;
}

.prod_style span {
    font-size: 12px;
    padding: 3px 6px;
    background: var(--bg-main);
    color: #fff;
    border-radius: 6px;
}

.card_btn_wrap {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_btn button {
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
}

.wishlist_gridcontainer .card:hover .card_btn button {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.wishlist_gridcontainer .card {
    margin-bottom: 15px;
}

.card_date_time p {
    margin-top: 3px;
    margin-bottom: 0px;
}

.card_date_time p span {
    font-weight: bold;
}

.wishlist_gridcontainer .card {
    transition: all 0.3s ease-in-out;
}

.wishlist_gridcontainer .card:hover {
    transform: scale(1.05);
}

.diam_specification {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.diam_labNo span {
    font-weight: bold;
}

.card_img_wrap .noImage {
    object-fit: contain;
}

.diam_labNo p {
    margin-bottom: 0px;
}

.cart_gridcontainer .card {
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.cart_gridcontainer .card:hover {
    transform: scale(1.05);
}

.cart_gridcontainer .card:hover .card_btn button {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.card_img_wrap .check_box {
    position: absolute;
    top: 6px;
    left: 10px;
}

/*#endregion Grid-card*/

.wishlist_gridcontainer {
    padding: 0px 0px 40px;
}

/*#region order-card*/

.Order_Card {
    background-color: white;
    padding: 15px;
    box-shadow: rgb(3 38 87 / 9%) 0px 1px 8px 0px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
}

.Order_Card .order_info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 7px;
}

.order_info .order_left {
    display: flex;
    flex-direction: column;
}

.order_left .orderNo {
    font-size: 16px;
    font-weight: bold;
}

.order_left .orderDate {

}

.order_right .orderStatus {
    padding: 5px 10px;
    border-radius: 6px;
}

.order_right .pending {
    background-color: #fef3c7;
    color: #b45309;
}

/*.order_right .order_placed {
    background-color: #e7f6ec; 
    color: #1e824c;
}*/


.order_right .order_placed {
    background-color: #dcc6df;
    color: #991d8a;
}

.order_right .order_confirm {
    background-color: #d1ecf1;
    color: #0c5460;
}

.order_right .ready_for_process {
    background-color: #e0efff;
    color: #007BFF;
}

.order_right .ready_for_shipping {
    background-color: #ede7f7;
    color: #6F42C1;
}

.order_right .in_transist {
    background-color: #c8b8aa;
    color: #62330c;
}

.order_right .delivered {
    background-color: #cad7cf;
    color: #2a6041;
}

.order_right .cancle {
    background-color: #fce4ec;
    color: #ad1457;
}

.order_details_wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 7px;
}

.order_details_wrap .order_details_row {
    display: flex;
    justify-content: space-between;
}

.order_details_wrap .order_details_row.remark_row {
    justify-content: unset;
    column-gap: 8px;
}

.remark_row .order_value {
    white-space: nowrap;
    display: block;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.order_details_row .order_name {

}

.order_details_row .order_name span {
    font-size: 15px;
}

.order_details_row .order_value {

}

.order_details_row .order_value span {
    font-size: 15px;
    font-weight: bold;
}

.order_details_btn {
    display: flex;
    justify-content: end;
}

.order_details_btn button {
    padding: 3px 9px 2px;
}

/*#endregion order-card*/


.account_form .secondaryRoundBtnbutton {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 1s;
    background: transparent;
    color: var(--bg-main);
}

.account_form .secondaryRoundBtnbutton::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -24px;
    transform: skewX(45deg);
    background: linear-gradient(to left, #2a6041, #4a805f, #6aa17f);
    z-index: -1;
    transition: all 1s;
}

.account_form .secondaryRoundBtnbutton:hover::before,
.account_form .secondaryRoundBtnbutton.hover-effect::before {
    width: 160%;
}

.account_form .secondaryRoundBtnbutton:hover,
.account_form .secondaryRoundBtnbutton.hover-effect {
    color: var(--text-light, white);
}

.dim_details_list {
    list-style: none;
    padding: 0 10px 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    cursor: default;
}

.diamondPercentage {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #5a5a5a;
    cursor: default;
}

.diamondPercentage span{
    font-weight:600;
}

.diamondPercentage div {
    white-space: nowrap;
}

.diamondSingleValue {
    font-size: 14px;
    color: #5a5a5a;
    cursor: default;
}

.requiredSign{
    color: red;
    font-weight: 600;
}

/* #region Logout Modal Styles */
/*.noty_theme__mint.noty_bar .noty_body {
    padding: 10px 15px 7px !important;
    font-size: 14px;*/
    /* line-height: 1; */
    /*font-weight: 600;
    border-radius: 4px;
}

.noty_theme__mint.noty_type__warning {
    background-color: #FFD580;
    color: #A35B00;
    border-bottom: 5px solid #FFA500;
}

.noty_type__warning .noty_progressbar {
    background-color: #FFA500;
    opacity: 0.6;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    filter: alpha(opacity=10);
}*/


/* #region Noty Base Styles */

.noty_theme__mint.noty_bar .noty_body {
    padding: 10px 15px 14px !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: 1;
    z-index: 1;
    transition: width linear;
}

/* #endregion */

/* #region Themed Progress Bar Colors */

.noty_type__warning .noty_progressbar {
    background-color: #FFA500;
}

.noty_type__error .noty_progressbar {
    background-color: #DC3545;
}

.noty_type__success .noty_progressbar {
    background-color: #28a745;
}

.noty_type__info .noty_progressbar {
    background-color: #17a2b8;
}

/* #endregion */

/* #region Backgrounds & Text Colors (Optional) */

.noty_theme__mint.noty_type__warning {
    background-color: #FFD580;
    color: #A35B00;
}

.noty_theme__mint.noty_type__error {
    background-color: #F8D7DA;
    color: #842029;
}

.noty_theme__mint.noty_type__success {
    background-color: #D1E7DD;
    color: #0F5132;
}

.noty_theme__mint.noty_type__info {
    background-color: #D1ECF1;
    color: #055160;
}

/* #endregion */





/* #endregion */

/* #region order details card */

.order_details_container .gridbodyDetail {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.orderDetails_card_wrap {
    display: flex;
    column-gap: 10px;
    padding: 10px;
    border: 1px solid var(--bg-main);
    border-radius: 6px;
}

.order_details_section {
    width: 83%;
}

.order_details_section .prod_specifications {
    display: flex;
    flex-direction: column;
}

.orderDetails_card_wrap .card_image_wrap {
    width: 17%;
    cursor:pointer;
}

.orderDetails_card_wrap .card_image_wrap img {
    width: 100%;
    border: 1px solid var(--bg-main);
    border-radius: 6px;
}

.orderDetails_card_wrap .card_image_wrap video {
    width: 100%;
    border: 1px solid var(--bg-main);
    border-radius: 6px;
}

.prod_price_info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    font-size: 16px;
    padding: 8px 0px 7px;
    border-bottom: 1px solid var(--bg-main);
}

.prod_price_info .left_side {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
}

.left_side .prod_name span {
    color: var(--bg-main);
    font-weight: 500;
}

.left_side .prod_price {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.prod_price .prod_ppc {
    position: relative;
    padding: 0px 12px;
    margin: 0px 12px;
}

.prod_price .prod_ppc::before {
    content: "";
    height: 70%;
    width: 2px;
    background-color: #858585;
    position: absolute;
    top: 3px;
    left: 0px;
}

.prod_price .prod_ppc::after {
    content: "";
    height: 70%;
    width: 2px;
    background-color: #858585;
    position: absolute;
    top: 3px;
    right: 0px;
}

.prod_price .jewelprod_price {
    position: relative;
    padding: 0px 12px;
    margin: 0px 12px;
}

.prod_price .jewelprod_price::before {
    content: "";
    height: 70%;
    width: 2px;
    background-color: #858585;
    position: absolute;
    top: 3px;
    left: 0px;
}

.prod_price .prod_tVal {

}

.prod_price .name {

}

.prod_price .value {
    font-weight: 500;
}

.prod_price_info .right_side {

}

.prod_price_info .right_side .prod_goodno a {
    background-color: #e3f1e4;
    color: var(--bg-main);
    padding: 3px 8px 2px;
    border-radius: 5px;
}

.right_side .prod_goodno span {

}

.specification_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
}

.specification_row .specification_div {

}

.specification_div .name {

}

.specification_div .value {
    font-weight: 500;
}

.order_details_header {
    padding: 8px 15px 10px;
}

.order_details_header h1 {
    font-family: "Rubik", sans-serif !important;
    font-weight: 500;
}

.orderDetaild_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bg-main);
}

.orderDetaild_info .order_Date span {
    font-size: 17px;
}

.orderDetaild_info .order_Total span {
    font-size: 17px;
}

.orderDetaild_info .order_Total .value {
    font-weight: 500;
}

#exampleModal button.btn-close {
    line-height: 1;
    font-size: 22px;
    padding: 0;
    background: transparent !important;
    border: unset;
    color: #fff !important;
    opacity: 1;
}

#exampleModal button {
    border: 1px solid var(--bg-main);
    background: #fff;
    color: var(--bg-main);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#exampleModal button:hover {
    background: var(--bg-main);
    color: #fff;
}

#secondModal button.btn-close {
    line-height: 1;
    font-size: 22px;
    padding: 0;
    background: transparent !important;
    border: unset;
    color: #fff !important;
    opacity: 1;
}

#secondModal button {
    border: 1px solid var(--bg-main);
    background: #fff;
    color: var(--bg-main);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#secondModal button:hover {
    background: var(--bg-main);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .orderDetails_card_wrap {
        flex-direction: column;
    }
    .orderDetails_card_wrap .card_image_wrap {
        width: 100%;
    }
    .order_details_section {
        width: 100%;
    }
}

/* #endregion */

/*#region Common Buttons*/

.primary_btn,
.bootbox-accept {
    background-color: var(--bg-main) !important;
    border: 1px solid var(--bg-main) !important;
    color: #fff !important;
    border-radius: 6px;
    transition: all 0.3s ease-in-out !important;
}

.primary_btn:hover,
.primary_btn:focus,
.bootbox-accept:hover,
.bootbox-accept:focus {
    background: #578269 !important;
    box-shadow: none !important;
}

.secondary_btn,
.bootbox-cancel {
    border: 1px solid var(--bg-main) !important;
    background: #fff !important;
    color: var(--bg-main) !important;
    border-radius: 6px;
    transition: all 0.3s ease-in-out !important;
}

.secondary_btn:hover,
.secondary_btn:focus,
.bootbox-cancel:hover,
.bootbox-cancel:focus {
    background: #d0dcd5 !important;
    box-shadow: none !important;
}

/*#endregion Common Buttons*/


/*#region Modal Msg*/

/*.SuccessModaldiv, .WarningModaldiv, .ErrorModaldiv {

}*/

.msgModal_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.msgModal_header img {
    width: 75px;
    margin-bottom: 10px;
}

.SuccessModaldiv .msgModal_header .msgModal_text {
    color: green;
}

.WarningModaldiv .msgModal_header .msgModal_text {
    color: orange;
}

.ErrorModaldiv .msgModal_header .msgModal_text {
    color: red;
}

.msgModal_header .msgModal_text {
    font-size: 30px;
    margin-bottom: 0px;
}

.msgModal_closebtn button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.msgModal_footer {
    display: flex;
    justify-content: center;
    margin-top: 7px;
    padding-top: 7px;
}

.SuccessModaldiv .msgModal_footer button {
    border: 1px solid #389738;
    background-color: #389738;
    color: #fff;
}

.SuccessModaldiv .msgModal_footer button:hover {
    background-color: #fff;
    color: #389738;
}

.WarningModaldiv .msgModal_footer button {
    border: 1px solid #faab48;
    background-color: #faab48;
    color: #fff;
}

.WarningModaldiv .msgModal_footer button:hover {
    background-color: #fff;
    color: #faab48;
}

.ErrorModaldiv .msgModal_footer button {
    border: 1px solid #e44040;
    background-color: #e44040;
    color: #fff;
}

.ErrorModaldiv .msgModal_footer button:hover {
    background-color: #fff;
    color: #e44040;
}

.msgModal_footer button {
    background-color: transparent;
    line-height: 1;
    padding: 7px 20px 7px;
    border-radius: 5px;
    font-size: 15px;
}

.msgModal_Msg .SuccessMsg,
.msgModal_Msg .WarningMsg,
.msgModal_Msg .ErrorMsg {
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
}

#SuccessModal .modal-dialog,
#WarningModal .modal-dialog,
#ErrorModal .modal-dialog {
    max-width: 375px;
}

/*#endregion Modal Msg*/

#imageModal .CloseModalBtn,
#videoModal .CloseModalBtn {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #bbbbbb;
}

#imageModal .CloseModalBtn button, 
#videoModal .CloseModalBtn button {
    position: absolute;
    top: 10px;
    right: 10px;
}

#videoModal .LoginModaldiv .reload-Iframe {
    aspect-ratio: 1 / 1;
}

/*#region Transition Loader*/

.tran_loader_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111;
    animation: background_blink 1s infinite;
}

@keyframes background_blink {
    0% {
        background-color: #ffffffa1;
    }
    50% {
        background-color: #ffffff57;
    }
    100% {
        background-color: #ffffffa1;
    }
}

.tran_loader_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*#tran_loader .box {*/
#loader .box {
    display: inline-block;
    font-size: 30px;
    position: relative;
    margin-bottom: 0.25em;
    vertical-align: top;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

.loader_div {
    background: var(--bg-main);
    position: relative;
    -webkit-animation: loader_div 1s ease-in-out infinite;
    animation: loader_div 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: 0.3em;
    height: 0.65em;
    margin: 0 0.5em;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    pointer-events: none
}

.loader_div:after, .loader_div:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}

.loader_div::after {
    left: 0.55em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader_div::before {
    right: 0.55em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@keyframes loader_div {
    0%, 100% {
        box-shadow: 0 0 0 var(--bg-main), 0 0 0 var(--bg-main);
    }

    50% {
        box-shadow: 0 -.25em 0 var(--bg-main), 0 .25em 0 var(--bg-main);
    }
}

/*#endregion Transition Loader*/


/*#region Transition Loader*/

.diam_detail_header {
    padding: 0px !important;
}

.summery-section-basicInfo-wrappe {

}

.itembasicInfoContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*row-gap: 3px;*/
    row-gap: 10px;
    column-gap : 30px;
}

.itembasicInfoContainer1 {
    margin-top: 3px;
}

.itembasicInfo_row {
    display: flex;
    flex-direction: column;
    width: max-content;
    font-size: 1rem;
}

.itembasicInfo_row1 {
    font-size: 1rem;
}

.itembasicInfo_div {
    display: flex;
    align-items: center;
}

.itembasicInfo_div .name {
    min-width: 70px;
}

.itembasicInfo_div .value {
    font-weight: 600;
}

.itembasicInfo_div1 .value {
    font-weight: 600;
}

.diamond_specifications_wrappe {
    border-top: 1px solid #ebebeb;
    padding-top: 35px;
    margin-top: 30px;
}

.diamond_specifications_section {

}

.diamond_specifications_header {
    padding: 8px 0px 10px;
    border-bottom: 1px solid #ebebeb;
    background: var(--gradient-bg) !important;
}

.diamond_specifications_header h2 {
    margin: 0px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.diamond_specifications_body {
    padding: 15px 0px;
}

.diamond_specifications_grid {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.diamond_specifications_table {
    display: flex;
    width: 100%;
}

.diamond_specifications_tabBody {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 100%;
}

.diamond_specifications_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
    background: #2f67471f;
    padding: 2px 10px;
}

.diamond_specifications_row .name {
    font-size: 1rem;
}

.diamond_specifications_row .value {
    font-weight: 600;
}

/*#endregion Transition Loader*/

/*#region Jewellery Details */

.Product_title_container h2.Product_title {
    color: var(--bg-main);
    font-family: Lora;
    font-size: 25px !important;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 2px;
}

.prod_catagory {
    margin: 0px 0px 8px;
}

.prod_catagory span {
    font-size: 15px;
}

.gold_color_btn {
    width: 25px;
    height: 25px;
}

.gold_color_btn.WhiteGold {
    background-color: #e9ecef;
}

.gold_color_btn.YellowGold {
    background-color: #eace8d;
}

.gold_color_btn.RoseGold {
    background-color: #eac8b1;
}

.Prod_metalDetail .metal {
    padding-right: 15px;
}

.Prod_metalDetail .metal span {
    color: #5a5a5a !important;
}

.Prod_metalDetail .weight span {
    color: #5a5a5a !important;
}

.product_specification_wrappe {
    margin: 25px 0px 30px;
}

.product_specification_header {
    margin-bottom: 20px;
}

.product_specification_header h3 {
    color: var(--bg-main);
    margin: 0px;
}

.product_specification_table_wrappe {
    margin-bottom: 30px;
}

.product_specification_table_header {
    margin-bottom: 12px;
}

.product_specification_table_header h4 {
    font-size: 18px;
    margin: 0;
}

.Diamond_Specifications_table table th {
    font-weight: 500;
}

.Diamond_Specifications_table table td {
    font-weight: 400;
}

/*#endregion Jewellery Details */

/*#region Diamond Quick View */

#QuickViewModal .modal-body {
    width: 100%;
}

#divQuickViewJewl .modal_tab {
    gap: 8px;
}

#divQuickView .modal_tab,
#divQuickViewJewl .modal_tab {
    display: flex;
    flex-direction: row-reverse;
}

#divQuickViewJewl .modal_tab .tab-content,
#divQuickView .modal_tab .tab-content {
    padding-top: 0px;
}

#divQuickViewJewl .modal_tab_button .owl-carousel,
#divQuickView .modal_tab_button .owl-carousel {
    display: flex !important;
    row-gap: 6px;
    column-gap: 6px;
}

.diamond_quickView_title {
    color: var(--bg-main);
    font-family: Lora;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin: 0;
}

.diamond_quickView_title span {

}

#divQuickViewJewl .modal_tab_img,
#divQuickView .modal_tab_img {
    aspect-ratio: 1;
}

#divQuickViewJewl .modal_tab_img video {
    width: 100%;
}

#divQuickView .modal_tab_img iframe {
    height: 100%;
}

#divQuickViewJewl .modal_tab_button .nav-link.video {
    padding: 5px;
}

#divQuickViewJewl .modal_tab_button ul li a {
    max-width: 45px;
    max-height: 45px;
}

#divQuickViewJewl .modal_tab_button .nav-link.video img {
    width: 100%;
    height: 100%;
}

#divQuickView .modal_tab_button .nav-link {
    padding: 5px;
}

#divQuickViewJewl .modal_tab_button .nav-link img {
    width: 45px;
    height: 45px;
}

#divQuickView .modal_tab_button .nav-link img {
    width: 30px;
    height: 100%;
    margin: 0px !important;
}

.specifications_section {

}

.specification_box {
    padding: 0px;
    margin-bottom: 0px;
}

.specification_box .name {
    font-size: 16px;
}

.specification_box .value {
    font-weight: 500;
    font-size: 15px;
}

#divQuickView .modal_add_to_cart form button,
#JwlQuickViewModal .modal_add_to_cart form button {
    margin: 0;
}

#divQuickView .modal_add_to_cart,
#JwlQuickViewModal .modal_add_to_cart {
    margin: 12px 0px 10px;
    padding-bottom: 20px;
}

#divQuickView .modal_add_to_cart button,
#JwlQuickViewModal .modal_add_to_cart button {
    padding: 4px 10px;
}

#divQuickView .see_all,
#JwlQuickViewModal .see_all {
    margin: 25px 0px 0px;
    text-align: end;
}

#divQuickView .see_all a,
#JwlQuickViewModal .see_all a {
    padding: 7px 10px;
    text-decoration: unset;
}

#QuickViewModal .CloseModalBtn,
#JwlQuickViewModal .CloseModalBtn {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    position: unset;
}

#QuickViewModal .logout_page-wrap,
#JwlQuickViewModal .logout_page-wrap {
    border-radius: 10px;
}

#divQuickView .stock-badge,
#divQuickViewJewl .stock-badge {
    background: var(--gradient-bg);
    color: #fff;
    padding: 1px 10px;
}

/*#endregion Diamond Quick View */


.no-products-heading {
    text-transform: capitalize;
    color: var(--bg-charcoalblack);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.no-products-message {
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 5px;
}

.no-products-container p {
    margin: 0; 
}

.no-products-container h3 {
    text-transform: capitalize; 
}

.diamCard-icon-btn.diamdetail_btn {
    border-radius: 0.5rem;
    padding: 0.625rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.813rem;
}

.shrewhish .tooltip-wrapper .tooltip-text,
.Detailspace > div > div .tooltip-wrapper .tooltip-text {
    line-height: 2;
}

.dataTable_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#SearchStone_processing img {
    width: 280px;
}

@-webkit-keyframes blinker {
    from {
        background-color: #ffffff80;
    }

    to {
        background-color: #ffffffb5;
    }
}

.blinker {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.newsletter_section {
    position: relative;
}

.newsletter_message {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter_content, .newsletter_message {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 1;
    visibility: visible;
    z-index: 111;
}

.newsletter_content.hidden, .newsletter_message.hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}
}

.active-color{
    border: 1px solid var(--bg-main);
}

.fa-fw {
    color: var(--bg-main);
}

/*#region Error Page*/

.errorbox_section {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: auto;
    border: 1px solid var(--bg-main);
    border-radius: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.errorCode h1 {
    font-size: 9rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #000;
}

.errorTitle h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 50px 0px 10px;
    color: var(--bg-main);
    text-align: center;
    line-height: 1;
}

.errorDescription p {
    background-image: none;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 30px 1px 50px;
    text-align: center;
    line-height: 1.3;
    color: #658c76;
}

.errorNavigate {
    margin: 0px 0px 40px;
}

.errorNavigate a {
    font-size: 1.1rem;
    padding: 7px 12px;
}

.errorCode {
    position: relative;
    height: 9.375rem;
}

.errormiddle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.errortext {
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: 600;
}

.errortext:before,.errortext:after{
  content: attr(data-text);
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.errortext:before{
  color: #2a604170;
  animation: glitch-effect .5s infinite;
}

.errortext:after{
  color: #2A6041;
  animation: glitch-effect 2s infinite;
}

@keyframes glitch-effect{
  0%{
    left: -2px;
    top: 2px;
  }

  
  25%{
    left: -4px;
    top: 4px;
  }

  
  50%{
    left: 2px;
    top: 2px;
  }

  
  75%{
    left: 2px;
    top: -4px;
  }

  
  100%{
    left: -2px;
    top: 2px;
  }
}



@keyframes glitch-effect{
  0%{
    left: -2px;
    top: 2px;
  }

  
  25%{
    left: -2px;
    top: -2px;
  }

  
  50%{
    left: 2px;
    top: 2px;
  }

  
  75%{
    left: 2px;
    top: -2px;
  }

  
  100%{
    left: -2px;
    top: 2px;
  }
}

/*#endregion Error Page*/

/*#region My Address*/

.addNewAddress_Wrape {
    display: flex;
    justify-content: start;
    align-items: center;
}

.addNewAddress_Wrape button {
    padding: 5px 12px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 15px;
}

#addAddressModal .modal-header {
    background-color: #fff;
}

#addAddressModal .modal-title {
    color: var(--bg-main);
    font-weight: 600;
}

#addAddressModal .defaultAddress_check {
    display: flex;
}

#addAddressModal .defaultAddress_check input {
    accent-color: var(--bg-main) !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#addAddressModal .defaultAddress_check label {
    width: fit-content;
    cursor: pointer;
}

#addAddressModal .defaultAddress_check > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

#AddNewAddress input, #AddNewAddress textarea, #AddNewAddress select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 12px 7px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}

#AddressCountryDropdown .select2-container--default .select2-selection--single {
    margin-top: 0px;
}

.AddressType_selection {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#addAddressModal [type="radio"]:checked,
#addAddressModal [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#addAddressModal [type="radio"]:checked + label,
#addAddressModal [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 21px;
    display: inline-block;
    color: #666;
}
#addAddressModal [type="radio"]:checked + label:before,
#addAddressModal [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
#addAddressModal [type="radio"]:checked + label:after,
#addAddressModal [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--bg-main);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#addAddressModal [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#addAddressModal [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addressCard_section {
    display: flex;
    flex-wrap: wrap;
}

.addressCard_container {
    padding-top: 25px;
}

.address_Card_box {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 15px;
}

.address_Card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bg-main);
    padding: 16px 12px;
    border-radius: 10px;
    background-color: #ffffff;
}

.addressCard_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
}

.addressType h3 {
    margin: 0px;
    font-size: 20px;
}

.addressCard_btn {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.addressCard_btn button {
    padding: 3px 10px;
    font-size: 16px;
    line-height: 1.2;
}

.addressCard_body {

}

.addressCard_body p {
    margin: 0px;
    font-size: 16px;
    color: #5a5a5a;
}

.address_custName p {
    font-weight: 500;
}

.noaddress_container {
    width: 100%;
}

.noaddress_heading {
    font-size: 28px !important;
    margin-bottom: 0.5rem !important;
}

.noaddress_message {
    font-size: 16px;
}

.address_CardSkeleton .addressType {
    width: 40%;
}
.address_CardSkeleton .addressType h3 {
    height: 25px;
}

.address_CardSkeleton .addressCard_btn {
    width: 30%;
}

.address_CardSkeleton .addressCard_btn button {
    height: 22px;
    width: 50%;
    border: 0;
}

.address_CardSkeleton .addressCard_body p {
    height: 22px;
    margin-bottom: 5px;
}

.address_CardSkeleton .address_custName p {
    width: 35%;
}

.address_CardSkeleton .addressCard_address p {
    width: 85%;
}

.address_CardSkeleton .address_custDetails .address_mobile {
    width: 35%;
}

.address_CardSkeleton .address_custDetails .address_email {
    width: 50%;
}

#select2-BillingAddressSelect-container,
#select2-ShippingAddressSelect-container {
    text-overflow: unset;
    white-space: unset;
}

.DropaddressCard_body {
    text-align: start;    
}

.DropaddressCard_body p {
    margin-bottom: 0px;
    line-height: 1.5;
}

.address_dropdown_wrape {
    text-align: left;
}

.address_dropdown_wrape label {
    font-weight: 500;
    margin-top: 10px;
}

/*#endregion My Address*/

@media only screen and (max-width: 1199px) {
    .itembasicInfoContainer {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 10px;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .diamond_specifications_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .itembasicInfoContainer {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        column-gap: 30px;
    }
    .diamond_specifications_grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 6px;
    }
    .tooltip-wrapper .tooltip-text {
        display: none;
    }
}

.row {
    margin: auto;
}

.jwlShortDescription .jwlDescTitle {
    color: var(--bg-main);
    margin: 0px;
}

.jwlShortDescription .jwlDesc {
    color: #5a5a5a !important;
    margin: 0px;
    font-size: 15px;
}

.modal {
    z-index: 1220;
}

.modal-backdrop {
    z-index: 1200;
}

/*#region Home collction*/

.collections_wrap {
    padding: 30px 0px;
    /*background-color: var(--bg-secondary);*/
}

.collections_Section {

}

.collections_left_content {
    text-align: center;
    margin-bottom: 30px;
}

.collections_left_content h1 {
    color: var(--bg-main);
    margin-bottom: 15px;
}

.collections_left_content h3 {
    color: var(--bg-charcoalblack);
    margin-bottom: 10px;
}

.collections_left_content p {
    font-size: 1rem;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.collections_img {
    position: relative;
}

.collections_card {
    /*border: 2px solid var(--bg-main);*/
    padding: 20px;
}

.collections_img h3 {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: var(--bg-main);
    font-weight: 600;
}

.collections_cardContent {
    margin-top: 20px;
    text-align: center;
}

.collections_cardContent h5 {
    font-size: 1.2rem;
    color: var(--bg-main);
    font-weight: 600;
}

.collections_cardContent p {
    font-size: 1rem;
}

/*#endregion*/

/*#region Home Make your Own ring*/

.ring_customization_wrap {
    margin: 3.75rem 0rem;
}

.ring_customization_header {
    text-align: center;
}

.ring_customization_header h2 {
    color: var(--bg-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
}

.ring_customization_header h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.ring_customization_header p {
    font-size: 1rem;
}

.ring_customization_body {

}

.ring_customization_card {

}

.ring_customization_img img {
    border-radius: 7px;
}

.ring_customization_content {
    margin-top: 15px;
}

.ring_customization_content h4 {
    color: var(--bg-main);
    font-size: 1.2rem;
}

.ring_customization_content p {
    font-size: 1rem;
}

.ring_customization_btn {
    text-align: center;
    margin-top: 30px;
}

.customization_btn {
    padding: 8px 15px;
}

/*#endregion*/


/*#region Home why us*/

.why_us_wrap {
    margin: 5.625rem 0rem;
}

.why_us_header {
    text-align: center;
    margin-bottom: 25px;
}

.why_us_header h2 {
    color: var(--bg-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
}

.why_us_header h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.why_us_header p {
    font-size: 1rem;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.why_us_body .row {
    justify-content: space-evenly;
    row-gap: 20px;
}

.why_us_logo {
    text-align: center;
}

.why_us_logo img {
    width: 100%;
    max-width: 110px;
}

.why_us_content {
    margin-top: 15px;
}

.why_us_content h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.2rem;
    text-align: center;
}

.why_us_btnContainer {
    text-align: center;
    margin-top: 30px;
}

.why_us_btn {
    padding: 8px 15px;
}

/*#endregion*/


/*#region Home About Us*/

.aboutUs_home_wrap {
    margin: 3.75rem 0rem;
}

.aboutUs_home_header {
    text-align: center;
    margin-bottom: 25px;
}

.aboutUs_home_header h2 {
    color: var(--bg-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
}

.aboutUs_home_header h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.aboutUs_home_header p {
    font-size: 1rem;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.aboutUs_home_body .row {
    justify-content: space-evenly;
}

.aboutUs_home_img {
    text-align: center;
}

.aboutUs_home_img img {
    width: 100%;
    border-radius: 10px;
}

.aboutUs_home_content {
    margin-top: 15px;
}

.aboutUs_home_content h4 {
    color: var(--bg-main);
    font-size: 1.3rem;
}

.aboutUs_home_content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bg-charcoalblack);
}

/*#endregion*/


/*#region Shop by Category*/

.shopbycategory_wrap {
    margin: 3.75rem 0rem;
}

.shopbycategory_header {
    text-align: center;
    margin-bottom: 25px;
}

.shopbycategory_header h2 {
    color: var(--bg-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
}

.shopbycategory_header h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.shopbycategory_body .row {
    justify-content: space-evenly;
}

.shopbycategory_img {
    text-align: center;
}

.shopbycategory_img img {
    width: 100%;
    border-radius: 10px;
}

.shopbycategory_content {
    margin-top: 15px;
}

.shopbycategory_content h4 {
    color: var(--bg-main);
    font-size: 1.3rem;
    text-align: center;
}

/*#endregion*/

.diamond_btn_container {
    text-align: center;
    margin-top: 30px;
}

.diamond_btn_container a {
    padding: 5px 15px;
}

/*#region Shop by Occasions*/

.shopbyoccasions_wrap {
    margin: 3.75rem 0rem;
}

.shopbyoccasions_header {
    text-align: center;
    margin-bottom: 25px;
}

.shopbyoccasions_header h2 {
    color: var(--bg-main);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 2rem;
}

.shopbyoccasions_header h4 {
    color: var(--bg-charcoalblack);
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.shopbyoccasions_body .row {
    justify-content: space-evenly;
}

.shopbyoccasions_img {
    text-align: center;
}

.shopbyoccasions_img img {
    width: 100%;
    border-radius: 10px;
}

.shopbyoccasions_content {
    margin-top: 15px;
}

.shopbyoccasions_content h4 {
    color: var(--bg-main);
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
}

/*#endregion*/

/*#region shipping information page*/

.shippingInfo_content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
    color: #212121;
}

.shippingInfo_pTagSpan {
    font-weight: 500;
}

.shippingInfor_Table th {
    padding: 8px 0px 10px;
    border-bottom: 1px solid #ebebeb;
    background: var(--gradient-bg) !important;
    margin: 0px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff !important;
    text-align: center;
}

.shippingInfor_Table td {
    background-color: #2f67471f;
    padding: 6px 12px;
}

.shippingInfor_Table,
.shippingInfor_Table th,
.shippingInfor_Table td {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

/*#endregion shipping information page*/