/* Diamond Search Results Page Styles - Brilliant Earth Inspired */

/* Enhanced Product Cards for Diamond Search */

.your-search-results {
  overflow-y: scroll;
}

.diamond-search-hybrid {
  display: flex;
  /* height: calc(100vh - 100px); */
  height: 100%;
  width: 100%;
  gap: 30px;
  @media (max-width: 1279px) and (min-width: 1024px) {
    gap: 24px;
  }
}
.diamond-search-hybrid__filter {
  width: 382px;
  //padding-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  //border-right: 1px solid var(--gray);
  --sticky-top: 0px;
  position: sticky;
  top: var(--sticky-top);
  height: 100vh;
  background-color: white;
  .filterScrollbar {
    height: 100%;
    overflow: auto;
    padding-right: 27px;
    width: 100%;
    @media (min-width: 1024px) {
      --sb-size: 6px;
    }
  }
  .widget-filter__name {
    .caret {
      margin-right: 3px;
    }
  }
  .noUiSlider .ui-slider-left-cap,
  .noUiSlider .ui-slider-right-cap {
    height: 4px;
  }
  .tab-diamond-origin li a {
    white-space: nowrap;
  }
  @media (max-width: 1279px) and (min-width: 1024px) {
    padding-bottom: 0;
    width: 290px;
    .filterScrollbar {
      padding-right: 8px;
    }
    .rose-slick-mobile {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (max-width: 1023px) {
    transform: translate3d(-400px, 0, 0);
    transition: transform 0.3s ease-out, opacity 0.4s ease-in-out;
    position: fixed;
    z-index: 107161;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 400px;
    padding: 16px;
    padding-top: 10px;
    .filterScrollbar {
      margin-right: -12px;
      padding-right: 8px;
      padding-bottom: 10px;
    }
    &.is-active {
      transform: translate3d(0px, 0, 0);
    }
    .widget-filter__item:nth-child(2) .widget-filter__name {
      border-top: 0;
    }
    .listing-selector-box--diamond,
    .filterScrollbar:before,
    .widget-filter__item--origin {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .widget-filter__footer,
    .widget-filter__header {
      display: none;
    }
    .widget-filter-shadow {
      padding-bottom: 15px;
    }
  }
  .filterScrollbar:after {
    display: none;
  }
}
.tab-diamond-origin--paid-wrapper {
  width: 306px;
  @media (min-width: 1024px) {
    display: none;
  }
  @media (max-width: 1023px) {
    width: auto !important;
    .tab-diamond-origin li a,
    .tab-diamond-origin li span {
      padding: 8px 16px;
      white-space: nowrap;
    }
  }
}

.diamond-search-hybrid__body {
  flex-grow: 1;
  @media (max-width: 1023px) {
    width: 100%;
    .dropdown--sort-by2 {
      margin-left: 16px !important;
    }
  }
  .popover-green3 {
    bottom: auto;
    top: 34px;
    transform: translateX(-45%);
    left: 50%;
    text-transform: none;
    width: 197px;
    &.fade {
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
    }
  }
}
//common
.radio-green-cricle i.icons-checked:after {
  background-color: var(--light-green);
}
.radio-green-normal {
  position: relative;
  padding-left: 25px;
  i {
    left: 0;
  }
}
.diamond-search-hybrid {
  .iconfont-help1 {
    cursor: pointer;
    opacity: 0.2;
    font-size: 16px;
    position: relative;
    top: -2px;
    color: inherit;
  }
}

.nav-loose-diamond-section--bullet {
  .nav-loose-diamond-box {
    align-items: center;
  }
  .nav-loose-diamond {
    max-width: 200px;
    height: 44px;
    padding: 3px;
    border: 1px solid var(--grey-300);
    border-radius: 50px;
    li {
      border-radius: 50px;
    }
    a {
      font-family: "Avenir Roman";
      min-width: unset;
      border: none;
      padding-top: 11px;
      /* padding-top: 15px;
       padding-bottom: 10px;*/
    }
  }
}
.rose-diamond-shape--search {
  display: block;
  li {
    float: left;
    width: 70px;
  }
}
.tab-looking-suggestion {
  color: var(--dark-grey);
  text-align: center;
  font-size: 12px;
  display: flex;
  padding-bottom: 8px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  li {
    cursor: pointer;
    display: flex;
    padding: 10px 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 50px;
    border: 1px solid var(--grey-300);
    @media (pointer: fine) {
      &:hover {
        background-color: var(--light-green-100);
        border-color: var(--light-green-100);
      }
    }
    &.active {
      color: var(--white);
      border-color: var(--light-green);
      background-color: var(--light-green);
    }
    &.disabled {
      pointer-events: none;
      position: relative;
      color: var(--grey-300);
      border-color: var(--gray);
    }
  }
}
.tab-diamond-origin {
  color: var(--dark-grey);
  text-align: center;
  font-size: 12px;
  display: flex;
  padding-bottom: 8px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  li {
    cursor: pointer;
    gap: 8px;
    flex: 1 0 0;
    padding: 0;
    a,
    span {
      border-radius: 50px;
      padding: 10px 4px 6px;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--grey-300);
      text-decoration: none;
    }
    a:hover {
      background-color: var(--light-green-100);
      border-color: var(--light-green-100);
    }
    &.active {
      a,
      span {
        color: var(--white);
        border-color: var(--light-green);
        background-color: var(--light-green);
      }
    }
  }
}

.our-diamond-collections {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--Primary-Light-Green-500--Normal, #0d6363);
  background: var(--Primary-Light-Green-50, #e7efef);
}
.tab-filter-recommended-new {
  //font-size: 12px;
  font-family: "Avenir Medium";
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  li {
    display: flex;
    height: 40px;
    gap: 8px;
    flex: 1;
    &:last-child {
      margin-left: -1px;
    }
    > a {
      background: #fff;
      border: 1px solid #d9d9d9;
      color: var(--dark-grey);
      text-decoration: none;
      margin: 0 -1px 0 0;
      padding: 10px;
      display: block;
      width: 100%;
    }
    &.active {
      a {
        background-color: #f9f9f9;
        cursor: default !important;
      }
    }
    &:not(.active) a:hover {
      color: var(--light-green);
    }
  }
  .iconfont-help1 {
    opacity: 1;
    color: #cfcfcf;
  }
}
.diamond-search-hybrid__body:has(.ir364-filter-type:last-child.active)
  .tab-filter-recommended-new {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15);
}
.filter-search-results-new {
  .filterScrollbar {
    --sb-size: 6px;
  }
  .filterScrollbar:before {
    display: none;
    //--sb-track-color: #f1f1f1;
  }

  .diamond-info-panel-detal {
    .additonal-details-content {
      > div:last-child {
        width: 22%;
      }
    }
  }
  .search-results-outline > thead > tr > th {
    border-bottom: none;
  }
  .search-results-outline thead th {
    font-size: 14px;
  }
  .diamond-info-panel {
    .headline {
      font-size: 18px;
    }
  }
  .diamond-info-panel-detal {
    display: flex;
    padding: 16px;
    gap: 16px;
    .additonal-details-content {
      font-size: 12px;
    }
    .diamond-info-panel {
      padding: 0;
    }
  }
  border: 1px solid #e5e5e5;
  .search-result-table {
    td {
      font-size: 14px;
    }
  }
  .try-diamond-finder {
    .btn {
      font-size: 14px;
      border-radius: unset;
    }
  }
}
.diamond-info-body {
  flex: 1 1 0;
}
.diamond-info-body-inner {
  display: flex;
  gap: 16px;
}
.listing-selector-box--diamond {
  padding-top: 20px;
  border-top: 1px solid var(--grey-100);
  margin-right: 35px;
}
.dropdown--sort-by2 {
  @extend .dropdown--sort-by;
  z-index: 15;
  .dropdown-menu {
    --sb-size: 6px;
  }
  .filterScrollbar:before {
    display: none;
  }
  @media (max-width: 991px) {
    .dropdown--sort-name {
      display: none;
    }
    .item-name {
      min-width: 50px;
    }
    &.open {
      .dropdown-menu {
        left: auto;
        border-top: 1px solid var(--gray);
      }
    }
  }
}
.results-bar-tablet {
  font-family: "Avenir Medium";
  margin-top: -20px;
  @media (min-width: 1024px) {
    display: none;
  }
}

.best-badge {
  font-size: 8px;
  font-family: "Avenir Heavy";
  color: var(--light-green);
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  transform: translateX(-50%);
  left: 50%;
}
#search-scrollbar .viewport-v2 .table-hover > tbody > tr {
  &.active {
    .best-badge {
      color: var(--grey-500);
    }
  }
  @media (pointer: fine) {
    &:hover {
      .best-badge {
        color: var(--grey-500);
      }
    }
  }
}
#search-scrollbar .viewport-v2 .table-hover > tbody > tr.active > td {
}
#search-scrollbar .viewport-v2 tr.collapsed .best-badge {
  display: none;
}

