
.theme-logo img {
    width: 134px;
}

.contact-details li,
.chat-now li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray-900);
}

  .contact-details li a,
  .chat-now li a {
    color: var(--bs-gray-900);
  }

    .contact-details li a,
    .chat-now li a:hover {
      color: var(--bs-gray-900);
    }

  .contact-details li i,
  .chat-now li i {
    padding-right: 4px;
    line-height: 15px;
    display: inline-block;
    vertical-align: sub;
    color: var(--bs-primary);
    font-size: 14px;
  }

.contact-details,
.signin-btn {
    display: inline-block;
}

.contact-details {
    margin-right: 30px;
}

.page-breadcrumb {
  background: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  padding: 4px 0;
  margin-top: 4px;
}

.card-body.detail_tab {
  display: flex;
  align-items: stretch;
}
.diamond-details {
  width: 37%;
}

    /*.diamond-details iframe {
        height: 470px;
    }*/

    .diamond-details .nav {
        align-items: flex-end;
        border-bottom: none;
        display: flex;
        flex-wrap: nowrap;
    }


/*.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--rtabactive-bg);
    border-color: var(--rtabactive-bg) !important;
    padding: 6px 10px;
    color: #fff;
}

.nav-tabs .nav-link {
    color: #171717;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 2px;
    border-radius: 0;
    background: var(--rtab-bg);
    border-color: var(--rtab-bg) !important;
}*/

.right_panel {
    width: 63%;
    padding-left: 20px;
}

.diamond-details .tab-content {
  height: 87%;
}

  .diamond-details .tab-content.image-display {
    height: 100%;
  }

  .diamond-details .tab-content .tab-pane,
  .diamond-details .tab-content .tab-pane .displayimage-content {
    height: 100%;
  }

  .stock_no {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--bs-gray-900);
    font-weight: 500;
    margin-bottom: 10px;
  }

.diamond_table .table span.top span {
    font-weight: 400;
}

.table span {
    font-size: 13px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .top {
        min-height: initial;
    }
}

@media screen and (max-width: 480px) {
    .top {
        padding: 10px 0;
    }
}



.header-title {
  color: var(--bs-white);
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: capitalize;
  background: var(--bs-primary);
  padding: 6px 10px;
  line-height: 20px;
}

.details span {
    width: 50%;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 0;
}

.details .col-md-12 span {
    width: 24%;
}

    .details .col-md-12 span:last-child {
        width: 76%;
    }

.table {
    margin-bottom: 6px;
}

.details span.theme-color {
  font-weight: 500;
  color: var(--bs-gray-900);
}

.stone_id {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--bs-primary);
  font-weight: 500;
  margin-top: 10px;
}

.diamond_details p {
  font-size: 12px;
  margin: 2px 0;
  color: var(--bs-gray-900);
}

.certi_no {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--bs-gray-900);
  font-weight: 500;
  margin-bottom: 0;
}

.owl-nav {
    text-align: right;
    position: absolute;
    width: 100%;
    top: 30%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: var(--bs-primary);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button span {
    font-size: 30px;
    line-height: 26px;
    display: inline-block;
}

.owl-carousel .owl-nav button:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.stone_id > span {
    padding-left: 8px;
    text-transform: capitalize;
}

.stocknumber {
  font-size: 20px;
  color: var(--bs-gray-900);
}

.download-option li {
    display: inline-block;
    font-size: 22px;
    margin: 0 2px;
}

.download-option {
  position: absolute;
  background: var(--bs-light);
  padding: 2px 10px;
  top: 0;
  right: 0;
  border-radius: 0;
}

  .download-option li i {
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: var(--bs-white);
  }

.download-option {
  position: absolute;
  background: var(--bs-primary);
  padding: 2px 10px;
  top: 0;
  left: 0;
  border-radius: 0;
  opacity: 0;
  width: 110px;
  transition: all 0.4s ease-in-out;
}

  .download-option:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    background: var(--bs-primary);
    top: 12px;
    transform: rotate(45deg);
  }



