.shop-by-style-filters-wrap {
  text-align: center;
  @media (max-width: 767px) {
    margin-left: -30px;
    margin-right: -15px;
  }
}

.shop-by-style-filters {
  max-width: 100%;
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
  display: inline-block;
  .swiper-button-next,
  .swiper-button-prev {
    background-size: 10px auto;
    filter: grayscale(100%);
    //top: 85px;
    margin-top: -32px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    //right: -40px;
    width: 44px;
    height: 44px;
    border-radius: 10em;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }

  .swiper-button-prev {
  }

  .swiper-button-disabled {
    display: none;
  }

  .swiper-slide {
    width: 145px;
    margin-right: 8px;
  }

  a:not(.has-placeholder) {
    display: block;
    text-decoration: none;

    img {
      border: 2px solid transparent;
      width: 145px;
      height: 157px;
      object-fit: cover;
    }

    &:hover {
      color: var(--grey-500);

      img {
        border-color: var(--grey-500);
      }
    }

    &.active {
      color: var(--light-green);

      img {
        border-color: var(--light-green);
      }
    }
    &.disabled {
      pointer-events: none;
      color: var(--gray);
    }
  }
  a.has-placeholder {
    display: block;
    text-decoration: none;
    .img-placehoder {
      border: 2px solid transparent;
      width: 145px;
      height: 157px;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    &:hover {
      color: var(--grey-500);

      .img-placehoder {
        border-color: var(--grey-500);
      }
    }

    &.active {
      color: var(--light-green);

      .img-placehoder {
        border-color: var(--light-green);
      }
    }
    &.disabled {
      pointer-events: none;
      color: var(--gray);
    }
  }

  .img {
    background: #f9f9f9;
  }
}

.shop-by-style-filters__title {
  font-family: "Avenir Book";
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 8px;
}


.filters-bar-box {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: space-between;
}

.filters-bar-entry {
  display: flex;
  gap: 1rem;

  .item-filters {
    cursor: pointer;
    padding: 10px;
    width: 132px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.filters-bar-entry .item-filters:hover {
    background-color: #597175;
}

  .item-name {
    font-family: "Avenir Medium";
   
    position: relative;
    top: 2px;
    text-align: center;
  }

  .item-filters {
    color: var(--white);
    background-color: var(--dark-green);

    img {
      margin-left: 8px;
    }

    &:hover {
      //background-color: var(--dark-green-hover);
      background-color: var(--dark-green-300);
    }
  }
}

.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;
    }
  }
}

//product results
.listing-grid {
  transition: all 0.3s ease 0s;
  width: 100%;
}

.listpage-hybrid.is-active {
  .listing-grid {
    grid-template-columns: 1fr 1fr 1fr;
    @media (max-width: 1259px) {
      grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 991px) {
      grid-template-columns: 1fr;
    }
    flex-grow: 1;
  }

  @media (max-width: 1259px) {
    .listing-grid-col[data-col-num="3"] {
      grid-column-start: 1 !important;
      grid-column-end: span 2 !important;
    }
  }
  @media (max-width: 991px) {
    .listing-grid-col:not([class*="grid-col-one"]) {
      grid-column-start: 1 !important;
      grid-column-end: span 1 !important;
    }
    .listing-grid-col.grid-col-one {
      grid-column-start: 1 !important;
    }
    .listing-grid-col.grid-col-one-first {
      grid-column-start: 1 !important;
    }
  }
}

.filter-hybrid {
  --sticky-top: 90px;
  position: sticky;
  z-index: 1031;
  top: var(--sticky-top);
  /*background-color: unset;*/
  opacity: 0;
  /*padding-right: 3rem;*/
  //transform: translate3d(-290px,0,0);
  /*transition: transform .3s ease-in-out,opacity .4s ease-in-out;*/
  transition: width 0.3s ease;
  width: 0;
  overflow: hidden;
  height: calc(100vh - var(--sticky-top));
  max-height: calc(100vh - var(--sticky-top));
  background-color: white;
}

.filter-hybrid-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translate3d(-0.5rem, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.4s ease-in-out;
}

.listpage-hybrid {
  .product-results-body {
    flex-grow: 1;
  }

  &.is-active {
    .filter-hybrid {
      /*min-width: calc(100% - 100px);*/
      width: 320px;
      padding-right: 20px;
      @media (max-width: 991px) {
        width: 350px;
      }
      flex-grow: 0;
      flex-shrink: 0;
      opacity: 1;
      //transform: translateZ(0);
      /*transition: all .3s ease-in-out .3s,opacity .4s ease-in-out .3s;*/
    }

    .filter-hybrid-box {
      opacity: 1;
      transform: translateZ(0);
      transition: transform 0.3s ease-in-out 0.3s,
        opacity 0.4s ease-in-out 0.15s;
    }
  }
}