.ir364-filter-type {
  display: flex;
  font-family: "Avenir Medium";
  border: 1px solid currentColor;
  color: var(--gray);
  padding: 10px;
  column-gap: 8px;
  @media (min-width: 768px) and (max-width: 1023px) {
    padding: 10px 4px;
    border: 0;
  }
  svg {
    width: 20px;
    height: 20px;
  }
  span {
    height: 20px;
    display: block;
  }
  .ir364-filter-type__text {
    color: var(--dark-grey, #2c2c2c);
    @media (min-width: 768px) and (max-width: 1024px) {
      display: none;
    }
  }
  &:hover {
    color: var(--grey-300);
    svg rect {
      fill: var(--grey-300);
    }
  }
  &.active {
    color: var(--light-green);
    .ir364-filter-type__text {
      color: inherit;
    }
    svg rect {
      fill: var(--light-green);
    }
  }
  &:not(.active):last-child {
    border-left: 0;
  }
  &:not(.active):first-child {
    border-right: 0;
  }
  cursor: pointer;
}
.ir364-filter-type--wrapper {
  display: flex;
  flex-direction: row;
}
.d-flex .flex-fill {
  flex: 1 1 auto !important;
}
.ir364-listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 6px;
  //   @media (max-width: 1259px){
  //     grid-template-columns: 1fr 1fr;
  //   }
  .wide-item {
    grid-column: span 3;
    // @media (max-width: 1259px){
    //     grid-column: span 2;
    // }
  }
  //   .wide-item .try-diamond-finder{
  //     padding-top: 16px;
  //     padding-bottom: 16px !important;
  //     background-color:#F9F6F5;
  //     display: grid; place-items: center;
  //     height: 76px !important;
  //   }
  //   .wide-item .try-diamond-finder .btn{ font-size: 14px; border-radius: 0; }
}

.ir364-search-results-thumbnail {
  border: 0;
  padding: 0;
  .thumbnail-caption {
    padding-top: 8px;
  }
  .thumbnail-badging {
    top: 0;
    padding-left: 8px;
  }
  .thumbnail-badge {
    margin-bottom: 4px;
    height: 20px;
  }
  .thumbnail-imgs {
    position: relative;
    cursor: pointer;
    aspect-ratio: 1/1;
    background: #f9f9f9;
    display: flex;
    align-items: center;
  }
  .thumbnail-imgs .hideImage {
    pointer-events: none;
  }
  .thumbnail-checkbox {
    margin-left: 8px;
  }
  .thumbnail-wishlist {
    margin-left: 8px;
  }
  .thumbnail-checkbox .checkbox-ty4-green {
    min-height: auto;
  }
  .thumbnail-checkbox .checkbox-ty4-green i {
    width: 18px;
    height: 18px;
  }
  .thumbnail-link {
    margin-top: 8px;
    .ir251-link-text {
      font-size: 14px;
    }
    + .thumbnail-link {
      margin-bottom: 11px;
    }
  }
  .btn-outline-dark {
    border-color: var(--gray);
    box-shadow: none;
  }
  .checkbox-ty4-green {
    position: relative;
  }
  .checkbox-ty4-green:after {
    color: #000;
    font-family: "Avenir Book";
    font-size: 11px;
    font-style: normal;
    content: "Compare";
    padding: 2px 12px;
    padding-top: 4px;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 33px;
    background: #f9f9f9;
    display: none;
  }
  @media (pointer: fine) {
    .checkbox-ty4-green:hover::after {
      display: block;
    }
  }
}
.checkbox-ty4-green .icons-checkbox {
  background-color: white;
  border: 1px solid var(--gray);
}
.checkbox-ty4-green .icons-checked {
  background-color: var(--light-green);
  border-color: var(--light-green);
  background-image: url("../images/icons/check-mark--round--white.svg");
}
.ir364-search-results-thumbnail .add-video-bg.add-video-bg--center img {
  top: 50%;
  transform: translateY(-50%);
}

// useless start
.widget-filter__item--v2 {
  .widget-filter__name {
    font-family: "Avenir Medium";
    padding-top: 4px;
    display: block;
    padding-bottom: 0;
    border: none;
  }
  .widget-filter__name:hover,
  .widget-filter__name:active {
    text-decoration: underline;
  }
  .widget-filter__cont {
    padding: 12px 16px;
  }
  .widget-filter__name .caret {
    position: relative;
    top: -1px;
  }
  &:has(.in),
  &:has(.collapsing) {
    border-color: var(--gray);
  }
  margin-bottom: 8px;
  border: 1px solid transparent;
}
// useless end
.ir364-search-results-grid {
  .filterScrollbar:before {
    display: none;
  }
  .viewport-v2 {
    height: auto;
    /** overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        **/
  }
}

.additional-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: left;
}

@charset "utf-8";
@import "../helper/common";
@import "../components/shop-by-style-desktop";
@import "../components/diamonds-shape-slick-mobile";
@import "../components/carousel_arrows";
@import "../components/switch-radio";
@import "../components/filter-dt";
@import "../components/filter-diamond-search-dt";
@import "../components/nouislider-new";
@import "../components/diamond-listing-grid";

