.nivoda-diamond-left-img iframe {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwNjc1NCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjkuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGR1cj0iMS41cyIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwIDE1MDs0MiAxNTA7NDIgMTUwOzQyIDE1MCIga2V5VGltZXM9IjA7MC40NzU7MC45NTsxIiBrZXlTcGxpbmVzPSIwLjQyLDAsMC41OCwxOzAuNDIsMCwwLjU4LDE7MC40MiwwLDAuNTgsMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZHVyPSIxLjVzIiBjYWxjTW9kZT0ic3BsaW5lIiB2YWx1ZXM9IjA7LTE2Oy01OTstNTkiIGtleVRpbWVzPSIwOzAuNDc1OzAuOTU7MSIga2V5U3BsaW5lcz0iMC40MiwwLDAuNTgsMTswLjQyLDAsMC41OCwxOzAuNDIsMCwwLjU4LDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGR1cj0iMnMiIHZhbHVlcz0iMCAxMiAxMjszNjAgMTIgMTIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9nPjwvc3ZnPg==) center center no-repeat;
}
.nivoda_container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 30px;
}
.nivoda_ng-dark {
    background-color: #2c2e43;
    padding: 60px 0px;
    text-align: center;
}

.nivoda_title h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
}

.nivoda_title p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.nivoda_title {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.nivoda_col-4 select:focus {
    outline: none;
}
.nivoda_diamonds ul {padding: 0;margin: 0;display: inline-block;}

.nivoda_diamonds ul li {
    display: inline-block;
    float: left;
    margin: 20px 5px 10px;
	opacity: 0.5;
	cursor:pointer;
	width: 90px;
}
ul.nivoda_diamonds_shape li img{background-color: white;padding: 5px;}
ul.nivoda_diamonds_shape li span{max-width: 6rem;}
.nivoda_diamonds ul li.active {
  opacity: 1; 
}
.nivoda_diamonds ul li span {
    display: block;
    color: #fff;
    margin-top: 3px;
    font-size: 16px;
    line-height: 20px;	
}

.nivoda_diamonds ul li a {
    display: inline-block;
}
.nivoda_filter-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E4E5E7;
}

.nivoda_col-4 {
    width: 25%;
    display: inline-block;
    float: left;
}

.nivoda_col-8 {
    width: 74%;
    display: inline-block;
    float: left;
    border-left: 1px solid #E4E5E7;
}
ul.niv_buttons-tab {
    padding: 30px 0px;
    margin: 0;
    list-style: none;
}

.nivoda_filter-top .nivoda_col-4 ul.niv_buttons-tab li button {
    padding: 12px 20px;
    display: inline-block;
    float: left;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    font-size: 16px;	
    background-color: transparent;	
}

ul.niv_buttons-tab li {
    display: inline-block;
    margin: 0 3px;
}

.nivoda_filter-top .nivoda_col-4 ul.niv_buttons-tab li.active-li button {
    background: linear-gradient(45deg, #dbb96c, #a8854c);
    color: #fff;
}
.site-main > * {
    margin: 0 !important;
}
.nivoda_filter-style h3 {
    font-size: 16px;
}
.nivoda_dropdown-filter {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nivoda_dropdown-filter select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: none;
    padding: 4px 20px;
    font-size: 14px;
}

.nivoda_dropdown-filter .nivoda_border-dropdown {
    border: 1px solid #E4E5E7;
    text-align: center;
}

.nivoda_dropdown-filter .small-p {
    font-size: 10px;
}
button.diamond-filter-button-style {
    font-size: 12px;
    padding: 13px 22px;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(39,63,78,.2);
    background: transparent !important;
    color: #000 !important;
    margin-bottom: 5px;	
}

button.diamond-filter-button-style.selected {
    background-color: #2c2e43 !important;
    color: #fff !important;
}

.nivoda_filter-style {
    margin-bottom: 30px;
}
.nivoda_filter-checkbox input[type=checkbox]:checked {
    background: #2c2e43;
    border-color: #2c2e43;
}

.nivoda_filter-checkbox input[type=checkbox]:after {
    border-color: white;
}

.nivoda_filter-checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.nivoda_filter-style .nivoda_filter-checkbox input {
    border: 1px solid #E4E5E7;
    border-radius: 3px;
    width: 22px;
    height: 22px;
}

.nivoda_filter-style .nivoda_filter-checkbox input:focus {
    outline: none;
}
.diamonds-grid-column {
    background-color: #F8F8F8;
    display: inline-block;
    width: 100%;
}
.diamond-collection-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 30px;	
}
.diamond-collection-wrapper:first-child {
    padding-top: 30px;
}
.diamond-collection-wrapper:last-child {
    padding-bottom: 30px;
}
.diamond-collection-wrapper .diamond-container .diamond-image-wrapper img {
    max-width: 100%;
    object-fit: cover;
    height: 200px;
/*    border-radius: 5px;*/
/*    margin-bottom: 10px;*/
    width: 100%;
}
.diamond-collection-wrapper .diamond-container {
    width: 25%;
    display: inline-block;
    float: left;
}
.nivoda_filter-left-side *:focus {
    outline: none;
}
.diamonds-grid-column li img {
    max-width: 100%;
}

