#ws-product-info {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 1.1em;
}

#ws-product-info li {
	line-height: 35px;
	list-style: none;
	clear: both;
	overflow: hidden;
}

#ws-product-info li:first-child {
	border-top: 0;
	font-weight: bold;
}

#ws-product-info li:nth-last-child(2) {
	border-top: solid 1px #ccc;
	font-weight: bold;
	color:#ff0000;
}

#ws-product-info .ws-item-tax {
	color: #333;
	font-size: 0.8em;
}

.ws-form-item {
	min-height: 49px;
}

.form-item-note {
	margin-bottom: 15px!important;
}

.page-book-confirm h1.page-header {
	display: none;
}

.page-book h1.page-header {
	/*
	background: url('/sites/all/themes/winsold/images/booking_details_top_banner.png') repeat-x;
	color: #fff;
	*/
	color: #038cd3;
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	border-bottom: 0;
	text-align: center;
	text-transform: capitalize;
}

.page-book .ws-btn-submit,
.page-book-confirm .btn.btn-info {
	background: url('/sites/all/themes/winsold/images/booking_details_book_now.png') repeat-x;
	height: 49px;
	background-size: 1px 50px;
	line-height: 38px;
	max-width: 280px;
	text-transform: uppercase;
}

.page-book .ws-btn-submit:hover {
	background: none;
	background-color: #cd0920;
}

.ws-book-confirm-msg {
	line-height: 28px;
}

.alert-danger.messages.error {
	/*
	background-color: #ff0000;
	color: #fff;
	max-width: 760px;
	margin: 0 auto;
	*/
	display: none;
}

.ws-checkbox {
	background-color: #337ab7;
	padding: 10px;
	margin: 20px 0;
}
.ws-checkbox .has-error .control-label {
  color: #fff;
}
.ws-checkbox h3 {
	text-align: center;
}

.alert.alert-warning {
	background-color: #ff0000;
	color: #fff;
	max-width: 760px;
	margin: 0 auto;
}

.ws-color-white {
	color: #ccc;
}

@media screen and (max-width: 600px) {
	.col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.ws-no-left-padding {
		padding-left: 0;
	}
	.ws-no-right-padding {
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.page-book-confirm .main-container.container {
		padding: 50px 50px 30px 50px;
		max-width: 580px;
	}
	.page-book .main-container.container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
