.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}
.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}
.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}
.navigation ul ul li { float: none; }
.navigation ul ul ul {
  top: 0;
  right: 0;
}
.navigation ul li:hover > ul { visibility: visible; }
.navigation ul ul {
  top: 0;
  left: 99%;
}
.navigation ul li { float: none; }
.navigation ul ul { margin-top: 0.05em; }
.navigation {
  width: 100%;
  background: #ffffff;
  font-family: 'roboto', Tahoma, Arial, sans-serif;
  zoom: 1;
  border-radius: 5px;
  border-radius: 0px;
  /* border-top-right-radius: 0px; */
  /* box-shadow: 0px 0px 3px 1px #cdcdcd; */
}
.navigation:before {
  content: '';
  display: block;
}
.navigation:after {
  content: '';
  display: table;
  clear: both;
}
.navigation a {
  display: flex;
  padding: 9px 25px;
  font-family: 'Roboto';
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
}
.navigation > ul { width: 100%;padding: 9px 0px; }
.navigation ul ul { width: 13em; }
.navigation > ul > li > a {
  color: #363232;
}
.navigation > ul > li > a:hover { color: #000000; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #efefef; }
.navigation li { position: relative; }
.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}
.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.navigation ul ul { border: 1px solid #efefef; }
.navigation ul ul a { color: #000000; }
.navigation ul ul a:hover { color: #ffffff; }
.navigation ul ul li:hover > a {
  background: #dc133d;
  color: #ffffff;
}
.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #efefef; 
  border-right: none;
}
.navigation.align-right { float: right; }
.navigation.align-right li { text-align: right; }
.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.navigation.align-right ul li.has-sub > a:after { content: none; }
.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.cat-title {
  background: #dc133d;
  padding: 15px 13px;
}

.cat-title {
  background: #dc133d;
  padding: 15px 13px;
  border-radius: 5px 5px 0px 0px;
}