.up_down_button {
    position: absolute;
    left: 40px;
    right: 0px;
    bottom: 0px;
}

.bgm-checkbox.text-center {
    position: relative;
}

.input-sm {
    z-index: 1;
    position: relative;
}

.col-sm-3.col-xs-6.no-padding {
    text-align: end;
}

.my_custom_row select, select#sort_by {
    /* width: 300px; */
    height: 45px;
    border-radius: 30px;
    border: 1px solid #000 !important;
    box-shadow: 0px 3px 1px 0px rgb(0 116 149 / 26%);
    transition: all 0.3s;
}

.my_custom_row select:hover,
select#sort_by:hover {
    box-shadow: none !important;
}

a#button {
    text-decoration: none;
}

/* select#location { margin-top: 5px; } */
.sort-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    position: unset;
}

/* button.btn.btn-danger { margin-top: 5px !important; } */
#pagination-div-id .active {
    background: #cff3ff !important;
    cursor: pointer;
    margin: 2px;
    text-decoration: none;
    color: #686868 !important;
}

.color_ch {
    display: none !important;
}

.active.paginate_button.current {
    background: #3ac0bd;
    color: #FFF !important;
}

#pagination-div-id a {
    display: inline-block;
    height: 28px;
    line-height: 2;
    margin: 10px 2px;
    text-align: center;
    width: 28px;
    color: #000000;
    background-color: #b3b3b3;
}

div#det_div {
    margin-top: 35px;
}

.diamond-detail-sort {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.tps_diamond_shapes li {
    width: auto !important;
}

.shop_item {
    background: rgb(255, 255, 255, 1) !important;
}

#max-height-list .shop_item {
    min-height: 270px !important;
    position: relative;
}

#max-height-list ul#add_data {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

#max-height-list ul#add_data .icon svg {
    width: 24px;
    height: 24px;
    margin: 8px;
    display: inline-block;
}

#max-height-list ul#add_data .icon_inline_list {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#max-height-list ul#add_data .icon_inline_list li {
    width: auto !important;
    background: none;
    box-shadow: none;
    padding: 0px;
    border: none;
}

/* #max-height-list ul#add_data .icon_list { margin-bottom: 20px; } */
#max-height-list ul#add_data .icon_inline_list li a {
    /* border: 1px solid #cff3ff !important; */
    /* color: #cff3ff !important; */
    /* border-radius: 5px !important; */
    /* box-shadow: 0px 3px 1px 0px rgba(0,0,0,.26) !important; */
    background: #fff !important;
    /* padding: 0px !important; */
}

/* #max-height-list ul#add_data .icon_inline_list li a:hover { color: #6a6a6a !important; border-color: #cff3ff !important; box-shadow: #6897a7 -1px 1px 4px -5px inset, #6897a7 1px -1px 6px -1px inset, #cff3ff 0px 0px 0px 0px !important; } */
#max-height-list ul#add_data li {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 18%;
    padding: 10px 10px;
    box-shadow: 0px 1px 21px rgb(0 0 0 / 15%);
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

/* .filter_box.filter-flex { display: flex; } */
.filter_box ul.clarity_list li {
    height: auto !important;
    flex: 0 0 7%;
    background: transparent;
    border: 2px solid #000000b0 !important;
}

.filter_box.filter-flex ul.filter-color,
.filter_box.filter-flex ul.filter-shape {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_box.filter-flex ul.filters_field.clarity_list {
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
}

.diamond-list ul li img {
    width: 100%;
    /* padding: 11px 2px; */
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
    height: 100%;
}

/* .diamond-title { margin-top: 20px; } */
.diamond-title .price {
    font-size: 16px;
    font-weight: 600;
}

section.padding-two>.container.custom-md-container>.col-sm-12 {
    position: unset;
}

.diamond-detail-sort {
    position: relative;
    padding: 15px 0px;
    background: rgba(245, 244, 247, 0.7);
    border-radius: 30px;
    box-shadow: 0px 3px 1px 0px rgb(0 116 149 / 26%) !important;
}

select#sort_by {
    padding: 10px 5px;
    width: 208px !important;
    margin-left: 10px;
}

.diamond-detail-sort .dropdown-content {
    /* display: none; */
    position: absolute;
    background-color: #f9f9f9;
    max-width: 1132px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    margin: 10px auto;
}

a.down_arrow {
    display: block;
    position: sticky;
    z-index: 555;
    top: 900px;
    background: linear-gradient(to top right, #cff3ff 0%, #cff3ff 5%, #cff3ff 100%) !important;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, .26) !important;
    width: 45px;
    height: 37px;
    text-align: center;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    left: 100%;
    color: black;
    transform: translateX(44px);
    text-decoration: none;
}

a.down_arrow::after {
    content: "\f078";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #333;
}

section#top-filter-jewelry .custom-container.row {
    margin: auto;
}

section#top-filter-jewelry .cover .scroll-images .d-flex button.btn {
    min-width: 200px;
    width: 100%;
}

section#top-filter-jewelry .cover .scroll-images .d-flex {
    gap: 20px !important;
}

#top-filter-jewelry .cover .scroll-images {
    padding: 0px 32px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

