.catalog-category-view input[type=text] {
    height: 34px !important;
	width:35px;
}
.list-input-group-qty {
    width: 110px;
}
.catalog-category-view .success {
    color: black !important;
}
.button-center {
     text-align: center;
width:100%;
}
.event-sub-title {
    border: 2px solid #ff4081;
    padding: 9px;
    border-radius: 7px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	    text-transform: uppercase;
		font-size:18px;
}
.hoursBlock {
	padding-top: 5px;
}
.hourBtn {
	margin-bottom: 5px;
    font-weight: bold;
}

.footer-col-content {
    color:white;
}

.ticket-name {
    font-weight: bold;
}
.ticket-description {
    font-size: smaller;
}
.tickets-sub-total {
    border-top: 2px solid;
    border-bottom: none;
}
.ticket-noborder {
    border: 0px !important;
}
.hidden-tickets {
    display: none;
}


/* CALENDAR */
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #5e1d7e !important;
}

.tickets-message-bottom {
    width:100%;
    text-align: center;
    padding-top: 20px;
}

