.page-template-diamonds_template section.content-header {
    border-bottom: 1px solid #000;
}

.page-template-diamonds_template p.page_subhead {
    max-width: 800px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

section.diamond_header_ctas {
    padding: 32px 0px;
    border-bottom: 1px solid #000;
}
section.diamond_header_ctas p {
    margin-bottom: 0px;
}
section.diamond_header_ctas a {
    display: block;
    text-align: center;
    padding: 15px 0px;
}

.search_container {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

section.diamond_filters{
    padding-bottom: 50px;
}
.filter_title{
    border-bottom: 1px solid var(--citrine);
}
.filter_title p{
    font-weight: bold;
    margin-bottom: 4px;
}
.d_filter{
    padding-top: 50px;
    position: relative;
}
    .d_filter.carat{
        padding-top: 37px;
    }
    .d_filter.price{
        padding-top: 40px;
    }
.d_filter button {
    background: none;
    outline: 0px;
    border: 1px solid var(--onyx-light);
}
    .d_filter button.active svg path {
        fill: var(--citrine);
    }
    .filter_buttons button.primary {
        border-left: 0px;
        font-size: 12px;
        text-transform: none;
        padding: 15px 0px;
    }
        .filter_buttons button.primary:first-of-type {
            border-left: 1px solid;
        }


.filter_buttons {
    display: flex;
    padding-top: 15px;
}
.filter_buttons button {
    display: inline-block;
    width: 100%;
}
.filter_buttons button.active{
    text-decoration: none;
    background: var(--onyx);
    color: var(--pearl);
}


.search_results{
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.search_results::-webkit-scrollbar {
  display: none;
}
.result_item_row {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.result_item {
    border-left: 1px solid rgb(0 0 0 / 10%);
}
    .result_item.price-col {
        border-right: 1px solid rgb(0 0 0 / 10%);
    }

.search_header {
    background-color: rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-size: 14px;
}
.search_header .sort_this svg line {
    stroke: var(--chalcedony);
}
    .search_header .header_item.active .sort_this svg line {
        stroke: var(--onyx);
    }
    .sortable.asc svg {
        transform: scaleY(-1);
    }
.search_results .result_item_row:nth-child(even){
    background: #fff;
}

.header_item p, .result_item p {
    margin-bottom: 14px;
    margin-top: 14px;
    font-size: 13px;
}
.header_item.price_sort p, .header_item.carat_sort p{
    padding-left: 0px;
    cursor: pointer;
}

.result_item_details button.accordion-title.button_text {
    text-transform: none;
}

.result_item_row.missing_info{
    background-color: rgb(255 11 57 / 10%) !important
}
.results_header{
    cursor: pointer;
}
.results_header.activated{
    background: var(--chalcedony);
    color: #fff;
}

.result_item_details iframe{
    width: 100%;
}
.result_item_details span.att_label {
    text-transform: none;
    font-weight: bold;
}
.result_item_details {
    background: var(--pearl);
    padding: 32px 81px;
    border-left: 1px solid rgb(0 0 0 / 10%);
    border-right: 1px solid rgb(0 0 0 / 10%);
}
.search_selectors {
    margin-top: 20px;
}
.search_selectors button.secondary{
    width: 100%;
}
.search_selectors a.button_primary{
    display: block;
    width: 100%;
    text-align: center;
}

.advanced_filters{
    display: none;
}
.advanced_filters_button button {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    margin-top: 60px;
}

.advanced_filters_button button.opened span {
    transform: scaleY(-1);
}

/*--Rush shipping filter--*/
.results_count {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.results_count > p {
    font-size: 18px;
}
.location_filter {
    display: flex;
    align-self: end;
}
.location_filter label{
    display: flex;
    align-items: center;
}
.location_filter input{
    margin-top: 0px;
    margin-right: 3px;
    height: 15px;
    width: 15px;
    accent-color: var(--onyx);
}
.location_filter svg{
    cursor: pointer;
}
span.tooltip-icon.rush_shipping{
    margin-left: 0px;
}
@media (min-width:992px){
    .results_count > p {
        font-size: 39px;
    }
    .results_count {
        justify-content: unset;
    }
}

/*--noUI--*/
.nuslider{
    margin-top: 20px;
}
.nuslider .slider__range {
    display: none;
}
.noUi-connects {
    background-color: var(--jade);
    border-radius: 10px;
}

.noUi-horizontal {
    height: 10px;
    border: none;
    width: 98%;
}

.noUi-handle::before, .noUi-handle::after {
    content: none;
}
.noUi-connect {
    background-color: var(--tourmaline);
}
.noUi-handle.noUi-handle-lower, .noUi-handle.noUi-handle-upper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #3E3C39;
    box-shadow: none;
    cursor: pointer;
}
/*.noUi-handle.noUi-handle-upper {
    right: 0px;
}*/

.d_filter input[type=text] {
    background: var(--pearl);
    border: 1px solid;
    padding: 10px;
    height: 30px;
    width: 100px;
    text-align: center;
    font-size: 12px;
}
.d_filter input.slider__input-max {
    float: right;
}


@media (min-width:992px){
    section.diamond_header_ctas a {
        display: inline-block;
        padding: 15px 15px;
    }
    .filter_buttons button.primary {
        padding: 15px 15px;
    }
    .header_item.price_sort p, .header_item.carat_sort p {
        padding-left: 15px;
    }
    .header_item p, .result_item p{
        font-size: inherit;
    }

}


/*--Shape Stylings--*/
.filter_options.shape_filter {
    display: flex;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-right: 30px;
}
    .d_filter .shape_filter button {
        border: 0px;
    }
        .d_filter .shape_filter button p {
            margin-bottom: 0px;
            font-size: 12px;
        }

.shape_arrows {
    position: absolute;
    background: var(--pearl);
    text-align: center;
    z-index: 999;
    padding: 20px 5px 20px 5px;
    cursor: pointer;
}
    .shape_arrows line {
        stroke: var(--onyx);
    }
.shape_arrows.left{
    left: 0px;
    bottom: 0px;
    display: none;
}
.shape_arrows.right {
    right: 0px;
    bottom: 0px;
}

.filter_options.shape_filter::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.filter_options.shape_filter{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width:1400px){
    .filter_options.shape_filter{
        justify-content: space-between;
        gap:  0px;
    }
    .shape_arrows{
        display: none;
    }
}