.diamond-collection-wrapper .diamond-container .diamond-product-style {
    margin: 10px;
    text-align: center;
    background-color: #fff;
    padding: 10px 10px 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
	overflow: hidden;
}
.diamond-product-style .diamond-price {
    font-family: var(--heading--font-family);
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    color: #2c2e43;	
}

.diamond-collection-wrapper .diamond-product-style h3 {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
}
.diamond-details-wrapper strong.diamond-title {
    font-size: 16px;
}
.diamond-collection-wrapper .diamond-product-style p {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.more-filter-acc .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.more-filter-acc .active, .more-filter-acc .accordion:hover {
  background-color: #ccc; 
}

.more-filter-acc .nivoda-diamonds-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions {
    position: relative;
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 14px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 30px;
}

.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions:nth-child(1) {
    border-top: 1px solid #e4e5e7;
}
.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions:focus {
    outline: none;
}

.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions:not(:hover):not(:active):not(.has-background) {
    background: transparent;
    color: #000;
}

.more-filter-acc .nivoda-diamonds-panel {
    padding-top: 30px;
}

.more-filter-acc .nivoda-diamonds-panel .nivoda_filter-style button {
    width: 48%;
}
.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions span.arrow-down {
    position: absolute;
    right: 30px;
}
.nivoda_filter-style.more-filter-acc button.nivoda-diamonds-accordions.active span.arrow-down {
    transform: rotate(180deg);
}
.nivoda_tab-style button.grid-btn {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0;
    border: none;
    margin-right: 20px;
    font-size: 18px;
    opacity: 0.5;
}

.nivoda_tab-style button.grid-btn.selected {
    opacity: 1;
}
/*Loader*/
.diamond-loader-wrapper {
    height: 13px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}

.diamond-loader-wrapper div {
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0);
    background: #c3ac88;
    border-radius: 50%;
    height: 13px;
    position: absolute;
    top: 0;
    width: 13px
}

.diamond-loader-wrapper div:first-child {
    -webkit-animation: loader-dot-1 .6s infinite;
    animation: loader-dot-1 .6s infinite;
    left: 8px
}

.diamond-loader-wrapper div:nth-child(2) {
    left: 8px
}

.diamond-loader-wrapper div:nth-child(2),.diamond-loader-wrapper div:nth-child(3) {
    -webkit-animation: loader-dot-2 .6s infinite;
    animation: loader-dot-2 .6s infinite
}

.diamond-loader-wrapper div:nth-child(3) {
    left: 32px
}

.diamond-loader-wrapper div:nth-child(4) {
    -webkit-animation: loader-dot-3 .6s infinite;
    animation: loader-dot-3 .6s infinite;
    left: 56px
}

@-webkit-keyframes loader-dot-1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes loader-dot-1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes loader-dot-3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes loader-dot-3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes loader-dot-2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

