/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view,
.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view {
    border: 2px solid var(--background-color);
    border-radius: 04px;
    width: 100%;
    max-width: calc(86% - 10px);
    min-height: 600px;
    max-height: 600px;
    display: flex;
    /* align-items: center;
    justify-content: center; */
}
.vdb-rb-ring-detail-page table#vdb-rb-side-stone-detail {
    width: 100%;
}
.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view canvas {
    border-radius: 10px;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view img {
    border-radius: 10px;
    width: 100%;
}

.vdb-rb-about_product table tbody {
    -webkit-columns: 1;
    columns: 1;
}

.vdb-rb-about_product table tbody tr th {
    width: 25%;
}

.vdb-rb-about_product table tbody tr td {
    width: 75%;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide {
    border: 2px solid var(--background-color);
    padding: 0px;
    border-radius: 04px;
    margin-right: 7px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdb-rb-ring-detail-page .vdb-rb-large_view.slick-slider .slick-list {
    max-width: 100%;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide.vdb-rb-selected,
.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide:hover {
    border-color: var(--button-background-color);
    cursor: pointer;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track {
    gap: 0;
    height: 100%;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track:after,
.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track:before {
    display: none;
}

.vdb-rb-thumb {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 20px;
}

.vdb-rb-thumb>.vdb-rb-img-wrapper {
    width: 100%;
    max-width: calc(20% - 10px);
    border: 2px solid var(--background-color);
    padding: 5px;
    border-radius: 04px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdb-rb-thumb .vdb-rb-thumb_view {
    width: 100%;
    max-width: calc(80% - 10px);
}

.vdb-rb-thumb.vdb-rb-without-3d .vdb-rb-thumb_view {
    max-width: 100%;
}

.vdb-rb-thumb>.vdb-rb-img-wrapper:hover {
    border-color: var(--button-background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content form>div table {
    margin-bottom: 0;
}

.vdb-rb-detail-option-box,
.vdb-rb-shape-box {
    display: flex;
    flex-flow: column;
    gap: 5px;
    cursor: pointer;
}

.vdb-rb-detail-option-box-inner,
.vdb-rb-shape-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;
}

.vdb-rb-size_slider_inner .slick-slide>div {
    width: 60px;
    height: 55px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdb-rb-thumb .vdb-rb-video-wrapper {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.vdb-rb-thumb .vdb-rb-video-wrapper video {
    display: none;
}

.vdb-rb-thumb .vdb-rb-video-wrapper:after {
    position: absolute;
    content: "\e9fa";
    font-family: 'VDB';
    font-size: 40px;
    line-height: 1;
    font-style: normal;
}

.vdb-rb-detail-option-box-title,
.vdb-rb-shape-box-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}

.vdb-rb-ring-detail-page .slick-track .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdb-rb-ring-detail-page .slick-track:after,
.vdb-rb-ring-detail-page .slick-track:before {
    display: none;
}

.vdb-rb-size-box p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.vdb-rb-product-content-title-top {
    display: flex;
    flex-flow: column;
    gap: 10px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid var(--background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-product-content-title-top .vdb-rb-price {
    border-bottom: none;
    padding-bottom: 0;
}

.vdb-rb-size_slider .vdb-rb-size-box:hover p,
.vdb-rb-size_slider .vdb-rb-selected .vdb-rb-size-box p {
    color: var(--icon-background-color);
}

.vdb-rb-size_slider .vdb-rb-size-box p {
    transition: all 0.3s linear;
}

.vdb-rb-about_product table tbody tr {
    width: 100%;
}

.vdb-rb-detail-option-box-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vdb-rb-ring-detail-page .slick-slider.vdb-rb-options-slider .slick-list {
    max-width: 90%;
    min-width: 90%;
}

.vdb-rb-ring-detail-page .slick-slider.vdb-rb-options-slider .slick-list .slick-track {
    min-width: 100%;
}


.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title .view-size-guide-btn {
    font-size: 14px;
    font-weight: 500;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title a {
    color: var(--button-background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-size_data .vdb-rb-title a:hover {
    color: var(--label-color);
}

.vdb-rb-desc ul {
    margin-left: 20px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.vdb-rb-desc ul li {
    font-weight: 500;
}

.vdb-rb-thumb>.vdb-rb-img-wrapper.vdb-rb-3d-active {
    border-color: var(--button-background-color);
}

.vdb-rb-ring-detail-page .slick-slider.vdb-rb-thumb_view .slick-list {
    max-width: 90%;
    height: 100%;
    min-width: unset;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.vdb-rb-product_detail .vdb-rb-product_content>div.vdb-rb-product_name {
    border-bottom: 1px solid var(--background-color);
}

.vdb-rb-product_detail .vdb-rb-product_content form .vdb-rb-title p {
    font-weight: 700;
    font-size: 14px;
    font-family: "Nunito Sans", serif;
}

.vdb-rb-product_detail .vdb-rb-product_content>div:last-child .vdb-rb-title p {
    font-size: 14px;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-description .vdb-rb-title p {
    font-size: 14px;
    font-weight: 600;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-description .vdb-rb-desc p {
    font-size: 14px;
    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-detail-option-box:hover .vdb-rb-detail-option-box-title,
.vdb-rb-selected .vdb-rb-detail-option-box .vdb-rb-detail-option-box-title {
    color: var(--label-color);
}

@media(min-width:992px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-3dvdb-rb-btn {
        max-width: 100%;
        max-height: 60px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-3dvdb-rb-btn+.vdb-rb-thumb_view {
        max-width: 100%;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper {
        min-height: 45px;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper:after {
        font-size: 30px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view {
        width: 100%;
        max-width: calc(86% - 10px);
        order: 2;
        min-height: 600px;
        max-height: 600px;
        display: flex;
        padding: 30px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view {
        order: 2;
        position: relative;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb {
        max-width: calc(14% - 10px);
        order: 1;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view {
        display: flex;
        flex-flow: column;
        padding: 30px 0;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view .slick-arrow[alt="Previous Arrow"] {
        top: 0;
        left: 40%;
        transform: rotate(90deg);
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view .slick-arrow[alt="Next Arrow"] {
        bottom: 0;
        left: 40%;
        transform: rotate(90deg);
        top: auto;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-thumb_view .slick-list {
        max-width: 100%;
        max-height: 95%;
        margin: auto;
    }

    .vdb-rb-product_detail .vdb-rb-product_image {
        flex-flow: wrap;
        gap: 20px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide {
        margin: 5px auto;
        width: 100% !important;
    }
}

@media(min-width:1025px) {
    .vdb-rb-thumb .vdb-rb-video-wrapper {
        min-height: 48px;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper:after {
        font-size: 30px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-3dvdb-rb-btn {
        max-height: 70px;
    }
}

@media(min-width:1101px) {
    .vdb-rb-thumb .vdb-rb-video-wrapper {
        min-height: 54px;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper:after {
        font-size: 32px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb .vdb-rb-3dvdb-rb-btn {
        max-height: 80px;
    }
}

@media(min-width:1201px) {
    .vdb-rb-thumb .vdb-rb-video-wrapper {
        min-height: 76px;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper:after {
        font-size: 40px;
    }
}

@media(max-width:991px) {

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track {
        display: flex;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-thumb_view .slick-track .slick-slide {
        height: auto;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view,
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view {
        max-width: 100%;
    }

    .vdb-rb-size-chart-wrapper .vdb-rb-chart-responsive .table-body {
        max-height: unset;
    }

    .vdb-rb-thumb>.vdb-rb-img-wrapper {
        max-width: calc(12% - 10px);
    }

    .vdb-rb-thumb .vdb-rb-thumb_view {
        max-width: calc(88% - 10px);
    }
}

@media(max-width:767px) {

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view,
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-3d-canvas-view {
        min-height: 400px;
        max-height: 400px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-large_view img {
        max-height: 395px;
    }

    .vdb-rb-thumb .vdb-rb-video-wrapper:after {
        font-size: 30px;
    }

    .vdb-rb-thumb>.vdb-rb-img-wrapper {
        max-width: calc(14% - 10px);
    }

    .vdb-rb-thumb .vdb-rb-thumb_view {
        max-width: calc(86% - 10px);
    }

    .vdb-rb-ring-detail-page .slick-slider .slick-list {
        max-width: 85%;
    }

    .vdb-rb-chart-responsive .table-body {
        grid-template-columns: 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50% 50%;
    }

    .vdb-rb-chart-responsive .table-body .table-row {
        border-bottom: 0;
        padding: 0;
    }

    .vdb-rb-chart-responsive .table-body .table-row div {
        border-bottom: 1px solid var(--background-color);
    }

    .vdb-rb-chart-responsive .table-body .table-row div {
        justify-content: center;
    }

    .vdb-rb-chart-responsive .table-header div,
    .vdb-rb-chart-responsive .table-body .table-row div {
        padding: 10px;
        min-height: 53px;
        font-size: 12px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--background-color);
    }

    .vdb-rb-chart-responsive .table-header {
        grid-template-columns: 100%;
        padding: 0;
    }

    .vdb-rb-size-chart-wrapper .vdb-rb-chart-responsive {
        grid-template-columns: 50% auto;
    }
}

@media(max-width:600px) {
    .vdb-rb-thumb>.vdb-rb-img-wrapper {
        max-width: calc(17% - 10px);
    }

    .vdb-rb-thumb .vdb-rb-thumb_view {
        max-width: calc(83% - 10px);
    }
}

@media(max-width:500px) {
    .vdb-rb-thumb>.vdb-rb-img-wrapper {
        max-width: calc(20% - 10px);
    }

    .vdb-rb-thumb .vdb-rb-thumb_view {
        max-width: calc(80% - 10px);
    }
}

@media(max-width:480px) {
    .vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-button_wrapper form {
        width: 100%;
        display: flex;
    }
}

@media(max-width:380px) {
    .vdb-rb-thumb>.vdb-rb-img-wrapper {
        max-width: calc(28% - 10px);
    }

    .vdb-rb-thumb .vdb-rb-thumb_view {
        max-width: calc(72% - 10px);
    }
}


/* Initially hide the container content */
.vdb-rb-loading-media {
    visibility: hidden;
}

/* Add fade-in effect */
.vdb-rb-fade-in-media {
    visibility: visible;
    animation: vdbFadeIn 0.5s ease-in-out;
}

/* Define the fade-in animation */
@keyframes vdbFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}