.listpage-hybrid {
  display: flex;
  /*height:calc(100vh - 100px);*/
  height: 100%;
  width: 100%;
}

.widget-filter {
  //width: 400px;
  padding: 24px;
}

.filters-flyout {
  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;
  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;

  .close {
    font-size: 15px;
    color: var(--dark-grey);
    opacity: 1;
  }

  .filterScrollbar {
    margin-right: -12px;
    padding-right: 8px;
  }

  &.is-active {
    transform: translate3d(0px, 0, 0);
  }
}

.widget-filter__item {
  overflow: hidden;
}

.widget-filter__header {
  color: black;
  // font-family: "Avenir Medium";
  font-size: 16px;
  margin-bottom: 26px;
  &--sm {
    font-size: 14px;
    font-family: "Avenir Medium";
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid var(--gray);
    .iconfont-close2 {
      font-size: 16px;
      opacity: 1;
    }
  }
}
.widget-filter__header__right {
  position: absolute;
  right: 16px;
  top: 0;
}

.widget-filter__body {
  overflow: auto;
  padding-right: 24px;
}

.widget-filter__footer {
}

.js_filter_flyout-close {
  padding: 20px;
  line-height: 0px;
  height: 10px;
  padding-top: 24px;
  background-color: #183e40 !important;
  margin-top: auto;
  color: #fff !important;
}

.filters-fixed__content {
  display: flex;
  flex-direction: column;
  height: 100%;

  .ir246-search-noUiSlider {
    .amount-min,
    .amount-max {
      padding-top: 7px;
    }
  }


.listing-selector-set {
  display: flex;
  gap: 8px 16px;
  font-size: 12px;
  color: var(--grey-500);
  flex-wrap: wrap;

  .exposed-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .item {
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 8px;
    &.disabled {
      cursor: default;
      pointer-events: none;
    }
  }

  .x {
    color: var(--dark-grey);
    margin-left: 8px;
    display: inline-block;
  }
}

.listing-selector-box {
  .exposed-filter,
  .listing-selector-set,
  .widget-filter__results {
    display: inline;
  }
}

.widget-filter__results {
  padding-right: 8px;
}

.widget-filter__results,
.widget-filter__name {
  font-family: "Avenir Medium";
}

.widget-filter__name {
  font-family: "Avenir Medium";
  padding-top: 18px;
  padding-bottom: 14px;
  border-top: 1px solid var(--grey-100);
  display: flex;
  align-items: center;
  justify-content: space-between;

  &:hover,
  &:focus {
    text-decoration: none;
    color: var(--dark-grey);
  }

  .caret {
    border: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/icons/drop-down.svg) center center no-repeat;
    transform: rotate(180deg);
    background-size: 9px auto;
  }

  &.collapsed {
    .caret {
      transform: rotate(0deg);
    }
  }
}

.rose-slick-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 8px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
  list-style: none;
  padding-left: 0;

  .filter-thumbnail {
    background-color: #f9f9f9;
    //background-color: #f2f2f1;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px;
    border: 2px solid transparent;
  }
  .bgColor {
    background-color: #f9f9f9;
  }
  .nobg {
    background-color: transparent;
  }
  li {
    font-size: 12px;
    font-family: "Avenir Light";

    a {
      text-decoration: none;
      text-align: center;
      display: inline-block;

      &:focus {
        color: var(--dark-grey);
      }
      @media (pointer: fine) {
        &:hover {
          color: var(--grey-500);
          .filter-thumbnail {
            border-color: var(--grey-500);
          }
        }
      }
      @media (pointer: coarse) {
        &:hover {
          color: var(--dark-grey);
        }
      }
      &.active {
        color: var(--light-green);

        .filter-thumbnail {
          border-color: var(--light-green);
        }
      }

      &.disabled {
        position: relative;
        display: block;
        pointer-events: none;
        &:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
        }
        .filter-thumbnail {
          position: relative;
          border-color: var(--gray);
          &:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 50%;
            background: var(--gray);
            transform: rotate(45deg);
          }
        }
      }
    }
  }

  img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
  }

  /*  &.uncircles{
      .filter-thumbnail{
        padding:3px;
      }
      img{
        width: 46px;
        height: 46px;
      }
    }*/

  &.mini {
    .filter-thumbnail {
      width: 42px;
      height: 42px;
    }
  }

  &.mini-gemstone {
    .filter-thumbnail {
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 110% 110%;
    }
    li a.disabled {
      &:after {
        width: auto;
        height: auto;
        left: -2px;
        top: -2px;
        bottom: -2px;
        right: -2px;
      }
      .filter-thumbnail {
        border-color: white;
        box-shadow: 0 0 0 2px var(--gray);
      }
    }
    li a:hover {
      .filter-thumbnail {
        border-color: white;
        box-shadow: 0 0 0 2px var(--grey-500);
      }
    }
    li a.active {
      .filter-thumbnail {
        border-color: white;
        box-shadow: 0 0 0 2px var(--light-green);
      }
    }
  }
  &.minicircles {
    .filter-thumbnail {
      background-color: transparent;
      width: 32px;
      height: 32px;
    }
    .filter-thumbnail img {
      // transform: scale(1.1);
      border: 1px solid #fff;
    }
    li a.active,
    li a:hover {
      .filter-thumbnail {
        // border-color: transparent;
      }
    }
  }
}

