@media screen and (max-width:1000px)
{
	.booking_service_buttons
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:110px;
	}
	
	.booking_services_list {
		width:100%;
	}
	.booking_box_categories {
		width:90%;
		max-width:328px;
		height:300px;
		border:1px solid #ffffff;
	}
	.booking_box_categories:hover {
		border:1px solid #ffffff;
		box-shadow: 0px 1px 20px rgb(0 0 0 / 20%);
	}
	.booking_box_categories.child_1
	{
		margin:10px 5px;
	}
	.booking_box_categories.child_5
	{
		margin:10px 5px;
	}
	.booking_box_category_image {
		height:238px;
	}
	.booking_box_categories h3 {
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		color: #000000;
		letter-spacing: 0px;
		line-height: 22px;
		padding:9px 0;
	}
	
	
	.booking_service_three
	{
		width:calc(90% - 20px);
		max-width:308px;
		height:420px;
		display:inline-block;
		padding:10px;
		margin-bottom:30px;
		vertical-align:top;
		border:1px solid #ffffff;
	}
	.booking_service_three:hover {
		border:1px solid #ffffff;
		box-shadow: 0px 1px 20px rgb(0 0 0 / 20%);
	}
	
	.booking_service_three_image {
		width:100%;
	}
	
	.booking_service_three_content {
		background: transparent;
		padding: 15px 10px 0;
		height: 151px;
	}
	
	.booking_service_three_price,
	.booking_service_three_content h3 {
		display:none;
	}
	
	.booking_service_three_content h1 {
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		color: #000000;
		letter-spacing: 0px;
		line-height: 22px;
	}
	
	.booking_service_three_content .booking_service_three_price_bottom {
		font-size: 28px;
		text-align: center;
		font-family: 'bold';
		font-weight: bold;
		color:#000000;
	}
	
	.service_button.button_grey {
		position: absolute;
		right: calc(50% - 4px);
		bottom: 0;
		width: 40px;
		height: 40px;
		font-size: 14px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		bottom: 40px;
		padding: 0px;
		background-color: #dddddd !important;
		border-radius: 40px;
		border: 0px #ff0000 solid;
		text-align: center;
		cursor: pointer;
		margin-right: 5px;
		margin-left: auto;
		margin-bottom: 10px;
		line-height: 34px;
		vertical-align: top;
		display: inline-block;
		letter-spacing: 0px;
		
		-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_grey img {
		width: 20px;
		margin-top: 11px !important;
	}
	.service_button.button_grey.know_button {
		display:none;
	}
	.service_button.button.add_button {
		position: absolute;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		left: calc(50% - -4px);
		bottom: 40px;
		padding: 0;
		background-color: #444444;
		border-radius: 40px;
		border: 0px #016db5 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;
		display: inline-block;
		text-transform: uppercase;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		font-size: 12px;
		margin-bottom: 10px;
		
		-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;
	}
	
	
	.booking_service_detail_body_brand {
		display:none;
	}
	.booking_service_detail_body_designation {
		margin: 0;
		font-size: 27px;
		font-weight: bold;
	}
	#service_final_price {
		color:#000000 !important;
	}
	#booking_add_button .store_button {
		background: #016db5;
		border-radius: 50px;
	}
	.booking_service_detail_body .store_button_grey {
	    background: #dddddd;
		border-radius: 100%;
	}
}