@media (max-width: 575px) {
    .filter_box.filter-flex {
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .filter_box.cert-check {
        margin-top: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    select#location {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1101px) {
    #button {
        transform: translateX(-1px);
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1253px) {
    #button {
        position: unset !important;
        transform: translateX(3px) !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1101px) {
    #button {
        position: unset !important;
        right: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .filters_name {
        width: 80px;
        font-size: 12px;
    } */

    #button {
        position: unset !important;
        right: 0px
    }

    /* .image-icon .img_icon a {
        width: 30px !important;
        height: 30px;
        padding: 6px 7px;
    } */
}

@media(max-width:575px) {
    div#details-stock .modal-body {
    padding: 0 !important;
}
    div#filters .modal-body {
    padding: 10px 0 !important;
}
    .filters_wrap .filter_box.cert-check {
        justify-content: center !important;
    }

    .my_custom_row select {
        width: 260px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .top-tool-black {
        position: absolute;
        top: 6px;
        right: -19px;
        font-size: 19px !important;
    }

    .no-padding .input-group.input-group-sm {
        margin-left: -20px;
    }

    #button {
        position: unset !important;
        right: 0px
    }
}

@media(max-width:992px) {
    .col-md-4.no-padding {
        margin-bottom: 10px;
    }

    .filters_wrap .filter_box.cert-check {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
}



ul#tps_diamond_shapes span.img_shape {
    padding: 0;
}

/* .filter_box.cert-check { margin-top: 15px; } */
.container.ticker {
    color: #0a3a7b;
    font-size: 14px;
    padding: 10px;
}

@media(max-width:1251px) {
    .up_down_button {
        left: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width:1200px) {

    /*#list_container img.my-tooltip {width: 25%!important;}*/
    #list_container .col-sm-6.col-md-6.col-lg-6.col-xs-12 {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-md-5.col-lg-12.div-btn {
        text-align: center;
    }

    #button {
        position: unset !important;
        transform: translateX(0px) !important;
    }
}

@media only screen and (max-width:992px) {
    .input-group.input-group-sm {
        width: 100%;
    }

    .col-sm-4.col-xs-12.no-padding {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    img.my-tooltip {
        width: 40px !important;
    }

    /* .col-lg-12.spacer-bottom { margin-right: 93px; } */
    .Filter-dropdown-color ul.filter-color {
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .Filter-dropdown-color ul.filter-shape {
        padding: 0;
        display: flex;
        flex-wrap: wrap !important;
    }

    .image-icon .img_icon a svg {
        width: 18px;
        height: 18px;
        margin: auto;
    }
}

.text-right {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media (min-width:701px) and (max-width: 767px) {
    .diamond-detail-sort .text-right {
        width: 62%;
    }

    .input-group {
        margin: auto;
    }

    .filter_box.cert-check h3.filters_name.cert {
        width: 70px;
        margin: auto;
        margin-top: 7px !important;
    }

    #button {
        position: unset !important;
        transform: translateX(0px) !important;
    }

    .sort-btn {
        justify-content: center;
    }

    .Filter-dropdown-color ul.filter-shape {
        flex-wrap: wrap;
    }

    .Filter-dropdown-color ul.filter-color {
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .Filter-dropdown-color ul.filter-shape {
        padding: 0;
        display: flex;
        flex-wrap: wrap !important;
    }
}

@media (min-width:575px) and (max-width: 700px) {
    body .diamond-detail-sort .col-xs-12 {
        width: 100% !important;
    }

    .align-center {
        padding-left: 200px;
    }

    .diamond-detail-sort .text-right {
        margin: auto;
        width: 52%;
    }

    .diamond-detail-sort .sort-btn {
        padding: 15px 0px;
    }

    /* .col-lg-12.spacer-bottom { margin-right: -250px; } */
    #button {
        position: unset !important;
        right: 0px
    }

    #button {
        position: unset !important;
        transform: translateX(0px) !important;
    }

    .Filter-dropdown-color ul.filter-color {
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .Filter-dropdown-color ul.filter-shape {
        padding: 0;
        display: flex;
        flex-wrap: wrap !important;
    }
}

/* button.btn.btn-danger { margin-top: -11px; } */
.col-md-5.div-btn {
    margin-bottom: 10px;
}

@media(max-width:500px) {
    .text-right {
        text-align: center;
    }

    #button {
        position: unset !important;
        right: 0px
    }

    #button {
        position: unset !important;
        transform: translateX(0px) !important;
    }

    .Filter-dropdown-color ul.filter-color {
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .Filter-dropdown-color ul.filter-shape {
        padding: 0;
        display: flex;
        flex-wrap: wrap !important;
    }

    .text-right {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .diamond-detail-sort .dropdown-content {
        z-index: 2;
    }
}

@media(max-width:574px) and (min-width:501px) {

    /* .sort-btn { margin-left: 130px; } */
    .compare-image {
        margin-left: 126px;
    }

    .align-center {
        margin-left: 100px;
    }

    /* .all-dia { margin-right: 50px; } */
    body .diamond-detail-sort .col-xs-12 {
        width: 100% !important;
    }

    .diamond-detail-sort .text-right {
        margin: auto;
        width: 52%;
    }

    .diamond-detail-sort .sort-btn {
        padding: 15px 0px;
    }

    #button {
        position: unset !important;
        right: 0px
    }

    .Filter-dropdown-color ul.filter-color {
        padding: 0;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .Filter-dropdown-color ul.filter-shape {
        padding: 0;
        display: flex;
        flex-wrap: wrap !important;
    }
}

.my_custom_row {
    display: flex;
    gap: 15px;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}

.my_custom_row .div-btn {
    margin-left: auto;
}

.c-modal-dialog {
    max-width: 1500px;
    width: 100%;
}

.c-modal-dialog .modal-content {
    border-radius: 30px;
}

.c-modal-dialog .container {
    max-width: 1100px;
    width: 100%;
}

.modal-header:after,
.modal-header:before {
    display: none !important;
    content: " ";
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.fancybox-item.fancybox-close {
    font-size: 24px;
    color: #000;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 18px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

#button {
    /* display: inline-block; */
    background: linear-gradient(to top right, #cff3ff 0%, #cff3ff 5%, #cff3ff 100%) !important;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, .26) !important;
    width: 45px;
    height: 37px;
    text-align: center;
    border-radius: 4px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    /* opacity: 0; */
    /* position: absolute; */
    /* left: 0px; */
    right: 15%;
    color: black;
    transform: translateX(57px);
}

.sticky_row #button {
    right: -5%;
}

/* .sticky_row #button2 { right: -5%; } */
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #333;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.dropdown {
    position: unset;
    display: inline-block;
}

section.padding-two {
    position: relative;
    /* position: unset; */
}

/* .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; max-width:1680px !important; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; z-index: 1; width:100%; left:0; } */
.dropdown:hover .dropdown-content {
    display: block;
}

.Filter-dropdown-color .sticky_row .container.custom-container {
    padding: 0px 0px;
}

.Filter-dropdown-color .sticky_row .container.custom-container .row {
    margin: 0px 0px;
}

.Filter-dropdown-color .sticky_row .container.custom-container .row .filter_box.filter-flex ul.filter-color {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.diamond-detail-sort .text-right {
    gap: 10px;
}

.Filter-dropdown-color .sticky_row .container.custom-container .row .filter_box ul li {
    border: 3px solid transparent;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 9%);
    /* margin-left: 2px; */
    margin-left: 0;
    padding: 0px 0px;
}

.Filter-dropdown-color ul.filter-color {
    padding: 0;
    display: flex !important;
    flex-wrap: nowrap;
}

.Filter-dropdown-color .filter_box ul li {
    white-space: nowrap;
}

.Filter-dropdown-color h3.filters_name {
    /* float: left; */
    padding-right: 19px;
}

.Filter-dropdown-color ul.filter-shape {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.Filter-dropdown-color .filter_box.shapes.filter-flex ul li {
    padding: 5px 0px;
}

.Filter-dropdown-color select.input-sm {
    background: white !important;
}

.Filter-dropdown-color h3.filters_name.clarity-heading {
    padding-right: 30px;
}

.Filter-dropdown-color .filter_box.filter-flex ul.filters_field.clarity_list {
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

/*button2*/
.up_down_button svg#arrowIcon {
    font-size: 16px !important;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    bottom: 0px;
    left: -10px;
    right: 0px;
    fill: #fff;
}

button#scrollButton {
    display: inline-block;
    background: #1667BA;
    /* box-shadow: 0px 3px 1px 0px rgba(0,0,0,.26) !important; */
    width: 45px;
    height: 37px;
    text-align: center;
    border-radius: 4px;
    /* position: fixed; */
    border: 0px;
    right: 338px;
    transition: background-color .3s, opacity .0s, visibility .0s;
    margin-top: 8px !important;
}

.sticky_row #button2 {
    position: absolute;
    right: -5%;
}

#button2::after {
    /* content: "\f077"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 2em; line-height: 50px; color: #fff; */
    content: "\f078";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #333;
}

