/* Icons
--------------------------------------------- */

.symbol {
  font-family: var(--font-symbol);
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.symbol::after {
  display: inline-block;
}

.symbol-add::after {
  content: '\e145';
}

.symbol-menu::after {
  content: '\e5d2';
}

.symbol-close::after {
  content: '\e5cd';
}

.symbol-open-in-new::after {
  content: '\e89e';
}

.symbol-arrow-outward::after {
  content: '\f8ce';
}

.symbol-expand-more::after {
  content: '\e5cf';
}

.symbol-arrow-east::after {
  content: '\f1df';
}

.symbol-chevron-right::after {
  content: '\e5cc';
}

/* Amenities */

.symbol-ac-unit::after {
  content: '\eb3b';
}

.symbol-balcony::after {
  content: '\e58f';
}

.symbol-bathroom::after {
  content: '\efdd';
}

.symbol-bed::after {
  content: '\efdf';
}

.symbol-bedroom-parrent::after {
  content: '\efe2';
}

.symbol-chair::after {
  content: '\efed';
}

.symbol-cleaning-services::after {
  content: '\f0ff';
}

.symbol-deck::after {
  content: '\ea42';
}

.symbol-fireplace::after {
  content: '\ea43';
}

.symbol-forest::after {
  content: '\ea99';
}

.symbol-hot-tub::after {
  content: '\eb46';
}

.symbol-iron::after {
  content: '\e583';
}

.symbol-king-bed::after {
  content: '\ea45';
}

.symbol-kitchen::after {
  content: '\eb47';
}

.symbol-laundry::after {
  content: '\e54a';
}

.symbol-microwave::after {
  content: '\f204';
}

.symbol-nature::after {
  content: '\e406';
}

.symbol-outdoor-grill::after {
  content: '\ea47';
}

.symbol-parking::after {
  content: '\e54f';
}

.symbol-shower::after {
  content: '\f061';
}

.symbol-single-bed::after {
  content: '\ea48';
}

.symbol-tv::after {
  content: '\e333';
}

.symbol-wifi::after {
  content: '\e63e';
}

.symbol-yard::after {
  content: '\f089';
}
