.flex-vertical-align {
  display:flex;
  align-items:center;
}

.btn {
  padding-left: 0;
  padding-right: 0;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

nav#good {
  height: 15px;
}

#top-right-title {
  color: rgba(255,255,255,.5);
  padding: 2px 10px;
  font: 400 14px/44px Roboto,sans-serif;
  text-transform: uppercase;
}

.product-alternatives-link-padding {
  margin-left:20px;
}

.product-analysis img{
  width: 100%;
}

.linked-product {
  margin-bottom: 30px;
}

#products-container {
  margin-top: -20px;
}

footer {
  margin-top: 30px;
}

.sylar_home_view h1 {
  margin-top: 50px
}

.cut:empty, .ellipsis:empty {
  height: 1.2em;
}

#benefits li{
  list-style-type: none;
}

/* Cookie Consent */
.cc-window {
  font-size: 15px;
  background-color: #333;
  color: white;
}
.cc-window .cc-btn {
  background-color: #333;
  border-width: 0;
  color: white;
}
.cc-window .cc-btn.cc-dismiss {
  background-color: #689F38;
}

.cc-window .cc-message a {
  color: #ccc !important;
}

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

.center-vertically {
  display: flex;
  align-items: center;
}

.home-top-categories {
  column-count: 1;
}
@media (max-width: 576px) {
  .home-top-categories {
    margin-left: 30px !important;
  }
}
@media (min-width: 576px) {
  .home-top-categories {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .home-top-categories {
    column-count: 3;
  }
}

.in-2-columns {
  column-count: 1;
}

@media (min-width: 576px) {
  .in-2-columns {
    column-count: 2;
  }
}

.features-list {
  padding:0 0 0 20px;
  margin:0;
  list-style-type: none;
}

#blog-content img {
  max-width: 100%;
}

#blog-content figcaption {
  color: #666;
  margin: 0.8em 0;
  font-style: italic;
  font-size: small;
}

#blog-content .related-articles li {
  margin-bottom: 1em;
}

.translated-review .btn{
  color: #337ab7;
  padding-top: 0;
  padding-bottom: 2px;
  margin: 0;
}

.review-card .translated-review {
  margin-bottom: 20px;
}
