/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-content {
    padding: 50px 10px;
    display: flex;
    flex-flow: column;
    max-width: 1200px;
    margin: 0 auto;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-content .vdb-natural-back_single-page {
    display: flex;
    color: var(--natural-button-background-color);
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-content .vdb-natural-back_single-page svg path {
    fill: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-content .vdb-natural-back_single-page p {
    margin: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-product_cat-diamonds .vdb-natural-img-wrapper {
    position: relative;
    width: 50%;
    float: left;
    padding: 0;
}

.vdb-natural-response-error-output {
    color: #270;
    background-color: #DFF2BF;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}

.vdb-natural-response-error-output:empty {
    display: none;
}

.vdb-natural-diamond-detail-page figure {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner,
.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup-inner {
    border-radius: 10px;
}

.vdb-natural-diamond-detail-page img.vdb-natural-zoomImg {
    background-color: var(--natural-icon-background-color);
    width: 100%;
    border-radius: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-video_cerificate-cotent {
    overflow: hidden;
    clear: both;
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content {
    margin-top: 20px;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-btn {
    gap: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-video-content {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    padding: 0;
    background: var(--natural-button-background-color);
    border: 2px solid var(--natural-button-background-color);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    outline: none;
    transition: all 0.3s linear;
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action:hover {
    background-color: var(--natural-icon-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action:hover i:before {
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action i:before {
    transition: all 0.3s linear;
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action .vdb-natural-icon {
    font-size: 26px;
}

.vdb-natural-diamond-detail-page .vdb-natural-additional-content .vdb-natural-action .vdb-natural-icon.vdb-natural-icon_detail_page_video_white {
    font-size: 20px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup,
.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup {
    background: rgba(51, 51, 51, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner,
.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: var(--natural-icon-background-color);
    max-height: max-content;
    overflow: auto;
    height: 65vh;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup-inner .vdb-natural-certificate-popup-close {
    box-shadow: none;
    top: 10px;
    right: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup-inner {
    padding: 10px 0;
}

.vdb-natural-diamond-detail-page #vdb-natural-form-popup-modal .vdb-natural-diamond-video-popup-inner {
    padding: 40px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup .vdb-natural-diamond-video-popup-inner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vdb-natural-diamond-detail-page .vdb-natural-certificate-popup-close,
.vdb-natural-diamond-detail-page .vdb-natural-video-popup-close {
    background: url(../images/close.svg) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 15px;
    box-shadow: 0px 0px 3px var(--natural-label-color);
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(20%) sepia(2%) saturate(3990%) hue-rotate(279deg) brightness(98%) contrast(83%);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .vdb-natural-video-popup-close {
    top: 10px;
    right: 10px;
    box-shadow: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-woocommerce-Certificate-title {
    margin: unset;
    color: #3a3a3a;
    font-weight: 400;
    font-size: 24px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup iframe,
.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup iframe {
    border: unset;
    background: var(--natural-icon-background-color);
    padding: 18px 10px 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 0;
}

.vdb-natural-diamond-detail-page form .vdb-natural-enquiry-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner video {
    display: block;
    margin: auto;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup.vdb-natural-openModal,
.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup.vdb-natural-openModal {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}

.vdb-natural-diamond-detail-page .vdb-natural-summary {
    width: 46%;
    float: right;
    clear: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-woocommerce-breadcrumb {
    zoom: 1;
    margin: 0 0 10px;
    padding: 0;
    font-size: .92em;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-woocommerce-breadcrumb a {
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-woocommerce-breadcrumb a:hover {
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-single-product-category {
    display: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-product_title {
    font-size: 24px;
    color: var(--natural-label-color);
    margin: 0;
    font-weight: 500;
    padding: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-price {
    color: var(--natural-label-color);
    font-size: 30px;
    border-bottom: 1px solid var(--natural-background-color);
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    line-height: 1;
}

.vdb-natural-diamond-detail-page .vdb-natural-price .vdb-natural-woocommerce-Price-amount {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-ast-stock-detail {
    font-size: 1em;
    margin-bottom: 5px;
}

.vdb-natural-diamond-detail-page span.vdb-natural-ast-stock-avail {
    font-weight: 700;
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-stock.in-stock {
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-type {
    margin-bottom: 0px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-type b {
    font-weight: 700;
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-type span {
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 20px 0;
    gap: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart {
    zoom: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}


.vdb-natural-diamond-detail-page .vdb-natural-posted_in a,
.vdb-natural-diamond-detail-page span.vdb-natural-tagged_as a {
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-posted_in a:hover,
.vdb-natural-diamond-detail-page span.vdb-natural-tagged_as a:hover {
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-btn {
    margin-bottom: 0;
    float: left;
    text-transform: unset;
}

.vdb-natural-diamond-detail-page .vdb-natural-enquiry-now .vdb-natural-hide {
    font-size: 24px;
    color: var(--natural-label-color);
    margin: 0 0 .5em 0;
    display: none;
    padding-bottom: 9px;
}

.vdb-natural-diamond-detail-page .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal;
}

.vdb-natural-diamond-detail-page figure .vdb-natural-diomond-image {
    width: 100%;
    border-radius: 3px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner p {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #00243B;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup-inner .vdb-natural-certificate-iframe {
    height: max-content;
    padding-top: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form {
    background: var(--natural-icon-background-color);
    padding: 40px;
    text-align: left;
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 15px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p {
    margin-bottom: 0;
    width: 100%;
    max-width: calc(50% - 8px);
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p label {
    width: 100%;
    text-align: left;
    font-weight: 500;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p:nth-child(4),
.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p:nth-child(5) {
    max-width: 100%;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p label .wpcf7-form-control-wrap {
    padding-top: 10px;
    width: 100%;
    display: block;
    position: relative;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p label .wpcf7-form-control-wrap input {
    width: 100%;
    padding: .75em;
    color: #666;
    height: auto;
    border-width: 1px;
    border-style: solid;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s linear;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner .wpcf7-form>p label .wpcf7-form-control-wrap textarea {
    height: 130px;
    border-color: #e5e5e5;
    background-color: var(--natural-icon-background-color);
    box-shadow: none;
    border-radius: 0;
    color: #666;
    border-width: 1px;
    border-style: solid;
    background: transparent;
    box-sizing: border-box;
    transition: all .2s linear;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner input.wpcf7-submit {
    margin-right: 10px;
    background: var(--natural-button-background-color);
    font-size: 14px;
    line-height: 50px;
    height: 53px;
    font-weight: 500;
    color: var(--natural-background-color);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 35px;
    padding: 0 50px;
    transition: all ease 500ms;
    border: 2px solid var(--natural-button-background-color);
    margin-bottom: 0;
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup-inner input.wpcf7-submit:hover {
    background: var(--natural-background-color);
    color: var(--natural-button-background-color);
    border-color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar .vdb-natural-standalone_title {
    font-size: 16px;
    font-weight: 600;
    color: var(--natural-label-color);
    margin-bottom: 15px;
    margin-top: 15px;
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes {
    padding-top: 0;
    border: none;
    width: 100%;
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes tbody {
    display: flex;
    flex-wrap: wrap;
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes tbody tr {
    display: flex;
    width: 50%;
    border: none;
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes tbody tr td {
    width: 50%;
    text-align: left;
    border: none;
    font-size: 14px;
    padding: 0.5em;
    font-style: normal;
    border-top: 0;
    margin: 0;
    line-height: 1.5;
    background: transparent;
    color: var(--natural-label-color);
}

#vdb-nd-heart_and_arrow_detail_section p {
    color: var(--natural-label-color);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.vdb-nd-hearts_arrows-icon {
    color: red;
    margin-right: 8px;
    font-size: 22px;
}

.vdb-nd-hearts_arrows-icon:before {
    content: "\ea59";
    font-size: 22px;
    font-family: 'VDB';
}

.vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes tbody tr th {
    width: 50%;
    font-weight: 500;
    border-top: 0;
    margin: 0;
    line-height: 1.5;
    text-align: left;
    padding: 0.5em;
    border: none;
    font-size: 14px;
    background: transparent;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-product_meta {
    font-size: .9em;
    border: none;
}

.vdb-natural-diamond-detail-page span.vdb-natural-sku_wrapper,
.vdb-natural-diamond-detail-page .vdb-natural-posted_in {
    display: inline-block;
    margin-right: 15px;
    align-items: center;
    font-weight: 500;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page span.vdb-natural-sku_wrapper span.vdb-natural-sku,
.vdb-natural-diamond-detail-page .vdb-natural-posted_in a,
.vdb-natural-diamond-detail-page span.vdb-natural-tagged_as a {
    font-weight: 400;
}

.vdb-natural-diamond-detail-page span.vdb-natural-tagged_as {
    display: inline-block;
    align-items: center;
    font-weight: 500;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-summary p {
    margin: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-summary .vdb-rb-product_stock_id {
    margin-bottom: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-summary .vdb-rb-product_stock_id p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: var(--natural-label-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-summary .vdb-rb-product_stock_id p span {
    color: var(--natural-button-background-color);
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form .vdb-natural-half-width {
    width: 100%;
    max-width: calc(50% - 10px);
    position: relative;
    gap: 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form .vdb-natural-full-width {
    width: 100%;
    width: 100%;
    gap: 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form p label {
    width: 100%;
    text-align: left;
    display: flex;
    font-size: 14px;
    margin: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form p span {
    text-align: left;
    display: flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form p span input,
.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form p span textarea {
    width: 100%;
    background: transparent;
    border: 1px solid var(--natural-background-color);
    outline: none;
    box-shadow: none;
    border-radius: 5px !important;
    padding: 10px;
}

.vdb-natural-diamond-detail-page .vdb-natural-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(--natural-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;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form .vdb-natural-full-width.vdb-natural-btn_vdb-natural-with_loader {
    display: flex;
    justify-content: center;
}

.vdb-natural-diamond-detail-page .vdb-natural-ask-question-form .vdb-natural-full-width button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: none;
}

.vdb-natural-video-iframe {
    padding: 40px 0 20px;
    max-height: max-content;
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-btn img {
    width: 20px;
    height: 20px;
    animation: inex-spinner .5s linear infinite;
    display: none;
    margin: 0;
}

.vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-btn.vdb-natural-loading img {
    display: flex;
}

@keyframes inex-spinner {
    to {
        transform: rotate(1turn)
    }
}

@media(max-width:1199px) {
    .vdb-natural-diamond-detail-page .vdb-natural-summary {
        width: 48%;
    }
}

@media(max-width:991px) {

    .vdb-natural-diamond-detail-page .vdb-natural-product_cat-diamonds .vdb-natural-img-wrapper,
    .vdb-natural-diamond-detail-page .vdb-natural-summary {
        width: 100%;
        max-width: 100%;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-summary {
        margin-top: 30px;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-single_add_to_cart_button {
        line-height: 44px;
        height: 45px;
        padding: 0 22px;
        min-width: 140px;
        width: 100%;
    }
}

@media(max-width:767px) {
    .vdb-natural-diamond-detail-page .vdb-natural-woocommerce-Certificate-title {
        font-size: 20px;
    }

    .vdb-natural-diamond-detail-page #vdb-natural-form-popup-modal .vdb-natural-diamond-video-popup-inner {
        padding: 30px;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-cart .vdb-natural-single_add_to_cart_button {
        line-height: 40px;
        height: 42px;
        padding: 0 15px;
        min-width: max-content;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-ask-question-form .vdb-natural-half-width {
        max-width: 100%;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-diamond-certificate-popup iframe,
    .vdb-natural-diamond-detail-page .vdb-natural-diamond-video-popup iframe {
        min-height: 300px;
    }
}

@media(max-width:480px) {
    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone {
        flex-flow: column;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-btn {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone form,
    .vdb-natural-diamond-detail-page .vdb-natural-twobuttoninone .vdb-natural-enquiry-now {
        width: 100%;
    }

    .vdb-natural-diamond-detail-page .vdb-natural-tabsidebar table.vdb-natural-shop_attributes tbody tr {
        width: 100%;
    }

    .vdb-natural-diamond-detail-page span.vdb-natural-sku_wrapper,
    .vdb-natural-diamond-detail-page .vdb-natural-posted_in {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 5px;
    }
}