﻿body{
    font-family: "Inter", sans-serif;
    background-color:#fff;
}

/*.btn-theme-primary {
    color: #fff !important;
    background-color: #414871;
    border-color: #414871;
}*/

    /*.btn-theme-primary:hover,
    .btn-theme-primary:focus {
        color: #fff !important;
        background-color: #13567e;
        border-color: #13567e;
    }*/

./*btn-icon-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/

    /*.btn-icon-text .is-icon {
        margin-right: 5px;
    }*/

/*.filter-wrapper {
    background: #fff;
    box-shadow: 0 15px 20px 0 #e5e6ec;
    border-radius: 5px;
    height: calc(100vh - 105px);
    min-width: 161px;
    overflow: auto;
}

.filter-wrapper {
    padding: 5px 10px;
}*/

/*.filter-all_clear {
    padding: 5px 0px 5px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrape;
    border-bottom: 1px solid #e5e6ec;
    margin-bottom: 5px;
}*/

    /*.filter-all_clear a, .filter-all_clear span {
        padding-bottom: 5px;
    }

    .filter-all_clear span {
        font-weight: bold;
        color: #424a72;
    }

    .filter-all_clear a {
        color: grey;
    }*/



/*.cmn-checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}*/

/*.cmn-checkbox {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    line-height: 0px;
}*/

/*.cmn-input-box {
    width: 14px;
    height: 14px;
    border: 1px solid #c1c2c7;
    -webkit-appearance: none;
    border-radius: 2px;
}*/

    /*.cmn-input-box::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 5px;
        border: 2px solid #424a72;
        border-right: 0;
        border-top: 0;
        transform: rotate(-45deg);
        top: 3px;
        left: 3px;
        opacity: 0;
    }*/

    /*.cmn-input-box:checked::after {
        opacity: 1;
    }*/

/*.single-filter-wrapper {
    margin-bottom: 10px;
}

.single-filter-title {
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5e6ec;
    text-transform: uppercase;
    color: #424a72;
}*/

/*.checkbox-lable {
    margin-left: 8px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}*/

/*.filter-option-checkbox-wrapper {
    padding-top: 5px;
    /*max-height: 200px;*
    overflow: auto;
}

    .filter-option-checkbox-wrapper .cmn-checkbox-wrapper:nth-last-of-type(1) {
        margin-bottom: 0px !important;
    }*/

/*.cmn-from-to-container {
    display: flex;
    align-items: center;
}*/

    .cmn-from-to-container input {
        border: none;
        outline: none;
        /*width: 46px;*/
        max-width:300px; 
    }

/*.cmn-from-lable {
    min-width: 110px;
    width:47%;
}*/

/* filter_list_wrap */
.filter_list_wrap {
    max-width: 650px;
    width: 100%;
    overflow-x: auto;
    margin-left: 15px;
    margin-top: 4px;
}
.filter_title{
    font-weight:700;
    padding-left:15px;
}
.filter_list_wrap ul{
    margin: 0px;
    padding-left: 0px;
}
.filter_list_wrap ul .filter_category{
    background-color: #F5F5F5;
    list-style: none;
    color: #000;
    padding: 4px 8px;
    width: auto;
    margin: 0px 5px 5px 0px;
    text-wrap-mode: nowrap;
}
.filter_category .close_inner{
    cursor: pointer;
}

.cmn-from-lable {
    margin-bottom: 5px;
}

.cmn-from-lable {
}

.cmn-from-to-container span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
}

.cmn-from-to-input{
    -webkit-appearance: none;
    /*width: 97px;*/
    width: 100%;
    /*height: 21px;*/
    border: 1px solid #c1c2c7 !important;
    border-radius: 3px;
    font-size: 13px;
}

    .cmn-from-to-input:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.filter-option-checkbox-wrapper.pricerange-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn-scroll::-webkit-scrollbar, ::-webkit-scrollbar {
    width: 12px;
    background-color: #aaa;
    border-radius: 4px;
    height: 5px;
}

.cmn-scroll::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background-color: #186b9d;
    border-radius: 4px;
}

.filter-main-wrapper {
    display: flex;
}

.product-container {
    margin-left: 0px;
    width: 100%;
}