//base
/*
.ir312-heading {
  font-size: 30px;
  color: var(--dark-grey);
   
  a {
    color: inherit;
    text-decoration: none;
  }
  @media(max-width:767px){
    font-size:24px;
  }
}

*/
@media (min-width: 768px) and (max-width: 991px) {
  .mr-sm-10 {
    margin-right: 10px;
  }
}
.d-flex {
  display: flex;
  .flex-one-column {
    flex: 0 0 100%;
  }
  .flex-two-column {
    flex: 0 0 50%;
  }
  .flex-six-column {
    flex: 0 0 16.66%;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: flex-start;
}
.flex-fill {
  flex: 1 1 auto !important;
}

.min-h28em {
  min-height: 2.43em;
}

//3rd steps
.ir317-cyo-bar-wrapper {
  margin-top: 23px;
  @media (min-width: 1230px) and (max-width: 1290px) {
    max-width: 1280px;
    width: 96%;
  }
  .cyo-peony-heading {
    font-size: 14px;
    font-family: "Avenir Medium";

    color: var(--dark-grey);
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  position: relative;
  // transition: all 0.4s ease-in-out;
  background-color: white;
}
.cyobar-fixed {
  //position: sticky;
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 6;
  border-bottom: 1px solid #fefefe;
}
.graybar-fixed {
  position: fixed;
  top: 42px;
  z-index: 6;
  left: 0;
  right: 0;
  //width: 100%;
  border-bottom: 1px solid #fefefe;
  .ir317-filter-wrapper {
    display: none;
  }
}
.ir333-cyo-bar-Outwrapper {
  overflow: visible;
  //height: 334px;
}
//filter styles
.ir317-filter-collapse {
  cursor: pointer;
  color: var(--dark-grey);
  font-family: "Avenir Medium";
  text-decoration: none !important;
  @media (min-width: 1200px) {
    position: relative;
    top: 35px;
    &.collapsed {
      top: 0;
    }
  }
  &:before {
    width: 80px;
    display: inline-block;
    content: "Hide Filters";
  }
  //   &:focus {
  //     color: var(--dark-grey)
  //   }
  &:visited,
  &:hover {
    color: var(--light-green);
  }
  &.collapsed:before {
    content: "Show Filters";
  }
  .caret {
    margin-left: 0;
    border: none;
    width: 12px;
    height: 6px;
    background: url(/static/img/fillter/toggle.png) right top no-repeat;
    margin-top: -3px;
  }
  &.collapsed .caret {
    background-position: left top;
  }
}

.ir317-filter-content {
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  .tab-more-filters {
    height: 24px;
    display: none;
    @media (min-width: 1200px) {
      font-family: Avenir Roman;
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      z-index: 1;
      .more-arrow {
        font-size: 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        &:after {
          content: "";
          display: block;
          padding: 0 2px;
          cursor: default;
          //             margin-left:8px;
          //             margin-right: 8px;
          display: inline-block;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 10px;
          border-left-color: #666;
          border-right-width: 0;
        }

        &.filter-before {
          &:after {
            border-right: 8px solid #c2c2c2;
            border-left: 0;
            margin-left: 12px;
          }

          &.active {
            &:after {
              border-right-color: var(--dark-grey);
            }
          }
        }
        &.filter-next {
          &:after {
            border-left: 8px solid #c2c2c2;
            margin-left: 12px;
          }
        }
        &.active {
          &:after {
            border-left-color: var(--dark-grey);
            cursor: pointer;
          }
          //pointer-events: none;
        }
      }
    }
  }

  .iconfont-help1 {
    cursor: pointer;
    opacity: 0.2;
    font-size: 16px;
    position: relative;
    top: -2px;
    color: inherit;
  }
  .peony-filter-tablist {
    width: 100%;
    display: table;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
    > li {
      display: table-cell;
      width: 33.33%;
      position: relative;
      padding: 0 20px;
      text-align: center;
      &.two-items {
        padding: 0 50px;
        width: 50%;
        text-align: right;
        &:last-child {
          text-align: left;
        }
      }
      a {
        font-family: "Avenir Medium";
        color: var(--grey-500);
        &:hover {
          color: var(--light-green);
        }
      }
      &.active {
        a {
          color: var(--dark-grey);
        }
      }

      :after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #ccc;
        position: absolute;
        right: 0;
        top: 0;
      }
      &:last-child {
        :after {
          display: none;
        }
      }
    }
  }
  .peony-filter-content {
    font-size: 12px;
    > div {
      padding: 20px 0;
    }
    .tab-pane {
      .flex-two-column {
        display: flex;
        flex-direction: column;
        justify-content: start;
        &:nth-child(2n + 1) {
          padding-right: 25px;
          @media (max-width: 991px) {
            padding-right: 15px;
          }
        }
        &:nth-child(2n + 2) {
          padding-left: 25px;
          @media (max-width: 991px) {
            padding-left: 15px;
          }
        }
      }
    }
    .ir246-search-noUiSlider .noUi-horizontal {
      height: 4px;
    }
    //       .ir246-search-noUiSlider .noUiSlider .noUi-handle{
    //         width:16px;
    //         height:16px;
    //       }
    //       .penoy-traceability-content{
    //         width: 200px;
    //         margin-left: auto;
    //         margin-right: 10px;
    //       }
  }
  .peony-filter-content--diamond > .tab-pane:first-of-type {
    padding-bottom: 0;
  }
  /*.peony-filter-content--diamond{
      margin-bottom: -10px;
    } */
  .peony-filter-content--diamond .operate + .ir246-search-noUiSlider {
    margin-top: 16px;
  }
}
.penoy-traceability-content {
  margin-bottom: 5px;
}
.penoy-delivery-content {
  margin-bottom: 10px;
  .bootstrap-select--2 .dropdown-menu {
    font-size: 14px;
  }
  .bootstrap-select--2.btn-group .dropdown-menu li > a {
    color: var(--dark-grey) !important;
  }
}
.lily-slick-mobile {
  display: block;
  li {
    float: left;
    font-size: 12px;
    font-family: "Avenir Book";
    text-align: left;
    width: 68px;
    margin: 0;

    img {
      //filter: brightness(103%) saturate(103%) contrast(102%);
      image-rendering: -webkit-optimize-contrast;
    }
    a {
      display: inline-block;
      span {
        width: 58px;
      }
    }
  }
  &.lily-slick-mobile-v2 {
    li {
      font-size: 12px;
      margin-right: 8px;
    }
  }
  &.lily-slick-mobile-center {
    li {
      text-align: center;
      margin-left: 4px;
      margin-right: 4px;
    }
  }
  &.lily-slick-shop-featured {
    li {
      width: 64px;
      &.more-space {
        width: 70px;
      }
      span {
        margin-top: 5px;
      }
    }
  }
  &.lily-slick-mobile-slarger {
    li {
      width: 72px;
    }
  }
  &.lily-slick-mobile-larger {
    li {
      width: 86px;
      /* a{
        width: 58px; } */
      //span{
      //  width: 70px;
      //}
    }
  }
}
@media (min-width: 992px) {
  .lily-slick-mobile-v2-wrap {
    margin-right: -25px;
  }
}

.ir317-cyo-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f8f8f8;
  height: 30px;
  z-index: 11;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  //margin-bottom:10px;
  .filter-total {
    flex: 1;
    text-align: center;
    color: var(--dark-grey);
    // font-family:'Avenir Roman';
  }
  .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    .dropdown-toggle {
      display: block;
      text-decoration: none;
      color: var(--dark-grey);
      font-family: "Avenir Medium";
      padding: 5px 20px 7px 20px;
      border: 0;
      text-transform: capitalize;
    }
    .caret {
      margin-left: 6px;
      border: none;
      height: 6px;
      width: 10px;
      background: url("../images/icons/drop-down.svg") center center no-repeat;

      background-size: 9px auto;
      margin-top: -3px;
    }
    .dropdown-content {
      font-size: 14px;
      margin: 0 0 0;
      padding: 10px 20px;
      display: none;
      background-clip: padding-box;
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      border-top: none;
      position: absolute;
      left: auto;
      right: 0;
      min-width: 160px;
      top: 100%;
      z-index: 1000;
      dt {
        text-transform: capitalize;
      }
      &:after {
        content: "";
        display: block;
        height: 3px;
        background: white;
        position: absolute;
        width: 100%;
        bottom: 100%;
        left: 0; /* fix zoom display line*/
      }
    }
    &.open {
      > .dropdown-content {
        display: block;
      }
      .caret {
        transform: rotate(180deg);
      }
    }
  }
  /*  .filter-total {
      position: relative;
      top: 2px;
   }*/
}
//copy from listing sort by part
.ir317-cyo-filter-bar .dropdown-sort-by {
  min-width: 230px;
  text-align: right;
}
.ir317-cyo-filter-bar .dropdown-sort-by .sort-by {
  text-align: left;
  font-size: 14px; /*font-family: 'ZapfHumanist601BT-Roman';*/
  text-transform: capitalize;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ir317-cyo-filter-bar .dropdown-sort-by .sort-by dd {
  padding: 5px 0;
  font-family: "Avenir Book";
  color: var(--dark-grey);
}
.ir317-cyo-filter-bar .dropdown-sort-by .sort-by dd a {
  text-decoration: none;
}
.ir317-cyo-filter-bar .dropdown-sort-by .sort-by dd a[data-value="pasc"],
.ir317-cyo-filter-bar .dropdown-sort-by .sort-by dd a[data-value="pdesc"] {
  text-transform: none;
}
.ir317-cyo-filter-bar .dropdown-toggle .display-result {
  font-size: 14px;
}
.ir317-cyo-filter-bar .dropdown-toggle + .dropdown-backdrop {
  display: none;
}
.ir317-cyo-filter-bar #filter_panel {
  display: block !important;
}

