/* Footer */

#footer { position: relative; display: block; padding: 40px 0 0 0;}
#footer a { color: var(--color-primary);}
#footer .wrap { position: relative; width: 100%; max-width: 1164px; padding: 0 12px; margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#footer .item {}
#footer .item label {}
#footer .item .star_rating {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}
#footer .item .star_rating .star_group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	column-gap: 4px;
}
#footer .item .star_rating .star_group > i { display: block; width: 24px; height: 24px;}
#footer .item .star_rating .score { font-size: 20px; font-weight: 450; height: 24px; line-height: 24px;}

@media (max-width: 767px) {
	#footer .wrap { flex-wrap: wrap; justify-content: center; padding: 0; margin: 0 20px; width: calc(100% - 40px);}
	#footer .item { width: 100%;}
}

/* Footer Trust */

#footer > .trusted {}
	#footer > .trusted .wrap { align-items: center; border-top: 1px solid #dfdfe1; padding-top: 40px; padding-bottom: 40px;}
	#footer .trusted .badge {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		column-gap: 8px;
		margin-top: 4px;
	}
	#footer .trusted .badge .logo { line-height: 1em; height: 20px;}
	#footer .trusted .badge .review_count { font-size: 14px; font-weight: 400; height: 20px; line-height: 20px;}
	
	/* Google Reviews */
	#footer .trusted .item.google_reviews {}
	#footer .item.google_reviews .star_rating .star_group {}
	#footer .item.google_reviews .star_rating .star_group > i { width: 20px; height: 20px; background: url('../svg/trust_star.svg') no-repeat center center; background-size: contain;}
	#footer .item.google_reviews .star_rating .star_group > i.star-half { background: url('../svg/trust_star_half.svg') no-repeat center center; background-size: contain;}
	#footer .item.google_reviews .star_rating .score {}
	
	/* Trustpilot */
	#footer .trusted .item.trustpilot .badge .logo { height: auto;}
	#footer .item.trustpilot .star_rating .star_group > i { width: 110px; background: url('../svg/trust_star2.svg') no-repeat center center;}
	#footer .item.trustpilot .star_rating .score { margin-right: 5px;}
	
	/* Product Review */
	#footer .trusted .item.product_review_award {}
	
	/* LE Members */
	#footer .trusted .item.le_members {}
	#footer .trusted .item.le_members .members { text-align: center;}
	#footer .trusted .item.le_members .members > span { display: block;}
	#footer .trusted .item.le_members .members .label { font-size: 14px; font-weight: 400; height: 20px; line-height: 20px;}
	#footer .trusted .item.le_members .members .count { font-size: 24px; font-weight: 450; height: 28px; line-height: 28px; padding-top: 4px;}
	
	@media (max-width: 767px) {
		#footer > .trusted { display: none;}
	}
	
/* Footer Connect */

#footer > .connect {}
	#footer > .connect .wrap { border-top: 1px solid #dfdfe1; padding-top: 40px; padding-bottom: 40px;}
	#footer > .connect .label { font-size: 16px; font-weight: 600; margin-bottom: 16px;}
	
	/* Social Media */
	#footer .connect .item.social_media { display: block; width: 100%; max-width: 300px;}
	#footer .connect .item.social_media ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
	}
	#footer .connect .item.social_media ul li { display: inline-block;}
	#footer .connect .item.social_media ul li span { position: relative; width: 46px; height: 46px; border: 1px solid #ccc; border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .connect .item.social_media ul li span:before { content: ''; display: block; width: 20px; height: 20px;}
	#footer .connect .item.social_media ul li.facebook span:before { background: url('../svg/facebook.svg') no-repeat center center;}
	#footer .connect .item.social_media ul li.instagram span:before { background: url('../svg/instagram.svg') no-repeat center center; background-size: contain;}
	#footer .connect .item.social_media ul li.youtube span:before { background: url('../svg/youtube.svg') no-repeat center center; background-size: contain;}
	#footer .connect .item.social_media ul li.twitter-x span:before { background: url('../svg/twitter.svg') no-repeat center center; background-size: contain;}
	#footer .connect .item.social_media ul li.tiktok span:before { background: url('../svg/tiktok.svg') no-repeat center center; background-size: contain;}
	
	/* App Stores */
	#footer .connect .item.app_stores {}
	#footer .connect .item.app_stores .app_stores_links {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}
	#footer .connect .item.app_stores .app_stores_links a { display: block; width: 158px;}
	#footer .connect .item.app_stores .app_stores_links picture { width: 158px; height: 44px;}
	#footer .connect .item.app_stores .app_stores_links picture img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	/* Payment Gateways */
	#footer .connect .item.payment_gateways { 
		max-width: 300px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 8px;
	}
	#footer .connect .item.payment_gateways picture { width: 34px; height: 24px;}
	#footer .connect .item.payment_gateways picture.big { width: 100px; height: 24px;}
	
	@media (max-width: 767px) {
		#footer > .connect .label { text-align: center;}
		#footer .connect .item.social_media { padding-bottom: 30px;}
		#footer .connect .item.social_media ul { justify-content: center;}
		#footer .connect .item.app_stores { padding-bottom: 30px;}
		#footer .connect .item.app_stores .app_stores_links a { width: 140px;}
		#footer .connect .item.app_stores .app_stores_links picture { width: 140px; height: 38px;}
		#footer .connect .item.payment_gateways { justify-content: center;}
	}