@keyframes loader-dot-2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}	  
.loaderContainer {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}
/*6-6-2023*/
.top-nav-container {
    display: flex;
    align-items: center;
	justify-content: space-between;	
    padding: 30px	
}
.productButton button {
    padding: 8px 15px;
    font-size: 16px;
    margin: 20px 0px;
    background: linear-gradient(45deg, #dbb96c, #a8854c);
    border: none;
    color: #fff !important;
}
.nivoda_sort-price button {
    background: transparent !important;
    color: #000 !important;
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.nivoda_sort-price ul {
    display: none;
    position: absolute;
    padding: 0;
    list-style: none;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e4e5e7;
    right: 0;
    width: 160px;
    z-index:9;
}
.nivoda_sort-price ul li button {
    font-size: 15px;
}
.nivoda_sort-price {
    position: relative;
}
.nivoda_sort-price button strong {
    font-weight: 500;
}
.top-nav-container *:focus {
    outline: none;
}
.nivoda_tab-style button.grid-btn:last-child {
    margin-right: 0;
}
.nivoda_col-40 {
    width: 40%;
    display: inline-block;
    float: left;
}

.nivoda_col-60 {
    width: 60%;
    display: inline-block;
    float: left;
}
.nivoda-diamond-left-img img {
    max-width: 100%;
}

.nivoda_product-summary {
    padding-left: 50px;
}

.nivoda_product-summary h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.nivoda_product-summary p {
    font-size: 16px;
    margin-bottom: 5px;
}

.nivoda_product-summary .summary_price {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2c2e43;
}

.nivoda_summary-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.nivoda_summary-list ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.nivoda_summary-list ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.nivoda-product-descp-pop {
    margin: 0 15px;
    background-color: #fff;
    padding: 30px 25px;
    border: 1px solid #2c2e43;
    display: flex;
    position: relative;
}
button.add-to-cart-diamond {
    border: none;
    background: linear-gradient(45deg, #dbb96c, #a8854c);
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 35px;
    border: 1px solid transparent !important;
    width: 50%;
    border-radius: 3px;
}

button.btn-with-border {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 40px;
    width: 50%;
    border-radius: 3px;
}

.nivoda_summary-buttons {
    display: flex;
    gap: 10px;
}
.nivoda_summary-list ul li i {
    color: #2c2e43;
}
.nivoda-diamond-left-img-thumbnails img {
    max-width: 100%;
}
.nivoda-diamond-left-img-thumbnails {
    margin-top: 20px;
}

.nivoda-diamond-left-img-thumbnails ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.nivoda-diamond-left-img-thumbnails ul li img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #d4d9dc;
    border-radius: 3px;
}
.nivoda-diamond-left-img-thumbnails button {
    background: transparent !important;
    padding: 0px;
    border: none;
}
.nivoda-product-descp-pop-outer {
/*    background: #f8f8f8;*/
    padding: 30px 30px 0;
}
.diamond-container-close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.diamond-container-close i {
    font-size: 24px;
    color: #2c2e43;
}
.nivoda_product-list-grid {
    width: 100%;
    display: inline-block;
}

.nivoda_product-list-grid ul {
    padding: 0;
    list-style: none;
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #e4e5e7;
    align-items: center;
}

.nivoda_product-list-grid ul li {
    width: 12%;
    text-align: center;
    font-size: 16px;
}

.nivoda_product-list-grid ul li button {
    background: transparent !important;
    color: #000 !important;
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
}

.nivoda_product-list-grid ul.list-content img {
    width: 26px;
}

.nivoda_product-list-grid ul.heading-ul {
    border-top: 1px solid #e4e5e7;
}

.nivoda_product-list-grid ul.list-content:hover {
    background-color: #eee;
}
.list_load-more-btn {
    text-align: center;
    margin: 30px 0px;
}

.list_load-more-btn button.add-to-cart-diamond {
    width: auto;
}
button#info-pop-Btn {
    background: transparent !important;
    padding: 0;
    border: none;
    color: #000;
    font-size: 16px;
}
.modal-content-flex-aligncenter {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
/*popup*/
.infoModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-info {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 20px;
  border: 1px solid #888;
  width: 40%;
  text-align: center;
  border-radius: 5px;
  position: relative;
}

/* The Close Button */
.close-info {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-info:hover,
.close-info:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-info p.p-green {
    color: #2c2e43;
}

.modal-content-info a {
    border: none;
    color: #2c2e43;
    display: inline-block;
    font-weight: 700;	
}

span.close-info {
    position: absolute;
    right: -40px;
    top: -50px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
}
/*Info button*/

.diamondInfoContainer {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  margin-bottom: 8px;
}
.diamondInfoContainer button {
  border: none;
  background: transparent !important;
  color: #000 !important;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
}
.diamondInfoContainer span {
    font-size: 14px;
    color: #000;
}
.diamondInfoContainer span i {
    position: relative;
    top: 2px;
    left: 10px;
}

/* .nivoda-product-descp-pop-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0,0,0,.5) !important;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
 */
.fadeInUp{animation:fadeInUp 1s ease forwards;}

@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
/*12-6-2023*/
.ldio-diamonds:after {
    content: "Loading your diamonds...";
    position: absolute;
    bottom: 20px;
}
.nivoda-mobile-container {
    display: none;
}

.diamond-details {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    align-items: center;	
}

span.diamond-more-details {
    font-size: 14px;
	width: 50%;
}

span.diamond-more-details i {
    margin-left: 5px;
}
span.diamond-single-certificate {
    width: 50%;
}

span.diamond-single-certificate img {
    height: 1rem;
    width: 45px;	
}
.nivoda-desktop-container:before {
    background: #fff;
    border-radius: 2px;
    top: 15px;
    box-shadow: inset 1px 1px 0 0 #2c2e43;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    opacity: 1;
    position: absolute;
    transform: translate(-50%,50%) rotate(45deg);
    width: 15px;
    z-index: 1;
}

.nivoda-desktop-container {
    position: relative;
}

.nivoda-desktop-container.nivoda-desktop-index-1:before {
    left: 15%;
}
.nivoda-desktop-container.nivoda-desktop-index-2:before {
    left: 40%;
}
.nivoda-desktop-container.nivoda-desktop-index-3:before {
    left: 65%;
}
.nivoda-desktop-container.nivoda-desktop-index-4:before {
    left: 85%;
}
.diamond-full-certificate{
    margin-left: 10px;
}
.diamond-full-certificate img{
    height: 1rem;
}
.diamond-product-style{
    cursor: pointer;
}
svg.diamond-play-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    filter: drop-shadow(0 2px 2px rgb(0 0 0 / 0.25));
}

.diamond-image-wrapper {
    position: relative;
}

.nivoda-diamond-left-img-thumbnails button {
    position: relative;
}
.nivoda-diamond-left-img {
    height: 400px;
}

.nivoda-diamond-left-img iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.nivoda_summary-list ul {
    width: 50%;
}
.nivoda-diamond-left-img img {
    height: 100%;
    object-fit: contain;
}
.diamond-product-style.diamond-only-image svg.diamond-play-icon {
    display: none;
}
p.diamond-loader-text {
    width: 100%;
    position: absolute;
    display: block;
    text-align: center;
    bottom: -80px;
}
.nivoda_product-list-grid .nivoda_product-summary .nivoda_summary-list ul {
    display: inline-block;
    border: none;
}

.nivoda_product-list-grid .nivoda_product-summary .nivoda_summary-list ul li {
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.nivoda-list-container .nivoda-diamond-left-img-thumbnails li {
    width: auto;
}

.nivoda-list-container .nivoda-diamond-left-img-thumbnails ul {
    border: none;
    padding: 0;
}
.diamond-list-view ul.list-content {
    cursor: pointer;
}
.nivoda_container p#emptyDiamonds {
    text-align: center;
}
.add-to-cart-loader-wrapper{
    position: fixed;
    top: 0;
    width:100%;
    height:100%;
    background-color: #ffffffc9;
    z-index: 999999999;
}

.add-to-cart-loader {
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid #006754;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 45%;
  left:0;
  right:0;
  display:block;
  margin:0 auto;
  box-sizing: border-box;
  animation: add-to-cart-loader-rotation 1s linear infinite;
}

@keyframes add-to-cart-loader-rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.nivoda_product-list-grid:has(.diamond-list-view:empty){
    display: none;
}
.diamonds-grid-column-wrapper:has(.diamonds-grid-column:empty){
	display: none;
}
.nivoda_filter-toggle {
    display: none;
}
button.diamonds-reset-filters {
    background: transparent !important;
    color: #000 !important;
    font-size: 13px;
    text-align: center;
    padding: 0;
    border: 0;
    text-transform: uppercase;
}

.diamonds-reset-filters-wrapper {
    margin: 20px 0px;
    text-align: center;
}

button.diamonds-reset-filters img {
    margin-right: 8px;
}
.diamond-buddet button.diamond-selected-price,.diamond-buddet button.diamond-selected-origin,.diamond-buddet button.diamond-selected-price:hover,.diamond-buddet button.diamond-selected-origin:hover {
	background: transparent !important;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(39,63,78,.2);
    color: #000 !important;
    font-weight: 500;
}
.diamond-buddet button.diamond-selected-price.selected-step,.diamond-bugdet-container button.diamond-selected-origin.selected-step {
    background: #2c2e43 !important;
    color: #fff !important;
}
#diamond__reset--filters {
  background: none !important;
  color: #000;
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 25px;
  z-index: 9;
}
.step__button__container {
    position: relative;
}
#diamond__reset--filters:hover {
  border-color: transparent;
  outline: none !important;
}
.bg-col-gradient a.wp-block-button__link {
    background: linear-gradient(45deg, #D9B86B, #A9864E);
}
.nivoda_filter-full-side {
    display: flex;
    gap: 10px;
}

.nivoda_filter-full-side>div {
    width: 25%;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 650px;
}
/*responsive*/
@media (min-width:2500px){
.nivoda_container {
    max-width: 80%;
}
}
@media (min-width:1900px){
.nivoda_container {
    max-width: 85%;
}
.nivoda-diamond-left-img {
    height: 430px;
}
}
@media (max-width:1199px){
.page-template-template-loose-diamonds-shop .diamond-buddet h4:after {
    width: 100%;
}
.page-template-template-loose-diamonds-shop .shape-list-container {
    width: 100%;
}
.page-template-template-loose-diamonds-shop ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto auto auto auto auto;
}
}
@media (max-width:900px){
.page-template-template-loose-diamonds-shop ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto auto auto auto;
}    
}
@media (max-width:800px){
.nivoda_filter-full-side {
    display: inline-block;
    width: 100%;
}
.nivoda_filter-full-side>div {
    width: 100%;
}
}
@media (max-width:750px){
.page-template-template-loose-diamonds-shop ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto auto auto;
}    
}
@media (max-width:600px){
.page-template-template-loose-diamonds-shop ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto auto;
}    
}
@media (max-width:480px){
.page-template-template-loose-diamonds-shop ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto ;
    grid-column-gap: 5px;
}    
#diamond__reset--filters {
    position: static;
    float: left;
}
}
@media (max-width: 400px){
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 300px!important;
}
}
@media (max-width: 360px){
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 280px!important;
}
}
@media (max-width: 1700px) and (min-width: 1500px){
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 580px !important;
}
}
@media (max-width:1500px) and (min-width:1400px){
.nivoda-diamond-left-img {
    height: 360px;
}	
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 530px !important;
}
}
@media (max-width:1399px) and (min-width:1200px){
	.nivoda-diamond-left-img {
    height: 330px;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 490px !important;
}
}
@media (max-width:1360px){
.nivoda_diamonds ul li {
    margin: 20px 1px 10px;
}
.nivoda_ng-dark .nivoda_container {
    padding: 0;
}
}
@media (max-width:1199px){
.nivoda_col-4 {
    width: 100%;
}
.nivoda_col-8 {
    width: 100%;
	border:none;
}	
ul.nivoda_diamonds_shape {
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    justify-content: center;
}
}
@media(max-width:1200px){	
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 405px !important;
}
}
@media (max-width:991px){
.diamond-collection-wrapper {
    padding: 0px 10px;
}
.nivoda-product-descp-pop-outer {
    padding: 30px 5px 0;
}
.diamond-collection-wrapper .diamond-container .diamond-product-style {
    margin: 5px;
}

.diamond-collection-wrapper:first-child {
    padding-top: 15px;
}

.diamond-collection-wrapper:last-child {
    padding-bottom: 15px;
}	
.nivoda_diamonds ul {
    text-align: center;
}
.nivoda_diamonds ul li {
    float: none;
}
.nivoda_title {
    width: 80%;
    margin-bottom: 40px;
}

.nivoda_col-4 {
    border-bottom: 2px solid #2c2e43;
}

.top-nav-container {
    padding: 20px;
} 
.modal-content-info {
    width: 80%;
}

span.close-info {
    right: -10px;
    top: -20px;
    box-shadow: 0px 0px 4px 1px #5b5b5b;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 340px !important;
}
}
@media (max-width:850px){
ul.nivoda_diamonds_shape {
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
}

@media (max-width:839px){
.nivoda_filter-style.diamond_price {
    margin-top: 30px;
    margin-bottom: 20px;
}	
ul.niv_buttons-tab li button {
    width: 100%;
}
ul.niv_buttons-tab {
    display: flex;
}
ul.niv_buttons-tab li {
    width: 100%;
}	
.nivoda_filter-toggle button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #2c2e43 !important;
    font-size: 18px;
    color: #fff !important;
	border:none;
}

.nivoda_filter-left-side {
    height: 0;
    overflow: hidden;
    display: none;
	transition: height 0.25s ease-in;
}	
.nivoda_filter-toggle button:focus {
    outline: 0;
}

.nivoda_filter-left-side.filter_left_show{
	height: auto;
    overflow: inherit;
    display: block;
    transition: height 0.25s ease-in;	
    padding-top: 30px;	
}
.nivoda_filter-toggle span.icon-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #979797;
    border-radius: 50px;
}

