@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");
/*font-family: "Instrument Serif", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
/*font-family: "Instrument Sans", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
/*font-family: "Hind", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Instrument Sans", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*### Common css start ###*/
.common-btn1 {
  position: relative;
  padding: 5px 30px;
  border-radius: 8px;
  border-color: #162a2b;
  background-color: #162a2b;
  color: #Fff;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  height: 54px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-btn1:hover,
.common-btn1:first-child:active {
  border-color: #162a2b;
  background-color: #162a2b;
  color: #Fff;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
}

/*Small*/
.common-sm-btn1 {
  position: relative;
  padding: 5px 30px;
  border-radius: 8px;
  border-color: #162a2b;
  background-color: #162a2b;
  color: #Fff;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  height: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-sm-btn1:hover,
.common-sm-btn1:first-child:active {
  border-color: #162a2b;
  background-color: #162a2b;
  color: #Fff;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
}

.common-btn2 {
  position: relative;
  padding: 5px 30px;
  border-radius: 8px;
  border-color: #E1CC95;
  background-color: #E1CC95;
  color: #162a2b;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  height: 54px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-btn2:hover,
.common-btn2:first-child:active {
  border-color: #F9E79F;
  background-color: #F9E79F;
  color: #162a2b;
  font-size: 14px;
}

/**/
.common-outline-btn2 {
  position: relative;
  padding: 5px 30px;
  border-radius: 8px;
  border: 3px solid;
  font-weight: 400;
  border-color: #F9E79F;
  background-color: transparent;
  color: #F9E79F;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  height: 54px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s;
}

.common-outline-btn2:hover,
.common-outline-btn2:first-child:active {
  border-color: #F9E79F;
  background-color: #F9E79F;
  color: #162a2b;
  font-size: 14px;
  transition: all 0.5s;
}

.section-gap {
  padding: 96px 0px;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h2 {
  position: relative;
  width: 100%;
  font-size: 48px;
  font-family: "Instrument Serif", serif;
  color: #1C1C1E;
  line-height: 62.4px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.common-title h2::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #F9E79F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-title.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.common-title h3 {
  position: relative;
  width: 100%;
  font-size: 48px;
  font-family: "Instrument Serif", serif;
  color: #1C1C1E;
  line-height: 62.4px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.common-title h3::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #F9E79F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-title.text-center h3::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.common-title p {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  color: #8a8a8e;
  line-height: 30.6px;
  margin-bottom: 15px;
}

.common-heading {
  position: relative;
  width: 100%;
}
.common-heading h3 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.5px;
  letter-spacing: -0.005em;
}

/*### Common css end ###*/
/*### Header css start ###*/
.header-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  z-index: 99;
}

.header-menu-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/*css menu css*/
.main-menu-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main-menu-inner .my-menu {
  position: relative;
}
.main-menu-inner .my-menu li {
  position: relative;
}
.main-menu-inner .my-menu li a {
  position: relative;
  color: #1C1C1E !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
}
.main-menu-inner .my-menu li.active a {
  color: #162a2b !important;
}

#cssmenu ul ul li a {
  background-color: #162a2b;
  color: #Fff !important;
}

#cssmenu > ul > li.has-sub > a::after {
  border-bottom: 1px solid #162a2b;
  border-right: 1px solid #162a2b;
}

#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #162a2b;
}

.header-menu-wrap .head-search-wrap {
  position: relative;
  width: 220px;
}
.header-menu-wrap .head-search-wrap .search-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E2E2E2;
  padding: 10px 10px;
  border-radius: 30px;
}
.header-menu-wrap .head-search-wrap .search-wrap .search-input {
  position: relative;
  width: calc(100% - 25px);
  border: 0px;
}
.header-menu-wrap .head-search-wrap .search-wrap .search-input::-moz-placeholder {
  color: #8a8a8e;
  text-transform: uppercase;
}
.header-menu-wrap .head-search-wrap .search-wrap .search-input::placeholder {
  color: #8a8a8e;
  text-transform: uppercase;
}
.header-menu-wrap .head-search-wrap .search-wrap .search-btn {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

/*mobile search*/
.mobile-hed-search {
  position: static;
  display: none;
  align-items: center;
}

.mobile-hed-search .open-search {
  position: relative;
  color: #1C1C1E;
  font-size: 20px;
}

.mobile-hed-search .form-search {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 5%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #000;
}

.mobile-hed-search .form-search input[type=search] {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.mobile-hed-search .form-search button {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-hed-search .form-search button i {
  color: #000000;
  font-size: 20px;
}

.mobile-hed-search .form-search.active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg);
}

.close-overlay {
  opacity: 0;
  height: 0;
  width: 0;
}

.mobile-hed-search .form-search.active + .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  cursor: url(../images/close-search-icn.png), auto;
}

/*search css end*/
/*mobile search*/
/*css menu css end*/
/*responsive menu css start*/
@media (min-width: 992px) {
  .slicknav_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  #cssmenu {
    display: none;
  }
  /*Slick nav menu css*/
  .slicknav_menu {
    background-color: transparent;
  }
  .slicknav_menu .slicknav_btn.slicknav_open {
    position: fixed;
    transform: translate(-15px, -25px);
    transition: 0.5s ease-in-out;
    top: 35px;
  }
  .slicknav_menu .slicknav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: transparent;
    z-index: 2;
    transition: 0.5s ease-in-out;
  }
  .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #1C1C1E;
    box-shadow: none;
  }
  .slicknav_menu .slicknav_btn .slicknav_menutxt {
    display: none;
  }
  .slicknav_menu .slicknav_btn .slicknav_icon {
    margin: 0;
  }
  .slicknav_menu .slicknav_nav {
    background-color: #F6F0DF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
    transition: all 0.5s;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .slicknav_menu .slicknav_nav[aria-hidden=true] {
    transform: translateX(-200%);
    transition: all 0.5s;
  }
  .slicknav_menu .slicknav_nav[aria-hidden=false] {
    transform: translateX(0%);
    transition: all 0.5s;
  }
  /*Slick nav menu css end*/
  /*Design css*/
  .slicknav_menu .slicknav_nav .slicknav_arrow {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 3px 15px;
    border-left: 1px solid #8a8a8e;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .slicknav_menu .slicknav_nav li {
    position: relative;
    width: 100%;
  }
  .slicknav_menu .slicknav_nav li.active > a {
    background-color: #162a2b;
    color: #Fff;
  }
  .slicknav_menu .slicknav_nav li a {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    margin: 0px;
    border-bottom: 1px solid #8a8a8e;
    color: #1C1C1E;
  }
  .slicknav_menu .slicknav_nav li a:visited {
    color: #1C1C1E !important;
  }
  .slicknav_menu .slicknav_nav li a > a {
    border: 0px;
    padding: 0px;
  }
  .slicknav_menu .slicknav_nav li ul {
    position: relative;
    width: 100%;
    margin: 0px;
  }
  .slicknav_menu .slicknav_nav li ul > li > a {
    padding-left: 25px;
  }
  .slicknav_menu .slicknav_nav li ul > li > a > a {
    padding: 0px;
  }
  .slicknav_menu .slicknav_nav li ul > li ul li a {
    padding-left: 35px;
  }
  /*Design css end*/
  .main-menu-inner .head-search-wrap {
    margin-right: 45px;
  }
}
/*### Header css end ###*/
/*### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items {
  position: relative;
}
.banner-wrapper .banner-sld-items > img {
  width: 100%;
  height: calc(100vh - 105px);
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrapper .banner-sld-items::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.1488970588) 48%, rgba(0, 0, 0, 0.300157563) 65%, rgba(0, 0, 0, 0.3981967787) 80%, rgba(0, 0, 0, 0.8015581232) 100%);
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
}
.banner-wrapper .banner-content-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 65px;
  font-family: "Instrument Sans", sans-serif;
  color: #Fff;
  line-height: 71.5px;
  margin-bottom: 0px;
}

#banner-slider {
  margin-bottom: 0px;
}

#banner-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F2F2F7;
  display: block;
  border: 1px solid #F2F2F7;
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  background-color: #F9E79F;
  border: 1px solid #F9E79F;
}

/*### Banner css end ####*/
/*### our-category css start ##*/
.our-category-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.our-category-wrapper #our-category-slider {
  margin-left: -4px;
  margin-right: -4px;
}