a#button2:hover {
    text-decoration: none;
}

#button2:hover {
    cursor: pointer;
    background-color: #333;
}

#button2:active {
    background-color: red;
}

#button2.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */
.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (max-width:768px) {

    #button_down2,
    #button2 {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    /* #button2 { margin: 30px; } */
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

/*button2*/
/*button_down2*/
/* #button_down2 { display: block; position: sticky; z-index: 555; top: 900px; background: linear-gradient(to top right, #cff3ff 0%, #cff3ff 5%, #cff3ff 100%) !important; box-shadow: 0px 3px 1px 0px rgba(0,0,0,.26) !important; width: 45px; height: 37px; text-align: center; border-radius: 4px; transition: background-color .3s, opacity .5s, visibility .5s; left: 100%; color: black; transform: translateX(44px); text-decoration:none; display: inline-block; background-color:orange; width: 50px; height: 50px; text-align: center; border-radius: 4px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; } */
#button_down2 {
    background: linear-gradient(to top right, #cff3ff 0%, #cff3ff 5%, #cff3ff 100%) !important;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, .26) !important;
    width: 45px;
    height: 37px;
    top: 21%;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    right: 0px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

a#button_down2:hover {
    text-decoration: none;
}

#button_down2::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: #333;
}

#button_down2:hover {
    cursor: pointer;
    background-color: orange;
}

#button_down2:active {
    background-color: #555;
}

#button_down2.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */
.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    /* #button_down2 { margin: 30px; } */
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

video.video-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 250px;
    height: 190px;
}

.video_show {
    /* width: 250px; */
    /* height: 186px; */
    position: relative;
}

.shop_item:hover .video-hover {
    opacity: 1;
}

.filter_box .filter-shade li {
    width: 150px !important;
    height: auto;
    font-size: 14px;
    flex: 0 0 13%;
}

