#featured-offers {
	position: relative;
	transition: left 0.4s;
}
#featured-listings {
	overflow: hidden;
}

.more-offers-btn {
	font-size: var(--small);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 90px;
	text-align: center;
}
.more-offers-btn i{font-size: var(--xxxlarge);}
    .more-offers-btn i:hover{cursor: pointer;}

/****display message****/
#loading-message {
	height: 130px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: var(--bg-color);
}
	#loading-message.hidden {display: none;}

#loading-message p {
	font-size: var(--large);
    animation: blink 1.8s linear 0s infinite alternate;
}

@keyframes blink{
    from{opacity:1;}
    to{opacity: 0;}
}

a.listing-featured {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
}
#listing-featured-carousel .splide__slide {
	padding: 14px 0;
}
a.listing-featured .logo {
	display: flex;
	align-items: center;
	height: 70px;
	width: 70px;
	border: 2px solid var(--main-color);
	border-radius: 70px;
	position: relative;
	padding: 0;
	box-shadow: none;
	bottom: 0;
	left: 0;
}