.inline-heading {
  font-size: 1.25rem; /* Adjust font size as needed */
  font-weight: bold; /* Optional: make the text bold */
}

.text-bold {
  font-weight: 800;
}

.text-color {
  color: #0093c4;
}

/* Main image - left */
.main-img {
  height: 100% !important;
}
.main-img img {
  height: 650px;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px !important;
}

/* Preview images */
.previews img {
  width: 100%;
  height: 140px;
}

.main-description .category {
  text-transform: uppercase;
  color: #0093c4;
}

.main-description .product-title {
  font-size: 2.5rem;
}

.old-price-discount {
  font-weight: 600;
}

.new-price {
  font-size: 1.5rem;
  font-style: italic;
}

.details-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  color: #757575;
}

.quantity input {
  border-radius: 0;
  height: 40px;
}

.similar-product img {
  height: 400px;
}

.similar-product {
  text-align: left;
}

.similar-product .title {
  margin: 17px 0px 4px 0px;
}

.similar-product .price {
  font-weight: bold;
}

.questions .icon i {
  font-size: 2rem;
}

.questions-icon {
  font-size: 2rem;
  color: #0093c4;
}

.main-description .old-price,
.main-description .new-price,
.main-description ul,
.main-description .btn {
  margin-bottom: 22px !important;
}
.main-description .product-title {
  margin: 22px 0 !important;
}
.main-description p {
  margin-bottom: 16px;
}

.product-highlights {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.product-highlights ul {
  margin-bottom: 0 !important;
}

.pricing-section {
  background-color: #f0f0f0;
  border-radius: 16px;
}
.pricing-section h2,
.pricing-section h3 {
  color: #00539c;
}
.pricing-section .pricing-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}
.pricing-section .pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.pricing-section .pricing-card .card-body {
  padding: 2rem;
}
.pricing-section .pricing-card .card-title {
  font-weight: bold;
  color: #00539c;
}
.pricing-section .pricing-card .card-price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00539c;
  margin-bottom: 1rem;
}
.pricing-section .pricing-card ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
}
.pricing-section .pricing-card ul li:last-child {
  border-bottom: none;
}

.administrative-benefits-section .card {
  min-height: 220px;
}

.product-main-slide .main-img {
  width: 92%;
  margin: 0 auto;
}

.card-title {
  color: #00539c;
  font-size: 1.5rem;
  font-weight: bold;
}

.card-text strong {
  font-size: 2rem;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--color-gray);
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.form-check-input:checked {
  background-color: #00539c;
  border-color: #00539c;
}

.card:hover .form-check-input {
  border-color: #e2e2e2;
}

.card-label {
  display: block;
  cursor: pointer;
}

.radio {
  display: none;
}

.card-clinical-benefits {
  min-height: 340px !important;
}

.section-products .card {
  min-height: 168px;
  background-color: #fff;
  border-radius: 0.5em;
  padding: 1em;
  position: relative;
  transition: box-shadow 0.2s ease-out;
  border: 2px solid #e2e2e2;
}
.section-products .card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-color: #e2e2e2;
}
.section-products .radio:checked ~ .card {
  border-color: #00539c;
}
.section-products .card-product-details {
  transition: border-color 0.2s ease-out;
}
.section-products .product-name {
  color: #00539c;
  font-size: 1.5rem;
  font-weight: bold;
}
.section-products .radio:disabled ~ .card {
  border-color: #e2e2e2;
}
.section-products .radio:disabled ~ .card .product-name {
  color: #e2e2e2;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* Make preview images responsive  */
  .previews img {
    width: 100%;
    height: auto;
  }
  .img-product {
    height: 300px !important;
  }
}
.product-tagline {
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
}/*# sourceMappingURL=products.css.map */