.our-category-wrapper #our-category-slider .our-category-sld-items {
  padding: 0px 4px;
}

.category-list {
  position: relative;
  width: 100%;
}
.category-list .category-img {
  position: relative;
  width: 100%;
}
.category-list .category-img img {
  position: relative;
  width: 100%;
}
.category-list h4 {
  position: relative;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 23.4px;
  text-transform: uppercase;
}
.category-list h4 a {
  color: inherit;
}

/*#### Dots css start ###*/
/*Dots css start*/
#our-category-slider {
  margin-bottom: 0px;
}

#our-category-slider .slick-dots {
  position: relative;
  width: 100%;
  padding-top: 24px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#our-category-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#our-category-slider .slick-dots li:first-child {
  margin-left: 0px;
}

#our-category-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#our-category-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8a8a8e;
  display: block;
  border: 1px solid #8a8a8e;
  border-radius: 50%;
}

#our-category-slider .slick-dots li.slick-active button:before {
  background-color: #162a2b;
  border: 1px solid #162a2b;
}

/*#### Dots css start ###*/
/*### our-category css end ##*/
/*#### craft-unique-piece css start ####*/
.craft-unique-piece-wrapper {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}

.craft-unique-piece-left-img {
  position: relative;
  width: 100%;
}
.craft-unique-piece-left-img img {
  position: relative;
  width: 100%;
  height: 676px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.craft-unique-piece-right-content {
  position: relative;
  width: 100%;
  padding: 30px 15%;
}

/*#### craft-unique-piece css end ####*/
/*product-info-scroling css start*/
.product-info-scroling-wrapper {
  position: relative;
  width: 100%;
  padding: 22px 0px;
  background-color: #162a2b;
}

.info-scroling-slider .info-scroling-sld-items {
  position: relative;
  padding: 10px 15px;
}
.info-scroling-slider .info-scroling-sld-items::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 21px;
  background-image: url(../images/a-shape.svg);
  background-repeat: no-repeat;
}

.info-scroling-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.info-scroling-list h4 {
  position: relative;
  width: 100%;
  color: #F9E79F;
  font-size: 22px;
  font-family: "Instrument Serif", serif;
  margin-bottom: 0px;
}

/*product-info-scroling css end*/
/*#### gifting-rings start ###*/
.gifting-rings-wrapper {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}
.gifting-rings-wrapper .common-title p {
  text-align: left;
}

.product-slider {
  margin-left: -4px;
  margin-right: -4px;
}

.product-slider .product-sld-items {
  padding: 0px 4px;
}

.product-list {
  position: relative;
  width: 100%;
}
.product-list .product-img {
  position: relative;
  width: 100%;
}
.product-list .product-img img {
  position: relative;
  width: 100%;
}
.product-list h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #1C1C1E;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.product-list h4 a {
  color: inherit;
}

/*### Dots css start ###*/
.product-slider {
  margin-bottom: 0px;
}

.product-slider .slick-dots {
  position: relative;
  width: 100%;
  padding-top: 24px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

.product-slider .slick-dots li:first-child {
  margin-left: 0px;
}

.product-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.product-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8a8a8e;
  display: block;
  border: 1px solid #8a8a8e;
  border-radius: 50%;
}

.product-slider .slick-dots li.slick-active button:before {
  background-color: #162a2b;
  border: 1px solid #162a2b;
}

/*### Dots css end ###*/
/*#### gifting-rings css end ###*/
/*#### perfect-fit-guide css start ###*/
.perfect-fit-guide-wrapper {
  position: relative;
  width: 100%;
  background-color: #Fff;
}

.perfect-fit-guide-inner-wrap {
  position: relative;
  width: 100%;
  padding: 96px 56px;
  background-image: url(../images/perfect-fit-guide-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.perfect-fit-guide-inner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 42, 43, 0.9);
}
.perfect-fit-guide-inner-wrap .common-title h3 {
  color: #Fff;
}
.perfect-fit-guide-inner-wrap .common-title p {
  color: #Fff;
  margin-bottom: 0;
}

/*#### perfect-fit-guide css end ###*/
/*### big-product section css start ####*/
.big-product-wrapper {
  position: relative;
  width: 100%;
  background-color: #Fff;
  overflow: hidden;
}

.big-product-list {
  position: relative;
  width: 100%;
}
.big-product-list .big-product-img {
  position: relative;
  width: 100%;
}
.big-product-list .big-product-img img {
  position: relative;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.big-product-list .big-product-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.1152836134) 55%, rgba(0, 0, 0, 0.300157563) 70%, rgba(0, 0, 0, 0.9528186275) 100%);
  z-index: 1;
}
.big-product-list .big-product-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px 15px 60px 15px;
  text-align: center;
  z-index: 1;
}
.big-product-list .big-product-content h3 {
  position: relative;
  width: 100%;
  color: #Fff;
  font-size: 48px;
  line-height: 62.4px;
  font-family: "Instrument Serif", serif;
  margin-bottom: 24px;
}

