/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#lgd-content {
    padding: 0 10px;
}

#lgd-search, #lgd-search-result {
    width: 100%;
    /*padding: 20px 25px;*/
}

#lgd-search-result {
    margin-top: 10px;
}

#lgd-search-result .error {
    background-color: #FFEBE8;
    border-radius: 4px;
    color: black;
    font-size: 24px;
    max-width: 80%;
    margin: 2% auto;
    border: none;
    padding: 1%;
    text-align: center;
}

/*Search*/
.diamond_shape_filter .shape_sub_filter {
    width: 9%;
    text-align: center;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 10px;
    margin: 1px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.diamond_shape_filter {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.diamond_shape_filter .shape_sub_filter label img {
    width: 100%;
    padding: 20%;
}

.ring_style_filter .style_input .ring_style_input {
    position: absolute;
    margin: 5px;
    height: 20px;
    width: 20px;
}

.checkmark {
    top: 10px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #faf7f1;
    border: 1px solid #151516;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 13px -6px rgba(0, 0, 0, 0.75);
}


/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #151516;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #151516;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: relative;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.diamond_filter_master .range_sliders {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-top: 20px;
}
.diamond_filter_master .range_sliders .sub_slider_section .sub_slider_title {
    width: 100%;
    font-weight: 600;
}

.diamond_filter_master .range_sliders .sub_slider_section .sub_section_main {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    z-index: 1;
}

.irs--round .irs-handle {
    border: 4px solid #151516 !important;
}

.irs--round .irs-handle {
    top: 26px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 24px;
    background-color: #151516 !important;
}

.irs--round .irs-bar {
    background-color: #151516 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #151516 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #151516 !important;
}

.jb_button {
    background-color: #151516;
    border: none;
    color: #faf7f1;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    white-space: nowrap;
}

#sort_by {
    padding: 7px;
    background-color: transparent;
    border: 2px solid #151516;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    min-width: 50px !important;
    line-height: 1 !important;
    width: fit-content !important;
    max-width: 250px !important;
    text-align: center;
}

.advanced_filter_button select {
    margin: 5px;
}

@media (min-width: 500px) {
    #dia_compare {
        display: flex;
        justify-content: center;
    }

    #lgd-search-result-compare {
        text-align: center;
    }
}

.jb_button:hover {
    background-color: black;
    color: #fff;
}

.diamond_shape_filter .shape_sub_filter label span.shape_title {
    width: 100%;
    text-align: center;
    font-size: 110%;
    color: black;
}

table.dia_list {
    border: 1px solid #151516 !important;
}

table.dia_list thead th {
    border: 1px solid #151516;
    background-color: #151516;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    position: sticky;
    top: 0;
    /* z-index: 1; */
}

.diamond_list {
    overflow: auto;
    height: 800px;
}

table.dia_list tbody tr {
    border-left: 2px solid #151516 !important;
    border-right: 2px solid #151516 !important;
}

table.dia_list tbody tr td {
    background-color: transparent;
    border-bottom: 1px solid #151516;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}

.compare_button {
    margin-bottom: 5px;
}

#dia_compare th {
    padding: 10px 15px !important;
    border: 1px solid #efefef !important;
    white-space: nowrap;
}

#dia_compare td {
    border: 1px solid #efefef !important;
    color: black;
    border-spacing: 0px;
    white-space: nowrap;
}

#dia_compare table tr:nth-of-type(even) td {
    background-color: #f6f6f6;
}

.tooltiptext {
    font-size: 13px;
    padding: 10px;
    background-color: #d2d2d2;
    border-radius: 10px;
    position: absolute;
    margin-left: 10px;
}

.dia_list tr:hover {
    background-color: #F9F5F1;
    color: white;
}

.dia_list tr td {
    /*color: white;*/
}

.flex_item:nth-of-type(even) {
    background-color: #f6f6f6;
}

.flex_item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex: 1;
    font-size: 14px;
}