.nivoda_filter-toggle span.icon-arrow i.fa {
    margin-top: 6px;
}
.nivoda_filter-toggle.btn_open i.fa {
    transform: rotate(180deg);
}
.nivoda_filter-toggle {
    display: block;
}	
div#dimondsCount {
    display: none;
}	
.diamond-product-style .diamond-price {
    margin-top: 0;
}	
.diamond-collection-wrapper {
    display: inline-block;
}

.diamond-collection-wrapper .diamond-container {
    width: 100%;
}
.diamond-product-style {
    display: flex;
    align-items: center;
}

.diamond-image-wrapper {
    width: 50%;
}

.diamond-details-wrapper {
    padding-left: 50px;
    width: 50%;
    text-align: left;
}

.diamond-collection-wrapper .diamond-product-style p {
    text-align: left;
}

.diamond-collection-wrapper .diamond-container .diamond-image-wrapper img {
    height: auto;
}

.nivoda-desktop-container {
    display: none;
}

.nivoda-mobile-container {
    display: block;
}

.nivoda_col-40 {
    width: 60%;
    display: block;
    margin: 0 auto;
    float: none;
}

.nivoda-mobile-container .nivoda-product-descp-pop {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;	
}

.nivoda_col-60 {
    width: 60%;
    display: block;
    margin: 30px auto;
    float: none;
    text-align: left;
}

