.loadmore-diamond button {
  border: 1px solid #E0E0E3;
  background: transparent;
  width: 180px;
  padding: 10px 0;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px; }
  .loadmore-diamond button:hover {
    background: #E0E0E3; }

.modal-diamond {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: none; }

.open-modal-diamond .style-filter-diamond {
  display: block; }

.style-filter-diamond .heading {
  font-size: 20px;
  padding: 15px 0; }

.style-filter-diamond .filter-diamon-close {
  position: absolute;
  right: 15px; }

.item-f-diamond .title-f {
  text-transform: capitalize; }

.item-f-diamond .list-f-diamond input {
  display: none; }

.item-f-diamond .wrap-box-f {
  margin: 0 -5px; }
  .item-f-diamond .wrap-box-f .list-f-diamond li {
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .item-f-diamond .wrap-box-f .list-f-diamond li {
        flex: 1 1 1; } }
    .item-f-diamond .wrap-box-f .list-f-diamond li label {
      padding: 10px;
      display: block;
      border-radius: 0;
      border: 1px solid #ddd;
      text-align: center; }
      @media (max-width: 767px) {
        .item-f-diamond .wrap-box-f .list-f-diamond li label {
          padding: 10px; } }
    .item-f-diamond .wrap-box-f .list-f-diamond li.active label {
      background-color: #013A40;
      color: white; }

.item-f-diamond .filter-shape .list-f-diamond {
  margin: 0 -5px; }
  .item-f-diamond .filter-shape .list-f-diamond li {
    padding: 0 5px;
    flex: 0 0 auto; }
    .item-f-diamond .filter-shape .list-f-diamond li label {
      width: 40px;
      height: 40px;
      font-size: 0;
      display: block;
      background-size: 40px;
      background-position: center;
      background-repeat: no-repeat;
      border: none;
      border-bottom: 1px solid transparent;
      border-radius: 0;
      padding: 0 0 5px; }
      .item-f-diamond .filter-shape .list-f-diamond li label.round {
        background-image: url("https://file.hstatic.net/200000355853/file/round.png"); }
      .item-f-diamond .filter-shape .list-f-diamond li label.oval {
        background-image: url("https://file.hstatic.net/200000355853/file/oval-fn.png"); }
      .item-f-diamond .filter-shape .list-f-diamond li label.pear {
        background-image: url("https://file.hstatic.net/200000355853/file/pear.png"); }
      .item-f-diamond .filter-shape .list-f-diamond li label.emerald {
        background-image: url("https://file.hstatic.net/200000355853/file/cushion-new_89e819dbe7034696bec9f1d912e95ad7.png"); }
      .item-f-diamond .filter-shape .list-f-diamond li label.cushion {
        background-image: url("https://file.hstatic.net/200000355853/file/cushioin.png"); }
      .item-f-diamond .filter-shape .list-f-diamond li label.square {
        background-image: url("https://file.hstatic.net/200000355853/file/asscher_bb308f18652b456bbedd642600bc468c.webp"); }
    .item-f-diamond .filter-shape .list-f-diamond li.active label {
      border-bottom: 1px solid var(--colorshophover);
      background-color: transparent; }

.item-f-diamond .filter-suggest .list-f-diamond {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .item-f-diamond .filter-suggest .list-f-diamond li {
    flex: 0 0 50%; }
    .item-f-diamond .filter-suggest .list-f-diamond li label {
      padding-left: 0;
      padding-right: 0; }
  .item-f-diamond .filter-suggest .list-f-diamond label {
    height: 100%;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    text-align: center;
    justify-content: center; }

.item-f-diamond .filter-price {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out , padding 0.2s ease-out; }

.item-f-diamond .filter-clarity .list-f-diamond {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .item-f-diamond .filter-clarity .list-f-diamond li {
    flex: 0 0 33.33% !important; }
    .item-f-diamond .filter-clarity .list-f-diamond li label {
      padding-left: 0;
      padding-right: 0; }

.item-f-diamond .filter-color .list-f-diamond {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .item-f-diamond .filter-color .list-f-diamond li {
    flex: 0 0 33.33% !important; }
    .item-f-diamond .filter-color .list-f-diamond li label {
      padding-left: 0;
      padding-right: 0; }

.item-f-diamond .filter-size .list-f-diamond {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .item-f-diamond .filter-size .list-f-diamond li {
    flex: 0 0 33.33% !important; }
    .item-f-diamond .filter-size .list-f-diamond li label {
      padding-left: 0;
      padding-right: 0; }

.item-f-diamond .filter-carat .list-f-diamond {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .item-f-diamond .filter-carat .list-f-diamond li {
    flex: 0 0 33.33% !important; }
    .item-f-diamond .filter-carat .list-f-diamond li label {
      padding-left: 0;
      padding-right: 0; }

@media only screen and (max-width: 767px) {
  .item-f-diamond .filter-price .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-price .list-f-diamond li {
      flex: 0 0 100%; }
    .item-f-diamond .filter-price .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .filter-suggest .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-suggest .list-f-diamond li {
      flex: 0 0 50%; }
      .item-f-diamond .filter-suggest .list-f-diamond li label {
        padding-left: 0;
        padding-right: 0; }
    .item-f-diamond .filter-suggest .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .filter-carat .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-carat .list-f-diamond li {
      flex: 0 0 25%; }
      .item-f-diamond .filter-carat .list-f-diamond li label {
        padding-left: 0;
        padding-right: 0; }
    .item-f-diamond .filter-carat .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .filter-size .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-size .list-f-diamond li {
      flex: 0 0 25%; }
      .item-f-diamond .filter-size .list-f-diamond li label {
        padding-left: 0;
        padding-right: 0; }
    .item-f-diamond .filter-size .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .filter-color .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-color .list-f-diamond li {
      flex: 0 0 25%; }
      .item-f-diamond .filter-color .list-f-diamond li label {
        padding-left: 0;
        padding-right: 0; }
    .item-f-diamond .filter-color .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .filter-clarity .list-f-diamond {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .item-f-diamond .filter-clarity .list-f-diamond li {
      flex: 0 0 25%; }
      .item-f-diamond .filter-clarity .list-f-diamond li label {
        padding-left: 0;
        padding-right: 0; }
    .item-f-diamond .filter-clarity .list-f-diamond label {
      height: 100%;
      vertical-align: middle;
      display: flex !important;
      align-items: center;
      text-align: center;
      justify-content: center; }
  .item-f-diamond .list-f-diamond > li {
    flex: 0 0 25%; }
    .item-f-diamond .list-f-diamond > li label {
      padding: 5px; }
    .item-f-diamond .list-f-diamond > li:nth-child(n + 5) {
      display: none; }
  .item-f-diamond .show-more .list-f-diamond li {
    display: block !important; }
  .item-f-diamond .show-more .view-more-fiter-js svg {
    transform: rotate(180deg); } }

.wrap-box-btn-f-d {
  display: none; }

@media only screen and (max-width: 767px) {
  .wrap-box-btn-f-d {
    width: 100%;
    background-color: white;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 12px 20px 12px 20px;
    border-top: 1px solid #b0b0b0; } }

.wrap-box-btn-f-d .item {
  padding: 0 10px; }

.wrap-box-btn-f-d .item button {
  position: relative; }
  .wrap-box-btn-f-d .item button.clear-f-diamond:after {
    content: "";
    border-bottom: 1px solid var(--colorshop);
    display: block;
    width: calc(100% - 18px);
    position: absolute;
    right: 0; }
  .wrap-box-btn-f-d .item button.submit-f-diamond {
    background: var(--bg_button);
    color: var(--color_button);
    padding: 10px 15px;
    border: 1px solid var(--bg_button); }
    @media only screen and (min-width: 992px) {
      .wrap-box-btn-f-d .item button.submit-f-diamond:hover {
        background: transparent;
        color: var(--bg_button); } }

.diamond-table-head .diamond-table-row {
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  width: 100%;
  margin: 0px;
  background: #E0E0E3;
  text-align: center; }
  .diamond-table-head .diamond-table-row .cell {
    padding: 5px;
    flex: 0 0 calc(100% / 7);
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #BFBFBF;
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #292D32;
    background: #eaeaea !important;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .diamond-table-head .diamond-table-row .cell {
        flex: 0 0 calc(100% / 7); } }
    .diamond-table-head .diamond-table-row .cell:first-child {
      border-left: 1px solid #bfbfbf; }

.diamond-table-body {
  width: 100%;
  border-top: 1px solid #bfbfbf; }
  .diamond-table-body .diamond-table-row-head {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 0;
    cursor: pointer;
    width: 100%; }

/*
Update 16/7/2025:
- Remove border-top
*/
.filter-diamon-result {
  border-top: none;
  padding-top: 0 !important; }

.diamond-table-body .diamond-table-row-head {
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  width: 100%;
  margin: 0;
  text-align: center; }
  .diamond-table-body .diamond-table-row-head .cell {
    padding: 10px 5px;
    flex: 0 0 calc(100% / 7);
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #292D32;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .diamond-table-body .diamond-table-row-head .cell {
        flex: 0 0 calc(100% / 7); } }

.diamond-table-body .diamond-table-row-body {
  display: none;
  background: #fff; }

.diamond-table-body .table-more-btn {
  color: #C30000;
  text-decoration: underline;
  width: 100%; }

.diamond-table-body .diamond-table-row:nth-of-type(even) {
  background: #F5F5F7; }

.diamond-table-body .diamond-table-row.active-show .diamond-table-row-body {
  display: block; }

.diamond-table-body .diamond-table-row.active-show .diamond-table-row-head {
  background: var(--colorshophover); }
  .diamond-table-body .diamond-table-row.active-show .diamond-table-row-head * {
    color: #fff; }

.diamond-table-body .row-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start; }
  .diamond-table-body .row-container .row-media {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: flex-start; }
  .diamond-table-body .row-container .row-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; }
    .diamond-table-body .row-container .row-aside .price-now {
      font-size: 16px; }
    .diamond-table-body .row-container .row-aside .price-compare {
      font-size: 14px; }
  @media only screen and (min-width: 992px) {
    .diamond-table-body .row-container {
      flex-direction: row;
      gap: 20px;
      padding: 20px 0; }
      .diamond-table-body .row-container .row-media {
        width: 375px; }
      .diamond-table-body .row-container .row-aside {
        padding: 0; } }

.scroll-table-y {
  overflow-y: auto;
  max-height: calc(100% - 60px);
  overflow-x: hidden; }

.tab-toggle-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }
  .tab-toggle-item:last-child {
    border: none; }

.add-to-cart-diamond {
  width: max-content;
  background: var(--bg_button_add_to_cart);
  color: var(--color_btn_add_to_cart);
  padding: 10px 20px;
  border: 1px solid var(--bg_button_add_to_cart);
  border-radius: 5px;
  line-height: normal; }
  .add-to-cart-diamond:hover {
    background: transparent;
    color: var(--bg_button_add_to_cart); }
    .add-to-cart-diamond:hover svg {
      --fillcolor: var(--bg_button_add_to_cart) !important; }

@media only screen and (min-width: 992px) {
  .item-f-diamond .wrap-box-f .list-f-diamond li label:hover {
    border-color: var(--colorshophover); }
  .item-f-diamond .filter-shape .list-f-diamond li label:hover {
    border-bottom: 1px solid var(--colorshophover); } }

.filter-option-buttons {
  display: none;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 32px; }
  .filter-option-buttons .filter-button {
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #1d1d1d;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: flex;
    gap: 8px; }
    .filter-option-buttons .filter-button span {
      color: #1d1d1d; }
  .filter-option-buttons .sortby-group {
    flex: 1;
    position: relative; }
  .filter-option-buttons .sort-button {
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #1d1d1d;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: flex;
    gap: 8px; }
    .filter-option-buttons .sort-button span {
      color: #1d1d1d; }

.filter-diamond-mobile .header {
  display: none; }

@media only screen and (max-width: 767px) {
  .filter-option-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px; }
  .filter-diamond-mobile {
    position: fixed;
    visibility: hidden;
    right: -100%;
    width: 100%;
    left: auto;
    top: 0;
    z-index: 10000;
    background: #fff;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 70px;
    padding-top: 70px; }
    .filter-diamond-mobile .header {
      position: fixed;
      width: 100%;
      background-color: white;
      top: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 20px 16px 20px 16px;
      align-items: center;
      border-bottom: 1px solid #d1d1d1; }
      .filter-diamond-mobile .header .result-diamond-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.15px;
        color: #1d1d1d; }
    .filter-diamond-mobile.open-result-diamond {
      right: 0;
      visibility: visible; }
  .filter-diamon-result {
    right: -100%;
    width: 100%;
    left: auto;
    top: 0;
    z-index: 1000;
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0; }
    .filter-diamon-result .heading {
      display: flex;
      justify-content: space-between;
      padding: 15px;
      align-items: center; }
    .filter-diamon-result .popup-custom-table {
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%; }
  .filter-diamon-close svg {
    --width: 16px !important;
    --height: 16px !important; }
  .diamond-table-head .diamond-table-row .cell,
  .diamond-table-body .diamond-table-row-head .cell {
    flex: 0 0 calc((100% - 200px)/4);
    width: calc((100% - 200px)/4); }
    .diamond-table-head .diamond-table-row .cell:first-child, .diamond-table-head .diamond-table-row .cell:last-child,
    .diamond-table-body .diamond-table-row-head .cell:first-child,
    .diamond-table-body .diamond-table-row-head .cell:last-child {
      flex: 0 0 100px;
      width: 100px; }
  .diamond-table-body .diamond-table-row-head,
  .diamond-table-head .diamond-table-row {
    display: inline-flex; }
  .diamond-table-body .diamond-table-row-body {
    background: #fff;
    position: fixed;
    z-index: 1111;
    top: 0;
    height: 100%;
    max-height: 100%;
    right: -100%;
    width: 100%;
    display: block;
    min-width: 100vw; }
  .diamond-table-body .diamond-table-row.active-show .diamond-table-row-body {
    right: 0; }
  .diamond-table-body .diamond-table-row-body .heading {
    background: #EEEEEE; }
  .add-to-cart-diamond > svg {
    stroke: var(--color_btn_add_to_cart); }
  .add-to-cart-diamond:hover svg {
    stroke: var(--bg_button_add_to_cart); }
  .diamond-table-body .row-container {
    max-height: calc(100% - 60px);
    overflow-y: auto; }
  .page-detail-diamond .heading {
    text-align: center;
    text-transform: uppercase; }
  .page-detail-diamond .filter-diamon-result .heading,
  .page-detail-diamond .diamond-table-row-body .heading {
    font-size: 14px; } }

.kieudangvien {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: block;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding: 0 0 5px; }
  .kieudangvien.round {
    background-image: url("https://file.hstatic.net/200000355853/file/round-transparent.png"); }
  .kieudangvien.oval {
    background-image: url("https://file.hstatic.net/200000355853/file/oval-transparent.png"); }
  .kieudangvien.pear {
    background-image: url("https://file.hstatic.net/200000355853/file/peart-ransparent.png"); }
  .kieudangvien.emerald {
    background-image: url("https://file.hstatic.net/200000355853/file/emerald-transparent.png"); }
  .kieudangvien.cushion {
    background-image: url("https://file.hstatic.net/200000355853/file/cushion-transparent.png"); }

@media only screen and (max-width: 430px) {
  .diamond-table-head .diamond-table-row .cell,
  .diamond-table-body .diamond-table-row-head .cell {
    flex: 0 0 calc((100% - 200px)/4);
    width: calc((100% - 200px)/4); }
    .diamond-table-head .diamond-table-row .cell:first-child,
    .diamond-table-body .diamond-table-row-head .cell:first-child {
      flex: 0 0 80px;
      width: 80px; }
    .diamond-table-head .diamond-table-row .cell:last-child,
    .diamond-table-body .diamond-table-row-head .cell:last-child {
      flex: 0 0 120px;
      width: 120px; } }

@media only screen and (max-width: 390px) {
  .diamond-table-head .diamond-table-row .cell,
  .diamond-table-body .diamond-table-row-head .cell {
    flex: 0 0 calc((100% - 180px)/4);
    width: calc((100% - 180px)/4); }
    .diamond-table-head .diamond-table-row .cell:first-child,
    .diamond-table-body .diamond-table-row-head .cell:first-child {
      flex: 0 0 60px;
      width: 60px; }
    .diamond-table-head .diamond-table-row .cell:last-child,
    .diamond-table-body .diamond-table-row-head .cell:last-child {
      flex: 0 0 120px;
      width: 120px; } }

@media only screen and (min-width: 992px) {
  .cell.visible-md {
    display: flex !important; } }

@media only screen and (max-width: 767px) {
  .cell.visible-md {
    display: none !important; } }

.dropdown-select {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #b0b0b0; }

@media (min-width: 1200px) {
  .template-page-diamond .sticky-gallery {
    position: sticky;
    position: -webkit-sticky;
    top: 55px; } }

@media (min-width: 1200px) {
  .modal-diamond .sticky-gallery {
    position: sticky;
    position: -webkit-sticky;
    top: 10px; } }

/*
Update 16/7/2025:
- add filter tags
- new styles for clear-f-diamond
*/
.list-result-filter button {
  background: #EEEEEE;
  border: none;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 20px; }

.list-result-filter button svg {
  margin-left: 5px; }

.clear-f-diamond.new {
  background: none;
  border: none;
  outline: none;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--colorshop); }

@media only screen and (max-width: 767px) {
  .clear-f-diamond.new {
    display: none; } }

.diamond-toolbar {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center; }

@media only screen and (min-width: 992px) {
  .diamond-toolbar {
    justify-content: flex-end; } }

.custom-button-group {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  justify-content: center; }

.custom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  color: #1d1d1d;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease; }

@media only screen and (min-width: 992px) {
  .custom-btn {
    font-size: 16px; }
  .custom-button-group {
    margin-top: 20px; } }

.custom-btn-black {
  background-color: #1d1d1d;
  color: #f3f4f5; }

.custom-btn-black:hover {
  background: var(--colorshophover); }

.custom-btn-outline {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  background-color: white; }

.custom-btn-outline:hover {
  background: lightgray; }

.diamond-table-head {
  display: none; }

.toggle-price-sort {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 2px 2px 10px 0px #dadada;
  border-radius: 5px;
  padding: 10px 0;
  display: none; }
  .toggle-price-sort.show {
    display: block; }
  .toggle-price-sort li {
    padding: 5px 10px; }

.js-toggle-price-sort {
  display: flex;
  align-items: center; }
  .js-toggle-price-sort .descending, .js-toggle-price-sort .ascending {
    display: none; }
  .js-toggle-price-sort.ascending-active .ascending {
    display: block; }
  .js-toggle-price-sort.ascending-active svg:not(.ascending) {
    display: none; }
  .js-toggle-price-sort.descending-active .descending {
    display: block; }
  .js-toggle-price-sort.descending-active svg:not(.descending) {
    display: none; }
