  /*@font-face {
    font-family: 'Verlag-Black';
    src: url('Verlag-Black.ttf');   
}

@font-face {
    font-family: 'Optima';
    src: url(unicode.optima.ttf);
}

@font-face {
    font-family: 'Verdana';
    src: url(verdana.ttf);
}

@font-face {
    font-family: 'Cinzel';
    src: url(Cinzel-Regular.otf);
}*/

/*--------------- DMOL Landing ----------------------*/
#ebook-certificate-num-container {
  text-align: center;
}
h4 {
    font-family: Optima;
    text-transform: uppercase;
    font-size: 18px!important;
}
#ebook-certificate-num-container #dmolCertificateNumber {
  margin: 10px;
}

/*DMOL Report styles*/

.jp-dmol-report-container input
{
    font-family: "Optima";
    font-size: 13px;
    padding: 5px 20px!important;
}
.jp-dmol-report-container #dmol-report-header p.email {
    margin-left: 10px;
    float:left;
    display:inline-flex;
    padding-left: 10px;
    padding-right: 12px;
}
.jp-dmol-report-container #dmol-report-header .report-field {
	padding-top: 60px;
	margin-right: 15px;
}
.jp-dmol-report-container input::placeholder {
    color: grey;
}
.jp-dmol-report-container .small-logo-border{
	display:flex;
	margin: -5px 0 15px 0;
}
.jp-dmol-report-container .small-logo-border .border {
    border: none!important;
    border-top: 1px solid #dedbd8 !important;
    margin-top: 15px;
} 
.jp-dmol-report-container .small-logo-border .logo-image {
    margin: 0 10px;
}
.jp-dmol-report-container .small-logo-border hr {
    /*width: 150%;*/
}

.dmol-tab-heading{
    font-family: "Optima";
    font-size: 15px;
}

#jp-dmol-left-sidebar .brown-bg {
    background-color: #8b7b73;
    padding-left: 20px;
    padding-top: 5px!important;
    height: 42px;
    margin: 15px -15px 15px 15px;
}
.padding-l-r {
    padding: 5px 20px 0px 40px!important;
}

#jp-dmol-left-sidebar p{
    font-size: 12px!important;
    margin-bottom: 0px!important;
    color: #8c8b88!important;
    line-height: 25px;
}

#jp-dmol-left-sidebar div.vce{
    margin-bottom: 0px!important;
}
/*DMOL - Diamond Journey Page*/

/**
 * Tabs Container
 */