.filters_wrap .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters_wrap .d-flex .custom_filers_tab {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filters_wrap .d-flex .cert-check button {
    background: transparent;
    border: none;
}

.text-right.justify-content-between {
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 95%;
    top: 6px;
}

.filter_boxs {
    margin-bottom: 17px;
    border: none;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
}
.filter_boxs.filter-flex h3.filters_name,
div#shade_title h3.filters_name,
div#div_color_filter h3.filters_name {
    text-align: left !important;
        /* font-size: 18px; */
        margin-bottom: 0;
}

.srch-filter {
    padding: 0 15px;
}
.dia-price-input .col-sm-6.input-style ,
.dia-carat-input .col-sm-6.input-style {
    padding: 5px 0;
}


.dia-price-input .col-sm-6.input-style input,
.dia-carat-input .col-sm-6.input-style input {
    background: #f5f5f5;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px !IMPORTANT;
    color: #000;
}

div#desktopFilter section.diamond-list-page .filters_wrap form#form .filter-flex {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.filter_boxs.total-header {
    margin-bottom: 30px;
}

ul.filters_field.clarity_list .active p {
    background: transparent !important;
    box-shadow: none !important;
}

.color-filter-s ul,
.filter-flex ul,
.filter_boxs.shapes.filter-flex ul,
ul.filters_field.clarity_list {
    padding-left: 0;
    /* padding-right: 15px; */
    margin-bottom: 0;
    text-align: start;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */margin-top: 5px;
}

.color-filter-s li,
.filter_boxs.shapes.filter-flex li {
    text-align: center;
    font-size: 14px;
    background: #EFEFEF;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    color: #000;
    text-transform: uppercase;
    height: 86px;
    flex: 1;
}

.color-filter-s li,
.filter_boxs.shapes.filter-flex li,
ul.filters_field.clarity_list li {
    text-align: center;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    color: #000;
    text-transform: uppercase;
    height: 86px;
    flex: 1;
   
}

ul.filters_field.clarity_list li {
    text-align: center;
    font-size: 14px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #000 !important;
    transition: all 0.2s ease-in-out;
    color: #000;
    text-transform: uppercase;
    height: fit-content;
    flex: 1;
    padding: 3px;
    /* margin-bottom: 30px !important; */
    /* box-shadow: 0 0 0 1px #000; */
    box-shadow: 0px 3px 1px 0px rgb(0 116 149 / 26%);
}

ul.filters_field.clarity_list li:hover {
    box-shadow: none;
}

.frn-width {
    margin-top: 30px;
}

div#videoModal .modal-header {
    flex-direction: row-reverse;
}

ul.filters_field.clarity_list li.active {
    /* box-shadow: 0px 0px 9px 0px rgb(181 185 180); */
    border: 1px solid #0E67BD !important;
    background: #EDF6FF;
    box-shadow: 0 0 0 1px #0E67BD;
}

ul.filters_field.clarity_list.cly-list {
    margin-top: 5px;
}

.input-group.cert-icon .cert_icon_block span.cert_text {
    font-size: 18px;
    /* margin-left: 15px; */
}

.filter_boxs.filter-flex.cft-list {
    margin-top: 15px;
}

.filter_box.carat-header li {
    margin: 0 !important;
}

.filter_box.carat-header ul {
    padding: 10px 0 !important;
    width: 100%;
}

ul.desktopCaratList {
    margin-top: 45px;
}

.filter-flex .filter_boxs.total-header h3.filters_name,
.filter-flex .filter_box.carat-header h3.filters_name.carat-up {
    margin-bottom: 0;
}

div#desktopFilter section.diamond-list-page .filters_wrap form#form .filter-flex .filter_boxs.total-header {
    padding-left: 0;
    padding-right: 0;
}

.filter-flex li {
    display: flex;
    list-style: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    line-height: normal;
    overflow: hidden;
}
.frdia-shape ul.filter-shape li,
div#div_color_filter ul.filter-color li {
    margin: 0;
    flex: none !important;
    width: 9%;
    padding: 5px;
    /* position: relative; */
    /* max-width: 95px; */
    /* word-break: break-word; */
         box-shadow: 0px 3px 1px 0px rgb(0 116 149 / 26%);
}

.frdia-shape ul.filter-shape li:hover,
div#div_color_filter ul.filter-color li:hover,
/* ul.desktopCaratList li.active, */
/* ul.filters_field.clarity_list li.active, */
.frdia-shape ul.filter-shape li.active,
div#div_color_filter ul.filter-color li.active {
    box-shadow: none !important;
}
div#div_color_filter ul.filter-color li {
    padding: 0px !important;
    overflow: hidden;
    height: 93px !important;
    /* width: 93px !important; */
}

span.diacol-name {
    position: absolute;
    bottom: 0;
    margin-bottom: 4px;
}

.filter_boxs.shapes.filter-flex li.active {
    border: 2px solid #0E67BD !important;
    color: #000;
    background: #EDF6FF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 9%);
}

li.active_Blue {
    border-color: #0E67BD !important;
    background: #EDF6FF !important;
border-width: 2px ! important;
}

li.active_Green {
    border-color: #60AB5E !important;
    background: #E9F5E6 !important;
border-width: 2px ! important;
}

li.active_Yellow {
    border-color: #E9D934 !important;
    background: #FFFCDD !important;
border-width: 2px ! important;
}

li.active_Pink {
    border-color: #B478A7 !important;
    background: #FEF2FB !important;
border-width: 2px ! important;
}

