/*
Theme Name: HELI Migration
Author: Snoopa Developer
Description: WordPress rebuild of the restored OpenCart HELI catalog.
Version: 0.2.0
Text Domain: heli
*/

body {
  background: #fff;
  opacity: 1;
}

html {
  background: #fff;
}

body.admin-bar .header {
  top: 32px;
}

.get-back {
  display: none;
}

@media only screen and (max-width: 992px) {
  .nav_visible .get-back {
    display: block;
  }
}

@media only screen and (min-width: 993px) {
  .logo {
    padding-top: 14px;
  }

  .header__info {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav__list li > a {
    line-height: 70px;
  }

  .nav__list li > a + ul {
    top: 70px;
  }

  .nav__zero-level > .nav__parent > a::after {
    bottom: 8px;
  }
}

.content__body_no-sidebar {
  display: block;
}

.category__list .item a {
  color: inherit;
  display: block;
}

.category__list .item img,
.related__slider .item img {
  height: 142px;
  max-height: 142px;
  max-width: 84%;
  object-fit: contain;
  width: auto;
}

.category__list .item__title {
  color: #ba0105;
}

.category__list .item:hover .item__title {
  color: #ba0105;
}

.filter .box-filter > li {
  vertical-align: top;
}

.filter .box-filter > li:first-child {
  width: 70%;
}

.filter .box-filter > li:first-child label {
  width: 150px;
}

.filter .box-filter > li + li {
  width: 30%;
}

.filter .box-filter > li + li label {
  display: block;
  width: auto;
}

.filter .box-filter > li + li ul {
  display: block;
}

.filter .box-filter > li + li ul li {
  display: block;
}

.pagination .links {
  overflow: hidden;
}

.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #e4e4e4;
  color: #5e5d5d;
  border-right: none;
}

.pagination .page-numbers.current {
  background: #ba0105;
  border-color: #ba0105;
  color: #fff;
}

.pagination .page-numbers.dots {
  width: auto;
  min-width: 34px;
  padding: 0 6px;
}

.footer__bottom {
  overflow: hidden;
}

.article__text img {
  height: auto;
  max-width: 100%;
}

.wp-block-image {
  margin: 0 0 20px;
}

.popup form.is-submitted input,
.popup form.is-submitted textarea,
.popup form.is-submitted button,
.footer form.is-submitted input,
.footer form.is-submitted button {
  display: none;
}

.heli-form-message {
  color: #ba0105;
  font-weight: 700;
  margin-top: 15px;
}

@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