//old mobile filter bar
.quick-and-real {
  color: var(--dark-grey);
  font-family: "Avenir Book";
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  display: flex;
  //   @media(max-width:991px){
  // //     width:340px;
  //     width:290px;
  //     display:flex;
  //     &>div{
  //       width: 50%;
  //     }
  //   }
  & > div {
    //     width:50%;
    margin-right: 30px;
    &:last-child {
      //       padding-left:15px;
      //       border-left:1px solid #d0d0d0;
    }
  }
}
.quick-and-real-ir334 {
  & > div {
    margin-right: 100px;
  }
}
.shop-style-more {
  font-size: 10px;
  img {
    width: 20px !important;
    height: 20px !important;
  }
  border-radius: 50em;
  margin: 15px 5px;
}
.lily-filter-bar {
  //position: sticky;
  //top: 46px;
  //left: 0;
  //right: 0;
  background: #e5e5e5;
  padding: 5px 10px;
  justify-content: center;
  position: relative;
  /*  .filter-total {
      position: relative;
      top: 2px;
    }*/
  .diamond-reset {
    font-size: 12px;
    color: #111;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
  }
}
.lily-filter-bar--search {
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 30px;
  font-family: "Avenir Roman";
}

.lily-sort-dropdown {
  box-shadow: none;
  border-radius: 0;
  .active {
    color: var(--light-green) !important;
  }
  > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lily-filter-bar--tab {
  padding: 0;
  //   position: absolute;
  //   left: 50%;
  //   transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  width: 100%;
}
.tab-filter-recommended {
  font-size: 12px;
  font-family: "Avenir Medium";
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  a {
    background: #fff;
    border: 1px solid #ccc;
    color: var(--dark-grey);
    text-decoration: none;
    margin: 0 -1px 0 0;
    border-radius: 0px;

    padding: 5px 30px;
    display: block;
  }
  .active {
    a {
      color: #fff;
      background-color: #888;
      border: 1px solid #888;
      cursor: default !important;
    }
  }
  &--more {
    @media (max-width: 991px) {
      a {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
    li {
      &:nth-child(1) {
        min-width: 200px;
        @media (max-width: 991px) {
          min-width: 160px;
        }
      }
      &:nth-child(2) {
        min-width: 210px;
        @media (max-width: 991px) {
          min-width: 170px;
        }
      }
      &:nth-child(3) {
        min-width: 170px;
        @media (max-width: 991px) {
          min-width: 130px;
        }
      }
    }
    .iconfont-help1 {
      font-style: normal;
      position: relative;
      top: -1px;
      font-size: 12px;
      color: #cfcfcf;
      //.mac &{
      //  top: -1px;
      //}
    }
  }
  .popover-green2 a {
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .popover-green2 {
    width: 250px;
    bottom: 34px;
    top: auto;
    left: -10px;
    margin-top: 0;
    text-transform: none;
    text-align: center;
  }
}

//listing lists
.lily-listing-lists {
  //background-color:#f5f5f5;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  .item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid transparent;
  }
  .thumbnail {
    border: none;
    background: none;
    position: relative;
    padding: 0;
  }
  .caption {
    padding-left: 0;
    padding-right: 0;
  }
  .headline {
    text-transform: capitalize;
    // font-size: 3.1vw;
    font-size: 14px;
  }
  .money {
    color: var(--light-green);
    font-family: "Avenir Medium";
    // font-size: 3.1vw;
    font-size: 14px;

    position: relative;
    top: -1px;
    float: right;
  }
  //heart
  .heart {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0px;
    width: 40px;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
    display: none;
  }
  .thumbnail.active .heart,
  .thumbnail .heart.active,
  .thumbnail.active2 .heart,
  .thumbnail .heart2.active {
    display: block;
  }
  .heart .txt {
    font-family: "Avenir Light";
    font-size: 13px;
    display: block;
    text-transform: capitalize;
  }
  .heart .iconfont {
    font-size: 16px;
  }
  .heart.active .txt {
    display: none;
  }
  .heart.active {
    color: #a95490;
  }
  .heart:hover .txt {
    color: var(--light-green);
  }
  .heart.active .iconfont-heart:before {
    content: "\e62f";
  }
}
.ir312-purple-bar-badge {
  font-size: 0;
  background-color: #a95490;
  padding: 1px 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  .badge-text {
    line-height: 1;
    letter-spacing: 0.05em;
    color: white;
    font-family: "Avenir Roman";
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0;
    display: inline-block;
    overflow: hidden;
    font-size: 10px;
  }
}
.add-video-bg {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-size: 3000px;
  &:before {
    display: block;
    content: "";
    padding-top: 100%;
    background: none;
  }
  img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
  }
}

/* ------------------------------------------------------------------ */
/* e. bar
 ------------------------------------------------------------------ */
.alert-listpage-bar {
  font-size: 14px;
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}

.alert-listpage-bar button.close {
  color: var(--dark-grey);
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 12px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .alert-listpage-bar {
    background-color: #f3f3f3;
    font-family: "Avenir Light";
  }
}

//footFilterBar

.filters-bar-fixed {
  transition: all 0.5s ease-out;
  transform: translateY(calc(100% - 52px));
  z-index: 1030;
  //z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  & + .modal-backdrop {
    z-index: 1029;
  }
  &.active {
    /*    .filters-toggle {
          background: #ffffff;
          color: var(--dark-grey);
        }*/
    transform: translateY(0%);
  }
  .filters-toggle {
    font-size: 18px;
    font-family: "Avenir Medium";
    color: white;
    padding: 10px 15px 18px;
    text-align: center;
    background: var(--light-green);
    /*    !*iPhone X *!
        @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
          padding: 10px 15px 18px;
        }
        !*iPhone XS max *!
        @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
          padding: 10px 15px 18px;
        }
        !*iPhone XR max *!
        @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
          padding: 10px 15px 18px;
        }*/
    img {
      vertical-align: middle;
      width: 1.2em;
      line-height: 1;
    }
  }
  &--entry {
    @media (min-width: 1024px) {
      display: none;
    }
    .filters-toggle {
      cursor: pointer;
      height: 56px;
      font-size: 14px;
      padding-top: 18px;
      background: var(--dark-green);
    }
  }
}
.lily-filter {
  margin: 0;
  padding: 0;
  position: relative;
  .modal-title {
    font-family: "Avenir Medium";
  }
  .iconfont-close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #d0d0d0;
    border-radius: 100%;
    line-height: 19px;
    height: 20px;
    width: 20px;
    //overflow: hidden;
    color: white;
    font-size: 16px;
    text-align: center;
    &:after {
      content: "";
      position: absolute;
      width: 42px;
      height: 42px;
      @include containerMiddle();
    }
  }
  .modal-content {
    border: none;
  }
  .modal-header {
    text-align: center;
    padding: 8px 15px;
  }
  .modal-body {
    padding: 15px 0;
  }
  .modal-footer {
    a {
      text-decoration: none;
      color: inherit;
    }
    &:before,
    &:after {
      display: none;
    }
    > div {
      width: 33%;
      transform: scale(1.5, 1.5);
    }
    padding: 18px 15px;
    margin-top: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    .reset {
      .x {
        color: var(--light-green);
        display: inline-block;
      }
    }
    .iconfont-left,
    .iconfont-right {
      padding: 10px;
    }
  }
  .carousel-indicators {
    transform: scale(1.5, 1.5);
    position: relative;
    margin: 0;
    left: 0;
    top: 4px;
    &:before {
      font-family: "Avenir Medium";
      content: "More Filters";
      position: absolute;
      transform: translateX(-50%);
      left: 50%;
      top: -9px;
      font-size: 8px;
    }
    li {
      text-indent: 0;
      opacity: 1;
      content: "";
      width: auto;
      line-height: 0;
      height: auto;
      display: inline-block;
      background: transparent;
      border-radius: 50%;
      padding: 4px;
      border: 1px solid transparent;
      &.active {
        border-color: var(--light-green);
        &::before {
          background-color: var(--light-green);
        }
      }
      &:before {
        opacity: 1;
        content: "";
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #ccc;
        border-radius: 50%;
        border: none;
        vertical-align: top;
      }
    }
  }
}