.download:hover .download-option {
  opacity: 1;
  left: calc(100% + 6px);
}

.status span {
    width: auto;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    padding: 0 8px;
}

.status .available {
  background: var(--bs-success);
  border-color: var(--bs-success);
}

.status .notavailabel {
  background: var(--bs-danger);
  border-color: var(--bs-danger);
}

.status .onhold {
  background: var(--bs-info);
  border-color: var(--bs-info);
}

.status .onmemo {
  border-color: var(--bs-warning);
  background: var(--bs-warning);
}

.footer {
  background: var(--bs-white);
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-300);
  padding: 8px 0;
}

  .footer p {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray-900);
    margin-bottom: 0;
  }

  .footer .text {
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray-900);
    text-transform: capitalize;
  }

    .footer .text a {
      color: var(--bs-primary);
    }

@media (max-width: 1199px) {
    .diamond-details iframe {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .card-body {
        padding: 10px;
    }

    .diamond-details iframe {
        height: 350px;
    }

    .download {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .table span.top {
        margin-bottom: 8px;
    }

    .contact-details li,
    .chat-now li {
        margin-left: 6px;
    }

    .contact-details,
    .signin-btn {
        display: block;
        text-align: center;
    }

    .contact-details {
        margin-right: 0;
        margin: 10px 0;
    }

    .header-top.ml-auto {
        width: 100%;
    }

    .theme-logo {
        width: 100%;
        text-align: center;
    }


    .diamond-details iframe {
        height: 350px;
    }

    .nav-tabs .nav-link {
        padding: 4px 5px;
    }

    .details .col-md-12 span,
    .details .col-md-12 span:last-child {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .right_panel {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .diamond-details {
        width: 50%;
    }


    .footer p,
    .footer .text {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .diamond-details iframe {
        height: 340px;
    }
}

@media (max-width: 480px) {


    .diamond-details {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .diamond-details iframe {
        height: 340px;
    }
}

.show-height {
    min-height: 400px;
}

@media (min-width: 576px) {
    .show-height {
        max-height: 588px;
    }
  .detail_tab .show-height {
    max-height: inherit;
  }
}

.nav-tabs .nav-item {
    margin-bottom: 5px;
}

.tab-border {
    border: 1px solid var(--bs-gray-300);
}

.navbar-main {
  border-bottom: 1px solid var(--bs-gray-300);
  position: relative;
  top: 0;
  z-index: 1500;
  background: var(--bs-white);
  left: 0;
  right: 0;
  padding: 5px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 2px 0 4px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 2px 0 4px rgb(0 0 0 / 30%);
  -moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
}

.main-logo span {
    color: var(--bs-primary);
    font-size: 22px;
    padding-left: 10px;
    text-transform: uppercase;
}

.main-logo img {
    width: 200px;
    height: auto;
}

.header-title {
  color: var(--bs-white);
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: capitalize;
  background: var(--bs-primary);
  padding: 6px 10px;
  line-height: 20px;
  margin-top: 2px;
}

.title_wrapper {
    border: 1px solid var(--bs-gray-300);
}

.image-display {
    height: 400px;
    width: 100%;
}

.small-image-shown {
    width: 30px;
    height: auto;
    display: inline-block;
}

.image-display > .tab-pane > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
}

/*.image-display img {
    min-height: 310px;
    max-height: 460px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}*/

.image-display img {
  object-fit: cover;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: 550px;
}

.small-image-container {
    display: flex;
    justify-content: center;
    background: transparent;
}

    .small-image-container .nav-link {
        display: inline-block;
        padding: 8px 8px;
        box-shadow: none;
        background: var(--bs-white);
        border-radius: 0 !important;
        position: relative;
        border: 1px solid var(--bs-gray-300) !important;
        margin-right: 14px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .small-image-container .nav-pills .nav-link:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/currunt-slider.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: scale(0.1);
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

.nav-pills .nav-link.active::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 55;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../Content/img/currunt-slider.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.small-image-container .nav-pills .nav-link.active:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color:  var(--bs-white);
    background-color: transparent !important;
}

.download {
    display: flex;
    align-items: baseline;
}

.download-header {
    margin-right: 20px;
    margin-left: 74px;
    text-transform: uppercase;
}

    .download-header h6 {
        font-size: 16px;
        color: var(--bs-gray-900);
    }

.video-image-certifacte a,
.video-image-certifacte span {
    display: inline-block;
}

    .video-image-certifacte a .fal {
        font-weight: 500;
    }

.download-button {
  position: relative;
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.video-image-certifacte {
  margin-right: 20px;
}

.diamond-details .nav .nav-item {
    margin-right: 10px;
}

.stock_details {
    border: 1px solid var(--bs-gray-300);
    padding: 4px;
    margin-bottom: 6px;
}

.certi-display {
    max-width: 50%;
    margin: 0 auto;
    padding: 10px;
}

.certi-image-wrapper {
    margin-bottom: 20px;
}

/* magnification */

.demo-img {
    width: 400px;
    height: 300px;
    border-radius: 0;
}

.table-content td {
    padding: 2px 2px 2px 5px !important;
    vertical-align: top;
    border-top: none !important;
    width: 50%;
}

@media(max-width:1025px) {
    .download-header {
        margin-left: 0;
    }

    .download {
        flex-wrap: wrap;
    }
}

.diamond-details iframe {
    min-height: 500px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fade {
    opacity: 1 !important;
}

.image-container-border {
    /*border: 1px solid var(--header-text-clr) !important;*/
    margin-bottom: 20px !important;
    position: relative;
}

.small-image-container {
    display: flex;
    flex-flow: column;
    padding-left: 25px;
}

.image-display {
  height: auto;
}

.video-content a, .video-content iframe {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
}

.video-content .iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    min-width: 280px;
    min-height: 550px;
}

@media (min-width: 576px) {
  .video-content .iframe-wrapper {
    width: 100%;
    min-height: 610px;
  }
}

.video-content .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: initial;
    border: 0;
}

.video-content iframe {
    /*margin-left: 15%;*/
    /*min-height: 461px;
    height: 461px;
    width: 461px;
    border: 0;*/
}

.small-video {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.video-mp-4 {
    max-height: 461px !important;
    max-width: 300px;
}

.video-iframe-4 {
    max-height: 461px;
    width: 100%;
    border: none;
}

.certi-img {
    width: 579px;
    height: 300px;
    border-radius: 0;
}

.certi-img-fluid {
    max-width: 100%;
    height: auto;
}

.play-icon {
    position: absolute;
    left: 7px;
    top: 9px;
    bottom: 0;
}

.small-image-container .nav-link {
    position: relative;
}

/*.video-wrapper {
   position: relative;
    display: block;
    width: 90%;
  height: 479px;
    overflow-y: auto;
    margin-left: 9%;
    overflow-x: hidden;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow:auto;
}

.video-wrapper a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}*/
.table-wapper {
    overflow: auto;
    max-height: 299px;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 0px;
    border: 1px solid var(--bs-gray-300) !important;
}

    .table-wapper tr:nth-of-type(1) th {
        position: sticky;
        top: 0;
        z-index: 555;
        background: var(--bs-primary);
        padding: 6px 15px !important;
        color: var(--bs-white);
        font-weight: 400;
    }

        .table-wapper tr:nth-of-type(1) th:nth-of-type(1) {
            left: 0;
            z-index: 5555;
        }

    .table-wapper table {
        line-height: 1;
    }

    .table-wapper td {
        border-collapse: collapse;
        border: 1px solid var(--bs-gray-300) !important;
        border-bottom: 0 !important;
        font-size: 13px;
        padding: 4.5px 2px 4.5px 5px !important;
        vertical-align: middle;
        color: var(--bs-gray-900);
    }

.stick-tr td:nth-of-type(1) {
  position: sticky;
  left: 0;
  z-index: 55;
  color: var(--bs-gray-900);
  background-color: var(--bs-light);
}

.dnabtn {
    color: var(--bs-white);
    border: none;
    cursor: pointer;
    width: 100%;
    height: 13px;
}

@media(min-width:1600px) {
    .table-wapper {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1100px) {
    .small-image-container {
        display: flex;
        flex-flow: row;
        position: relative;
    }

    .video-content iframe {
        margin-left: 0;
        min-height: 100%;
    }

    .image-display {
        height: 358px;
        height: initial;
    }
}

.displayimage-content {
    display: flex !important;
    border: 1px solid var(--bs-gray-300) !important;
}

.content-left-ul-wrapper {
    width: 10%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disply-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}

    .disply-content > .tab-pane {
        flex-grow: 1;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

      .disply-content > .tab-pane.active {
        display: flex;
      }


      .pr-15 {
        padding-right: 15px;
      }

.left-content-active {
    box-shadow: 0 0 6px var(--bs-primary);
}

.small-image-container .nav-link.active {
  box-shadow: 0 0 7px var(--bs-primary);
}

@media only screen and (max-width:1500px) {
    .content-left-ul-wrapper {
        width: 18%;
    }
}

@media only screen and (max-width:1100px) {

    .displayimage-content {
        flex-wrap: wrap-reverse;
    }

    .content-left-ul-wrapper, .disply-content {
        width: 100%;
    }

    .pr-15 {
        padding-right: 0px;
    }

    .video-mp-4 {
        max-height: 335px !important;
    }

    .certi-mobile {
        height: 436px;
    }
}

@media only screen and (max-width: 991px) {
  .card-body.detail_tab {
    align-items: center;
    flex-wrap: wrap;
  }
  .diamond-details {
    width: 100%;
    margin: 0 auto 30px;
  }
  .right_panel {
    width: 100%;
    padding-left: 0;
  }
  .video-content .iframe-wrapper {
    width: 100%;
    min-height: 710px;
  }
}
@media only screen and (max-width: 767px) {
  .diamond-details {
    width: 100%;
  }
}

  @media only screen and (max-width:600px) {
    .image-display img {
      max-height: 341px;
    }
  }

@media only screen and (max-width: 481px) {
  .video-content .iframe-wrapper {
    min-height: 450px;
  }
  .video-image-certifacte {
    margin-right: 5px;
  }
}

.tab-teaser .tab-main-box .tab-box.hide {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
}

.tab-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tab-menu ul li{
    margin-right: 10px;
}

.tab-menu ul li a {
    font-weight: 600;
    font-size: 13px;
    color: #262626;
    padding: 4px 6px;
    background: white;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #DDDDDD;
    display: block;
}

.tab-menu ul li a:hover{
    border-color: var(--bs-primary);
}

.tab-menu ul li a.active {
    background: var(--bs-primary);
    color: #fff;
    padding: 6px;
    border-color: var(--bs-primary);
}

.diamond-details .tab-teaser iframe {
    width: 100%;
    height: inherit;
    aspect-ratio: 3/3;
}

.tab-teaser .tab-main-box {
    height: 95%;
}

.tab-teaser .tab-main-box .tab-box{
    height: 100%;
}

.tab-teaser {
    height: 100%;
}

.tab-teaser .tab-main-box .tab-box .image_box {
    border: 1px solid #ddd;
    height: 100%;
    padding: 10px;
}

.tab-teaser .tab-main-box .tab-box .image_box a{
    display: block;
    height: 100%;
}

.tab-teaser .tab-main-box .tab-box .image_box a img{
    width: 100%;
}