.floor-plans .controls .count {
	color: #F7F1E7 !important;
}

{# I could not locate the OG rules for this in opus css - feel free to replace there if needed #}
.floor-plans .controls .arrows .prev {
	background-image: url("https://www.arborcompany.com/hubfs/Arbor%20Microsite/icons/left-arrow-cream.svg") !important;
}
.floor-plans .controls .arrows .next {
	background-image: url("https://www.arborcompany.com/hubfs/Arbor%20Microsite/icons/right-arrow-cream.svg") !important;
}
.floor-plans .slider-items .item p svg {
    fill: #af946f;
    width: 13px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.floor-plans .slider-items .item p a
{
  font-size: 1.4rem;
}
.floor-plans .slider-items .item .walk-through svg
{
  width: 10px;
}