/*
CTC Separate Stylesheet
Updated: 2022-04-05 13:15:44
*/

#car-selection,
#train-selection,
#air-selection,
#share-vehicle,
#hotel-category {
	display: none;
}

.royaltickets-qty .minus-child {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-size: 28px;
    padding: 0 7px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: #fff !important;
    background-color: #dcb533;
}

.royaltickets-qty .plus-child {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-size: 28px;
    padding: 0 7px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: #fff !important;
    background-color: #dcb533;
}

.royaltickets-qty .minus-child:hover,
.royaltickets-qty .plus-child:hover {
    color: #fff !important;
    background-color: #dcb533;
}

#ticket_means_transportation_chosen.error a.chosen-single,
#ticket_car_type_chosen.error a.chosen-single,
#ticket_train_type_chosen.error a.chosen-single {
	border-color: #dc3232;
}

.hide-free {
    display: none !important;
}