/* Added plus and minus buttons to the person types input in front-end. Author: Wifredo - Turitop. Since: 6.0.15 */
.yith-wcbk-form-section-persons .turitop-person-type-input,
.yith-wcbk-form-section-persons .turitop-person-type-input .yith-wcbk-people-selector__field__totals,
.yith-wcbk-form-section-person-types .turitop-person-type-input,
.yith-wcbk-form-section-person-types .turitop-person-type-input .yith-wcbk-people-selector__field__totals {
    display: flex;
}

.yith-wcbk-form-section-persons .turitop-person-type-input .yith-wcbk-people-selector__field__totals,
.yith-wcbk-form-section-person-types .turitop-person-type-input .yith-wcbk-people-selector__field__totals {
    flex-direction: column-reverse;
}

.yith-wcbk-form-section-persons .turitop-person-type-input .yith-wcbk-booking-persons,
.yith-wcbk-form-section-person-types .turitop-person-type-input .yith-wcbk-booking-person-types {
    border: 1px solid #00a7b7;
    border-radius: 0 !important;
    margin: 0;
}

.yith-wcbk-form-section-persons .turitop-person-type-input .yith-wcbk-people-selector__field__minus,
.yith-wcbk-form-section-persons .turitop-person-type-input .yith-wcbk-people-selector__field__plus,
.yith-wcbk-form-section-person-types .turitop-person-type-input .yith-wcbk-people-selector__field__minus,
.yith-wcbk-form-section-person-types .turitop-person-type-input .yith-wcbk-people-selector__field__plus {
    width: 21px;
    height: 21px;
}
