.custom-ticket-fields label {
    display: inline-block;
    min-width: 210px
}

.show-prod-btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.custom-ticket-fields .quantity {
    margin-bottom: 20px
}

.custom-ticket-fields .quantity button {
    background-color: #9DFF20;
    border-radius: 50%;
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    cursor: pointer;
}

.custom-ticket-fields .quantity button:hover {
    background-color: #000;
    color: #fff;
}

.custom-ticket-fields .input-text {
    margin: 0 .5rem;
    width: 3em;
}

.custom-ticket-fields .price{
    margin-left: 10px;
}


.wc-tabs-wrapper {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
}

body {
    background-color: #edfddd;
}