.product-details .faq-item .accordion .accordion-item .accordion-button {
    border-bottom: 0px !important;
}

.continue-shipping a {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.product-varint-prizes .product-discount-price {
    color: #ddd;
    font-size: 15px;
}

.premium-subsciption .premium-right-container .pre-documentation {
    padding-left : 0px;
}

.premium-subsciption.product-details ol.breadcrumb {
    margin-left: 0 !important;
}


.text-truncate-3 {
    display: -webkit-box;
    line-clamp: 3;;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    height: 4.5rem;
}


.premium-subsciption .alo_sold-product .alo_flash-sold {
    display: flex;
    gap: 5px;
}
.premium-subsciption .alo_sold-product .alo_flash-sold svg
 {
    height: 15px;
    fill: #ef4646;
    font-style: normal;
    font-weight: 400;
    margin-top: 1px !important;
    
}

/* ✅ Common Section */
.product_logo_payment {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

/* Fieldset box */
.product_logo_payment fieldset.safe-checkout-box {
  position: relative;
  border: 1px solid #e8ecef;
  border-radius: var(--bs-border-radius-lg) !important;

  padding: 10px 20px;
  background: #fff;
  text-align: center;
}

/* ✅ Fix missing top border under legend */


/* Legend styling */
.product_logo_payment fieldset.safe-checkout-box .title {
  font-size: 18px;
  font-weight: 500;
  color: #0c412d;
  background: #fff;
  padding: 0 12px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; /* above pseudo border */
}

/* Payment logos */
.product_logo_payment .payment_type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.product_logo_payment .payment_type img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product_logo_payment .payment_type img:hover {
  transform: scale(1.05);
}

.premium-subsciption .terms-and-conditions p {
    cursor: pointer;
}
.delivery-info-box {
  border: 1px solid #e8ecef;
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
  margin-top: 25px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.delivery-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.delivery-info-list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}

.delivery-info-list i {
  color: #1389e9;
  font-size: 16px;
  width: 22px;
  margin-right: 8px;
  margin-top: 2px;
}

.delivery-info-list i.fa-whatsapp {

  font-size: 19px !important;
  margin-right: 6px !important;
}

.delivery-info-list strong {
  color: #1389e9;
  margin-right: 4px;
}

.delivery-info-list .note {
  color: #c0392b;
}

.delivery-info-list a {
  color: #0d6efd;
  text-decoration: none;
}

.delivery-info-list a:hover {
  text-decoration: underline;
}
