
@media screen and (min-width:1001px) {
	.booking_service_buttons
	{
		text-align:center !important;
		display: none;
	}
	.booking_service_three
	{
		position: relative;
		display: inline-block;
		height: inherit;
		width: calc(100% / 3 - 22px) !important;
		border: 1px solid transparent;
		top: 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 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
	}
	.booking_service_three:hover
	{
		top: 10px;
		/* border: none; */
	}
	.booking_service_three_image
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 20vw;
		text-align: left;
		display: inline-block;
	}
	.booking_service_three_price_bottom
	{
		display: none;
	}
	.booking_service_three_content
	{
		height: inherit;
	}
	.booking_service_three_novelty, .store_novelty_bar
	{
		position: absolute;
		display: inline-block;
		top: 20px;
		right: 0;
		background-color: #E77050;
		padding: 5px 20px;
	}
	.booking_service_three_novelty h3, .store_novelty_bar h3
	{	
		font-size: 14px !important;
		line-height: 20px !important;
		color: #ffffff !important;
		font-family: bold !important;
	}
	.box_service_detail_left_social .button_social_networks.wishlist
	{
		display: none !important;
	}
	.box_service_detail_left_pictures .f-carousel__slide div
	{
		height: 500px !important;
	}
}