.tabs-container {
    padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Tabs
 */
.tabs {
    display: flex;
}

.tabs > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabs > ul li {
    display: block;
}

/*.tabs > ul li:not(:last-child) {
    border-bottom: 1px solid #262626;
}*/

.tabs > ul li a > .tab-head-heading
{
    text-transform: uppercase;
    font-weight: 500;
    font-family: Cinzel!important;
    font-size: larger;
    color: black;
}

.tabs > ul li a,
.tabs > ul li a:visited {
    display: flex;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
}

/*.tabs > ul li a:visited > .tab-head-heading, */
.tabs > ul li a.active > .tab-head-heading, 
#menu-dmol-menu > li a:active, 
#menu-dmol-menu > li a:hover
{
    color:#8b7b73!important;
}

#menu-dmol-menu > li a
{
    color: black!important;
}

.tabs > ul li a
{
    position: relative;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  float: right;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
    /*border-bottom: none;*/
    outline: 0;
}

.tabs > ul li a:hover:not(.active) {
    color: #0067b8;
}

.tabs > ul li a > span {
    width: 100%;
    display: flex;
    /*align-items: center;
    justify-content: center;
    text-align: center;*/
}

.tabs > ul li a > span.tab-label {
    display: none;
}

.tabs > ul li a.active > span.tab-head-heading:after
{
    content: ">";
    position: absolute;
    top: 25%;
    right: 0px;
    color: #8b7b73;
}

.tabs section {
    width: 85%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
}

.tabs section > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
    transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
    transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
    transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
    transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
    transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
    transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
    transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
    transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
    transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
    transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
    transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
    transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
    transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
    transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
    transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
    transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
    transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
    transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
    transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
    transition-delay: 2.1s;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content > * {
    opacity: 1;
    transform: translateY(0);
}

/* If not required to be removed
.tab-body p
{
    margin-top: 20px;
}*/

@media (max-width:767px){
    .hide-on-mobile {
        display: none;
    }
    a.next.hide-on-large-device {
        float: right;
        font-size: 23px;
    }
    a.prev.hide-on-large-device{
        font-size: 23px;
    }
    .row.your-diamond-journey-cta-container {
        margin-bottom: 10px;
    }
    .accordion {
        background-color: #f2ecea;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-family:Optima;
        text-transform: uppercase;
        font-size: 15px;
        transition: 0.4s;
        color: #8e746b;
    }

    .accordion.active, 
    .accordion:hover {
        background-color: #f2ecea;
    }

    .accordion:after {
        content: '\f107';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-family: 'Font Awesome 5 Pro';
    }

    .accordion.active:after {
        content: '\f106';
    }

    .panel {
        padding: 0px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .padding-top-bottom{
        padding:0px 0px 10px 0px;
    } 
    .padding-left-right {
        padding: 10px 20px 10px 20px;
    }
}
@media (max-width:1500px){
ul#dmolMenu {
    padding: 0px;
    font-family: Optima;
    line-height: 16.8pt;
    font-size: 12px;
}
li {
    padding-right: 18px;
}
}
@media (max-width: 575px){
    /*DMOL Report header*/
    .email-phone-header {
        display: none;
    }
    input#renderDMOLReport {
        display: none;
    }
    #jp-dmol-left-sidebar{
        width: 93%!important;
    }
    .icons {
        display: none!important;
    }
    .jp-dmol-report-container input{
        float:none!important;
        margin-top: 10px;
    }
    .jp-logo-container {
        padding-left: 97%;
        padding-top: 0px!important;
        margin-top: -10px;
    }
    .jp-dmol-report-container .small-logo-border {
        display: flex;
        margin: -60px 0 33px -25px;
    }
    
    .vce-row.vce-row--col-gap-0.vce-row-no-paddings.vce-row-equal-height.vce-row-content--top
    {
        margin-top: 10px;
    }
}

@media (min-width: 576px) {

    .tabs > ul {
        width: 50%;
    }

    .tabs > ul li a {
        flex-wrap: wrap;
    }

    .tabs > ul li a > span {
        width: 100%;
    }

    .tabs > ul li a > span.tab-label {
        width: 100%;
        display: block;
        margin-top: 0.2rem;
    }

    .tabs section {
        width: calc(100% - 150px);
        padding: 2rem 2rem;
    }
}

@media (min-width: 768px) {
    .tabs-container {
        padding: 1rem 1rem;
    }

    .hide-on-large-device{display: none;}a.next {position: absolute;  padding-top: 12%!important;}a.prev {position: absolute;padding-top: 12%!important;}   
}
@media (  -width: 992px) {

    .tabs {
        width: 100%;
    }
}
@media (min-width: 1501px){
ul#dmolMenu {
    padding: 0px;
    font-family: Optima;
    line-height: 16.8pt;
    font-size: 13px;
}
li {
    padding-right: 30px;
}
}
@media (min-width:1700px)
{

a.prev.hide-on-mobile
{left: 37.1%!important;}
}

img.productThumbnails.cursor.active {
    padding: 1px;
    box-shadow: 1px 1px 6px 2px #8b7b73;
    border-radius: 13px;
    cursor: pointer;
}

div.productThumbnails.cursor 
{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: lightgrey;
    display: inline-block;
    margin: 20px 5px;
}