.nivoda_product-summary {
    padding: 0;
}

.nivoda-diamond-left-img {
    height: 420px;
}

.nivoda_summary-list {
    gap: 30px;
}

.nivoda_summary-buttons {
    width: 100%;
}

.nivoda_summary-buttons button.add-to-cart-diamond.add-to-cart-diamond {
    width: 100%;
}
.nivoda_product-list-grid ul.heading-ul li:nth-child(6),.nivoda_product-list-grid ul.heading-ul li:nth-child(7) {
    display:none;
}

.nivoda_product-list-grid ul.list-content li:nth-child(6),.nivoda_product-list-grid ul.list-content li:nth-child(7) {
    display: none;
}

.nivoda_product-list-grid ul.heading-ul,.nivoda_product-list-grid ul.list-content {
    justify-content: space-around;
}
.nivoda-list-container .nivoda-product-descp-pop {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
}
.nivoda_product-list-grid ul.heading-ul li,.nivoda_product-list-grid ul.heading-ul li button {
    font-size: 13px;
}
.diamond-list-view ul.list-content li {
    font-size: 13px;
}

.nivoda_product-list-grid ul.heading-ul li:first-child,.nivoda_product-list-grid ul.heading-ul li:last-child,.diamond-list-view ul.list-content li:first-child,.diamond-list-view ul.list-content li:last-child {
    width: 8%;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img{
       height: 420px!important; 
    }
}
}
@media (max-width:767px){
.nivoda_container {
    padding: 0px 15px;
}
.diamonds-grid-column {
    padding-top: 20px;
}

.diamonds-grid-column ul {
    padding: 0px 10px;
}

.product-style p {
    font-size: 14px;
}

.modal-content-info p {
    font-size: 14px;
}

.modal-content-info {
    font-size: 16px;
}
}
@media (max-width:650px){
.nivoda-diamond-left-img {
    height: 400px;
}
.diamond-bugdet-container {
    display: block !important;
    margin: 0 auto !important;
}
.diamond-bugdet-container button {
    width: 100%;
    margin-bottom: 20px;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img{
    height: 350px!important; 
}
}
@media (max-width:575px){
ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto auto;
}	
.modal-content-info {
    width: 90%;
}	
.nivoda_product-list-grid-scroll-mb {
    overflow: auto;
}
/* .nivoda_product-list-grid {
    width: 600px;
    overflow-x: scroll;
} */
.nivoda-diamond-left-img {
    height: 400px;
}
.nivoda_col-40 {
    width: 80%;
}

.nivoda_col-60 {
    width: 80%;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img{
       height: 400px!important; 
    }
}
@media (max-width:480px){
ul.nivoda_diamonds_shape {
    grid-template-columns: auto auto auto;
    grid-column-gap: 25px;
}	
.nivoda_title {
    width: 90%;
}
.top-nav-container {
    padding: 15px 3px;
}

.nivoda_tab-style button.grid-btn {
    font-size: 14px;
    margin-right: 3px;
}

div#dimondsCount {
    font-size: 14px;
}

.nivoda_sort-price button {
    font-size: 14px;
}

.nivoda_sort-price ul li button {
    font-size: 14px;
}

.nivoda_tab-style button.grid-btn i {
    font-size: 12px;
}
.top-nav-container {
    padding: 15px 3px;
}

.nivoda_tab-style button.grid-btn {
    font-size: 14px;
    margin-right: 3px;
}

div#dimondsCount {
    font-size: 14px;
}

