.header-wrapper-bottom {
  /* IE10+ */
  background-image: -ms-linear-gradient(top, #000000 0%, #000000 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #000000 0%, #000000 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(100, #000000));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  /* W3C Markup */
  background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
  /*height: 57px;*/
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
  background-color: transparent;
  padding: 18px 38px 14px !important;
}
.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
  background-color: #272727;
  border-color: transparent;
}
.block-search input[type="text"] {
  height: 57px;
}
.block-search .action.search {
  height: 57px;
}
.page-footer .footer-link li a:hover {
  color: #999999;
  text-decoration: underline;
}
.page-footer .footer-link li a {
  padding: 10px 0px 5px;
}