.flex_sub_details {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.flex_details {
    display: flex;
    flex-direction: column;
}

.dia_detail {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

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

.compare_diamond_data_title h4 {
    color: #151516;
}

@media (max-width: 500px) {
    .diamond_asset_section {
        width: 100% !important;
    }

    .diamond_detail_section {
        width: 100% !important;
        margin-top: 15px;
        padding: 0px !important;
    }

    .dia_detail {
        flex-direction: column;
    }

    .compare_diamond_data_title {
        flex-direction: column;
    }
}

@media (max-width: 414px) {
    .diamond_shape_filter .shape_sub_filter {
        width: 30% !important;
        margin: 3px !important;
    }
}

@media (min-width: 360px) and (max-width: 1024px) {
    .diamond_shape_filter .shape_sub_filter {
        width: 20%;
        padding-top: 10px;
    }

    .diamond_filter_master {
        padding: 0 30px;
    }

    .diamond_shape_filter .shape_sub_filter label img {
        padding: 10px;
    }

    .diamond_filter_master .range_sliders {
        justify-content: flex-start;
    }
}

@media (max-width: 500px) {
    .dia_image {
        height: auto !important;
        margin-bottom: -20px !important;
        margin-top: -10px !important;
    }
}

@media (min-width: 500px) {
    .diamond_filter_master .range_sliders .sub_slider_section .sub_section_main {
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media (min-width: 360px) and (max-width: 1024px) {
    .diamond_shape_filter .shape_sub_filter label img {
        padding: 10px;
    }
}


.diamond_filter_master .range_sliders .sub_slider_section {
    width: 47%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: center;
}

@media (max-width: 1900px) {
    .diamond_filter_master .range_sliders .sub_slider_section {
        width: 47%;
    }
}

@media (max-width: 1160px) {
    .diamond_filter_master .range_sliders .sub_slider_section {
        width: 100% !important;
    }
}

.yo-button-range-slider {
    justify-content: flex-start !important;
}

.extra-controls {
    display: flex;
    justify-content: space-between;
}

.extra-controls input {
    width: 100px;
    background-color: #fff !important;
    border: 2px solid #151516 !important;
    border-radius: 10px;
    margin: 0 5px !important;
    text-align: center !important;
    color: black !important;
    font-weight: 700 !important;
}

/* Loader Start */

.lgd-loader {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #151516;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

/*Loader Ends*/

/*Pagination Starts*/
.dia_pagination .custom-pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 10px;
}

.dia_pagination .custom-pagination li {
    width: auto;
    padding: 5px 10px;
    border: 1px solid #151516;
    border-radius: 5px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
}

.dia_pagination .custom-pagination li a {
    color: #151516;
}

.dia_pagination .custom-pagination li.active_pagination {
    border: 1px solid #151516;
    background-color: #151516;
    color: #FFFFFF;
}

.dia_pagination .custom-pagination li.active_pagination a {
    color: #FFFFFF;
}

.jb_mobile_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white;
    border: 1px solid #000;
    padding: 7px;
    color: black;
    max-width: 360px;
    margin: 15px auto;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
}

#lgd-contact-form, #natural-contact-form {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
}

#lgd-contact-form > p, #natural-contact-form > p {
    text-align: center;
    color: black;
    font-family: Mulish;
    letter-spacing: 1px;
    font-size: 18px !important;
}

#lgd-search-result .toggle_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin: 0;
}

#lgd-search-result .toggle_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#lgd-search-result .toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#lgd-search-result .toggle_slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#lgd-search-result input:checked + .toggle_slider {
    background-color: black;
}

#lgd-search-result input:focus + .toggle_slider {
    /*box-shadow: 0 0 1px black;*/
}

#lgd-search-result input:checked + .toggle_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#lgd-search-result .toggle_slider.round {
    border-radius: 34px;
}

#lgd-search-result .toggle_slider.round:before {
    border-radius: 50%;
}

/*Pagination Ends*/

/* Modal CSS */
.higher_z {
    z-index: 1000 !important; /* Sit on top */
}

.lower_z {
    z-index: 500 !important; /* Sit on top */
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    padding-top: 100px !important;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe !important;
    margin: 0 auto !important; /* 15% from the top and centered */
    padding: 20px !important;
    border: 1px solid #888 !important;
    width: 75% !important; /* Could be more or less, depending on screen size */
}