li.active_Purple {
    border-color: #B20A95 !important;
    background: #F5E0F2 !important;
border-width: 2px ! important;
}

li.active_Red {
    border-color: #E22C0C !important;
    background: #FFE6E2 !important;
border-width: 2px ! important;
}

li.active_Orange {
    border-color: #FF7137 !important;
    background: #FFEAE2 !important;
border-width: 2px ! important;
}

li.active_Black {
    border-color: #000000 !important;
    background: #EBEBEB !important;
border-width: 2px ! important;
}

li.active_Brown {
    border-color: #896738 !important;
    background: #cdb28e !important;
border-width: 2px ! important;
}

li.active_White {
    border-color: #FFFFFF !important;
    background: #f2f2f2 !important;
border-width: 2px ! important;
}

li.color_shade.idColorGreen.active,
li.color_shade.idColorGreen:hover {
    border-color: #067e15 !important;
}

.inner-block {
    position: relative;
    padding: 10px 8px;
    border-radius: 10px;
    border: 2px solid #fff !important;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 3px 1px #dfdfdf00;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    /* height: 86px; */
    flex: 1;
}

.canary {
    background: #ffff71;
}

.golden {
    background: #ffea25;
}

:is(.canary, .golden, .white) {
    color: #000 !important;
}

.baby_pink {
    background: #f29acf;
}

.rose_pink {
    background: #d84ca1;
}

:is(.purplish_pink_p, .purplish_pink_pr) {
    background: #a5357e;
}

.purple {
    background: #8a1b63;
}

:is(.reddish_cognac_o, .reddish_cognac_r) {
    background: #a22f05;
}

:is(.orangish_cognac_o, .orangish_cognac_r) {
    background: #ca5615;
}

.aqua_blue {
    background: #85b5e1;
}

.aqua_blue_2 {
    background: #85b5e1;
}

.sky_blue {
    background: #2b65b4;
}

.ocean_blue {
    background: #2b65b4;
}

.royal_blue {
    background: #0a3a7b;
}

.ice_green {
    background: #7ed168;
}

.ice_green_2 {
    background: #7ed168;
}

.emerald_green {
    background: #12a023;
}

.forest_green {
    background: #067e15;
}

.pine_green {
    background: #a3ebb7;
}

.c4 {
    background: #cdb28e;
}

.c5 {
    background: #ccaf87;
}

.c6 {
    background: #ac8a5b;
}

.c7 {
    background: #896738;
}

.black {
    background: #000;
}

.white {
    background: #fff;
    border-color: #ddd !important;
}

li.color_shade.idColorBlue.active,
li.color_shade.idColorBlue:hover {
    border-color: #0e3a79 !important;
}

li.color_shade.idColorGreen.active,
li.color_shade.idColorGreen:hover {
    border-color: #067e15 !important;
}

li.color_shade.idColorYellow.active,
li.color_shade.idColorYellow:hover {
    border-color: #feea46 !important;
}

li.color_shade.idColorPink.active,
li.color_shade.idColorPink:hover {
    border-color: #d94f9f !important;
}

li.color_shade.idColorPurple.active,
li.color_shade.idColorPurple:hover {
    border-color: #8b1e62 !important;
}

li.color_shade.idColorRed.active,
li.color_shade.idColorRed:hover {
    border-color: #a23113 !important;
}

li.color_shade.idColorOrange.active,
li.color_shade.idColorOrange:hover {
    border-color: #ca5724 !important;
}

li.color_shade.idColorBlack.active,
li.color_shade.idColorBlack:hover {
    border-color: #000000 !important;
}

li.color_shade.idColorBrown.active,
li.color_shade.idColorBrown:hover {
    border-color: #896738 !important;
}

li.color_shade.idColorBrown.active,
li.color_shade.idColorBrown:hover {
    border-color: #896738 !important;
}

.diamond-detail-sort.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1700px;
    width: 100%;
    z-index: 9;
    opacity: 1;
    background: rgba(245, 244, 247);
    margin: auto
}

#caratList li {
    cursor: pointer;
    /* padding: 6px 10px; */
    font-size: 11px;
    font-weight: 700;
}

#caratList li.active {
    border: 1px solid #0E67BD !important;
    color: #000;
    background: #EDF6FF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 9%);
}

#filters .modal-dialog,#compare-list-page  .modal-dialog{
    max-width: 1700px;
    width: 100%
        /* height: 100%; */
}

.modal-content .modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

#filters.modal.fade .modal-dialog ,#compare-list-page.modal.fade .modal-dialog{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#filters .filter_box.carat-header ul ,#compare-list-page .filter_box.carat-header ul{
    width: 100% !important
}

#filters.modal.fade.show,#compare-list-page.modal.fade.show {
    background: #0000009e;
}

#filters.modal.fade .modal-dialog {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#filters.modal.fade .close,#compare-list-page.modal.fade .close {
    font-size: 33px;
    font-weight: 600;
    opacity: 1;
    color: #000;
    margin-top: 0 !important;
    border: 1px solid #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 50%;
    padding: 0px !important;
    width: 40px;
    height: 40px;
}

#shade_title ul.filters_field11.auto-width {
    flex-wrap: nowrap;
    overflow-x: auto;
}

#shade_title ul.filters_field11.auto-width .inner-block {
    white-space: nowrap;
}