.rose-slick-4col {
  > li {
    //width: 25%;
  }
}

.rose-diamond-shape {
  img {
    // transform: scale(0.9);
    width: 34px;
    transform: none;
  }
}
.rose-diamond-shape-wireframe {
  .filter-thumbnail-shape {
    display: block;
    margin: auto;
    margin-bottom: 5px;
    width: 38px;
    height: 38px;
  }
  img {
    background: url(/static/img/spirit/spirit-shape-y24.png) left top no-repeat;
    background-size: auto 76px;
    background-position-y: 2px;
    border-radius: 0;
  }
  a.active {
    img {
      background-position-y: -39px;
    }
  }
  .round {
    background-position-x: 4px;
  }
  .oval {
    background-position-x: -224px;
  }
  .cushion {
    background-position-x: -137px;
  }
  .emerald {
    background-position-x: -410px;
  }
  .pear {
    background-position-x: -316px;
  }
  .radiant {
    background-position-x: -271px;
  }
  .princess {
    background-position-x: -43px;
  }
  .asscher {
    background-position-x: -92px;
  }
  .marquise {
    background-position-x: -180px;
  }
  .heart {
    background-position-x: -363px;
  }
  .other {
    background-position-x: -452px;
  }
  .elongated-cushion {
    background-position-x: -495px;
  }
}

.rose-metal-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 8px;
  text-align: center;
  list-style: none;
  padding-left: 0;

  .custom-control {
    display: inline-block;
    text-align: center;
    &.disabled {
      &:after {
        content: "";
        display: block;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: -2px;
        top: -2px;
        bottom: -2px;
        right: -2px;
      }
      .custom-control-label i {
        position: relative;
      }
      .custom-control-label i:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 50%;
        background: var(--gray);
        transform: skew(-45deg);
      }
      .custom-control-label {
        margin-bottom: 0;
        font-weight: 400;
        color: var(--grey-500);
        i {
          box-shadow: 0 0 0 2px var(--gray);
        }
      }
    }
  }

  .custom-control-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    @media (pointer: fine) {
      &:hover {
        color: var(--grey-500);

        i {
          box-shadow: 0 0 0 2px var(--grey-500);
        }
      }
    }
    @media (pointer: coarse) {
      &:hover {
        color: var(--dark-grey);
      }
    }
  }

  i {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px;
  }

  span {
    font-size: 12px;
    font-family: "Avenir Light";
    display: block;
    white-space: nowrap;
    cursor: pointer;
  }

  .custom-control-input:checked ~ .custom-control-label {
    i {
      box-shadow: 0 0 0 2px var(--light-green);
    }

    span {
      color: var(--light-green);
    }
  }
  // .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  //   color: #6c757d;
  // }

  // .custom-control-input[disabled] ~ .custom-control-label i, .custom-control-input:disabled ~ .custom-control-label i{    background-color: #e9ecef;
  // }
}

//others
.rose-match-set {
  padding-left: 26px;
  position: relative;
  top: 1px;
  &.checkbox-ty7-green:first-child,
  &.radio-green-cricle:first-child {
    margin-top: 1px;
  }
  &.checkbox-ty7-green:not(:only-child):not(:last-child) {
    margin-bottom: 6px;
  }
  &.radio-green-cricle:not(:only-child):not(:last-child) {
    margin-bottom: 9px;
  }
  &.radio-green-cricle i {
    margin-top: 2px;
    .mac & {
      margin-top: 1px;
    }
  }
  &.radio-green-cricle i.icons-checked:after {
    background-color: var(--light-green);
  }
  span {
    font-size: 12px;
    font-family: "Avenir Light";
    display: inline-block;
  }
  i {
    left: 0;
  }
}

