/** Shopify CDN: Minification failed

Line 158:7 Unexpected ";"

**/
.mw-100{max-width: 100%  !important; }
.p-0{ padding: 0 !important; }
.pb-0{ padding-bottom: 0 !important; }
.pt-0{ padding-top: 0 !important; }
.m-0{margin: 0 !important;}
.text-center{text-align: center;}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#nav-icon{
    width: 20px;
    height: 20px;
    min-width: 18px;
    margin-left: 0px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  margin-right: 8px;
  margin-left: 8px;  margin-top: 5px;
    display: none;
}
#nav-icon span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #79573E;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 3px;
}
.sticky--not-top #nav-icon span{
    
    background: #3C3C3C;
}
#nav-icon span:nth-child(1){
  top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 7px;
}
#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon.open span:nth-child(2){
    width: 0px;
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

#nav-icon.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.text-end {text-align: end;}
h1, h2, h3, h4, h5, h6, .h1{
    margin: 0;
    padding: 0;
    font-weight: 700;
	line-height: 1.2;
}
h2{
  font-size: 42px;
  line-height: 54px;
}
h3{
  font-size: 32px;
  line-height: 42px;
}
h4{
   font-size: 25px;
  line-height: 32px;
}
h5, .button-style-1, .h5{
  font-size: 16px;
  line-height: 21px;
}
.d-flex;{
  display: flex;
}
.custom-section{
  padding: 36px 0;
}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.page-width {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px !important;
}
.page-width.small-page-width {
  max-width: 1000px;
}
.semi-small-page-width{
  max-width: 1165px;
}
.w-100{
  width: 100%;
  height: auto;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center{
  justify-content: center;
}
.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-30 > div{
    padding-left: 30px;
    padding-right: 30px;
}
.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-20 > div{
    padding-left: 20px;
    padding-right: 20px;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 > div{
    padding-left: 10px;
    padding-right: 10px;
}
.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 > div{
    padding-left: 5px;
    padding-right: 5px;
}
.col-md-1{  width: 8.33333333%;}
.col-md-2{  width: 16.66666667%;}
.col-md-3{  width: 25%;}
.col-md-4{  width: 33.33%;}
.col-md-5{  width: 41.66666667%; }
.col-md-6{  width: 50%;}
.col-md-7{    width: 58.33333333%;}
.col-md-8{  width: 66.66666667%;}
.col-md-9{  width: 75%;}
.col-md-10{  width: 83.33333333%;}
.col-md-11{  width: 91.66666667%;}
.col-md-12{  width: 100%;}
details[open] > .header__menu-item {
  text-decoration: none;
}
summary .icon-caret {
  position: revert;
  height: 5px;
  margin-left: 5px;
}
.section-header header .header-holder{
  position: fixed !important;
  max-width: 1280px;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  border-radius: 24px;
  border: 2px solid #E2CDB5;
  background: #fff;
}
.header__submenu.list-menu {
  top: 60px;
  border-radius: 10px;
  padding: 14px 0;
}
.header__heading-link {
  padding: 0;
}

.header{
  padding: 14px 15px !important;
}
.header__inline-menu{
  text-align: center;
}
.header-logo-box {
  display: inline-flex;
  align-items: center;
}
.header-goldrate, .header-coantctNo {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-left: 28px;
    color: #555;
  text-decoration: none;
}
.header-goldrate{
  display: none !important;;
}
.header-goldrate img, .header-coantctNo img{
  width: 25px;
  height:auto;
  margin-right: 6px;
}

.header__search-mob, .desktop-localization-wrapper, .button::before, .button::after{
  display: none !important;
}
.header-search-desktop .search {
  position: relative;
  background: #FDF9F5;
  border-radius: 10px;
  overflow: hidden;
    width: 380px;
  max-width: 380px;
}
.header-search-desktop .search input { 
  background: transparent;
  font-size: 14px;
  padding: 12px 0px 12px 12px !important;
  width: 100%;
}
.header-search-desktop .search input, .header-search-desktop .search input:focus, .header-search-desktop .search input:hover{
  
  border: 0 !important;
  outline: 0 !important;  box-shadow: none;
}
.field__input::placeholder, .customer .field input::placeholder {
  opacity: 1;
  color: #B1B1B1;
}
.header__icon {
  width: 32px;
  height: 32px;
  background: #FBF5EF;
  border-radius: 50%;
  display: inline-flex !important;
  margin: 0;
  margin-left: 15px;
  justify-content: ;
  line-height: 1;  margin-top: 8px;
    justify-content: center;
}
.list-menu >li{
  margin: 0 10px;
}
.list-menu .link{
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  position: relative;
}
.list-menu .link:after{
  content: '';
  position: absolute;
  height: 2px;
  width:0px;
  bottom: 0px;
  left:0px;
  display: inline-block;
  transition: all .2s ease;
  background:  #79573E;
}
.list-menu .link:hover:after{
  width:100%;
  transition: all .2s ease;
}
a:hover{
  color: #79573E !important;
}
a, a:hover, .header__menu-item:hover span{
  text-decoration: none !important;
}
@media screen and (max-width: 990px) {
.header__search-mob{
  display: block  !important;
}
  .header-search-desktop{
    display: none !important;
  }
}

.overflow-hidden{
  overflow: hidden;
}


/* home Banner Section */
.home_categories_sec{
  padding: 20px 0;
  overflow: hidden;
}
.banner-section.overflow-hidden {
  background: linear-gradient(180deg, rgba(170, 139, 109, 0.17) 0%, rgba(169, 139, 109, 0) 100%);
  padding-top: 177px;
  padding-bottom: 20px;
position: relative;
}
.home-header-bg.w-100 {
  position: absolute;
  top: 0;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}

.home-banner-welcome-title {
  position: relative;
  display: inline-block;
  color: transparent;
  
  background: -webkit-linear-gradient(180deg, rgba(121, 87, 62, 0.15) 12.5%, rgba(121, 87, 62, 0) 74.79%);
  background: linear-gradient(180deg, rgba(121, 87, 62, 0.15) 12.5%, rgba(121, 87, 62, 0) 74.79%);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
   font-size: 80px;
  font-weight: 800;
  line-height: 104px;
  letter-spacing: 14px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.br-24{
  border-radius: 24px;
  overflow: hidden;
}
::selection {
  background-color: rgba(var(--color-foreground),.2);
}
element {
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.banner-slider-pagination {
  display: inline-flex;
  bottom: 45px !important;
  padding: 0px 5px;
  border-radius: 10px;
  background: rgba(255,255,255, .1);
  width: auto !important;
  left: 50% !important;;
  transform: translateX(-50%) !important;;
  line-height: 1;
    height: 16px;
  align-items: center;
}
.swiper-pagination-bullet{
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

.nitsy-section{
  padding: 20px 0;
}

.category-box{
  width: 16.6666%;
  margin-bottom: 60px;
}
.page-width.small-page-width .category-box{
  width:20%;
}
.category-box-img {
  background: #F6F6F6;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-box-img img, .amin-img{
  transition: all .2s ease;
  transform: scale(1); 
  display: flex;
}

.category-box:hover .category-box-img img, a:hover .amin-img{
  transition: all .2s ease;
  transform: scale(1.1);
}
.section-title {
  background-image: url(/cdn/shop/t/1/assets/title-separator.png?v=1718004054);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 64px;
  margin: auto;
  margin-bottom: 32px;
  text-align: center;
  width: calc(100% - 30px);
}
.section-title h2{
  color: #79573E;
}
.section-title p{
  margin: 0;
  margin-top: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.position-relative{
    position: relative;
}
.shop-by-cate-img-anim, .bg-anim-img {
  position: absolute;
  width: 345px;
  height: auto;
  -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
}

.bg-anim-img.no-spin{
  -webkit-animation:none;
    -moz-animation:none;
    animation:none;
}
.shop-by-cate-img-anim.default, .bg-anim-img.default {
    top: 0px;
    left: -172px;
}
.shop-by-cate-img-anim.left-center, .bg-anim-img.left-center {
  left: -172px;
  top: calc(50% - 172px);
}
.shop-by-cate-img-anim.left-bottom, .bg-anim-img.left-bottom {
  left: -172px;
  bottom: 0px;
}
.shop-by-cate-img-anim.right-top, .bg-anim-img.right-top {
    top: 0px;
    right: -172px;
}
.shop-by-cate-img-anim.right-center, .bg-anim-img.right-center {
  right: -172px;
  top: calc(50% - 172px);
}
.shop-by-cate-img-anim.right-bottom, .bg-anim-img.right-bottom {
  right: -172px;
  bottom: 0px;
}
.shop-by-cate-img-anim.center {
  left: calc(50% - 130px);
}
.shop-by-cate-img-anim.right{
  left: unset;
  right: 0px;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.collection-box{
  margin-bottom: 40px;
}

.collection-box-link {
  background: linear-gradient(85.78deg, #FFFFFF 2.11%, #E2CDB5 96.08%);
  display: inline-flex;
  width: 100%;
  border-radius: 16px;
  position: relative;
  height: 119px;
  padding: 25px;
  
  align-items: center;
}
.collection-box-link:before{
  content: '';
  background: linear-gradient(94.78deg, #F1EAE0 0.58%, #D7AC72 99.55%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  border-radius: 16px;
  z-index: -1;
}
.collection-box-link img {
  position: absolute;
  width: 140px;
  right: 0;
  bottom: -1px;
    border-radius: 16px;
}

.category-design-3-link:before{
  content: '';
 /* border-image-source: linear-gradient(0deg, #68421D -1007.31%, #D59647 -285%, #DBA868 -52.63%, #E0B580 146.42%, #DDAB6E 214.58%, #D59647 373.89%, #BD843E 434.77%, #805426 603.55%, #68421D 683.89%);*/
    border: 4px solid #DBA868;
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  top: 26px;
  left: 26px;
  position: absolute;  display: inline-block;
  z-index: 2;
}
.category-design-3-link h3 {
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.category-design-3-box{
  margin-bottom: 20px;
}
.col-md-4 .category-design-3-link:before, .col-md-3 .category-design-3-link:before {
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  top: 18px;
  left: 18px;
}
.col-md-4 .category-design-3-link h3, .col-md-3 .category-design-3-link h3, h2.drawer__heading{
  font-size: 20px;
  line-height: 30px;
}
.col-md-4 .category-design-3-link h3, .col-md-3 .category-design-3-link h3{
  bottom: 45px;
}
.featured-img-anim.bg-anim-img{
  width: 460px;
}
.featured-img-anim.default {
  top: -230px;
  left: -230px;
}
.featured-img-anim.right-bottom{
  bottom: -230px;
  right: -230px;
}
.featured-img-anim.right-top{
  top: -230px;
  right: -230px;
}
.featured-img-anim.left-bottom{
  bottom: -230px;
  left: -230px;
}

.featured-img-anim-2{
   width: 163px;
}
.featured-img-anim-2.left-bottom , .featured-img-anim-2.default{
  left: 0;
}
.featured-img-anim-2.right-top, .featured-img-anim-2.right-bottom{ 
  right: 0;
}

.jewelry-guides-sec, #bg-gray{
  background: #F6F6F6;
}

.jewelry-guides-link {
  background-image: url(/cdn/shop/t/1/assets/jewelry-guides-bg.jpg?v=1718041208);
background-size: cover;
  display: flex;
  align-items: center;
  border: 1px solid #E1DEDE;
  border-radius: 12px;
  height: 250px;
  overflow: hidden;
  position: relative; 
  text-align: left;
  padding: 36px;
}
.jewelry-guides-link img{
  height: 233px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.jewelry-guides-link .button-style-1{margin-top: 25px;}
.button-style-1, .button-style-1-colored, .wishlisthero-customer-view-listing button.wishlist-hero-list-card-footer-add-to-cart, .wishlist-hero-list-footer button {
  background: #333;
  border: 1px solid #333;
  padding: 11px 14px;
  color: #fff;
  display: inline-block;
  border-radius: 8px;
transition: all .2s ease;
}
.button-style-1:hover, .wishlisthero-customer-view-listing button.wishlist-hero-list-card-footer-add-to-cart:hover{
    background: transparent;
  color: #333;
transition: all .2s ease;
}
.button-style-1-colored, .wishlist-hero-list-footer button{
  background-color: #79573E;
  color: #fff !important;
  border-color: #79573E;
}
.button-style-1-colored:hover, .wishlist-hero-list-footer button:hover{
    background-color: transparent;
  color: #79573E;
transition: all .2s ease;
}
.MuiButton-root.MuiButtonBase-root {
  font-size: 14px;
  line-height: 1;
}
.jewelry-guides-sec {
  padding: 35px 0 80px;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
.jewelry-guides-box{
  margin-bottom: 20px;
}
.guarantee-sec{
  padding: 40px 0 60px;
}
.guarantee_image-box {
  background: #F8F8F8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  margin: auto;
  margin-bottom: 12px;
}
.section-title-small {
  margin-bottom: 40px;
}
.field::after, .select::after, .customer .field::after, .customer select::after, .localization-form__select::after, .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select::after{
  box-shadow: none !important;
}
.field__input, .customer .field input {
  border: 1px solid #B7B7B7;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
}
.field__input, .customer .field input{
    padding: 10px 15px !important;
}
.field__label, .customer .field label {
  letter-spacing: 0;
  top: -5px !important;
  color: #757575;
  background: #f3f3f3;
  padding: 0 5px;  left: 15px;
  transition: none;
}
.field__label, .customer .field label, .field__input:focus ~ .field__label, .fs-12{
  font-size: 12px;
  line-height: 14px;
}
.field__input:focus , .customer .field::after{
  padding: 15px;
  border-radius: 8px;
}
  .contact__fields {
    grid-template-columns: repeat(4,1fr) !important;
  }
@media screen and (max-width: 992px) {
  .contact__fields {
    grid-template-columns: repeat(2,1fr) !important;
  }
}
@media screen and (max-width: 750px) {
  .contact__fields {
    grid-template-columns: repeat(1,1fr) !important;
  }
}
 .footer__content-top {
}
footer, .footer-block__details-content .list-menu__item--link{
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0 !important;
    padding-bottom:  0 !important;
  font-size: 14px !important;
  }
footer h2{
    font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px !important;
}
.footer-block__image-wrapper {
  margin-bottom: 10px !important;
}
.footer-contact-us-box ul {
  margin: 0;
  padding: 0;
}
li::marker{
  display:none;  font-size: 0;
}
.footer-contact-us-box ul li a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  color: #555;
}
.footer-contact-us-box ul li a img{
  margin-right: 15px;
}
.footer-block--brand-information {
  width: 50% !important;
}
.footer-block--menu, .footer-block--contact{
  width: 25% !important;
}
.footer-social-link-title {
  margin-top: 30px;
}
.shop-by-cate-img-anim.footer-anim {
  width: 280px;
}
.footer-anim.left-top {
  width: 100px;
  right: -50px;
  top: -50px;
}
.footer-anim.right-bottom {
  width: 200px;
  right: -100px;
  bottom: -100px;
}
.footer-block__brand-info .footer__list-social.list-social {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.footer-block__brand-info .footer__list-social.list-social .list-social__link {
  display: flex;
  padding: 0 6px;
}
.footer__content-bottom {
  padding-top: 30px;
  margin-top: 30px;
}
.footer__content-bottom .footer__content-bottom-wrapper:first-child{ display: none; }
.header__icons{
  padding-right: 0px;
}
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 12px 15px;
  border-top: 1px solid #D9DCE1
}
.mobile-menu li a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3d3d3d;
  padding: 8px 30px 8px 0px;
  border-radius: 0;
  position: relative;
  margin-bottom: 8px;
}
.mobile-menu li:last-child a {margin-bottom: 0px;}
.mobile-menu img {
  margin-right: 8px;
  width: 24px;
}
.mobile-menu-sidebar-address {
  border-top: 1px solid #D9DCE1;
  padding: 12px 15px;
  background: #FCFCFC;
}
.mobile-menu-footer-msg {
  background: #EFEFEF;
  font-size: 12px;
  line-height: 18px;
  color: #414347;
  padding: 8px 10px;
  border-radius: 4px;
}
.mobile-menu-footer-msg a{color: #414347;}
.menu-drawer__inner-container .menu-drawer__utility-links{
  display: none;
}
.menu-drawer__navigation {
  padding: 10px 0 !important;
  height: auto;
}
.menu-drawer__navigation-container {
  display: block;
  height: auto;
}
  .menu-drawer__inner-container {
    height: auto !important;
  }
.menu-drawer__close-button {
  margin-top: 10px;
}
.home-banner-swiper .swiper-slide a, .home-banner-swiper .swiper-slide a img{
  display:flex;
  width: 100%;
}
@media screen and (max-width: 1300px) {
.banner-section.overflow-hidden {
  padding-top: 160px;
}
.section-header header .header-holder{
  max-width: 991px;
    top: 15px;
}
.header-search-desktop .search {
  width: 250px;
  max-width: 250px;
}
  .page-width {
  max-width: 1020px;
  }
  .page-width.small-page-width {
  max-width: 840px;
}
  .semi-small-page-width {
  max-width: 800px;
}
  .home-banner-welcome-title {
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 10px;
  }
  h2 {
  font-size: 36px;
  line-height: 50px;
}
  h3 {
  font-size: 24px;
  line-height: 36px;
}
  h4 {
  font-size: 21px;
  line-height: 28px;
}
  h5, .button-style-1, .h5 {
  font-size: 14px;
  line-height: 18px;
}
  .section-title p {
  font-size: 18px;
  line-height: 24px;
  }
  .section-title {
  padding-bottom: 50px;
  max-width: 600px;
  background-size: 100%;
}
  .row-30 {
  margin-left: -20px;
  margin-right: -20px;
}
  .row-30 > div {
  padding-left: 20px;
  padding-right: 20px;
}
  .row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
  .row-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}
  
  
  .category-box {
  margin-bottom: 40px;
}
  .collection-box {
  margin-bottom: 20px;
}
  .category-design-3-link h3 {
  bottom: 50px;
  }
  .col-md-4 .category-design-3-link h3, .col-md-3 .category-design-3-link h3 {
  font-size: 14px;
  line-height: 24px;
  bottom: 35px;
}
  .jewelry-guides-link {
 
  height: 200px;
  padding: 20px;
}
  .jewelry-guides-link .button-style-1 {
  margin-top: 15px;
}
  .jewelry-guides-link img {
  height: 180px;
  }
  .collection-boxes-holder .jewelry-guides-box:first-child .jewelry-guides-link img{
    right: -20px;
  }
}
@media screen and (max-width: 1005px) {
  .home-banner-welcome-title {
    font-size: 7vw;
    line-height: 1.3;
    letter-spacing: .8vw;
  }
  .banner-section.overflow-hidden {
  padding-top: 120px;
}
}
@media screen and (max-width: 991px) {
.header-goldrate, .header-coantctNo{
  display: none ;
}
  #nav-icon{
    display: block;
  }
.header__icon{
  margin-left: 10px;  margin-top: 0;
}

  .section-header header .header-holder{
      padding: 15px 10px !important;
  }
  sticky-header.header-wrapper{
    height: 0px;
  }
  .header__icon--menu[aria-expanded="true"]::before{
    z-index: 1;
  }

.menuDrawerheader {
  background: #79573E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px; 
  margin-bottom: 12px;
}
.menuDrawerheader .header__heading-link, .menuDrawerheader .header__heading-link:hover{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
  .menu-drawer__navigation-container {
  height: calc(100% - 61px);
}
    .row-30, .row-20 {
  margin-left: -7px;
  margin-right: -7px;
}
  .row-30 > div, .row-20 > div  {
  padding-left: 7px;
  padding-right: 7px;
}
  
  .category-box {
  width: 20%;
  margin-bottom: 20px;
}
.footer-block__details-content .list-menu__item--link {
  padding-bottom: 2px !important;
}

  .menu-drawer {
  max-width: 300px;
}
  .close-mobile-menu {
  cursor: pointer;
}
  .header-mobile-coins .header-goldrate, .header-mobile-coins .header-coantctNo{
    display: flex;
    margin-top: 15px;
    margin-left: 15px;
  }
  .header-mobile-coins {
  border-bottom: 1px solid #D9DCE1;
  padding-bottom: 10px;
}
  .section-header header .header-holder{
    overflow: hidden;
  }
  .search.search-modal__form label{display: none;}
}
  @media screen and (max-width: 1005px) {
  .home-banner-welcome-title {
    letter-spacing: .5vw;
  }
     .section-header header .header-holder {
   padding: 7px 10px !important;
      border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  .br-24 {
  border-radius: 10px;
  }
   h2 {
    font-size: 24px;
    line-height: 36px;
  }
   .section-title p {
    font-size: 14px;
    line-height: 20px;
  }
    h3, h2.drawer__heading {
    font-size: 18px;
    line-height: 24px;
  }
   .section-title {
    padding-bottom: 30px;
   }
  #nav-icon {
  margin-right: 3px;
  margin-left: 3px;
}
.home-banner-swiper .swiper-slide a{
  border-radius: 10px;
  overflow: hidden;
}
  .banner-slider-pagination {
  bottom: 10px !important;  padding: 0px 3px;
      height: 12px;
  }
  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
  
  .banner-section.overflow-hidden {
    padding-top: 75px;
    padding-bottom: 10px;
  }
.category-box , .page-width.small-page-width .category-box{
    width: 33.33%;
    margin-bottom: 20px;
  }
.col-md-4, .col-md-5, .col-md-6 , .col-md-7 , .col-md-8 , .col-md-9 , .col-md-10, .col-md-11  {
  width: 100%;
}
  .category-design-3-boxes-holder .col-md-4{
    width: 33.33%;
  }
    .collection-box , .jewelry-guides-box, .category-design-3-box{
    margin-bottom: 10px;
  }
  .featured-img-anim, .featured-img-anim-2{
    display: none;
  }
  .collection-box-link {
  height: 100px;
  }
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div{
    padding-left: 5px;
    padding-right: 5px;
}
  .collection-box-link img {
  width: 120px;
  }
   .category-design-3-link h3 {
    bottom: 30px;
  }
  .category-design-3-link::before {
  border: 2px solid #DBA868;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  top: 13px;
  left: 13px;
  }
  .col-md-4 .category-design-3-link::before, .col-md-3 .category-design-3-link::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
}
  .col-md-4 .category-design-3-link h3, .col-md-3 .category-design-3-link h3 {
    font-size: 10px;
    line-height: 12px;
    bottom: 10px;
  }
  .section-title {
    width: calc(100% - 30px);
  }
  .col-md-3 {
  width: 50%;
}
  .guarantee_image-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  }
   h5, .button-style-1, .h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .fs-12{
    font-size: 8px;
  }
  .guarantee-guides-box{
    margin-bottom: 30px;
  }
  .guarantee-guides-box:nth-last-child(1), .guarantee-guides-box:nth-last-child(2){
    margin-bottom: 0px;
  }
   .footer-block--brand-information {
  width: 100% !important;   
     min-width: 100% !important;   
}
  .footer-block--menu, .footer-block--contact {
  width: 50% !important;
}
  .footer-block.grid__item{
    margin-bottom: 0 !important;
  }
  .footer-block__heading {
  margin-bottom: 5px;
  }
  .order-1{
    order: 1;
  }
  .order-2{
    order: 2;
  }
  footer h2 {
  font-size: 16px !important;;
  line-height: 24px;
}
  
}
.header__menu-item span {
  text-decoration: none;
}
/* collection Page */
.inner-banner-section {
  position: relative;
  padding-top: 170px !important;
}
.inner-banner-section:before{
  content: '';
  background: linear-gradient(180deg, rgba(170, 139, 109, 0.17) 0%, rgba(169, 139, 109, 0) 100%);
  width: 100%;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-title {
  position: relative;  padding-bottom: 50px;
}
.banner-title h1{
font-size: 46px;
font-weight: 800;
line-height: 59.8px;
letter-spacing: 0.15em;
color: #79573E;  text-transform: uppercase;
  margin: 0;
}
.button-style-2:after, .button-style-2:before, .button-style-1::before, .button-style-1::after, .button-style-1-colored:after, .button-style-1-colored:before{
  display: none;
}
.button-style-2{
  border: 1px solid #D7B997;
  padding: 13px 50px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #79583E;
  transition: all .2s ease;
  background: transparent;
}
.button-style-2:hover{
  background: #79583E;
  color: #fff !important;
  transition: all .2s ease;
}
.small-buttom{
  
}
@media screen and (max-width: 1300px) {
  .banner-title h1 {
  font-size: 36px;
  line-height: 45px;
}
  .banner-title {
  padding-bottom: 45px;
}
}
@media screen and (max-width: 991px) {

  .inner-banner-section {
  padding-top: 115px !important;
}
}

@media screen and (max-width: 767px) {
 .inner-banner-section {
  padding-top: 100px !important;
}
  .banner-title {
  padding-bottom: 30px;
}
 .banner-title h1 {
  font-size: 28px;
  line-height: 36px;
}
 .button-style-2 {
  padding: 8px 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
 }
}

/*Product Card */
.product-card-wrapper h3.card__heading {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
.card__information{
  text-align: center;
    padding: 9px 10px !important;
}
.product-card-wrapper .card__information .price {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: #888 !important;
  text-align: center;
}
.categories-with-img-slider-scrollbar {
  height: 4px;
  width: calc(100% - 40px);
  background: transparent;
  overflow: hidden;
  border-radius: 2px;
  margin: 0px;
  position: relative;
  display: none;
    margin-top: 20px;
  margin-left: 20px;
}
.categories-with-img-slider-scrollbar .scrollbar-fill {
  height: 100%;
  width: auto;
  background: #B9B9B9;
  border-radius: 2px;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.cart-count-bubble {
  background-color: #79573E;
  height: 15px;
  width: 15px;
  font-size: 12px;
  top: -5px;
  right: -6px;
  line-height: 1;
  font-weight: 600;
}
.header__icons .shopify-app-block{
  overflow: visible;
  max-width: none;
}
.wishlist-hero-header-icon svg {
  width: 16px !important;
  font-size: 26px;
}
.MuiButton-root{
  text-transform: inherit !important;
}
#responsive-dialog-title h5 svg{
  display: none;
}
.MuiDialog-paperFullWidth {
  width: 80vw !important;
  max-width: 420px !important;
  top: 0;
  padding: 0;
  margin: 0 !important;
  position: absolute !important;
  right: 0;
  height: 100dvh !important;
  max-height: 100dvh !important;
  transform: translateX(420px);
  animation: opensidebar .3s ease;
  animation-fill-mode: forwards;
}
@keyframes opensidebar {
    from {
        transform: translateX(420px);
    }
    to {transform: translateX(0px);
    }
}

#responsive-dialog-title h5 {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 0 !important;
    font-weight: 600;
}
.MuiDialogTitle-root {
  padding: 14px 26px !important;;
  box-shadow: 0 0 8px #00000014;
}
.MuiDialogContent-dividers{
    border-top: 0px !important;
  padding: 15px !important;
  border-bottom: 0 !important;
}
.wishlisthero-customer-view-listing .MuiGrid-grid-md-4{
  width: 100%  !important;;  max-width: 100% !important; padding:  0 !important;
}
.MuiGrid-spacing-xs-2 > .MuiGrid-item {
  padding: 0;
}.wishlisthero-customer-view-listing .MuiGrid-grid-md-4

.MuiDialog-container.MuiDialog-scrollPaper {
  background: rgba(0,0,0,.75);
}
.jss17 {
  padding: 0;
}
.wishlisthero-customer-view-listing .MuiGrid-root.MuiGrid-container {
  display: block;
    height: calc(100vh - 120px);
  overflow: auto;
}

.wishlisthero-customer-view-listing .MuiGrid-spacing-xs-2 {
  width: 100%;
  margin: 0;
}
.wishlisthero-customer-view-listing .MuiCard-root {
max-width: 100%;
  box-shadow: none;
  margin-bottom: 6px;
  padding: 5px 0px 0px 150px;
  display: block;
  position: relative;  border-radius: 0;
  min-height: 160px;
}
.wishlisthero-customer-view-listing  .MuiTypography-root.MuiLink-root.MuiLink-underlineHover.MuiTypography-colorInherit {
position: absolute;
  width: 135px;
  height: auto;
  top: 0;
  left: 0;
}
.wishlisthero-customer-view-listing .MuiTypography-root.MuiLink-root.MuiLink-underlineHover.MuiTypography-colorInherit .wishlist-hero-list-card-product-image{
  min-height: 160px;
}
.wishlisthero-customer-view-listing .MuiCard-root .MuiCardHeader-root, .wishlisthero-customer-view-listing .MuiCard-root .MuiCardContent-root, .wishlist-hero-list-card-product-price, #scroll-dialog-description>div{
  padding: 0px;
}
.wishlisthero-customer-view-listing .MuiTypography-body1, .MuiDialog-root .MuiTypography-body1 {
  font-size: 12px;
}
.wishlist-hero-price-update {
  text-align: left !important;
}
.wishlisthero-customer-view-listing a.wishlist-hero-list-card-header-product-name, .wishlisthero-customer-view-listing .MuiCard-root .MuiTypography-body2 {
 font-size: 14px !important;;
  line-height: 20px !important;;
  font-weight: 500 !important;;
  color: #3E3E3E !important;;
  min-height: auto !important;
}
.wishlisthero-customer-view-listing .MuiCard-root .MuiTypography-body2{
  margin: 5px 0 8px;
}
.wishlisthero-customer-view-listing button{
  height: 40px;
}

.MuiCardActions-root.wishlist-hero-list-card-footer {
  padding: 0;
  width: 100%;
}
.wishlist-hero-list-footer .wishlist-hero-list-card-footer-add-all-to-cart-dialog{
  display: none;
}
.wishlist-hero-list-footer .wishlist-hero-list-card-footer-delete-all{
  width: 100%  !important;
  margin: 0%  !important;
  border-radius: 5px !important;;
}
.wishlist-hero-list-card-product-image{
  padding-top: 100% !important;
}
.wishlist-hero-list-card-header-added-on{
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #3E3E3E !important;;
}
.wishlist-hero-list-card-header-product-name{
  font-weight: 500;
}
.wishlist-hero-list-footer {
   display: flex;
  font-size: 12px;
  bottom: 0;
  border-top: 1px solid #ccc;
  padding: 10px 16px !important;
  justify-content: space-between;
}
.section-header.shopify-section-group-header-group{
  z-index: 4;
}
.wishlist-hero-footer.MuiDialogActions-root{
  display: none;
}
.MuiDialogContentText-root {
  margin-bottom: 0  !important;;
}
.wishlisthero-customer-view-listing button.wishlist-hero-list-card-footer-add-to-cart{
  font-size: 14px;
  line-height: 16px;
  box-shadow: none  !important;
}
.wishlisthero-customer-view-listing button.wishlist-hero-list-card-footer-add-to-cart:hover{
  background: transparent !important;
}
.wishlisthero-floating{
  z-index: 3 !important;
}
.button.loading > .loading__spinner .spinner{
  width: 100%  !important;
}
#Details-filter\.v\.availability-template--17398376956035__product-grid, #Details-filter\.p\.tag-template--17398376956035__product-grid, #Details-filter\.p\.t\.category-template--17398376956035__product-grid, 
product-info .product-form__input.product-form__quantity, #Details-filter\.v\.availability-template--17398377185411__main, #Details-filter\.p\.tag-template--17398377185411__main, #Details-filter\.p\.t\.category-template--17398377185411__main{
  display: none !important;;
}
.facets__summary, .facet-filters {
  margin-bottom: 15px;
}
.facet-filters{
 padding-left: 0px !important;
}
.facets__summary, .facet-filters .facet-filters__sort {
  border: 1px solid #E7E7E7;
  padding: 12px 16px !important;
  border-radius: 12px !important;;
    font-size: 14px !important;
  font-weight: 500;
  line-height: 20px !important;
  color: #666 !important;
}
.facets__disclosure {
  margin-right: 30px;
}
.facet-filters select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.icon-caret.icon-custom {
  height: auto;
  top: calc(50% - 6px);
  right: 16px !important;
}
.facets__summary:hover .facets__summary-label {
  text-decoration: none !important;;
}
#FacetsWrapperDesktop, .active-facets.active-facets-desktop {
  justify-content: center;
}
product-recommendations.page-width {
  padding-top: 70px !important;
}
#product-grid > .grid__item {
  margin-bottom: 30px;
}
.product-base-detail{
  display: flex;
  align-items: center;
    margin: 25px 0 40px !important;
}
.product-base-detail > div{
  border-left: 1px solid #EBE0D5;
  padding: 0 36px;
}
.product-base-detail > div:first-child{
  border-left: 0px solid #EBE0D5;
  padding-left: 0px;
}
.product-base-detail label, variant-selects label {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.product-base-detail p {
  padding: 0;
  margin: 0;
  color: #79573E;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
  min-width: 80px;
  background: #FFFAF5;
  border: 1px solid #D7B997;
  border-radius: 15px;
  text-align: center;
}
variant-selects .select__select{
  color: #79573E;
  background: #FFFAF5;
  border: 1px solid #D7B997;
  border-radius: 5px;
  overflow: hidden;
}
variant-selects {
  margin-top: 15px !important;
}
#MainContent {
  overflow: hidden;
}
#Details-menu-drawer-container > .header__icon {
  display: none !important;
}
.product-brackup-box {
  margin-top: 70px;
}
.product-brackup-box h3 {
  margin-bottom: 40px;
}
.product-brackup-table table {
  width: 100%;
  border: 0px;
  box-shadow: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  line-height: 1.3;
}
.product-brackup-table table th , .product-brackup-table table td{
  border: 0px;  padding: 10px 0px;
}
.product-brackup-table table thead{
  margin-bottom: 10px;
}

.product-brackup-table table thead th{
  border-bottom: 1px solid #D7B997;  color: #79583E;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.product-brackup-table table tbody tr:first-child td {
  padding-top: 20px;
}
.product-brackup-table table .making-charges-row td{
  padding-bottom: 24px;
}
.product-brackup-table table .sub-total-row td {
  border-top: 1px solid #D7B997;
  padding-top: 24px;
}
.product-brackup-table table tr th:first-child, .product-brackup-table table tr td:first-child{
  text-align: left;
}
.product-brackup-table table tr th:last-child, .product-brackup-table table tr td:last-child{
  text-align: right;
}
@media screen and (max-width: 991px) {
.header__heading-logo-wrapper {
  max-width: 40px;
  margin-left: 5px;
}
}
@media screen and (max-width: 767px) {
  .categories-with-img-slider-scrollbar{
  display: block;
}
  .collection__view-all{
    margin-top: 20px;
  }
  .MuiDialogContent-dividers {
  padding: 10px 5px !important;
  }
  .wishlisthero-customer-view-listing a.wishlist-hero-list-card-header-product-name, .wishlisthero-customer-view-listing .MuiCard-root .MuiTypography-body2 {
  font-size: 11px !important;
  line-height: 18px !important;
  }
  .wishlisthero-customer-view-listing button.wishlist-hero-list-card-footer-add-to-cart {
  font-size: 12px;
  line-height: 14px;
  box-shadow: none !important;
  padding: 5px 10px;
  height: 35px;
}
  .product-base-detail > div {
  padding: 0 15px;
    line-height: 0;
  }
    .product-base-detail label{
      margin-bottom: 7px;
    }
  .product-base-detail label, .product-base-detail p {
  font-size: 12px;
  line-height: 18px;
  }
  .product-form.wow.fadeInUp {
  animation: none !important;
}
  .product-base-detail {
  margin: 15px 0 30px !important;
  }
  .product-brackup-box {
      margin-top: 50px;
  padding: 0 15px;
}
  .product-brackup-table table th, .product-brackup-table table td {
  border: 0px;
  padding: 8px 0px;
}
  .product-brackup-table table thead th {
  
  font-size: 14px;
  padding-bottom: 16px;
}
  .product-brackup-table table {
  font-size: 13px;
  }
  .product-brackup-table table tbody tr:first-child td, .product-brackup-table table .sub-total-row td {
  padding-top: 16px;
}
  .product-brackup-table table .making-charges-row td {
  padding-bottom: 16px;
}
  .product-brackup-box h3 {
  margin-bottom: 30px;
  text-align: left;
}
  .doubly-float {
  bottom: 75px !important;;
  }
}