/* Footer Navigation */

#footer > .navigation { background-color: #EFEFF0;}
	#footer > .navigation .wrap { padding-top: 40px; padding-bottom: 40px;}
	#footer > .navigation .label { font-size: 16px; font-weight: 600;}
	#footer > .navigation ul { display: block; margin: 16px 0;}
	#footer > .navigation ul > li { display: block; margin-top: 8px;}
	#footer > .navigation ul > li > a { display: block; font-size: 14px; font-weight: 400;}
	#footer > .navigation ul > li > a:hover { text-decoration: underline;}
	
	#footer > .navigation ul.support {}
	#footer > .navigation ul.support > li > a {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 24px;
		column-gap: 12px;
	}
	#footer > .navigation ul.support > li > a:hover { text-decoration: none;}
	#footer > .navigation ul.support > li i img { border-radius: 50%;}
	#footer > .navigation ul.support > li div { display: block; font-size: 14px; line-height: 16px; font-weight: 400;}
	#footer > .navigation ul.support > li div > span { display: block; font-size: 12px; padding-top: 4px; color: #7E8188;}
	
	@media (max-width: 767px) {
		#footer > .navigation .wrap { padding-top: 40px; padding-bottom: 10px;}
		#footer > .navigation .item { padding-bottom: 30px;}
	}

/* Footer Accreditations */

#footer > .accreditations { background-color: #EFEFF0;}
	#footer > .accreditations .wrap { border-top: 1px solid #dfdfe1; padding-top: 40px; padding-bottom: 40px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		column-gap: 32px;
	}
	#footer > .accreditations .wrap .item {}
	#footer > .accreditations .wrap .item.accreditation_logos {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		column-gap: 32px;
	}
	#footer > .accreditations .wrap .item.accreditation_logos picture.logo1 { max-width: 98px; height: 64px;}
	#footer > .accreditations .wrap .item.accreditation_logos picture.logo2 { max-width: 204px; height: 64px;}
	#footer > .accreditations .wrap .item.accreditation_logos picture.logo3 { max-width: 157px; height: 64px;}
	#footer > .accreditations .wrap .item.accreditation_logos picture img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#footer > .accreditations .wrap .item.accreditation_logos svg { max-width: 200px;}
	#footer > .accreditations .wrap .item.copyright { display: block; font-size: 12px; font-weight: 400; line-height: 1.5em; text-align: right;}
	
	@media (max-width: 767px) {
		#footer > .accreditations .wrap {
			flex-wrap: wrap;
		}
		#footer > .accreditations .wrap .item.accreditation_logos {
			flex-wrap: wrap;
			justify-content: center;
			gap: 30px;
		}
		#footer > .accreditations .wrap .item.copyright { text-align: center; padding-top: 30px; margin: 0 auto;}
	}

/* Location Popups */

#footer .location_anchor { display: block; font-size: 14px; font-weight: 400; cursor: pointer;}
#footer .location_anchor:hover { text-decoration: underline;}

#footer .location_popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#footer .location_popup.active { display: flex !important;}
#footer .location_popup .inner { position: relative; display: block; background: #fff; width: 100%; max-width: 560px; margin: 20px; overflow: hidden; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1.5px 0px, rgba(0, 0, 0, 0.05) 0px 1.5px 5px 0px, rgba(0, 0, 0, 0.05) 0px 5px 10px 0px, rgba(0, 0, 0, 0.04) 0px 15px 32px 0px;}
	#footer .location_popup .inner .h2 { padding: 20px 40px 5px 20px; font-size: 24px;}
	#footer .location_popup .inner p { display: block; padding: 0 40px 20px 20px; font-size: 14px;}
	#footer .location_popup .inner figure { position: relative; width: 100%; padding-top: 50%; z-index: 1; overflow: hidden;}
	#footer .location_popup .inner figure img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; object-position: center center;}
	#footer .location_popup .close_location_popup { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; background: #fff url('../svg/close.svg') no-repeat center center; cursor: pointer;}
	#footer .location_popup .close_location_popup:hover { background-color: #EFEFF0;}
	