.diamond-fillter-carousel {
  &.diamond-fillter-carousel--v2 {
    .item {
      height: 515px;
      /*max-height: calc(100vh - 80px);
      overflow: auto;*/
    }
  }
  .item {
    height: 480px;
    /*overflow: auto;
    max-height: calc(100vh - 80px);*/
    > div {
      height: inherit;
    }
    padding: 0 15px;
  }
}
.setting-fillter-carousel {
  /*  margin-left: -15px;
    margin-right: -15px;*/
  .item {
    min-height: 275px;
    overflow: hidden;
    > div {
      height: inherit;
    }
    padding: 0;
  }
}

.animate {
  transform: translateX(-100%);
}

.filter-content-animate {
  width: 100%;
  display: flex;
  transition: all 1s ease-out;
}

.ir214-diamond-grid {
  float: left;
  width: 100vw;
  background: white;
}

.ir214-diamond-grid {
  /* flex-basis: 100%; */
  min-width: 100%;
}

//lily-metal
.filter-header {
  white-space: nowrap;
  font-size: 12px;
  line-height: inherit;
  font-family: "Avenir Medium";

  color: var(--dark-grey);
  text-transform: capitalize;
  max-height: 20px;
  //     margin-top: 0;
  //     margin-bottom: 0;
  //     padding-bottom: 15px;
}
.lily-metal {
  label {
    font-weight: normal;
    display: inline-block;
    text-align: center;
  }
}
.lily-match-set {
  /*position: relative;
   top:-10px;*/
  margin-left: 10px;
  padding-left: 26px;
  position: relative;
  top: 1px;
  span {
    //position:relative;
    //top:2px;
    font-size: 12px;
    display: inline-block;
  }
  &.checkbox-ty7 .icons-checkbox,
  &.checkbox-ty7 .icons-checked {
    margin-left: -26px;
  }
  //  padding-left:15px;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.2em;
  //   padding-left: 1.2em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  text-align: left;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1em;
  height: 1.25em;
  opacity: 0;
}
.lily-metal-list {
  margin: 0;
  margin-top: 15px;
  width: 280px;
  display: flex;
  padding: 0.2em 0;
  justify-content: space-between;
  li {
    //     flex:0 0 25%;
    text-align: left;
    position: relative;
    .custom-control-label {
      cursor: pointer;
    }
  }
  span {
    position: absolute;
    z-index: 1;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    //     font-family:'Avenir Roman';
    display: block;
    white-space: nowrap;
    cursor: pointer;
  }
  i {
    border-radius: 100%;
    width: 26px;
    height: 26px;
    border: 1px solid white;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px;
  }
  .custom-control-input:checked ~ .custom-control-label {
    color: var(--light-green);
  }
  .custom-control-input:checked ~ .custom-control-label i {
    box-shadow: 0 0 0 2px var(--light-green);
  }
  &.lily-metal-list-more {
    display: block;
    width: auto;
    li {
      display: block;
      float: left;
      width: 68px;
      padding: 0;
      .custom-control {
        width: 40px;
      }
    }
    span {
      display: inline-block;
      width: 42px;
      position: static;
      transform: none;
      white-space: nowrap;
      bottom: 0;
      left: 0;
      min-height: 2.85em;
      margin-left: 0;
    }
  }
  &.lily-metal-list--itemFullWidth {
    //@media(min-width: 992px){
    //  margin-left: -10px;
    //}
    li {
      .custom-control {
        width: 100%;
        text-align: center;
      }
    }
    span {
      width: auto;
    }
  }
}

