.ticket_element {
    padding: 0px 20px 0px 12px;
    margin: 0 10px;
    border: 1px solid #ebebeb;
    width: 90%;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background: #fff url(../images/dropdown.png) no-repeat right center;
}

.ticket_element_ga {
    background: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
}

.ticket_element select {
    cursor: pointer;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    padding: 0px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.ticket_element select:focus {
    outline: none;
}

.ticket_element span.qtylabel {
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
}

.remove_ticket {
    cursor: pointer;
    background-color: #e6e6e6;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #a1a1a1;
    font-size: 10px;
}

.remove_ticket:hover {
    color: #fff;
    background-color: #de1e26;
}