/*### big-product section css end ####*/
/*### our-work-process css start ###*/
.our-work-process-wrapper {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}

.work-process-list {
  position: relative;
  width: 100%;
  padding: 0px 5px;
  text-align: center;
}
.work-process-list .icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #E1CC95;
  margin: 0 auto;
  margin-bottom: 24px;
  border-radius: 50%;
}
.work-process-list h4 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-family: "Instrument Serif", serif;
  font-size: 22px;
  line-height: 28.6px;
  margin-bottom: 10px;
}
.work-process-list p {
  position: relative;
  width: 100%;
  color: #8a8a8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  margin-bottom: 0;
}

/*### our-work-process css end ###*/
/*### latest-collections css start ###*/
.latest-collections-wrapper #latest-collections-slider {
  margin-left: -4px;
  margin-right: -4px;
}
.latest-collections-wrapper #latest-collections-slider .latest-collections-sld-items {
  padding: 0px 4px;
}

/*### Dots css start ###*/
#latest-collections-slider {
  margin-bottom: 0px;
}

#latest-collections-slider .slick-dots {
  position: relative;
  width: 100%;
  padding-top: 24px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#latest-collections-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#latest-collections-slider .slick-dots li:first-child {
  margin-left: 0px;
}

#latest-collections-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#latest-collections-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8a8a8e;
  display: block;
  border: 1px solid #8a8a8e;
  border-radius: 50%;
}

#latest-collections-slider .slick-dots li.slick-active button:before {
  background-color: #162a2b;
  border: 1px solid #162a2b;
}

/*### Dots css end ###*/
/*### latest-collections css end ###*/
/**/
.lab-grown-diamonds-wrapper .craft-unique-piece-right-content {
  padding: 30px 15%;
}

.lab-grown-diamonds-wrapper .craft-unique-piece-left-img img {
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/**/
/*### happy clients css start ####*/
.happy-clients-wrapper {
  background-color: #Fff;
  overflow: hidden;
}

#happy-clients-slider {
  margin-right: -10px;
}

#happy-clients-slider .happy-clients-sld-items {
  margin-right: 5px;
}

.happy-clients-list {
  position: relative;
  width: 100%;
}
.happy-clients-list .happy-clients-img {
  position: relative;
  width: 100%;
}
.happy-clients-list .happy-clients-img img {
  position: relative;
  width: 100%;
}
.happy-clients-list .happy-clients-content {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 24px;
  background-color: #F6F0DF;
  padding: 24px 24px;
}
.happy-clients-list .happy-clients-content p {
  position: relative;
  width: 100%;
  color: #8a8a8e;
  font-size: 18px;
  margin-bottom: 15px;
}
.happy-clients-list .happy-clients-content h4 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 22px;
  font-family: "Instrument Serif", serif;
  margin-top: 15px;
  padding-top: 15px;
}
.happy-clients-list .happy-clients-content h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 2px;
  background-color: #F9E79F;
}

/*### happy clients css end ####*/
/*### blog section css start ###*/
.blog-section {
  position: relative;
  width: 100%;
}
.blog-section .common-title p {
  text-align: left;
}

.blog-list {
  position: relative;
  width: 100%;
  background-color: #Fff;
}
.blog-list .blog-img {
  position: relative;
  width: 100%;
}
.blog-list .blog-img img {
  position: relative;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blog-list .blog-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16px 0px;
}
.blog-list .blog-content h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  line-height: 30.6px;
  color: #1C1C1E;
  margin-bottom: 16px;
}
.blog-list .blog-content p {
  position: relative;
  width: 100%;
  color: #8a8a8e;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.blog-list .blog-content .read-more-btn {
  position: relative;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  color: #1C1C1E;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid #1C1C1E;
}
.blog-list .blog-content .read-more-btn i {
  transform: rotate(-45deg);
  margin-left: 10px;
}
.blog-list.blog-style-1 .blog-content {
  width: 100%;
}

.insights-inspirations-content {
  position: relative;
  width: 100%;
  padding: 30px 15%;
}

.blog-fluid-section {
  overflow: hidden;
}

/*### blog section css end ###*/
/*#### get-in-touch css start ###*/
.get-in-touch-wrapper {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}

.get-in-touch-left-img {
  position: relative;
  width: 100%;
}
.get-in-touch-left-img img {
  position: relative;
  width: 100%;
}

.get-in-touch-form-wrap {
  position: relative;
  width: 100%;
  padding: 20px 10%;
}
.get-in-touch-form-wrap .form-control {
  border: 0;
  padding: 12px 12px;
}
.get-in-touch-form-wrap .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.get-in-touch-form-wrap .common-btn1 {
  position: relative;
  width: 100%;
}

/*#### get-in-touch css end ###*/
/*## Footer css start ###*/
.footer-wrapper {
  position: relative;
  width: 100%;
  background-color: #Fff;
  padding: 40px 0px;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #1C1C1E;
  font-family: "Instrument Serif", serif;
  margin-bottom: 16px;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu ul li {
  position: relative;
  padding: 5px 12px;
}
.footer-menu ul li a {
  position: relative;
  color: #1C1C1E;
  font-size: 14px;
  font-weight: 400;
}

.footer-social-icon {
  position: relative;
  width: 100%;
}
.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}
.footer-social-icon ul li a {
  color: #162a2b;
  font-size: 22px;
  transition: 0.5s;
}
.footer-social-icon ul li a:hover {
  color: #F9E79F;
  transition: 0.5s;
}

.newsletter-wrap {
  position: relative;
  width: 100%;
}

.newsletter-wrap .newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #162a2b;
  padding: 0;
  border-radius: 5px;
}

.newsletter-wrap .newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 40px);
  padding-right: 0px;
}

.newsletter-wrap .newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
  background-color: #ffffff;
  border: 0px solid #dddddd;
  color: #1C1C1E;
}
.newsletter-wrap .newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #1C1C1E;
}
.newsletter-wrap .newsletter-frm .input-text .form-control::placeholder {
  color: #1C1C1E;
}

.newsletter-wrap .newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-wrap .newsletter-frm .submit {
  position: relative;
  width: 40px;
  margin-left: 0px;
}

.newsletter-wrap .newsletter-frm .submit .submit-btn {
  position: relative;
  width: 100%;
  height: 45px;
  color: #162a2b;
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
  border-radius: 0px;
}
.newsletter-wrap .newsletter-frm .submit .submit-btn i {
  transform: rotate(-45deg);
}