.custom-radio--white {
  .custom-control-label i {
    background: #b3b2af !important;
    background: -moz-linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
    background: -webkit-linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
    background: linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
  }
}

.custom-radio--yellow {
  .custom-control-label i {
    background: #e1b94f !important;
    background: -moz-linear-gradient(
      30deg,
      #e1b94f 0%,
      #fcf1d5 55%,
      #fcf1d5 60%,
      #e1b94f 100%
    ) !important;
    background: -webkit-linear-gradient(
      30deg,
      #e1b94f 0%,
      #fcf1d5 55%,
      #fcf1d5 60%,
      #e1b94f 100%
    ) !important;
    background: linear-gradient(
      30deg,
      #e1b94f 0%,
      #fcf1d5 55%,
      #fcf1d5 60%,
      #e1b94f 100%
    ) !important;
  }
}

.custom-radio--rose {
  .custom-control-label i {
    background: #ec8a55 !important;
    background: -moz-linear-gradient(
      30deg,
      #ec8a55 0%,
      #fdede0 55%,
      #fdede0 60%,
      #ec8a55 100%
    ) !important;
    background: -webkit-linear-gradient(
      30deg,
      #ec8a55 0%,
      #fdede0 55%,
      #fdede0 60%,
      #ec8a55 100%
    ) !important;
    background: linear-gradient(
      30deg,
      #ec8a55 0%,
      #fdede0 55%,
      #fdede0 60%,
      #ec8a55 100%
    ) !important;
  }
}

.custom-radio--white {
  .custom-control-label i {
    background: #b3b2af !important;
    background: -moz-linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
    background: -webkit-linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
    background: linear-gradient(
      30deg,
      #b3b2af 0%,
      #f7f7f7 55%,
      #f7f7f7 60%,
      #b3b2af 100%
    ) !important;
  }
}
.custom-radio--Tungsten {
  .custom-control-label i {
    @include metalColor(Tungsten);
  }
}
.custom-radio--Titanium {
  .custom-control-label i {
    @include metalColor(Titanium);
  }
}
.custom-radio--Meteorite {
  .custom-control-label i {
    @include metalColor(Meteorite);
  }
}
.custom-radio--Tantalum {
  .custom-control-label i {
    @include metalColor(Tantalum);
  }
}
.custom-radio--ForgedCarbon {
  .custom-control-label i {
    @include metalColor(ForgedCarbon);
  }
}
.custom-radio--AlternativeMetals {
  .custom-control-label i {
    @include metalColor(AlternativeMetals);
  }
}

.lily-ring-slider {
  .slider-data {
    display: flex;
    justify-content: space-between;
    color: #3fb8af;
  }
}

.lily-ring-slider--gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/></filter></svg>#grayscale');
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

.lily-ring-slider {
  .noUi-base {
    background: none;
  }
  .noUi-base {
    .noUi-connect {
      background: var(--light-green) !important;
    }
  }

  .noUi-background {
    background: #ccc;
  }
}

.lily-ring-price {
  .custom-switch {
    span {
      font-size: 12px;
    }
  }
  .budget-filter-name {
    font-size: 12px;
    margin-left: auto;
    padding-right: 10px;
    padding-top: 2px;
  }
}

.ring-settings-tabs {
  width: 100%;
  display: flex;
  transition: all 0.5s ease-out;
  > div {
    min-width: 100%;
    width: 100%;
  }
}

