<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.booking_services_list
{
	width:100%;
}
.button_social_networks_share
{
    display: inline-block;
    padding: 3px;
    margin-right: 3px;
    border-radius: 20px !important;
}
.store_button,
.store_button_buy,
.store_button_grey,
.button_grey
{
	background:#97be26;
}
.store_box_services_small .store_add_button
{
	display:none;
}
#service_final_price
{
	color:#97be26 !important;
}

.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;
}
.store_total.store_total_tax
{
	display:none;
}
@media screen and (min-width:1001px)
{
	.box_services
	{
		width: calc(100% / 3 - 30px);
	}
	.box_services_text h1
	{
		font-size:40px;
	}
	.store_box_services_small .store_box_featured_service_image
	{
		height:200px;
		background-position:center;
	}
	.store_box_services_small .store_view_grey
	{
		background:#97be26;
	}
	.store_column_title_designation,
	.booking_column_data_designation
	{
		width:calc(100% - 515px);
	}
}</pre></body></html>