.custom-textImage3-ls {
    letter-spacing: 0.2px !important;
}

.fw-grey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.6);
    z-index: 1;
}

.fw-discount-icon {
    right: 15px;
    top: 15px;
}

.fw-out-of-stock {
    left: 15px;
    top: 15px;
}

.fw-btn-py-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.fw-btn-px-22px {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

@media (min-width: 992px) {
    .fw-text-lg-30px {
        font-size: 30px !important;
    }
}

.fw-counter {
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 40px;
    border-right: 2px solid var(--primary);
    text-align: center;
}

.counter-controls button:first-child {
    border-bottom: 2px solid var(--primary);
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
    line-height: 18px !important;
}

.counter-controls button:last-child {
    border: none;
    background: none;
    color: var(--primary);
    font-size: 1.2rem;
    width: 100%;
    padding: 0;
    line-height: 18px !important;
}

.counter-display {
    flex-grow: 1;
    text-align: center;
}

.counter-display input{
    text-align: center;
    border: 0 !important;
    color: var(--primary);
    font-weight: 600;
    width: 40px;
}

.add-to-cart {
    background-color: var(--primary);
    color: white;
    font-weight: bold;
    border: none;
    width: 50%;
    height: 100%;
}

.add-to-cart.disabled {
    background-color: #808080;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.7;
}

.ticket-counter.disabled {
    border-color: #808080;
}

.counter-controls.disabled {
    border-right-color: #808080;
}

.counter-controls.disabled button {
    color: #808080;
    cursor: not-allowed;
    opacity: 0.7;
}

.counter-controls.disabled button:first-child {
    border-bottom-color: #808080;
}

.counter-display.disabled {
    color: #808080 !important;
    opacity: 0.7;
}