.btn-view-results {
  font-size: 14px;
  /*  background-color:var(--light-green);
    &:hover{
      background-color:var(--light-green-hover)
    }*/
}

.listingfulltile {
  //margin:0 !important;
}

.filters-custom-switch {
  display: flex;
  font-size: 14px;

  img {
    vertical-align: middle;
    margin: 0 8px;
  }

  .txt {
    position: relative;
    top: 2px;
  }

  .custom-switch {
    margin-right: 24px;

    &:last-child {
      margin-right: 0;
    }
  }

  .custom-control-label,
  .custom-controled-label {
    display: flex;
    align-items: center;
  }

  .custom-switch {
    .custom-control-label::after,
    .custom-controled-label::after {
      top: 2px;
      left: -30px;
      background: white;
      border: none;
    }
  }

  .custom-switch {
    .custom-control-label::before,
    .custom-controled-label::before {
      top: 0;
      left: -32px;
      background: var(--gray);
      border: none;
    }

    .custom-controled-label::before {
      background: var(--dark-green);
    }
  }
}

//css scrollbar
.widget-filter-shadow {
  position: relative;
  z-index: 2;

  .widget-filter__item:first-child {
    .widget-filter__name {
      border-top: none;
    }
  }
}

.filterScrollbar {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #d9d9d9;
  --sb-size: 4px;

  .bottom-shadow {
    display: none;
  }

  &:before {
    content: "";
    height: 1px;
    position: sticky;
    right: 0;
    background: var(--grey-100);
    display: block;
    z-index: 5;
    top: 0;
  }

  &.is-active:before {
    //filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    //background:linear-gradient(to bottom, #d9d9d94d, transparent);
  }

  &:after {
    content: "";
    height: 1px;
    position: sticky;
    background: #ffffff;
    display: block;
    z-index: 2;
    bottom: 0;
  }

  &.is-active:after {
    //filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    //background:linear-gradient(to top, #d9d9d94d, transparent);
    background: var(--grey-100);
  }
}

.top-shadow {
  display: block;
  height: 10px;
}

.bottom-shadow {
  display: block;
  height: 10px;

  &:before {
    content: "";
    height: 10px;
    filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.15));
    background: #ffffff;
    display: block;
    width: 100%;
    margin-top: 12px;
  }
}

.filterScrollbar::-webkit-scrollbar {
  width: var(--sb-size);
}

.filterScrollbar::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 20px;
}

.filterScrollbar::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 20px;
}

@supports not selector(::-webkit-scrollbar) {
  .filterScrollbar {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

/*.c-scrollbox {
  position: relative;
  &::before {
    content: "";
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    height: 4px;
    margin-top:-4px;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }
  &::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: white;
    border-top: 1px solid var(--grey-100);
  }
}*/

//end scrollbar

.king-shopping-list {
  padding: 0;
  list-style: none;
  color: var(--dark-grey);
  font-size: 12px;
}

.filter-bar-sticky {
  position: relative;
  z-index: 10;
  /*&.is-active {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    position: sticky;
  }*/
}

//custom switch

.modal-backdrop-filter {
  background: #d9d9d9;
  z-index: 107160;
  mix-blend-mode: multiply;
  &--sm {
    @media (min-width: 1024px) {
      display: none;
    }
  }
}

@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;
          }
        }
      }
    }

  }
  .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-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 {

  .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;
  }
}


.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;
}




*/
@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;
          }
        }
      }
    }

  }
  .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-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 {
  
  .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;
  }
}




.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;
}
.rose-match-set {
  padding-left: 26px;
  position: relative;
  top: 1px;
  &.checkbox-ty7-green:first-child,
  &.radio-green-cricle:first-child {
    margin-top: 1px;
  }
  &.checkbox-ty7-green:not(:only-child):not(:last-child) {
    margin-bottom: 6px;
  }
  &.radio-green-cricle:not(:only-child):not(:last-child) {
    margin-bottom: 9px;
  }
  &.radio-green-cricle i {
    margin-top: 2px;
    .mac & {
      margin-top: 1px;
    }
  }
  &.radio-green-cricle i.icons-checked:after {
    background-color: var(--light-green);
  }
  span {
    font-size: 12px;
    font-family: "Avenir Light";
    display: inline-block;
  }
  i {
    left: 0;
  }
}