.nivoda_sort-price button {
    font-size: 14px;
}

.nivoda_sort-price ul li button {
    font-size: 14px;
}

.nivoda_tab-style button.grid-btn i {
    font-size: 12px;
}

.diamonds-grid-column li .product-style {
    margin: 10px 5px;
}

.diamonds-grid-column li img {
    height: 150px;
}
.nivoda_col-40 {
    width: 100%;
}

.nivoda_col-60 {
    width: 100%;
}

.nivoda-diamond-left-img {
    height: 400px;
}

.nivoda_summary-list {
    gap: 10px;
}
.diamond-details-wrapper {
    padding-left: 15px;
}

strong.diamond-title {
    font-size: 16px;
}

.diamond-product-style .diamond-price {
    font-size: 12px;
}
span.diamond-single-certificate img {
    width: 45px;
}
.diamond-collection-wrapper .diamond-product-style p {
    font-size: 12px;
}

.diamond-details {
    margin-top: 0px;
    justify-content: space-around;
}

span.diamond-more-details {
    font-size: 12px;
}

span.diamond-single-certificate img {
    width: 55%;
}

.diamond-collection-wrapper {
    padding: 0px 5px;
}

.diamond-container-close {
    right: 5px;
    top: 5px;
}
.nivoda_product-list-grid ul.heading-ul li,.nivoda_product-list-grid ul.heading-ul li button {
    font-size: 11px;
}
.diamond-list-view ul.list-content li {
    font-size: 11px;
}
.nivoda_product-list-grid ul.list-content img {
    width: 18px;
}
}
@media (max-width:420px){
.nivoda-diamond-left-img {
    height: 280px;
}
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 300px!important;
}
}
@media (max-width: 375px){
.page-template-template-loose-diamonds-shop .nivoda-diamond-left-img {
    height: 250px!important;
}
}
/*======================================================
Steps Css
========================================================*/
.diamond-buddet {
    width: 85%;
    margin: 30px auto;
}