.copyright-wrap {
  position: relative;
  width: 100%;
  background-color: #162a2b;
  padding: 8px 0px;
}
.copyright-wrap p {
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #Fff;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/*## Footer css end ###*/
/*inner banner*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
  height: 370px;
}
.inner-banner-wrapper > img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.inner-banner-content-wrap .inner-banner-content {
  position: relative;
  width: 100%;
}
.inner-banner-content-wrap .inner-banner-content h3 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-weight: 500;
  line-height: 57.2px;
  letter-spacing: -0.005em;
  font-size: 35px;
}

.contact-inner-banner {
  position: relative;
  width: 100%;
}
.contact-inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8043592437) 0%, rgba(0, 0, 0, 0.5046393557) 30%, rgba(0, 0, 0, 0.300157563) 66%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.contact-inner-banner .inner-banner-content-wrap {
  top: auto;
  transform: translateY(0);
  bottom: 96px;
  z-index: 2;
}
.contact-inner-banner .inner-banner-content-wrap .inner-banner-content h3 {
  color: #Fff;
}

/**/
/**############# blog page css start ##########**/
.recent-blog-posts-wrapper {
  position: relative;
  width: 100%;
  padding: 96px 0px 64px 0px;
}
.recent-blog-posts-wrapper .blog-list .blog-content h4 {
  text-transform: uppercase;
}
.recent-blog-posts-wrapper .blog-list.blog-style-1 .blog-content {
  padding-bottom: 0px;
}

.recent-blog-right-side {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 10px 0px;
}

.recent-blog-right-side-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.recent-blog-right-side-list .recent-blog-left-img {
  position: relative;
  width: 50%;
}
.recent-blog-right-side-list .recent-blog-left-img img {
  position: relative;
  width: 100%;
}
.recent-blog-right-side-list .recent-blog-right-content {
  position: relative;
  width: 50%;
  padding-left: 32px;
}
.recent-blog-right-side-list .recent-blog-right-content h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  line-height: 23.4px;
  color: #1C1C1E;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.recent-blog-right-side-list .recent-blog-right-content p {
  position: relative;
  width: 100%;
  color: #8a8a8e;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.featured-article-wrapper {
  position: relative;
  width: 100%;
  padding: 64px 0px 96px 0px;
}
.featured-article-wrapper .blog-list .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**############# blog page css end ##########**/
/**############# blog details page css start ##########**/
.blog-details-wrapper {
  position: relative;
  width: 100%;
  padding: 96px 0px;
}

.blog-detail-left-content {
  position: relative;
  width: 100%;
}
.blog-detail-left-content h4 {
  position: relative;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.blog-detail-left-content p {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  color: #8a8a8e;
  line-height: 30.6px;
  margin-bottom: 16px;
}

.blog-details-section2 {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}

.blog-details-section3 {
  position: relative;
  width: 100%;
}

.differences-list {
  position: relative;
  width: 100%;
}
.differences-list h4 {
  position: relative;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C1C1E;
  margin-bottom: 16px;
}
.differences-list p {
  position: relative;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  font-size: 18;
  font-weight: 400;
  line-height: 30.6px;
  letter-spacing: -0.005em;
  color: #8a8a8e;
}

/**############# blog details page css end ##########**/
/**############# contact page css start ##########**/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 128px 0px;
  background-color: #F6F0DF;
}
.contact-us-wrapper .contact-left-content {
  position: relative;
  width: 100%;
  padding-right: 80px;
}
.contact-us-wrapper .get-in-touch-form-wrap {
  padding: 0;
}

/**############# contact page css end ##########**/
/**############# about page css start ##########**/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding-top: 40px;
}

.about-us-wrapper .about-top-img {
  position: relative;
  width: 100%;
}
.about-us-wrapper .about-top-img img {
  position: relative;
  width: 100%;
}

.about-excellence-wrapper {
  position: relative;
  width: 100%;
}
.about-excellence-wrapper .about-excellence-inner {
  position: relative;
  width: 100%;
  /*background-image: url(../images/about-excellence-bg.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}
.about-excellence-wrapper .about-excellence-inner > img{
    position: relative;
    width: 100%;
    height:450px;
    object-fit: cover;
}
.about-excellence-wrapper .about-excellence-inner .about-excellence-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.about-excellence-wrapper .about-excellence-inner .about-excellence-content-wrap > .row{
    height:100%;
}
.about-excellence-content {
  position: relative;
  width: 100%;
  height:100%;
  padding: 40px 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-excellence-content h3 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62.4px;
  margin-bottom: 8px;
}
.about-excellence-content p {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  color: #8a8a8e;
  line-height: 30.6px;
  margin-bottom: 24px;
}

.about-section2 {
  position: relative;
  width: 100%;
}
.about-section2 .about-section2-left-content {
  position: relative;
  width: 100%;
  padding: 96px 140px;
  height: 100%;
  background-color: #F6F0DF;
}
.about-section2 .about-section2-right-content {
  position: relative;
  width: 100%;
  padding: 96px 140px;
  height: 100%;
}

.about-video-wrapper {
  position: relative;
  width: 100%;
}

.about-authenticity-wrapper {
  position: relative;
  width: 100%;
  background-color: #F6F0DF;
}

.about-authenticity-content {
  position: relative;
  width: 100%;
}
.about-authenticity-content .about-authenticity-logo {
  position: relative;
  width: 100%;
}
.about-authenticity-content .common-btn1 {
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.about-authenticity-img {
  position: relative;
  width: 100%;
}
.about-authenticity-img img {
  position: relative;
  width: 100%;
}
@media(max-width:991px){
    .about-excellence-wrapper .about-excellence-inner > img{
        height:auto;
    }
    .about-excellence-wrapper .about-excellence-inner .about-excellence-content-wrap{
        position: relative;
        height: 100%;
        width: 100%;
    }
}
/**############# about page css end ##########**/
/*##### Ring size guide page css start ####*/
.ring-size-guide-top {
  position: relative;
  width: 100%;
  padding: 96px 0px 32px 0px;
}

.you-have-ring-wrapper {
  position: relative;
  width: 100%;
  padding: 32px 0px;
}

.you-have-ring-right-content {
  position: relative;
  width: 100%;
}
.you-have-ring-right-content h4 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36.4px;
  letter-spacing: -0.005em;
  font-size: 28px;
  margin-bottom: 16px;
}
.you-have-ring-right-content p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  letter-spacing: -0.005em;
  margin-bottom: 0px;
}

