.dssp-page .st1-heading {
  margin-bottom: 0px;
  text-align: left;
}

.dssp-page .breadcrumb-st {
  margin: 0 0 0;
  font-size: 16px;
  text-align: left;
}

.dssp-page .breadcrumb-st #breadcrumb {
  margin-left: 15px;
}

.banner-dssp img {
  width: 100%;
  height: 350px;
  border: 0;
  object-fit: cover;
}

.dssp-head {
  border-radius: 8px;
  position: relative;
}

.dssp-head .st1-title {
  color: #be100f;
}

.dssp-select-wrapper {
  position: absolute;
  top: 6px;
  right: 16px;
  width: fit-content;
}

.dssp-select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro"; /* hoặc Free nếu bạn dùng bản Free */
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #be100f;
  pointer-events: none;
  font-size: 14px;
}

.dssp-select {
  padding: 6px 30px 6px 10px;
  border: 2px solid #be100f;
  border-radius: 5px;
  background-color: #fff;
  color: #be100f;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  background-image: none;
}

.dssp-head-menu {
  margin: 20px 15px;
}

.dssp-head-menu a {
  display: inline-block;
  padding: 6px 16px;
  margin: 5px;
  color: #be100f !important;
  border: 2px solid #be100f;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.dssp-head-menu a:hover,
.dssp-select:hover + .dssp-select-wrapper::after {
  background-color: #be100f;
  color: #fff !important;
}

.dssp-select-wrapper:hover .dssp-select {
  background-color: #ffecec;
  border-color: #a00000;
  cursor: pointer;
}

/*dssp-top*/
/* .nh-dssp-content {
  padding: 40px 0;
} */

.dssp-container {
  padding-bottom: 30px;
}
.dssp-container::after {
  content: "";
  display: table;
  clear: both;
}
.dssp-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.dssp-scroll {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
}

.dssp-scroll::-webkit-scrollbar {
  height: 6px;
}

.dssp-scroll::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.dssp-top .catalog-title {
  color: #000;
}

.dssp-top-item {
  flex: 0 0 auto;
  width: 202px;
  /*    height: 170px;*/
  text-align: center;
  text-decoration: none;
  color: black;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 10px;
  transition: all 0.3s;
  background: #fff;
}

.dssp-top-item:hover {
  border: 1px solid #00a651;
  color: #000;
}

.dssp-img {
  width: 100%;
  height: 160px !important;
  object-fit: contain;
  margin-bottom: 8px;
}

.dssp-name {
  font-size: 14px;
  font-weight: 500;
}

/*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 #00a651;
}

.product-image-wrapper {
  position: relative;
  padding: 10px;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

/* Label giảm giá */
.product-discount {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00a651;
  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: #01542a;
  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: #00a651;
}

.product-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-price {
  color: #d70018;
  font-weight: bold;
  font-size: 16px;
}

/**/

/*pager*/
.pager {
  margin: 30px 0 0px;
}
.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: #be100f;
}
/*End pager*/

/*lay6*/
.lay6-box {
  background-color: #fff;
  border: 1px dashed #be100f;
  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: #00a651;
  margin: 0 10px;
}
a.btn-show2:hover {
  opacity: 0.7;
}
/*End lay6*/

.cl-top {
  background-color: #fff;
  border: 1px dashed #be100f;
  margin: 40px 0 0;
  padding: 20px 20px 10px;
}
.col-top-content {
  text-align: justify;
  height: 250px;
  overflow: hidden;
}
.cl-top.active .col-top-content {
  height: inherit;
}
.show_hide {
  display: block;
  height: 40px;
  margin-top: 10px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  /* color: #7c572d; */
}
.show_hide.active,
.show_hide:hover,
.show_hide:focus {
  color: #e86729;
}
.show_hide.active i:before {
  content: "\f0aa";
}

@media (max-width: 575px) {
  .product-card {
    width: 172px;
    height: 272px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dssp-head-menu {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .dssp-select-wrapper {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dssp-page .breadcrumb-st #breadcrumb {
    margin-left: 10px;
  }
  .dssp-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .dssp-head .st1-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
  }

  .dssp-select-wrapper {
    position: relative;
  }
  .dssp-select {
    margin-left: 26px;
  }
  .dssp-head-menu {
    margin: 20px 2px;
  }
}