/* #shade_title ::-webkit-scrollbar { height: 10px; } #shade_title ::-webkit-scrollbar-track { background: #cfcece; } #shade_title ::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; } #shade_title ::-webkit-scrollbar-button:single-button { width: 10px; background-color: #d0d0d0; background-repeat: no-repeat; background-position: center; background-size: 8px; } #shade_title ::-webkit-scrollbar-button:single-button:horizontal:decrement { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='6,1 2,4 6,7' fill='black'/></svg>"); } ::-webkit-scrollbar-button:single-button:horizontal:increment { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><polygon points='2,1 6,4 2,7' fill='black'/></svg>"); } #shade_title ::-webkit-scrollbar-button:horizontal:start:increment, #shade_title ::-webkit-scrollbar-button:horizontal:end:decrement { display: none; } */
li.color_shade.idColorWhite .inner-block {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.filter_boxs .filters_field11 .color_shade {
    margin-bottom: 5px;
}

/* wrapper */
.filter-scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    overflow: hidden;
}

/* UL scroll */
.filters_field11 {
    display: flex;
    flex-wrap: nowrap;
    /* ❌ wrap band */
    gap: 10px;
    overflow-x: auto;
    /* ✅ real scroll */
    overflow-y: hidden;
    width: 100%;
    min-width: 0;
    /* ✅ flex bug fix */
    scroll-behavior: smooth;
    /* hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filters_field11::-webkit-scrollbar {
    display: none;
}

/* 🔥 MOST IMPORTANT LINE */
.filters_field11>li {
    flex: 0 0 auto;
    /* ❌ item shrink band */
}

/* arrows */
.scroll-btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #f1f1f1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.scroll-btn i {
    font-weight: 800;
    font-size: 20px;
}

.scroll-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn {
    box-shadow: none !important;
    border-radius: 30px !important;
    min-width: 148px;
    position: relative;
    padding: 3px 3px;
    text-transform: capitalize;
    border: 2px solid #0E67BD !important;
    border-radius: 30px;
    /* font-weight: 600; */
    /* min-width: 60px; */
    text-align: center;
    color: #333;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 19px;
    box-shadow: none !important;
    padding: 3px !important;
    justify-content: center;
}

select#location {
    width: 148px !important;
}

.email_modal .modal-body {
    background: none !important;
}

#DiamondDetails #productDetails .table-responsive .bullet-list td {
    font-size: 15px;
    padding: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#DiamondDetails #productDetails .product-gallery,
#productDetails .product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}

#productDetails .product-gallery {
    flex-direction: row !important;
        width: 100%;
}
#productDetails .product-gallery ul li img,
#productDetails .product-gallery ul li video {
    height: 100%;
    width: 100%;
}

#DiamondDetails #productDetails .product-gallery .slide_list_icon,
.product-gallery .new-left-icon .slide_list_icon {
    display: flex;
    flex-direction: column;
}

section#productDetails ul.slide_list_icon li {
    margin-left: 0 !important;
    height: 100px;
    width: 100px;
}

section#productDetails ul.slide_list_icon li svg {
    width: 60px !important;
    height: 60px !important;
}

section#productDetails ul.slide_list_icon {
    gap: 10px !important;
}

th,
td {
    text-align: center;
}

.text-danger {
    color: #e6110d;
}

.sample-text {
    color: #3cc1be;
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 0 0 0 150px;
}

.login {
    font-weight: 600;
    color: #5a72e8;
    cursor: pointer;
}

h4 {
    font-size: 15px;
}

.loc-msg {
    font-style: italic;
    font-size: 13px;
}

ul.product-links li a {
    font-size: 14px;
    /* padding-top: 15px; */
}

.product-details-narrow ul.product-links a i {
    padding: 0px 6px;
    line-height: unset;
}

ul.product-links li a i:before {
    /* border: 1px solid #CCC; */
    border-radius: 6px;
    float: left;
    font-size: 18px;
    /* height: 34px; */
    /* padding: 4px 0 0; */
    text-align: center;
    /* width: 38px; */
}

.social-list a {
    font-size: 22px;
    /* width: 50px; */
}

.product-options_footer1 .social-list a span {
    VERTICAL-ALIGN: middle;
}

ul.social-list li a {
    line-height: 28px;
    text-align: center;
}

.product-div.product-bg {
    height: auto;
    overflow: hidden;
}

.frdia-shape ul.filter-shape li {
    width: 8% !important;
}

.product-div.product-bg img {
    width: 275px;
    height: 275px;
    object-fit: cover;
    border-radius: 0px;
    margin: auto;
}

.product-div.product-bg .card-body {
    text-align: center;
}

.product-div.product-bg .card-body .price {
    font-size: 16px;
    font-weight: 600;
}

#productDetails .product-details-narrow .product-options_body .pull-back-button,
#productDetails .product-details-narrow .back_btn,
#productDetails .product-details-narrow .list-content.new-left-icon ul li,
#productDetails .product-details-narrow ul.social-list li a,
#productDetails .product-details-narrow .product-links li a {
    border: 1px solid #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    border-radius: 50%;
}

#productDetails .product-details-narrow .product-links li a {
    background-color: #fff !important;
    color: #333;
    /* float: left; */
    height: 60px;
    line-height: 23px;
    /* padding-top: 8px; */
    text-align: center;
    width: 60px;
    transition: all 0.35s ease;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#productDetails .product-details-narrow ul.social-list li a svg,
