.crumbs {
    font-size: .9em;
    background: none;
    list-style: none;
    color: #333;
    margin: 0;
    padding: 0 0 0 1em;
  }
  .crumbs a {
    color:#333;
  }
  
  .crumbs li {
    padding: 5px 0px;
    color: #333;
    display: inline-block;
  }
  
  .crumbs li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #333;
  }
  
  .crumbs li:before {
    display: none;
  }
  
  .crumbs li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    font-weight: bold;
  }
  
  .crumbs li:last-child:after {
    display: none;
  }

  #side-owl-hp .owl-stage-outer,
  #side-owl-hp .owl-stage,
  #side-owl-hp .owl-item {
      height: 100%;
  }
  #side-owl-hp .owl-item .overlay {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #side-owl-hp .owl-item > div {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      overflow: hidden;
  }

  #side-owl-hp .owl-item img {
    max-height: 110%;
    width: auto;
  }

  .cookie-warning {
    position: fixed;
  display:none;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 2em;
  }
