*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Nunito Sans', sans-serif;
}
ol, ul {
    padding-left: 0;
}

.container-fluid.coustom-container {
    max-width: 1600px;
    width: 100%;
   
}
.filter-body ul li {
    list-style: none;
    flex: 0 8%;
    margin-top: 15px;
    margin-bottom: 12px;
    /* position: relative; */
    /* overflow-wrap: break-word; */
}


/* .details-box .filter-body:not(:last-child) .filter-select-box li{
    border-right: none!important;
} */

/* .details-box .filter-body .filter-select-box li{
   width: 10%;
} */

.product_price {
    font-weight: bolder;
    /* margin-top: 10px; */
}
.details-box{
    padding-left: 20px;
}
.details-box a {
    font-size: 14px;
    line-height: 12px;
    color: #777777;
    text-decoration: none;
    text-transform: capitalize;
}
#jewelry-details .details-box .product_title h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 6px;
}
#jewelry-details .details-box .product-filter {
    margin: auto;
}

#jewelry-details .details-box .product-filter .filter-item .filter-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    line-height: 40px;
    font-family: 'Nunito Sans';
}
ul.filter-select-box {
    position: relative;
}

.details-box .filter-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.details-box .filter-body .filter-select-box li{
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
}

.details-box .filter-body .filter-select-box li.carat_diamond:hover,.details-box .filter-body .filter-select-box li.carat_container:hover{
    border: 1px solid #D2A66E;
}

.details-box .filter-body .filter-select-box li.carat_diamond.active,.details-box .filter-body .filter-select-box li.carat_container.active{
    border: 1px solid #D2A66E;
}


.details-box .filter-body .col-lg-9 .filter-select-box li{
    border: none;
}
div#metal_list li.metal_container {
    border: none;
}

.metal_container  .btn.c-size_btn:hover,.metal_container.active  .btn.c-size_btn{
    border: 1px solid #D2A66E;
}





.form-control {
    height: 50px;
    width: 70px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: 6px; */
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc !important;
}

.details-box ul li button {
    width: 100%;
    height: 40px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    position: relative;
}



.details-box ul li button input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.details-box ul .metal_container button {
    width: 40px;
    height: 40px;
    /* line-height: 27px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0px 6px;
    position: relative;
}
.metal-option-selected {
    width: 100%;
    height: 50px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 2rem;
}
h6{
    margin-bottom: 0;
    font-weight: 600;
}



.btn.c-btn4{
    background-color: #D2A66E;
    display: inline-block;
    color: white;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    /* font-family: 'Cormorant Infant', serif; */
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid #dee2e6;
    transition: .5s;
    border-radius: 6px;
    cursor: pointer;
}
.btn.c-btn4:hover{
    background-color: white;
    color: #000;
    border: 1px solid black;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #ccc;
}
input:focus-visible {
    outline: none;
}
.details-box span.sr-only {
    position: unset !important;
    margin: auto;
    overflow:visible;
    word-wrap: break-word;
    width: auto;
    height: auto;
    font-weight: 400;
    
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
.ps-4 {
    padding-left: 2rem!important;
}
ul {
    margin-bottom: 0 !important;
}
.gems-name, .metal-name {
    /* text-align: center; */
    white-space: normal;
    /* position: absolute; */
    /* margin-top: -17px; */
    color: #777777;
    font-size: 10px;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 0;
    /* margin-left: 0; */
    /* margin-right: 0; */
    font-family: 'nunito sans';
    text-transform: uppercase;
    /* display: none; */
    /* width: 100%; */
    position: absolute;
    top: -14px;
    /* white-space: nowrap; */
    left: 0;
    line-height: 9px;
}

.stone_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.stone_wrapper .filter-item:nth-child(8){
    width: 100%;
}

.metal-name, .gems-name {
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.btn {
    
    --bs-btn-border-radius: none;
}
.gems_container,.metal_container {
    margin-top: 10px;
}

.gems_container{
    border: 1px solid #ccc;
}


.gems_container:hover .gems-name,.metal_container:hover .metal-name,.gems_container.active .gems-name,.metal_container.active .metal-name{
   opacity: 1 !important;
   /* display: block; */
}



.single_stone:hover,.single_stone.active,.alternate_stone:hover,.alternate_stone.active{
    border:1px solid #d2b279!important;
}

.single_stone:hover .gems-name,
.single_stone.active .gems-name,
/* li.carat_container.active .metal-name, */
/* li.carat_container:hover .metal-name, */
.alternate_stone:hover .gems-name,
.alternate_stone.active .gems-name{
    opacity: 1;
}

.new-margin{
    margin-top: -28px;
}
.metal-new-margin,.white_gold-margin,.rose_gold-margin{
    margin-top: -28px;
}
.yellow_gold-margin{
    margin-top: -42px;
}
.new-font{
    font-family: 'nunito sans';
}
   

.selected-option-gems-name {
    text-align: center;
    color: black;
    font-size: 13px;
    opacity:1;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'nunito sans';
}
.selected-option-box {
    width: 100%;
    height: 50px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    gap: 10px;
    /* padding-left: 5px;
    padding-right: 5px; */
}

.selected-option-box p {
    margin-bottom: 0 !important;
}

/* .btn.c-btn3:hover{
    border: 1px solid #D2A66E;
} */

#jewelry-details .main-img-box{
    max-width: 700px;
    width: 100%;
    display: block;
    margin: auto;
}
#jewelry-details .main-img-box .image-style{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: 1px solid #dee2e6;
    text-align: center;
}
#jewelry-details .main-img-box .variation_info {
    text-align: center;
    padding: 20px;
    font-weight: 600;
}

