.dssp-page .st1-heading {
  margin-bottom: 0px;
  text-align: left;
}

.dssp-page .dssp-title-nh {
  text-align: center;
}

.dssp-page .breadcrumb-st {
  margin: 0 0 0;
  font-size: 16px;
  text-align: left;
}

.banner-dssp img {
  width: 100%;
  height: 350px;
  border: 0;
  object-fit: cover;
}

/*dssp-top*/
/*.nh-dssp-content {
    padding: 40px 15px;
}*/

.dssp-container {
  padding-bottom: 30px;
}

.dssp-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.dssp-top .thumbnail {
  padding: 0;
  border: none;
}

.thumbnail img {
  width: 100%;
  height: 330px;
}
.brand-title {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

/*end dssp-top*/
.dssp-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.dssp-product-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
}

.dssp-product-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.dssp-product-img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  display: block;
}

.dssp-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.dssp-product-link:hover .dssp-img-default {
  opacity: 0;
}

.dssp-product-link:hover .dssp-img-hover {
  opacity: 1;
}

.dssp-discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00a651;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  border-bottom-left-radius: 10px;
}

.dssp-old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

.dssp-new-price {
  color: #d70018;
  font-weight: bold;
}

/**/
.product-card {
  /* border: 1px solid #ccc; */
  /* border-radius: 10px; */
  overflow: hidden;
  /*  background: #fff;*/
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); */
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin: 10px 0;
}

/* .product-card:hover {
  border: 2px solid #7c572d;
} */

.product-image-wrapper {
  position: relative;
  /* padding: 10px; */
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Label giảm giá */
.product-discount {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7c572d;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 30px 8px 0px 30px;
}
.product-discount:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background: #795548;
  bottom: -5px;
  left: auto;
  right: 0px;
  z-index: -1;
  border-radius: 0 0 0 15px;
}
/* Thông tin sản phẩm */
.product-info {
  padding: 0 10px;
}

.product-info .product-title:hover {
  color: #7c572d;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.4;
  /* white-space: nowrap; */
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price {
  color: #d70018;
  font-weight: bold;
  font-size: 16px;
}

.product-info p {
  color: #d70018;
  font-weight: 600;
}
/**/

/*pager*/
.pager {
  margin: 30px 0 30px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  margin: 0px 2px 5px;
  border: none;
  background: #000;
  padding: 5px 13px;
  color: #fff;
  line-height: 1.5;
}
.pager .active a,
.pager .active span,
.pager .active a:hover,
.pager .active span:hover,
.pager li:hover a {
  background: #7c572d;
}
/*End pager*/

/*lay6*/
.lay6-box {
  background-color: #fff;
  border: 1px dashed #7c572d;
  margin: 0 0 20px;
  height: 300px;
  overflow: hidden;
  padding: 20px 20px 10px;
  position: relative;
}
.lay6-box.active {
  height: auto;
}
a.btn-show2 {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0px 20px;
  border-radius: 20px;
  background: #7c572d;
  margin: 0 10px;
}
a.btn-show2:hover {
  opacity: 0.7;
}
/*End lay6*/

@media (max-width: 575px) {
  .product-card {
    width: 172px;
    height: 272px;
  }
}
