/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

/* === Customizacja formularza rezerwacji TourMaster === */

/* Ukryj szarą kreskę oddzielającą (data-step=999) */
.tourmaster-tour-booking-extra-info[data-step="999"] {
    display: none !important;
}

/* Ukryj przycisk "Zapisz na listę życzeń" */
.tourmaster-save-wish-list {
    display: none !important;
}

/* Ukryj licznik wyświetleń */
.tourmaster-view-count {
    display: none !important;
}
