/* Turitop Booking code start
   Booking form
   Author: Wifredo
   Since: 6.0.4
*/

.yith-wcbk-booking-form .turitop-booking-form-person-type-special-price {
    font-size: 12px;
}

.yith-wcbk-booking-form .turitop-booking-form-people-optional-price-details {
    font-size: 12px;
}

/* Solves design problem with people selector. Author: Wifredo. Since: 6.0.6 */

.yith-wcbk-form-section-persons-wrapper.yith-wcbk-form-section-wrapper .yith-wcbk-form-section.yith-wcbk-form-section-person-types .yith-wcbk-form-section__label.yith-wcbk-booking-form__label {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}