.product_title-heading{
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: 'Cormorant Infant', 'serif';
}

.sku-bold {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
}


#jewelry-details .main-img-box .slick-slide {
    
    height: auto !important;
   
}
#jewelry-details .main-img-box .custom_img{
    max-width:500px;
    width:100%;
    margin: auto;
    height: 100%;
    object-fit: cover;
}
.slick-next:before, .slick-prev:before {
    font-family: 'Cormorant Infant', serif;
    color: #000 !important;
    opacity: 1 !important;
    font-size:32px;
}
#jewelry-details .main-img-box .c-slider-nav_item {
    background-color: #c79f5829;
    border: 1px solid #dee2e6;
    margin: 5px;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}
.slider.slider-nav.m-0.d-flex.gap-3.slick-initialized.slick-slider {
    justify-content: center;
}
.slick-prev {
    left: 51px;
}
.slick-next {
    right: 64px;
}
.slick-next, .slick-prev {
    top: 42%;
}
#jewelry-details .details-box .details-box-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
#jewelry-details .details-box .details-box-btn .c-btn1 {
    padding: 8px 20px;
    background-color: #D2A66E;
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid #D2A66E;
    transition: .5s;
    border-radius: 4px;
    cursor: pointer;
}
#jewelry-details .details-box .details-box-btn .c-btn2 {
    padding: 10px 20px;
    background-color: #D2A66E;
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid #D2A66E;
    transition: .5s;
    border-radius: 4px;
    cursor: pointer;
}
#jewelry-details .details-box .details-box-btn .c-btn1:hover{
    background-color: white;
    color: #D2A66E;
}
#jewelry-details .details-box .details-box-btn a svg path {
    fill: #fff;
}
#jewelry-details .details-box .details-box-btn a:hover svg path {
    fill: #D2A66E;
}
#jewelry-details .details-box .details-box-btn .c-btn2:hover{
    background-color: white;
}
.anchor.checked{
    background-color: white !important;
}
.anchor.checked svg path{
    fill: #D2A66E !important;
}

/*modal popup start*/

#product-view .modal.show .modal-dialog {
    /* margin-top: 20px!important; */
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

div#product-view {
    z-index: 20000;
}


 #product-view .modal-header button{
    font-size: 22px;
    color: #fff;
    background: none;
    opacity: 1;
    line-height: 22px;
}

 #product-view .modal-header h5{
    margin-bottom: 0;
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 16px;
}

.modal-body .selected-product .selected-product-img .custom_img{
    max-width:500px;
    width:100%;
    margin: auto;
    /* height: 500px; */
    object-fit: contain;
}
.selected-product .selected-product-title .product_title h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}
.selected-product-options ul{
    padding-left: 0 !important;
}
.selected-product-options h2{
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    line-height: 40px;
    margin-bottom: 0 !important;
}
.selected-product-options ul li {
    list-style: none;
    flex: 0 10%;
}
textarea.form-control {
    height: 100px;
    width: 100%;
    font-weight: 600;
}
textarea.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.btn-custom {
    background-color: #d4b479;
    color: #fff;
    border: 1px solid #d2b279;
    border-radius: 4px;
    padding: 6px 20px;
}
.btn-custom:hover {
    color: #d4b479;
    background-color: #fff;
    border: 1px solid #d4b479;
}
.product-img--main {
    cursor: crosshair !important;
}