.padding-50 {
    padding: 50px 0px
}

.diamond-bugdet-container {
    display: flex;
    gap: 10px;
    justify-content: center
}

.diamond-bugdet-container div {
    background: #ddd;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.diamond-bugdet-container button{
    background: #ddd;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.diamond-bugdet-container button:hover{background: linear-gradient(45deg, HWB(42 42% 14.9%), HWB(36.9 30.6% 33.7%)) !important; color: #000;}

.main-diamond-content {
    min-height: 100vh
}

.selected-step {
    background: linear-gradient(45deg, HWB(42 42% 14.9%), HWB(36.9 30.6% 33.7%)) !important;
    color: #fff;
    font-weight: bold;
}

.step__count {
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    z-index: 1;
}

.active--step {
    background: linear-gradient(45deg, HWB(42 42% 14.9%), HWB(36.9 30.6% 33.7%))
}

.diamond-buddet h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    justify-content: center;
    position:relative;
}
.diamond-buddet h4 span {
    background: #fff;
    padding: 4px 10px;
    z-index: 1;
    text-align: center;
}

.diamond-buddet h4::after {
    content: "";
    width: 80%;
    position: absolute;
    padding: 2px;
    background: #000;
    bottom: 23px;
}
.steps-counter__container {
    display: flex;
    justify-content: center;
}

