
/*# sourceMappingURL=custom.min.css.map */

.web_config card{
  padding: 40px!important;
}

.view-product-container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-header h2 {
  font-size: 24px;
  font-weight: bold;
}

.back-button {
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.back-button:hover {
  background-color: #0056b3;
}

.product-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.product-details-card, .product-images-card, .product-variants-card {
  margin-top: 20px;
}

.product-details-card h3, 
.product-images-card h3, 
.product-variants-card h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.product-details-card p {
  font-size: 16px;
  margin: 8px 0;
}

.product-images-card .image-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-images-card img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.product-variants-card .variant {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.product-variants-card .variant p {
  margin: 5px 0;
  font-size: 15px;
}

.chat-support{
  display: flex;
  justify-content: space-between;

}

.main-content .flex-grow-1.chat-support i.fa.fa-comment {
  background-color: #007bff;
  color: white;
  padding: 10px;
  border-radius: 100%;
  font-size: 18px;
  margin-right: 18px;
}