body{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.3px;
    width: 100%;
}

a{
    color: #333;
    text-decoration: inherit;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: inherit;
}
ul li{
    list-style-type: none
}
ul li::marker{  
  width: 0;
  height: 0;
}
.p-0-175 p{
    padding:0 175px;
}
.height700{
    min-height: 700px;
}
.mt-200{
    margin-top: 200px;
}
.auto {cursor: auto !important;}
.container{
    max-width: 1200px;
    padding: 0 12px;
}
@media (max-width: 1199px){
    .container{
        max-width: 970px;
    }
}
@media (max-width: 991px){
    .container{
        max-width: 750px;
    }
}
@media (max-width: 767px){
    .container{
        max-width: 940px;
    }
}
@media (max-width: 575px){
    .container{
        max-width: 576px;
    }
}
@media (min-width:1440px){
    .container1440{
        max-width: 1440px;
    }
}
@media (min-width:1290px){
    .container1290{
        max-width: 1290px;
    }
}
@media (min-width:1056px){
    .container1056{
        max-width: 1056px;
    }
}
@media (min-width:1200px){
    .container1030{
        max-width: 1030px;
    }
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #62403e;
    color: #fff;
    padding: 10px;
    border: 1px solid #62403e;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: large;
  }
.row{
    margin: 0 -12px;
}
section{
    margin-bottom: 70px;
}
@media (max-width: 991px){
    section{
        margin-bottom: 50px;
    }
}
@media (max-width: 575px){
    section{
        margin-bottom: 30px;
    }
}
.heading{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
}
@media (max-width: 1200px){
    .heading{
        text-align: center;
    }
}
@media (max-width: 991px){
    .heading{
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}
@media (max-width: 575px){
    .heading{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/* One Banner Block */
.one-banner-block{
    position: relative;
    display: block;
    margin-bottom: 70px;
}
.banner-1{
    height: 700px;
    width: 100%;
}
@media (max-width: 1180px){
    .banner-1{
    height: 600px;
    width: 100%;
}
}
@media (max-width: 991px){
    .one-banner-block{
        margin-bottom: 50px;
    }
}
@media (max-width: 575px){
    .one-banner-block{
        margin-bottom: 30px;
    }
}
.one-banner-block a{
    display: flex;
    align-items: center;
}
@media (max-width: 1023px){
    .one-banner-block a{
        display: block;
    }
}
@media (max-width: 1023px){
    .one-banner-block .banner-1{
        display: none;
    }
}
@media (min-width: 1024px){
    .one-banner-block .banner-2{
        display: none;
    }
} 
@media (max-width: 1023px){
    .one-banner-block .banner-2{
        width: 100%;
        min-height: 300px;
    }
}
.one-banner-block .banner-text{
    position: absolute;
    top: 30%;
    left: 35%;
    align-items: center;
    padding: 0 12px;
    text-align: left;
}
@media (max-width: 1023px){
    .one-banner-block .banner-text{
        right: 0;
        left: 0;
        text-align: center;
        bottom: 50px;

    }
}
@media (max-width: 767px){
    .one-banner-block .banner-text{
        bottom: 80px;
        padding: 0 12px;
    }
}
.one-banner-block .banner-text .banner-title{
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0px;
}
@media (max-width: 1023px){
    .one-banner-block .banner-text .banner-title{
        font-size: 31px;
        font-weight: 500;
    }
}
@media (max-width: 767px){
    .one-banner-block .banner-text .banner-title{
        color: #fff;
        font-size: 28px;
    }
}
@media (max-width: 380px){
    .one-banner-block .banner-text .banner-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.one-banner-block .banner-text .banner-desc{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
}
@media (max-width: 767px){
    .one-banner-block .banner-text .banner-desc{
        font-size: 14px;
        color: #fff;
    }
}
@media (max-width: 543px){
    .one-banner-block .banner-text .banner-desc{
        font-size: 11px;
        margin-bottom: 16px;
    }
}
.one-banner-block .banner-text .banner-btn .button-1,.one-banner-block .banner-text .banner-btn .button-2{
    padding: 12px 30px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0;
    font-weight: 400;
}
@media (max-width: 1023px){
    .one-banner-block .banner-text .banner-btn .button-1, .one-banner-block .banner-text .banner-btn .button-2{
        padding: 12px 34px;
    }
}
@media (max-width: 767px){
    .one-banner-block .banner-text .banner-btn{
        width: 63%;
        margin: 0 auto;
    }
    .one-banner-block .banner-text .banner-btn .button-1, .one-banner-block .banner-text .banner-btn .button-2{
        margin: 0 auto;
        width: 100%;

    }
}
@media (max-width: 543px){
    .one-banner-block .banner-text .banner-btn{
        width: 90%;
        margin: 0 auto;
    }
}
.one-banner-block .banner-text .banner-btn .button-1{
    background-color: #62403e;
    border: 1px solid #62403e;
    color: #fff;
    margin-right: 10px;
}
.one-banner-block .banner-text .banner-btn .button-1:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;   
    transition: 0.7s;
}
@media (max-width: 767px){
    .one-banner-block .banner-text .banner-btn .button-1{
        margin: 0;
        margin-bottom: 10px;
    }
}
.one-banner-block .banner-text .banner-btn .button-2{
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
}
.one-banner-block .banner-text .banner-btn .button-2:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: 0.7s;
}
@media (max-width: 1023px){
    .one-banner-block .banner-text .banner-btn .button-2{
        color: #fff;
        border: 1px solid #fff;
    }
    .one-banner-block .banner-text .banner-btn .button-2:hover{
        background-color: #fff;
        color: #333;
        border: 1px solid #fff;
    }
}

/* Sale Section ck*/
.sale-section{
    position: relative;
}
.sale-section .offer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
}
.see-terms{
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #fff;
    font-size: 0.5rem;
}
.see-terms a{
    color: #fff;
}
.see-terms a:hover{
    color: #fff;
}



/* Section styles */
.slider {
    background-color: #fff;
    margin:19px;
    text-align: center;
}

.slider h2 {
    color: #333;
    text-align: left;
}


.collection-carousel {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media (max-width: 767px){
    .collection-carousel {
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: auto auto;
     }
 }


.product-category {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}


.slick-slide {
    float: left;
    height: 300px;
    min-height: 1px;
}
.product-category img {
    max-width: 100%;
    border-radius: 5px;
}
@media (max-width: 900px){
    .product-category img {
        max-width: 100%;
        height: 300px !important;
        border-radius: 5px;
    }
 }

.product-category h6 {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
    text-align: left;
}


/* Slick Carousel custom styles */
.slick-prev,
.slick-next {
    font-size: 24px;
    color: #333;
}

.slick-prev:hover,
.slick-next:hover {
    color: #555;
}

.slick-prev {
    left: 0 !important;
    z-index: 1 !important;
}

.slick-next {
    right: 0 !important;
    z-index: 1 !important;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li button {
    font-size: 12px;
    color: #888;
}

.slick-dots li.slick-active button {
    color: #333;
}
.slick-prev:before, .slick-next:before {
    color:black !important;
}
                     
/* four collection styles */
.four-collection {
    background-color: #fff;                                                                         
    text-align: center;                                                 
}                               

.four-collection h2 {
    color: #333;
    text-align: left;
    margin-left: 20px;
}

.simple-collection {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 767px){
   .simple-collection {
       display: grid;
       justify-content: space-evenly;
       grid-template-columns: auto auto;
    }
}


.collection-category {           
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.collection-category img {
    max-width: 100%;
    height: 300px;
    border-radius: 5px;
}

.collection-category h6 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: left;
}
/* gift-two-img */
.gift-two-img{
    display: flex;
    justify-content: space-between;
    width: 97%;
    margin: auto;
}
.gift-two-img .img{
    width: 49%;
    height: 800px;
}

.button-1{
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    padding: 12px 100px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0;
    font-weight: 400;

}
.button-1:hover{
    background-color: #62403e;
    border: 1px solid #62403e;
    color: #ffffff;   
}

.gift-txt p{
 font-size: 0.9rem;
 text-align: start !important;
}

.grid-container {
    display: grid;
    row-gap: 30px;
    margin: 10px auto;
    grid-template-rows: auto auto auto;
  }
  .grid-item {
    font-size: 50px;
    text-align: center;
  }

.grid-item h6{
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 25px;
}
.grid-item h2{
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
@media (max-width: 900px){
    .grid-item h6{
        color: #fff;
        font-size: 0.7rem;
        margin:20px;
    }
 }
 .btn {
    display: inline-block;
    padding: 10px 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}
.btn:hover {
    color: #000000;
    background-color: #fff;
    border: 1px solid #fff;
}

 .white-btn {
    display: inline-block;  
    padding: 12px 55px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #000000;
    border-radius: 0;
    background-color: #fff;
}

@media (max-width: 768px) and (min-width: 544px){ 
    .image-btn-bottom .banner-btn {
        width: 63%;
    }
}

@media (max-width: 768px){ 
    .white-btn {
        padding: 0;
        width: 75%;
        height: 40px;
        margin: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.white-btn:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
}
.trans-btn {
    display: inline-block;
    padding: 13px 75px;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 0;
    background: #62403e;
    border: 1px solid #62403e;
}
.trans-btn:hover {
    color: black;
    background-color: transparent;
    border: 1px solid #62403e;
}

/*  luxury Consience */
.luxury-consience{
    position: relative;
}
.luxury-consience .container{
    background-color: #fff;
    padding: 15px 0 50px
}
.luxury-consience .container .row{
    align-items: center;
}
@media (min-width: 1200px){
    .luxury-consience .luxury-right{
        max-width: 500px;
        margin: 0 auto;
    }
}
.luxury-consience .luxury-title{
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-family: "Forum", serif;
    font-weight: 500;
}
.luxury-consience .luxury-desc{
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
}

.luxury-consience .luxury-future-box{
    border-bottom: 1px solid #333;
    padding: 20px 0;
    position: relative;
}
.luxury-consience .luxury-future-box .future-box{
    display: flex;
    position: relative;
}
.luxury-consience .luxury-future-box .future-image{
   width: 35px;
   height: 35px;
   display: inline-block;
   margin-right: 10px;
}
.luxury-consience .luxury-future-box .future-image svg{
    width: 35px;
    height: 35px;
    color: #333;
}
.luxury-consience .luxury-future-box .future-descripation{
    display: inline-block;
}
.luxury-consience .luxury-future-box .future-descripation h4{
    display: inline-block;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-size: 20px;
    color: #333;
    font-family: "Forum", serif;
    font-weight: 500;
}
.luxury-consience .luxury-future-box .future-descripation ul li{
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    text-decoration: underline !important;
}
.luxury-consience .luxury-future-box .future-dropdown{
    margin-top: 15px;
}
.luxury-consience .luxury-future-box .future-des{
    font-family: "Libre Franklin", sans-serif;
    font-size: 0.8rem;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    /* text-decoration: underline !important; */
}
.luxury-consience .luxury-future-box .navbar-toggler{
    padding: 0;
    position: absolute;
    right: 10px;
    top: 26px;
    left: auto;
}
.luxury-consience .luxury-future-box .navbar-toggler svg{
    width: 20px;
    height: 20px;
    color: #333;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .add{
    display: block;
}
.luxury-consience .luxury-future-box .future-title .navbar-toggler .add{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .remove{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .add{
    display: block;
}
.luxury-consience .luxury-future-box .future-title .navbar-toggler .add{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .remove{
    display: none;
}

  .Our-sustainability{
    height: 200px;
    background-color: #62403e;
    background-position: center;
    background-size: cover;
  }
  .our-susta-text{
    padding: 25px;
    margin: auto;
    text-align: center;
    line-height: 40px;
  }

@media (min-width: 1200px){
    .our-susta-text{
        padding: 30px;
        margin: auto;
        text-align: center;
        line-height: 20px;
      }
}

@media (max-width: 991px){
    .our-susta-text{
        padding: 15px 0;
        margin: auto;
        text-align: center;
        line-height: 20px;
      }
}
  .our-susta-text h4{
    color: #fff;
  }
  .our-susta-text p{
    color: #fff;
  }
  .right-text{
    margin: 20% auto;
    width: 70%;
    padding: 0px;
  }
  .image-two-btn h2{
    margin-top: 15px;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.image-two-btn .image-btn-bottom h6{
    margin-bottom: 10px;
    color: #183e40;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    margin-top: 15px;
}

/* Breadcrumb image */
.breadcrumb{
    padding: 18px 0 12px;
    margin-bottom: 10px;
}
ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}
ul.breadcrumb li+li:before { 
  padding: 8px;
  color: #000;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #333;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000;
}

/* Tabs  */
.tab-contant.active{
    display: block;
}
.tab-contant{
    display: none;
}
.tab-contant.show{
    display: block;
}
/* Section styles */
.slider {
    background-color: #f5f5f5;
    padding:30px;
    text-align: center;
}

.slider h2 {
    color: #333;
    text-align: left;
}


.collection-carousel {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media (max-width: 767px){
    .collection-carousel {
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: auto auto;
     }
 }


/* Metal circle Box  */
.metal-circle-base{
    position: relative;
    display: flex;
}
.metal-circle-base li{
    margin-bottom: 16px;
    margin-top: 15px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px 
}
.metal-circle-base li{
    margin-bottom: 16px;
    margin-top: 5px;
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.metal-circle-base a{
    height: 34px;
    width: 34px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
}
.metal-circle-base a:hover{
    border: 2px solid #d9d9d9;
}
.metal-circle-base a.active{
    border: 2px solid #62403e;
}
.metal-circle-base a:after{
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
}
.white-gold a:after{
    background: linear-gradient(30deg, #b3b2af 0, #f7f7f7 55%, #f7f7f7 60%, #b3b2af 100%) !important;
}
.gold a:after{
    background: linear-gradient(30deg, #e1b94f 0, #faf1d8 55%, #faf1d8 60%, #e1b94f 100%) !important;
}
.rose-gold a:after{
    background: linear-gradient(30deg, #ec8a55 0, #fcede2 55%, #fcede2 60%, #ec8a55 100%) !important;;
}
.platinume-gold a:after{
    background: linear-gradient(30deg, #b3b2af 0, #f7f7f7 55%, #f7f7f7 60%, #b3b2af 100%) !important;;
}
/*  Product  */
.product-container .product-thumb{
    position: relative;
    overflow: hidden;
}
.product-container .product-thumb .image-container{
    background-color: #fff;
    object-fit: cover;
    -webkit-filter: contrast(91%);
    margin-right: 10px;
    position: relative;
}
/* Change by CK */
.product-container .product-thumb .image-container .img-extra{
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.product-container .product-thumb .image-container:hover img{
    opacity: 0;
}
.product-container .product-thumb .image-container:hover img.img-extra{
    opacity: 1;
}
.product-container .product-thumb .image-container .heart{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.product-container .product-thumb .image-container .heart svg{
    width: 15px;
    height: 15px;
    color: #2c2c2c;
}
.product-container .product-thumb  .capation{
    padding: 0 10px;
    padding-top: 15px;
    text-align: center;
}
.product-container .product-thumb  .capation .product-name{
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: none;
}
.product-container .product-thumb  .capation .text-extra{
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: none;
}
.product-thumb  .capation .metal-circle-base{
    justify-content: center;
}
.product-thumb  .capation .metal-circle-base li{
    margin-bottom: 10px;
}
.product-thumb  .capation .metal-circle-base a{
    width: 24px;
    height: 24px;
}
.product-thumb  .capation .metal-circle-base a:after{
    width: 16px;
    height: 16px;
}


.product-name{
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: #232323;
}
@media (max-width: 991px){
    .product-name{
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
}
@media (max-width: 575px){
    .product-name{
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px;
    }
}

/* Owl-Carousal */
.owl-carousel .owl-nav{
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 ;
    border-radius: 50px;
    outline: none;
    transition: all 600ms ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.owl-carousel .owl-nav button svg{
    width: 20px;
    height: 20px;
    color: #2c2c2c;
}
.light-btn{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    font-size: 0.9rem;
    background-color: #fff;
    width: 49%;
    height: 45px;
}
.light-btn:hover{
    color: #ffffff;
    border: 1px solid #000000;
    background-color:#000000;
}
.show {
    display: block;
  }
.showAccount {
    display: block;
  }

  /* Luxury Promise */
.luxury-consience .container{
    padding: 0 15px;
    margin-bottom: 50px;
}
.luxury-consience .luxury-future-box .future-descripation{
    width: 85%;
}
@media (min-width:1440px){
    .container1440{
        max-width: 100%;
    }
}
@media (max-width: 1440px){
    .container.container1440{
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    section{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 991px){
    section{
        margin-bottom: 50px;
    }
}
@media (max-width: 575px){
    section{
        margin-bottom: 30px;
    }
}

/* Sale Section ck*/
.sale-section{
    position: relative;
}
.sale-section .offer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
    padding: 10px 12px;
    background-color: #62403e;
}
@media (max-width: 1025px){
    .sale-section .offer{
        justify-content: start;
    }
}
@media (max-width: 450px){
    .sale-section .offer{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 5px;
    }
}
.sale-section h6{
    margin-bottom: 10px;
}
.sale-section p{
    margin-bottom: 3px;
}
@media (max-width: 575px){
    .sale-section p{
        font-size: 13px;
    }
}
.see-terms{
    position: absolute;
    bottom: 5px;
    right: 21px;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 450px){
    .see-terms{
        position: relative;
        left: 0;
        right: 0;
    }
}
.see-terms a{
    color: #fff;
}
.see-terms a:hover{
    color: #fff;
}

/* OWL carousel Rsponsive Code*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    background-color: #fff !important;
}
@media (max-width: 991px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        display: none;
    }
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
    right: auto;
    top: 45%;
    position: absolute;
}
.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 10px;
    top: 45%;
    position: absolute;
}

/* Three Image */
.three-image {
    position: relative;
    overflow: hidden;
    min-height:auto ;
}
.three-image .caption{
    margin-top: 15px;
}
.three-image .caption p{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #2c2c2c;
}
@media (max-width: 575px){
    .three-image .caption p{
        font-size: 14px;
        list-style: 20px;
        margin-bottom: 15px;
    }
}
.three-image .caption p a{
    font-size: 16px;
    list-style: 20px;
    color: #2c2c2c;
}
@media (max-width: 575px){
    .three-image .caption p a{
        font-size: 14px;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
    background-color: #fff !important;
}
@media (max-width: 991px){
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        width: 30px;
        height: 30px;
        display: none;
    }
}
.owl-carousel .owl-nav .owl-prev{
    left: 0;
    right: auto;
    top: 45%;
    position: absolute;
}
.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 0;
    top: 45%;
    position: absolute;
}


/* THREE COLLUMN */ 
.three-column{
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
    .three-column{
        display: flex;
        justify-content: center;
        gap: 50px;
     }
}
.three-column-outer-div{
    display: flex;
    justify-content: center;
    gap: 85px;
    margin: 0 auto;
} 
@media (max-width: 767px){
    .three-column-outer-div{
        display: flex;
        justify-content: center;
        gap: 30px;
        margin: 0 auto;
    } 
}
@media (max-width: 575px){
    .three-column-outer-div{
        gap: 15px;
    } 
}
@media (max-width: 450px){
    .three-column-outer-div{
        display: block;
    } 
}
@media (max-width: 450px){
    .three-column-inner-div{
       margin-bottom: 20px;
    } 
    .three-column-inner-div:last-child{
        margin-bottom: 0;
    }
}
.three-column-inner-div img{
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;

}
@media (max-width: 1023px){
    .three-column-inner-div img{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 575px){
    .three-column-inner-div img{
        width: 50px;
        height: 50px;
    }
}
.three-column-inner-div a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 900px){
    .three-column-inner-div a{
        font-size: 15px;
    }
 }
 @media (max-width: 575px){
    .three-column-inner-div a{
        font-size: 14px;
    }
 }
.three-column-inner-div a:hover{
    color: #fff;
}


.jewelry-redefined{
    width: auto;
    height: auto;
    background-color: transparent;
    background-position: center;
    background-size: cover;
  }
  .redefined-text{
    padding: 41px 15px;
    margin: auto;
    background-color: #62403e;
    text-align: center;
    line-height: 40px;
  }
  @media (max-width: 575px){
    .redefined-text{
        padding: 30px 15px;
    }
  }
  .redefined-text h4{
    color: #fff;
    margin-bottom: 15px;
  }
  @media (max-width: 575px){
    .redefined-text h4{
        margin-bottom: 12px;
    }
  }
  .redefined-text p{
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  @media (max-width: 575px){
    .redefined-text p{
      font-size: 10px;
      line-height: 25px;
      margin-bottom: 20px;
    }
  }
  .popup {
    display: none;
    /* Initially hide the popup */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
  }

  .popup-content {
    text-align: center;
  }

  .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
  }

  
/* NEW MOBILE MENU CSS */
    .menu-title {
        cursor: pointer;
        font-size: 15px;
        font-weight: 400;
        font-family: "Noto Sans", sans-serif;
    }
    .submenu, .sub-submenu {
        display: none;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-top: 10px;
    }
    .submenu-item {
      display: flex;
      justify-content: space-between;
      cursor: pointer;
      font-size: 15px;
      font-weight: 400;
      font-family: "Noto Sans", sans-serif;
      padding: 10px;
    }
    .mobile-menu-arrow {
        transition: transform 0.3s ease;
    }
    .sub-submenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .sub-submenu ul {
        padding: 0 0 0 20px;
    }
    .sub-submenu ul li {
        padding: 8px 0;
    }
    .rotate {
        transform: rotate(180deg);
    }
    .d-grid-gap-10{
      display: grid;
      gap: 10px;
    }
    .pt-10{padding-top: 10px;}
    .pb-10{padding-bottom: 10px;}
    .border-bottom{
      border-bottom: 1px solid #eee;
    }
    .category-half a{
        display: flex !important;
    }
    
  .new-footer-blocks {
      display: none;
  }
  @media (max-width: 767px) {
    .new-footer-blocks {
      display: block;
    }
    .new-footer-toggle {
      text-decoration: none;
      color: #333;
      font-weight: bold;
      cursor: pointer;
      display: block;
      padding: 0.5rem 0;
  }
  .new-footer-dropdown {
      display: none;
      padding-left: 1rem;
      margin-top: 0.5rem;
      transition: all 0.3s ease;
    }
    .new-footer-dropdown.show {
      display: block;
    }
    .new-footer-dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .new-footer-dropdown ul li a {
      color: #666;
      text-decoration: none;
      font-size: 0.9rem;
      display: block;
      padding: 0.3rem 0;
    }
    .new-footer-dropdown ul li a:hover {
      color: #000;
    }
    .new-footer-toggle p {
      display: block !important;
    }
  }

  @media only screen and (max-width: 1089px) {
  .hslider1{
    height: 350px ;
  }
}
  @media only screen and (max-width: 932px) {
  .hslider1{
    height: 300px ;
  }
}
  @media only screen and (max-width: 932px) {
  .hslider1{
    height: 300px ;
  }
}

@media only screen and (max-width: 600px) {
  .hslider1{
    height: 250px;
  }
}