.breadcrumb {
  text-align: center; }

.breadcrumb::after {
  display: block;
  clear: both;
  content: " "; }

.breadcrumb__item {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
  color: #131518;
  position: relative;
  padding: 0 15px; }
  @media screen and (max-width: 450px) {
    .breadcrumb__item {
      padding: 0px; } }

.breadcrumb__item:last-child {
  margin-right: 0px; }

.breadcrumb__item h1 {
  font-weight: normal; }

.breadcrumb__item a, .breadcrumb__item span {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .breadcrumb__item a, .breadcrumb__item span {
      font-size: 14px; } }

.breadcrumb__item a:hover span {
  color: var(--main-color); }

.breadcrumb__item::after {
  display: block;
  width: 15px;
  height: 15px;
  color: #b6af96;
  content: "";
  background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z" fill="%23000000"></path></g></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: -20px;
  background-size: cover; }

.breadcrumb__item:last-child a {
  color: #fff; }

.breadcrumb__item:last-child::after {
  content: "" !important;
  display: none; }

@media screen and (max-width: 400px) {
  .breadcrumb__item {
    font-size: 13px; } }
@media screen and (max-width: 360px) {
  .breadcrumb__item {
    font-size: 12px; } }

/*# sourceMappingURL=breadcrumbs_simple.css.map */
