#pagination-loading {
  display: none;
  position: fixed;
  inset: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#pagination-loading.show {
  display: flex;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f8f3ef;
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.body_kim_cuong .section_form_advise .advise_popup_size_selection select {
  width: 100%;
  padding: 8px 20px;
  background: transparent;
  border: 0.5px solid #3f3b36;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .body_kim_cuong .section_form_advise .advise_popup_size_selection {
    margin-top: 15px;
  }
}
.body_kim_cuong #popup_lich_hen_timeout .popupContent .form_popup_lich_hen {
  /* height: 310px; */
  padding-top: 0;
}
.popup_blur {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 10;
  display: none;
}
.box_list_product_normal {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.body_men_diamond .box_list_product_normal {
  background: #000000;
}

.section_category_banner_sub {
  margin: 50px 0;
}

.box_list_product_collection .woocommerce-ordering {
  display: none;
}
.box_list_product_collection h1 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 24.72px;
  text-transform: uppercase;
  color: #3f3a36;
  margin: 30px 0;
}
.box_list_product_collection .search_product_collection {
  margin-top: 30px;
  margin-bottom: 60px;
}
.box_list_product_collection .search_product_collection .div-search {
  display: flex;
  justify-content: center;
}
.box_list_product_collection
  .search_product_collection
  .div-search
  .txt-search-mb {
  width: 40%;
}
.box_list_product_collection .list_product_collection .products .product h2 {
  position: absolute;
  left: 0;
  top: 60%;
  height: auto !important;
  text-align: center !important;
}
.box_list_product_collection
  .list_product_collection
  .products
  .product
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
}
.box_list_product_collection
  .list_product_collection
  .products
  .product
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link
  h2 {
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.box_list_product_collection
  .list_product_collection
  .products
  .product
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover
  h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-line-clamp: inherit;
  z-index: 999;
  display: block;
}
.box_list_product_collection
  .list_product_collection
  .products
  .product
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover:after {
  content: "";
  display: block !important;
  font-weight: 800;
  bottom: 0;
  left: 0;
  color: #fff;
  right: 0;
  text-align: center;
  background-color: #afafaf;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
}
.box_list_product_collection
  .list_product_collection
  .products
  .product
  .button.product_type_simple {
  display: none;
}
/*=============================Dat Duc*/
.section_filter {
  background-color: #f2f2f2;
}
.section_filter form {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

/*banner small*/
.section_category_banner_small {
  display: flex;
  justify-content: center;
}
.section_category_banner_small .category_banner_small {
  width: 764px;
  height: 256px;
  position: relative;
}
.section_category_banner_small
  .category_banner_small
  .category_banner_small_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section_category_banner_small
  .category_banner_small
  .category_banner_small_image_mobile {
  display: none;
}
.section_category_banner_small .category_banner_small .wrapper_text_banner {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_top
  h4 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  color: #3f3a36;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_top
  p {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #3f3a36;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3f3a36;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.54px;
}
.body_men_diamond
  .section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_bottom
  a {
  color: #3f3a36;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_bottom
  a:hover {
  color: #3f3a36;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_bottom
  a:focus {
  color: #3f3a36;
}
.section_category_banner_small
  .category_banner_small
  .wrapper_text_banner
  .wrapper_text_banner_bottom
  .slick-next-thumbnail {
  font-size: 10px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .box_list_product_normal {
    margin-top: 14px;
  }
  .section_category_banner_small.container {
    margin: 0;
    padding: 0 40px;
  }
  .section_category_banner_small .category_banner_small {
    width: 100%;
    height: auto;
  }
  .section_category_banner_small
    .category_banner_small
    .category_banner_small_image {
    display: none;
  }
  .section_category_banner_small
    .category_banner_small
    .category_banner_small_image_mobile {
    display: block;
    width: 100%;
    height: auto;
    max-height: 233px;
    object-fit: cover;
  }
  .section_category_banner_small .category_banner_small .wrapper_text_banner {
    background-color: #f8f3ef;
    position: initial;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .section_category_banner_small
    .category_banner_small
    .wrapper_text_banner
    .wrapper_text_banner_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_category_banner_small
    .category_banner_small
    .wrapper_text_banner
    .wrapper_text_banner_top
    h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29.66px;
    text-align: center;
  }
  .section_category_banner_small
    .category_banner_small
    .wrapper_text_banner
    .wrapper_text_banner_top
    p {
    text-align: center;
  }
  .section_category_banner_sub {
    margin: 15px 0;
  }
}

/* BANNER SUB */
.section_category_banner_sub .category_banner_sub {
  position: relative;
}
.section_category_banner_sub .category_banner_sub .image_banner_sub_mobile {
  display: none;
}
.section_category_banner_sub .category_banner_sub .wrapper_text_banner {
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 50%;
  transform: translate(0%, -50%);
}
.section_category_banner_sub .category_banner_sub .wrapper_text_banner h4 {
  color: var(--primary-color);
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.33333;
}
.body_men_diamond
  .section_category_banner_sub
  .category_banner_sub
  .wrapper_text_banner
  h4 {
  color: #ffffff;
}
.section_category_banner_sub .category_banner_sub .wrapper_text_banner p {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
}
.section_category_banner_sub .category_banner_sub .wrapper_text_banner a {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
}
.body_men_diamond
  .section_category_banner_sub
  .category_banner_sub
  .wrapper_text_banner
  p {
  color: #ffffff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_category_banner_sub .category_banner_sub .image_banner_sub {
    display: none;
  }
  .section_category_banner_sub .category_banner_sub .image_banner_sub_mobile {
    display: block;
  }
  .section_category_banner_sub .category_banner_sub .wrapper_text_banner {
    width: 100%;
    left: 50%;
    top: 58%;
    transform: translate(-50%, 0);
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_category_banner_sub .category_banner_sub .wrapper_text_banner h4 {
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .section_category_banner_sub .category_banner_sub .wrapper_text_banner p {
    font-size: 15px;
    text-align: center;
  }
  .section_category_banner_sub .category_banner_sub .wrapper_text_banner a {
    font-size: 15px;
    text-align: center;
  }
}

/* FILTERS */

.pagination li.current a {
  font-weight: bold;
}

.section_filters {
  background: #f2f2f2;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  height: 50px;
  transition: all 0.2s ease;
}

.section_filters.fixed {
  background: #fff;
  /* Thay đổi màu nền khi cố định */
  height: 60px;
  /* Tăng chiều cao */
}

.section_filters.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  /* Hoặc giữ nguyên #f2f2f2 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Tạo hiệu ứng nổi */
}
.body_men_diamond .section_filters {
  background: #353e4d;
}
.section_filters.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.section_filters .filters_bg_color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.section_filters .filters_bg_color .filters_bg_color_left {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 1;
}
.section_filters .filters_bg_color .filters_bg_color_right {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 1;
}
.section_filters .container {
  z-index: 10;
  position: relative;
}
.section_filters .section_filters_outside {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section_filters.mobile .container {
  padding: 0;
}
.section_filters .container .filters_left {
  width: 50%;
  display: flex;
  position: relative;
}
.section_filters.mobile .container .filters_left {
  justify-content: start;
  padding-left: 10px;
}
.section_filters .container .filters_left .wrapper_text_filters {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.section_filters .container .filters_left .line_separate {
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  margin: 0 20px;
}
.section_filters .container .filters_left .wrapper_text_sort {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.section_filters .container .filters_left .wrapper_text_sort span {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.78px;
}
.section_filters .container .filters_left .wrapper_text_filters span {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.78px;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_text_filters
  span {
  color: #ffffff;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_text_filters
  #icon_filters {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_text_sort
  span {
  color: #ffffff;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_text_sort
  #icon_sort {
  display: none;
}
.section_filters .container .filters_left .wrapper_filter_selection {
  position: absolute;
  background-color: white;
  width: 448px;
  z-index: 15;
  left: 0;
  top: 165%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_filter_selection {
  background-color: #000000;
}
.section_filters.mobile .container .filters_left .wrapper_filter_selection {
  width: 300px;
  left: 0;
  top: 160%;
}
.section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_close {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_close
  img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_close
  span {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_close
  img {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_close
  span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.section_filters
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_group {
  padding: 20px;
}
.section_filters.mobile
  .container
  .filters_left
  .wrapper_filter_selection
  .filter_selection_group {
  overflow-y: auto;
  height: 90vh;
}
.section_filters .container .filters_left .wrapper_sort_selection {
  position: absolute;
  background-color: white;
  width: 448px;
  z-index: 10;
  left: 0;
  top: 165%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_sort_selection {
  background-color: #000000;
  color: #ffffff;
}
.section_filters.mobile .container .filters_left .wrapper_sort_selection {
  top: 160%;
  width: 300px;
  height: 100vh;
  left: 0;
}
.section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_close {
  display: flex;
  justify-content: end;
  padding: 10px;
}
.section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_close
  img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_close
  span {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_close
  img {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_close
  span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.section_filters
  .container
  .filters_left
  .wrapper_sort_selection
  .sort_selection_group {
  padding: 20px;
}
.section_filters .container .filters_right .line_separate {
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  margin: 0 20px;
}
.section_filters .container .filters_right .collapsed {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.body_men_diamond .section_filters .container .filters_right .collapsed {
  color: #ffffff;
}
.section_filters .container .filters_right .detail {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.body_men_diamond .section_filters .container .filters_right .detail {
  color: #ffffff;
}
.section_filters .container .filters_right .collapsed span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
}
.section_filters .container .filters_right .collapsed img {
  width: 16px;
  height: 16px;
}
.section_filters .container .filters_right .collapsed #img_collapsed_white {
  display: none;
}
.section_filters
  .container
  .filters_right
  .collapsed
  #img_collapsed_checked_white {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed
  #img_collapsed {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed
  #img_collapsed_checked {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed
  #img_collapsed_white {
  display: block;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed.selected
  #img_collapsed_checked_white {
  display: block;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed.selected
  #img_collapsed_white {
  display: none;
}
.section_filters .container .filters_right .detail img {
  width: 16px;
  height: 16px;
}
.section_filters .container .filters_right .detail #img_detail_white {
  display: none;
}
.section_filters .container .filters_right .detail #img_detail_checked_white {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .detail
  #img_detail {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .detail
  #img_detail_checked {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .detail
  #img_detail_white {
  display: block;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .detail.selected
  #img_detail_white {
  display: none;
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .detail.selected
  #img_detail_checked_white {
  display: block;
}
.section_filters .container .filters_right .collapsed img.hidden {
  display: none;
}
.section_filters .container .filters_right .detail img.hidden {
  display: none;
}

.section_filters .container .filters_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.section_filters.mobile .container .filters_right {
  gap: 20px;
  justify-content: center;
}
.section_filters .container .filters_right .collapsed.selected {
  color: var(--primary-color);
}
.body_men_diamond
  .section_filters
  .container
  .filters_right
  .collapsed.selected {
  color: #cacfd6;
}
.section_filters .container .filters_right .detail.selected {
  color: var(--primary-color);
}
.body_men_diamond .section_filters .container .filters_right .detail.selected {
  color: #cacfd6;
}

.wrapper_filters {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrapper_filters .wrapper_checkbox {
  padding: 15px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}

.wrapper_filters h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.wrapper_filters .name_attribute {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.wrapper_sort_selection .name_attribute {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

.wrapper_filters .collapsed .icon_minus {
  display: none;
}
.wrapper_filters .collapsed .icon_add {
  display: block;
}
.wrapper_filters .icon_add {
  display: none;
}
.wrapper_filters .icon_minus {
  display: block;
}

.body_men_diamond .wrapper_filters .panel {
  background-color: #000000;
}
.wrapper_filters .panel-default {
  border: none;
  box-shadow: none;
}
.panel-group.wrapper_filters .panel + .panel {
  margin: 0;
}
.panel-group.wrapper_filters {
  margin: 0;
}
.wrapper_filters .panel-default .panel-heading {
  border: none;
  padding: 0;
  border-color: unset;
  background-color: unset;
}
.body_men_diamond .wrapper_filters .panel-default .panel-heading {
  color: #ffffff;
}
.wrapper_filters .label_checkbox {
  display: flex;
  justify-content: space-between;
}
.wrapper_filters .label_checkbox span {
  font-size: 25px;
  color: #a7a7a7;
}
.body_men_diamond .wrapper_filters .label_checkbox span {
  color: #ffffff;
}

.wrapper_checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  text-align: center;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.body_men_diamond .wrapper_checkbox label {
  color: #ffffff;
}

.wrapper_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #d9d9d9;
}

.wrapper_checkbox label input:checked ~ .checkmark {
  background-color: #000;
}
.body_men_diamond .wrapper_checkbox label input:checked ~ .checkmark {
  background-color: #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wrapper_checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.wrapper_image {
  display: flex;
  flex-wrap: wrap;
}
.wrapper_image .wrapper_checkbox {
  padding: 0;
  margin: 15px;
  width: 25%;
}
.wrapper_image .wrapper_checkbox label {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper_image .wrapper_checkbox label .text_for_img {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.wrapper_image .wrapper_checkbox label .wrapper_img_filters {
  width: 60px;
  height: 60px;
}
.wrapper_image .wrapper_checkbox label .img_filters {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper_image .wrapper_checkbox label input:checked ~ .wrapper_img_filters {
  border: 1px solid #000;
  border-radius: 50%;
}
.wrapper_sort_default .sort-checkbox-group .wrapper_checkbox {
  padding: 15px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.wrapper_sort_default .sort-checkbox-group h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_filters {
    background: linear-gradient(to right, #e6e6e6 50%, #f8f3ef 50%);
  }
  .body_kim_cuong .section_filters {
    background: #e6e6e6;
  }
  .section_filters .container .filters_right {
    justify-content: center;
  }
  .section_filters .container .filters_left .wrapper_text_sort span {
    font-size: 15px;
    line-height: 18.54px;
  }
  .section_filters .container .filters_left .wrapper_text_filters span {
    font-size: 15px;
    line-height: 18.54px;
  }
  .section_filters .container .filters_left .line_separate {
    margin: 0 10px;
  }
  .section_filters .container .filters_left .wrapper_text_filters,
  .wrapper_text_sort span {
    font-size: 15px;
    gap: 2px;
  }
  .section_filters .container .filters_left .wrapper_text_sort {
    gap: 2px;
  }
  .section_filters .container .filters_right .detail {
    gap: 1px;
  }
  .section_filters .container .filters_right .collapsed {
    gap: 1px;
  }
  .section_filters .container .filters_right .collapsed span {
    font-size: 15px;
  }
  .section_filters .container .filters_right .detail span {
    font-size: 15px;
  }
  .wrapper_image .wrapper_checkbox {
    width: 20%;
  }
  .wrapper_image .wrapper_checkbox label .text_for_img {
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section_filters .container .filters_right .line_separate {
    margin: 0 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  .section_filters .container .filters_right {
    padding-left: 5px;
    gap: 5px;
  }
}

/* list product custom */
.section_list_product_custom {
  margin: 50px 0;
}
.section_list_product_custom .wrapper_list_product_custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_list_product_custom .wrapper_list_product_custom .pagination {
  margin: 20px 0 0 0;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 30px;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content {
  width: 23.3%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .wrapper_image_feature_default {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .wrapper_image_feature {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .wrapper_image_feature_default
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .wrapper_image_feature
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .icon_favorite {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .icon_favorite
  img {
  cursor: pointer;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .discount-tag {
  position: absolute;
  color: #d42e2b;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.72px;
  text-align: center;
  text-decoration-skip-ink: none;
  left: 2%;
  top: 8%;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content.product_box_content_details {
  width: 31%;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content.product_box_content_details
  .product_box_content_img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 40px;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content.product_box_content_details
  .product_box_content_img
  .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  a {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .wrapper_image_detail
  img {
  width: 100%;
  height: 100%;
  max-width: 362px;
  max-height: 362px;
  position: unset;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .wrapper_image_detail.wrapper_image_detail_no_image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .wrapper_image_detail.wrapper_image_detail_no_image
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-prev-thumbnail {
  position: absolute;
  top: 90%;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-prev-thumbnail {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-next-thumbnail {
  position: absolute;
  top: 90%;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-next-thumbnail {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li {
  width: 40px;
  height: 1px;
  margin: 0;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots {
  display: flex;
  justify-content: center;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li
  button {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  border-radius: 0;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li.slick-active
  button:before {
  display: none;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li.slick-active
  button {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border: none;
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li.slick-active
  button {
  background: #707d8e;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li.slick-active
  button:after {
  display: none;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li
  button:hover,
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li
  button:focus {
  outline: none;
  border: none;
  background-color: none;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li
  button:hover,
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_img
  .slick-dots
  li
  button:focus {
  background: #707d8e;
}

.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text
  .product_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  text-align: left !important;
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.78px;
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text
  .product_name {
  color: #ffffff;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text
  .product_price {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19.78px;
  text-align: left !important;
}
.body_men_diamond
  .section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text
  .product_price {
  color: #ffffff;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_text
  .product_price
  .product_regular_price {
  text-decoration: line-through;
  color: #b4b3b2;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.54px;
  text-align: left !important;
  margin-left: 5px;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_color {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_color
  .color_circle_simple {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_color
  .color_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.section_list_product_custom
  .wrapper_list_product_custom
  .list_product_filters
  .product_box_content
  .product_box_content_color
  .color_circle::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("https://www.tierra.vn/views/img/hinh-color.png") no-repeat;
  display: inline-block;
  border-radius: 50%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters {
    justify-content: space-between;
    padding: 0;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content {
    width: 48%;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content.product_box_content_details {
    width: 100%;
    padding: 0 30px;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_text {
    margin-top: 10px !important;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_text
    .product_name {
    font-size: 15px;
    line-height: 19.54px;
    height: 40px;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_text
    .product_price {
    font-size: 15px;
    line-height: 18.54px;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_img
    .slick-list {
    padding: 0 !important;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content.product_box_content_details
    .product_box_content_img
    .slick-list
    .slick-track {
    height: 100%;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_img
    .slick-dots {
    top: 105%;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_img
    .wrapper_image_detail {
    display: flex;
    justify-content: center;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_img
    .wrapper_image_detail.wrapper_image_detail_no_image {
    width: 589px;
    height: 100%;
    padding-bottom: 0;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content
    .product_box_content_img
    .wrapper_image_detail.wrapper_image_detail_no_image
    img {
    position: unset;
  }
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content_details.product_box_content
    .icon_favorite {
    margin-right: 30px;
  }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content.product_box_content_details
    .product_box_content_img {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content.product_box_content_details
    .product_box_content_img {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 500px) and (max-width: 599px) {
  .section_list_product_custom
    .wrapper_list_product_custom
    .list_product_filters
    .product_box_content.product_box_content_details
    .product_box_content_img {
    padding-bottom: 70%;
  }
}

/* pagination */
.pagination {
  display: flex !important;
}
.pagination .page-numbers.current {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.body_men_diamond .pagination .page-numbers.current {
  color: #707d8e;
  border-bottom: 2px solid #707d8e;
}
.pagination .page-numbers.dots {
  border-bottom: 2px solid #d9d9d9;
  display: flex;
  align-items: center;
}
.pagination a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #d9d9d9;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.body_men_diamond .pagination a {
  color: #ffffff !important;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  display: none;
}

.pagination .page-numbers.current:hover {
  background-color: #e0e0e0;
  color: var(--primary-color);
}
.body_men_diamond .pagination .page-numbers.current:hover {
  color: #707d8e;
}
.pagination .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
  text-decoration: none;
}

/* product banner */
.section_product_banner {
  margin-bottom: 50px;
}

.section_product_banner .list_product_banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.section_product_banner .list_product_banner .slick-prev-thumbnail {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.section_product_banner .list_product_banner .slick-next-thumbnail {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.section_product_banner .list_product_banner .wrapper_product_box {
  height: auto;
  padding: 0 10px;
}
.section_product_banner .list_product_banner .wrapper_product_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.section_product_banner .list_product_banner .wrapper_product_box a picture {
  width: 100%;
}
.section_product_banner .list_product_banner .wrapper_product_box a img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
}
.section_product_banner .list_product_banner .wrapper_product_box a span {
  font-size: 20px;
  line-height: 1.5;
  color: #3f3b36;
  font-weight: 400;
}
.body_men_diamond
  .section_product_banner
  .list_product_banner
  .wrapper_product_box
  a
  span {
  color: #ffffff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_product_banner .list_product_banner {
    padding: 0 26px;
  }
  .section_product_banner .list_product_banner .slick-list {
    padding: 0 !important;
  }
  .section_product_banner .list_product_banner .slick-prev-thumbnail {
    z-index: 5;
  }
  .section_product_banner .list_product_banner .slick-next-thumbnail {
    z-index: 5;
  }
  .section_product_banner .list_product_banner .wrapper_product_box {
    padding: 0 5px;
  }
  .section_product_banner .list_product_banner .wrapper_product_box a span {
    font-size: 17px;
  }
}

/*section list question*/
.section_category_questions {
  margin: 50px 0;
}
.section_category_questions .panel-group {
  margin: 20px 0 0 0;
}
.section_category_questions .section_category_question_title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  color: #3f3a36;
}
.section_category_questions .panel-default {
  border: none;
  box-shadow: none;
}
.section_category_questions .wrapper_product_box {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
}
.section_category_questions .wrapper_product_box:nth-child(1) {
  border-top: 1px solid #d9d9d9;
}
.section_category_questions .panel-group .panel {
  border-radius: 0;
}
.body_men_diamond .section_category_questions .panel-group .panel {
  background-color: #000000;
}
.section_category_questions .wrapper_product_box .wrapper_title_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_category_questions .collapsed .glyphicon-menu-up:before {
  content: "\e259";
}
.section_category_questions .glyphicon-menu-down:before {
  content: "\e260";
}
.section_category_questions
  .wrapper_product_box
  .wrapper_title_question
  .title_question {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: #3f3a36;
}
.body_men_diamond
  .section_category_questions
  .wrapper_product_box
  .wrapper_title_question
  .title_question {
  color: #ffffff;
}
.section_category_questions .wrapper_product_box .panel-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857;
  letter-spacing: 0;
  color: #3f3a36;
  padding: 15px 15px 0 15px;
  text-align: justify;
}
.body_men_diamond .section_category_questions .wrapper_product_box .panel-body {
  color: #ffffff;
}
.section_category_questions .wrapper_product_box .panel-body a:hover {
  color: #3f3a36;
}
.body_men_diamond
  .section_category_questions
  .wrapper_product_box
  .panel-body
  a:hover {
  color: #ffffff;
}
.section_category_questions .wrapper_product_box .panel-body p {
  margin-bottom: 15px;
}
.section_category_questions .wrapper_product_box .panel-body p:first-child {
  margin-bottom: 0;
}
.section_category_questions .wrapper_product_box .panel-body p:last-child {
  margin-bottom: 0;
}
.section_category_questions .wrapper_product_box .panel-body img {
  width: 450px;
  height: 450px;
}
.section_category_questions .wrapper_product_box .panel-body ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.section_category_questions .wrapper_product_box .panel-body ul li {
  list-style: disc;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_category_questions.container {
    margin: 25px 0;
    padding: 0 20px;
  }
  .section_category_questions .panel-group {
    margin: 15px 0 0 0;
  }
  .section_category_questions .section_category_question_title {
    font-size: 15px;
    text-align: center;
    padding: 0 30px;
  }
  .section_category_questions .wrapper_product_box {
    padding: 15px 0;
  }
  .section_category_questions
    .wrapper_product_box
    .wrapper_title_question
    .title_question {
    font-size: 15px;
    width: 90%;
  }
  .section_category_questions .wrapper_product_box .panel-body {
    font-size: 15px;
  }
  .section_category_questions .wrapper_product_box .panel-body img {
    width: 100%;
    height: auto;
    max-height: 450px;
  }
}

/*section about*/
.section_category_about {
  margin-bottom: 50px;
}
.section_category_about .category_about_text {
  font-weight: 400;
  color: #3f3a36;
  font-size: 16px;
  line-height: 1.42857;
  text-align: justify;
  white-space: pre-line;
}
.body_men_diamond .section_category_about .category_about_text {
  color: #ffffff;
}
.section_category_about .category_about_text a {
  text-decoration: underline;
  color: var(--primary-color);
}
.section_category_about .category_about_text .wrapper_read_more {
  display: none;
}
.section_category_about .category_about_question {
  font-weight: 400;
  color: #3f3a36;
  font-size: 16px;
  line-height: 1.42857;
  text-align: justify;
  margin-top: 20px;
}
.body_men_diamond .section_category_about .category_about_question {
  color: #ffffff;
}
.section_category_about .category_about_question .category_about_list_question {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.section_category_about
  .category_about_question
  .category_about_list_question
  a {
  text-decoration: underline;
  color: var(--primary-color);
}
.body_men_diamond
  .section_category_about
  .category_about_question
  .category_about_list_question
  a {
  color: #707d8e;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_category_about.container {
    padding: 0 40px;
  }
  .section_category_about .category_about_text {
    font-size: 15px;
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  .section_category_about .category_about_text.read_more {
    height: auto;
  }
  .section_category_about .category_about_text .wrapper_read_more {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: transparent;
    z-index: 1;
    width: 100%;
  }
  .section_category_about .category_about_text .wrapper_read_more::after {
    display: flex;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, #ffffffa1, #fff, #fff);
    z-index: -1;
    height: 80px;
    width: 100%;
  }
  .body_men_diamond
    .section_category_about
    .category_about_text
    .wrapper_read_more::after {
    background: linear-gradient(180deg, #000000a1, #000000, #000000);
  }
  .section_category_about .category_about_question {
    margin-top: 40px;
  }
  .section_category_about .category_about_question.read_more {
    margin-top: 20px;
  }
  .section_category_about
    .category_about_question
    .category_about_list_question {
    gap: 10px;
    margin-top: 10px;
  }
}

/*maybe you like*/
.box_list_product_normal
  .maybe_you_like_hp
  .slider_maybe_you_like_hp
  .item_maybe_you_like_hp {
  padding: 20px 20px 20px 0;
}
.box_list_product_normal
  .maybe_you_like_hp
  .slider_maybe_you_like_hp
  .item_maybe_you_like_hp
  a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.box_list_product_normal
  .maybe_you_like_hp
  .slider_maybe_you_like_hp
  .item_maybe_you_like_hp
  a
  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .box_list_product_normal
    .maybe_you_like_hp
    .slider_maybe_you_like_hp
    .item_maybe_you_like_hp {
    padding: 10px 10px 10px 0;
  }
}

/*DIAMONDS*/
/*BANNER MAIN*/
.diamonds .section_banner_main_diamonds .img_banner_main_diamonds {
  text-align: center;
}
.diamonds .section_banner_main_diamonds .img_banner_main_diamonds img {
  object-fit: cover;
}
.diamonds .section_banner_main_diamonds .img_banner_main_diamonds .img_mobile {
  display: none;
}
.diamonds .section_banner_main_diamonds .wrapper_text_banner_main_diamonds {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .diamonds .section_banner_main_diamonds .container {
    padding: 0;
  }
  .diamonds
    .section_banner_main_diamonds
    .img_banner_main_diamonds
    .img_desktop {
    display: none;
  }
  .diamonds
    .section_banner_main_diamonds
    .img_banner_main_diamonds
    .img_mobile {
    display: inline;
  }
  .diamonds .section_banner_main_diamonds .wrapper_text_banner_main_diamonds {
    background: #f2f2f2;
    padding: 40px;
    display: block;
  }
  .diamonds .section_banner_main_diamonds .wrapper_text_banner_main_diamonds p {
    font-size: 24px;
    font-weight: 300;
    line-height: 29.66px;
  }
}

/*SLIDER OVERVIEW DIAMONDS*/
.section_slider_overview_diamonds {
  margin-bottom: 50px;
  overflow: hidden;
}
.section_slider_overview_diamonds .title_slider_overview_diamonds {
  margin-bottom: 20px;
}
.section_slider_overview_diamonds .title_slider_overview_diamonds p {
  font-size: 30px;
  font-weight: 300;
  line-height: 37.08px;
  text-align: center;
}
.section_slider_overview_diamonds .list_slider_overview_diamonds {
  position: relative;
  cursor: pointer;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-prev-thumbnail {
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 30px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-next-thumbnail {
  position: absolute;
  top: 50%;
  right: -5%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 30px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-arrow.slick-disabled {
  color: #b4b3b2;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds {
  display: flex;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_left {
  width: 50%;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_left
  img {
  width: -webkit-fill-available;
  max-width: 578px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_right
  .wrapper_text_slider_overview_diamonds {
  max-width: 372px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_right
  .wrapper_text_slider_overview_diamonds
  .sub_title_slider_overview_diamonds {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.72px;
  margin-bottom: 20px;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slider_overview_diamonds
  .slider_overview_diamonds_right
  .wrapper_text_slider_overview_diamonds
  .description_slider_overview_diamonds {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.78px;
  text-align: justify;
}
.section_slider_overview_diamonds .list_slider_overview_diamonds .slick-dots {
  display: flex;
  justify-content: center;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li {
  width: 40px;
  height: 1px;
  margin: 0;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li
  button {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  border-radius: 0;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li.slick-active
  button {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border: none;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li.slick-active
  button:before {
  display: none;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li.slick-active
  button:after {
  display: none;
}
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li
  button:hover,
.section_slider_overview_diamonds
  .list_slider_overview_diamonds
  .slick-dots
  li
  button:focus {
  outline: none;
  border: none;
  background-color: none;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_slider_overview_diamonds .container {
    padding: 0 40px;
  }
  .section_slider_overview_diamonds .title_slider_overview_diamonds p {
    font-size: 24px;
    line-height: 29.66px;
  }
  .section_slider_overview_diamonds .list_slider_overview_diamonds {
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds {
    flex-direction: column;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds
    .slider_overview_diamonds_left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds
    .slider_overview_diamonds_right {
    width: 100%;
    margin-top: 20px;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slick-prev-thumbnail {
    top: 36%;
    left: -30px;
    font-size: 20px;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slick-next-thumbnail {
    top: 36%;
    right: -30px;
    font-size: 20px;
  }
  .section_slider_overview_diamonds .list_slider_overview_diamonds .slick-list {
    padding: 0 !important;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds
    .slider_overview_diamonds_right
    .wrapper_text_slider_overview_diamonds {
    max-width: 578px;
    width: 100%;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds
    .slider_overview_diamonds_right
    .wrapper_text_slider_overview_diamonds
    .sub_title_slider_overview_diamonds {
    font-size: 17px;
    line-height: 21.01px;
    margin-bottom: 10px;
  }
  .section_slider_overview_diamonds
    .list_slider_overview_diamonds
    .slider_overview_diamonds
    .slider_overview_diamonds_left
    img {
    max-width: 100%;
  }
}

/*Filter Shape Diamonds*/
/* .section_filters_shape_diamonds {
    padding-top: 50px;
} */
.section_filters_shape_diamonds .title_selectd_kim_cuong {
  font-size: 30px;
  font-weight: 500;
  line-height: 37.08px;
  text-align: center;
  padding: 60px 0 40px 0;
}
.section_filters_shape_diamonds .list_filters_image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.section_filters_shape_diamonds .list_filters_image .box_image_filters_shape {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section_filters_shape_diamonds
  .list_filters_image
  .box_image_filters_shape
  .wrapper_image_filters {
  width: 62px;
  height: 62px;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.section_filters_shape_diamonds
  .list_filters_image
  .box_image_filters_shape.selected
  .wrapper_image_filters {
  border: 1px solid var(--primary-color);
}
.section_filters_shape_diamonds
  .list_filters_image
  .box_image_filters_shape
  .text_filters_shape {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

/*Filters Diamonds*/
.section_diamonds {
  padding-top: 50px;
}
.section_diamonds .filter_diamonds {
  display: flex;
  justify-content: space-between;
}
.section_diamonds .filter_diamonds_advance {
  display: none;
}
.section_diamonds .filter_diamonds .filter_diamonds_left {
  width: 40%;
}
.section_diamonds
  .filter_diamonds.filter_diamonds_advance
  .filter_diamonds_left {
  width: 48%;
}
.section_diamonds .filter_diamonds .filter_diamonds_item {
  height: 150px;
  margin-top: 15px;
}
.section_diamonds .filter_diamonds .filter_diamonds_item .note {
  display: none;
}
.section_diamonds .filter_diamonds .filter_diamonds_item.filter_size_pop {
  height: auto;
  margin-top: 15px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_left
  .filter_diamonds_item:last-child {
  margin-top: 15px;
}
.section_diamonds .filter_diamonds .filter_diamonds_item h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section_diamonds .filter_diamonds .filter_diamonds_item h3 span {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
}
.section_diamonds .filter_diamonds .filter_diamonds_item h3 .wrapper_note {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 130px;
}
.section_diamonds .filter_diamonds .filter_diamonds_item h3 .wrapper_note img {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  h3
  .wrapper_note:hover
  .explain_note {
  display: flex;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  h3
  .wrapper_note
  .explain_note {
  display: none;
  position: absolute;
  bottom: 37px;
  left: -104px;
  width: 224px;
  font-family: Averta Std CY;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  background: #f8f3ef;
  height: 108px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  h3
  .wrapper_note
  .explain_note
  p {
  max-width: 210px;
  line-height: 14px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  h3
  .wrapper_note
  .explain_note
  .arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f8f3ef;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal {
  height: 8px;
  margin-bottom: 20px;
  border: none;
  background: #f0f0f0;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-base {
  z-index: auto;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-handle {
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  right: -12px;
  z-index: 10;
}

.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-connect {
  background-color: rgba(180, 140, 114, 0.05);
  background-image: linear-gradient(
    to bottom,
    rgba(180, 140, 114, 0.5),
    rgba(180, 140, 114, 0.3)
  );
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-handle:after {
  content: none;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-handle:before {
  content: none;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds {
  display: flex;
  justify-content: space-between;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .group_input_filter_diamonds {
  position: relative;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .group_input_filter_diamonds
  span {
  position: absolute;
  right: 12px;
  top: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: #000;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field {
  border: 1px solid #d9d9d9;
  width: 60px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_price_first,
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_price_second {
  width: 113px;
  padding-left: 7px;
  text-align: left;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_table_first,
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_table_second {
  width: 84px;
  padding-left: 22px;
  text-align: left;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_depth_first,
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_depth_second {
  width: 84px;
  padding-left: 22px;
  text-align: left;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_size_advance_first,
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .box_input_filter_diamonds
  .range-wrapper__field.range-wrapper__field_size_advance_second {
  width: 84px;
  padding-left: 22px;
  text-align: left;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-marker-horizontal.noUi-marker-large {
  left: 66.6667%;
  top: -8px;
  height: 8px;
  background: #fff;
  width: 6px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.noUi-horizontal
  .noUi-pips
  .noUi-value-horizontal {
  display: flex;
  flex-direction: column;
  color: #3f3a36;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.wrapper__slider_cut.noUi-horizontal
  .noUi-pips
  .noUi-value-horizontal {
  top: 0;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.wrapper__slider_polish.noUi-horizontal
  .noUi-pips
  .noUi-value-horizontal {
  top: 0;
}
.section_diamonds
  .filter_diamonds
  .filter_diamonds_item
  .wrapper__slider.wrapper__slider_symmetry.noUi-horizontal
  .noUi-pips
  .noUi-value-horizontal {
  top: 0;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_cut
  .noUi-pips
  .noUi-value:nth-child(2) {
  left: 6% !important;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_cut
  .noUi-pips
  .noUi-value:last-child {
  left: 93% !important;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_polish
  .noUi-pips
  .noUi-value:nth-child(2) {
  left: 6% !important;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_polish
  .noUi-pips
  .noUi-value:last-child {
  left: 96% !important;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_symmetry
  .noUi-pips
  .noUi-value:nth-child(2) {
  left: 6% !important;
}
.section_diamonds
  .filter_diamonds
  .filter_step_diamonds_item
  .wrapper__slider.wrapper__slider_symmetry
  .noUi-pips
  .noUi-value:last-child {
  left: 96% !important;
}
.section_diamonds .filter_diamonds .filter_diamonds_right {
  width: 57%;
}
.section_diamonds
  .filter_diamonds.filter_diamonds_advance
  .filter_diamonds_right {
  width: 48%;
}
.section_diamonds .button_filter_advance {
  display: flex;
  justify-content: flex-end;
}
.section_diamonds .button_filter_advance .box_button_filter_advance {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section_diamonds .button_filter_advance .box_button_back_filter_advance {
  display: none;
}
.section_diamonds
  .button_filter_advance
  .box_button_filter_advance
  .text_button_filter_advance {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--primary-color);
}
.section_diamonds
  .button_filter_advance
  .box_button_current_filter_advance
  .icon_filter_advance {
  margin-left: 10px;
}
.section_diamonds
  .button_filter_advance
  .box_button_back_filter_advance
  .icon_filter_advance {
  margin-right: 10px;
}

/*size diamonds*/
.section_diamonds .list_filters_size {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.section_diamonds .list_filters_size .box_filters_size {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  width: 104px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.section_diamonds .list_filters_size .box_filters_size.selected {
  border: 1px solid var(--primary-color);
  color: #ffffff;
  background: var(--primary-color);
}

/*Fluorescence diamonds*/
.section_diamonds .list_filters_fluorescence {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.section_diamonds .list_filters_fluorescence .box_filters_fluorescence {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  width: 104px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.section_diamonds
  .list_filters_fluorescence
  .box_filters_fluorescence.selected {
  border: 1px solid var(--primary-color);
  color: #ffffff;
  background: var(--primary-color);
}
.button_filter_advance_mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_filters_shape_diamonds {
    padding: 40px 0;
  }
  .section_filters_shape_diamonds .title_selectd_kim_cuong {
    line-height: 37.08px;
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: 300;
  }
  .section_filters_shape_diamonds .list_filters_image {
    gap: 10px;
    max-width: 312px;
    margin: 0 auto;
    justify-content: flex-start;
    padding-left: 3%;
  }
  .section_filters_shape_diamonds
    .list_filters_image
    .box_image_filters_shape
    .text_filters_shape {
    display: none;
  }
  .section_diamonds {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 0;
    background: #ffffff;
    z-index: 1111;
    width: 100%;
    height: 70%;
    overflow-y: scroll;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 20px;
  }
  .section_diamonds .filter_diamonds {
    flex-direction: column;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_left {
    width: 100%;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_right {
    width: 100%;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item {
    margin-top: 0;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item.filter_size_pop {
    margin-top: 0;
  }
  .section_diamonds
    .filter_diamonds
    .filter_diamonds_left
    .filter_diamonds_item:last-child {
    margin-top: 0;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item .note {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #b4b3b2;
    margin-bottom: 20px;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item h3 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .section_diamonds .filter_diamonds .filter_diamonds_item h3 .wrapper_note {
    display: none;
  }
  .section_diamonds
    .filter_diamonds
    .filter_diamonds_item
    .box_input_filter_diamonds
    .range-wrapper__field {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .section_diamonds
    .filter_diamonds
    .filter_diamonds_item
    .wrapper__slider.noUi-horizontal
    .noUi-pips
    .noUi-value-horizontal {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .section_diamonds .list_filters_size .box_filters_size {
    width: 30%;
    height: 40px;
  }
  .section_diamonds .button_filter_advance {
    display: none;
  }
  .button_filter_advance_mobile {
    display: block;
    padding: 30px 0;
  }
  .button_filter_advance_mobile .box_button_filter_advance {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--primary-color);
  }
  .button_filter_advance_mobile
    .box_button_filter_advance.box_button_back_filter_advance_mobile {
    display: none;
  }
  .section_diamonds
    .filter_diamonds.filter_diamonds_advance
    .filter_diamonds_left {
    width: 100%;
  }
  .section_diamonds
    .filter_diamonds.filter_diamonds_advance
    .filter_diamonds_right {
    width: 100%;
  }
  .section_diamonds .list_filters_fluorescence .box_filters_fluorescence {
    width: 30%;
    height: 40px;
  }
}

/*table list diamonds*/

.section_table_list_diamonds table thead {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.section_table_list_diamonds table tr th {
  min-width: 100px;
  width: max-content;
  padding: 15px;
  text-align: center;
  white-space: nowrap;
}

.section_table_list_diamonds table tr td {
  color: #3f3a36;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  min-width: 100px;
  padding: 15px;
  text-align: center;
  position: relative;
}

.section_table_list_diamonds table tbody tr td img {
  width: 30px;
}

.section_table_list_diamonds table tbody tr:nth-child(2n + 1) {
  background-color: #f8f3ef;
}

.section_table_list_diamonds table tbody tr:hover {
  background-color: #f0f0f0;
}

.section_table_list_diamonds table tbody tr td .wrapper_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* position: absolute; */
  left: 35%;
}

.section_table_list_diamonds table tbody tr td .wrapper_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section_table_list_diamonds table tbody tr td .wrapper_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border: 1px solid var(--primary-color);
}

.section_table_list_diamonds
  table
  tbody
  tr
  td
  .wrapper_checkbox:hover
  input
  ~ .checkmark {
  background-color: #f8f3ef;
}

.section_table_list_diamonds
  table
  tbody
  tr
  td
  .wrapper_checkbox
  input:checked
  ~ .checkmark {
  background-color: var(--primary-color);
}

.section_table_list_diamonds
  table
  tbody
  tr
  td
  .wrapper_checkbox
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.section_table_list_diamonds
  table
  tbody
  tr
  td
  .wrapper_checkbox
  input:checked
  ~ .checkmark:after {
  display: block;
  width: 9px;
  height: 17px;
  top: 3px;
}

.section_table_list_diamonds
  table
  tbody
  tr
  td
  .wrapper_checkbox
  .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #d9d9d9;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .page-numbers.dots {
  color: #000 !important;
  border-bottom: 2px solid #d9d9d9;
  display: flex;
  align-items: center;
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .page-numbers.current {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .prev.page-numbers,
.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .next.page-numbers {
  display: none;
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .page-numbers.current:hover {
  background-color: #e0e0e0;
  color: var(--primary-color);
}

.section_table_list_diamonds
  .list_diamonds_table
  .pagination_list_diamond_table
  .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
  text-decoration: none;
}

/*Tắt button number*/
.range-wrapper__field::-webkit-inner-spin-button,
.range-wrapper__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.range-wrapper__field[type="number"] {
  -moz-appearance: textfield;
}

/*table list diamonds*/
.section_diamonds .section_diamonds_tabs {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.section_diamonds .section_diamonds_tabs .section_diamonds_tabs_left .nav-tabs {
  border: none;
  display: flex;
  gap: 10px;
}

.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs:before,
.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs:after {
  display: none;
}

.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs
  > li
  > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.78px;
  text-align: center;
  color: #d9d9d9;
  margin: 0;
  border: 1px solid #d9d9d9;
  padding: 6px 35px;
  border-radius: unset;
}

.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs
  > li.active
  > a,
.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs
  > li.active
  > a:hover,
.section_diamonds
  .section_diamonds_tabs
  .section_diamonds_tabs_left
  .nav-tabs
  > li.active
  > a:focus {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}

.section_diamonds .section_diamonds_tabs .section_diamonds_tabs_right {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.section_diamonds .section_diamonds_tabs .section_diamonds_tabs_right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section_diamonds .section_diamonds_tabs .section_diamonds_tabs_right img {
  width: 12px;
  height: 14px;
}

.section_table_list_diamonds .list_diamond_filters_table_scroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.section_table_list_diamonds .list_diamond_filters_table {
  display: grid;
  overflow-x: auto;
  width: 100%;
  max-width: 1450px;
}

.section_table_list_diamonds .wrapper_cel_table {
  display: flex;
}

.section_table_list_diamonds .wrapper_cel_table .Cell_Table:nth-child(7),
.section_table_list_diamonds .wrapper_cel_table .Cell_Table:nth-child(8) {
  width: 120px;
}

.section_table_list_diamonds .wrapper_cel_table .Cell_Table {
  width: 110px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.section_table_list_diamonds .wrapper_cel_table .Cell_Table_Small {
  width: 65px;
}

.section_table_list_diamonds .Heading_Table {
  display: flex;
  background: var(--primary-color);
  justify-content: center;
}

.section_table_list_diamonds .Heading_Table .Cell_Table {
  width: 110px;
  height: auto;
  padding: 10px;
  text-align: center;
  overflow: auto;
  font-size: 16px;
  font-weight: 500;
  background: var(--primary-color);
  color: #fff;
  white-space: nowrap;
}

.section_table_list_diamonds .Heading_Table .Cell_Table_Small {
  width: 65px;
}

.section_table_list_diamonds .Heading_Table .Cell_Table:last-child {
  width: 120px;
}

.section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(7),
.section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(8) {
  width: 120px;
}

.total_kim_cuong_count {
  width: fit-content;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  margin: 0 0 10px 65px;
  padding: 5px 30px;
  font-size: 16px;
  color: #fff;
}

.section_table_list_diamonds .custom_ship {
  width: 100%;
  height: 44px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding-left: 65px;
}

.section_table_list_diamonds .custom_ship .wrapper_checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.3px;
}

.section_table_list_diamonds .custom_ship .wrapper_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section_table_list_diamonds .custom_ship .wrapper_checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #b4b3b2;
  transform: translateY(-50%);
}

.section_table_list_diamonds
  .custom_ship
  .wrapper_checkbox:hover
  input
  ~ .checkmark {
  background-color: #ccc;
}

.section_table_list_diamonds
  .custom_ship
  .wrapper_checkbox
  input:checked
  ~ .checkmark {
  background-color: var(--primary-color);
}

.section_table_list_diamonds .custom_ship .wrapper_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.section_table_list_diamonds
  .custom_ship
  .wrapper_checkbox
  input:checked
  ~ .checkmark:after {
  display: block;
}

.section_table_list_diamonds .custom_ship .wrapper_checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_table_list_diamonds .Row_table:nth-child(2n + 2) {
  background: #f8f3ef;
}

.section_table_list_diamonds .Row_table:hover {
  background: #f0f0f0;
}

.section_table_list_diamonds .Row_table .wrapper_cel_table {
  display: flex;
  justify-content: center;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table:last-child {
  width: 120px;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .Cell_Table_wrapper_img {
  width: 30px;
  height: 30px;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  .checkmark {
  position: absolute;
  top: 70%;
  left: 8%;
  height: 30px;
  width: 30px;
  border: 1px solid var(--primary-color);
  transform: translateY(-50%);
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox:hover
  input
  ~ .checkmark {
  background-color: #ccc;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  input:checked
  ~ .checkmark {
  background-color: var(--primary-color);
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  input:checked
  ~ .checkmark:after {
  display: block;
}

.section_table_list_diamonds
  .Row_table
  .wrapper_cel_table
  .Cell_Table
  .wrapper_checkbox
  .checkmark:after {
  left: 10px;
  top: 3px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Row_table_details_wrapper {
  display: flex;
  background: #ffffff;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
}

.Row_table_details_wrapper .table_details_img {
  width: 242px;
  height: 242px;
  margin-right: 35px;
  position: relative;
  color: #3f3a36;
}

.Row_table_details_wrapper .table_details_img .table_details_img_table {
  position: absolute;
  opacity: 1;
  width: 120px;
  height: 15px;
  top: 40px;
  left: 61px;
  cursor: pointer;
}

.Row_table_details_wrapper
  .table_details_img
  .table_details_img_table
  .table_details_img_table_name {
  margin-top: -15px;
}

.Row_table_details_wrapper .table_details_img .table_details_img_depth {
  position: absolute;
  opacity: 1;
  width: 15px;
  height: 140px;
  top: 50px;
  right: 24px;
  cursor: pointer;
}

.Row_table_details_wrapper
  .table_details_img
  .table_details_img_depth
  .table_details_img_depth_name {
  margin-top: 140px;
  margin-left: -25px;
  white-space: nowrap;
}

.Row_table_details_wrapper .table_details_img .table_details_img_culet {
  position: absolute;
  opacity: 1;
  width: 22px;
  height: 32px;
  bottom: 37px;
  left: 110px;
  cursor: pointer;
}

.Row_table_details_wrapper
  .table_details_img
  .table_details_img_culet
  .table_details_img_culet_name {
  margin-top: 35px;
  margin-left: -40px;
  white-space: nowrap;
}

.Row_table_details_wrapper .table_details_img .table_details_img_girdle {
  position: absolute;
  opacity: 1;
  width: 20px;
  height: 90px;
  left: 10px;
  bottom: 72px;
  cursor: pointer;
}

.Row_table_details_wrapper
  .table_details_img
  .table_details_img_girdle
  .table_details_img_girdle_name {
  margin-top: 31px;
  margin-left: -50px;
}

.Row_table_details_wrapper .table_details_img .table_details_img_table:hover,
.Row_table_details_wrapper .table_details_img .table_details_img_depth:hover,
.Row_table_details_wrapper .table_details_img .table_details_img_culet:hover,
.Row_table_details_wrapper .table_details_img .table_details_img_girdle:hover {
  opacity: 1;
  transition: opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.Row_table_details_wrapper .table_details_advise {
  display: flex;
}

.Row_table_details_wrapper .table_details_advise {
  display: flex;
}

.Row_table_details_wrapper .table_details_advise .table_details_advise_img {
  width: 36px;
  height: 36px;
}

.Row_table_details_wrapper .table_details_advise p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  margin-right: 15px;
  cursor: pointer;
}

.Row_table_details_wrapper .table_details_infor {
  width: 500px;
  margin-right: 100px;
}

.Row_table_details_wrapper .table_details_infor .table_details_infor_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Row_table_details_wrapper .table_details_infor .table_details_infor_top p {
  font-size: 20px;
  font-weight: 600;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_top
  .infor_name {
  width: 70%;
  text-align: start;
  text-wrap: auto;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_top
  .infor_price {
  width: 30%;
  text-align: right;
}

.Row_table_details_wrapper .table_details_infor .table_details_infor_bot {
  display: flex;
  justify-content: space-between;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_bot
  .table_details_infor_bot_left {
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_bot
  .table_details_infor_bot_left
  .table_details_infor_bot_left_attribute {
  display: flex;
  justify-content: space-between;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_bot
  .table_details_infor_bot_left
  .table_details_infor_bot_left_attribute
  .infor_bot_left_attribute_name {
  font-size: 16px;
  font-weight: 600;
}

.Row_table_details_wrapper
  .table_details_infor
  .table_details_infor_bot
  .table_details_infor_bot_left
  .table_details_infor_bot_left_attribute
  .infor_bot_left_attribute_value {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_diamonds .section_diamonds_tabs {
    display: none;
  }

  .section_table_list_diamonds .container {
    padding: 0;
  }

  .total_kim_cuong_count {
    padding: 5px 15px;
    margin: 0 0 5px 30px;
    font-size: 14px;
  }

  .section_table_list_diamonds .Heading_Table {
    width: 100%;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table {
    font-size: 12px;
    font-weight: 600;
    width: 12%;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(1) {
    width: 17%;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(4) {
    width: 12%;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(6) {
    width: 18% !important;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(7),
  .section_table_list_diamonds .Heading_Table .Cell_Table:nth-child(8) {
    width: 21%;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table.compare p {
    display: none;
  }

  .section_table_list_diamonds .Heading_Table .Cell_Table.hidden_mobile {
    display: none;
  }

  .section_table_list_diamonds .Row_table .wrapper_cel_table .Cell_Table {
    width: 12%;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 5px;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table:nth-child(1) {
    width: 18%;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table:nth-child(4) {
    width: 12%;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table:nth-child(6) {
    width: 16% !important;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table:nth-child(7) {
    width: 20%;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table:nth-child(8) {
    width: 22%;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table.hidden_mobile {
    display: none;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table
    .wrapper_checkbox {
    margin: 0;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table
    .wrapper_checkbox
    .checkmark {
    width: 20px;
    height: 20px;
    left: unset;
    right: 0;
    top: 50%;
  }

  .section_table_list_diamonds
    .Row_table
    .wrapper_cel_table
    .Cell_Table
    .wrapper_checkbox
    .checkmark:after {
    left: 7px;
    top: 1px;
    width: 6px;
    height: 13px;
  }

  .section_table_list_diamonds .custom_ship .wrapper_checkbox {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.83px;
  }

  .section_table_list_diamonds .custom_ship .wrapper_checkbox .checkmark {
    width: 18px;
    height: 18px;
  }

  .section_table_list_diamonds .custom_ship .wrapper_checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 11px;
  }

  .section_table_list_diamonds .custom_ship {
    padding-left: 7%;
  }

  .Row_table_details_wrapper {
    flex-direction: column;
    padding: 20px 30px;
  }

  .Row_table_details_wrapper .table_details_infor {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .Row_table_details_wrapper .table_details_img {
    width: 213px;
    height: 174px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .Row_table_details_wrapper .table_details_img img {
    height: 100%;
  }

  .Row_table_details_wrapper .table_details_img .table_details_img_depth {
    width: 18px;
    height: 103px;
    top: 35px;
    right: 32px;
  }

  .Row_table_details_wrapper
    .table_details_img
    .table_details_img_depth
    .table_details_img_depth_name {
    margin-top: 105px;
  }

  .Row_table_details_wrapper .table_details_img .table_details_img_girdle {
    width: 20px;
    height: 65px;
    left: 15px;
    bottom: 50px;
  }

  .Row_table_details_wrapper
    .table_details_img
    .table_details_img_girdle
    .table_details_img_girdle_name {
    margin-top: 0px;
  }

  .Row_table_details_wrapper .table_details_img .table_details_img_table {
    width: 95px;
    height: 15px;
    top: 25px;
    left: 60px;
  }

  .Row_table_details_wrapper
    .table_details_img
    .table_details_img_table
    .table_details_img_table_name {
    margin-top: -12px;
  }

  .Row_table_details_wrapper .table_details_img .table_details_img_culet {
    width: 20px;
    height: 30px;
    bottom: 25px;
    left: 98px;
  }

  .Row_table_details_wrapper
    .table_details_img
    .table_details_img_culet
    .table_details_img_culet_name {
    margin-left: -35px;
  }

  .Row_table_details_wrapper
    .table_details_infor
    .table_details_infor_top
    .infor_name {
    width: 60%;
  }

  .Row_table_details_wrapper
    .table_details_infor
    .table_details_infor_top
    .infor_price {
    width: 40%;
  }

  .Row_table_details_wrapper .table_details_infor .table_details_infor_top p {
    font-size: 16px;
    font-weight: 600;
  }

  .Row_table_details_wrapper
    .table_details_infor
    .table_details_infor_bot
    .table_details_infor_bot_left {
    width: 47%;
    gap: 7px;
  }

  .Row_table_details_wrapper
    .table_details_infor
    .table_details_infor_bot
    .table_details_infor_bot_left
    .table_details_infor_bot_left_attribute
    .infor_bot_left_attribute_name {
    font-size: 16px;
    font-weight: 600;
  }

  .Row_table_details_wrapper
    .table_details_infor
    .table_details_infor_bot
    .table_details_infor_bot_left
    .table_details_infor_bot_left_attribute
    .infor_bot_left_attribute_value {
    font-size: 13px;
    font-weight: 400;
  }

  .Row_table_details_wrapper .table_details_advise p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.83px;
    width: 154px;
  }
}

/*==================*/

/* .diamonds .section_category_questions {
    display: flex;
    justify-content: center;
} */
/* .section_category_questions .panel-group.list_questions_diamonds {
    width: 960px;
} */

.diamonds .service_diamonds .wrapper_service_diamonds {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.diamonds .service_diamonds .wrapper_service_diamonds .list_our_service_hp {
  max-width: 1020px;
  width: 100%;
  position: relative;
}
.diamonds .service_diamonds .wrapper_service_diamonds .find_store {
  background: #f4efeb;
  width: 100%;
  justify-content: center;
}
.diamonds
  .service_diamonds
  .wrapper_service_diamonds
  .find_store
  .wrapper_find_store {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diamonds
  .service_diamonds
  .wrapper_service_diamonds
  .find_store
  .wrapper_find_store
  .wrapper_find_store_img {
  width: 50%;
}
.diamonds
  .service_diamonds
  .wrapper_service_diamonds
  .find_store
  .wrapper_find_store
  .wrapper_find_store_img
  img {
  width: 470px;
  height: 470px;
}
.diamonds
  .service_diamonds
  .wrapper_service_diamonds
  .find_store
  .wrapper_find_store
  .box-our-service-hp {
  width: 40%;
}
.diamonds
  .service_diamonds
  .wrapper_service_diamonds
  .find_store
  .wrapper_find_store
  .box-our-service-hp
  h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 37.08px;
}

.btn_filters_table_diamond_mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .diamonds
    .service_diamonds
    .wrapper_service_diamonds
    .find_store
    .wrapper_find_store {
    flex-direction: column;
    padding: 0 10px;
  }
  .diamonds
    .service_diamonds
    .wrapper_service_diamonds
    .find_store
    .wrapper_find_store
    .wrapper_find_store_img {
    width: 100%;
  }
  .diamonds
    .service_diamonds
    .wrapper_service_diamonds
    .find_store
    .wrapper_find_store
    .box-our-service-hp {
    width: 100%;
  }
  .diamonds
    .service_diamonds
    .wrapper_service_diamonds
    .find_store
    .wrapper_find_store
    .wrapper_find_store_img
    img {
    width: 100%;
    height: 100%;
  }
  .diamonds
    .service_diamonds
    .wrapper_service_diamonds
    .find_store
    .wrapper_find_store
    .box-our-service-hp
    h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29.66px;
  }
  .diamonds .service_diamonds .wrapper_service_diamonds .find_store {
    background: none;
  }
  .btn_filters_table_diamond_mobile {
    background: var(--primary-color);
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1111;
    cursor: pointer;
  }
}

/*ẩn breadcum footer*/
.body_kim_cuong .breadcrumbs .container span:nth-child(2) {
  display: none;
}
.body_kim_cuong .breadcrumbs .container span:nth-child(3) {
  display: none;
}

.body_men_diamond .breadcrumbs .container span:nth-child(2) {
  display: none;
}
.body_men_diamond .breadcrumbs .container span:nth-child(3) {
  display: none;
}

.button_move_filters {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 10;
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}
/* -----------------------Slider Banner Top---------------------------- */
.slider-banner-top-hp .wp-video {
  width: 100% !important; /* Chiếm toàn bộ chiều ngang của phần tử chứa */
  /* height: 100% !important; */
}

.slider-banner-top-hp .mejs-container {
  width: 100% !important; /* Đảm bảo rằng trình chứa video cũng chiếm toàn bộ chiều ngang */
  /* height: 100% !important; */
}
.list-slider-banner-top-image.show_pc {
  max-height: 1067px !important;
  max-width: 2560px !important;
}
.slider-banner-top-hp .mejs-controls {
  display: none !important;
}
.slider-banner-top-hp video {
  pointer-events: none;
}
.slider-banner-top-hp .mejs-layers {
  display: none;
}
.slider-banner-top-hp .show_mb {
  display: none !important;
}
.slider-banner-top-hp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
}

.slider-banner-top-hp .list-slider-banner-top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto !important;
}
.slider-banner-top-hp
  .list-slider-banner-top-image
  .slider-banner-top-image-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-banner-top-hp .list-slider-banner-top-image .slick-dots {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px; /* Khoảng cách giữa các dots */
}
.slider-banner-top-hp .list-slider-banner-top-image .slick-dots li button {
  background: white;
  opacity: 0.8;
}
.slider-banner-top-hp
  .list-slider-banner-top-image
  .slick-dots
  li.slick-active
  button {
  border: 1px solid rgb(159, 124, 101);
}
.slider-banner-top-hp
  .list-slider-banner-top-image
  .slick-dots
  li.slick-active
  button:before {
  background-color: rgb(159, 124, 101);
  opacity: 0.8;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider-banner-top-hp .show_pc {
    display: none;
  }
  .slider-banner-top-hp .show_mb {
    display: block !important;
  }
  .slider-banner-top-hp .slick-list {
    padding: 0 !important;
  }
  .slider-banner-top-hp .list-slider-banner-top-image .slick-dots {
    bottom: 10px;
  }
}

/* Video Crafting Happiness */
#about-info-section.about-info {
  margin-top: 12px;
}
#about-info-section .align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-info-section.about-info h1 {
  font-family: Averta Std CY;
  font-size: 30px;
  font-weight: 300;
  line-height: 37.08px;
  text-align: center;
  padding-bottom: 32px;
}
#about-info-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#about-info-section .bottom-30 {
  margin-bottom: 30px !important;
}
#about-info-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: start;
}
#about-info-section .padding-0 {
  padding: 0;
}
#about-info-section .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

#about-info-section .video-container iframe,
#about-info-section .video-container object,
#about-info-section .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about-info-section .video-container img {
  width: 100%;
}

@media (max-width: 767.98px) {
  #about-info-section.about-info {
    margin-top: 30px;
  }
  #about-info-section.about-info h1 {
    font-family: Averta Std CY;
    font-size: 24px;
    font-weight: 300;
    line-height: 29.66px;
    text-align: center;
    padding-bottom: 30px;
  }
  #about-info-section .row {
    margin-bottom: 20px;
  }
  #about-info-section .align-center {
    justify-content: flex-end !important;
    text-align: center;
    padding: 0 75px;
  }
  #about-info-section .bottom-10-mb {
    margin-bottom: 10px !important;
  }
  #about-info-section .bottom-30-mb {
    margin-bottom: 30px !important;
  }
  #about-info-section p {
    font-family: Averta Std CY;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.54px;
    text-align: left;
    margin-top: 0;
  }
  #about-info-section .content_img_about_info {
    max-width: 262px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #about-info-section .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #about-info-section .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #about-info-section p {
    padding-top: 20px;
  }
  #about-info-section .video-container p {
    padding-top: 0 !important;
  }
  #about-info-section p.button-lv1 {
    padding-top: 10px;
  }
}
