.booking_service_three_price,
.booking_service_three_price.with_discount
{
	display:none;
}

.booking_service_three
{
	border:0px;
	box-shadow:0px 1px 15px rgba(0,0,0,0.1);
	border-radius:8px;
	background:#ffffff;
	position:relative;
}
.booking_service_three:hover
{
	border:0px;
}
.booking_service_three_image
{
	border-radius:8px;
}
.booking_service_three_content
{
	position:relative;
	display:inline-block;
	width:calc(100% - 40px);
	padding:15px 20px;
	border-radius:0px 0px 8px 8px;
	background:transparent;
}
.booking_service_three_content h1
{
	font-family:regular;
	font-size:16px;
	color:#000000;
}
.booking_service_three_price_bottom 
{
	position:absolute;
	left:20px;
	bottom:100px;
}
.booking_service_three_price_bottom strike
{
	margin-right:10px;
}
.booking_service_three_price_bottom span
{
	font-family:bold;
	font-size:24px;
	color:#000000;
}
.booking_service_three_content h3
{
	margin-top:25px;
	height:18px;
	overflow:hidden;
	color:#000000;
}

.booking_service_three .booking_service_buttons
{
	margin-top:20px;
}
.booking_service_three .service_button.button_grey
{
	vertical-align:top;
}
.service_button.button.add_button
{
	padding:13px 20px;
	width:calc(100% - 142px);
	background:#90846C;
	color:#ffffff;
}
.booking_service_three .service_button.button_grey.wishlist_button
{
	border-radius:100%;
	display:inline-block;
	outline: none;
	text-indent: -9999px;
	background-image:url(/_images/icon-wishlist.png) !important;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	background-size:20px;
	background-position:center;
	margin-right:5px;
	background-color:transparent;
	border:1px solid #ffffff;
}
.booking_service_three .service_button.button_grey.wishlist_button:hover
{
	background-color:#db506d;
}
.booking_service_three .service_button.button_grey.wishlist_button:hover
{
	background-color:#90846C;
	border:1px solid #90846C;
	background-image:url(/_images/icon-wishlist.png) !important;
}
.booking_service_three .service_button.button_grey.know_button
{
	border-radius:100%;
	display:inline-block;
	outline: none;
	text-indent: -9999px;
	background-image:url(/_images/icon-see-more.png) !important;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	background-size:20px;
	background-position:center;
	margin-right:5px;
	background-color:transparent;
	border:1px solid #ffffff;
}
.booking_service_three .service_button.button_grey.know_button:hover
{
	background-color:#90846C;
	border:1px solid #90846C;
	background-image:url(/_images/icon-see-more.png) !important;
}

.booking_service_three_novelty
{
	position:absolute;
	display:inline-block;
	top:20px;
	left:0;
	background:#db506d;
	padding:2px 10px;
	border-radius:0px 8px 8px 0px;
}
.booking_service_three_novelty h3
{
	color:#ffffff;
}


.store_button, .store_button_buy, .store_button_grey, .button_grey
{
	background:#90846C;
	border-radius:50px;
}

.store_column_title_designation,
.store_column_title
{
	background:#db506d;
	color:#ffffff;
}

.service_button.button_grey
{
	background-color:#888888 !important;
}

.booking_column_data.booking_column_data_vat
{
	display:inline-block;
}

@media screen and (min-width:1001px)
{
	.booking_column_data_designation
	{
		width: calc(100% - 520px);
	}
	.store_steps
	{
		width:calc(100% / 3 - 12px);
	}
}