.csc-default p {
margin-bottom: 10px;
}

.news .news-list-view.teaser .news-img-wrap img {
  object-fit: cover;
}

.cc-grower {
  display: none!important;
}

/*
@media screen and (min-width: 1199px) {
    div.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  main.main {
    margin-bottom: 215px;
  }
}
*/

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main.main {
  flex: 1 0 auto;
  flex-grow: 1;
}

.footer {
  flex: 0 0 auto;
  margin-top: 5px;
}

a:hover {
  color: unset;
  text-decoration: unset;
}

.news.news-single .news-img-wrap img {
object-fit: scale-down;
}

#content-bottom h1, #content-bottom h4 {
  margin-bottom: 5px;
}

.fancybox-opened .product-detail {
  display: flex!important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.fancybox-inner .product-detail .product-image img {
  object-fit: contain;
  max-height: 400px !important;;
}