@media (max-width: 500px) {
    .modal-content {
        margin: 0 auto;
    }

    .modal {
        padding-top: 90px;
    }
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px !important;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* End Model CSS */

#firstpage-lab-grown-diamonds {
    margin: auto;
    display: flex;
    flex-flow: column;
    max-width: 850px;
    margin-top: 30px;
}

#firstpage-lab-grown-diamonds > p {
    text-align: left;
    font-size: 18px;
}

#firstpage-lab-grown-diamonds p,
li {
    color: #000;
}

#firstpage-lab-grown-diamonds h2 {
    color: #000;
    font-weight: 400 !important;
}

#firstpage-lab-grown-diamonds .firstpage-content {
    justify-content: center;
    align-items: center;
}

#firstpage-lab-grown-diamonds .firstpage-content details {
    font-family: 'roboto', sans-serif;
}

#firstpage-lab-grown-diamonds .firstpage-content summary {
    transition: background .75s ease;
    width: 100%;
    outline: 0;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #f8f8f8;
    margin: 15px 0;
}

#firstpage-lab-grown-diamonds .firstpage-content h3,
.firstpage-content h2 {
    color: #000000;
    font-family: 'Mulish';
    font-size: 2.15rem;
    text-align: left;
    margin-bottom: 0;
    padding: 15px;
    text-shadow: none;
    margin: 0 !important;
    font-weight: 400;
}

#firstpage-lab-grown-diamonds h1,
#firstpage-lab-grown-diamonds h2 {
    margin: 15px 0;
    font-family: "Playfair Display", Sans-serif;
}

#firstpage-lab-grown-diamonds a {
    color: #f4743f;
}

#firstpage-lab-grown-diamonds .firstpage-content details p {
    color: #000;
    padding: 0 25px 15px 25px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: calc(1.2 * 1rem);
    margin: 0;
    text-shadow: none;
}

#firstpage-lab-grown-diamonds .firstpage-content summary::after {
    font-weight: 900;
    content: "\002B";
    font-weight: bold;
    display: inline-block;
    padding-right: 35px;
    font-size: 18px;
    color: #000000;
}

#firstpage-lab-grown-diamonds .firstpage-content details[open] summary::after {
    content: '\2212';
    font-weight: bold;
    display: inline-block;
    padding-right: 15px;
    font-size: 18px;
    color: #000000;
}

#firstpage-lab-grown-diamonds .firstpage-content details summary::-webkit-details-marker {
    display: none;
}

/* CHECKBOX CONTAINER STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
#firstpage-lab-grown-diamonds [type="checkbox"] {
    display: none;
}

#firstpage-lab-grown-diamonds label {
    background: transparent;
    display: block;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: top .45s cubic-bezier(.44, .99, .48, 1);
    position: relative;
    margin: 0;
    color: black;
}

/* * use the rule below for testing purposes * label:hover{* background: yellow; *}*/
#firstpage-lab-grown-diamonds label:before,
#firstpage-lab-grown-diamonds label:after {
    position: absolute;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}

#firstpage-lab-grown-diamonds label:before {
    content: 'Read More';
}

/* label:after{content: '⇣'; right: 10px; -webkit-animation: sudo .85s linear infinite alternate; animation: sudo .85s linear infinite alternate;}*/
@keyframes sudo {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

#firstpage-lab-grown-diamonds input[type="checkbox"]~div {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height .45s cubic-bezier(.44, .99, .48, 1);
}

/* CHECKED STATE STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
#firstpage-lab-grown-diamonds [type="checkbox"]:checked~div {
    /** * the value of the `max-height` property specifies the transition speed * set a very big value (e.g. 9999px) to see the difference */
    max-height: 9999px;
}

#firstpage-lab-grown-diamonds [type="checkbox"]:checked+label {
    top: 100%;
}

#firstpage-lab-grown-diamonds [type="checkbox"]:checked+label:before {
    content: 'Read Less';
}

/* .tab_row button:hover,.tab_row  button:focus{
    background-color: transparent !important;
} */