.ring-size-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ring-size-wrap .name-wrap {
  position: relative;
  width: 94px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 5px;
}
.ring-size-wrap .name-wrap .name {
  width: 30px;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  color: #1C1C1E;
  font-weight: 400;
  line-height: 23.4px;
}
.ring-size-wrap .name-wrap .size {
  position: relative;
  width: calc(100% - 30px);
  font-size: 14px;
  line-height: 18.2px;
  color: #8A8A8E;
  text-align: right;
}
.ring-size-wrap .size-wrap {
  position: relative;
  width: calc(100% - 94px);
  padding-left: 5px;
}
.ring-size-wrap .size-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 6px;
  justify-content: center;
}
.ring-size-wrap .size-wrap ul li {
  position: relative;
  width: calc(6.66% - 6px);
  text-align: center;
  background-color: #E1CC95;
  color: #1C1C1E;
  font-weight: 400;
  font-size: 14px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dia-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dia-wrap .dia-name {
  width: 30px;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  color: #1C1C1E;
  font-weight: 400;
  line-height: 23.4px;
}
.dia-wrap .dia-size-wrap {
  position: relative;
  width: calc(100% - 30px);
}
.dia-wrap .dia-size-wrap .dia-size-list-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.dia-wrap .dia-size-wrap .dia-size-list-wrap .size-name {
  position: relative;
  width: 64px;
  font-size: 14px;
  line-height: 18.2px;
  color: #8A8A8E;
  text-align: right;
  padding-right: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list {
  position: relative;
  width: calc(100% - 64px);
}
.dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 6px;
  justify-content: center;
}
.dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul li {
  position: relative;
  width: calc(6.66% - 6px);
  text-align: center;
  background-color: rgba(225, 204, 149, 0.3);
  color: #1C1C1E;
  font-weight: 400;
  font-size: 14px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/**/
.dont-have-ring-wrapper {
  position: relative;
  width: 100%;
  padding: 32px 0px 96px 0px;
}
.dont-have-ring-wrapper .dont-have-ring-left-title {
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 10%;
}
.dont-have-ring-wrapper .dont-have-ring-left-title h4 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36.4px;
  letter-spacing: -0.005em;
  font-size: 28px;
  margin-bottom: 16px;
}
.dont-have-ring-wrapper .dont-have-ring-right-content {
  position: relative;
  width: 100%;
}
.dont-have-ring-wrapper .dont-have-ring-right-content p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  letter-spacing: -0.005em;
  margin-bottom: 0px;
}

/*##### Ring size guide page css end ####*/
/*##### ring-search-form page css start ###*/
.ring-search-form-wrapper {
  position: relative;
  width: 100%;
  padding: 32px 0px;
}
.ring-search-form-wrapper .form-select {
  height: 100%;
  border: 1px solid #162A2B;
  border-radius: 8px;
}
.ring-search-form-wrapper .common-btn1 {
  height: 47px;
  width: 100%;
}

.ring-search-form-bottom-wrap {
  position: relative;
  width: 100%;
  padding: 32px 0px 96px;
}

#size-chart-shape-slider .size-chart-shape-sld-items {
  position: relative;
  padding: 0px 8px;
}
#size-chart-shape-slider .slick-dots {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 64px 0px 15px 0px;
  gap: 25px;
}
#size-chart-shape-slider .slick-dots button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 18px;
  color: #1C1C1E;
  font-weight: 400;
  background-color: transparent;
  border-color: transparent;
}
#size-chart-shape-slider .slick-dots .slick-active button {
  background-color: #E1CC95;
}

.size-chart-by-shape-wrapper {
  position: relative;
  width: 100%;
  padding: 96px 0px;
}

.related-creations {
  position: relative;
  width: 100%;
  padding: 96px 0px;
}

#related-creations-slider .related-creations-sld-items {
  padding: 0px 4px;
}

/*dots css start*/
#related-creations-slider .slick-dots {
  position: relative;
  width: 100%;
  padding-top: 24px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#related-creations-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#related-creations-slider .slick-dots li:first-child {
  margin-left: 0px;
}

#related-creations-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#related-creations-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8a8a8e;
  display: block;
  border: 1px solid #8a8a8e;
  border-radius: 50%;
}

#related-creations-slider .slick-dots li.slick-active button:before {
  background-color: #162a2b;
  border: 1px solid #162a2b;
}

/*dots css end*/
.related-creations-list {
  position: relative;
  width: 100%;
  padding: 8px 8px;
  background-color: #Fff;
}
.related-creations-list .related-creations-img {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.related-creations-list .related-creations-img img {
  position: relative;
  width: 100%;
}
.related-creations-list h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.related-creations-list p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.related-creations-list h5 {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
}

/*##### ring-search-form page css end ###*/
/*##### Shop page css start ####*/
.product-page-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px 96px 0px;
}

.product-pagination-wrap {
  position: relative;
  width: 100%;
}
.product-pagination-wrap h4 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.filter-text {
  position: relative;
}
.filter-text p {
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  color: #1C1C1E;
}

.short-by-select {
  position: relative;
  width: 100%;
}
.short-by-select select {
  position: relative;
  border: 0;
  width: 107px;
  font-size: 14px;
  margin-bottom: 0;
  color: #1C1C1E;
  font-weight: 400;
}

/*####### left sidebar css start ########*/
.left-sidebar {
  position: relative;
  width: 100%;
}

.left-sidebar .left-category-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}

.left-sidebar .left-category-wrap li {
  position: relative;
  width: 100%;
}

.left-sidebar .left-category-wrap > li {
  padding: 32px 0px;
  border-bottom: 1px solid #E1CC95;
}

.left-sidebar .left-category-wrap > li:first-child {
  padding-top: 0px;
}

.left-sidebar .left-category-wrap > li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.left-sidebar .left-category-wrap li ul {
  position: relative;
  width: 100%;
  padding: 0;
}

.left-sidebar .left-category-wrap li .cat-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 11px;
  padding: 5px 15px 5px 0px;
  line-height: normal;
}

.left-sidebar .left-category-wrap li .cat-title .title {
  position: relative;
  color: #1C1C1E;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 10%;
  text-transform: uppercase;
  line-height: normal;
}

.left-sidebar .left-category-wrap li ul.cat-body li {
  position: relative;
  padding: 2px 0px;
}

.left-sidebar .left-category-wrap li ul.cat-body li a {
  position: relative;
  width: 100%;
  display: block;
  color: #1C1C1E;
  font-size: 14px;
  padding: 2px 0px;
}

.left-sidebar .category-main-wrap .price-range-wrap {
  position: relative;
  width: 100%;
  padding: 10px 10px 15px 10px;
}

/* up down arrow css */
.left-sidebar .accordion_list .accordion_body {
  display: none;
}

.left-sidebar .accordion_list .accordion_body.active {
  display: block;
}

.left-sidebar .accordion_head .up-down-wrrow {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 21px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.left-sidebar .accordion_head .up-down-wrrow:after {
  position: relative;
  content: "\f106";
  font-family: fontawesome;
}

.left-sidebar .accordion_head.open .up-down-wrrow:after {
  content: "\f107";
}

/* up down arrow css end */
/**/
.cat-checkbox {
  display: block;
  margin-bottom: 0px;
}

.cat-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cat-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #1C1C1E;
  text-transform: uppercase;
  width: 100%;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}

