body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Adjusted for spacing */
}

.quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #000; /* Darker border */
  cursor: pointer;
}

#quantity {
  width: 40px; /* Adjusted width for a squarish look */
  height: 30px; /* Match height with buttons */
  line-height: 30px; /* Center text vertically */
  text-align: center;
  border: none; /* Removed border */
  margin: 0 5px;
}

.product-actions {
  display: flex;
  align-items: center;
}

.btn {
  padding: 10px 20px;
  margin-right: 10px;
  border: 2px solid transparent; /* Adjusted for border styling */
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase; /* Added text style */
  font-weight: bold; /* Added font weight */
  border-radius: 10px;
}

.add-to-cart {
  background-color: #fff;
  color: #000;
  border-color: #000; /* Orange border */
}

.buy-now {
  background-color: #000;
  color: #fff;
}

.price {
  font-size: 18px;
  color: #333;
  margin-left: 20px; /* Added spacing */
}

/* Hover effects */
.btn:hover {
  opacity: 0.9;
}

/* Focus effects */
.btn:focus {
  outline: none;
}
#pTabShowDetail{
  display: none !important;
}
#quantity{
  background-color: rgba(0, 0, 0, 0) !important;
}
#nav .NMain {
  padding: 0 !important;
}
.h1-title{
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}
.p-details-attr{
  margin-left: 0 !important;
}
.product-item{
  display: inline-flex; flex-direction: column;width: 110px; background-color: #f8f8f8;padding: 20px;border-radius: 10px;margin: 0 10px;
}
.product-item p{
  font-size: 12px !important;
  margin-top: 12px;
}
.wrapper-1200 .p-preview-1{
  float: left !important;
}
.p-details-attr-warp{
  width: auto !important;
}
#onService_panel{
  /* display: none !important; */
}