#productDetails .product-details-narrow .product-links li a svg {
    width: 30px;
    height: 30px;
    margin: 0;
    transition: all 0.5s ease-in;
}

#productDetails .product-details-narrow .product-options_body .table td {
    text-align: left;
    width: 50%;
    padding: 12px !important;
    font-size: 17px;
    text-transform: uppercase;
}

#productDetails .product-details-narrow .product-options_body .table tr td:first-child {
    width: 36%;
}

.m-afr {
    margin-right: 10px;
}

.m-bfr {
    margin-left: 10px;
}

button.more-details-btn {
    width: 100%;
}

.btn span,
.btn select,
.btn input {
    color: #FFF !important;
    background: linear-gradient(80deg, #99C5EC 20%, #73ABDB 100%) !important;
    width: 100%;
    display: flex;
    height: 35px;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    border: none !important;
    /* font-size: 13px; */
    /* text-transform: uppercase; */
}

.btn .custom_input_group #btn-search i {
    color: #fff !important
}

.btn .custom_input_group {
    border: none !important;
}

/* .custom_input_group input::placeholder{ color:#fff !important; opacity:1 !important; } */
.modal.fade .fancybox-close {
    font-size: 33px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    color: #000;
    margin-top: 0 !important;
    border: 1px solid #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 50%;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    top: 15px;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content .modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

#filters .modal-footer,#compare-list-page .modal-footer {
    text-align: center !important;
}

.ajs-button {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 30px;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.ajs-button:hover {
    color: #fff !important;
    background: #fff !important;
    border: 1px solid #0E67BD !important;
    background: linear-gradient(80deg, rgb(153, 197, 236) 20%, rgb(115, 171, 219) 100%) !important;
}

li.added.add_wish {
    position: relative;
}

li.added.add_wish span {
    background: #343434;
    border-radius: 50%;
    color: #FFF;
    font-size: 9px;
    position: absolute;
    width: 33px;
    height: 33px;
    line-height: 13px;
    right: -28px;
    top: 0;
    text-align: center;
}

#productDetails .product-details-narrow ul.social-list li a img.img-fluid {
    width: 30px;
    height: 30px;
    margin: 0;
    transition: all 0.5s ease-in;
}

section#productDetails .product-options_body.clearfix.wow.fadeInUp.table-responsive a:hover {
    text-decoration: none;
}

section#productDetails .product-gallery.vertical-pager1 ul.img_ul li.mySlides iframe {
    border-radius: 15px;
}

.row.marg-zo {
    margin: 0;
}

.up-dn-btn {
    position: relative;
}
a.gr-icon {
    cursor: pointer;
    z-index: 2;
}

.dia-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(255 255 255 / 40%); */
    display: flex;
    justify-content: center;
    align-items: baseline;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 5px 3px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
        margin-left: 10px;
}

#max-height-list ul#add_data li:hover .dia-overlay {
    opacity: 1;
}
#max-height-list ul#add_data li .dia-overlay a{
    min-width: 85px !important;
}
#max-height-list ul#add_data li .dia-overlay a span{
padding: 0 !important;
    font-size: 12px !important;
        height: 25px !important;
}

.dia-detail span {
    color: #000 !important;
}
/* .filter_box.carat-header{
    padding: 15px;
} */
 div#details-stock section#productDetails .row {
    margin: 0;
}
div#filters .modal-dialog,
div#details-stock .modal-dialog.c-modal-dialog {
    margin: auto !important;
    padding: 10px !important;
}
ul.img_ul .mySlides iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
}
#productDetails .product-gallery ul.img_ul {
    width: 100%;
}
div#shade_title li {
    border-width: 2px !important;
}