/*modal popup end*/

/*---responsive start---*/

@media (max-width:1500px){
    .white_space{
        white-space: nowrap;
    }
    #jewelry-details .main-img-box {
        width: 95%;
    }
}
@media (max-width:1400px){
    .blue-topaz-margin {
        margin-top: -28px;
    }
}

@media (max-width:1300px){
    #jewelry-details .main-img-box {
        width: 90%;
    }
    li#metal_type {
        width: 14%;
    }
}
@media (max-width:873px){
    /* .details-box ul li button.c-btn {
        width: 100%;
    } */
}
@media (max-width:826px){
    .details-box ul li button.c-btn3{
        width: 50px;
    }
}
@media (max-width:768px){
    #jewelry-details .main-img-box {
        width: 81%;
    }
    /* .details-box ul li button.c-size_btn {
        width: 100%;
    } */
    
    #jewelry-details .details-box .details-box-btn .c-btn1 {
        padding: 8px 10px;
    }
    #jewelry-details .details-box .details-box-btn .c-btn2 {
        padding: 10px 10px;
    }
    .modal-xl {
        --bs-modal-width: 737px !important;
    }
    /* textarea.form-control {
        width: 200px !important;
    } */
    /* .details-box {
        padding-top: 20px;
    } */
    
}

@media (max-width:1200px){
    .modal-xl {
        --bs-modal-width: 1070px;
    }
}
@media (max-width:1124px){
    .modal-xl {
        --bs-modal-width: 1000px;
    }
    li#metal_type {
        width: 16% !important;
    }
}
@media (max-width:1060px){
    #jewelry-details .main-img-box .custom_img {
        object-fit: contain;
    }
    .form-control {
        width: 20%;
    }
}
@media (max-width:1034px){
    .metal_container {
        margin-top: 20px;
    }
    .metal-new-margin {
        margin-top: -42px;
    }
    /* #jewelry-details .details-box .product_title h2 {
        line-height: 40px;
    } */
}
@media (max-width:1024px){
    .modal-xl {
        --bs-modal-width: 900px;
    }
    /* .selected-option-box {
        width: 160px;
    } */
    textarea.form-control {
        height: 65px;
        /* width: 230px; */
    }

}

@media (max-width:992px){
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (max-width: 820px){
    .modal-xl {
        --bs-modal-width: 760px;
    }
}
@media (max-width:678px){
    /* .details-box .filter-body ul {
        gap: 0px;
    } */
    #jewelry-details .details-box .details-box-btn {
        gap: 20px;
    }
}
@media (max-width:621px){
    /* .details-box .filter-body ul {
        gap: 0px;
    } */
}
@media (max-width:610px){
    #jewelry-details .details-box .details-box-btn {
        gap: 10px;
    }
}
@media (max-width:577px){

    .details-box ul li button{
        padding: 5px;
    }

    .sku-bold {
        font-size: 16px;
    }

    #jewelry-details .main-img-box {
        width: 100%;
    }
   #jewelry-details .details-box .product-filter .filter-item .filter-header h2 {
    font-size: 18px;
    line-height: 30px;
}
    #jewelry-details .details-box .product_title h2 {
        font-size: 25px;
        line-height: 30px;
    }
    #jewelry-details .details-box .details-box-btn .c-btn2 {
        padding: 8px;
    }

    #jewelry-details .details-box .details-box-btn .c-btn2 svg{
        width: 20px;
        height: 20px;
    }

    #jewelry-details .details-box .details-box-btn .c-btn1 {
        padding: 8px;
        font-size: 14px;
    }

    /* #jewelry-details .main-img-box .slick-slide .custom_img {
        height: 218px;
    } */

    .details-box {
        padding-left: 0px;
    }

    /* .details-box .filter-body.size{
        padding-left: 1rem;
        padding-right: 1rem;
    }  */
}

@media (max-width:575px){
    .gems-name, .metal-name {
        font-size: 9px;
        line-height: 8px;
    }

    
    
    .selected-product .selected-product-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .details-box ul li button.c-btn3 {
        width: 100%;
        padding: 5px !important;
    }
    .form-control {
        width: 60px;
    }
    #jewelry-details .details-box .details-box-btn {
        gap: 14px;
        flex-wrap: wrap;
    }

    .white_gold-margin,.rose_gold-margin {
        margin-top: -28px !important;
    }
}

