/* WooCommerce Semel Quick Start styles */
.semel-quick-steps-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 560px;
}

.semel-quick-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .35s ease, opacity .25s ease;
    pointer-events: none;
}

.semel-quick-step.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.semel-step-nav {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.semel-field-group label {
    display: block;
    margin-bottom: 1rem;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 450px;
    margin-right: 50px;
}

.semel-quick-start-product {
  margin-top: 50px;
}

.semel-quick-start-product h1 {
    font-size: 50px;
    margin-top: 40px;
}

.semel-quick-start-wizard .semel-quick-step h2 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 24px;
}

.semel-quick-subtitle {
    font-size: 1rem;
    color: #333;
    margin-top: -10px;
    margin-bottom: 16px;
}

.semel-quick-list {
    margin: 0 0 20px 20px;
}

.semel-quick-list li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.semel-field-group {
    margin: 25px 0 30px 0;
}

.semel-summary-current {
  margin-bottom: 2rem;
}

.semel-summary-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #e9e6ed7a;
}

.semel-summary-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.semel-summary-icon {
  font-weight: 700;
}

.semel-summary-list li.is-on .semel-summary-icon {
  color: #2e7d32;
}

.semel-summary-list li.is-off .semel-summary-icon {
  color: #b71c1c;
  opacity: 0.8;
}

.elementor-kit-4 button:hover {
    color: white !important;
    border-width: 0 !important;
    background-color: #F1AB47 !important;
}

.semel-quick-summary-new.is-hidden {
  display: none;
}

.semel-summary-longline,
.semel-help-text {
    font-size: 0.8rem;
    color: #666;
}

.semel-cart-wizard-meta {
  margin-top: .5rem;
  font-size: 0.9em;
  line-height: 1.4;
}

.semel-cart-wizard-meta p {
  margin: 0 0 .25rem;
}

.single_add_to_cart_button.is-disabled[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.semel-contract-terms {
    margin-top: 23px;
    background-color: #e9e6ed7a;
    padding: 16px 10px 6px 16px;
    border-radius: 16px;
}

p.semel-contract-terms__links {
    margin-top: 7px;
    margin-left: 25px;
}

p.semel-contract-terms__links a {
    font-size: 0.85rem;
}

.semel-quick-error-text {
    color: #d00;
    font-size: 0.9rem;
    margin-top: 8px;
}

.semel-quick-info {
    border: 1px solid #d9d9d9;
    background: #f7f7f7;
    padding: 16px;
    border-radius: 6px;
    color: #333;
    margin-top: 12px;
}

@media only screen and (max-width: 797px) {

    .semel-quick-steps-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 700px;
    }

}
