/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.vdb-natural-color-range-display,
.vdb-natural-clarity-range-display,
.vdb-natural-fancy-color-intensity-range-display {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vdb-natural-fci {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 85%;
}

.vdb-natural-diamond-search-page .vdb-natural-fci .vdb-natural-diamond-shape {
    width: 60px;
}

.vdb-natural-diamond-page .vdb-natural-fci .vdb-natural-btn {
    font-size: 16px;
    padding: 12px;
    min-width: 115px;
    box-shadow: none;
}

.vdb-natural-fancy-color-range-display {
    flex-basis: 37% !important;
    -webkit-flex-basis: 37% !important;
    overflow: hidden;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-visible.vdb-natural-visible-fancy-color {
    display: flex;
    align-items: center;
}

.vdb-natural-fancy-color-range-display {
    display: flex;
    align-items: center;
}

.vdb-natural-diamond-search-page .vdb-natural-content {
    display: flex;
    flex-flow: column;
    padding-bottom: 50px;
}

.vdb-natural-diamond-search-page .vdb-natural-content .vdb-natural-header-section .vdb-natural-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-flow: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-content .vdb-natural-header-section .vdb-natural-row .vdb-natural-page-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    color: #3a3a3a;
    font-weight: 400;
}

.vdb-natural-diamond-search-page .vdb-natural-content .vdb-natural-header-section .vdb-natural-header-search-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-flow: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-content .vdb-natural-header-section {
    padding-top: 22px;
    padding-bottom: 22px;
    background: var(--natural-icon-background-color);
    border-bottom: 4px solid #f4f4f4;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-col:nth-child(odd) {
    border-left: 2px solid var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-col {
    float: left;
    width: 50%;
    border-right: 2px solid var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background: var(--natural-icon-background-color);
    position: relative;
    border-bottom: 4px solid #f4f4f4;
    min-height: 110px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner {
    flex-basis: 86%;
    -webkit-flex-basis: 86%;
    position: relative;
    height: 80px;
    overflow: hidden;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner.vdb-natural-d-ex-fancy-color {
    height: 90px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-dropdown-shape .vdb-natural-diamond-wrapper-inner {
    height: 100px;
}

.vdb-natural-diamond-search-page span.vdb-natural-letter {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: var(--natural-label-color);
    font-weight: 550;
    display: block;
    margin: 0 auto;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-hidden {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    padding: 12px 3px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    cursor: pointer;
    padding: 1px 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 70px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-visible {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first {
    width: 60px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_shape {
    font-size: 37px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdb-natural-diamond-search-page .vdb-natural-icon_shape span.vdb-natural-path1:before {
    content: "\e9c7";
    color: var(--natural-label-color);
    opacity: 0.3;
}

.vdb-natural-diamond-search-page .vdb-natural-icon_shape span.vdb-natural-path2:before {
    content: "\e9c8";
    margin-left: -1.42871094em;
    color: var(--natural-label-color);
    opacity: 0.8;
}

.vdb-natural-diamond-search-page .vdb-natural-icon_shape span.vdb-natural-path3:before {
    content: "\e9c9";
    margin-left: -1.42871094em;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first h5 {
    margin-top: 2px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--natural-label-color);
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-shape-round {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--natural-background-color);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: var(--natural-label-color);
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    text-transform: none;
}

.vdb-natural-diamond-search-page .vdb-natural-shape-round .vdb-natural-icon {
    font-size: 23px;
}

.vdb-natural-diamond-search-page .vdb-natural-shape-round .vdb-natural-icon:before {
    text-shadow: 0 0 0 var(--natural-label-color);
    -webkit-text-stroke: 0.2px;
    font-family: 'VDB';
    font-family: 'icomoon';
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-angle {
    cursor: pointer;
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-angle .vdb-natural-icon {
    font-size: 14px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_shape_other_purple {
    font-size: 10px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon {
    font-size: 23px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_clarity,
.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_color {
    font-size: 34px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input input:focus {
    background-color: transparent;
}

.vdb-natural-diamond-search-page .vdb-natural-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 43px;
    margin-bottom: 0;
    cursor: pointer;
}

.vdb-natural-diamond-search-page label.vdb-natural-switch:before {
    left: 12px;
    content: "Off";
    font-size: 12px;
    line-height: 16px;
    color: var(--natural-background-color);
    font-weight: 500;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.vdb-natural-diamond-search-page label.vdb-natural-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round {
    border-radius: 34px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.vdb-natural-diamond-search-page .vdb-natural-switch span {
    font-size: 12px;
    line-height: 16px;
    color: var(--natural-label-color);
    font-weight: 500;
    padding-right: 16px;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--natural-background-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
    position: absolute;
    content: "";
    height: 35px;
    width: 35px;
    left: 4px;
    bottom: 4px;
    background-color: var(--natural-button-background-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:before {
    border-radius: 50%;
}

.vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:after {
    content: "On";
    font-size: 12px;
    line-height: 16px;
    color: var(--natural-label-color);
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 14px;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-inner a.vdb-natural-btn.vdb-natural-active,
.vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn.vdb-natural-active a {
    background: var(--natural-button-background-color);
    color: var(--natural-icon-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-switch.vdb-natural-active:before {
    color: var(--natural-label-color);
}

.vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider {
    background-color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
}

.vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+span.vdb-natural-slider.vdb-natural-round:after {
    color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_budget {
    font-size: 32px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_treatment {
    font-size: 36px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_cut {
    font-size: 31px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_fancy {
    font-size: 36px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_carat {
    font-size: 41px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_lab {
    font-size: 38px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner {
    justify-content: center;
    -webkit-justify-content: center;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner .vdb-natural-carat-min {
    width: 100%;
    max-width: calc(45% - 20px);
}

.vdb-natural-diamond-search-page .vdb-natural-budget-ic {
    display: none;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner .vdb-natural-carat {
    padding-left: 12px;
    color: var(--natural-label-color);
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input span {
    line-height: 1;
    font-size: 22px;
    line-height: 26px;
    color: var(--natural-label-color);
    font-weight: 700;
    word-break: normal;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input input {
    padding-left: 10px;
    padding-right: 6px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    border-bottom: 2px solid var(--natural-label-color);
    background: var(--natural-icon-background-color);
    outline: none;
    color: var(--natural-label-color);
    font-weight: 700;
    width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    height: 25px;
}

.vdb-natural-diamond-search-page .vdb-natural-carat-to {
    color: var(--natural-label-color);
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    max-width: calc(10% - 20px);
    padding: 0;
    text-align: center;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner {
    padding-left: 10px;
    padding-right: 40px;
    flex-basis: calc(100% - 70px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
    flex-flow: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-min {
    width: 100%;
    max-width: calc(45% - 20px);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half:first-child {
    border-left: none;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 18.5px 3px 19px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-diamond-shape {
    margin: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-inner {
    flex-basis: calc(100% - 70px);
    -webkit-flex-basis: calc(100% - 70px);
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-flow: wrap;
    padding-left: 0px;
    padding-right: 10px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input input {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    border-bottom: 2px solid var(--natural-label-color);
    background: var(--natural-icon-background-color);
    outline: none;
    color: var(--natural-label-color);
    font-weight: 700;
    width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    line-height: 0;
    height: 25px;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input input:focus,
.vdb-natural-diamond-search-page .vdb-natural-carat-input input.vdb-natural-carat:focus {
    background-color: transparent;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input span {
    line-height: 1;
    font-size: 22px;
    line-height: 26px;
    color: var(--natural-label-color);
    font-weight: 700;
    word-break: normal;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-to {
    color: var(--natural-label-color);
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    max-width: calc(20% - 10px);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half {
    border-left: 4px solid #f4f4f4;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-min {
    width: 100%;
    max-width: calc(40% - 10px);
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat {
    padding-right: 21px;
    color: var(--natural-label-color);
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-input {
    display: flex;
}

.vdb-natural-diamond-search-page .vdb-natural-carat-input input.vdb-natural-carat {
    height: 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    border-bottom: 2px solid var(--natural-label-color);
    background: var(--natural-icon-background-color);
    outline: none;
    color: var(--natural-label-color);
    font-weight: 700;
    width: 100%;
    -webkit-appearance: none;
    box-shadow: none;
    margin: 0;
    min-width: 0;
    line-height: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-input span {
    line-height: 1;
    font-size: 22px;
    line-height: 26px;
    color: var(--natural-label-color);
    font-weight: 700;
    word-break: normal;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-to {
    color: var(--natural-label-color);
    font-size: 14px;
    line-height: 16px;
}

.vdb-natural-diamond-search-page .vdb-natural-fluor-btn {
    width: 17%;
    padding-left: 1%;
}

.vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
    font-size: 14px;
    background: var(--natural-background-color);
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) !important;
    color: var(--natural-label-color);
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 5px;
    display: block;
}

.vdb-natural-diamond-search-page .vdb-natural-custom-cps {
    height: 110px;
    position: relative;
    z-index: 9;
}

.vdb-natural-diamond-search-page .vdb-natural-cps {
    position: absolute;
    left: 0;
    right: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-dropdown {
    padding-left: 2%;
    text-align: center;
    position: relative;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-switch {
    padding-left: 2%;
}

.vdb-natural-diamond-search-page .vdb-natural-cps h5 {
    margin: 0 0 6px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--natural-label-color);
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
    width: 120px;
    cursor: pointer;
    background: var(--natural-button-background-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--natural-background-color);
    width: 121px;
    height: 44px;
    line-height: 1;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    text-align: center;
    border-radius: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down .vdb-natural-icon {
    font-size: 14px;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down .vdb-natural-icon:before {
    color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-grade-inner {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.vdb-natural-diamond-search-page .vdb-natural-grade-inner a.vdb-natural-btn {
    padding: 0 19px;
    display: block;
    margin-top: 15px;
    height: 44px;
    line-height: 41px;
    border-color: var(--natural-background-color);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    background: var(--natural-background-color);
    color: var(--natural-label-color);
    min-width: unset;
    font-size: 14px;
}

.vdb-natural-diamond-search-page .vdb-natural-cps .vdb-natural-diamond-full-row {
    display: none;
}

.vdb-natural-diamond-search-page .vdb-natural-treatment-block {
    padding-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-treatment-block>span {
    max-width: 70px;
}

.vdb-natural-diamond-search-page .vdb-natural-treatment-block span {
    font-size: 12px;
    line-height: 16px;
    color: var(--natural-label-color);
    font-weight: 500;
    padding-right: 10px;
}

.vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input {
    display: none;
    line-height: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input+label {
    color: #804294;
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 26px;
    color: var(--natural-label-color);
    font-weight: 700;
    word-break: normal;
    margin-left: 12px;
}

.vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input+label:before {
    border-color: #804294;
    margin-top: 0;
    content: "\2714";
    border: 0.1em solid var(--natural-label-color);
    border-radius: 0.2em;
    display: inline-block;
    width: 28px;
    height: 29px;
    padding-bottom: 0;
    margin-right: 27px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    padding-left: 6px;
    padding-bottom: 3px;
}
.vdb-natural-diamond-search-page .vdb-natural-shape-round img {
    margin: 0;
}

.vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input[type=checkbox]:checked+label:before {
    /* background-color: #804294;
    border-color: #804294; */
    background-color: var(--natural-button-background-color);
    border-color: var(--natural-button-background-color);
    color: #ffffff;
}

.vdb-natural-diamond-search-page .vdb-natural-checkbox-custom {
    width: 100%;
    padding: 10px 0;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-middle-section .vdb-natural-row {
    display: flex;
    flex-flow: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-search-middle-button {
    text-align: center;
    margin-top: 40px;
}

.vdb-natural-diamond-search-page .vdb-natural-search-middle-button input[type="submit"] {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    height: auto !important;
    font-weight: 400 !important;
    text-align: center !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border-radius: 35px !important;
    padding: 11px 25px !important;
    transition: all ease 500ms !important;
    border: 2px solid var(--natural-button-background-color) !important;
    color: var(--natural-background-color) !important;
    background: var(--natural-button-background-color) !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
}

.vdb-natural-diamond-search-page .vdb-natural-search-middle-button input[type="submit"]:hover {
    background-color: var(--natural-background-color) !important;
    color: var(--natural-button-background-color) !important;
}

.vdb-natural-diamond-middle-section .vdb-natural-visible-dropdown,
.vdb-natural-diamond-middle-section .vdb-natural-visible-dropdown .vdb-natural-diamond-wrapper-inner {
    z-index: 99;
}

.vdb-natural-diamond-middle-section .vdb-natural-visible-dropdown .vdb-natural-diamond-wrapper-inner {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    overflow: visible;
}

.vdb-natural-diamond-search-page .vdb-natural-diamond-shape-visible {
    background: var(--natural-icon-background-color);
}

.vdb-natural-diamond-middle-section .vdb-natural-visible-dropdown .vdb-natural-diamond-shape-visible,
.vdb-natural-diamond-wrapper.vdb-natural-diamond-shade-box.vdb-natural-cps.vdb-natural-active {
    border: 1px solid var(--natural-button-background-color);
}

.vdb-natural-diamond-middle-section .vdb-natural-hide {
    display: none;
}

.vdb-natural-diamond-middle-section .vdb-natural-diamond-full-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.vdb-natural-diamond-search-page .diamond-fancy-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 20px;
    max-width: 95%;
    margin: 0 auto;
}

.vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn {
    width: 100%;
    max-width: calc(25% - 8px);
}

.vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn .vdb-natural-btn {
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 44px;
    line-height: 40px;
    border-color: var(--natural-background-color);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    background: var(--natural-background-color);
    color: var(--natural-label-color);
    min-width: unset;
}

.vdb-natural-diamond-search-page .vdb-natural-active .vdb-natural-shape-round {
    background: var(--natural-button-background-color);
    border-color: var(--natural-button-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-active .vdb-natural-shape-round .vdb-natural-icon:before {
    color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-visible-fancy-color .vdb-natural-active .vdb-natural-shape-round {
    background-color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-fluor-btn.vdb-natural-active a {
    background: var(--natural-button-background-color);
    color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-active span.vdb-natural-letter {
    color: var(--natural-background-color);
}

.vdb-natural-diamond-search-page .vdb-natural-visible-dropdown .vdb-natural-grade-inner {
    display: block;
}

.vdb-natural-diamond-search-page .vdb-natural-visible-dropdown .vdb-natural-grade-dropdown .vdb-natural-grade-down {
    display: none;
}

.vdb-natural-diamond-search-page .vdb-natural-cps.vdb-natural-visible-dropdown {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 0px;
    border: 1px solid var(--natural-button-background-color);
    flex-flow: wrap;
}

.vdb-natural-diamond-search-page .vdb-natural-cps.vdb-natural-visible-dropdown .vdb-natural-diamond-full-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.vdb-natural-diamond-search-page .vdb-natural-input-search-group {
    position: relative;
}

.vdb-natural-diamond-search-page .vdb-natural-input-search-group input {
    border-radius: 100px;
    padding-right: 40px;
    min-width: 300px;
    height: 48px;
    font-weight: 500;
    border: 2px solid var(--natural-button-background-color);
    color: var(--natural-label-color);
    outline: none;
}

.vdb-natural-diamond-search-page .vdb-natural-input-search-group .vdb-natural-search-report {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    color: var(--natural-background-color);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
}

.vdb-natural-diamond-search-page .vdb-natural-input-search-group .vdb-natural-search-report .vdb-natural-icon-mainmenu_search:before {
    color: var(--natural-button-background-color);
    opacity: 1;
    content: "";
}


@media(min-width:992px) and (max-width:1024px) {
    .vdb-natural-diamond-search-page .vdb-natural-switch {
        width: 65px;
        height: 35px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch:before {
        left: 9px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider:before {
        -webkit-transform: translateX(29px);
        -ms-transform: translateX(29px);
        transform: translateX(29px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
        left: 3px;
        height: 30px;
        width: 30px;
        bottom: 2px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block span {
        padding-right: 7px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:after {
        right: 9px;
        top: 9px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
        width: 90px;
        height: 35px;
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .vdb-natural-diamond-search-page .vdb-natural-switch {
        width: 70px;
        height: 35px;
    }


    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
        height: 30px;
        width: 30px;
        left: 4px;
        bottom: 2px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block span {
        padding-right: 08px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch:before {
        left: 10px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider:before {
        -webkit-transform: translateX(33px);
        -ms-transform: translateX(33px);
        transform: translateX(33px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:after {
        right: 9px;
        top: 9px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
        width: 90px;
        height: 35px;
    }
}

@media(max-width:1199px) {
    .vdb-natural-diamond-page .vdb-natural-fci .vdb-natural-btn {
        font-size: 14px;
        padding: 12px;
        min-width: 100px;
        box-shadow: none;
    }

    .vdb-natural-fci {
        width: 83%;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-inner a.vdb-natural-btn,
    .vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn .vdb-natural-btn {
        padding: 0 10px;
        font-size: 14px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn {
        width: auto;
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
        padding: 0 17px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down .vdb-natural-icon {
        font-size: 12px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown,
    .vdb-natural-diamond-search-page .vdb-natural-grade-switch {
        text-align: center;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input input {
        font-size: 14px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input span {
        font-size: 18px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-input span,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-input input {
        font-size: 14px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-inner {
        gap: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-min {
        max-width: calc(40% - 5px);
    }
}

@media(max-width:1024px) {
    .vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn {
        width: 100%;
        max-width: calc(33.33% - 7px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
        padding: 0 15px;
    }
}

@media(max-width:991px) {
    .vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input+label {
        font-size: 14px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-custom-cps {
        height: 85px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half {
        padding: 10px 0;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper {
        min-height: unset;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-inner {
        gap: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-min {
        max-width: calc(40% - 5px);
    }


    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-inner,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner {
        padding-right: 20px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-col {
        width: 100%;
        border-left: 2px solid var(--natural-background-color);
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn {
        width: 100%;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-fluor-box {
        justify-content: space-between;
        flex-flow: nowrap;
        padding-right: 20px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
        padding: 0 5px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }

}

@media(max-width:767px) {
    .vdb-natural-diamond-page .vdb-natural-fci .vdb-natural-btn {
        font-size: 12px;
        padding: 11px;
        min-width: unset;
        box-shadow: none;
        height: auto;
        line-height: 1.5;
    }

    .vdb-natural-diamond-search-page .vdb-natural-checkbox-custom input+label:before {
        width: 17px;
        height: 21px;
        padding-left: 6px;
        padding-bottom: 3px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-angle {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
        height: 40px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-fluor-box {
        padding-right: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-angle .vdb-natural-icon {
        font-size: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape {
        padding: 0;
        width: 49px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .vdb-natural-diamond-search-page .vdb-natural-shape-round {
        width: 40px;
        height: 40px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape h6 {
        font-size: 8px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon {
        font-size: 17px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first {
        width: 53px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first h5 {
        font-size: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_shape {
        font-size: 21px;
        height: 35px;
    }



    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
        font-size: 12px;
        line-height: 1;
        height: auto;
        padding: 10px 1px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_carat {
        font-size: 26px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner {
        padding-left: 0;
        padding-right: 10px;
        flex-basis: calc(100% - 40px);
        gap: 15px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-carat-to {
        font-size: 12px;
        max-width: calc(10% - 0px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-min {
        max-width: calc(45% - 15px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-search-box .vdb-natural-carat-inner .vdb-natural-carat-input span {
        font-size: 18px;
    }

    .vdb-natural-diamond-search-page span.vdb-natural-letter {
        font-size: 10px;
        line-height: 12px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_lab {
        font-size: 26px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_color,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_treatment {
        font-size: 24px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_clarity {
        font-size: 21px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_cut {
        font-size: 19px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-dropdown-shape .vdb-natural-diamond-wrapper-inner,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner.vdb-natural-d-ex-fancy-color {
        height: 75px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half .vdb-natural-carat-inner {
        flex-basis: calc(100% - 49px);
        -webkit-flex-basis: calc(100% - 49px);
        padding-right: 0;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half:first-child .vdb-natural-carat-inner {
        padding-right: 15px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner .vdb-natural-carat-min {
        width: 100%;
        max-width: calc(45% - 10px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-budget-wrapper-wrap .vdb-natural-carat-inner {
        padding: 0 10px 0 0;
        gap: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-treatment-wrapper {
        padding-right: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-shape-round img {
        max-width: 80%;
        max-height: 80%;
        margin: auto;
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch {
        width: 65px;
        height: 35px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch:before {
        left: 9px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider:before {
        -webkit-transform: translateX(29px);
        -ms-transform: translateX(29px);
        transform: translateX(29px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
        left: 3px;
        height: 30px;
        width: 30px;
        bottom: 2px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block span {
        padding-right: 7px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:after {
        right: 9px;
        top: 9px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
        width: 90px;
        height: 35px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block>span {
        max-width: 60px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_fancy {
        font-size: 25px;
        height: 35px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape i.vdb-natural-icon.vdb-natural-icon_budget {
        font-size: 22px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-custom-cps {
        height: 70px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-dropdown-shape .vdb-natural-diamond-wrapper-inner {
        height: 85px;
    }
}

@media(max-width:575px) {
    .vdb-natural-diamond-search-page .vdb-natural-input-search-group {
        width: 100%;
    }

    .vdb-natural-diamond-search-page .vdb-natural-input-search-group input {
        width: 100%;
        min-width: 250px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-content .vdb-natural-header-section .vdb-natural-header-search-button {
        justify-content: flex-start;
    }
}

@media(max-width:480px) {
    .vdb-natural-fci {
        width: 84%;
    }

    .vdb-natural-diamond-page .vdb-natural-fci .vdb-natural-btn {
        font-size: 8px;
        padding: 10px 5px;
        min-width: unset;
        box-shadow: none;
        height: auto;
        line-height: 1;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-treatment-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-inner a.vdb-natural-btn,
    .vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn .vdb-natural-btn {
        padding: 0 4px;
        font-size: 10px;
        height: 30px;
        line-height: 28px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first h5 {
        font-size: 8px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
        font-size: 10px;
    }

    .vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn .vdb-natural-btn {
        font-size: 10px;
        height: 30px;
        line-height: 25px;
        padding: 0 5px;
    }

    .vdb-natural-diamond-search-page .diamond-fancy-wrapper .vdb-natural-fancy-btn {
        width: 100%;
        max-width: calc(33.33% - 7px);
    }

    .vdb-natural-diamond-search-page .diamond-fancy-wrapper {
        gap: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner {
        height: 70px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-inner.vdb-natural-d-ex-fancy-color,
    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-dropdown-shape .vdb-natural-diamond-wrapper-inner {
        height: 70px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-shape-round {
        width: 33px;
        height: 33px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-fluor-btn a {
        font-size: 8px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape {
        width: 40px;
    }

    .vdb-natural-diamond-search-page span.vdb-natural-letter {
        font-size: 8px;
        line-height: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-shape-first {
        width: 41px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half:first-child .vdb-natural-carat-inner {
        padding-right: 0px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper-half {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        margin: 0;
        padding: 10px 0;
        border-left: none;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-small {
        flex-flow: wrap;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block {
        gap: 5px;
        padding-left: 10px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-treatment-block>span {
        height: 32px;
        display: flex;
        align-items: flex-end;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down {
        width: 55px;
        height: 30px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown .vdb-natural-grade-down .vdb-natural-icon {
        font-size: 9px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-grade-dropdown:nth-child(2),
    .vdb-natural-diamond-search-page .vdb-natural-treatment-block:nth-child(2) {
        padding-left: 5px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch {
        height: 30px;
        width: 60px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider:before {
        height: 25px;
        width: 25px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch:before {
        left: 6px;
    }

    .vdb-natural-diamond-search-page label.vdb-natural-switch input:checked+.vdb-natural-slider:before {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    .vdb-natural-diamond-search-page .vdb-natural-switch .vdb-natural-slider.vdb-natural-round:after {
        right: 7px;
        top: 7px;
    }

    .vdb-natural-diamond-search-page .vdb-natural-diamond-wrapper.vdb-natural-diamond-dropdown-shape .vdb-natural-diamond-wrapper-inner {
        height: 70px;
    }
}