.body {
  font: 14px 'Open Sans', sans-serif;
  color: #000;
}
h2 {
  font-size: 32px;
  letter-spacing: 0.04em;
}
.header_top {
  padding: 20px 0 25px;
  display: flex;
}
.header_menu_top_ul {
  color: #7f7f7f;
  display: flex;
}
.header_menu_top_ul li {
  margin-right: 35px;
}
.header_menu_top_ul li:last-child {
  margin-right: 0;
  color: #000;
}
.header_top_phone {
  display: block;
  margin-left: auto;
  font-size: 16px;
  border-bottom: 1px dashed #7f7f7f;
}
.header_center {
  display: flex;
  align-items: center;
}
.header_searchform {
  padding: 5px 20px;
  background-color: #efefef;
  margin-left: 40px;
  border-radius: 5px;
  max-width: 595px;
  width: 100%;
  display: flex;
  align-items: center;
}
.header_searchform_input {
  width: 100%;
  padding: 10px;
}
.header_searchform_btn {
  width: 16px;
  height: 16px;
  background: url(../img/search.svg) no-repeat center;
  font-size: 0;
  height: 36px;
}
.header_center_icons {
  margin-left: auto;
  display: flex;
}
.header_center_icons_man {
  margin-right: 30px;
}
.header_center_icons_man img {
  width: 24px;
}
.header_bottom {
  margin: 15px 0 10px;
  display: flex;
  min-height: 40px;
  box-sizing: border-box;
  position: relative;
}
.header_bottom_ul {
  color: #000;
  font-weight: bold;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
}
.header_bottom_ul .owl-stage .owl-item > div > a {
  display: block;
  padding: 12px;
  border-radius: 5px 5px 0 0;
}
.header_bottom_ul .owl-stage .owl-item > div > a + .header_bottom_ul_sub {
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 5px 5px;
}
.header_bottom_ul_sub {
  padding: 15px 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  background-color: #fff;
  max-height: 0px;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.header_bottom_ul_sub a {
  padding: 5px 12px;
  font-weight: normal;
  display: block;
}
.footer {
  background-color: #eee;
  padding: 50px 0;
  color: #5f5f5f;
}
.footer > .container {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 180px;
  grid-gap: 50px;
}
.footer_copy {
  display: block;
  font-size: 11px;
}
.footer_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_cat_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}
.footer_menu_ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}
.footer_phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  color: #303030;
  line-height: 1.8em;
}
.footer_menu_content {
  margin: 0 auto;
}
.header_menu_top_burger {
  width: 35px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.header_menu_top_burger b {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
}
.woocommerce-breadcrumb-container {
  font-size: 12px;
  color: #7f7f7f;
  margin: 20px 0 40px;
}
.woocommerce-breadcrumb-container a {
  text-decoration: underline;
}