
:root {
    /*--tbl_header: #6e6e6e;*/
    --tbl_header: #032c5c;
    /*--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: #032c5c;
}


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*/



.summery-section-wrapper {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 80px;*/
    max-width: 1100px;
    width: 100%;
}

@media(min-width: 1114px)and (max-width:1520px) {
    .summery-section-wrapper {
        max-width: 1033px;
    }
}

@media(min-width: 1059px)and (max-width:1113px) {
    .summery-section-wrapper {
        max-width: 978px;
    }
}

@media(min-width: 760px)and (max-width:1058px) {
    .summery-section-wrapper {
        max-width: none;
    }
}

@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;
    width: 375px;
}

@media(min-width: 1114px)and (max-width:1520px) {
    .summery-section-left {
        width: 473px;
    }

    .summery-section-details-table {
        width: 100% !important;
    }
}

@media(min-width: 1059px)and (max-width:1113px) {
    .summery-section-left {
        width: 473px
    }
}

@media(min-width: 760px)and (max-width:1058px) {
    .summery-section-left {
        width: 50%
    }
}

@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 {
    width: 500px
}

@media(min-width: 1114px)and (max-width:1520px) {
    .summery-section-right {
        width: 528px
    }
}

@media(min-width: 1059px)and (max-width:1113px) {
    .summery-section-right {
        width: 473px
    }
}

@media(min-width: 760px)and (max-width:1058px) {
    .summery-section-right {
        padding-left: 20px;
        width: 50%
    }
}

@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 grey !important;
    border-radius: 5px !important;
    padding: 5px 15px;
    margin-top: 5px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px !important;
    }



.search_result_button {
    text-align: right;
}

.search_result_text, .search_result_button {
    margin-bottom: 0px;
    font-size: 14px;
}

.search_result_text {
    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) {

    .diamonds-gallery-desktop-filters {
        grid-row-gap: 15px;
        grid-column-gap: 47px;
        column-gap: 70px;
        display: grid;
        /*grid-template-columns: repeat(2,1fr) !important;*/
        row-gap: 15px;
        width: 100%;
    }

    .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;
    }

    .summery-cui-bottom-buttons {
        height: 64px !important;
    }

    .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(--clr-primary);
    }

    .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(--clr-primary);
    }


    .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: #666666; */
    background-color: #f7f7f7;
}

.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(1) invert(1) drop-shadow(0px 0px 0px white) !important;
    transform: scale(1.4);
}

.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: #022c63;
    border: 1px solid #022c63;
    /*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: #022c63;
    border: 1px solid #022c63;
    /*box-shadow: rgb(2 44 99 / 26%) 0px 2px 8px;*/
    box-shadow: 2px 2px 3px #022c636e;
}

.Gold_item.selected, .Gold_item:hover, .Gold_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;
}

.GoldColor_item.selected, .GoldColor_item:hover, .GoldColor_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;
}
/*.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;
    }
}


@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: 767px) {

}*/

/*@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: #032c5c;
    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: 8px 15px;
    background-color: #032c5c;
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #032c5c !important;
    /* margin-top: 10px; */
}

/*
    .btn_email :hover {
        background: #032c5c;
    }*/

.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, .modal-xl {
        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: #032c5c;
    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 #032c5c !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: #032c5c;
}

.gridbtncart a:hover {
    background: #032c5c;
}

.gridbtncart a {
    background: #fff;
}

.gridbtncart i {
    color: #032c5c;
}

.gridbtncart a:hover i {
    color: #fff;
}

.btngradiant {
    background: #032c5c;
}

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: #032c5c;
    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;
    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;
    /*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: 200px;
    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: 0px 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 #032c5c;*/
    /*border-radius: 12px;
    background: #032c5c;*/
    font-weight: bold;
    /*color: #032c5c;*/
    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: #032c5c;
    z-index: 20;
    border-bottom: 2px solid #032c5c;
    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;
}

.btncancel {
    background: #fff !important;
    color: #032c5c !important;
}

    .btncancel:hover {
        background: #032c5c !important;
        color: #fff !important;
    }

.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: 5px;
}

.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: #032c5c;
}

.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: #032c5c;
}

.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: #032c5c !important;
}

.inputcheckbox, .cust-chkmark, .chkBoxAll, .checkbox {
    accent-color: #032c5c !important;
}

@media screen and (max-width: 1400px) {
    .search_result_text {
        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: #032c5c;
    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: #032c5c !important;
        font-size: 22px !important;
        text-transform: uppercase;
        font-family: lato,sans-serif;
    }

.ProductCode span {
    color: #032c5c !important;
    /*font-size: 15px !important;*/
    font-family: lato,sans-serif;
}

.Productdetail span {
    color: #032c5c !important;
    font-size: 15px !important;
    font-family: lato,sans-serif;
}

.value {
    font-size: 1rem;
}

.Detailspace {
    gap: 12px !important;
    margin-bottom: 5px !important;
}

    .Detailspace > div {
        display: flex;
        justify-content: space-between;
        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: 18px;
    font-family: 'Lato',sans-serif !important;
}

.slider-nav-thumbnails .slick-slide.slick-current img, .slider-nav-thumbnails .slick-slide.slick-current video {
    border: 2px solid #1b4474;
}

.slider-nav-thumbnails div.slick-slide img {
    height: 112px;
    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 {
    max-width: 650px;
    margin: 24px auto;
}

.emptyCart-base-mainContainer {
    min-height: 600px;
    position: relative;
    /* background-color: #fff; */
}

.emptyCart-base-subContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*margin: auto;*/
    height: 400px;
    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 */
    }
}


/*Sort Dropdown*/

.Sortdropdown {
    width: 230px;
    border: 1px solid #d4d5d9;
}

    .Sortdropdown:hover {
        border-radius: 5px !important;
    }

    .Sortdropdown .checkbox-dropdown-list {
        height: auto !important;
    }

.SortLabel {
    display: flex !important;
    justify-content: space-between;
}

.SortSelecteditem {
    color: #032c5c;
    font-weight: bold;
}

.SortHighlight {
    color: #032c5c;
    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: #032c5c;
    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;
}

.page_header {
    text-align: center;
    padding: 45px 0px 35px;
}

.diamCate_div {
    position: relative;
}

.diamCate_div .videoPlayBtn {
    position: absolute;
    top: 12px;
    right: 12px;
}

.diamCate_div .videoPlayBtn i {
    font-size: 20px;
    animation: zoomInOut 1s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1); /* Zoom in */
    }

    100% {
        transform: scale(1); /* Zoom out */
    }
}