a:where(:not(.wp-element-button)){
  text-decoration: none !important;
}
.min-order-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.min-order-wrapper p {
font-weight: 500;
    font-size: large;
    padding-right: 5px;
}
.product-small .product-title {
  font-size: large;
    font-weight: 700;
}
.product-small .product-title a{
color: #000;
}

/*CSS button contact product*/

.product-contact-button {
  margin-top: 20px;          /* Khoảng cách so với nội dung trên */
  text-align: center;        /* Căn giữa button */
}

.product-contact-button .contact-btn {
  display: inline-block;
  background-color: #f66;    /* Màu nền */
  color: #fff;               /* Màu chữ */
  padding: 12px 24px;        /* Khoảng đệm trong */
  border-radius: 8px;        /* Bo góc */
  text-decoration: none;     /* Bỏ gạch chân */
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.product-contact-button .contact-btn:hover {
  background-color: #e55;    /* Màu nền khi hover */
}

.product-footer .woocommerce-tabs {
  display: none;
}