section#productDetails .custom-container .row {
    margin: 0;
}
a.btn.diabtn-compare {
    left: 10px;
}
div#compare-list-page {
    padding: 0 20px !important;
}
@media (max-width: 1450px) {
    /* .color-filter-s li, .filter_boxs.shapes.filter-flex li, ul.filters_field.clarity_list li {
    flex: none;
    width: 17%;
    font-size: 12px;
} */
    .color-filter-s ul, .filter-flex ul, .filter_boxs.shapes.filter-flex ul, ul.filters_field.clarity_list {
    gap: 9px;
}
.frdia-shape ul.filter-shape li, div#div_color_filter ul.filter-color li {
    font-size: 12px !important;
}
}
@media (max-width: 1500px) {
.input-group.cert-icon .cert_icon_block {
    flex-direction: column;
    gap: 5px;
}
}
@media (max-width: 1300px) {
    ul.filters_field.clarity_list li {
    flex: none;
}
    /* ul.img_ul .mySlides iframe {
    height: 300px;
    width: 300px;
} */
.frdia-shape ul.filter-shape li, div#div_color_filter ul.filter-color li {
    width: 80px !important;
    height: 80px !important;
}
.filter_box .list-input ul li {
    font-size: 12px;
}
}
@media (max-width: 1200px) {
    .filter_box .list-input ul li {
    width: 31%;
}
}
@media (max-width: 992px) {
    #max-height-list ul#add_data li .text-right.justify-content-between {
    flex-direction: row;
}
    .filter_boxs {
    padding: 15px 0;
}
    .filter_box .list-input ul li {
    width: 47%;
}
.frn-width {
    float: left;
    width: 100%;
}
.text-right {
    flex-direction: column;
}
}
@media (max-width: 875px) {
    .filters_wrap .d-flex .custom_filers_tab {
    align-items: flex-start;
    flex-direction: column;
}
}
@media (max-width: 768px) {
    .filter_box .list-input ul li {
    width: 100px;
}
.text-right {
    align-items: center;
}
/* .frdia-shape ul.filter-shape li, div#div_color_filter ul.filter-color li {
    width: 18%;
} */
}
section#product .custom-container .row.margin-35.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 0;
}
@media (max-width: 576px) {
    section#product {
    padding: 20px;
}
    section#product h3.title.font-additional.font-weight-bold.text-uppercase.wow.zoomIn {
    font-size: 17px;
}
    .diamond.column {
    min-width: 130px !important;
}
        div#compare-list-page .modal-body {
    padding: 15px 0 !important;
}
    div#compare-list-page .modal-header div {
    width: 100%;
}
    div#compare-list-page .modal-header {
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
}
    .c_head {
    font-size: 12px;
}
    .diamond.column.labels.dia-comp {
    min-width: 130px !important;
}
    div#compare-list-page {
    padding: 0 0px !important;
}
    div#filters .modal-content {
    margin: 0 !important;
}
    .diamond-list #add_data li {
    flex: 0 90% !important;
}
   div#filters .color-filter-s li,div#filters .filter_boxs.shapes.filter-flex li, ul.filters_field.clarity_list li {
    /* width: 60px; */
    font-size: 11px;
}
  div#filters .filter_boxs {
    padding: 0;
}
    #DiamondDetails #productDetails .product-gallery .slide_list_icon, .product-gallery .new-left-icon .slide_list_icon {
    flex-direction: row !important;
}
    #DiamondDetails #productDetails .product-gallery, #productDetails .product-gallery {
    flex-direction: column !important;
}
    section#productDetails ul.slide_list_icon li {
    height: 80px;
    width: 80px;
}
    .my_custom_row {
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 500px) {
    select#location {
    width: 100% !important;
}
    .m-bfr {
    margin-left: 0px;
}
    .filter_boxs.shapes.filter-flex li,
    .frdia-shape ul.filter-shape li, div#div_color_filter ul.filter-color li {
    width: 70px;
}
    .filter_box.my_custom_row button.btn.btn-primary.orange-button.btn-sm ,
    select#save_search_select ,
    .filters_wrap .d-flex .custom_filers_tab>*>* ,
    .filters_wrap .d-flex .custom_filers_tab>* ,
    .filters_wrap .d-flex .custom_filers_tab {
    width: 100%;
}
    .filters_wrap .d-flex {
    align-items: flex-start;
    flex-direction: column;
}
.diamond-list #add_data li {
    flex: 0 100% !important;
}
}

@media (max-width: 1600px) {
    ul.filters_field.clarity_list li p {
    font-size: 12px;
}
   div#filters i.icon-diamond-other:before {
    width: 40px;
    height: 40px;
    background-size: contain;
}
div#filters .filter_boxs.shapes.filter-flex ul.filter-shape li {
    font-size: 12px;
}
div#filters .filter-shape li i {
    font-size: 40px;
}
div#filters .filter_boxs.shapes.filter-flex ul.filter-shape li {
    font-size: 11px;
}
div#filters .filter_boxs.shapes.filter-flex ul.filter-shape{
    gap: 5px;
}
}
@media (max-width: 1650px) {
    .diamond-info span:not(:last-child)::after {
    margin: 0 5px;
}
    .diamond-title .price,
    p.diamond-info {
    font-size: 14px !important;
}
}
@media (max-width: 1400px) {
    div#filters ul.modalCaratList li {
    width: 90px !IMPORTANT;
}
    div#filters .filter-flex li {
    flex: none;
}
div#filters ul.filter-shape li{
    width: 86px;
}
    #max-height-list ul#add_data li {
    width: 23%;
}
    #productDetails .product-details-narrow .product-options_body .table td {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
    .row.hf-diatable .col-md-6 {
    padding: 0;
}
#productDetails .product-details-narrow .product-options_body .table td {
    word-break: break-word;
}
section#productDetails ul.slide_list_icon li {
    height: 80px;
    width: 80px;
}
}

a.my-tooltip.pull-back-button.my-dropdown.pull-right.back_btn.mobile_none {
    display: none !important;
}


div#filters .modal-content {
    margin: 0 20px;
}
@media(max-width: 576px){
li.color_shade.idColorBlue:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorGreen:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorYellow:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorPink:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorPurple:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorRed:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorOrange:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorBlack:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorBrown:hover {
    border-color: #ddd !important;
}

li.color_shade.idColorBrown:hover {
    border-color: #ddd !important;
}






    li.color_shade.idColorBlue.active{
    border-color: #0e3a79 !important;
}

li.color_shade.idColorGreen.active{
    border-color: #067e15 !important;
}

li.color_shade.idColorYellow.active{
    border-color: #feea46 !important;
}

li.color_shade.idColorPink.active{
    border-color: #d94f9f !important;
}

li.color_shade.idColorPurple.active{
    border-color: #8b1e62 !important;
}

li.color_shade.idColorRed.active{
    border-color: #a23113 !important;
}

li.color_shade.idColorOrange.active{
    border-color: #ca5724 !important;
}

li.color_shade.idColorBlack.active{
    border-color: #000000 !important;
}

li.color_shade.idColorBrown.active{
    border-color: #896738 !important;
}

li.color_shade.idColorBrown.active{
    border-color: #896738 !important;
}
}