.action.primary {
  background: #53904A !important;
}
.action.primary:focus,
.action.primary:active {
  border: 0 !important;
}
.review-form .action.submit.primary {
  border: 0;
}
.review-form .action.submit.primary:hover {
  border: 0;
}
.review-form .action.submit.primary span {
  color: white;
  font-weight: bold;
  line-height: 19px;
}
.copyright {
  background: #333;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  color: white;
}
@media (max-width: 767px) {
  .copyright {
    display: inline-block;
    height: auto;
    padding: 10px;
    line-height: 1.5;
  }
}
.catalog-category-view .category-navigation {
  border-radius: 0;
}
.catalog-category-view .category-navigation ul li {
  padding: 0 8px;
}
.catalog-category-view .category-navigation ul li.toogle-menu {
  border: 0;
  background: #53904A;
  padding: 0 8px;
}
.catalog-category-view .category-navigation ul li.toogle-menu a,
.catalog-category-view .category-navigation ul li.toogle-menu a:hover {
  color: white;
}
.catalog-category-view .category-navigation ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer.content .links {
    width: 21%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer.content .links:nth-child(4) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .footer.content .links:nth-child(2n) {
    min-height: 178px;
  }
}
.footer.content .links.social-media a:hover em {
  background-position: 0 !important;
}
.footer.content .links.social-media a em {
  margin-top: -2px;
}
.footer.content .links.social-media em.facebook {
  background: url(../images/fb.png) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.footer.content .links.social-media em.twitter {
  background: url(../images/tw.png) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.footer.content .links.social-media em.youtube {
  background: url(../images/yt.png) center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
@media (max-width: 1000px) {
  .footer.content .block.newsletter {
    display: inline-block;
    width: 100%;
  }
}
.clk-homepage-slider {
  overflow: hidden;
}
.clk-homepage-slider .item:nth-child(n+1) {
  display: none;
}
.clk-homepage-slider.slick-initialized .item:nth-child(n+1),
.clk-homepage-slider .item:first-child {
  display: block;
}
.cms-index-index .breadcrumbs-wrapper {
  display: none;
}
