/*
  Theme Name: Maha Siddha
  Theme URI: https://www.creocoding.com
  Author: Creo Coding
  Author URI: https://www.creocoding.com
  Description: Base theme for Maha and Divi
  Template:     Divi
  Versoin: 1.0.0
*/
.maha-prayer-products-table {
  border-radius: 10px;
}
.maha-prayer-products-table thead th {
  background-color: #6666ff;
  color: #ffffff;
}
.maha-prayer-products-table thead th.sku {
  border-top-left-radius: 10px;
}
.maha-prayer-products-table thead th.cart {
  border-top-right-radius: 10px;
}
.maha-prayer-products-table tbody td.name {
  color: #232323;
}

/* Product page slider styles */
.maha-prayer-slider-product {
  margin: 20px 0;
  max-width: 400px;
}

.maha-prayer-slider-product .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #666;
}

.maha-prayer-slider-product input[type=range] {
  width: 100%;
  margin: 10px 0;
}

.maha-prayer-slider-product .slider-value {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1em;
}

.maha-prayer-slider-product .prayer-count {
  font-weight: bold;
}

.maha-prayer-slider-product .unit-equivalent {
  color: #666;
  margin-left: 5px;
}

@media (max-width: 480px) {
  .maha-prayer-slider-product {
    margin: 15px 0;
  }
}
/*#6666ff*/
body .wcpt-table a.wcpt-button, body .wcpt-table a.wcpt-link_button {
  background-color: #6666ff;
  font-size: 16px;
}

body table.wcpt-table .wcpt-title {
  color: #6666ff;
}

.maha-max-display {
  display: block;
  font-size: 0.8em;
  color: #666;
  margin-top: 5px;
  line-height: 1;
}

.quantity.maha-max-controlled input {
  background-color: #f8f8f8;
}

/* For themes that hide quantity wrapper */
.quantity.hidden + .maha-max-display {
  display: none;
}

.prayer-unit-info {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.prayer-count, .total-prayers td {
  font-size: 0.9em;
  color: #666;
}

.total-prayers th {
  font-weight: normal;
}

.total-prayers td {
  font-weight: bold;
}

/* Quantity controls */
.quantity .plus[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
}

/* Prayer count display */
.prayer-count {
  display: inline-block;
  font-size: 0.85em;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}

/* Cart table specific */
.woocommerce-cart-form .prayer-count {
  margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .prayer-count {
    margin-left: 0;
    margin-top: 3px;
  }
}
/* Prayer slider styles */
.maha-prayer-slider, .maha-prayer-slider-product {
  margin-top: 10px;
  width: 100%;
}
.maha-prayer-slider input[type=range], .maha-prayer-slider-product input[type=range] {
  width: 100%;
  margin: 10px 0;
  background: #f3f3f3;
  border-radius: 10px;
  border: 0.5px solid;
}
.maha-prayer-slider .slider-labels, .maha-prayer-slider-product .slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  color: #666;
  font-weight: bold;
}
.maha-prayer-slider .slider-value, .maha-prayer-slider-product .slider-value {
  text-align: center;
  margin-top: 5px;
  font-size: 0.9em;
}
.maha-prayer-slider .slider-value .prayer-count, .maha-prayer-slider-product .slider-value .prayer-count {
  font-weight: bold;
}
.maha-prayer-slider .slider-value .unit-equivalent, .maha-prayer-slider .slider-value .unit-per, .maha-prayer-slider-product .slider-value .unit-equivalent, .maha-prayer-slider-product .slider-value .unit-per {
  color: #666;
  font-size: 0.8em;
  margin-left: 5px;
}

/* Hide standard quantity input when slider is active */
.maha-quantity-selector .quantity {
  display: none;
}
