/**
 * All of the CSS for your ring-creator page functionality should be
 * included in this file.
 */
.vdb-rb_vid_cert_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-flow: column;
    width: 100%;
    max-width: calc(15% - 10px);
    order: 1;
}
.vdb-rb_vid_cert_wrapper a img {
    width: 100%;
    height: 100%;
}
.vdb-rb_vid_cert_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0px;
    border: 2px solid transparent;
    border-radius: 04px;
    width: 100%;
    height: auto;
    background: var(--background-color);
    aspect-ratio: 1/1;
    max-width: 80px;
}

.vdb-rb_vid_cert_wrapper div {
    width: 100%;
}

.vdb-rb_vid_cert_wrapper a:hover,
.vdb-rb_vid_cert_wrapper .vdb-rb-selected a {
    border-color: var(--button-background-color);
}

.vdb-rb_vid_cert_wrapper .vdb-rb-active a {
    border-color: var(--button-background-color);
}

.vdb-rb_vid_cert_wrapper a i.vdb-rb-icon::before {
    font-size: 40px;
    color: var(--label-color);
}

.vdb-rb_vid_cert_wrapper a:hover i.vdb-rb-icon::before,
.vdb-rb_vid_cert_wrapper .vdb-rb-selected a i.vdb-rb-icon::before {
    color: var(--button-background-color);
}

.vdb-rb-certificate-modal,
.vdb-rb-video-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
    position: relative;
    box-shadow: 0px 5px 10px 0 var(--background-color);
    border: 2px solid var(--background-color);
    border-radius: 04px;
    min-height: 630px;
    max-height: 630px;
    display: flex;
    width: 100%;
    max-width: calc(85% - 10px);
    order: 2;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdb-rb-certificate-modal .vdb-rb-certificate-modal-inner,
.vdb-rb-video-modal .vdb-rb-video-modal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    border-radius: 04px;
    padding: 30px;
}

.vdb-rb-certificate-modal .vdb-rb-inner-text-wrap,
.vdb-rb-video-modal .vdb-rb-inner-text-wrap {
    height: 100%;
    width: 100%;
}

.vdb-rb-certificate-modal .vdb-rb-inner-text-wrap iframe,
.vdb-rb-video-modal .vdb-rb-inner-text-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 04px;
}

.vdb-rb-certificate-modal .vdb-rb-modal-footer,
.vdb-rb-video-modal .vdb-rb-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper>div {
    width: 100%;
}

.vdb-rb-product_detail .vdb-rb-product_content>div.vdb-rb-product_name {
    padding: 0;
}

.vdb-rb-product_detail .vdb-rb-product_content .vdb-rb-price {
    padding-bottom: 10px;
}

#heart_and_arrow_detail_section p {
    color: #72707a;
    font-size: 13px;
    display: flex;
    align-items: center;
}

#heart_and_arrow_detail_section p .vdb-rb-icon {
    margin-right: 8px;
    font-size: 22px;
}

#heart_and_arrow_detail_section span {
    color: red;
}

.vdb-rb-hearts_arrows-icon::before {
    content: "\ea59";
    font-size: 22px;
}

@media(max-width:1199px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
        min-height: 400px;
        max-height: 400px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image,
    .vdb-rb-product_detail .vdb-rb-product_content {
        max-width: calc(50% - 15px);
    }

    .vdb-rb_vid_cert_wrapper a i.vdb-rb-icon::before {
        font-size: 30px;
    }
}

@media(max-width:991px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
        min-height: 800px;
        max-height: 800px;
    }

    .vdb-rb_vid_cert_wrapper a {
        width: 80px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image,
    .vdb-rb-product_detail .vdb-rb-product_content {
        max-width: 100%;
    }

    .vdb-rb_vid_cert_wrapper div {
        width: max-content;
    }
}

@media(max-width:767px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper img {
        max-height: 420px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
        min-height: 500px;
        max-height: 500px;
    }

    .vdb-rb-product_detail .vdb-rb-product_image {
        flex-flow: column;
    }

    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
        order: 1;
        flex-flow: wrap;
        max-width: 100%;
    }

    .vdb-rb_vid_cert_wrapper {
        order: 2;
        flex-flow: wrap;
        max-width: 100%;
        justify-content: flex-start;
    }

    .vdb-rb_vid_cert_wrapper a {
        width: 60px;
    }
}

@media(max-width:480px) {
    .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper img {
            max-height: 280px;
        }
    
        .vdb-rb-product_detail .vdb-rb-product_image .vdb-rb-image_wrapper {
            min-height: 350px;
            max-height: 350px;
        }

    .vdb-rb-page .vdb-rb-product_detail .vdb-rb-product_content form {
        width: 100%;
        display: flex;
    }
}