.cat-checkbox label .count {
  position: absolute;
  right: 0;
}

.cat-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8A8A8E;
  padding: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.cat-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 12px;
  border: solid #8A8A8E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/**/
.left-sidebar .wpf_item input[type=checkbox] {
  border-radius: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.left-sidebar .wpf_item input[type=checkbox]:checked:before {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.left-sidebar .wpf_item .wpf_column_vertical {
  position: relative;
}

.left-sidebar .wpf_item .wpf_column_vertical li {
  position: relative;
}

.left-sidebar .wpf_item .wpf_column_vertical li span.wpf_item_count {
  position: absolute;
  right: 0;
}

.left-sidebar .wpf_item .wpf_column_vertical li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #1C1C1E;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}

.left-sidebar .wpf_item ul.wpf_price_range li {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0px;
  cursor: pointer;
  font-size: 14px;
  color: #1C1C1E;
  text-transform: uppercase;
}

.left-sidebar .wpf_item ul.wpf_price_range li input:checked + label, .left-sidebar .wpf_item ul.wpf_price_range li label.active, .left-sidebar .wpf_item ul.wpf_price_range li label:hover {
  color: #F9E79F;
  transition: all 0.5s;
}

/*####### left sidebar css end ########*/
.creations-list {
  position: relative;
  width: 100%;
  padding: 8px 8px;
  background-color: #Fff;
}
.creations-list .creations-img {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.creations-list h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.creations-list p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.creations-list h5 {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
}

/*##### Shop page css end ####*/
/*##### Product details page css start ####*/
.product-details-product-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.product-details-product-wrapper .breadcrumb-wrap {
  position: relative;
  width: 100%;
}
.product-details-product-wrapper .breadcrumb-wrap p {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.product-details-img-wrap {
  position: relative;
  width: 100%;
}
.product-details-img-wrap #details-bigimg-slider {
  position: relative;
  margin-bottom: 16px;
}
.product-details-img-wrap #details-bigimg-slider img {
  position: relative;
  width: 100%;
}
.product-details-img-wrap #details-thumbnail-slider {
  margin-left: -8px;
  margin-right: -8px;
}
.product-details-img-wrap #details-thumbnail-slider .slick-track .details-thumbnail-sld-items {
  position: relative;
  padding: 0px 8px;
}
.product-details-img-wrap #details-thumbnail-slider .slick-track .details-thumbnail-sld-items > img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

/**/
#details-thumbnail-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #Fff;
  border: 3px solid #Fff;
  color: #162a2b;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
#details-thumbnail-slider .slick-arrow:hover {
  color: #162a2b;
  transition: 0.5s;
}

#details-thumbnail-slider .slick-arrow:before {
  display: none;
}

#details-thumbnail-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#details-thumbnail-slider .slick-arrow.slick-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

/**/
.product-details-right-content {
  position: relative;
  width: 100%;
}
.product-details-right-content .ref-id {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.product-details-right-content .ref-id span {
  display: inline-block;
  background-color: #F6F0DF;
  font-size: 14px;
  color: #1C1C1E;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  padding: 8px 16px;
}
.product-details-right-content .title-share-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-right-content .title-share-wrap .title {
  position: relative;
  width: calc(100% - 86px);
}
.product-details-right-content .title-share-wrap .title h3 {
  position: relative;
  width: 100%;
  font-size: 48px;
  font-family: "Instrument Serif", serif;
  color: #1C1C1E;
  line-height: 62.4px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-details-right-content .title-share-wrap .title h3:after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #F9E79F;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-details-right-content .title-share-wrap .share-btn {
  position: relative;
  width: 86px;
}
.product-details-right-content p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-details-right-content .ring-size-wrap {
  position: relative;
  width: 100%;
}
.product-details-right-content .ring-size-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 22px;
  font-family: "Instrument Serif", serif;
  color: #1C1C1E;
  margin-bottom: 10px;
}
.product-details-right-content .ring-size-wrap select {
  position: relative;
  color: #1C1C1E;
  border: 1px solid #1C1C1E;
  border-radius: 8px;
  padding: 10px 10px;
}
.product-details-right-content .ring-size-guide-wrap {
  position: relative;
  width: 100%;
}
.product-details-right-content .ring-size-guide-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-details-right-content .ring-size-guide-wrap ul li {
  position: relative;
  margin-right: 15px;
  font-size: 18px;
  color: #162A2B;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid #162A2B;
}
.product-details-right-content .ring-size-guide-wrap ul li a {
  color: #162A2B;
}
.product-details-right-content .ring-size-guide-wrap ul li a:visited {
  color: #162A2B !important;
}
.product-details-right-content .ring-size-guide-wrap ul li a:visited {
  color: #162A2B !important;
}
.product-details-right-content .product-variant-wrap {
  position: relative;
  width: 100%;
}
.product-details-right-content .product-variant-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-details-right-content .product-variant-wrap ul li {
  position: relative;
  margin-right: 10px;
  width: 110px;
}
.product-details-right-content .product-variant-wrap ul li .prd-variant {
  position: relative;
  width: 100%;
}
.product-details-right-content .product-variant-wrap ul li .prd-variant img {
  position: relative;
  width: 100%;
}
.product-details-right-content .product-variant-wrap ul li .prd-variant h4 {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
  margin-top: 6px;
  text-transform: uppercase;
}
.product-details-right-content .price {
  position: relative;
  width: 100%;
}
.product-details-right-content .price h4 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0px;
}

/**/
.product-info-details-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.product-info-details-wrapper .title {
  position: relative;
  width: 100%;
}
.product-info-details-wrapper .title h3 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62.4px;
  margin-bottom: 0px;
}

.product-info-list-wrap {
  position: relative;
  width: 100%;
}
.product-info-list-wrap ul {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.product-info-list-wrap ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.product-info-list-wrap ul li .name {
  position: relative;
  width: calc(50% - 2px);
  background-color: #F2F2F2;
  padding: 16px 16px 16px 24px;
  color: #162A2B;
  font-size: 14px;
  font-weight: 700;
}
.product-info-list-wrap ul li .info {
  position: relative;
  width: calc(50% - 2px);
  background-color: #F2F2F2;
  padding: 16px 16px 16px 24px;
  color: #000;
  font-size: 14px;
}

/*###*/
.product-details-related-top-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.related-product-top-list {
  position: relative;
  width: 100%;
}
.related-product-top-list .related-product-top-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8980392157);
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.related-product-top-list .related-product-top-content h3 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-family: "Instrument Serif", serif;
  font-size: 48px;
  margin-bottom: 8px;
}
.related-product-top-list .related-product-top-content p {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.product-details-related {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F6F0DF;
}

/*### New design css start*/
.product-info-details-left-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
}

