.button_social_networks
{
	position:relative;
	display:inline-block;
	width:15px;
	height:15px;
	color:#ffffff;
	border-radius:15px;
	padding:3px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	border:1px #ffffff solid;
	line-height:70px; 
	
	-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;
}
.button_social_networks:hover
{
	background-color:#DE0000;
}

.booking_service_detail_body label.error
{
	margin-bottom:0px;
}

.store_button, .store_button_buy, .store_button_grey, .button_grey
{
	border-radius: 40px;
	background:#000000;
}

#hour_start.select
{
	height:44px !important;
}

.store_related_services_list
{
	display:none !important;
}
#service_final_price
{
	color:#000000 !important;
}
.booking_services_list
{
	width:100%;
}
.service_button.wishlist_button
{
	display:none;
}
.service_button.button_grey.know_button
{
	display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
	outline: none;
    text-indent: -9999px;
    background-image: url(/_images/icon-see-more.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
	background-color: #dddddd !important;
    border-radius: 40px;
    border: 0px #dddddd solid;
	padding:0px;
	margin-left: calc(50% - 45px);
    margin-right: 10px;
}
.service_button.button.add_button
{
	display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
	outline: none;
    text-indent: -9999px;
    background-image: url(/_images/icon-cart-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-radius: 40px;
    border: 0px #dddddd solid;
	padding:0px;
}
.booking_service_three.middle
{
	margin:0px 10px 20px;
}
@media screen and (min-width:1001px)
{
	.booking_service_three
	{
		width:calc(100% / 5 - 32px);
		padding:5px;
		margin:0px 10px 30px;
	}
	.booking_service_three_image
	{
		width:100%;
	}
	.booking_service_three_price 
	{
		display:none;
	}
	.booking_service_three_content h1
	{
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		color: #444444;
		letter-spacing: 0px;
		line-height: 22px;
		text-align:center;
		height:76px;
		overflow:hidden;
	}
	.booking_service_three_content .booking_service_description
	{
		display:none;
	}
	.booking_service_three_price_bottom
	{
		margin-bottom:15px;
	}
	.booking_service_three_price_bottom span
	{
		font-size: 24px;
		font-family: 'bold';
		font-weight: normal;
		text-align: center;
		color: #000000 !important;
	}
}