.mainmenu {
  width: 100%;
  height: 100%;
}

.mainmenu .ul-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  height: 100%;
}

.mainmenu .ul-header li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainmenu .ul-header .activated a {
  color: #c21c33;
}

.menu-item .dropdown-menu a {
  color: #333 !important;
}

.menu-item:hover .dropdown-menu {
  display: block;
}

.header_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header_ul li:last-child a {
  padding-right: 0;
}

.header_ul li a {
  z-index: 11;
  font-size: 14px;
  text-transform: uppercase;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_ul li a:hover path {
  fill: #B62126;
}

.header_ul .level0 a {
  font-weight: 500;
}

.header_ul .expand-more:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.header_ul .li_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.header_ul .li_header:hover a {
  color: #c21c33;
}

.header_ul .li_header:hover .dropdown-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
  opacity: 1;
  z-index: 10;
}

.header_ul .li_header .dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.123) 0px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.123) 0px 10px 20px;
  z-index: 1;
  z-index: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  border: none;
  width: 200px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header_ul .li_header .dropdown-menu .container {
  padding-left: 0;
  padding-right: 0;
}

.header_ul .li_header .dropdown-menu li {
  width: 100%;
  margin: 0;
}

.header_ul .li_header .dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: none;
  padding: 0 0 0 40px;
  margin: 0;
  height: 34px;
  width: 100%;
  font-weight: 500;
}

.header_ul .li_header .dropdown-menu a:before {
  content: '';
  position: absolute;
  background: #B62126;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 20px;
}

.header_ul .li_header .dropdown-menu a:hover {
  background: #B62126;
  color: #fff !important;
}

.header_ul .li_header .dropdown-menu a:hover:before {
  background: #fff;
}

.header_ul .li_header .dropdown-menu a > span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  line-height: 40px;
}

.header_ul .li_header.activated a {
  color: #b62126;
}

.header_ul .li-custom button {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
}

.header_ul .li-custom button:hover path {
  fill: #b62126;
}

@media (max-width: 768px) {
  .main-menu {
    display: none !important;
  }
  .search-cart {
    display: none !important;
  }
  .search-icon-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-icon-mobile svg {
    position: absolute;
    right: 20px;
    top: 30%;
  }
  .search-input {
    width: 90%;
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .search-cart-mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=header.css.map */