.steps-counter__container>div {
    width: 30%;
    display: flex;
    justify-content: center;
    position: relative;
}

.centered__step::after {
    content: "";
    width: 50%;
    height: 3px;
    background: #000;
    position: absolute;
    right: 0;
    top: 22.5px;
}

.centered__step::before {
    content: "";
    width: 50%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 22.5px;
}

.first__step::after {
    content: "";
    width: 50%;
    height: 3px;
    background: #000;
    position: absolute;
    right: 0;
    top: 22.5px;
}

.last__step::before {
    content: "";
    width: 50%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 22.5px;
}

.step__button__container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0px;
}

.centered__step.left_active::before {
    background: #D3B267;
}

.first__step.right_active::after {
    background: #D3B267;
}

.centered__step.right_active::after {
    background: #D3B267;
}

.last__step.left_active::before {
    background: #D3B267;
}

.step__button__container button {
    background: linear-gradient(45deg, HWB(42 42% 14.9%), HWB(36.9 30.6% 33.7%)) !important;
    min-width: 100px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    border-radius: 5px;
    font-size: 18px;
}

.step__button__container button:hover, .step__button__container button:active {
    color: #000;
    background: #000;
}

.shape-list-container {
    background: #2C2E43;
    padding: 10px;
    padding-top: 25px;
    width: 80%;
    margin: 0 auto;
}

.shape-list-container ul li img {
    width: 85%;
    margin: 0px auto;
}

.shape-list-container ul li span {
    font-size: 13px;
    text-align: center;
    display: flex;
    width: 85%;
    justify-content: center;
    line-height: 14px;
}
.clarity-diamond {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.advanced__filters {
    padding: 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.advanced__filters h3 {
    margin: 0;
    font-size: 20px;
}