.turn-budget {
  font-size: 11px;
  align-items: center;
  .price-total {
    display: flex;
    align-items: center;
    img {
      width: 16px;
    }
  }
  .divider {
    border-right: 1px solid #e5e5e5;
    align-self: normal;
    margin-left: 5px;
    margin-right: 5px;
  }
  .edit-budget-box {
    img {
      width: 16px;
    }
  }
}
.touch-slider {
  text-transform: capitalize;
  padding: 0;
  scroll-snap-type: x mandatory;
  display: flex;
  overflow-x: scroll;
  transition: 0.25s left ease;
  scroll-padding-left: 0%;
  list-style: none;
  margin: 0 0 0px 0;
  &::-webkit-scrollbar {
    display: none;
  }
  & > div {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.disable-mandatory {
  scroll-snap-type: none;
}
.try-diamond-finder {
  font-size: 15px !important;
  font-family: "Avenir Roman";
  //border-top: 1px solid #e4e4e4 !important;
  //border-bottom: 1px solid #e4e4e4 !important;
  height: 80px !important;
  padding-bottom: 6px !important;
  .btn {
    margin-left: 20px;
    border-radius: 50em;
    //     padding:0 10px;
    color: #fff;
    //     text-decoration: none;
    //     background: var(--light-green);
  }
  &--ir364 {
    background-color: var(--light-cyan) !important;
    display: grid;
    place-items: center;
    height: 76px !important;
    .btn {
      font-size: 14px;
      border-radius: 0;
    }
  }
}
.search-result-table:has(.try-diamond-finder--ir364) {
  border-bottom: 0;
}
#search-scrollbar
  .viewport-v2
  .table-hover
  tbody
  > tr:hover
  td.try-diamond-finder {
  background: transparent !important;
  color: var(--dark-grey);
}
.filter-search-results-new #search-scrollbar .viewport-v2 {
  height: auto;
}
/*noUiSlider*/
.ir246-search-noUiSlider {
  .noUiSlider {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    //     margin-left: 15px;
    //     margin-right: 15px;
  }
  .form-group {
    margin-bottom: 5px;
  }
  .cut-slider-data,
  .color-slider-data,
  .clarity-slider-data,
  .polish-slider-data,
  .symmetry-slider-data,
  .fluorescence-slider-data {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.ir246-search-noUiSlider .slider-data {
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ir246-search-noUiSlider .amount-min,
.ir246-search-noUiSlider .amount-max {
  font-size: 11px;
  height: 24px;
  padding: 5px 4px 3px 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ir246-lab-delivery-date {
    float: right;
    margin-top: -5px;
  }
}

@media (max-width: 1024px) {
  .ir246-search-noUiSlider .amount-min,
  .ir246-search-noUiSlider .amount-max {
    font-size: 11px;
    height: 24px;
    padding: 7px 4px 3px 4px;
  }
}

@media (max-width: 1024px) {
  .ir246-delivery-date .name {
    padding-top: 13px !important;
    padding-bottom: 0px !important;
  }
}

.ir246-search-noUiSlider .amount-max {
  text-align: right;
}

.ir246-search-noUiSlider {
  .input-xs,
  .input-sm,
  .input-md {
    -webkit-appearance: none;
  }
  .input-xs {
    width: 60px;
  }
  .input-sm {
    width: 80px;
  }
  .input-md {
    width: 100px;
  }
}
.ir246-search-noUiSlider {
  .input-xs,
  .input-sm,
  .input-md {
    -webkit-appearance: none;
  }
  .input-xs {
    width: 60px;
  }
  .input-sm {
    width: 80px;
  }
  .input-md {
    width: 100px;
  }
}
.ir246-search-noUiSlider--noMargins {
  .slider-data {
    padding-bottom: 2px !important;
  }
  .form-group {
    margin-bottom: 0;
  }
}
/*nouislider*/
.noUiSlider .ui-slider-left-cap,
.noUiSlider .ui-slider-right-cap {
  box-shadow: none;
  border-radius: 0;
  height: 6px;
}

// .noUiSlider .noUi-connect {
//   background: transparent !important;
//   box-shadow: none
// }

// .noUiSlider .noUi-handle {
//   border: 1px solid var(--light-green);
//   margin: -1px 0 0 -10px;
//   border-radius: 20px;
//   background: var(--light-green);
//   left: 0;
//   z-index: 2;
//   cursor: pointer;
//   box-shadow: none
// }

// @media (max-width: 1024px) and (min-width: 768px) {
//   .noUiSlider .noUi-handle {
//     top: -8px;
//   }
// }

// .noUiSlider .noUi-origin-upper {
//   z-index: 4;
//   border-radius: 10px;
//   background: #e1e1e1 !important;
//   box-shadow: inset 0px 0px 3px #999999 !important
// }

// .noUiSlider .noUi-origin-lower {
//   z-index: 3
// }

// .noUiSlider .noUi-active:after {
//   display: none
// }

.lily-diamond-quiz {
  background-color: #f5f5f5;
  padding: 8px 15px;
  text-align: center;
  margin-top: auto;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  a {
    text-decoration: underline;
    //text-transform: none;
  }
}
.matters-select {
  margin-top: 55px;
  margin-bottom: auto;
  background-color: #f5f5f5;
  .form-control {
    .filter-option {
      font-size: 14px;
    }
  }
  .bootstrap-select .dropdown-menu {
    border-color: #cccccc;
    border-bottom-color: transparent;
    font-size: 14px;
  }
}

.ir262-metal-circles {
  padding-top: 10px;
  margin-bottom: -10px;
  letter-spacing: -0.31em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ir262-metal-circles {
  }
}

@media (max-width: 767px) {
  .ir262-metal-circles {
    margin-bottom: 0px;
  }
}

.ir262-metal-circles li {
  cursor: pointer;
  margin: 0;
  padding: 5px;
  letter-spacing: normal;
  position: relative;
}

.ir262-metal-circles li span:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  cursor: pointer;
}
/*.ir262-metal-circles li:before{
  content: '';
  display:block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  cursor: pointer;
  position:absolute;
  @include containerMiddle;
  border:2px solid var(--light-green);
}*/
.ir262-metal-circles li span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding: 1px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}

.ir262-metal-circles .white span:after {
  background: #bfbfbf !important;
  background: -moz-linear-gradient(
    30deg,
    #bfbfbf 0%,
    #f7f7f7 55%,
    #f7f7f7 60%,
    #bfbfbf 100%
  ) !important;
  background: -webkit-linear-gradient(
    30deg,
    #bfbfbf 0%,
    #f7f7f7 55%,
    #f7f7f7 60%,
    #bfbfbf 100%
  ) !important;
  background: linear-gradient(
    30deg,
    #bfbfbf 0%,
    #f7f7f7 55%,
    #f7f7f7 60%,
    #bfbfbf 100%
  ) !important;
}

.ir262-metal-circles .rose span:after {
  background: #e4a581 !important;
  background: -moz-linear-gradient(
    30deg,
    #e4a581 0%,
    #fdede0 55%,
    #fdede0 60%,
    #e4a581 100%
  ) !important;
  background: -webkit-linear-gradient(
    30deg,
    #e4a581 0%,
    #fdede0 55%,
    #fdede0 60%,
    #e4a581 100%
  ) !important;
  background: linear-gradient(
    30deg,
    #e4a581 0%,
    #fdede0 55%,
    #fdede0 60%,
    #e4a581 100%
  ) !important;
}

.ir262-metal-circles .yellow span:after {
  background: #dbb666 !important;
  background: -moz-linear-gradient(
    30deg,
    #dbb666 0%,
    #fcf1d5 55%,
    #fcf1d5 60%,
    #dbb666 100%
  ) !important;
  background: -webkit-linear-gradient(
    30deg,
    #dbb666 0%,
    #fcf1d5 55%,
    #fcf1d5 60%,
    #dbb666 100%
  ) !important;
  background: linear-gradient(
    30deg,
    #dbb666 0%,
    #fcf1d5 55%,
    #fcf1d5 60%,
    #dbb666 100%
  ) !important;
}

.ir262-metal-circles li.active span {
  border: 2px solid var(--light-green);
}
.ir262-metal-circles li.active:before,
.ir262-metal-circles li:hover:before {
  display: none;
  position: absolute;
  content: "";
  //display:block;
  border-radius: 100%;
  cursor: pointer;
  margin: 2px;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid white;
}

@media (max-width: 767px) {
  .ir262-metal-circles {
    padding-top: 0;
    margin-left: -10px;
    max-width: 180px;
  }
  .ir262-metal-circles li {
    padding: 10px 7px;
    margin-bottom: -15px;
    width: 24%;
  }
}

.lily-metal-list-explain {
  li {
    margin-bottom: 1em;
  }
  p {
    padding-left: 1.5em;
  }
  .symbol {
    display: block;
    padding-left: 1.5em;
    position: relative;
    &:before {
      position: absolute;
      top: 0;
      left: 0;
      /* left: -1.2em; */
      display: block;
      width: 1em;
      height: 1em;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: #adb5bd solid 1px;
      border-radius: 50%;
    }
    &.kr:before {
      background: #d0a68e !important;
    }
    &.kw:before {
      background: #c3c3c3 !important;
    }
    &.ky:before {
      background: #efd9a7 !important;
    }
    &.pt:before {
      background: #c3c3c3 !important;
    }
  }
}

//filter set
.lily-filter-total {
  .selector-set {
    font-size: 11px;
    color: grey;
    .x {
      color: var(--light-green);
      margin-left: 0.3em;
      display: inline-block;
    }
    .item {
      color: inherit;
      display: inline-block;
      margin-right: 1.5em;
      margin-bottom: 0.5em;
      white-space: nowrap;
      text-decoration: none;
      text-transform: capitalize;
    }
  }
}

.ir214-diamond-search-bar-wrap {
  position: sticky;
  left: 0;
  right: 0;
  top: 87px;
  background: white;
  z-index: 5;
}
.zoomtoucharea {
}
#back-top {
  bottom: 60px;
}
#LP_DIV_1601068890852 .LPMcontainer {
  bottom: 125px !important;
}

