/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

/* Pricing Tables */
                table {
			border-collapse: collapse;
			width: auto;
		}
		td {
			padding: 3px 0;
			border-bottom: 1px solid #404040;
			vertical-align: center;
                        font-size: 1.1rem !important;
                        color: #404040 !important;
		}
		td:first-child {
			padding-right: 40px;
		}
		tr:last-child td {
			border-bottom: none;
		}


/* booking widget headings */
.title-small {
    font-weight: 600 !important;
}

/* hide the current time */
div#sb_booking_company_time {
    display: none;
}

/* Services prices */
h4 {
    font-size: 1.5rem !important;
    color: #000000 !important;
}

/* hide Footer links */
footer#footer {
    display: none;
}

/* replace the quantity selection icon */
.plugin-group-booking:before {
    width: 32px;
    height: 32px;
    background: url(https://glamfurspa.com/wp-content/uploads/favicon-paw.png);
    left: 15px;
    top: 10px;
}


 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

