.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: 5px;
      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: #E0E0E3; }

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

@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 .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-radius: 5px;
    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%; }

.filter-diamon-result {
  border-top: 1px solid #ddd; }

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

@media only screen and (max-width: 767px) {
  .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; } }