.product-info-details-right-wrap {
  position: relative;
  width: 100%;
}
.product-info-details-right-wrap .product-info-details-head {
  position: relative;
  width: 120px;
  text-align: center;
  margin-bottom: 24px;
}
.product-info-details-right-wrap .product-info-details-head .icon {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.product-info-details-right-wrap .product-info-details-head h4 {
  position: relative;
  width: 100%;
  color: #1C1C1E;
  font-size: 16px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
}
.product-info-details-right-wrap .product-info-dtls-wrap {
  position: relative;
  width: 100%;
}
.product-info-details-right-wrap .product-info-dtls-wrap li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
  padding: 16px 0px;
  border-bottom: 1px solid #E1CC95;
}
.product-info-details-right-wrap .product-info-dtls-wrap li .name {
  position: relative;
  width: calc(50% - 2px);
  font-size: 14px;
  font-weight: 400;
  color: #1C1C1E;
}
.product-info-details-right-wrap .product-info-dtls-wrap li .info {
  position: relative;
  width: calc(50% - 2px);
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1E;
}

/*### New design css end*/
/*##### Product details page css end ####*/
/*##### product list page css start ####*/
.woocommerce .products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.woocommerce .products::before {
  display: none !important;
}

.woocommerce .products .product {
  position: relative;
  padding: 8px 8px !important;
  background-color: #Fff;
  margin: 0px 0% 0px 0px !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce .products .product img {
  width: 100%;
  margin-bottom: 10px !important;
}

.woocommerce .products .product h2.woocommerce-loop-product__title {
  position: relative;
  width: 100%;
  font-size: 18px !important;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  line-height: 23.4px;
  letter-spacing: 0.1em;
  color: #1C1C1E;
  margin-bottom: 8px !important;
  padding: 0px !important;
  text-transform: uppercase;
}

.woocommerce .products .product .price {
  position: relative;
  width: 100%;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.1em;
  color: #1C1C1E !important;
}

@media (max-width: 991px) {
  .woocommerce .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  /**/
  .left-sidebar {
    position: absolute;
    left: 5%;
    width: 90%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .left-sidebar.active {
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .woocommerce .products .product h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 20.4px;
  }
  .woocommerce .products .product .price {
    font-size: 12px !important;
  }
}
/*##### product list page css end ####*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Responsive css start
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*max width 1199px*/
@media (max-width: 1199px) {
  .common-title h3 {
    font-size: 40px;
  }
  .common-title h2 {
    font-size: 44px;
  }
  .common-title p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cssmenu > ul > li > a {
    padding: 20px 5px;
  }
  .banner-wrapper .banner-content-wrap h3 {
    font-size: 40px;
  }
}
/*max width 991px*/
@media (max-width: 991px) {
  .section-gap {
    padding: 60px 0px;
  }
  .common-title h3 {
    font-size: 35px;
  }
  .common-title h2 {
    font-size: 35px;
  }
  .common-title p {
    font-size: 15px;
  }
  /*header css*/
  .slicknav_menu .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 9px;
  }
  .slicknav_menu .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    display: none;
  }
  .slicknav_menu .slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 9px;
  }
  .header-menu-wrap .head-search-wrap {
    width: 100px;
    display: none;
  }
  .mobile-hed-search {
    display: inline-flex;
    margin-right: 45px;
  }
  /*header css end*/
  /*footer css*/
  .footer-inner-wrap .footer-logos {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .footer-social-icon ul {
    justify-content: center;
  }
  /*footer css end*/
  .banner-wrapper .banner-sld-items > img {
    height: auto;
  }
  .banner-wrapper .banner-content-wrap h3 {
    font-size: 40px;
    line-height: normal;
  }
  .category-list h4 {
    font-size: 16px;
    line-height: normal;
  }
  .product-list h4 {
    font-size: 16px;
    line-height: normal;
  }
  .happy-clients-list .happy-clients-img img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .happy-clients-list .happy-clients-content p {
    font-size: 16px;
  }
  .blog-list .blog-content p {
    font-size: 16px;
  }
  .inner-banner-wrapper > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .contact-inner-banner .inner-banner-content-wrap {
    bottom: 40px;
  }
  .inner-banner-content-wrap .inner-banner-content h3 {
    font-size: 25px;
    line-height: normal;
  }
  /*Home page css start*/
  .craft-unique-piece-left-img img{
      height: 450px;
      object-fit: contain;
  }
  .lab-grown-diamonds-wrapper .craft-unique-piece-left-img img{
      height: 450px;
  }
  .info-scroling-list h4{
      font-size:18px;
  }
  
  .get-in-touch-left-img {
        background-color: #ececec;
    }
  .get-in-touch-left-img img{
      object-fit: contain;
      height: 450px;
  }
  /*Home page css end*/
  /*contact us page css start*/
  .contact-us-wrapper {
    padding: 30px 0px;
  }
  /*contact us page css end*/
  /*## Blog css start ###*/
  /*## Blog css end ###*/
  /*Product css start ###*/
  #details-thumbnail-slider .slick-arrow.slick-prev {
    left: 0;
  }
  #details-thumbnail-slider .slick-arrow.slick-next {
    right: 0;
  }
  .related-product-top-list .related-product-top-content h3 {
    font-size: 30px;
  }
  /*Product css end ###*/
}
/*width 768px to 991px*/
/*max width 767px*/
@media (max-width: 767px) {
  .section-gap {
    padding: 30px 0px;
  }
  .common-title h3 {
    font-size: 30px;
  }
  .common-title h2 {
    font-size: 30px;
  }
  .common-title p {
    font-size: 14px;
  }
  /*banner css*/
  .banner-wrapper .banner-content-wrap {
    bottom: 10%;
  }
  .banner-wrapper .banner-sld-items > img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-wrapper .banner-content-wrap h3 {
    font-size: 24px;
  }
  .info-scroling-list h4 {
    font-size: 18px;
  }
  .perfect-fit-guide-inner-wrap {
    padding: 30px 25px;
  }
  .big-product-list .big-product-content h3 {
    font-size: 30px;
  }
  .work-process-list h4 {
    font-size: 16px;
  }
  .work-process-list p {
    font-size: 14px;
    line-height: normal;
  }
  .happy-clients-list .happy-clients-content h4 {
    font-size: 20px;
  }
  .blog-list .blog-content h4 {
    font-size: 20px;
  }
  .blog-list .blog-content p {
    font-size: 14px;
  }
  .footer-wrapper {
    padding: 30px 0px;
  }
  .craft-unique-piece-right-content {
    padding: 30px 15px;
  }
  .lab-grown-diamonds-wrapper .craft-unique-piece-right-content {
    padding: 30px 15px;
  }
  .insights-inspirations-content {
    padding: 30px 0px;
  }
  .get-in-touch-form-wrap {
    padding: 30px 0px;
  }
  /*Home page css start*/
  .craft-unique-piece-left-img img{
      height: 400px;
  }
  .lab-grown-diamonds-wrapper .craft-unique-piece-left-img img{
      height: 400px;
  }
  /*Home page css end*/
  /*### Blog page css start ####*/
  .recent-blog-right-side-list .recent-blog-left-img {
    width: 100%;
  }
  .recent-blog-right-side-list .recent-blog-right-content {
    width: 100%;
    padding: 10px 0px;
  }
  /*### Blog page css end ####*/
  /*### About us css start ###*/
  .about-us-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-section2 .about-section2-left-content, .about-section2 .about-section2-right-content {
    padding: 30px 30px;
  }
  /*### About us css end ###*/
  /**ring size css*/
  .ring-size-wrap .size-wrap ul li {
    width: calc(12.5% - 6px);
  }
  .dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul {
    margin-bottom: 10px;
  }
  .dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul li {
    width: calc(12.5% - 6px);
  }
  .ring-size-guide-top {
    padding: 32px 0px 32px;
  }
  .ring-search-form-bottom-wrap {
    padding: 32px 0px 32px;
  }
  .size-chart-by-shape-wrapper {
    padding: 32px 0px;
  }
  /**ring size css end*/
}
/*width 576px to 767px*/
/*max with 575px*/
@media (max-width: 575px) {
  .common-title h2 {
    font-size: 24px;
  }
  .common-title h3 {
    font-size: 24px;
  }
  .common-btn1,
  .common-btn2,
  .common-outline-btn1 {
    padding: 5px 10px;
    height: 40px;
  }
  .header-menu-wrap .logo-wrap {
    text-align: center;
    margin-bottom: 15px;
  }
  /*## Header search ##*/
  .main-menu-inner {
    position: static;
  }
  /*## Header search end##*/
  .slicknav_menu .slicknav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slicknav_menu .slicknav_btn.slicknav_open {
    transform: translate(-15px, -30px);
  }
  /**ring size css*/
  .ring-size-wrap .size-wrap ul li {
    width: calc(25% - 6px);
  }
  .dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul {
    margin-bottom: 10px;
  }
  .dia-wrap .dia-size-wrap .dia-size-list-wrap .dia-list ul li {
    width: calc(25% - 6px);
  }
  /**ring size css end*/
  /*Home page css start*/
  .craft-unique-piece-left-img img{
      height: 350px;
  }
  .lab-grown-diamonds-wrapper .craft-unique-piece-left-img img{
      height: 350px;
  }
  /*Home page css end*/
}/*# sourceMappingURL=style.css.map */




