.top-block-label .filter-label {
    margin: 16px 0px;
}

.irs--flat {
    height: 80px;
}

.irs-grid-pol.small {
    height: 4px;
    display: none;
}

.irs-grid {
    bottom: unset;
    height: unset;
}

.irs--flat.irs-with-grid {
    height: 80px;
}

.irs--flat .irs-handle > i:first-child {
    display: none;
}

.irs--flat .irs-handle {
    width: 18px;
    height: 40px;
    background: #fff;
    border: 1px solid #d5d7d8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 14px;
    z-index: 2;
}

.irs--flat .irs-grid-text {
    color: #999;
    font-size: 12px;
}

.irs-grid-text {
    line-height: 45px;
}

.price_block .irs--flat .irs-bar, .carat_block .irs--flat .irs-bar {
    background: #8c774c;

}

.irs--flat .irs-bar {
    background: -webkit-gradient(linear, left top, right top, from(#c19d65), color-stop(50%, #c19d65), to(#8c774c));
    background: linear-gradient(90deg, #c19d65, #c19d65 50%, #8c774c);

}

.irs--flat .irs-bar, .irs--flat .irs-line {
    height: 18px;
}

.filter-label {

    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 30px 0px;
}

.irs-grid-pol {
    position: absolute;
    top: 7px;
    left: 0;
    width: 1px;
    height: 18px;
    z-index: 1;
    background: #fff;
}

.filter-content {
    padding: 0 15px;
    /* max-height: 0; */
    -webkit-transition: max-height .25s, visibility .25s, padding-bottom .15s;
    transition: max-height .25s, visibility .25s, padding-bottom .15s;
    /* overflow: hidden;
    visibility: hidden; */
}


.slider-wrapper .slider-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.slider-wrapper fieldset legend {
    float: none;
}

.slider-wrapper fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.slider-wrapper .slider-inputs {
    margin-top: 8px;
}

.slider-wrapper .slider-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.form-field-wrapper.has-text input + label {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity .3s;
    transition: visibility 0s linear 0s, opacity .3s;
}

.screen-reader-only {
    border: 0;
    clip: #000;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.slider-wrapper .slider-inputs > .form-field-wrapper:last-child {
    position: absolute;
    right: 0;
}

.form-field-wrapper {
    width: 128px;
}

.form-field-wrapper {
    position: relative;
}

.form-field-wrapper.has-text input + label {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity .3s;
    transition: visibility 0s linear 0s, opacity .3s;
}

.form-field-wrapper .form-superscript:before {
    left: -5px;
}

.form-field-wrapper .form-superscript:after {
    right: -5px;
}

.form-field-wrapper .form-superscript:after, .form-field-wrapper .form-superscript:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    top: 0;
    width: 5px;
    background-color: #fff;
}

.form-field-wrapper .form-superscript {
    position: absolute;
    top: -3px;
    left: 16px;
    font-size: 12px;
    line-height: 12px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0s, opacity .3s;
    transition: visibility 0s linear 0s, opacity .3s;
}

.form-field-wrapper input.form-field {
    margin: 0;
}

.form-field-wrapper input.form-field {
    margin: 0;
}

.form-field-wrapper .form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #888;
    /* font-size: 12px; */
    letter-spacing: 1px;
    line-height: 24px;
    padding: 10px 15px !important;
    margin-top: 15px;
    width: 100%;
}

.form-field-wrapper input {
    background-color: #fff;
    font-variant: lining-nums;
}


    .filter-content .shape-filter {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -20px;
    }


.shape-filter-button {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}


.shape-filter-button-inner {
    height: 24px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #757575;
        background-color: #fff;
        width: 100%;
        position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shape-filter-button-inner input[type="checkbox"] {
    display: none;
cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    margin: 0px;
}

.shape-filter-button-inner input[type="checkbox"]:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.shape-filter-button-inner input[type="checkbox"]::-ms-check {
    display: none;
}
.shape-filter-button-inner.selected {
    background-color: #8c774c;
    border: 1px solid #8c774c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


    .shape-filter-button .checkbox-wrapper {
        height: 24px;
        display: none;
        text-align: center;
    }


.shape-filter-button-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #4a4a4a;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
}



.shape-filter .shape-filter-icon.diamond-search-sprite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shape-filter .shape-filter-icon.diamond-search-sprite.CU,
.shape-filter .shape-filter-icon.diamond-search-sprite.CU-white,
.shape-filter .shape-filter-icon.diamond-search-sprite.EC,
.shape-filter .shape-filter-icon.diamond-search-sprite.EC-white,
.shape-filter .shape-filter-icon.diamond-search-sprite.MA,
.shape-filter .shape-filter-icon.diamond-search-sprite.MA-white,
.shape-filter .shape-filter-icon.diamond-search-sprite.OV,
.shape-filter .shape-filter-icon.diamond-search-sprite.OV-white {
    margin-top: -1px;
}
.shape-filter .small-shape-filter-icon.diamond-search-sprite {
    display: block;
}


.shape-filter .bn-checkbox {
    display: none;
}


.shape-filter .bn-checkbox .new-checkbox:after {
    left: 3px;
}


.certificate_lab .shape-filter-button {
    width: 10%;
    padding: 6px 8px;
    padding-bottom: 15px;
    font-size: 13px;
}
@media (max-width: 767px) {
.certificate_lab .shape-filter-button {
    width: 20%;
    padding: 6px 8px;
    padding-bottom: 6px;
    font-size: 13px;
}
}

.certificate_lab .shape-filter-button-inner {
    height: 28px;
}

.certificate_lab .-white {
    color: #fff;
}

.certificate_lab .shape-filter-icon {
    vertical-align: middle;
    line-height: 2.3;
}

.filters-overflow-button, .filters-overflow-button:active, .filters-overflow-button:focus {
    height: 40px;
    /* width: 117px; */
    color: #fff;
    background: #8c774c;
    border: 1px solid #8c774c;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 10px;
    vertical-align: middle;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    bottom: -40px;
    position: absolute;
    padding-left: 10px;
    padding-right: 11px;
    cursor: pointer;
}

.filters-overflow-button .extra {
    display: none;
}

.filters-overflow-button .icon-component.chevron {
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 0 0 2px 5px;
}

.filters-overflow-button .icon-component.chevron svg {
    width: 10px;
    height: 8px;
    fill: #ffffff !important;
}

.filters-overflow-button .icon-component.chevron svg path {

    fill: #ffffff !important;
}

.icon-component {
    display: inline-block;
    width: 14px;
    margin: auto;
}

.icon-component svg:not(:root) {
    display: block;
    width: 100%;
    height: auto;
}

.overflow-filter {
    display: none;
}

.filter-main {
    margin-bottom: 90px;
    border-bottom: #d5d7d8 solid 1px;
    z-index: 1;
}

.filters-overflow-button.fewer .icon-component.chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.diamond-search-sprite {
    background-repeat: no-repeat;
    background-image: url(img/diamond-search-sprites.svg);
    background-size: 1.79em 1.56em;
    font-size: 100px
}

.diamond-search-sprite.AS {
    background-position: 0 -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.AS-360 {
    background-position: -.2996em 0;
    width: .2995em;
    height: .2623em
}

.diamond-search-sprite.AS-red {
    background-position: -.2104em -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.AS-white {
    background-position: -.4208em -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.CU {
    background-position: -.57em -1.0981em;
    width: .2251em;
    height: .2249em
}

.diamond-search-sprite.CU-360 {
    background-position: -.5991em 0;
    width: .2995em;
    height: .2852em
}

.diamond-search-sprite.CU-red {
    background-position: -.7951em -1.0981em;
    width: .2251em;
    height: .2249em
}

.diamond-search-sprite.CU-white {
    background-position: -1.0202em -1.0981em;
    width: .2251em;
    height: .2249em
}

.diamond-search-sprite.EM {
    background-position: 0 -1.0981em;
    width: .19em;
    height: .2457em
}

.diamond-search-sprite.EM-360 {
    background-position: 0 -.545em;
    width: .2995em;
    height: .2895em
}

.diamond-search-sprite.EM-red {
    background-position: -.19em -1.0981em;
    width: .19em;
    height: .2457em
}

.diamond-search-sprite.EM-white {
    background-position: -.38em -1.0981em;
    width: .19em;
    height: .2457em
}

.diamond-search-sprite.HE {
    background-position: -1.358em 0;
    width: .2122em;
    height: .2101em
}

.diamond-search-sprite.HE-360 {
    background-position: -.2996em -.2623em;
    width: .2995em;
    height: .2602em
}

.diamond-search-sprite.HE-red {
    background-position: -1.358em -.2101em;
    width: .2122em;
    height: .2101em
}

.diamond-search-sprite.HE-white {
    background-position: -1.358em -.4202em;
    width: .2122em;
    height: .2101em
}

.diamond-search-sprite.MA {
    background-position: 0 -.8345em;
    width: .17em;
    height: .2636em
}

.diamond-search-sprite.MA-360 {
    background-position: -.8986em 0;
    width: .2994em;
    height: .2993em
}

.diamond-search-sprite.MA-red {
    background-position: -.17em -.8345em;
    width: .17em;
    height: .2636em
}

.diamond-search-sprite.MA-white {
    background-position: -.34em -.8345em;
    width: .17em;
    height: .2636em
}

.diamond-search-sprite.OV {
    background-position: -.51em -.8345em;
    width: .18em;
    height: .2482em
}

.diamond-search-sprite.OV-360 {
    background-position: -.2995em -.545em;
    width: .2995em;
    height: .2842em
}

.diamond-search-sprite.OV-red {
    background-position: -.69em -.8345em;
    width: .18em;
    height: .2482em
}

.diamond-search-sprite.OV-white {
    background-position: -.87em -.8345em;
    width: .18em;
    height: .2482em
}

.diamond-search-sprite.PR {
    background-position: -1.2624em -1.3438em;
    width: .21em;
    height: .21em
}

.diamond-search-sprite.PR-360 {
    background-position: 0 0;
    width: .2996em;
    height: .2602em
}

.diamond-search-sprite.PR-red {
    background-position: -1.5702em 0;
    width: .21em;
    height: .21em
}

.diamond-search-sprite.PR-white {
    background-position: -1.5702em -.21em;
    width: .21em;
    height: .21em
}

.diamond-search-sprite.PE {
    background-position: -1.198em 0;
    width: .16em;
    height: .2477em;
}

.diamond-search-sprite.PE-360 {
    background-position: 0 -.2602em;
    width: .2996em;
    height: .2848em
}

.diamond-search-sprite.PE-red {
    background-position: -1.198em -.2477em;
    width: .16em;
    height: .2477em
}

.diamond-search-sprite.PE-white {
    background-position: -1.198em -.4954em;
    width: .16em;
    height: .2477em;

}

.diamond-search-sprite.RA {
    background-position: -.6312em -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.RA-360 {
    background-position: -.8986em -.2993em;
    width: .2994em;
    height: .2608em
}

.diamond-search-sprite.RA-red {
    background-position: -.8416em -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.RA-white {
    background-position: -1.052em -1.3438em;
    width: .2104em;
    height: .2107em
}

.diamond-search-sprite.RO {
    background-position: -1.358em -.6303em;
    width: .2114em;
    height: .2114em
}

.diamond-search-sprite.RO-360 {
    background-position: -.5991em -.2852em;
    width: .2995em;
    height: .2535em
}

.diamond-search-sprite.RO-red {
    background-position: -1.358em -.8417em;
    width: .2114em;
    height: .2114em
}

.diamond-search-sprite.RO-white {
    background-position: -1.358em -1.0531em;
    width: .2114em;
    height: .2114em
}

.diamond-search-sprite.three-sixty-blue {
    background-position: -.8986em -.5601em;
    width: .2922em;
    height: .1626em
}

.diamond-search-sprite.three-sixty-orange {
    background-position: -.599em -.545em;
    width: .2922em;
    height: .1627em
}
.shape-cell-wrapper {
    display: table;
    width: 100%;
    max-width: 150px;
    /* text-align: center; */
    margin: 0;
}

.shape-cell-wrapper > span:first-child {
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
}

.shape-cell-wrapper > span.single-cell {
    text-indent: 15px;
    display: table-cell;
    vertical-align: middle;
}

.shape-cell-wrapper > span:first-child > span {
    display: inline-block;
    text-indent: 15px;
}

.shape-cell-wrapper > span:first-child > span {
    vertical-align: middle;
    display: inline-block;
}

.diamond-search-sprite.EM {
    background-position: 0 -1.0981em;
    width: .19em;
    height: .2457em;
}
 .diamond-search-sprite {
    background-repeat: no-repeat;
    background-image: url(img/diamond-search-sprites.svg);
    background-size: 1.79em 1.56em;
    font-size: 100px;
} 

.diamond_table {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.diamond_table th {
    background-color: #7b6547;
    color: #fff;
    line-height: 1;
    padding: 15px 10px 10px;
    text-align: center;
}

.diamond_table td {

    line-height: 1;
    padding: 10px 10px 6px;
    text-align: center;
    vertical-align: middle;
}

.diamond_table tr:nth-child(even) {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-width: 1px 0;
}

.diamond_table td, .diamond_table td a {
    color: #4a4a4a;
}

.toolbar-products {
    padding-left: 0;
    margin-bottom: 20px;
}

.toolbar {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.toolbar {
    border: none;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #e1e1e1; */
}
/* .diamond_table tr:nth-child(odd) {background-color: #f2f2f2;} */
