.nd_list_prod_D .pri_spdb strong.giam-text {
  color: #ababab;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
.r1_list_dnnb > figure {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img_list_sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn_loadmore {
  display: block;
  margin: 20px auto;
  padding: 10px 28px;
  border: 1.5px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.btn_loadmore:hover {
  border-color: var(--PrimaryColor);
  color: var(--PrimaryColor);
}
.ct_tici strong {
  color: #222;
}
.maps_ct .min_wrap {
  min-height: 450px;
}
.mn_dm_ct_f_tt {
  background: linear-gradient(0deg, #ffffff 0%, #fceedf 100%);
}
.list_sb_f_tt > li.active > a,
.list_sb_f_tt > li > a:hover {
  color: #222;
  font-weight: 600;
}
.r1_list_cgtv > figure {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.r1_list_cgtv > figure {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img_cgut img {
  object-position: center;
}
.cart_hea_mobile {
  display: none;
}
@media (max-width: 480px) {
  .cart_hea_mobile {
    display: block;
    position: absolute;
    top: 1.6rem;
    right: 6.6rem;
  }
}
