.booking_services_list
{
	width:100%;
}
.button_social_networks
{
	padding:5px;
	border-radius:100%;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}

.booking_service_detail_image
{
	margin-bottom:110px;
}

.store_column_title.store_column_title_price,
.store_column_title.store_column_title_tax,
.booking_column_data.booking_column_data_price,
.booking_column_data.booking_column_data_vat
{
	display:none;
}

.box_service_detail_left #big_thumb
{
	border-radius:8px;
}

.booking_discount_ball
{
	background:#EA6526 !important;
}

.box_service_detail_right h1,
.box_service_detail_right h2
{
	color:#000000;
}

.box_obcalendar 
{
	background:#ffffff;
}
.box_obcalendar .box_obcalendar_day.inactive.unavailable h3
{
	color:red;
}
.box_obcalendar .box_obcalendar_day h3
{
    background-color: rgba(163, 207, 128, 0.2) !important;
}
.box_obcalendar .box_obcalendar_day.inactive h3
{
	background-color: #ffffff !important;
}

.register_login_page h1
{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #000000;
	font-size: 40px;
}
.register_login_page h3
{
	text-align:center;
}


@media screen and (min-width:1001px)
{

	.store_column_title_designation,
	.booking_column_data_designation
	{
		width:calc(100% - 515px);
	}
	


	
	
		
		
	.booking_service_three_price
	{
		display:none;
	}

	.booking_service_three
	{
		position:relative;
		width:calc(100% / 4 - 20px);
		top:0px;
		background-color:#006673;	
		border-radius:20px;
		border:0px;
		height:400px;
		margin:0px 10px 90px;

		-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 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.booking_service_three:hover
	{
		top:-10px;
		border:0px;
		box-shadow:0px 1px 20px rgba(0,0,0,0.3);
	}
	.booking_service_three.middle
	{
		margin:0px 10px 90px;
	}
	.booking_service_three_image
	{
		width:100%;
		height:400px;
		border-radius:20px;
	}
	.booking_service_three_content
	{
		position:absolute;
		left:0px;
		bottom:0px;
		display:inline-block;
		width:calc(100% - 40px);
		padding:15px 20px;
		border-radius:0px 0px 20px 20px;
		background:#EA652690;
		height:40px;
	}
	.booking_service_three_content h1
	{
		font-family:bold;
		font-size:20px;
		color:#ffffff;
		text-align:center;
		overflow:hidden;
		height:40px;
	}
	
	.booking_service_description
	{
		display:none;
	}
	.booking_service_three_price
	{
		display:none;
	}
	.booking_service_three_price_bottom
	{
		display:none;
	}
	.booking_service_three_price_bottom 
	{
		position:absolute;
		left:20px;
		bottom:100px;
	}
	.booking_service_three_price_bottom span
	{
		font-family:bold;
		font-size:24px;
		color:#ffffff;
	}
	.booking_service_three_content h3
	{
		margin-top:25px;
		height:18px;
		overflow:hidden;
		color:#ffffff;
	}
	
	.booking_service_three_price.with_discount
	{
		display:none;
	}

	.booking_service_three .booking_service_buttons
	{
		margin-top:40px;
		text-align:center !important;
		position:relative;
	}
	.booking_service_three .service_button.button_grey
	{
		vertical-align:top;
	}

	.booking_service_three .service_button.button_grey.wishlist_button
	{
		
		display:none;
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-wishlist-white.png) !important;
		background-repeat:no-repeat;
		width:30px;
		height:30px;
		background-size:20px;
		background-position:center;
		margin-right:5px;
		background-color:transparent;
		border-radius:100%;
		border:1px solid #ffffff;
	}
	.booking_service_three .service_button.button_grey.wishlist_button:hover
	{
		background-color:#006673;
	}
	.booking_service_three .service_button.button_grey.wishlist_button:hover
	{
		background-color:#AD7C52;
		border:1px solid #AD7C52;
		background-image:url(/_images/icon-wishlist.png) !important;
	}
	.booking_service_three .service_button.button_grey.know_button
	{
		border-radius:100%;
		display:none;
		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:#AD7C52;
		border:1px solid #AD7C52;
		background-image:url(/_images/icon-see-more.png) !important;
	}

	.booking_service_three_novelty
	{
		position:absolute;
		display:inline-block;
		top:20px;
		left:0;
		background:#006673;
		padding:2px 10px;
		border-radius:0px 8px 8px 0px;
	}
	.booking_service_three_novelty h3
	{
		color:#ffffff;
	}


	.service_button.button.add_button
	{
		width:160px;
		position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
	}


	.store_button, .store_button_buy, .store_button_grey, .button_grey
	{
		background:#006673;
		border-radius:50px;
	}

	.store_column_title_designation,
	.store_column_title
	{
		background:#006673;
		color:#ffffff;
	}



	.store_steps
	{
		width:calc(100% / 3 - 12px);
	}
	
	
	
	
	
	
	
	
}







