.ring-style-nav ul {
  /*     column-count: 2; */
  margin-left: 0; }
  .ring-style-nav ul li {
    margin-bottom: 15px; }
    .ring-style-nav ul li a span {
      display: inline-block;
      width: 50px;
      height: 26px;
      margin-right: 10px;
      vertical-align: top; }

.border-left {
  border-left: 1px solid #ccc; }

.page-banner {
  height: 420px;
  overflow: hidden;
  margin-bottom: 36px; }
  @media (max-width: 600px) {
    .page-banner {
      height: 170px; } }
  @media only screen and (min-width: 601px) and (max-width: 767px) {
    .page-banner {
      height: 260px; } }
  @media only screen and (min-width: 767px) and (max-width: 991px) {
    .page-banner {
      height: 320px; } }
  .page-banner img {
    max-height: 100%;
    object-fit: cover;
    height: 100%; }

.diamond-step {
  margin-top: 34px; }
  .diamond-step .column {
    text-align: center; }

.stone-step {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px; }
  @media (max-width: 600px) {
    .stone-step {
      padding-top: 26px;
      padding-bottom: 26px; } }
  .stone-step .step-img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px; }
    .stone-step .step-img img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      left: 0; }
  @media (max-width: 767px) {
    .stone-step h6 {
      margin-bottom: 35px; } }
  .stone-step > p {
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .stone-step > p {
        margin-bottom: 24px; } }
  .stone-step .action {
    margin-top: 35px; }
    @media (max-width: 600px) {
      .stone-step .action {
        margin-top: 0; } }
    .stone-step .action a {
      margin: 0 10px; }
      @media (max-width: 600px) {
        .stone-step .action a {
          width: 100%;
          margin: 0;
          margin-bottom: 10px; } }

.jewelry-step {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 600px) {
    .jewelry-step {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 600px) {
    .jewelry-step h3 {
      margin-bottom: 24px; } }
  .jewelry-step .step-list .grid {
    display: flex;
    align-items: center; }
    @media (max-width: 600px) {
      .jewelry-step .step-list .grid {
        display: block; } }
    .jewelry-step .step-list .grid:nth-child(even) .grid__item:nth-child(1) {
      order: 2; }
    .jewelry-step .step-list .grid:nth-child(even) .grid__item:nth-child(2) {
      order: 1; }
  .jewelry-step .step-img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px; }
    .jewelry-step .step-img img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      left: 0; }
  .jewelry-step .step-desc {
    padding: 0 20px;
    text-align: center; }

