/*
 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
*/
.tourmaster-tour-booking-bar-total-price-title:after {
font-size: 8px;
content: ' (VAT Inc)';
}
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content {
visibility: hidden;
position: relative;
}
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content:after {
display: block;
visibility: visible;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: 'Your booking detail has been sent to your email.\AYou can check and manage your tickets from your dashboard.';
white-space: break-spaces;
}
.order_number {
background-color: #fff !important;
}
.tourmaster-billing-field {
}
.tourmaster-payment-method-title {
visibility: hidden;
}
.tourmaster-payment-method-title:after {
content: '\AYou will be redirected to a secure Etisalat page for payment';
white-space: break-spaces;
visibility: visible;
border-bottom-width: 2px;
border-bottom-style: solid;
padding-bottom: 25px;
border-color: #e3e3e3
}