.ticket-donation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw;
}

.ticket-donation-price-note {
    font-size: 1.2vw;
    color: #000000;
    font-weight: bold;
    margin-top: 5%;
    display: block;
}

.ticket-donation-option input[type=radio]{
	display:none;
}

.ticket-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5vw 1vw;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    cursor: pointer;
    font-size: 1vw;
    font-weight: 600;
    transition: .2s;
    background: #ffffff69;
    color: #000000;
}

.ticket-button:hover{
	 border-color: #000000;
}

.ticket-donation-option input[type=radio]:checked + .ticket-button {
    border-color: #000000;
    /* background: #cdcdcd; */
    color: #000000;
}

.ticket-button-other{
	gap:10px;
}

.ticket-donation-other-input{
	width: 4vw !important;
    border: none !important;
    outline: none;
    background: transparent;
    font-size: 1vw;
    border: none !important;
    padding: 0 !important;
    height: 1vw;
}

.ticket-donation-option input[type=radio]:checked + .ticket-button .ticket-donation-other-input{
	color:#000000;
}

.ticket-donation-other-input::placeholder{
	color:inherit;
	opacity:.6;
}

p.ticket-stock {
    font-size: 0.8vw;
    font-weight: 600;
    margin-top: 2%;
}

.tickets-quantity {
    margin-top: 5%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1vw;
    font-family: 'ASSISTANT';
    font-weight: 600;
}

.tickets-quantity input {
    font-family: 'ASSISTANT';
    font-size: 1vw;
    background-color: #f5f2ef;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
}

@media (min-width:768px) and (max-width:1025px) {
	
	.ticket-donation-price-note {
    font-size: 3.5vw;
    margin-top: 4%;
}

.ticket-donation-options {
    gap: 1.5vw;
}

.ticket-button {
    padding: 1.2vw 4vw;
    font-size: 2.5vw;
}

.ticket-donation-other-input {
    width: 8vw !important;
    font-size: 2.5vw;
    height: 2.5vw;
}

.ticket-donation-submit {
    width: 30% !important;
}

p.ticket-stock {
    font-size: 2.5vw;
}

.tickets-quantity,
.tickets-quantity input {
    font-size: 2.5vw;
}
	
}

@media (max-width:767px) {
	
	.ticket-donation-price-note {
    font-size: 5vw;
    margin-top: 5%;
}

.ticket-donation-options {
    gap: 2.5vw;
}

label.ticket-donation-option {
    width: calc(34% - 2.5vw);
}

.ticket-button {
    padding: 4vw 6vw;
    font-size: 4.2vw;
}

.ticket-donation-other-input {
    width: 12vw !important;
    font-size: 4.2vw;
    height: 4.2vw;
}

.ticket-donation-submit {
    width: 100% !important;
}

p.ticket-stock {
    font-size: 4.2vw;
    margin-top: 5%;
}

.tickets-quantity,
.tickets-quantity input {
    font-size: 4.5vw;
}
	
}