.products .product .price .price-affix
{
	color: #242424;
}

.product .price .price-affix 
{
	color: #242424;
	font-size: 15px;
}

.page-title:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width:100%;
	height:100%;
	background: #0000002b;
}

.language-dropdown {
	position: relative;
	display: inline-block;
}
.language-dropdown i {
	font-size: 10px;
	color: #fff;
	margin-left: 2px;
}

.language-dropdown .dropbtn {
	background-color: transparent;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	border: none;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border: 1px solid #ffffff2e;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language-dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.language-dropdown .dropdown-content a {
	color: #333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.language-dropdown .dropdown-content a:hover {
	background-color: #f1f1f1;
}

.language-dropdown .show {
	display: block;
}

/* 
	Single product 
*/

.product .wc-bookings-booking-cost.price,
.product .wc-bookings-booking-cost.price span,
.product .wc-bookings-booking-cost.price bdi
{
	color: #242424 !important;
}

.product .wc_bookings_field_duration #wc_bookings_field_duration {
	visibility: hidden !important;
}