@media (max-width:430px){

    .selected-option-box {
        width: 100%;
        height: 45px;
    }

    .selected-product .selected-product-title .product_title h2 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .selected-product .selected-product-title .product_title {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .selected-product-options h2{
        font-size: 15px;
        line-height: 20px;
        font-family: 'Nunito Sans';

    }
    #jewelry-details .details-box span.sku_no {
        padding-left: 0 !important;
    }
    #jewelry-details .details-box .product-filter .filter-item .filter-header {
        padding-left: 0 !important;
    }
    .gems_container {
        margin-top: 15px;
    }
    #jewelry-details .details-box .details-box-btn {
        gap: 10px !important;
    }
    .white_gold-margin {
        margin-top: -42px !important;
    }

}

@media (max-width:750px){
    .modal-xl {
        --bs-modal-width: 740px !important;
    }
}
@media (max-width:737px){
    .modal-xl {
        --bs-modal-width: 670px !important;
    }
    .selected-product .selected-product-options .col-sm-4 {
        width: 39.333333%;
    }
    
}
@media (max-width:680px){
    .modal-xl {
        --bs-modal-width: 650px !important;
    }
}
@media (max-width:661px){
    .selected-product .col-sm-6 {
        width: 100%;
    }
    .modal-body .selected-product .selected-product-img .custom_img {
        max-width: 600px;
        height: 300px;
    }

    .selected-product .selected-product-title .product_title h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
    }

    .selected-product .selected-product-title{
        text-align: center;
        margin-bottom: 20px;  
    }
    .selected-product .selected-product-title .product_title {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .selected-product-options .col-sm-4{
        width: 42.333333% !important;
    } 
    .selected-product-options {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:1355px){
    
.white_gold-margin{
    margin-top: -42px;
}
}
@media (max-width:1215px){
    .rose_gold-margin{
        margin-top: -42px;
    }
}
@media (max-width:768px){
    .filter-body ul li {
        width: 20%;
    }
}
@media(max-width:1346px){
    .lab-grown-margin{
        margin-top: -40px;
    }
}

@media(max-width:830px){
    .filter-body ul li {
        list-style: none;
        width: 15%;
        flex: 0 10%;
    }
    .details-box ul li button.c-btn3{
        width: 100%;
    }
}
@media(max-width:1189px){
    li#metal_type {
        width: 15%;
    }
}
@media(max-width:1070px){
    li#metal_type {
        width: 18% !important;
    }
}
@media(max-width:976px){
    li#metal_type {
        width: 20% !important;
    }
}
@media(max-width:874px){
    li#metal_type {
        width: 24% !important;
    }
}

.show-d-block {
    font-size: 16px;
    font-weight: 600;
}
.form-select:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.ring-size_select .form-select{
    padding-left:8.62rem;
}

.combined-input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.combined-input select,
.combined-input input {
    margin-right: 5px;
}
#suggestions {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 18px;
    border: 1px solid #ccc;
    overflow-y: hidden;
    height: 150px;
}
#suggestions option {
    padding: 8px;
    cursor: pointer;
}
select#quantitySuggestions,
select#initialSuggestions {
    width: 305px;
    height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input#quantityInput,
input#userInput {
    position: absolute;
    width: fit-content;
    max-width: 65px;
    background-color: white;
    border: 0;
    margin-left: 2px;
    text-align: center;
}
select#quantitySuggestions:focus-visible,
select#initialSuggestions:focus-visible {
    outline: none;
}
@media(max-width:1199px){
    select#initialSuggestions {
        width: 175px;
    }
}
@media(max-width:992px){
    select#initialSuggestions {
        width: 262px;
    }
}
@media(max-width:513px){
    .combined-input {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .combined-input select,
    .combined-input input {
        margin: 5px 0;
    }
    input#userInput {
        width: 100%;
    }
}

.alertify-notifier .ajs-message.ajs-success {
    /* background: rgba(91,189,114,.95); */
    background-color: #D2A66E;
    color: white;
    text-align: center;
}

button.btn.c-btn.c-margin-top.c-size_btn.active-button {
    border: 1px solid #D2A66E; /* Change color as needed */
}

.metal-name.active-text {
    opacity: 1; /* Fully opaque for active */
}
.filter-body li.metal_container {
    border: none !important;
}