//fixed filters cover main nenu bug
.mm-menu.mm-offcanvas.mm-opened {
  z-index: 1032;
}
#mm-blocker {
  z-index: 1031;
}

.cut-slider-data {
  display: flex;
  align-items: flex-end;
}

.cyo-search-nothing-tips {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
}
//20210930
.nav-loose-diamond-box--filter {
  .nav-loose-diamond {
    a {
      min-width: 150px;
    }
  }
  .iconfont-help1 {
    text-decoration: none;
    display: inline !important;
    top: 6px !important;
  }
}
.ir318-real-view-available {
  //
  .iconfont-help1 {
    position: relative;
    top: 0;
  }
}

//Gemstone Shape
.gemstome-shape-img {
  img {
    background: url(/static/img/spirit/spirit-shape-y23.png) left top no-repeat;
    background-size: auto 86px;
    background-position-y: 5px;
  }
  a.active {
    img {
      background-position-y: -41px;
    }
  }
  .round {
    background-position-x: 7px;
  }
  .oval {
    background-position-x: -253px;
  }
  .cushion {
    background-position-x: -155px;
  }
  .emerald {
    background-position-x: -463px;
  }
  .pear {
    background-position-x: -355px;
  }
  .radiant {
    background-position-x: -306px;
  }
  .princess {
    background-position-x: -47px;
  }
  .asscher {
    background-position-x: -103px;
  }
  .marquise {
    background-position-x: -202px;
  }
  .heart {
    background-position-x: -409px;
  }
  .other {
    background-position-x: -512px;
  }
}

//.filter-origin-tabbox
//nav tab

.filter-origin-tabbox {
  display: flex;
  .nav-loose-diamond-help {
    &:after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url(/static/img/icon/q-mark-v2.png) left top no-repeat;
      background-size: cover;
      vertical-align: middle;
      margin-left: 0.5em;
      position: relative;
      top: -2px;
    }
  }
  .filter-header {
    white-space: nowrap;
    align-self: center;
    padding-right: 10px;
    padding-top: 3px;
    .win & {
      padding-top: 0;
    }
  }
}
.filter-origin-tab {
  font-size: 12px;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  li {
    padding: 0;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
    margin: 0 2px;
    &:hover {
      //background-color:var(--gray);
      border-color: var(--grey-300);
      a {
        color: var(--dark-grey);
      }
    }
    &.active {
      background: var(--light-green);
      border-color: var(--light-green);
      a {
        color: white;
      }
    }
    a {
      display: block;
      text-decoration: none;
      padding: 0.7em 0.4em 0.3em;
      .win & {
        padding: 0.7em 0.4em 0.3em;
      }
    }
  }
}
.gemstones-dimensions {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  .penoy-carousel & {
    font-size: 0;
    li {
      font-size: 12px;
      margin-right: 8px;
    }
  }
  li {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin-top: 5px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    &.active {
      border: 1px solid var(--light-green);
      //color:var(--light-green);
    }
    a {
      color: inherit;
      display: block;
      text-decoration: none;
      padding: 0.6em 0.6em 0.4em;
      .mac & {
        padding: 0.6em 0.6em 0.4em;
      }
    }
  }
}
.intensity-carousel {
  .gemstones-dimensions {
    li {
      float: left;
    }
  }
  .prev,
  .next {
    i {
      margin-top: 12px;
    }
  }
  .next {
    right: -30px;
  }
}

.justify-content-around {
  justify-content: space-around !important;
}
.ir348-diamond-new-filter {
  background: var(--light-cyan);
  padding-top: 6px;
  padding-bottom: 1px;
  .checkbox-ty7 .icons-checkbox,
  .checkbox-ty7 .icons-checked {
    position: relative;
    top: 2px;
  }
  .checkbox-ty7 .text {
    position: relative;
    top: 3px;
    .win & {
      top: 2px;
    }
  }
  .checkbox-ty7 .iconfont-help1 {
    top: 1px;
  }
}

//Quick Ship popover
.quick-ship-popover {
  display: block;
  width: 210px;
  top: 100%;
  text-transform: none;
  cursor: auto;
  text-align: center;
  left: -20px;
  &.bottom {
    margin-top: 15px;
    .arrow {
      top: -11px;
      &:after {
        top: 3px;
      }
    }
  }
  &.left {
    padding: 0;
    margin-bottom: -11px;
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateX(-100%);
    .arrow {
      bottom: 6px;
      top: auto;
      border-left-color: var(--light-green);
      &:after {
        top: -10px;
        right: 3px;
      }
    }
  }
}
#back-top-button {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 30px;
  display: none;
  width: 60px;
}
#back-top-button img {
  width: 100%;
  height: auto;
}
.width_ratio_hide {
  display: none;
}
#shop_by_style .bgColor-new img {
  mix-blend-mode: multiply;
}

.widget-filter__cont .checkbox label {
  padding: 0;
}

.dropdown--sort-by2 {
  cursor: pointer;
  padding: 10px 16px;
  height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid var(--gray);
  display: flex;
  gap: 1rem;
  position: relative;
  @extend .dropdown--sort-by;
  z-index: 15;
  .dropdown-menu {
    --sb-size: 6px;
  }
  .filterScrollbar:before {
    display: none;
  }
  @media (max-width: 991px) {
    .dropdown--sort-name {
      display: none;
    }
    .item-name {
      min-width: 50px;
    }
    &.open {
      .dropdown-menu {
        left: auto;
        border-top: 1px solid var(--gray);
      }
    }
  }
}

.dropdown--sort-by {
  border: 1px solid var(--gray);
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 1031;

  .dropdown-toggle {
    cursor: pointer;
    padding: 10px 16px;
    height: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  .item-name {
    flex-grow: 1;
    position: relative;
    top: 2px;
    min-width: 130px;
    text-align: left;
  }

  .dropdown-menu {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    margin-left: -1px;
    right: -1px;
    margin-top: -1px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    //border-color:var(--dark-grey);
    //background: #eaebec;

    & > li > a {
      padding: 10px 16px;
    }

    a {
      display: block;
      padding: 10px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: var(--dark-grey);
      white-space: nowrap;

      &:hover {
        background-color: #f8f8f8;
      }
    }
  }

  .caret {
    margin-left: 12px;
    border: none;
    height: 8px;
    width: 17px;
    background: url(../images/icons/drop-down2-black.svg?v1) center center
      no-repeat;
    background-size: 100% auto;
  }

  &.open {
    //border-color: var(--dark-green-300);

    .caret-img {
      transform: rotate(180deg);
    }

    /*    .dropdown-toggle {
          background: var(--dark-grey);
          background: var(--dark-green-300);
          color: var(--white);
        }*/

    .caret {
      //background: url(../images/icons/drop-down2-white.svg) center 2px no-repeat;
      transform: rotate(180deg);
    }

    .dropdown-menu {
      border: 1px solid var(--gray);
      border-top: none;
    }
  }
}
