.booking_services_list
{
	width:100%;
}
#booking_add_button .store_button,
.button_grey.popup,
.store_button,
.store_button_buy,
.store_button_grey,
.button_grey,
.register_login_page .button
{
	background-color:#ffca00;
	border-radius:40px;
	color:#ffffff;
}
.booking_service_detail_body .store_button_grey
{
	border-radius:40px;
}

.button_social_networks.button_social_networks_share
{
	position:relative;
	display:inline-block;
	padding:5px;
	border-radius:100%;
	margin-right:5px;
}

#service_final_price
{
	font-family:bold;
	color:#000000 !important;
}

.store_column_title.store_column_title_price,
.store_column_title.store_column_title_tax,
.booking_column_data.booking_column_data_vat,
.booking_column_data.booking_column_data_price
{
	display:none;
}
.store_related_services_list
{
	display:none;
}

.register_login_page h1
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: bold;
    font-weight: normal;
    text-transform: none;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #0fb551;
}

h3.store_price_with_vat_message
{
	font-size:12px;
}

@media screen and (min-width:1001px)
{
	.booking_service_detail_image
	{
		margin-right:50px;
	}
	.booking_service_detail_body
	{
		width:calc(100% - 555px);
	}
	
	.store_column_title_designation,
	.booking_column_data_designation
	{
		width:calc(100% - 585px);
	}
	.store_column_title.store_column_title_quantity,
	.booking_column_data.booking_column_data_quantity
	{
		min-width:170px !important;
	}
	
	.booking_service_three
	{
		border:0px;
		border-radius:20px;
		width: calc(100% / 4 - 30px);
		margin:0px 15px 30px !important;
		min-width:260px;
	}
	.booking_service_three:hover
	{
		border:0px;
	}
	.booking_service_three .booking_service_three_image
	{
		width:100%;
		border-radius:20px 20px 0px 0px;
	}
	.booking_service_three .booking_service_three_content
	{
		border-radius:0px 0px 20px 20px;
		width:calc(100% - 20px);
		position:relative;
		display:inline-block;
	}
	.booking_service_three .booking_service_three_price 
	{
		display:none;
	}
	.booking_service_three .booking_service_description
	{
		display:none;
	}
	.booking_service_three_content h1
	{
		text-align:center;
		font-family:bold;
	}
	.service_button.button_grey.wishlist_button
	{
		display:none;
	}
	.booking_service_three_price_bottom 
	{
		position: absolute;
		bottom: 80px;
		font-family: bold;
		font-size: 26px;
		color: #0fb551;
		text-align: center;
		width: 100%;
	}
	.booking_service_three_price_bottom strike
	{
		font-size: 16px;
		margin-right:10px;
	}
	.booking_service_buttons
	{
		position:absolute;
		width:100%;
		bottom:20px;
		left:0;
		text-align:center !important;
	}
	.service_button.button_grey.know_button
	{
		position: relative;
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px;
		background-color: #c7c7c7;
		border-radius: 40px;
		border: 0px #dddddd solid;
		text-align: center;
		cursor: pointer;
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-view.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		margin:0px 5px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.service_button.button.add_button
	{
		position: relative;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		padding: 0;
		background-color: #0fb551;
		border-radius: 40px;
		border: 0px #ff0000 solid;
		visibility: visible !important;
		z-index: 1;
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-cart-white.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		margin:0px 5px;
	}
}