/*### New page css start ###*/
.diamond-carat-determine-size-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #f8f2e7;
}

.diamond-carat-size-chart-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F6F0DF;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items {
  position: relative;
  padding: 0px 5px;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items .diamond-carat-thumbnail-list {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ba9659;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items .diamond-carat-thumbnail-list svg {
  height: 30px;
  color: #ba9659;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items .diamond-carat-thumbnail-list svg path {
  fill: #ba9659;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items.slick-current .diamond-carat-thumbnail-list {
  border: 1px solid #162a2b;
  cursor: pointer;
}

.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items.slick-current .diamond-carat-thumbnail-list svg,
.diamond-carat-size-chart-wrapper .diamond-carat-thumbnail-sld-items.slick-current .diamond-carat-thumbnail-list svg path {
  color: #162a2b;
  fill: #162a2b;
}

/**/
#diamond-carat-thumbnail-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #Fff;
  border: 3px solid #Fff;
  color: #162a2b;
  width: 22px;
  height: 22px;
  font-size: 13px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
#diamond-carat-thumbnail-slider .slick-arrow:hover {
  color: #162a2b;
  transition: 0.5s;
}

#diamond-carat-thumbnail-slider .slick-arrow:before {
  display: none;
}

#diamond-carat-thumbnail-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

#diamond-carat-thumbnail-slider .slick-arrow.slick-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

/**/
.diamond-carat-wrap {
  position: relative;
  width: 100%;
}

.diamond-carat-wrap .item-left table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  line-height: 17.2px;
}

.diamond-carat-wrap .item-left table th, .diamond-carat-wrap .item-left table td {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #F6F0DF;
  background-color: #Fff;
}

.diamond-carat-wrap .item-left table th:nth-child(1), .diamond-carat-wrap .item-left table td:nth-child(1) {
  border-left: 0;
}

.diamond-carat-wrap .item-left table th:nth-last-child(1), .diamond-carat-wrap .item-left table td:nth-last-child(1) {
  border-right: 0;
}

.diamond-carat-wrap .item-left table th {
  background-color: #E1CC95;
  color: #1C1C1E;
  font-weight: 500;
}

.diamond-carat-wrap .item-right {
  position: relative;
  width: 100%;
}
.diamond-carat-wrap .item-right img {
  position: relative;
  width: 100%;
}

.diamond-carat-wrap .item-bottom {
  position: relative;
  width: 100%;
}
.diamond-carat-wrap .item-bottom p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.diamond-carat-wrap .item-bottom ul li {
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
}

#diamond-carat-bigimg-slider .slick-dots {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#diamond-carat-bigimg-slider .slick-dots li button {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: transparent;
  border: 0px;
}

#diamond-carat-bigimg-slider .slick-dots li.slick-active button {
  background-color: #E1CC95;
}

.top-tips-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.top-tips-wrapper h3 {
  position: relative;
  width: 100%;
  font-family: "Instrument Serif", serif;
  color: #1C1C1E;
  font-size: 28px;
  margin-bottom: 16px;
}
.top-tips-wrapper p {
  position: relative;
  width: 100%;
  color: #8A8A8E;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/*### New page css End ###*/


.float{
    position: fixed;
    width: 50px;
    bottom: 90px;
    right: 40px;
    z-index: 99999;
    text-decoration: none;
}

.slick-next {
    right: 5px;
    z-index: 1;
}

.slick-prev{
    left: 5px;
    z-index: 1;
}

.slick-prev, .slick-next{
    top: 35%;
}

.slick-prev:before, .slick-next:before{
    color: black;
}

@media (max-width: 768px) {
    .main-menu-inner {
        position: static;
    }
}