/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@font-face {
    font-family: 'VDB';
    src: url('../fonts/VDB.eot?xig85d');
    src: url('../fonts/VDB.eot?xig85d#iefix') format('embedded-opentype'),
        url('../fonts/VDB.ttf?xig85d') format('truetype'),
        url('../fonts/VDB.woff?xig85d') format('woff'),
        url('../fonts/VDB.woff2?xig85d') format('woff2'),
        url('../fonts/VDB.svg?xig85d#VDB') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?fcv339');
    src: url('../fonts/icomoon.eot?fcv339#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?fcv339') format('truetype'),
        url('../fonts/icomoon.woff?fcv339') format('woff'),
        url('../fonts/icomoon.svg?fcv339#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

body form,
body table {
    margin-bottom: 0;
    border: none;
}

body .site {
    overflow-x: visible;
}

body.vdb-rb-page .site-content .col-full {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

body.vdb-rb-page .vdb-rb-main-container {
    font-family: "Roboto", serif;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

.vdb-rb-page .storefront-breadcrumb {
    display: none;
}

.vdb-rb-page .site-content .entry-header {
    display: none;
}

.vdb-rb-page .site-content article {
    margin: 0;
}

.vdb-rb-page .site-content .content-area {
    margin: 0;
}

.vdb-rb-page .site-content main {
    margin: 0;
}

body.vdb-rb-page {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: var(--label-color);
}

.vdb-rb-page h1,
.vdb-rb-page h2,
.vdb-rb-page h3,
.vdb-rb-page h4,
.vdb-rb-page h5,
.vdb-rb-page h6,
.vdb-rb-page p {
    color: var(--label-color);
    margin: 0;
}

.vdb-rb-page .vdb-rb-heading_style_h1,
.vdb-rb-page h1 {
    font-size: 56px;
    line-height: 1.3;
    font-weight: 500;
    font-family: "Roboto", serif;
}

body.vdb-rb-page a {
    text-decoration: none;
}

.vdb-rb-page .vdb-rb-heading_style_h2,
.vdb-rb-page h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
}

.vdb-rb-page .vdb-rb-heading_style_h3,
.vdb-rb-page h3 {
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
}

.vdb-rb-page .vdb-rb-heading_style_h4,
.vdb-rb-page h4 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
}

.vdb-rb-page .vdb-rb-heading_style_h5,
.vdb-rb-page h5 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.vdb-rb-page .vdb-rb-heading_style_h6,
.vdb-rb-page h6 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
}

.vdb-rb-page .vdb-rb-btn {
    padding: 12px 25px;
    border: 1px solid;
    border-radius: 100px;
    text-transform: unset;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    box-shadow: 6px 6px 20px 0 rgba(38, 35, 39, 0.24);
    transition: all 0.3s linear;
    text-align: center;
    outline: none;
    min-width: 130px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.vdb-rb-page a:focus {
    outline: none;
}

.vdb-rb-page .vdb-rb-btn.vdb-rb-primary {
    color: var(--icon-background-color);
    background-color: var(--button-background-color);
    border-color: var(--button-background-color);
}

.vdb-rb-page .vdb-rb-btn.vdb-rb-primary:hover {
    background-color: transparent;
    color: var(--button-background-color);
}

.vdb-rb-page .vdb-rb-btn.vdb-rb-secondary {
    color: var(--button-background-color);
    background-color: transparent;
    border-color: var(--button-background-color);
}

.vdb-rb-page .vdb-rb-btn.vdb-rb-secondary:hover {
    background-color: var(--button-background-color);
    color: var(--icon-background-color);
}

.vdb-rb-type-box .vdb-rb-type-box-inner img {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.vdb-rb-icon.vdb-rb-icon_type_other_purple+img {
    display: none;
}

.vdb-rb-icon.vdb-rb-icon_type_other_purple:before {
    content: "";
    font-size: 12px;
    background-image: url(../images/icon-other.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: flex;
}

span.vdb-rb-metal-two-tone {
    background-image: url(../images/two_tone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.vdb-rb-icon.vdb-rb-icon_shape_cabochon_purple:before {
    content: "\ea70";
}

.vdb-rb-icon.vdb-rb-icon_shape_sq-emerald_purple:before {
    content: "\e938";
}

.vdb-rb-icon_shape_asscher_purple:before {
    content: "\e900";
}

.vdb-rb-icon_shape_asscher_white:before {
    content: "\e901";
}

.vdb-rb-icon_shape_baguette_purple:before {
    content: "\e902";
}

.vdb-rb-icon_shape_baguette_white:before {
    content: "\e903";
}

.vdb-rb-icon_shape_briolette_purple:before {
    content: "\e904";
}

.vdb-rb-icon_shape_briolette_white:before {
    content: "\e905";
}

.vdb-rb-icon_shape_bullets_purple:before {
    content: "\e906";
}

.vdb-rb-icon_shape_bullets_white:before {
    content: "\e907";
}

.vdb-rb-icon_shape_cushion_modify_purple:before {
    content: "\e908";
}

.vdb-rb-icon_shape_cushion_modify_white:before {
    content: "\e909";
}

.vdb-rb-icon_shape_cushion_purple:before {
    content: "\e90a";
}

.vdb-rb-icon_shape_cushion_white:before {
    content: "\e90b";
}

.vdb-rb-icon_shape_emerald_purple:before {
    content: "\e90c";
}

.vdb-rb-icon_shape_emerald_white:before {
    content: "\e90d";
}

.vdb-rb-icon_shape_euro-cut_purple:before {
    content: "\e90e";
}

.vdb-rb-icon_shape_euro_cut_white:before {
    content: "\e90f";
}

.vdb-rb-icon_shape_flanders_purple:before {
    content: "\e910";
}

.vdb-rb-icon_shape_flanders_white:before {
    content: "\e911";
}

.vdb-rb-icon_shape_half-moon_purple:before {
    content: "\e912";
}

.vdb-rb-icon_shape_half_moon_white:before {
    content: "\e913";
}

.vdb-rb-icon_shape_halfmoon_purple:before {
    content: "\e914";
}

.vdb-rb-icon_shape_halfmoon_white:before {
    content: "\e915";
}

.vdb-rb-icon_shape_heart_purple:before {
    content: "\e916";
}

.vdb-rb-icon_shape_heart_white:before {
    content: "\e917";
}

.vdb-rb-icon_shape_hexagonal_purple:before {
    content: "\e918";
}

.vdb-rb-icon_shape_hexagonal_white:before {
    content: "\e919";
}

.vdb-rb-icon_shape_kite_purple:before {
    content: "\e91a";
}

.vdb-rb-icon_shape_kite_white:before {
    content: "\e91b";
}

.vdb-rb-icon_shape_lozenge_purple:before {
    content: "\e91c";
}

.vdb-rb-icon_shape_lozenge_white:before {
    content: "\e91d";
}

.vdb-rb-icon_shape_marquise_purple:before {
    content: "\e91e";
}

.vdb-rb-icon_shape_marquise_white:before {
    content: "\e91f";
}

.vdb-rb-icon_shape_octagonal_purple:before {
    content: "\e920";
}

.vdb-rb-icon_shape_old-miner_purple:before {
    content: "\e922";
}

.vdb-rb-icon_shape_old_miner_white:before {
    content: "\e923";
}

.vdb-rb-icon_shape_other_purple:before {
    content: "";
    background-image: url(../images/icon-other.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: flex;
}

.vdb-rb-icon_shape_other_white:before {
    content: "";
    background-image: url(../images/icon-other.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: flex;
}

.vdb-rb-icon_shape_oval_purple:before {
    content: "\e926";
}

.vdb-rb-icon_shape_oval_white:before {
    content: "\e927";
}

.vdb-rb-icon_shape_pear_purple:before {
    content: "\e928";
}

.vdb-rb-icon_shape_pear_white:before {
    content: "\e929";
}

.vdb-rb-icon_shape_pentagonal_purple:before {
    content: "\e92a";
}

.vdb-rb-icon_shape_pentagonal_white:before {
    content: "\e92b";
}

.vdb-rb-icon_shape_princess_purple:before {
    content: "\e92c";
}

.vdb-rb-icon_shape_princess_white:before {
    content: "\e92d";
}

.vdb-rb-icon_shape_radiant_purple:before {
    content: "\e92e";
}

.vdb-rb-icon_shape_radiant_white:before {
    content: "\e92f";
}

.vdb-rb-icon_shape_rose-cut_purple:before {
    content: "\e930";
}

.vdb-rb-icon_shape_rose_cut_white:before {
    content: "\e931";
}

.vdb-rb-icon_shape_rose_purple:before {
    content: "\e932";
}

.vdb-rb-icon_shape_rose_white:before {
    content: "\e933";
}

.vdb-rb-icon_shape_round_purple:before,
.vdb-rb-icon_type:before {
    content: "\e974";
}

.vdb-rb-icon_shape_round_purple:before {
    content: "\e934";
}

.vdb-rb-icon_shape_round_white:before {
    content: "\e935";
}

.vdb-rb-icon_shape_shield_purple:before {
    content: "\e936";
}

.vdb-rb-icon_shape_shield_white:before {
    content: "\e937";
}

.vdb-rb-icon_shape_sq_emerald_purple:before {
    content: "\e938";
}

.vdb-rb-icon_shape_sq_emerald_white:before {
    content: "\e939";
}

.vdb-rb-icon_shape_square_purple:before {
    content: "\e93a";
}

.vdb-rb-icon_shape_square_white:before {
    content: "\e93b";
}

.vdb-rb-icon_shape_star_purple:before {
    content: "\e93c";
}

.vdb-rb-icon_shape_star_white:before {
    content: "\e93d";
}

.vdb-rb-icon_shape_step_cut_purple:before {
    content: "\e93e";
}

.vdb-rb-icon_shape_step_cut_white:before {
    content: "\e93f";
}

.vdb-rb-icon_shape_tap_Baguette_purple:before {
    content: "\e940";
}

.vdb-rb-icon_shape_tap_Baguette_white:before {
    content: "\e941";
}

.vdb-rb-icon_shape_trapezoid_purple:before {
    content: "\e942";
}

.vdb-rb-icon.vdb-rb-icon_shape_trapezoid_purple:before {
    font-size: 24px;
}

.vdb-rb-icon_shape_trapezoid_white:before {
    content: "\e943";
}

.vdb-rb-icon_shape_triangle_purple:before {
    content: "\e944";
}

.vdb-rb-icon_shape_triangle_white:before {
    content: "\e945";
}

.vdb-rb-icon_shape_triangular_purple:before {
    content: "\e946";
}

.vdb-rb-icon_shape_triangular_white:before {
    content: "\e947";
}

.vdb-rb-icon_shape_trilliant_purple:before {
    content: "\e948";
}

.vdb-rb-icon_shape_trilliant_white:before {
    content: "\e949";
}

.vdb-rb-x_alert_toaster:before {
    content: "\e94a";
}

.vdb-rb-icon_sort_add:before {
    content: "\e94b";
}

.vdb-rb-icon_sort_arrow_down_purple:before {
    content: "\e94c";
}

.vdb-rb-icon_sort_arrow_down:before {
    content: "\e94d";
}

.vdb-rb-icon_sort_arrow_up_purple:before {
    content: "\e94e";
}

.vdb-rb-icon_sort_cancel:before {
    content: "\e950";
}

.vdb-rb-icon_sort_carat:before {
    content: "\e951";
}

.vdb-rb-icon_sort_clarity:before {
    content: "\e952";
}

.vdb-rb-icon_sort_color:before {
    content: "\e953";
}

.vdb-rb-icon_sort_cut_grade:before {
    content: "\e954";
}

.vdb-rb-icon_sort_depth .path1:before {
    content: "\e955";
}

.vdb-rb-icon_sort_depth .path2:before {
    content: "\e956";
}

.vdb-rb-icon_sort_discount:before {
    content: "\e957";
}

.vdb-rb-icon_sort_fancy_color .path1:before {
    content: "\e958";
}

.vdb-rb-icon_sort_fancy_color .path2:before {
    content: "\e959";
}

.vdb-rb-icon_sort_fancy_color .path3:before {
    content: "\e95a";
}

.vdb-rb-icon_sort_flur:before {
    content: "\e95b";
}

.vdb-rb-icon_sort_lab:before {
    content: "\e95c";
}

.vdb-rb-icon_shape_cushion-brilliant_purple:before {
    content: "";
    background: url("../images/Cushion-Brilliant.svg") no-repeat center center;
    display: block;
    width: 26px;
    height: 26px;
    background-size: contain;
}

.vdb-rb-icon_detail_page_cert_white:before {
    content: "\e9d7";
}

.vdb-rb-icon_shape_cushion-modified_purple:before {
    content: "\e90a";
}

.vdb-rb-icon_detail_page_video_white:before {
    content: "\e9fa";
}

.vdb-rb-icon:before {
    font-family: 'VDB';
    font-size: 30px;
    line-height: 1;
    font-style: normal;
}

.vdb-rb-icon.vdb-rb-icon_shape_other_purple:before {
    font-size: 12px;
}




/* ===============Back-To-Home======================= */
section.vdb-rb-back-to-home {
    padding-top: 0px;
    padding-bottom: 30px;
}

section.vdb-rb-back-to-home .vdb-rb-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-flow: wrap;
    max-width: max-content;
}

section.vdb-rb-back-to-home .vdb-rb-back svg path {
    fill: var(--button-background-color);
    transition: all 0.3s linear;
}

section.vdb-rb-back-to-home .vdb-rb-back span {
    font-weight: 500;
    color: var(--button-background-color);
    transition: all 0.3s linear;
}

section.vdb-rb-back-to-home .vdb-rb-back:hover svg path {
    fill: var(--label-color);
}

section.vdb-rb-back-to-home .vdb-rb-back:hover span {
    color: var(--label-color);
}


/* ==========Filter-css-start=========== */
.vdb-rb-filters-selection .vdb-rb-filter-wrapper .vdb-rb-row {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 8px;
    min-height: 140px;
    box-sizing: border-box;
}

.vdb-rb-filters-selection .vdb-rb-filter-wrapper .vdb-rb-row .vdb-rb-row-inner {
    display: flex;
    flex-flow: column;
    gap: 10px;
    height: 100%;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box,
.vdb-rb-type-box {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box .vdb-rb-shape-box-title,
.vdb-rb-type-box .vdb-rb-type-box-title {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.vdb-rb-detail-option-box .vdb-rb-detail-option-box-title {
    margin-top: 10px;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box .vdb-rb-shape-box-inner,
.vdb-rb-type-box .vdb-rb-type-box-inner {
    background: var(--background-color);
    width: 60px;
    height: 55px;
    border-radius: 5px;
    margin: auto;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.vdb-rb-shape-box-inner i {
    line-height: 0;
}

.vdb-rb-type-box .vdb-rb-type-box-inner {
    width: 60px;
    height: 60px;
}

.vdb-rb-lab-slider-wrapper.slick-slider .slick-list {
    max-width: 90%;
}

.vdb-rb-lab-slider-wrapper .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.vdb-rb-lab-slider-wrapper .slick-slide>div {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--background-color);
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
}

.vdb-rb-lab-slider-wrapper .slick-slide.vdb-rb-selected>div,
.vdb-rb-lab-slider-wrapper .slick-slide>div:hover,
.vdb-rb-type-box:hover .vdb-rb-type-box-inner,
.slick-slide.vdb-rb-selected .vdb-rb-type-box .vdb-rb-type-box-inner {
    border-color: var(--button-background-color);
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-track {
    display: flex;
    min-width: 100%;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-track .slick-slide {
    margin-left: 0px;
    margin-right: 0px;
}

.slick-track:After,
.slick-track:before {
    display: none;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.slick-arrow[alt="Previous Arrow"] {
    left: 0px;
}

.slick-arrow[alt="Next Arrow"] {
    right: 0px;
}

.slick-slider .slick-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 93%;
    min-width: 93%;
}

.vdb-rb-ring-detail-page .slick-slider .slick-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 83%;
}

.slick-arrow.slick-disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.vdb-rb-shape-row-main-wrapper {
    display: flex;
    flex-flow: column;
    gap: 0px;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--label-color);
    font-family: "Nunito Sans", serif;
}

.vdb-rb-filter-wrapper {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}

.vdb-rb-filter-wrapper .vdb-rb-row {
    width: 100%;
    max-width: calc(50% - 8px);
}

.vdb-rb-filter-wrapper .vdb-rb-row.vdb-rb-full {
    width: 100%;
    max-width: 100%;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box,
.vdb-rb-type-box {
    cursor: pointer;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-selected .vdb-rb-shape-box .vdb-rb-shape-box-inner,
.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box:hover .vdb-rb-shape-box-inner,
.vdb-rb-selected .vdb-rb-detail-option-box .vdb-rb-detail-option-box-inner,
.vdb-rb-detail-option-box:hover .vdb-rb-detail-option-box-inner,
.vdb-rb-selected .vdb-rb-shape-box .vdb-rb-shape-box-inner,
.vdb-rb-shape-box:hover .vdb-rb-shape-box-inner,
.vdb-rb-detail-option-box.vdb-rb-selected .vdb-rb-detail-option-box-inner {
    border-color: var(--button-background-color);
    background: transparent;
}

.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-selected .vdb-rb-shape-box .vdb-rb-shape-box-title,
.vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .vdb-rb-shape-box:hover .vdb-rb-shape-box-title,
.vdb-rb-selected .vdb-rb-detail-option-box .vdb-rb-detail-option-box-title,
.vdb-rb-detail-option-box:hover .vdb-rb-detail-option-box-title,
.vdb-rb-selected .vdb-rb-shape-box .vdb-rb-shape-box-title,
.vdb-rb-shape-box:hover .vdb-rb-shape-box-title,
.vdb-rb-detail-option-box.vdb-rb-selected .vdb-rb-detail-option-box-title,
.slick-slide.vdb-rb-selected .vdb-rb-type-box .vdb-rb-type-box-title,
.vdb-rb-type-box:hover .vdb-rb-type-box-title {
    color: var(--button-background-color);
}

section.vdb-rb-reset-filter-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-flow: wrap;
}

section.vdb-rb-reset-filter-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    color: var(--button-background-color);
    transition: all 0.3s linear;
}

section.vdb-rb-reset-filter-wrapper a.vdb-rb-advanced-filter+a.vdb-rb-reset-filter {
    justify-content: flex-end;
    width: 100%;
    max-width: calc(50% - 8px);
}

section.vdb-rb-reset-filter-wrapper>a.vdb-rb-reset-filter {
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
}

section.vdb-rb-reset-filter-wrapper a.vdb-rb-advanced-filter {
    width: 100%;
    max-width: calc(50% - 8px);
}

section.vdb-rb-reset-filter-wrapper a svg path,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a svg path {
    fill: var(--button-background-color);
    transition: all 0.3s linear;
}

section.vdb-rb-reset-filter-wrapper a:hover,
section.vdb-rb-reset-filter-wrapper a:hover svg path,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a:hover svg path {
    color: var(--label-color);
    fill: var(--label-color);
}

.vdb-rb-hide-row {
    display: none;
}

section.vdb-rb-reset-filter-wrapper a.vdb-rb-advanced-filter svg {
    transform: rotate(-90deg);
    margin-top: -5px;
    transition: all 0.3s linear;
    height: 16px;
    width: 16px;
}

section.vdb-rb-reset-filter-wrapper>a.vdb-rb-reset-filter svg {
    width: 16px;
    height: 16px;
}

section.vdb-rb-reset-filter-wrapper a.vdb-rb-advanced-filter.vdb-rb-active svg {
    transform: rotate(90deg);
    margin-top: 5px;
}

section.vdb-rb-message-section {
    padding: 20px;
    color: #9F6000;
    background-color: #FEEFB3;
    border-radius: 5px;
    position: relative;
    padding-left: 50px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1;
}

section.vdb-rb-message-section:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/warning.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ==========Filter-css-End=========== */

/* ==============range-slider-Css-Start============== */

#vdb-rb-cut_range_fluorescense+.vdb-rb-range-slider span.irs-grid span.irs-grid-text:last-child {
    left: 95% !important;
}

span.irs-grid span.irs-grid-text {
    color: var(--label-color);
    font-size: 12px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-bar {
    background: var(--button-background-color);
}

.vdb-rb-range-slider-wrapper span.irs span.irs-grid {
    bottom: 40px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider {
    height: 23px;
    position: relative;
    margin-top: 15px;
}

.vdb-rb-range-slider-wrapper span.irs {
    background: transparent;
}

.vdb-rb-range-slider-wrapper span.irs-line {
    border-radius: 2px;
    top: 0;
    left: 0px;
    width: calc(100% - 0px);
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-bar {
    top: 0;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-handle {
    top: -11px;
}

span.irs-grid span.irs-grid-text {
    top: 25px;
    bottom: unset;
}

.vdb-rb-range-slider-wrapper span.irs-line {
    background-color: var(--background-color);
}

.vdb-rb-range-slider-wrapper span.irs-single {
    display: none;
}

.vdb-rb-range-slider-wrapper span.irs-max,
.vdb-rb-range-slider-wrapper span.irs-min {
    display: none;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-handle {
    background: url(../images/switch-button.svg) no-repeat center center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-size: contain;
    width: 30px;
    height: 30px;
    /* top: 0px; */
    cursor: pointer;
}

img.vdb-rb-custom-upl-img {
    filter: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-handle.from {
    background-position: -4px 0px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-handle.to {
    background-position: 4px 0px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-from,
.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs-to {
    display: none;
}

.vdb-rb-range-slider-wrapper .vdb-rb-range-slider span.irs.irs--round {
    /* height: 24px; */
}

.irs-grid-pol.small {
    display: none;
}

body .irs--round .irs-grid-pol {
    background-color: #fff;
    top: -4px;
    z-index: 9;
}

body .irs--round .irs-grid-pol:first-child,
body .irs--round .irs-grid-pol:last-child {
    display: none;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-flow: wrap;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls input {
    padding: 0px 10px;
    background: var(--icon-background-color);
    outline: none;
    box-shadow: 0 4px 20px 0 var(--background-color);
    display: flex;
    width: 100%;
    max-width: calc(100% - 29px);
    border: 1px solid var(--button-background-color);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: var(--label-color);
    line-height: 1.6;
    z-index: 1;
}
.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls input:focus{
    background-color: transparent ;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div,
.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-flow: wrap;
    width: 100%;
    max-width: 118px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--button-background-color);
    padding-right: 7px;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div.input-group {
    gap: 0px;
    box-shadow: 0 4px 20px 0 var(--background-color);
    border: 1px solid var(--button-background-color);
    padding: 0px 10px;
    border-radius: 5px;
    width: max-content;
    max-width: max-content;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div.input-group input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    width: max-content;
    max-width: 80px;
}


/* ==============range-slider-Css-End============== */

/* ===============Ring-and-Diaomond-Result_Start============== */
.vdb-rb-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-sizing: border-box;
}

.vdb-rb-result-header .vdb-rb-left_part .vdb-rb-result-status {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--label-color);
    text-transform: capitalize;
}

.vdb-rb-result-header .vdb-rb-right_part {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
}

.vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.vdb-rb-result-header .vdb-rb-icon_serachlist_tumbnail_view_gray:before {
    content: "\e9b1";
}

.vdb-rb-result-header .vdb-rb-icon:before {
    font-size: 20px;
    color: var(--label-color);
}

.vdb-rb-result-header .vdb-rb-icon_serachlist_list_view_gray:before {
    content: "\e9af";
}

.vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--button-background-color);
    cursor: pointer;
}

.vdb-rb-page .vdb-rb-grid-view-sort-price h5 svg path {
    fill: var(--button-background-color);
}

.vdb-rb-page .vdb-rb-grid-view-sort-price h5 svg {
    transform: rotate(-90deg);
    line-height: 1;
    width: 16px;
    transition: all 0.3s linear;
    height: auto;
    margin-top: -5px;
}

.vdb-rb-page .vdb-rb-grid-view-sort-price .vdb-rb-active h5 svg {
    transform: rotate(90deg);
    margin-top: 5px;
}


.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown {
    display: flex;
    flex-flow: column;
    border: 1px solid var(--icon-background-color);
    position: absolute;
    top: 35px;
    right: -20px;
    width: 160px;
    box-sizing: border-box;
    z-index: 1;
    background: var(--icon-background-color);
    display: none;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
    padding: 11px 24px;
}

.vdb-rb-grid-view-sort-price .vdb-rb-active .vdb-rb-sort-price-dropdown {
    display: block;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price {
    position: relative;
    width: 100%;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent {
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding-top: 20px;
}

.vdb-rb-woocommerce-notice {
    margin-top: 30px;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span {
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    color: var(--label-color);
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span:hover {
    cursor: pointer;
    color: var(--label-color);
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting.vdb-rb-active,
.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting:hover {
    color: var(--icon-background-color);
    background-color: transparent;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-sort-title {
    padding-left: 0;
    font-weight: 500;
    color: var(--label-color);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting:hover,
.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting.vdb-rb-active {
    color: var(--label-color);
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting:hover:after,
.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting.vdb-rb-active:after {
    background-color: var(--label-color);
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting {
    padding: 0;
    color: var(--label-color);
    position: relative;
    padding-left: 12px;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-stone-sorting:After {
    /* position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--icon-background-color);
    border-radius: 100%;
    transform: translateY(-50%); */
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent span.vdb-rb-sort-title:after {
    display: none;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent:first-child {
    padding-top: 0;
}

.vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown .vdb-rb-parent:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vdb-rb-result-section .vdb-rb-inner-content {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.vdb-rb-result-wrapper .vdb-rb-tab-content {
    display: none;
}

.vdb-rb-result-wrapper .vdb-rb-tab-content.vdb-rb-current {
    display: block;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid {
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-flow: wrap;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block {
    width: 100%;
    max-width: calc(25% - 23px);
    position: relative;
    box-sizing: border-box;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    flex-flow: column;
    text-decoration: none;
    padding: 3px;
    border-radius: 5px;
    background: var(--icon-background-color);
    transition: all 0.3s linear;
    height: 100%;
    border: 1px solid transparent;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like:hover {
    border-color: #ddd;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-image {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-product-price {
    color: var(--label-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-product-price span {
    color: #8b868d;
    font-size: 14px;
    font-weight: 400;
}


.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-product-price b {
    font-size: 18px;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 100%;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    margin-top: auto;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-product-name {
    color: var(--label-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-amount b {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: var(--label-color);
    font-family: "Nunito Sans", serif;
}

.vdb-rb-result-list-view table {
    width: 100%;
}

.vdb-rb-result-list-view table thead th {
    background: var(--background-color);
}

.vdb-rb-result-list-view table tr th,
.vdb-rb-result-list-view table tr td {
    border-right: 1px solid var(--icon-background-color);
    text-align: left;
    padding: 09px 06px;
    min-width: 70px;
    border-left: none;
    border-top: none !important;
    border-bottom: none;
}

.vdb-rb-result-list-view table tr td.vdb-rb-type-text {
    /* text-align: center; */
}

.vdb-rb-search-result-list-table {
    width: 100%;
    overflow-x: visible;
}

.vdb-rb-result-list-view table thead {
    position: sticky;
    top: 0;
}

.vdb-rb-result-list-view table tr th {
    padding: 9px 20px 9px 10px;
    position: relative;
}

section.vdb-rb-result-section {
    margin-top: 35px;
    margin-bottom: 50px;
    padding-top: 35px;
    border-top: 1px solid var(--background-color);
}

.vdb-rb-search-result-list-table table th:after {
    content: "\e9b3";
    color: var(--button-background-color);
    font-family: "VDB";
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}

i.vdb-rb-icon_sort_arrow_down:before {
    content: "\e94d";
    color: var(--icon-background-color);
    font-size: 6px;
}

.vdb-rb-search-result-list-table table th.vdb-rb-active:after {
    display: none;
}

.vdb-rb-result-list-view table tr th i.vdb-rb-asc-dsc {
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    line-height: 0;
    height: auto;
}

.vdb-rb-result-list-view table thead th.vdb-rb-active {
    background-color: var(--button-background-color);
    color: var(--icon-background-color);
    cursor: pointer;
}

.vdb-rb-stone-filter-lab-slider .slick-track {
    margin-left: 0;
}

.vdb-rb-tab-content .vdb-rb-result-list-view table tr:nth-child(even) td {
    background-color: var(--background-color);
}

.vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs li i.vdb-rb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs li.vdb-rb-current i.vdb-rb-icon {
    background: var(--icon-background-color);
    border-radius: 3px;
}

.vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs li.vdb-rb-current i.vdb-rb-icon::before {
    color: var(--button-background-color);
}

.vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs li i.vdb-rb-icon {
    padding: 5px;
    background: transparent;
}

.vdb-rb-result-list-view table tr td a {
    font-size: 13px;
    font-weight: 400;
    color: var(--label-color);
}

.vdb-rb-result-list-view table tr th {
    font-size: 12px;
    font-weight: 700;
}

.vdb-rb-result-list-view table tr th:after {
    color: var(--label-color);
}

.vdb-rb-result-list-view table tbody tr:nth-child(even):hover td,
.vdb-rb-result-list-view table tbody tr:hover td {
    background: var(--button-background-color);
    color: var(--icon-background-color);
    cursor: pointer;
}

.vdb-rb-result-list-view table tbody tr:hover td a {
    color: var(--icon-background-color);
}

span.vdb-rb-metal-rose-gold {
    background-image: linear-gradient(7deg, #ffd8d8 7%, #e86c63 160%);
    border-color: #e86c63;
}

span.vdb-rb-metal-yellow-gold {
    background-image: linear-gradient(7deg, #f6eab2 7%, #bc8e0c 140%);
    border-color: #bc8e0c;
}

.vdb-rb-metal-iconmetal-shape {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 1;
    color: var(--icon-background-color);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 100%;
    background-image: linear-gradient(255deg, #ebebeb, #e8e8e8 -2%, #676363);
    border: 1px solid #888687;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===============Ring-and-Diaomond-Result_End============== */
.vdb-rb-review-right .vdb-rb-size-drop_down select,
.vdb-rb-size_data select.vdb-rb-ring-size-dropdown {
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid var(--label-color);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url("../images/down.svg");
    background-size: 24px;
    width: 100%;
    color: var(--label-color);
    font-family: "Roboto", serif;
    height: auto;
}

.vdb-rb-review-right .vdb-rb-size-drop_down select option,
select.vdb-rb-ring-size-dropdown option {
    font-size: 16px;
    font-weight: 500;
    color: var(--label-color);
}

/* =============Detail-Pages-Start================= */
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id p,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-title p,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-stock p {
    font-size: 16px;
    color: var(--label-color);
    text-transform: capitalize;
    font-weight: 400;
}


.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id p span,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-title p span,
.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price {
    font-weight: 400;
    color: var(--button-background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id p span {
    font-size: 18px;
}

.vdb-rb-product_detail .vdb-rb-product_content>div,
.vdb-rb-product_detail .vdb-rb-product_content>form>div {
    padding: 10px 0;
    /* border-bottom: 1px solid var(--background-color); */
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id {
    padding-top: 0;
}

.vdb-rb-product_detail .vdb-rb-inner-html {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    flex-flow: wrap;
    padding-bottom: 50px;
}

.vdb-rb-product_detail .vdb-rb-product_image {
    width: 100%;
    max-width: calc(55% - 15px);
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    align-items: flex-start;
}


.vdb-rb-product_detail .vdb-rb-product_content {
    width: 100%;
    max-width: calc(45% - 15px);
}

.vdb-rb-popup .vdb-rb-popup-inner {
    background: var(--icon-background-color);
    border-radius: 10px;
    padding: 30px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 15px;
    right: 15px;
    overflow-y: auto;
    max-width: 700px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-height: max-content;
    text-align: center;
    height: 90vh;
}

.vdb-rb-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    overflow-y: auto;
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    display: none;
    text-align: center;
}

.vdb-rb-popup .vdb-rb-popup-inner .vdb-rb-modal-footer {
    display: flex;
    justify-content: center;
    border: none;
    column-gap: 10px;
    padding: 12px;
    margin-top: 15px;
    flex-flow: wrap;
    gap: 10px;
    padding: 0;
}

.vdb-rb-form .vdb-rb-product-name {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.vdb-rb-popup .vdb-rb-popup-inner .vdb-rb-form .vdb-rb-ask-question-form {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}

.vdb-rb-popup.popup-without-login-wishlist .vdb-rb-popup-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.vdb-rb-popup .vdb-rb-popup-inner a.vdb-rb-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}

.vdb-rb-popup .vdb-rb-popup-inner a.vdb-rb-modal-dismiss:hover {
    background-color: transparent;
}

.vdb-rb-popup .vdb-rb-popup-inner a.vdb-rb-modal-dismiss svg {
    width: 100%;
    height: 100%;
}

.vdb-rb-popup .vdb-rb-popup-inner a.vdb-rb-modal-dismiss svg path {
    fill: var(--label-color);
    transition: all 0.3s linear;
}

.vdb-rb-popup .vdb-rb-popup-inner a.vdb-rb-modal-dismiss:hover svg path {
    fill: var(--button-background-color);
}

.vdb-rb-popup.popup-without-login-wishlist .vdb-rb-popup-inner .vdb-rb-modal-footer {
    flex-flow: column;
    gap: 15px;
    margin-top: 0px;
    width: 100%;
}

.vdb-rb-shank-color-data .vdb-rb-detail-option-box-inner {
    padding: 3px;
}

.vdb-rb-popup.popup-without-login-wishlist .vdb-rb-popup-inner .vdb-rb-modal-footer a.vdb-rb-btn {
    max-width: max-content;
    margin: auto;
}

.vdb-rb-popup .vdb-rb-popup-inner .vdb-rb-enquiry-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
    display: flex;
}

.vdb-rb-popup .vdb-rb-popup-inner form {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
}

.vdb-rb-popup .vdb-rb-popup-inner>.vdb-rb-form {
    padding: 30px 0 0;
    display: flex;
    flex-flow: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.vdb-rb-popup-size-guide .vdb-rb-popup-inner {
    max-width: 90%;
    padding: 40px;
}

.vdb-rb-chart-responsive .table-header,
.vdb-rb-chart-responsive .table-body .table-row {
    display: grid;
    align-items: center;
    grid-template-columns: 13% 14% 13% 15% 25% 20%;
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

.vdb-rb-chart-responsive .table-header {
    background-color: var(--background-color);
    color: var(--label-color);
    font-weight: 500;
}

.vdb-rb-chart-responsive .table-header div,
.vdb-rb-chart-responsive .table-body .table-row div {
    padding: 6px 10px;
}

.vdb-rb-size-chart-wrapper .vdb-rb-chart-responsive .table-body {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.vdb-rb-chart-responsive .table-body .table-row,
.vdb-rb-size-chart-wrapper table tr {
    background-color: var(--icon-background-color);
    border-bottom: 1px solid var(--background-color);
}

.vdb-rb-size-chart-wrapper .vdb-rb-chart-responsive .table-body::-webkit-scrollbar {
    display: none;
}

.vdb-rb-form .vdb-rb-ask-question-form .vdb-rb-half-width {
    width: 100%;
    max-width: calc(50% - 10px);
    position: relative;
    gap: 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.vdb-rb-form .vdb-rb-ask-question-form .vdb-rb-full-width {
    width: 100%;
    width: 100%;
    gap: 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.vdb-rb-form .vdb-rb-ask-question-form .vdb-rb-full-width.vdb-rb-btn_vdb-rb-with_loader {
    display: flex;
    justify-content: center;
}

.vdb-rb-form .vdb-rb-ask-question-form label {
    width: 100%;
    text-align: left;
    display: flex;
    font-size: 14px;
}

.vdb-rb-form .vdb-rb-ask-question-form p span {
    text-align: left;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
}

.vdb-rb-form .vdb-rb-ask-question-form p span input,
.vdb-rb-form .vdb-rb-ask-question-form p span textarea {
    width: 100%;
    background: transparent;
    border: 1px solid var(--background-color);
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 10px;
}

.desc .vdb-rb-active .vdb-rb-icon:before {
    content: "\e94f";
    color: var(--icon-background-color);
    font-size: 6px;
}

.asc .vdb-rb-active .vdb-rb-icon:before {
    content: "\e94d";
    color: var(--icon-background-color);
    font-size: 6px;
}

.vdb-rb-form .vdb-rb-ask-question-form p select {
    text-align: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 07px center;
    background-repeat: no-repeat;
    background-image: url(../images/down.svg);
    background-size: 24px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--background-color);
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
    line-height: 1.618;
}

span.vdb-rb-not-valid-tip {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #dc3232;
    margin-top: 2px;
}

.vdb-rb form.invalid .vdb-rb-response-output {
    border-color: #dc3232;
    color: #dc3232;
}

.vdb-rb form.invalid .vdb-rb-response-output {
    border: 1px solid;
    box-shadow: 0 10px 20px var(--background-color);
    border-radius: 5px;
    padding: 10px 40px;
    margin: 20px 0 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-title {
    margin-bottom: 15px;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_name .vdb-rb-product_title {
    font-size: 24px;
    font-weight: 500;
    font-family: "Nunito Sans", serif;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-about_product .vdb-rb-title p {
    font-weight: 600;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price {
    font-size: 30px;
    border-bottom: 1px solid var(--background-color);
    padding-bottom: 15px;
    font-weight: 500;
    font-family: "Nunito Sans", serif;
}

.vdb-rb-product_detail .vdb-rb-product_content>div.vdb-rb-form {
    padding-top: 15px;
}

.vdb-rb-product_detail .vdb-rb-product_content form .vdb-rb-title p {
    font-weight: 600;
    font-size: 16px;
}

.vdb-rb-product_detail .vdb-rb-product_content>form>div.vdb-rb-size_data,
.vdb-rb-product_detail .vdb-rb-product_content>form>div.vdb-rb-config-data {
    border-bottom: 1px solid var(--background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-button_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-flow: wrap;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s linear;
    color: var(--button-background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a:hover {
    color: var(--label-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a svg {
    width: 30px;
    height: 30px;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button a svg path {
    stroke-width: 2px;
}

.vdb-rb-about_product table tbody tr {
    display: flex;
    border-bottom: 1px solid var(--icon-background-color);
}

.vdb-rb-about_product table tbody tr td,
.vdb-rb-about_product table tbody tr th {
    width: 50%;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    padding: 5px;
    border: none;
}

.vdb-rb-about_product table tbody tr td {
    font-weight: 500;
    font-size: 14px;
}

.vdb-rb-about_product table tbody tr th {
    font-weight: 400;
    font-size: 13px;
}

.vdb-rb-about_product table tbody {
    display: block;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}


.vdb-rb-product_detail .vdb-rb-product_content>div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* =============Detail-Pages-End================= */

/* ===============Step-Start==================== */
.vdb-rb-steps-selection {
    margin: 50px 0;
}

.vdb-rb-steps-selection .vdb-rb-inner-html {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex-flow: wrap;
}

.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap {
    width: 33.33%;
    position: relative;
}

.vdb-rb-steps-wrap .vdb-rb-steps-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: var(--background-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px 20px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-mask-size: 99%;
    mask-size: 99%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-only-mobile {
    display: none;
}

.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
    margin-right: -22px;
    -webkit-mask-image: url("../images/step-1.svg");
    mask-image: url("../images/step-1.svg");
}

.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
    margin-right: -22px;
    -webkit-mask-image: url("../images/step-2.svg");
    mask-image: url("../images/step-2.svg");
    padding-left: 40px;
}

.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
    -webkit-mask-image: url("../images/step-3.svg");
    mask-image: url("../images/step-3.svg");
    padding-left: 40px;
}




.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap.vdb-rb-active-step .vdb-rb-steps-block {
    background-color: var(--button-background-color);
}

.vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap.vdb-rb-active-step {
    -webkit-box-shadow: drop-shadow(16px 16px 40px 0 rgba(28, 5, 37, 0.4));
    box-shadow: drop-shadow(16px 16px 40px 0 rgba(28, 5, 37, 0.4));
    filter: drop-shadow(0px 16px 15px rgba(28, 5, 37, 0.4));
    -webkit-filter: drop-shadow(0px 16px 15px rgba(28, 5, 37, 0.4));
    -moz-filter: drop-shadow(0px 16px 15px rgba(28, 5, 37, 0.4));
    -ms-filter: drop-shadow(0px 16px 15px rgba(28, 5, 37, 0.4));
    -o-filter: drop-shadow(0px 16px 15px rgba(28, 5, 37, 0.4));
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name-with-number {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-number {
    font-size: 56px;
    line-height: 60px;
    font-weight: 400;
    color: var(--label-color);
    line-height: 1.2;
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name {
    font-size: 14px;
    color: var(--label-color);
    text-transform: uppercase;
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name span {
    display: block;
}

.vdb-rb-steps-wrap.vdb-rb-active-step .vdb-rb-steps-block .vdb-rb-steps-number {
    color: var(--icon-background-color);
}

.vdb-rb-steps-wrap.vdb-rb-active-step .vdb-rb-steps-block .vdb-rb-steps-name {
    color: var(--icon-background-color);
}

.vdb-rb-icon_engagement:before {
    content: "\ea7c";
    font-size: 24px;
    font-family: 'VDB';
}

.vdb-rb-labgrown-selected:before {
    content: '\ea09';
    font-size: 20px;
}

.vdb-rb-natural-selected:before {
    content: '\e973';
}

.vdb-rb-gemstone-selected:before {
    content: '\e974';
}

.vdb-rb-icon-mainmenu-switch-diamond:before {
    content: "\e987";
    font-size: 24px;
    font-family: 'VDB';
}

.vdb-rb-refresh-icon:before {
    content: "\ea80";
}

.vdb-rb-icon_shape_ashoka_purple:before {
    content: "\ea97";
    font-family: 'icomoon';
}

.vdb-rb-icon-engagement-Rings:before {
    content: "\ea3a";
    font-size: 32px;
    font-family: 'VDB';
}

.vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--label-color);
    position: relative;
}

.vdb-rb-steps-wrap.vdb-rb-active-step .vdb-rb-steps-block .vdb-rb-icon {
    color: var(--icon-background-color);
}

.vdb-rb-hide-desktop {
    display: none;
}

.vdb-rb-settings-sets-views {
    display: none;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    /* flex-flow: wrap; */
}

.vdb-rb-completed-step .vdb-rb-steps-icon {
    display: none;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views img {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block {
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block .vdb-rb-shop_currency {
    font-size: 14px;
    font-weight: 700;
    color: var(--label-color);
    line-height: 1.2;
    font-family: "Nunito Sans", serif;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div {
    display: flex;
    align-items: center;
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a:first-child {
    padding-right: 10px;
    border-right: 1px solid var(--label-color);
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a:last-child {
    padding-left: 10px;
}

.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a:first-child {
    border-color: var(--icon-background-color);
}

/* .vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a,
.vdb-rb-steps-wrap.vdb-rb-completed-step .vdb-rb-steps-block .vdb-rb-steps-number,
.vdb-rb-steps-wrap.vdb-rb-completed-step .vdb-rb-steps-block .vdb-rb-steps-name 
{
    color: var(--button-background-color);
} */
.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a {
    color: var(--label-color);
    font-size: 14px;
}

.vdb-rb-steps-wrap.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-steps-block .vdb-rb-steps-number,
.vdb-rb-steps-wrap.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-steps-block .vdb-rb-steps-name,
.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block .vdb-rb-shop_currency,
.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a,
.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-icon-switch_checkmark_white:before {
    color: var(--icon-background-color);
}

.vdb-rb-completed-step.vdb-rb-active-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a:hover {
    color: var(--background-color);
}

.vdb-rb-completed-step .vdb-rb-settings-sets-views .vdb-rb-settings-changes-and-views-block>div a:hover {
    color: var(--button-background-color);
}

/* ===============Step-End==================== */
.vdb-rb-response-output:empty {
    display: none;
}

.vdb-rb-shape-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-flow: wrap;
    margin-bottom: 15px;
    min-height: 22px;
}

.vdb-rb-shape-row-dropdown .vdb-rb-shape-row-all {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--button-background-color);
}

.vdb-rb-color-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 26px;
}

.vdb-rb-color-switch .vdb-rb-switch {
    color: var(--label-color);
    background-color: var(--background-color);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 4px 10px;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.vdb-rb-color-switch .vdb-rb-switch.vdb-rb-active {
    background-color: var(--button-background-color);
    color: var(--icon-background-color);
}

.vdb-rb-color-switch .vdb-rb-switch:last-child {
    border-radius: 0 4px 4px 0;
}

.vdb-rb-response-output {
    color: #270;
    background-color: #DFF2BF;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}

.vdb-rb-response-error-output {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}

.vdb-rb-response-error-output:empty {
    display: none;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div.input-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div.input-group span.input-group-text.vdb-rb-carat-input {
    order: 2;
    padding: 0;
}

.vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div.input-group input[data-filter="carat_from"] {
    text-align: right;
    padding-right: 10px;
}

.vdb-rb-slick-next {
    right: 0;
}

.slick-arrow svg path {
    fill: var(--button-background-color);
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view span.vdb-rb-slick-prev {
    top: 0;
    left: 40%;
    transform: rotate(90deg);
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view span.vdb-rb-slick-next {
    bottom: 0;
    top: auto;
    right: auto;
    left: 40%;
    transform: rotate(90deg);
}
/* .vdb-rb-page .site-header {
    position: relative;
}

.vdb-rb-page .site-header.is-sticky {
    position: fixed;
}

.vdb-rb-page.vdb-rb-pop-up-open .site-header {
    visibility: hidden;
    opacity: 0;
} */

/* ====================MEDIA-START========================== */
@media(max-width:1199px) {
    #vdb-rb-3d-canvas-view div#assetManagerLoadingBar {
        top: 50%;
    }

    .vdb-rb-search-result-list-table {
        overflow-x: auto;
    }

    .vdb-rb-product_detail .vdb-rb-product_image,
    .vdb-rb-product_detail .vdb-rb-product_content {
        max-width: calc(50% - 15px);
    }

    .vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
        font-size: 16px;
    }

    .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row .slick-track .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h1,
    .vdb-rb-page h1 {
        font-size: 48px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h2,
    .vdb-rb-page h2 {
        font-size: 44px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h3,
    .vdb-rb-page h3 {
        font-size: 38px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h4,
    .vdb-rb-page h4 {
        font-size: 32px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h5,
    .vdb-rb-page h5 {
        font-size: 26px;
        line-height: 1.3;
        font-weight: 500;
    }

    .vdb-rb-page .vdb-rb-heading_style_h6,
    .vdb-rb-page h6 {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block {
        max-width: calc(33.33% - 20px);
    }

    .vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
        font-size: 16px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 98%;
        mask-size: 98%;
        padding: 10px 30px 10px 16px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2,
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        padding-left: 30px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h1,
    .vdb-rb-page h1 {
        font-size: 44px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h2,
    .vdb-rb-page h2 {
        font-size: 38px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h3,
    .vdb-rb-page h3 {
        font-size: 32px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h4,
    .vdb-rb-page h4 {
        font-size: 26px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h5,
    .vdb-rb-page h5 {
        font-size: 24px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h6,
    .vdb-rb-page h6 {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view span.vdb-rb-slick-prev {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view span.vdb-rb-slick-next {
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-only-mobile {
        display: block;
    }

    .vdb-rb-only-desktop {
        display: none;
    }

    .vdb-rb-result-wrapper .vdb-rb-result-grid {
        gap: 15px;
    }

    .vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
        font-size: 16px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 98%;
        mask-size: 98%;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        padding: 10px 20px 10px 16px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2,
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        padding-left: 25px;
    }

    .vdb-rb-chart-responsive .table-header {
        grid-template-columns: 120px;
        text-align: left;
    }

    .vdb-rb-chart-responsive .table-header div,
    .vdb-rb-chart-responsive .table-body .table-row div {
        padding: 20px 10px;
        word-break: break-word;
    }

    .vdb-rb-chart-responsive .table-body {
        display: grid;
        grid-template-columns: 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16% 16%;
        overflow: auto;
    }

    .vdb-rb-chart-responsive .table-body .table-row {
        grid-template-columns: auto;
    }

    .vdb-rb-size-chart-wrapper .vdb-rb-chart-responsive {
        overflow: hidden;
        display: grid;
        grid-template-columns: 120px auto;
    }

    .vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block {
        max-width: calc(50% - 8px);
    }

    .vdb-rb-product_detail .vdb-rb-product_image,
    .vdb-rb-product_detail .vdb-rb-product_content {
        max-width: 100%;
        position: static;
    }

    .vdb-rb-page .vdb-rb-heading_style_h1,
    .vdb-rb-page h1 {
        font-size: 40px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h2,
    .vdb-rb-page h2 {
        font-size: 34px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h3,
    .vdb-rb-page h3 {
        font-size: 28px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h4,
    .vdb-rb-page h4 {
        font-size: 26px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h5,
    .vdb-rb-page h5 {
        font-size: 24px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h6,
    .vdb-rb-page h6 {
        font-size: 22px;
    }

    .vdb-rb-completed-step .vdb-rb-settings-sets-views {
        display: none;
    }

    .vdb-rb-icon-switch_checkmark_white:before {
        content: "";
        color: var(--button-background-color);
        font-weight: bold;
        font-size: 24px;
    }

    .vdb-rb-completed-step .vdb-rb-check-icon.vdb-rb-hide-desktop {
        display: block;
    }

    .vdb-rb-view-order-detail {
        position: absolute;
        top: 110%;
        left: 0;
        width: auto;
        height: auto;
        border-radius: 8px;
        background-color: var(--background-color);
        /* -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2); */
        padding: 15px;
        z-index: 9;
        min-width: 250px;
    }

    .vdb-rb-view-order-detail .vdb-rb-order-detail-content {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

    .vdb-rb-view-order-detail .vdb-rb-order-detail-content .vdb-rb-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: wrap;
        gap: 10px;
        margin-top: 5px;
    }

    .vdb-rb-view-order-detail .vdb-rb-order-detail-content .vdb-rb-button-wrapper .vdb-rb-btn {
        width: 100%;
        max-width: calc(50% - 5px);
        padding: 10px;
        min-width: unset;
    }

    .vdb-rb-view-order-detail .vdb-rb-order-detail-content p {
        font-size: 16px;
    }

    .vdb-rb-view-order-detail .vdb-rb-order-detail-content .vdb-rb-shop_currency {
        font-size: 22px;
    }

    .vdb-rb-view-order-detail::after {
        content: "";
        position: absolute;
        top: -14px;
        left: 15%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid var(--background-color);
        -webkit-box-shadow: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
        box-shadow: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
        -webkit-filter: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-number {
        font-size: 44px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name {
        font-size: 15px;
    }

    .vdb-rb-icon-mainmenu-switch-diamond:before {
        font-size: 20px;
    }

    .vdb-rb-icon-engagement-Rings:before {
        font-size: 28px;
    }

    .vdb-rb-popup .vdb-rb-popup-inner {
        height: 96vh;
    }
}

@media(max-width:900px) {
    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 97%;
        mask-size: 97%;
    }
}

@media(max-width:830px) {
    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 96%;
        mask-size: 96%;
    }
}

@media(max-width:767px) {
    .vdb-rb-shape-row-header {
        margin-bottom: 0;
        min-height: unset;
    }

    .vdb-rb-filter-wrapper .vdb-rb-row {
        max-width: 100%;
    }

    section.vdb-rb-message-section {
        padding: 15px;
        padding-left: 50px;
    }

    div#vdb-rb-step-ring-review-popup:after {
        left: auto;
        right: 0;
    }

    .vdb-rb-view-order-detail {
        top: 120%;
    }

    body div#vdb-rb-step-ring-review-popup {
        top: 125%;
    }

    div#vdb-rb-step-ring-review-popup:after {
        left: auto;
        right: 0;
    }

    .vdb-rb-natural-selected:before {
        font-size: 18px;
    }

    .vdb-rb-gemstone-selected:before {
        font-size: 20px;
    }

    .vdb-rb-labgrown-selected:before {
        font-size: 16px;
    }

    .vdb-rb-form .vdb-rb-ask-question-form .vdb-rb-half-width {
        width: 100%;
        max-width: 100%;
    }

    .vdb-rb-grid-view-sort-price .vdb-rb-sort-price-dropdown {
        right: -10px;
    }

    .vdb-rb-shape-row-main-wrapper {
        gap: 10px;
    }

    .vdb-rb-range-slider-wrapper {
        gap: 15px;
    }

    .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row,
    .vdb-rb-range-slider-wrapper,
    .vdb-rb-shape-row-main-wrapper .vdb-rb-lab-slider-wrapper {
        display: none;
    }

    .vdb-rb-mobile-filter-active .vdb-rb-shape-row-main-wrapper .vdb-rb-shape-row,
    .vdb-rb-mobile-filter-active .vdb-rb-range-slider-wrapper,
    .vdb-rb-mobile-filter-active .vdb-rb-shape-row-main-wrapper .vdb-rb-lab-slider-wrapper {
        display: block;
    }

    .vdb-rb-filters-selection .vdb-rb-filter-wrapper .vdb-rb-row.vdb-rb-mobile-filter-active {
        min-height: 140px;
    }

    .vdb-rb-filters-selection .vdb-rb-filter-wrapper .vdb-rb-row {
        padding: 15px;
        min-height: unset;
    }

    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div,
    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>input {
        gap: 5px;
    }

    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls input {
        max-width: calc(100% - 22px);
    }

    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>div,
    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls>input {
        max-width: calc(50% - 8px);
    }

    .vdb-rb-range-slider-wrapper .vdb-rb-extra-controls {
        gap: 15px;
    }

    .vdb-rb-result-header .vdb-rb-right_part {
        gap: 15px;
    }

    .vdb-rb-result-header {
        gap: 15px;
        padding: 10px 10px;
    }

    .vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
        font-size: 16px;
    }

    .vdb-rb-result-header .vdb-rb-icon:before {
        font-size: 16px;
    }

    section.vdb-rb-reset-filter-wrapper a span {
        position: relative;
        width: 16px;
        height: 16px;
    }

    .vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs {
        gap: 10px;
    }

    section.vdb-rb-reset-filter-wrapper a {
        font-size: 16px;
    }

    .vdb-rb-steps-selection {
        margin: 30px 0;
    }

    section.vdb-rb-reset-filter-wrapper {
        margin-top: 30px;
    }

    section.vdb-rb-result-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 95%;
        mask-size: 95%;
    }

    .vdb-rb-icon_engagement:before {
        font-size: 20px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2,
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        padding-left: 25px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h1,
    .vdb-rb-page h1 {
        font-size: 30px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h2,
    .vdb-rb-page h2 {
        font-size: 28px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h3,
    .vdb-rb-page h3 {
        font-size: 26px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h4,
    .vdb-rb-page h4 {
        font-size: 24px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h5,
    .vdb-rb-page h5 {
        font-size: 22px;
    }

    .vdb-rb-page .vdb-rb-heading_style_h6,
    .vdb-rb-page h6 {
        font-size: 20px;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_name .vdb-rb-product_title {
        font-size: 20px;
        line-height: 28px;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price {
        font-size: 28px;
        line-height: 1;
    }

    .vdb-rb-product-content-title-top {
        gap: 15px;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id p,
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-title p,
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product_stock_id p span,
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-title p span,
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-stock p {
        font-size: 14px;
    }

    .vdb-rb-about_product table tbody {
        gap: 0;
    }

    .vdb-rb-about_product table tbody tr {
        align-items: flex-start;
    }

    .vdb-rb-about_product table tbody tr th {
        font-size: 12px;
        padding: 0 8px 5px 0px;
    }

    .vdb-rb-about_product table tbody tr td {
        font-size: 12px;
        padding: 0;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name-with-number {
        gap: 3px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-number {
        font-size: 26px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name {
        font-size: 14px;
    }

    /* .vdb-rb-color-switch {
        display: none;
    }

    .vdb-rb-mobile-filter-active .vdb-rb-color-switch {
        display: flex;
    } */
    .vdb-rb-result-wrapper .vdb-rb-result-grid .vdb-rb-result-block .vdb-rb-like .vdb-rb-result-detail .vdb-rb-product-price span {
        display: none;
    }
}

@media(max-width:700px) {
    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 94%;
        mask-size: 94%;
    }
}

@media(max-width:650px) {
    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 93%;
        mask-size: 93%;
    }
}

@media(max-width:600px) {
    .vdb-rb-view-order-detail {
        top: 130%;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block {
        gap: 5px;
        padding: 10px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
        -webkit-mask-image: url("../images/mobile-step-1.svg");
        mask-image: url("../images/mobile-step-1.svg");
        margin-right: -15px;
        padding-left: 10px;
        padding-right: 15px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
        -webkit-mask-image: url("../images/mobile-step-2.svg");
        mask-image: url("../images/mobile-step-2.svg");
        margin-right: -15px;
        padding-left: 25px;
        padding-right: 15px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        -webkit-mask-image: url("../images/mobile-step-3.svg");
        mask-image: url("../images/mobile-step-3.svg");
        margin: 0;
        padding-left: 25px;
        padding-right: 15px;
    }

    .vdb-rb-icon-engagement-Rings:before {
        font-size: 20px;
    }
}

@media(max-width:516px) {
    section.vdb-rb-message-section {
        line-height: 1.3;
    }
}

@media(max-width:500px) {
    .vdb-rb-result-header .vdb-rb-left_part .vdb-rb-result-status {
        font-size: 14px;
        line-height: 1.3;
    }

    .vdb-rb-result-header .vdb-rb-left_part,
    .vdb-rb-result-header .vdb-rb-right_part {
        width: 100%;
        max-width: unset;
    }

    .vdb-rb-result-header .vdb-rb-right_part {
        justify-content: flex-end;
    }

    .vdb-rb-result-header .vdb-rb-left_part {
        max-width: 115px;
    }

    .vdb-rb-result-header .vdb-rb-right_part {
        gap: 10px;
    }

    .vdb-rb-result-header .vdb-rb-right_part .vdb-rb-grid-list-tab .vdb-rb-tabs {
        gap: 0px;
    }

    .vdb-rb-page .vdb-rb-grid-view-sort-price h5 {
        font-size: 14px;
    }

    .vdb-rb-result-header {
        gap: 10px;
        padding: 0;
    }
}

@media(max-width:480px) {
    .vdb-rb-view-order-detail {
        min-width: 200px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
        padding-left: 5px;
        padding-right: 15px;
        margin-right: -12px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
        padding-left: 20px;
        padding-right: 15px;
        margin-right: -12px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        padding-left: 20px;
        padding-right: 15px;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title {
        flex-flow: wrap;
        gap: 10px;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title>p,
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title>div {
        width: 100%;
    }

    .vdb-rb-page .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-btn {
        width: 100%;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-button_wrapper {
        flex-flow: wrap;
    }

    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-wish-button {
        gap: 15px;
    }


    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-number {
        display: none;
    }

    .vdb-rb-icon-switch_checkmark_white:before {
        font-size: 18px;
    }

    .vdb-rb-steps-wrap .vdb-rb-steps-block .vdb-rb-steps-name-with-number {
        gap: 2px;
    }

    .vdb-rb-icon-mainmenu-switch-diamond:before {
        font-size: 20px;
    }

}

@media(max-width:420px) {
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
        margin-right: -11px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
        margin-right: -11px;
    }
}

@media(max-width:390px) {
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
        margin-right: -10px;
        padding-right: 10px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
        margin-right: -10px;
        padding-left: 12px;
        padding-right: 10px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-3 {
        padding-left: 12px;
        padding-right: 10px;
    }
}

@media(max-width:350px) {
    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-1 {
        margin-right: -9px;
    }

    .vdb-rb-steps-selection .vdb-rb-inner-html .vdb-rb-steps-wrap .vdb-rb-steps-2 {
        margin-right: -9px;
    }
}

@media(min-width:768px) {
    .vdb-rb-shape-row-dropdown {
        display: none;
    }
}

/* ====================MEDIA-END========================== */
.vdb-rb-popup .vdb-rb-btn {
    position: relative;
}

.vdb-rb-popup .vdb-rb-btn span.vdb-rb-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: none;
}

.vdb-rb-popup .vdb-rb-btn.vdb-rb-active-spinner span.vdb-rb-spinner {
    display: block;
}

.vdb-rb-popup .vdb-rb-btn span.vdb-rb-spinner:after {
    border: 4px solid transparent;
    border-left-color: var(--icon-background-color);
    border-right-color: var(--icon-background-color);
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
    animation: 1s loader-02 linear infinite;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    box-sizing: border-box;
}

.vdb-rb-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--icon-background-color);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdb-rb-loader-wrapper.vdb-rb-light-bg {
    background-color: rgb(255 255 255 / 80%);
}

.vdb-rb-loader-wrapper .vdb-rb-loader {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.vdb-rb-loader-wrapper .vdb-rb-loader span {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}



img.vdb-add-to-cart-loader {
    display: none;
}

.vdb-rb-loading img.vdb-add-to-cart-loader {
    display: flex;
    gap: 10px;
}

.vdb-rb-loading {
    gap: 10px;
}

.vdb-rb-loader-wrapper img {
    width: 50px;
    height: 50px;
    animation: inex-spinner .5s linear infinite;
}

img.vdb-add-to-cart-loader {
    width: 20px;
    height: 20px;
    animation: inex-spinner .5s linear infinite;
}

@keyframes inex-spinner {
    to {
        transform: rotate(1turn)
    }
}

/* 3D Loader CSS */
div#vdb-rb-step-ring-review-popup {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    min-width: 200px;
    border-radius: 8px;
    background-color: #fdfdfd;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 18px 16px;
    z-index: 9;
}

div#vdb-rb-step-ring-review-popup p.vdb-rb-info-message {
    margin: 0;
    text-align: center;
}

div#vdb-rb-step-ring-review-popup:after {
    content: "";
    position: absolute;
    top: -14px;
    left: auto;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    -webkit-box-shadow: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
    box-shadow: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px -2px 20px rgba(0, 0, 0, 0.2));
}

#vdb-rb-3d-canvas-view #assetManagerLoadingBarContent {
    display: none;
}

#vdb-rb-3d-canvas-view div#assetManagerLoadingBar {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    width: 75px;
    height: 75px;
    margin: inherit;
    background: url('../images/ajax-loader-pdp.webp');
    border: 0;
    z-index: 999999999999;
    background-size: 50px;
    background-repeat: no-repeat;
    display: none;
    background-position: center center;
    transform: translate(-50%, -50%);
}

@media(max-width:1199px) {
    #vdb-rb-3d-canvas-view div#assetManagerLoadingBar {
        top: 50%;
    }
}

@media(max-width:991px) {
    #vdb-rb-3d-canvas-view div#assetManagerLoadingBar {
        left: 50%;
        top: 50%;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view {
        position: relative;
    }
}