div.productThumbnails.cursor:hover, div.productThumbnails.cursor.active 
{
    cursor: pointer;
    background-color: grey;
}
a.next {
    cursor: pointer;
}
a.prev {
    cursor: pointer;
}
a.Magic360.desktop.m360-spin-x.zoom-in {
    width: 80%!important;
    vertical-align: top!important;
}
div#m360-box-1017799320080 {
    background: #060709!important;
}

.comparison-analysis-inner-row{padding:50px;}
.comparison-analysis-top-row{margin-top:45px;}
.comparison-analysis-image{width: 100%;}
.padding-zero{padding-left: 2px; padding-right: 2px;}
.comparisonSliderPrev{text-align: center;font-size: 25px;padding-right: 20px}
.col-md-1.hide-on-mobile.comparisonSliderNext{padding-left: 0px;text-align: center;padding-right: 10px;font-size: 25px;}
.sliderIframe{height: 463px;}
.text-center{text-align: center;}
.col-md-1 .hide-on-mobile{
    padding-top: 5%;
}
.font-25px{font-size: 25px;}

#dmolMenu li:hover
{
    cursor: pointer;
}
#jp-dmol-left-sidebar{
    width: 28%;float: left;
}

.downloadAllContent
{
    float: right;
    padding: 5px 15px 8px 15px;
    background: #8b7b73;
    color: white;
    border: 0px;
    margin-left: 15px;
    text-transform: uppercase;
    font-family: "Optima";
}
.downloadAllContent.cta-download-mobile {
    float: right;
    padding: 8px 10px 8px 10px;
    background: #8b7b73;
    color: white;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "Optima";
}
.row.your-diamond-journey-cta-container {
    margin-bottom: 10px;
    margin-top: 20px;
}
.row.your-cut-analysis-cta-container{
margin-top:20px;
margin-bottom:10px;
}
div#el-a4224995 {
    margin-top: 10px;
}
.vce-sandwich-menu-wrapper .vce-sandwich-menu-open-button svg {
    fill: #917b73;
}

.vce-sandwich-menu-inner nav li.menu-item {
    font-size: 20px;
    font-weight: 700;
    font-family: Optima;
}
.vce-sandwich-menu-wrapper .vce-sandwich-menu-container {
    background-color: #0c0a0a!important;
}
button#validateUniqueCode{
    float: right;
    padding: 8px 15px 8px 15px;
    background: #8b7b73;
    color: white;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: "Optima";
    border-radius: 0px;
}
input#uniqueBookedCode {
    border-radius: 0px;
}
button.close.close-modal {
    background: white;
    border: none;
    padding: 0px;
    font-size: 30px;
}
div#downloadAllModal {
    background: #000000ed;
}
.modal-dialog{
        margin-top: 30vh;
}
p.left-right-spacing-for-content-cut-analysis {
    padding-left: 20px;
    padding-right: 20px;
}
div#el-8eac13ce {
    padding: 0px 10px;
}

.enlargedProduct
{
    background-color: #f2ecea;
}

h4.productTitle
{
    font-family: 'Verdana'! important;
    margin-bottom: 18px!important;
    font-size:15px!important;
}

.productCertNo
{
    margin: 20px auto!important;
}
.vce-text-block-wrapper.vce.padding-top-dmol {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left:10px;
    }
button.dmol-sidebar.accordion {
    margin-bottom: 5px;
    padding-left: 10px;
}

.comparison-analysis-top-row-mobile {
    margin-top: 10px;
    padding-left: 10px;
}
.row.comparison-analysis-inner-row.comparisonSlides {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}
table.dmol-sidebar-table td {
    width: 50%!important;
}
.col-md-12.comparison-analysis-image {
    padding-bottom: 20px;
}
table.dmol-sidebar-table {
    margin-bottom: 12px!important;
}
table.dmol-sidebar-table td {
    width: 50%!important;
    padding-bottom: 5px!important;
    padding-left: 10px!important;
}
table.dmol-sidebar-table {
    margin-bottom: 12px!important;
    margin-top: 10px;
}