/**
 * Oxygen template 7, code block #200 — its CSS.
 * Emitted inline by Oxygen (id=ct_code_block_css_200) and lost with the plugin.
 * %%EPID%% has been resolved to #code_block-200-7, as Oxygen did at render.
 */
#top-sales-slider .carousel-cell {
  width: 28%;
  height: 300px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

#top-sales-slider .carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
#top-sales-slider .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.property-data-extra{
 	font-size: 16px;
  font-weight: 400;
}

.hp-top-offers a h3, .hp-top-offers a span{
 	color: #404040; 
}

.hp-top-offers a button{
 	color: #404040; 
}

.carousel-cell a{
  	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
  	color: #404040;
}

.carousel-cell a button{
 	border: 1px solid #aaaaaa;
}

.property-data-extra-container{
	display: flex;
  	flex-direction: row;
  	padding: 0 25px;
  	width: max-content;
  	margin: 0 auto;
}

.property-data-extra-container .property-data-extra{
 	margin-right: 20px; 
}