.review-carousel {
  margin-bottom: 40px; }
  .review-carousel .carousel-item {
    margin: 0 10px; }
    @media (max-width: 1024px) {
      .review-carousel .carousel-item iframe {
        height: 210px; } }
  .review-carousel h3 {
    text-align: center;
    margin-bottom: 26px; }
  .review-carousel .slick-prev {
    left: -30px;
    z-index: 1; }
    .review-carousel .slick-prev::before {
      color: #000; }
  .review-carousel .slick-next {
    right: -30px;
    z-index: 1; }
    .review-carousel .slick-next::before {
      color: #000; }

.style-list .grid {
  margin-bottom: 35px; }

.jewelry-care-section {
  border: 1px solid #ccc;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .jewelry-care-section {
      border: none; } }
  .jewelry-care-section .grid {
    margin-left: 0;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 1024px) {
      .jewelry-care-section .grid {
        border-bottom: none; } }
    .jewelry-care-section .grid:last-child {
      border-bottom: none; }
    .jewelry-care-section .grid .grid__item {
      display: flex;
      align-items: center;
      padding-left: 0;
      border-right: 1px solid #ccc;
      width: 50%; }
      @media (max-width: 767px) {
        .jewelry-care-section .grid .grid__item {
          display: block;
          border-right: none;
          text-align: center;
          margin-bottom: 20px;
          border-bottom: none;
          width: 100%; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .jewelry-care-section .grid .grid__item {
          border-bottom: 1px solid #ccc;
          border-right: none;
          width: 100%; } }
      .jewelry-care-section .grid .grid__item:nth-child(even) {
        border-right: none; }
      .jewelry-care-section .grid .grid__item .care-icon {
        width: 120px;
        padding: 20px;
        border-right: 1px solid #ccc; }
        @media (max-width: 767px) {
          .jewelry-care-section .grid .grid__item .care-icon {
            width: 100px;
            border-right: none;
            padding: 10px;
            margin: 0 auto; } }
      .jewelry-care-section .grid .grid__item .care-desc {
        width: calc(100% - 120px);
        padding: 0 20px; }
        @media (max-width: 767px) {
          .jewelry-care-section .grid .grid__item .care-desc {
            width: 100%;
            padding: 0; } }
        .jewelry-care-section .grid .grid__item .care-desc p {
          margin-bottom: 0;
          font-size: 14px; }

.material-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  .material-list .grid__item {
    text-align: center;
    width: 20%; }
    @media (max-width: 480px) {
      .material-list .grid__item {
        width: 100%;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 481px) and (max-width: 767px) {
      .material-list .grid__item {
        width: 33.33%;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .material-list .grid__item {
        width: 25%;
        margin-bottom: 20px; } }
    .material-list .grid__item .item-name h5 {
      text-transform: none;
      font-weight: 400;
      letter-spacing: normal;
      font-size: 16px; }

.find-size-section {
  margin-bottom: 35px; }
  .find-size-section .step-img img {
    display: block;
    margin: 0 auto; }
  .find-size-section .step-title {
    padding: 0 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .find-size-section .step-title {
        padding: 0; } }
  .find-size-section .single-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
      .find-size-section .single-item {
        display: block; } }
    .find-size-section .single-item .step-title {
      margin-left: -20px;
      padding: 0; }
      @media (max-width: 480px) {
        .find-size-section .single-item .step-title {
          margin-left: 0; } }
    .find-size-section .single-item .step-img {
      max-width: 480px; }

.big_size_img {
  text-align: left;
  font-size: 245px;
  color: #f4f6f8;
  font-weight: bold; }

.exp_title {
  z-index: 1;
  position: absolute;
  max-width: 250px;
  top: 18%;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .exp_title {
      right: 50px; } }

.exp_img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .custom_experience {
    width: 50%; } }

/* DRCPGD START */
.grid__item.medium-up--one-third img {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto 15px; }

.site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
  font-size: 16px; }

.site-nav__link {
  padding: 7.5px 10px; }

.featured-second-div {
  margin-bottom: 20px !important; }

.featured-custom-class .grid-product_content .grid-productlink .grid_image-ratio {
  background-size: cover !important;
  height: 100% !important; }

/* DRCPGD END */
.d-none {
  display: none; }

@media only screen and (max-width: 992px) {
  .item-reviews {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .featured-second-div {
    width: 100%;
    padding-left: 0 !important; }

  .grid__item.grid-product.medium-up--one-half.small--one-half.featured-custom-class.prd-no-1 {
    width: 100%; } }
/* //moissanite page design// */
.moissanite-step {
  padding: 55px 0 0; }
  @media (max-width: 600px) {
    .moissanite-step {
      padding: 30px 0; } }
  .moissanite-step .step-list .grid {
    display: flex;
    align-items: center;
    margin-bottom: 53px; }
    @media (max-width: 600px) {
      .moissanite-step .step-list .grid {
        display: block; } }
    .moissanite-step .step-list .grid:nth-child(odd) .grid__item:nth-child(1) {
      order: 2; }
    .moissanite-step .step-list .grid:nth-child(odd) .grid__item:nth-child(2) {
      order: 1; }
  .moissanite-step .step-img {
    position: relative;
    padding-top: 60%;
    margin-bottom: 20px; }
    .moissanite-step .step-img img {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      left: 0; }
  .moissanite-step .step-desc {
    padding: 0 20px;
    text-align: center; }
    .moissanite-step .step-desc h3 {
      text-transform: capitalize; }

.diff_moissanite .grid {
  display: flex;
  margin-bottom: 100px;
  align-items: center; }
  @media (max-width: 600px) {
    .diff_moissanite .grid {
      display: block;
      margin-bottom: 50px; } }

.flickity-viewport {
  width: 100%; }

.divine_images .flickity-page-dots {
  display: none !important; }
.divine_images .flickity-prev-next-button {
  width: 35px !important;
  height: 35px !important; }

.rensucut_images {
  position: relative;
  padding-top: 60%;
  margin-bottom: 20px; }
  .rensucut_images img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0; }

.megamenu ul li a:hover {
  color: #bce9fe !important; }

.review-carousel .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  margin: 10px;
  /*     background-color: white; */
  transition: all 0.3s ease;
  height: auto;
  text-align: center; }
  .review-carousel .slick-slide.slick-current iframe, .review-carousel .slick-slide.slick-center iframe {
    height: 220px !important; }

.collection-carousel .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  margin: 10px;
  /*     background-color: white; */
  transition: all 0.3s ease;
  height: auto;
  text-align: center; }
  .collection-carousel .slick-slide img {
    width: 100%;
    object-fit: contain; }
  .collection-carousel .slick-slide p {
    display: none; }
  .collection-carousel .slick-slide.slick-current .diamond-box p, .collection-carousel .slick-slide.slick-center .diamond-box p {
    display: block !important; }

.truncate-text {
  height: 100px;
  overflow: hidden; }

.jewel-style-nav ul {
  margin-left: 0; }

.shipping_logo {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px; }

.promo-grid__bg .desktop-advance-banner {
  height: 100%; }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .promo-grid .flex-grid__item {
    min-height: 400px; } }
@media only screen and (max-width: 768px) {
  .promo-grid .flex-grid__item {
    min-height: 290px; } }
@media only screen and (max-width: 768px) {
  .promo-grid__bg {
    position: relative; }

  .hulk-promo-grid {
    position: absolute !important; }

  .product__thumbs--below .product__thumb-item {
    max-width: 40px !important; }

  .smile-launcher-frame-container {
    bottom: 180px !important; } }
#CustomerEmail, #CustomerPassword {
  margin-bottom: 20px !important; }

.searchInput {
  max-width: 200px !important; }

a.btn.btn--small.return-link {
  white-space: normal !important; }

.hulkapps-reviews ul.pagination {
  width: fit-content !important;
  margin: 0 auto !important; }

iframe#tidio-chat-iframe {
  bottom: 80px !important; }
