
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'playfair_display';
  src: url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
       url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}


@font-face {
  font-family: 'playfair_display';
  src: url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
       url('../fonts/playfairdisplay-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}




@font-face {
  font-family: 'playfair_display';
  src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
       url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}


body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Satoshi';
  color: #4B2D20;
  background-color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:hover{
  text-decoration: none !important;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}


.nd-main-title{
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: 'playfair_display';
  margin-bottom: 35px;
}

.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  font-family: 'playfair_display';
  color: #fff;
}

.nd-hm-banner .slick-current .s-animate-1 {
  -webkit-animation: 1.5s 0.3s fadeInUp both;
  animation: 1.5s 0.3s fadeInUp both;
}
.nd-hm-banner .slick-current .s-animate-2 {
  -webkit-animation: 1.5s 0.7s fadeInUp both;
  animation: 1.5s 0.7s fadeInUp both;
}
.nd-hm-banner .slick-current .s-animate-3 {
  -webkit-animation: 1.5s 1.1s fadeInUp both;
  animation: 1.5s 1.1s fadeInUp both;
}
.nd-hm-banner .slick-current .s-animate-4 {
  -webkit-animation: 1.5s 1.3s fadeInUp both;
  animation: 1.5s 1.3s fadeInUp both;
}
.nd-hm-banner .slick-current .s-animate-5 {
  -webkit-animation: 1.5s 1.4s fadeInDown both;
  animation: 1.5s 1.4s fadeInDown both;
}

.nd-flex-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nd-flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots{
  display: flex;

}

.slick-dots button{
  text-indent: -9999px;
  width: 8px;
  height: 4px;
  background-color: #c5b5ae;
  margin: 3px 0;
}
.slick-dots li{
  margin-right: 4px;
}
.slick-dots button{
  outline: none;
  border: 0;
}

.slick-dots .slick-active button{
  width: 16px;
  background-color: #c5b5ae;
}
.nd-hm-banner{
  position: relative;
}
.nd-hm-banner .slick-dots .slick-active button{
  background-color: #fff;
}
.slick-dots .slick-active button{
  background-color: #4B2D20;
}

.nd-hm-banner .slick-dots{
  justify-content: flex-end;
  position: relative;
  bottom: 50px;
  right: 0;
  margin-bottom: -27px;
}

header{
  background-color:transparent;
}

.nd-header-bottom{
  margin-top: 5px;
}

.nd-header{
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.nd-header-b-left{
  display: flex;
  align-items: center;
}

.nd-header.header-fixed{
  position: fixed;
}

.nd-header.header-fixed .nd-top-header{
  display: none;
}

.scrolled-logo{
  display: none;
  margin-right: 30px;
}

.nd-header.header-fixed .scrolled-logo{
 display: inline-block;
}


.nd-top-header-right .header-links{
  margin-left: 20px;
}

.nd-top-header-right ul{
  gap: 15px;
  margin-bottom: 0;
}

.header-links{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.header-links:hover{
color: #fff;
text-decoration: none;
}

.nd-header.header-fixed{
  padding: 10px 0;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1020;
  background: #4B2D20;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.nd-hm-banner{
  height: 100%;
}

.nd-hm-banner .items{
  height: 100vh;
}

.nd-hm-banner .items .banner_text{
  padding-bottom: 45px;
  max-width: 450px;
}

.nd-hm-banner .items .banner_text p{
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.common-btn{
  background-color: #fff;
  padding: 10px 20px;
  color: #6D4534;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.common-btn:hover{
  background-color: #6D4534;
  color: #fff;
}

/* .nd-hm-banner .items .banner_text .common-btn{
  background-color: #fff;
  color: #6D4534;
} */

.mt-100{
  margin-top: 100px;
}


.nd-hm-d-slider .items{
text-align: center;
}

.nd-hm-d-slider .items h4{
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.common-items .thumb{
  background-color: #f3f3f3;
  /* height: 350px; */
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px;
  justify-content: center;
}
.nd-hm-featured-slider{
  margin: 0 -12px;
}
.nd-hm-featured-slider .item{
  margin: 0 12px;
}

.nd-hm-featured-slider .common-items .thumb{
padding: 0 35px;
}

.common-items .nd-hm-f-content{
margin-top: 12px;
display: flex;
justify-content: space-between;
gap: 10px;
flex-wrap: nowrap;
min-height: 35px;
align-items: center;
}

.common-items .item-name{
  font-size: 14px;
  cursor: pointer;
}

.common-items h6{
  font-weight: 500;
  margin: 0;
}

.nd-hm-featured-items .quick-view{
  color: #4B2D20;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.nd-hm-full-thumbs .items{
display: block;
position: relative;
width: 100%;
cursor: pointer;
}
.nd-hm-full-thumbs .items .overlay{
position: absolute;
bottom: 15px;
width: 100%;
text-align: center;
left: 0;
color: #fff;
}

.nd-hm-full-thumbs .items img{
  width: 100%;
  
}

.nd-hm-full-thumbs .items h5{
  font-family: 'playfair_display';
  font-weight: 500;
  font-size: 28px;
}

.nd-hm-full-thumbs .items .link{
  display: inline-flex;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
}

.nd-hm-latest-arivals .title-wrapper{
  margin-top: 20px;
}

.nd-hm-latest-arivals .title-wrapper .nd-main-title{
  margin-bottom: 10px;
}
.nd-hm-la-slider{
  margin: 0 -10px;
}
.nd-hm-la-slider .item{
  margin: 0 10px;
}

.nd-hm-l-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.nd-hm-features-box{
  text-align: center;
}

.nd-hm-features-box h5{
  margin: 15px auto 10px;
  font-size: 18px;
  font-weight: 500;
}

.nd-hm-features-box p{
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.nd-hm-custom-box{
  background: #FFFBF3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0px 55px;
}

.nd-hm-custom-box .btn-group{
display: flex;
gap: 20px;
}

.nd-hm-custom-box .btn-group .common-btn{
  border: 1px solid #4B2D20;
}

.nd-hm-custom-box .btn-group .common-btn.btn-bg{
background-color: #4B2D20;
color: #fff;
}

.nd-hm-custom-box .btn-group .common-btn.btn-bg:hover{
  background-color: #fff;
  color: #4B2D20;
}

.nd-hm-custom-box .btn-group{
  margin-top: 40px;
}


.nd-hm-custom-pro .full-thumb{
  background-color: #f6f2e8;
}

.nd-hm-custom-box .title-wrapper .nd-main-title{
  margin: 20px auto 20px;
}

.nd-hm-custom-box .title-wrapper span{
  text-transform: uppercase;
  font-size: 14px;
}

.nd-hm-custom-box p{
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.nd-hm-shopd-box{
  height: 350px;
  box-shadow: 0px 1px 6px #ddd;
}

.nd-hm-shopd-box .thumb{
height: calc(100% - 50px);
display: flex;
align-items: center;
justify-content: center;
}
.nd-hm-shopd-box .nd-hm-sd-link{
 margin: 0 15px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 color: #4B2D20;
}
.nd-hm-newsletter .row{
  background: #2E1B14;
  padding: 60px;
  border-radius: 12px;

}

.nd-newsletter-content {
  color: #fff;
  padding-right: 20px;
}

.nd-newsletter-content p{
  margin-bottom: 0;
}

.nd-newsletter-content .nd-main-title{
  margin-bottom: 20px;
}

.nd-newsl-field form input{
 padding: 10px 15px;
 background-color: #fff;
 border: 0;
 flex: 1;
 outline: none;
}

.nd-newsl-field form .common-btn{
  background: #6D4534;
  border: 0;
  outline: none;
  color: #fff;

}
.nd-newsl-field{
  padding-left: 20px;
}

.nd-newsl-field form{
  width: 100%;
  display: flex;
  gap: 15px;
 

}


.nd-newsl-field .policy-lines{
margin-top: 10px;
color: #fff;
font-size: 14px;
}
.nd-newsl-field .policy-lines a{
  text-decoration: underline;
  color: #fff;
}

.nd-review-content-box{
  display: flex;
  gap: 30px;
  align-items: center;
}

.nd-review-content-box .thumb{
  flex-shrink: 0;
  display: flex;

}

.nd-review-content-box ul{
  display: flex;
  align-items: center;
  gap: 5px;
}

.nd-review-content-box .quote{
  margin: 22px 0;
}

.client-name{
  font-weight: 600;
  
}

.nd-hm-review-slider .slick-dots button{
  width: 6px;
}

.nd-hm-review-slider .slick-dots{
justify-content: center;
margin-top: 40px;
}

.nd-hm-review-slider .slick-dots .slick-active button{
  width: 32px;
}

.nd-footer{
  border-top: 1px solid #D4C1B9;
  
}
.nd-footer .footer-top{
  padding: 65px 0;
}
.footer-top .footer-logo{
  margin-bottom: 20px;
}

.footer-top .footer-logo + p{
 max-width: 90%;
}

.footer-top h6{
  font-size: 14px;
  color: #806B62;
  font-weight: 700;
  margin-bottom: 15px;

}
.footer-top .footer-cols ul li{
  margin-bottom: 10px;
}
.footer-top .footer-cols ul li a{
  font-weight: 500;
  color: #4B2D20;
}
.footer-top .footer-cols ul li a:hover{
  color: #2E1B14;
}

.footer-top .footer-cols ul.adderss li:first-child{
  text-transform: uppercase;
  font-weight: 500;
}

.footer-bottom{
  border-top: 1px solid #D4C1B9;
  padding: 30px 0;
}

.footer-bottom ul{
   display: flex;
   gap: 15px;
   align-items: center;
}
.footer-bottom ul li a{
  
}
.footer-bottom ul li a:hover svg path{
  fill:#4B2D20;
}


.nd-header.inner-header{
  background: #4B2D20;
  position: relative;

}

.nd-header.inner-header.header-fixed{
 position: fixed;
}

.nd-progress-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 20px 0;
  z-index: 1;
}

.nd-progress-container::after{
  content:"" ;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  left: 0;
  width: 100%;
  background: #F7EED6;
  z-index: -2;
}

.nd-progress-container .onTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.nd-progress-container .stepWrapper .dropdown{
  padding: 0;
}

.nd-progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
  transform: translateY(-50%);
}

.nd-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F7EED6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4B2D20;
  border: 2px solid transparent;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
  position: relative;
}

.nd-circle span{
  display: block;
  position: absolute;
  bottom: -30px;
}

.nd-circle.active {
  background-color: #fff;
  font-weight: 700;
  border: 2px solid #4B2D20;
  font-size: 12px;
}

#nd-progress {
  height: 2px;
  background-color: #4B2D20;
  width: 0;
  transition: width 0.3s;
}
.nd-steps-bar{
  padding: 0 50px;
  margin-bottom: 45px;
}
.nd-product-details-middle .product-slider{
  overflow: hidden;
}
.nd-product-details-middle .product-slider .carousel-item{
  position: inherit !important;
  float: left !important;
  height: 270px;
}

.nd-product-details-middle .product-slider .video-wrapper {
  height: 270px;
  position: relative;
  overflow: hidden;
}

.nd-product-details-middle .product-slider .pm_vdo {
  height: 100%;
  width: auto;
  object-fit: cover; 
  display: block;
  margin: 0 auto;
}
.nd-product-details-middle .nd-product-image { max-width: 100%; height: 270px;
  position: relative; }
  .nd-product-details-middle .nd-product-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
.nd-product-details-middle .nd-thumbnail img { max-width: 100%; cursor: pointer; }
.nd-product-details-middle .nd-product-title { font-weight: 400; font-size: 32px; line-height: 42px; font-family: 'playfair_display';}
.nd-product-details-middle .nd-price { font-size: 32px; line-height: 42px; font-weight: 500; color: #4B2D20; 
text-align: right;}
.nd-product-details-middle .nd-price .small{
  font-size: 20px;color: #4B2D20;
}
.nd-product-details-middle .nd-option-label { font-weight: 500; margin-bottom: 0.5rem; }
.nd-product-details-middle .nd-btn-add-to-cart { background-color: #6D4534; color: #fff; border: none; padding: 10px 50px; margin-top: 10px;}
.nd-product-details-middle .nd-btn-all-btn { background-color: #6D4534; color: #fff; border: none; padding: 10px 50px; margin-top: 10px;}
.nd-product-details-middle .nd-option-label span{
  font-weight: 400;
}
.nd-product-details-middle .nd-btn-add-to-cart:hover { background-color: #4B2D20; }
.nd-product-details-middle .nd-review-rating { color: #ffc107; font-size: 1rem; }
.nd-product-details-middle .nd-form-group { margin-bottom: 1rem; }
.nd-product-description{
  margin: 0;
  padding: 22px 0;
  margin-bottom: 22px;
  border-bottom: 1px solid #D4C1B9;
}
.nd-product-details-middle .nd-form-group .form-control{
  border: 1px solid #D4C1B9;
}

      .nd-btreadcums{
        padding-top: 20px;
      }

      .nd-btreadcums ul{
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
      }

      .nd-btreadcums ul li:not(:last-child){
        position: relative;
      }

      .nd-btreadcums ul li:not(:last-child)::after{
        content: "/";
        position: absolute;
        right: -13px;

      }

      .nd-btreadcums ul li a{
        font-weight: 700;
        color: #4B2D20;
      }
      .nd-inner-banner{
        background: #FFFBF3;
        margin-bottom: 50px;

      }
      .nd-inner-banner .cat_name{
        text-align: left;
      }
      .nd-inner-banner .title-wrapper i{
        font-style: normal;
      }
      .nd-inner-banner .title-wrapper strong{
        font-weight: 400;
      }
      .nd-inner-banner .nd-banner-title, .nd-inner-banner .cat_name{
        color: #4B2D20;
       
      }

      .nd-inner-banner .title-wrapper{
        padding: 30px 0;
      }
      .nd-filter-bar{
        margin-bottom: 20px;
      }

      .nd-filter-bar .common-btn{
        padding: 6px 20px;
        gap: 10px;
        border: 1px solid #4B2D20;
      }

      .nd-filter-bar .common-btn:hover{
        background-color: #4B2D20;
      }

      .nd-filter-bar .common-btn:hover svg path{
        fill: #fff;
        stroke: #fff;
      }

      .nd-product-selections{
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: start;
        border: 1px solid transparent;
      }
      .nd-product-selections img {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-right: 6px;
        cursor: pointer;
        padding: 2px;
    }
    .nd-product-selections img.active{
      border: 1px solid #4B2D20;
    }

    .nd-product-listing .common-items{
      margin-bottom: 24px;
    }

    .nd-top-header-right .nd-search-bar{
      background: transparent;
    outline: none;
    border: 1px solid #fff;
    padding: 3px 14px;
    color: #fff !important;
    border-radius: 18px;
    }

 

    .nd-top-header-right .nd-search-bar .search-text{
      outline: none;
      border: 0;
      background-color: transparent;
      color: #fff !important;
    }

    header input.search-text::-webkit-input-placeholder { /* Chrome, Safari, Edge */
      color: #fff;
    }
    
    header input.search-text:-moz-placeholder { /* Firefox 18- */
      color: #fff;
    }
    
    header input.search-text::-moz-placeholder { /* Firefox 19+ */
      color: #fff;
    }
    
    header input.search-text:-ms-input-placeholder { /* IE 10+ */
      color: #fff;
    }

    .nd-product-listing .carat-main-tab{
      background-color: #fff;
      padding: 5px 20px;
      color: #6D4534;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      border: 2px solid #6D4534;
    }

    .nd-product-listing .carat-main-tab select{
      font-size: 16px !important;
      font-weight: 600;
      border: 0 !important;
      outline: none !important; background-color: #fff !important;  color: #6D4534  !important;
      font-family: inherit !important;
    }

    .nd-load-more .common-btn{
       margin: 30px auto 0;
       outline: none;
       border: 2px solid #6D4534 !important;
       font-weight: 700;
       display: flex;
       justify-content: center;
       padding: 10px 60px;

    }

    .nd-load-more .common-btn:hover{
      background-color: #6D4534;
    }
/* Basic styling for the filter sidebar */
.nd-filter-sidebar {
width: 100%;

border: 1px solid #ccc;
}

.nd-filter-title {
font-weight: bold;
font-size: 17px;
margin-bottom: 10px;
display: flex;
padding: 12px 15px;
border-bottom: 1px solid #D4C1B9;
align-items: center;
justify-content: space-between;
}

.nd-filter-title .nd-clear-all{
display: flex;
text-decoration: underline;
color: #4B2D20;
font-size: 14px;
font-weight: 400;

}

.nd-filter-section {
margin-bottom: 0px;
padding: 12px 0px;
margin: 0 15px;
border-bottom: 1px solid #D4C1B9;

}

.nd-filter-section.single-load{
  float: none !important;
  padding: 12px 0px !important;
  margin: 0 15px !important;
  width: calc(100% - 30px) !important;
}

.nd-filter-options.diamond-shapes .single-load-sheap{
width: auto;
margin-bottom: 0;
}

.nd-filter-options.diamond-shapes .single-load-sheap a{
  flex-direction: column;
  height: auto;
  border: 0;
}
#flt_shape .nd-filter-options.diamond-shapes .single-load-sheap.active a {
  border: 0 !important;
}

.nd-filter-options.diamond-shapes .single-load-sheap.active a span{
  font-weight: bold;
}
.nd-filter-options.diamond-shapes .single-load-sheap a span{
 display: block;
padding-top: 5px;
font-weight: 400;
font-size: 16px;
color: #4B2D20;
}

.nd-filter-options.diamond-shapes .single-load-sheap a:hover img{
  display: block;
}

.nd-filter-drop-down .info-i{
  display: flex;
}

.nd-filter-section:last-child{
border: 0;
}

.nd-filter-section.single-load .view-diamonds-btn{
  background-color: transparent;
  border: 0;
  outline: none;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px !important;
  display: none;
}

.nd-filter-section h4 {
font-size: 1em;
margin-bottom: 0px;
cursor: pointer;
display: flex;
align-items: center;
gap: 6px;
}

.nd-filter-options {
display: none;
padding: 10px 0;
}

.nd-slider-range {
margin-top: 10px;
}

.nd-filter-sidebar .checkbox-list label {
display: block;
margin-bottom: 5px;
}

.nd-filter-sidebar .checkbox-list label.custom-checkbox{
display: flex;
gap: 15px;
align-items: center;
}


.nd-inner-slider .arrow-back{
position: absolute;
top: 50%;
z-index: 1;
left: 10px;
margin-top: -12px;
}


.nd-inner-slider .arrow-next{
position: absolute;
top: 50%;
z-index: 1;
right: 10px;
margin-top: -12px;
}

.nd-inner-slider .thumb{
 padding: 0 35px;
}


.nd-inner-slider .slick-dots{
 justify-content: center;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}

.nd-filter-tabs {

flex-direction: column;
}

.nd-filter-tabs .nav-tabs{
background-color: #FFF4F0;
padding: 8px;
border: 0;
margin-bottom: 48px;
}

.nd-filter-tabs .nav-tabs li a.nav-link{
background-color: transparent;
border: 0;
color: #4B2D20;
padding: 6px 15px;
border-radius: 4px !important;
}

.nd-filter-tabs .nav-tabs li a.nav-link.active{
background-color: #4B2D20;
color: #fff;
}

.nd-filter-searchbar{
border:1px solid  #D4C1B9;
border-radius: 8px;
padding: 15px;
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
height: 44px !important;
}

.nd-filter-searchbar.serch input{
border: 0 !important;
outline: none;
width: 100%;
padding: 0 10px 0 30px !important;
font-size: 16px;
}
.nd-filter-sidebar .load-area{
  flex-direction: column;
}

.nd-filter-searchbar.serch a{
  font-size: 18px;
  right: auto;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.nd-filter-drop-down{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 !important;
}

.nd-filter-drop-down .dropdown-arrow{
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.nd-filter-section .load-progres.nd-filter-options{
  padding-bottom: 0;
}

.nd-filter-section .load-fl-text a:last-child:after{
  display: none;
}
.nd-filter-section .load-fl-text a:after{
   z-index: 1;
}

/* .nd-filter-drop-down .dropdown-arrow.open{
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
} */

.nd-filter-options.diamond-shapes label input{
opacity: 0;
position: absolute;
}
.nd-filter-options.diamond-shapes label{
text-align: center;
}
.nd-filter-options.diamond-shapes label span{
display: block;
padding-top: 5px;
}

.nd-filter-options.diamond-shapes{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}


.nd-product-listing .diamonds-info{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.nd-product-listing .diamonds-info li{
  text-align: left;
  width: auto;
  color: #4B2D20;
  font-size: 14px;
  font-weight: 600;
}

.nd-product-listing .diamonds-info li span{
    display: block;
    color: #4B2D20;
    font-size: 13px;
    font-weight: 400;
}

.diamond-main.common-items .product-name{
  padding: 10px 0;
}


.diamond-main.common-items .product-price{
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.diamond-main.common-items .product-price span{
  font-weight: 400;
}

.diamond-main.common-items button.main-button.d_info{
  border: 1px solid #6D4534 !important;
    color: #6D4534 !important;
    margin: 15px auto 0;
    display: flex;
    align-items: center;
}

.nd-product-listing .add-rings-button-groups{
  display: flex
  ;
      justify-content: center;
      width: 100%;
}
.nd-product-listing .add-rings-button-groups button{
  width: 50px;
    height: 50px;
    border: 0;
    outline: none !important;
    margin: 0 7px;
    /* background: #eff1f2; */
    background: #FFF4F0;
    
    padding: 2px;
}

.sort-text-btn{
margin-bottom: 20px;

}

.sort-text-btn span{
font-weight: 500;
font-weight: 700;
padding: 0 5px;
text-transform: capitalize;
}

.sort-text-btn:hover svg path{
stroke: #fff;
}

.nd-rings-option-bar ul{
display: flex;
gap: 15px;
justify-content: flex-end;

}

.nd-rings-option-bar ul li button{
border: 0;
background-color: transparent;
width: 100%;
}

.nd-rings-option-bar ul li{
min-width: 98px;
}

.nd-rings-option-bar ul li span{
padding-top: 8px;
font-size: 14px;
}

.nd-r-thumb{
background: #F3F3F3;

}

.nd-product-details-middle .nd-product-image{
/* background-color: #F3F3F3; */
}

.nd-product-details-middle .nd-thumbnail{
margin-right: 12px;
/* background-color:#F3F3F3; */
min-width: 86px;
justify-content: center;
display: flex;
position: relative;
height: 86px;
border: 1px solid transparent;
margin-bottom: 10px;

}
.nd-product-details-middle .nd-thumbnail.active{
border: 1px solid #4B2D20;
}

.nd-product-details-middle .nd-thumbnail.first::before{
background: rgba(0,0,0,0.5);
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.nd-product-details-middle .nd-thumbnail.first button{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
border: 0;
outline: none;
height: 100%;
}

.nd-pro-title-wrapper{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.nd-review-rating{
gap: 10px;
display: flex;
align-items: center;
}
.nd-review-rating ul{
display: flex;
gap: 5px;
}
.nd-review-rating ul li {
display: inline-flex;
}
.nd-form-group .radio-inline{
position: relative;
height: 34px;
width: 34px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #D4C1B9;
border-radius: 50%;
font-size: 12px;
margin-right: 6px;
flex-shrink: 0;
}
.nd-form-group .radio-inline input{
opacity: 0;
position: absolute;
z-index: -1;
}

.nd-form-group .radio-inline.active{
border: 1px solid #4B2D20;

}
.nd-form-group .custom-radio-group {
display: flex;
align-items: center;
gap: 20px; 
}


.nd-form-group .custom-radio {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 16px;
}

.nd-form-group .custom-radio input {
display: none;
}

.nd-form-group .custom-radio .radio-circle {
width: 18px;
height: 18px;
border: 2px solid #c5a899; /* Light brown border */
border-radius: 50%;
background-color: transparent;
position: relative;
}

.nd-form-group .custom-radio input:checked + .radio-circle {
background-color: transparent; /* Dark brown background for selected state */
border-color: #4a2d22; /* Border matches background */
}

.nd-form-group .custom-radio input:checked + .radio-circle::after {
content: "";
width: 8px;
height: 8px;
background-color: #4a2d22;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #4a2d22;
}
.nd-form-group .nd-product-selections img{
width: 21px;
height: 21px;
}


.nd-designs-section .left-column {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: left;
height: 100%;
}
.nd-designs-section .left-top-content{
margin-top: 20px;
}
.nd-designs-section .left-bottom-thumb{
background-color: #F3F3F3;
display: flex;
padding: 15px 0;
justify-content: center;

}
.nd-designs-section .left-column h2 {
margin-bottom: 10px;
}
.nd-designs-section .left-column p {
font-size: 16px;
margin-bottom: 30px;
color: #4B2D20;
}
.nd-designs-section .left-column img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.nd-designs-section .right-column img {
max-width: 100%;
height: auto;

}

.nd-pro-details-extra{
margin-top: 22px;
border-top: 1px solid #D4C1B9;
padding-top: 22px;
margin-bottom: 12px;
}

.nd-pro-details-extra h5{
font-family: 'playfair_display';
font-size: 18px;
margin-bottom: 15px;
font-weight: 500;
}

.nd-pro-details-extra .list-unstyled{
list-style: disc;
list-style-position: inside;
}

.nd-pro-details-extra .d-ring-info{
margin-top: 22px;
}

.nd-pro-details-extra li{
padding: 2px 0;
}

.nd-pro-details-extra li b{
font-weight: 500;
}

.nd-filter-btn{
display: none;
}
.nd-filter-close{
display: none;
}

.nd-filter-section .ui-slider-handle.ui-corner-all.ui-state-default{
transition: .3s all cubic-bezier(.01,.01,.99,1.01);
}
.nd-filter-section .ui-slider .ui-slider-handle{
z-index: 2;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  border-radius: 50%;
  /* background: #CCC !important; */
  border: 2px solid #4B2D20 !important;
  top: 50% !important;
  transform: translateY(10%);
  background: #fff !important;
  margin-top: -12px;
  outline: none;
}
.nd-filter-section .ui-slider .ui-slider-handle{
position: absolute;
z-index: 99 !important;
width: 1.2em;
height: 1.2em;
cursor: default;
}

.nd-filter-section .progres .ui-slider-range.ui-corner-all.ui-widget-header{
transition: .3s all cubic-bezier(.01,.01,.99,1.01);
background: #D4C1B9 !important;
}
/* .nd-filter-section .ui-slider-range.ui-corner-all.ui-widget-header:last-child{
background-color: #b4b4b4 !important;
} */

.nd-filter-section .progres .ui-slider-range.ui-corner-all.ui-widget-header{
transition: .3s all cubic-bezier(.01,.01,.99,1.01);

}
/* .progres:hover .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
background: var(--primary-main) !important;
border-color: #FFC13B;
} */

.nd-filter-section .ui-slider-range.ui-corner-all.ui-widget-header:last-child{
background: #4B2D20 !important;
}

.nd-filter-section .ui-slider-handle.ui-state-default.ui-state-focus ~ .ui-slider-range:last-child{
  background: #4B2D20 !important;
}



.nd-filter-section .ui-slider-range.ui-corner-all.ui-widget-header {
transition: .3s all cubic-bezier(.01,.01,.99,1.01);
background-color: #4B2D20;
}
.nd-filter-section .ui-slider-handle.ui-corner-all.ui-state-default {
transition: .3s all cubic-bezier(.01,.01,.99,1.01);
}
.nd-filter-section .ui-slider-handle.ui-corner-all.ui-state-default:hover {
background: #FFC13B;
}

.nd-filter-section .ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus{
  background-color:  #fff !important;
}

.nd-filter-section .select-fl select{
  border-radius: 0 !important;
}

.nd-filter-section .ui-widget.ui-widget-content{
  border: 0 !important;
  background: #D4C1B9;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.nd-filter-section .select-fl{
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
margin-top: 10px;
}

.nd-filter-section .select-fl input{
  min-width: 90px;
  height: 32px;
  max-width: 100px;
  border:1px solid #D4C1B9;
  text-align: center;
  font-weight: 400;
  color:  #4B2D20 !important;
  outline: none !important;
  border-radius: 0;

}

.custom-checkbox-group {
display: flex;
flex-direction: column;
gap: 10px;
}

.custom-checkbox {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 16px;
}

.custom-checkbox input {
display: none;
}

.custom-checkbox .checkmark {
display: inline-block;
width: 18px;
height: 18px;
border: 2px solid #c5a899; 
border-radius: 3px; 
background-color: transparent;
position: relative;
}

.custom-checkbox input:checked + .checkmark {
border-color: #4a2d22; 
}

.custom-checkbox input:checked + .checkmark::after{
content: "" !important;
position: absolute !important;
top: 1px;
left: 5px;
width: 5px;
height: 10px;
border: solid #4a2d22;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
display: block !important;
}

.nd-filter-section .load-fl-text.custom-checkbox-group{
  align-items: flex-start;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.custom-checkbox span + span {
margin-left: 10px;
}
.nd-filter-sidebar-main{
position: sticky;
top: 100px;
max-height: calc(100vh - 100px);
    overflow-y: scroll;
    height: fit-content;
    scrollbar-width: none;
}


@media (max-width: 1440px) {
.mt-100{
  margin-top: 80px;
}
.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 42px;
  line-height: 54px;
}
.nd-main-title{
  font-size: 26px;
  line-height: 36px;
}
.nd-hm-full-thumbs .items h5{
  font-size: 25px;
  line-height: 40px;
}
.nd-footer .footer-top{
  padding: 55px 0;
}

.custom-checkbox .checkmark{
  width: 16px;
    height: 16px;
    border-width: 1px;
}
.nd-filter-sidebar .checkbox-list label.custom-checkbox{
  gap: 10px;
}
.custom-checkbox{
  font-size: 14px;
}
.custom-checkbox input:checked + .checkmark::after{
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-width: 0 1px 1px 0;
}
.nd-filter-section .load-fl-text.custom-checkbox-group{
  gap: 2px;
}

.nd-filter-sidebar .load-area{

  width: 100%;
  display: block;
}
}
@media (max-width: 1367px) {
.mt-100{
  margin-top: 70px;
}
.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 38px;
  line-height: 46px;
}
.nd-hm-full-thumbs .items h5{
  font-size: 24px;
  line-height: 38px;
}
}

@media (max-width: 1199px) {
.mt-100{
  margin-top: 60px;
}
.nd-footer .footer-top{
  padding: 45px 0;
}
.nd-filter-options.diamond-shapes{
  grid-template-columns: repeat(3, 1fr);
}
.nd-filter-options.diamond-shapes label span{
  font-size: 13px;
}
.nd-filter-section, .nd-filter-section{
  margin: 0 10px;
}
.nd-filter-title{
  padding: 10px 10px;
}
.nd-designs-section .left-column img{
  max-width: 200px;
}


}

@media (max-width: 991px) {
  .nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 36px;
  line-height: 46px;
}
.nd-main-title{
  font-size: 22px;
  line-height: 32px;
}

.nd-hm-custom-box{
  padding: 30px;
}
.nd-hm-custom-box p{
  font-size: 16px;
  line-height: 24px;
}
.nd-hm-shopd-box{
  margin: 10px 0;
}
.nd-newsl-field{
  padding: 20px 0 0;
}
.nd-hm-newsletter .row{
  padding: 40px;
}
.nd-review-content-box{
  flex-direction: column;
  gap:20px;
  padding: 0 20px;
}
.nd-footer .footer-top{
  padding: 30px 0;
}
.nd-header > .container{
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.nd-top-header-right{
  padding-right: 50px;
  margin-left: 10px;
}
.nd-header.header-fixed .mobile-menu__menu-top .menubar{
    margin-top: 0;
}
.nd-header.header-fixed{
  padding: 0;
}
.nd-header.inner-header{
  position: relative;
}
.nd-inner-banner{
  padding-bottom: 30px;
}
.nd-inner-banner .title-wrapper{
  padding-bottom: 0;
}
.nd-rings-option-bar ul{
  justify-content: center;
  flex-wrap: wrap;
}
.nd-designs-section .right-column img{
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
}

.nd-product-details-middle .nd-product-title, .nd-product-details-middle .nd-price{
  font-size: 24px;
  line-height: 32px;
}
.nd-designs-section .left-top-content{
  margin-top: 0;
}

}

@media (max-width: 767px) {
.mt-100{
  margin-top: 50px;
}
.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 32px;
  line-height: 42px;
}
.nd-hm-full-thumbs .items h5{
  font-size: 24px;
  line-height: 36px;
}
.nd-hm-shopd-box{
  height: auto;
  padding: 30px 0;
margin-bottom: 25px;
}
.nd-hm-full-thumbs .items{
  max-width: 510px;
  margin: 0 auto;
}
.common-items .thumb{
  height: 250px;
}
.nd-hm-custom-box .btn-group{
  margin-top: 20px;
}
.footer-cols{
  margin-top: 20px;
}
.footer-bottom-inner.nd-flex-between{
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.footer-bottom-inner .copy-right{
  margin-bottom: 15px;
}
.nd-hm-banner .items{
  height: 450px;
}

.nd-hm-banner .items .banner_text p{
  font-size: 16px;
  line-height:24px;
}
.nd-review-content-box .quote{
  margin: 10px 0;
}
.sort-text-btn{
  margin-top: 20px;
}
.nd-product-details-middle .nd-product-title, .nd-product-details-middle .nd-price{
  font-size: 22px;
  line-height: 30px;
}
.nd-pro-title-wrapper{
  margin-top: 15px;
}

.nd-filter-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: #fff;
  overflow-y: auto;
  z-index: 99999;
  transform: translateY(100%);
  transition: transform 0.6s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

.nd-filter-sidebar.open {
transform: translateY(0);
}

.nd-filter-btn {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 5px;
  bottom: 20px;
  right: 20px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  z-index: 1100; /* Above the sidebar */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nd-filter-btn.common-btn{
background-color: #6D4534;
color: #fff;
}

.nd-header.inner-header.header-fixed{
/* position: relative; */
}
.nd-filter-close{
display: block;
position: absolute;
top: 8px;
right: 15px;

}
.nd-filter-close svg{
width: 20px;
height: auto;
}
.nd-filter-btn svg{
  width: 19px;
  height: auto;
}

.nd-filter-sidebar-main{
  position: relative;
  top: auto;
}

.load-area .load-shape .section-title.nd-filter-drop-down{
  justify-content: space-between !important;
  height: auto !important;
        padding: 0;
        line-height: normal;
}

.load-area .nd-filter-section .load-shape{
  border: 0 !important;
  margin: 0;
}
.nd-filter-sidebar .load-area{
  max-height: calc(100vh - 180px);

}
.nd-product-details-middle .product-slider .carousel-item{
  height: 270px !important;
}

}

@media (max-width: 574px) {
.mt-100{
  margin-top: 40px;
}
.nd-header{
  padding:10px 0;
}
.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 28px;
  line-height: 38px;
}
.nd-main-title{
  font-size: 20px;
  line-height: 30px;
}
.nd-hm-custom-box p, body{
  font-size: 14px;
  line-height: 22px;
}
.nd-hm-custom-box{
  padding: 20px;
}
.nd-hm-custom-box .btn-group {

  /* flex-direction: column; */
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nd-hm-custom-box .btn-group .common-btn{
  margin: 10px 0;
}
.nd-review-content-box{
gap: 10px;
}
.nd-header > .container{
padding: 0 15px;
}
.nd-product-details-middle .nd-product-title, .nd-product-details-middle .nd-price{
font-size: 20px;
line-height: 30px;
}

.nd-top-header-right .nd-search-bar{
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
.nd-top-header-right .nd-search-bar .search-text{
  width: calc(100% - 35px);
}
}

@media (max-width: 479px) {
.mt-100{
  margin-top: 30px;
}
.nd-banner-title, .nd-inner-banner .cat_name{
  font-size: 24px;
  line-height: 34px;
}

.nd-filter-btn{
  display: inline-flex;
  bottom: 11px;
  right: auto;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: calc(100% - 55px);
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 20px;
  gap: 10px;
}
.nd-filter-btn svg{
  width: 19px;
  height: auto;
}
.nd-filter-sidebar {
  position: fixed;
  top: auto;
  left: 15px;
  height: calc(95% - 50px);
  width: calc(100% - 30px);
  background: #fff;
  overflow-y: auto;
  z-index: 99999;
  transform: translateY(139%);
  transition: transform 0.6s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  bottom: 51px;

}
.nd-top-header.nd-flex-between{
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-bottom ul{
  gap: 0;
}
.footer-bottom ul li{
  margin: 0 5px;

}
}
@media (max-width: 479px) {

.mobile-menu__menu-top .menubar{
  margin-top: 28px !important;
}
.header-fixed .mobile-menu__menu-top .menubar{
  margin-top: 0px !important;
}
.nd-top-header-right{
  padding-top: 15px;
  margin-left: 0;
  padding-right: 40px;
}
.mobile-menu__menu-top .menubar{
  margin-top: 29px;
}
.nd-logo{
  margin: 0 auto;
}
.nd-top-header-right ul{gap:0;}

.nd-top-header-right ul li:not(:last-child){
  margin-right: 5px;
}

}
.nd-top-header-right .header-links{
  margin-left: 10px;
}


.nd-hm-featured-slider .common-items .thumb img{
  /* max-width: 160px; */
  max-width: 250px;
  height: auto;
}

.nd-full-thumb-slider .slick-dots{
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  
}

.nd-full-thumb-slider{
  margin-bottom: 40px;
  padding: 0 10px;
}

.nd-full-thumb-slider .items{
  margin: 0 10px;
}
.content-view-popup
{
  margin: 0 auto;
  max-width: 700px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.padding139
{
  padding-left: 139px;
}
.nd-hm-shop-diamonds
{
  margin-bottom:50px;
}a
{color: #4B2D20;}

.diamond-thumb-wrapper.no-diamond-thumb{
  display: flex
;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background: #bbb; */
    background: #FFF4F0;
}
.diamond-main.common-items .diamond-thumb-wrapper.no-diamond-thumb button.main-button{
background-color: #6D4534 !important;
}
.common-items
{
  margin-bottom: 30px;
}
.product-slider .carousel-item
{
  float: none !important;
}

/***  main.css ***/
.header-search-barmob
{
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  padding: 3px 14px;
  color: #fff !important;
  border-radius: 18px;
  display: none;

}
.nd-header.header-fixed .header-search-barmob{
  display: block;
  margin-right: 42px;
}
.header-search-barmob .search-text {
  outline: none;
  border: 0;
  background-color: transparent;
  color: #fff !important;
}

@media (max-width: 440px) {
.nd-header.header-fixed .header-search-barmob{
  display: inline-flex;
    margin-right: 40px;
    max-width: 159px;
}

.nd-header.header-fixed .header-search-barmob .search-text{
  width: calc(100% - 5px);
}
.nd-header.header-fixed .scrolled-logo{
  margin-right: 10px;

}
.sticy-header.header-fixed .mobile-menu__menu-top .no-gutters.align-items-center{
  flex-wrap: nowrap;
}
}
.small90
{
  font-size: 90%;
  font-weight: 400;
}