.filter-box-height {
    /*max-height: calc(100vh - 160px);*/
    max-height:calc(100vh - 270px);
    height: 100vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

/*single item box*/
.item-container {
    position: relative;
    border: 1px solid #8080805e;
    border-radius: 5px;
    padding: 9px 5px 0px 5px;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    margin: 10px;
    /*max-height:351px;
    min-height:351px*/;
    display: block;
    color: inherit;
    transition: all 0.3s ease;
    /*min-width: 228px;*/
    cursor: pointer;
    border: 2px solid #fff;
    background-color:#F8F8F8;
}
.select-item {
    border: 2px solid #424a72;
}

.custome-size-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.item-container:hover {
    color: inherit;
    box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
}

.addto-cart-custome {
    border: 1px solid #c1c1c1;
    margin-left: 1px;
    border-radius: 2px;
}
.addto-cart-custome:hover {
    color: #fff !important;
}   
.status_wrap{
    padding: 10px 0px;
}
.status_wrap > div{
    margin-right: 10px;
    width: fit-content;
}
/*.status_wrap label{
    height: 30px;
}*/
.addto-cart {
    display: inline-block;
    background: #fff;
    color: #626262;
    border-radius: 2px;
    padding: 3px 8px;
    transition: all 0.4s ease;
    border: 1px solid #62626245;
    font-size: 14px;
    z-index: 555;
    background: #000;
    color: #fff;
    font-weight: 500;
}
    .addto-cart:focus {
        outline: none;
    }

    .addto-cart i {
        margin-right: 2px;
        font-size: 16px;
    }

    .addto-cart:hover {
        background: #F8F8F8;
    }

.bynow-addtocart {
    /*position: absolute;*/
    /*top: calc(100% - 78px);*/
    display: flex;
    align-items: center;
    /*justify-content: center;

    */
    /*left: 0;
    right: 0;
    bottom: 20px;*/
    padding: 0px;
    z-index: 0;
}

    .bynow-addtocart a {
        /*transform: translateY(20px);*/
        transition: all 0.3s ease;
        /*opacity: 0;*/
        background: #186b9d;
        padding: 5px;
        opacity: 1;
        border-radius: 0px !important;
    }

        .bynow-addtocart a:hover {
            color: #186b9d;
            border: 1px solid #186b9d;
            text-decoration: none;
        }

        /*.bynow-addtocart a:nth-of-type(1) {
            margin-right: 5px;
        }*/

/*.item-container:hover .bynow-addtocart a {
    transform: translateY(0px);
}*/

    .item-container:hover .bynow-addtocart a:nth-of-type(2) {
        transition-delay: 0.1s;
    }

    .addto-btn{
        display:flex;
        gap:10px;
    }

.image-box {
    text-align: center;
    height:342px;
    /*display: flex;*/
    /*min-height: 363px;*/
}
    /*.image-box a {
        height:300px;
        /*margin: auto;*
    }*/
    .image-box img,
    .image-box a {
        /*min-height: 342px;
        max-height: 342px;*/
        height: 100%;
        width: 100%;
        /*object-fit: cover;*/
        object-fit: contain;
    }
      
.product-box{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.product-weight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    /*margin-top:5px;*/
    /*min-height: 60.69px;*/
    /*min-height: 100px;*/
}

    .product-weight span {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        color:#252525;
        white-space:nowrap;
    }

        .product-box .product_name {
            max-width: 160px;
            color: #000;
            font-size: 16px;
            line-height: 20px;
                /*height: 50px;*/
        }
        .product_name {
            text-wrap: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        /*

        .price-box span:nth-of-type(2) {
            color: #414871;
            font-weight: 600;
        }*/

/*Details page css start*/
/*.jewellery-details-main_wrapper {
    height: calc(100vh - 85px);
}*/

.jewellery-details-wrapper {
    max-width: 1480px;
}

.height-100 {
    height: 100% !important;
}

.jewellery-details-wrapper {
    position: relative;
    margin: 0 auto;
    /*background: #fff;*/
    /*border-radius: 5px;*/
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.items-container {
    max-width: 932px;
    width: 100%;
    margin-right: 0px;
    /*border-right: 1px solid #80808040;*/
    /*border-radius: 0 !important;*/
    /*align-content: center;*/
}
/*.items-container {
    max-width: 40%;
    width: 100%;
    margin-right: 20px;
    border-right: 1px solid #80808040;
    border-radius: 0 !important;
    align-content: center;
}*/

.jewellery-details-wrapper .container-fluid{
    display:flex;
    gap:48px;
}
/*.items-container, .item-details, .item-description-tabs {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}*/

    .item-description-tabs .tab-pane p {
        letter-spacing: 1.5px;
        line-height: 24px;
        font-size: 14px;
    }

    .item-description-tabs ul li a {
        font-size: 18px !important;
        position: relative;
    }

        .item-description-tabs ul li a:after {
            content: attr(data-before);
            height: 2px;
            width: 100%;
            left: 0;
            position: absolute;
            bottom: 0;
            top: 100%;
            background: linear-gradient( 30deg,#424a72,rgba(115,103,240,.5)) !important;
        }


.item-details {
    max-width: 500px;
    width: 100%;
}

    .item-details p, .item-details h3, .item-details h2 {
        color: #626262;
    }

    .price_puritybox h3 {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: #2A7FA1;
        font-size: 30px;
        margin-bottom: 24px;
        line-height: 36px;
    }

    .item-details .jewellery_title{
        margin-bottom: 12px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .item-details .jewellery_title h2 {
        font-weight: 400;
        color:#000000;
        font-size:40px;
        line-height:48px;
        margin-bottom:0px;
    }


/*.detailpage-tabs .tab-pane {
    text-align: center;
    max-height: 550px;
    height: 550px;
}*/ 
 
.items-container .tab-pane img {
       /*max-width: 525px;
    max-height: 350px;*/
    object-fit: contain;
}

/*.items-container .tab-content {
    max-width: 392px;
    min-width: 392px;
    min-height: 347px;
    max-height: 347px;
}*/

.small-image-shown {
    width: 51px;
    height: 53px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    /*padding: 5px;*/
}

.custome-nav-tabs {
    max-width: 500px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}


.cmn-select {
    appearance: none;
}

.cmn-select {
    background-image: url(../images/down-arrow.png);
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 0.9em 0.9em;
    padding-right: 2.5rem;
    border: 1px solid #c1c1c1;
    width: 100%;
    padding: 4px 5px;
    max-width: 315px;
}

.cmn-select, .ston-qty {
    border-radius: 4px;
}

.ston-qty {
    border: 1px solid #c1c1c1;
    width: 91%;
    padding: 4px 5px;
}

    .ston-qty:focus {
        outline: none;
    }

.select-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.cmn-select.form-control {
    color: #626262;
}

.description_id {
    color: #949494;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size:16px;
    line-height:20px;
}
 
.fs-medium {
    font-size: 18px;
}

.jeweller-tab-list {
    margin-top: 20px;
    box-shadow: none !important;
}
.jeweller-tab-list .nav-item .nav-link{
    padding: 0px;
    margin: 5px;
    border-radius: 7px;
}
.jeweller-tab-list .nav-item .nav-link.active .small-image-shown{
    border: 3px solid #186b9d;
}
.single-box-select {
    margin-bottom: 10px;
}

/*.cmn-width-page-item-filter {
    width: 33.33%;
}*/

.cmn-select:focus {
    outline: none;
    box-shadow:none;
    border-color:#c1c1c1;
}

.cmn-title-item-page {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/*plus minu quantity start*/

.d-none-mins-pluse {
    display: none !important;
}

.icon-fs-updown {
    font-size: 20px !important;
}

.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 35px;
        height: 41px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        background-color: #f8f8f8;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            padding: 7px 10px 8px;
            height: 41px;
            background-color: #ffffff;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #eeeeee;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }
/*plus minu quantity end*/
.price-addtocart-btn {
    display: flex;
    align-items: center;
    /*padding: 5px 0px;*/
    gap:14px;
    margin-bottom:16px;
}
.price-addtocart-btn a{
    width:100%;
    border-radius:40px;
    color:#fff;
    border:none;
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:20px;
}
.price-addtocart-btn .add-cart{
    background:#2A7FA1;
}
.price-addtocart-btn .buy-now{
    background:#000000;
}

button.add_to_cart_btn {
    display: inline-block;
    outline: none;
    border: none;
    padding: 5px 10px;
    background: #e5e6ec;
    color: #2c2c2c;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 24px;
}

.items-tabs {
    background: #fff;
    border-radius: 5px;
    border-top: 1px solid #8080802e;
    border-radius: 0px;
}

    .items-tabs a.nav-link {
        border: none;
        background-color: transparent !important;
        color: #626262 !important;
        border-bottom: 1px solid #c1c1c1;
        border-radius: 0 !important;
        font-size: 20px;
    }

    .items-tabs .nav-link.active {
        font-weight: 600;

    }
    .items-tabs .nav-link.active:after {
        }

.details-image-video-box img {
    max-width: 300px;
    max-height: 400px;
    margin: 0 auto;
}
/*range slider start*/


.sliderText {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight: bold;
}

.ui-slider-horizontal {
    /*height: .6em;*/
    height:4px;
    position:relative;
}
.ui-slider .ui-slider-handle{
    width:18px;
    height:18px;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-slider-horizontal {
    width: 90%;
    margin: 15px auto;
}

/*.ui-widget-header {
    background: #424a72;
}*/

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    min-width: 16%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    color: black;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #424a72;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.4em;
    margin-left: -0.6em;
}

.textfiled_box {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    color: #626262;
}

    .textfiled_box:focus {
        box-shadow: none;
        outline: none;
        padding: 5px;
    }

.jewellery-description {
    max-width: 290px;
    width: 100%;
}

.select-box-wrapper-inner {
    display: flex;
}

/*range slider end*/
.price_puritybox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 330px;
}

    .price_puritybox h4 {
        color: #626262;
        font-style: italic;
        font-size: 14px;
    }

.radio-wrappper {
    display: flex;
    align-content: center;
    margin: 14px 0px;
}

    .radio-wrappper span {
        color: #626262;
        font-weight: 500;
    }


.weight-color-purity-box {
    display: flex;
    margin-top: 17px;
}

    .weight-color-purity-box .single-box-select {
        margin-right: 35px;
    }

textarea {
    resize: none;
}

.select-table {
    display: flex;
    width: 100%;
}

.shape-size-table {
    max-height: 500px;
}

.tabs-table {
    max-height: 132px;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    /*border-radius: 10px 10px 0 0;*/
}

    .table-scroll table {
        width: 100%;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #b9bac3;  
    }

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border-right: 1px solid #b9bac3;
    background: #fff;
    vertical-align: top;
}
.table-scroll th:nth-last-child(1),
.table-scroll td:nth-last-child(1){
    border-right: 0px;
}
.table-scroll thead th {
    padding: 10px;
    background: #186b9d;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-weight: normal;

}

.table-scroll tfoot th,
.table-scroll tfoot td {
   
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #666;
    color: #fff;
    z-index: 4;
}

    .table-scroll thead th:first-child,
    .table-scroll tfoot th:first-child {
        z-index: 5;
    }

.additional-size-table td:nth-of-type(1) {
    font-weight: 600;
}

.image-checkbox {
    /*position: absolute;*/
    z-index: 222;
    /*top: 5px;*/
    left: 5px;
}

.product-select {
    box-shadow: 0px -1px 11px 14px rgba(49, 53, 72, 0.25);
}
/*.product-select .price-box span:nth-of-type(1),
.product-select .price-box span:nth-of-type(2){
    color: #fff !important;
}*/
/*.inner-select {
    max-width: 227px;
    width: 100%;
}*/
.back-btn { 
    color: #252525;
    margin-bottom: 30px;
    display: flex;
    gap: 12px;
    align-items: center;
    width:fit-content;
    font-weight:500;
    font-size:20px;
    line-height:24px;
}

.spinner-wrapper {
    position: absolute;
    background: #15151530;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 555555;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.footer-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 6px 10px;
    height: 80px;
}*/

.footer-box-filter {
    display: flex;
    align-items: center;
}

    .footer-box-filter .single-box-select {
        display: flex;
        align-items: center;
        margin-bottom: 0px !important;
    }

        .footer-box-filter .single-box-select span {
            margin-right: 10px;
            min-height: 0 !important;
            white-space: nowrap;
        }

        .footer-box-filter .single-box-select select:nth-of-type(1) {
            width: 100px;
            margin-right: 20px;
        }

        .footer-box-filter .single-box-select select {
            min-width: 80px !important;
        }

.item-footer-with-pagination {
    /*padding: 5px 0px 5px 18px;
    border-radius: 5px;
        position: sticky;
    bottom: 0;
    background: white;
    width: 100%;
    height: 80px;*/
}

/*pagination start*/
pagination ul {
    margin: 2em auto;
    padding-left: 0;
    list-style-type: none;
}

.page-number {
    display: inline;
}

    .page-number a {
        text-decoration: none;
        color: black;
    }

.pagination-3 {
    margin-bottom: 0px !important;
}

pagination-3 .page-number {
    margin: 0.25em;
}

.pagination-3 .page-number a {
    padding: 0.125em;
}

.pagination-3 .active {
    padding: 4px 8px;
    border-radius: 50%;
    background-color: #424a72;
    color: white;
}

    .pagination-3 .active a {
        color: white;
    }

.pagination-custom .paginationjs-ellipsis,
.pagination-custom .paginationjs-first,
.pagination-custom .paginationjs-last {
    display: none !important;
    opacity: 0;
}


.pagination-custom {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background: #f0f0f0;
    border-radius: 9999px;
}



    .pagination-custom li {
        width: 24px;
        height: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-size: 14px;
        color: #626262;
        background: transparent;
        border-radius: 50%;
    }

        .pagination-custom li.active {
            color: #fff;
            background: #424a72;
        }

/*pagination end*/

.diamond_detail_model .pre-next-arrow .arrow-wrapper{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.diamond_detail_model .pre-next-arrow .arrow-wrapper i {
    color: #fff;
    font-size: 16px;
}

.diamond_detail_model .pre-next-arrow{
    position: initial;
    top: inherit;
    transform: inherit;
}

.diamond_detail_model .pre-next-arrow .arrow-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.diamond_detail_model .pre-next-arrow .next{
    right: 10px;
    visibility: hidden;
}
.diamond_detail_model .pre-next-arrow .prev{
    left: 10px;
    visibility: hidden;
}

.diamond_detail_model .details-model-body:hover .pre-next-arrow .next{
    visibility: visible;
    transition: 0.5s ease;
}

.diamond_detail_model .details-model-body:hover .pre-next-arrow .prev{
    visibility: visible;
    transition: 0.5s ease;
}


.diamond_detail_model .pre-next-arrow .arrow-wrapper:nth-of-type(2) i {
    padding-left: 5px;
}

.details-model-body {
    position: relative;
}

.pre-next-arrow {
    position: absolute;
    z-index: 555;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    width: 94%;
}

    .pre-next-arrow .arrow-wrapper {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 80px;
        cursor: pointer;
        background: rgba(0,0,0,.54);
        outline: none;
        border: none;
    }

    .pre-next-arrow button[disabled] {
        background: rgba(0,0,0,0.09) !important;
    }

    .pre-next-arrow .arrow-wrapper i {
        color: #fff;
        font-size: 35px;
    }

    .pre-next-arrow .arrow-wrapper:hover {
        background-color: rgba(0,0,0,.9);
    }

    .pre-next-arrow .arrow-wrapper:nth-of-type(1) i {
        padding-right: 3px;
    }

    .pre-next-arrow .arrow-wrapper:nth-of-type(2) i {
        padding-left: 3px;
    }

#divimgpopup, .imgpopup {
    min-height: 650px;
    max-height: 650px;
    overflow: hidden;
    text-align: center;
}

.diamond_detail_model #divimgpopup {
    overflow: hidden;
    text-align: center;
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
}

.diamond_detail_model .modal-dialog{
    max-width: 600px;
}


.single-box-select {
    position: relative;
}

    .single-box-select input {
        width: 90%;
    }

.input-counter {
    background-color: rgba(0,0,0,.9);
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 1px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-theme-primary {
    color: #424a72 !important;
}

.close-icon-box {
    display: none;
}

button#show_filter {
    display: none;
}

.items-container .tab-content p {
    max-height: 287px;
    overflow: auto;
}

.jewellery-details-main_wrapper .modal-header .close {
    margin: -15px -15px 10px auto;
}
.jewellery-details-main_wrapper .imgpopup {
    object-fit: contain;
}
/*.cmn-checkbox-wrapper.collapsed .hidden-chechbox-with-title .checkbox-lable{
          color: #424a72;
}*/
/*.cmn-checkbox-wrapper .hidden-chechbox-with-title .checkbox-lable{   
        color: $primary;
        font-weight:600;
}*/
.search_btn {
text-align:center;
display:none;
}
.search_btn button {
    background-color: transparent;
    border: 1px solid #424a72;
    color: #424a72;
    padding: 10px 20px;
    margin: 20px auto 0;
    border-radius: 24px;
    transition: all .5s;
}
    .search_btn button i {
    margin-right:5px;
    }
.search_btn button:hover{
    background-color: #424a72;
    border: 1px solid #424a72;
    color: #fff;
}
.search_btn button:focus{
      outline: inherit;
}




.detail_wrap ul{
    /*display:flex; 
    align-items: center; 
    flex-wrap: wrap;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail_wrap li{
    /*border-right: 1px solid #6D6D6D;*/
    padding-left: 0;
    /*color: #b9bac3;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0 5px;
    /*color: #13567e;*/
}
.detail_wrap li span{
    padding-left: 5px;
    font-weight:600;
}
.table-warpper{
    margin:10px 0;
}
.description-wrapper{
    margin: 23px 0;
    /*border: 1px solid #535353;
    padding: 16px;
    border-radius: 10px;*/
    overflow:auto!important;
}

.nav .custome-nav-tabs .nav-item .nav-link.active span:after{
    content: attr(data-before);
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 100%;
    background: -webkit-linear-gradient(60deg, #424a72, rgba(115, 103, 240, 0.5)) !important;
    background: -moz-linear-gradient(60deg, #424a72, rgba(115, 103, 240, 0.5)) !important;
    background: -o-linear-gradient(60deg, #424a72, rgba(115, 103, 240, 0.5)) !important;
    background: linear-gradient(30deg, #424a72, rgba(115, 103, 240, 0.5)) !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
    box-shadow: 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.tab-content > .show {
  display: block;
  align-content:center;
}

.item-details .detail_wrap h6{
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size: 16px;
    line-height:20px;
    color: #252525;
    margin-bottom: 16px;
}

.item-footer-with-pagination{
    position: absolute;
    background: white;
    width: 100%;
    padding: 10px 0px;
    z-index: 999;
}

#button {
  display: inline-block;
  background-color: #186b9d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 14px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 46px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

input[type=radio] {
 accent-color: #186b9d;
}
.nodata-found > div{
    height: 350px;
}

.nodata-found span {
    font-weight: 600;
    font-size: 20px;
}

.Stock_Status{
   color: #186b9d;
   font-weight: 500;
}

.badge-circle {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.item-container .badge-sm.badge-circle,
.item-details .jewellery_title .badge-sm.badge-circle{
    /*width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 4px;
    line-height: 20px;*/
    width: 35px;
    height: 35px;
    font-size: 15px;
    padding: 11px;
    line-height: 12px;
    border: 1px solid #869E1F61;
    color:#869E1F;
    background:#F5FFCA;
}
.badge-sm.badge-circle {
  width: 21px;
  height: 21px;
  padding: 4px;
}
.badge-circle_wrap{
    width: 50px;
    height: 20px;
    padding: 4px;
    border-radius: 10px;
}
.badge-circle_wrap.danger_bg{
    background-color: #f4433633;
}

.bg-opacity-20 {
    opacity: 0.2;
}

.bg-success {
    opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.badge {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.text-warning {
  opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-warning-hover:hover {
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.bg-warning {
  opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.price-box{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}


@media (min-width:800px) and (max-width:1100px){
     .price-box span:nth-of-type(1) {
        max-width: 127px;
    }
}
@media (min-width:575px) and (max-width:1440px)  {
    .cmn-from-lable{
        max-width:initial;
        width:100%;
    }
}
@media (min-width:1025px){
      .detailpage-tabs{
        /*display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;*/
        display: grid;
        grid-template-areas: "a a";
        gap: 26px;
        grid-auto-columns: 48%;
        width:100%
    }
    .detailpage-tabs .tab-pane {
        text-align: center;
        max-height: 453px;
        height: 453px;
    }
    
    .detailpage-tabs .tab-pane{
        display:block;
        background-color:#F8F8F8;
    }
    .tab-btn-wrap{
        display:none;
    }
}
@media (max-width:1571px){
     .items-container {
        max-width: 800px;
    }
    .detailpage-tabs .tab-pane {
        max-height: 387px;
        height: 387px;
    }
}       
@media(max-width:1500px) {
    .custome-size-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .pricerange-container .cmn-from-lable:nth-of-type(1) {
        margin-bottom: 5px;
    }

    .pricerange-container .cmn-from-lable {
        min-width: 45.27px;
    }

    .product-container {
        margin-left: 0px;
    }

    .items-container,
    .item-details {
        max-width: 50%;
    }

        /*.cmn-width-page-item-filter {
        width: 31.33%;
    }*/

        /*.items-container .tab-content {
            max-width: 514px;
            max-height: 276px;
            margin: 0 auto;
        }*/
        .jewellery-details-main_wrapper{
            margin:0px 15px;
        }

    .ston-qty {
        width: 100%;
    }

    .catlog_img_wrap{
        max-width: 1200px;
    }
    .cat_lgo_main {
        height: 390px;
    }    
    .detailpage-tabs .tab-pane {
        max-height: 326px;
        height: 326px;
    }
     .jewellery-details-wrapper .container-fluid {
        gap: 18px;
    }
     .product-table, .diamond-table{
         max-width:100% !important;
     }
}

@media (max-width:1440px){
    .items-container{
        max-width: 60%;
    }
    .item-details {
        max-width: 40%;
    }
}

@media(max-width:1400px) {
    .addto-cart {
        padding: 3px 4px;
    }

    .custome-size-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .catlog_img_wrap {
        max-width: 991px;
    }

    .cat_lgo_main {
        height: 340px;
    }
}


@media(max-width:1300px) {
    .price-box span:nth-of-type(1) {
        max-width: 177px;
    }

    .item-details h3 {
        font-size: 25px;
    }
    .item-details .jewellery_title h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .item-details .jewellery_title {
        margin-bottom: 8px;
    }
    .price_puritybox h3{
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 26px;
    }
}

@media(max-width:1279px) {
    .item-details h3 {
        font-size: 20px;
    }

    .item-details h2 {
        font-size: 19px;
    }
}

@media (max-width: 1199px){
    .cat_lgo_main {
        height: 420px;
    }
    .image-box img {
        min-height: 200px;
    }
     .product-weight{
        display:inline-block;
    }
    .detailpage-tabs .tab-pane {
        max-height: 300px;
        height: 300px;
    }
    .detailpage-tabs{
        gap:13px;
    }
}
@media (max-width: 1149px) {
    .product-box .product_name {
        max-width: 150px;
    }
    .detailpage-tabs .tab-pane {
        max-height: 275px;
        height: 275px;
    }
}
@media(max-width:1050px) {
    /*.items-container,
    .item-details {
        max-width: 100% !important;
    }*/

    .item-details {
        margin-top: 11px;
    }

    .items-container {
        margin-right: 0px;
    }
    .diamond-table{
        overflow-x:auto !important;
    }
  
    .item-footer-with-pagination {
        padding: 5px 0px 5px 7px;
    }
    .items-container .tab-content {
        max-width: 100%;
    }
    .items-container .tab-pane img {
        max-width: 100%;
    }
}
@media (max-width:1025px){
   .detailpage-tabs .tab-pane {
        max-height: 251px;
        height: 251px;
    }
}
@media (max-width:1024px){
    .jewellery-details-wrapper .container-fluid{
        flex-direction:column;
    }
    .items-container,
    .item-details{
        max-width:100%;
    }
}
@media (max-width: 991px){
    .catlog_img_wrap .row{
        justify-content: center;
    }
     .custome-size-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .item-container {
        margin: 5px ;
    }
    .price-box{
        padding:2px 5px;
    }
}
 @media(max-width:900px) {
    .image-box img {
        min-height: 180px;
    }
}
@media (max-width: 800px) {
    .select-box-wrapper-inner {
        flex-wrap: wrap;
    }
    .product-weight{
        display:flex;
    }
  

    /*.filter-box-height {
        max-height: calc(87vh - 165px);
    }*/

    /*.filter-wrapper {
        height: calc(87vh - 105px);
    }*/
    .footer-box-inner {
        flex-wrap: wrap;
    }
}
@media (max-width:768px){
    /*.custome-size-col {
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    .item-container .image-box {
        height: 345px;
    }
    .item-details .jewellery_title h2,
    .back-btn {
        font-size: 18px;
        line-height: 20px;
    }
}
@media(max-width:685px) {
    #navbar-mobile.navbar-collapse .navbar-nav .dropdown-user{
        display:none;
    }
}

@media(max-width:575px) {

    .cat_lgo_main {
        height: 520px;
        max-width: 450px;
        margin: 0 auto 30px;
    }


    .custome-size-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
        .search_btn {
        display:block;
}
    .filter-wrapper {
        height: 83vh;
    }

    .price-addtocart-btn {
        flex-wrap: wrap;
    }

    .btn-wrapper-box {
        margin-top: 5px;
        text-align: center;
    }

        .btn-wrapper-box a:nth-of-type(1) {
            padding: 8px 8px;
        }

        .btn-wrapper-box a:nth-of-type(2) {
            margin-left: 0px !important;
            padding: 6px 8px;
        }

    .items-container .tab-content {
        min-width: 250px;
    }

    #divimgpopup {
        min-height: 321px !important;
    }



    /*.footer-box-filter {
        flex-wrap: wrap;
    }*/

    .item-footer-with-pagination {
        padding: 5px 0px 5px 0px;
        border-radius: 5px;
    }


    /*.footer-box-filter .single-box-select span {
            min-width: 58px;
        }*/

    .footer-box-filter .single-box-select select:nth-of-type(1) {
        margin-right: 7px;
    }

    .filter-box {
        transform: translateX(-111%);
        transition: all 0.5s ease;
        position: absolute;
        background: #fff;
        z-index: 999;
    }

    .m-view-filter {
        transform: translateX(0);
        left: 0;
        right: 0;
    }

    .close-icon-box {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 5px;
        position: sticky;
        top: 6;
    }

        .close-icon-box .close_inner {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            background: #fff;
            color: #424a72;
            line-height: 0px;
        }

    button#show_filter {
        background: #ffffff;
        outline: none;
        border: 2px solid #424a72;
        border-radius: 50%;
        color: #424a72;
        margin-top: 6px;
        margin-left: 10px;
        display: block;
        position: fixed;
        z-index: 555;
        left: -5px;
    }

    .footer-box-inner {
        flex-wrap: wrap;
    }

    .single-box-select.page-items-show select {
        max-width: 40px !important;
        min-width: 61px !important;
    }

    .pre-next-arrow .arrow-wrapper i {
        font-size: 19px;
    }

    .pre-next-arrow .arrow-wrapper {
        width: 38px;
        height: 38px;
    }

    .footer-box-inner {
        justify-content: center !important;
    }

    .addto-cart-custome {
        margin-left: 0px !important;
    }

    .item-details h2 {
        margin-bottom: 4px;
        font-size: 16px;
        font-family:"Helvetica Neue", Helvetica, Arial, sans-serif
    }

    .item-details h3 {
        font-size: 18px;
    }
}
@media(max-width:481px) {
    .jewellery-details-main_wrapper .imgpopup {
        min-height: auto;
    }

    .items-container .tab-pane img {
        /*object-fit: cover;*/
        width:100%;
    }
    .items-container .tab-content {
        min-width: 100%;
    }

}
    
}
@media(max-width:439px) {
    /*.filter-box-height {
        max-height: calc(100vh - 196px);
    }*/

    .footer-box-filter .single-box-select {
        margin-bottom: 8px !important;
    }

    #pagination {
        margin-top: 9px;
    }
}

@media(max-width:369px) {
    .footer-box-filter {
        flex-wrap: wrap;
    }

    #pagination {
        bottom: 20px;
        position: absolute;
        left: auto;
        right: 21px;
    }

    /*.filter-box-height {
        max-height: calc(100vh - 199px);
    }*/

    .footer-box-filter .single-box-select .cmn-select {
        height: calc(1.25em + 1rem + 1px);
    }
    
    .cat_lgo_main {
        height: 380px;
    }
}

@media(max-width:340px) {
    .footer-box-filter .single-box-select span {
        white-space: unset;
    }
}