/* TYPOGRAPHY */
/* General site layout */
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.site-wrapper {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  scroll-behavior: smooth; }
  .inner-page .site-wrapper {
    padding-top: 70px; }
    @media (min-width: 992px) {
      .inner-page .site-wrapper {
        padding-top: 100px; } }

main {
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* Wordpress style */
.page-template,
.page-template-default {
  padding-top: 70px; }
  @media (min-width: 992px) {
    .page-template,
    .page-template-default {
      padding-top: 100px; } }

html {
  padding: 0;
  margin: 0; }

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25; }

.section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center; }

.pre-heading {
  position: relative;
  width: auto;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase; }

.main-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px; }

.black-line {
  background-color: #000;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase; }
  .black-line__title {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font: inherit; }
  .black-line__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .black-line__nav > li {
      margin: 0;
      padding: 5px 15px; }
    .black-line__nav a {
      color: inherit; }
      .black-line__nav a:focus, .black-line__nav a:hover {
        text-decoration: underline; }

img {
  max-width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }

.btn {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid #000;
  border-radius: 0;
  background: #000;
  font-family: inherit;
  color: #fefefe;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s; }
  .btn:focus, .btn:hover {
    background-color: transparent;
    color: #000;
    outline: none;
    text-decoration: none;
    box-shadow: none; }

.icon-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .icon-list > li {
    position: relative;
    padding-left: 2em; }
    .icon-list > li svg {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.5em;
      width: 1em;
      height: 1em; }
    .icon-list > li a {
      color: inherit;
      text-decoration: none; }
      .icon-list > li a:focus, .icon-list > li a:hover {
        text-decoration: underline; }

/* Google maps container*/
.map-container {
  min-height: 445px; }
  @media (max-width: 767.98px) {
    .map-container {
      min-height: 300px; } }

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor; }

.styled-link {
  position: relative;
  text-decoration: none;
  transition: all .3s; }
  .styled-link:after {
    content: "";
    position: absolute;
    right: -5px;
    width: 0;
    top: -2px;
    bottom: -2px;
    border-radius: 1em;
    background-color: rgba(255, 215, 0, 0.6);
    transition: all .3s;
    z-index: -1; }
  .styled-link:hover {
    text-decoration: none; }
    .styled-link:hover:after {
      width: calc( 100% + 10px);
      right: auto;
      left: -5px; }

.vizmers-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .vizmers-pagination {
      -ms-flex-pack: center;
      justify-content: center; } }
  .vizmers-pagination > li {
    margin-right: 3px;
    margin-bottom: 3px; }
    .vizmers-pagination > li:last-child {
      margin-right: 0; }
    .vizmers-pagination > li.active a {
      text-decoration: underline; }
  .vizmers-pagination a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px 3px;
    border: 2px solid transparent;
    background-color: #000;
    color: #fefefe;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: all .3s; }
    .vizmers-pagination a:focus, .vizmers-pagination a:hover {
      text-decoration: underline; }

.vizmers-input {
  width: 100%;
  border: 2px solid currentColor;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700; }
  .vizmers-input:focus {
    outline: none; }
  .vizmers-input:-ms-input-placeholder {
    color: inherit; }
  .vizmers-input::placeholder {
    color: inherit; }
  .vizmers-input[type="number"] {
    padding-right: 4px; }
    .vizmers-input[type="number"]::-webkit-inner-spin-button, .vizmers-input[type="number"]::-webkit-outer-spin-button {
      height: 30px;
      opacity: 1; }

select.vizmers-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'%3e%3cpath fill='currentColor' d='M2 0L0 2h4zm0 7L0 5h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 14px; }

/* Setting basic styles */
/* BLOCK: Site Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  transition: all .25s;
  z-index: 100; }
  @media (max-width: 991.98px) {
    .site-header {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3); } }
  .site-header.is-stuck {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3); }
    .site-header.is-stuck .site-header__navbar-brand {
      height: 60px;
      padding-bottom: 0; }
  @media (min-width: 992px) {
    .site-header__row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 991.98px) {
    .site-header__brand-col {
      width: auto;
      margin-right: auto; } }
  .site-header__navbar-brand {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    transition: all .3s; }
    @media (min-width: 992px) {
      .site-header__navbar-brand {
        height: 90px;
        padding: 0 0 19px; } }
    .site-header__navbar-brand > img {
      display: block;
      max-height: 100%;
      width: auto; }
  @media (min-width: 992px) {
    .site-header__navbar-collapse {
      display: block !important; } }
  @media (max-width: 991.98px) {
    .site-header__navbar-collapse {
      -ms-flex-order: 4;
      order: 4;
      padding: 0; } }
  .site-header__navbar-nav {
    list-style: none;
    padding: 20px 0 10px; }
    @media (min-width: 992px) {
      .site-header__navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0; } }
    .site-header__navbar-nav .nav-link {
      position: relative;
      padding: 15px;
      font-size: 13px;
      line-height: 15px;
      font-weight: 400;
      color: inherit;
      text-decoration: none;
      text-transform: uppercase;
      transition: all .25s; }
      @media (min-width: 992px) {
        .site-header__navbar-nav .nav-link {
          padding: 15px 1.5vw; } }
      @media (min-width: 1200px) {
        .site-header__navbar-nav .nav-link {
          padding: 20px 25px; } }
      .site-header__navbar-nav .nav-link:hover {
        text-decoration: underline; }
    .site-header__navbar-nav .active .nav-link {
      text-decoration: underline; }
  .site-header__controls-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .site-header__controls-menu {
        width: auto; } }
  .site-header__language-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .site-header__language-block {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px; } }
    .site-header__language-block .language-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .site-header__language-block .language-list > li {
        margin: 0; }
        .site-header__language-block .language-list > li + li:before {
          content: "|"; }
      .site-header__language-block .language-list a {
        display: inline-block;
        padding: 5px;
        color: inherit;
        text-decoration: none; }
        .site-header__language-block .language-list a:hover {
          text-decoration: underline; }
  .site-header__navbar-toggler {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .site-header__navbar-toggler {
        display: none; } }
    .site-header__navbar-toggler:focus, .site-header__navbar-toggler:hover {
      outline: none;
      text-decoration: none; }

.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  border-bottom: 2px solid currentColor;
  transform: translate3d(0, 0, 0);
  transition: 0.3s all ease; }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    border-bottom: 2px solid currentColor;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: 0.3s all ease; }
  .navbar-toggler-icon:before {
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }
  .navbar-toggler-icon:after {
    -ms-transform: translateY(7px);
    transform: translateY(7px); }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
      display: none; }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.cart-btn {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 30px;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: 20px; }
  .cart-btn:focus {
    outline: none; }
  .cart-btn svg {
    width: 19px;
    height: 16px;
    fill: currentColor; }
  .cart-btn__count {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 14px;
    height: 14px;
    padding: 1px 3px;
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    vertical-align: middle; }

/* BLOCK: SITE FOOTER */
.site-footer {
  padding-top: 10px;
  padding-bottom: 15px; }
  .site-footer__logo {
    display: block;
    height: 71px;
    width: auto;
    object-fit: contain; }
    @media (max-width: 767.98px) {
      .site-footer__logo {
        margin-bottom: 15px; } }
  .site-footer__text-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
    @media (max-width: 767.98px) {
      .site-footer__text-col {
        text-align: left; } }
  .site-footer__links {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      .site-footer__links {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .site-footer__links > li {
      margin-bottom: 0;
      line-height: 1; }
      .site-footer__links > li:not(:last-child)::after {
        content: "|";
        margin-left: 10px;
        margin-right: 10px; }
    .site-footer__links a {
      color: inherit;
      text-decoration: none;
      text-transform: uppercase;
      transition: all .3s; }
      .site-footer__links a:focus, .site-footer__links a:hover {
        text-decoration: underline; }
  .site-footer__copyright {
    width: 100%;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.18182; }
    .site-footer__copyright span {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .site-footer__copyright span {
          display: inline; }
          .site-footer__copyright span + span:before {
            content: "|";
            margin-left: .2em;
            margin-right: .5em; } }
    .site-footer__copyright a {
      color: inherit;
      text-decoration: none;
      transition: all .3s; }
      .site-footer__copyright a:focus, .site-footer__copyright a:hover {
        text-decoration: underline; }

/* BLOCK: SHOP SIDEBAR */
.sidebar-toggle {
  width: 100%;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .sidebar-nav.collapse {
    display: block !important; } }

.sidebar-nav__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase; }

.sidebar-nav__item {
  margin-bottom: .75em;
  text-align: left; }
  .sidebar-nav__item:last-child {
    margin-bottom: 0; }

.sidebar-nav__link {
  color: inherit;
  text-decoration: none;
  transition: all .25s; }
  .sidebar-nav__link:active, .sidebar-nav__link:hover, .sidebar-nav__link.is-active {
    color: inherit;
    text-decoration: underline; }

/* PAGE: HOMEPAGE */
/* Block: Homepage opening */
.homepage-opening {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh; }
  .homepage-opening__bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/hp-intro-color.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .8; }
    .homepage-opening__bg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
  .homepage-opening__content {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .homepage-opening__image-heading {
    position: relative;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .homepage-opening__image-heading img {
      display: block;
      width: 100%;
      height: auto; }
  .homepage-opening__bottom {
    position: relative;
    background-color: #000000;
    color: #fff; }

/* Section: Homepage popular */
.homepage-popular {
  padding-top: 50px;
  padding-bottom: 30px; }
  .homepage-popular__header {
    margin-bottom: 50px; }
  .homepage-popular__slider {
    margin-bottom: 30px; }
  .homepage-popular__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }

.product-slider {
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }
  .product-slider .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .product-slider__slide {
    padding-left: 15px;
    padding-right: 15px;
    height: auto; }
    @media (min-width: 1500px) {
      .product-slider__slide {
        width: 263px; } }
    .product-slider__slide:focus {
      outline: none; }
  .product-slider .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all .3s; }
    .product-slider .slick-arrow:active:before, .product-slider .slick-arrow:hover:before {
      border-top-width: 2px;
      border-right-width: 2px; }
    .product-slider .slick-arrow::before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transition: all .3s; }
    .product-slider .slick-arrow.slick-next {
      right: 0; }
      .product-slider .slick-arrow.slick-next::before {
        -ms-transform: rotate(45deg) translate(-3px, 3px);
        transform: rotate(45deg) translate(-3px, 3px); }
    .product-slider .slick-arrow.slick-prev {
      left: 0; }
      .product-slider .slick-arrow.slick-prev::before {
        -ms-transform: rotate(-135deg) translate(-3px, 3px);
        transform: rotate(-135deg) translate(-3px, 3px); }
    .product-slider .slick-arrow.slick-disabled {
      opacity: .3;
      pointer-events: none; }
      .product-slider .slick-arrow.slick-disabled::before {
        opacity: 1; }

.product-card {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  /* Small product card */ }
  .product-card:focus, .product-card:hover {
    text-decoration: none;
    outline: none;
    color: inherit; }
  @media (hover: hover) and (pointer: fine) {
    .product-card:hover .product-card__overlay {
      opacity: 1;
      visibility: visible; } }
  .product-card__header {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 365px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .product-card__header > img {
      max-width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: contain; }
  .product-card__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
  .product-card__overlay-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 15px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 18px; }
  .product-card__add-cart {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px; }
    @media (hover: hover) and (pointer: fine) {
      .product-card__add-cart:focus, .product-card__add-cart:hover {
        background-color: #000;
        color: rgba(255, 255, 255, 0.8); } }
  .product-card__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-weight: 700; }
  .product-card__name {
    margin-bottom: 0.5em;
    font-size: 20px; }
  .product-card__description {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0.5em;
    font-size: 13px; }
  .product-card__price {
    margin-bottom: 0;
    font-size: 20px; }
  .product-card--small .product-card__header {
    height: 307px; }
  .product-card--small .product-card__overlay-text {
    padding: 10px 20px;
    font-size: 11.3px;
    line-height: 15px; }
  .product-card--small .product-card__add-cart {
    width: 100%;
    padding: 10px 20px;
    font-size: 11.3px;
    line-height: 13.5px; }
  .product-card--small .product-card__name {
    margin-bottom: 0.25em;
    font-size: 17.3px; }
  .product-card--small .product-card__description {
    font-size: 11.3px;
    line-height: 1.2; }
  .product-card--small .product-card__price {
    font-size: 17.3px; }

/* Section: homepage ideal */
.homepage-ideal {
  padding-top: 30px;
  padding-bottom: 30px; }
  .homepage-ideal__sliders-block {
    margin-bottom: 0; }
  .homepage-ideal__sliders-row {
    margin-left: -2px;
    margin-right: -2px; }
  .homepage-ideal__content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .homepage-ideal__content {
        padding-top: 40px;
        padding-bottom: 10px; } }
  .homepage-ideal__header {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    text-align: left; }
  .homepage-ideal__text {
    margin-bottom: 40px; }
  .homepage-ideal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.slider-main {
  width: 100%;
  margin-bottom: 4px; }
  .slider-main .slide-img {
    width: 100%; }
    .slider-main .slide-img::after {
      content: "";
      width: 0;
      height: 0;
      padding-top: 67.816092%; }
    .slider-main .slide-img img {
      position: absolute;
      left: 0;
      top: 0; }

.slider-nav .slide-img {
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer; }
  .slider-nav .slide-img::after {
    content: "";
    width: 0;
    padding-top: 100%; }

.slide-img {
  position: relative;
  height: auto;
  overflow: hidden;
  outline: none; }
  .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slick-initialized .slide-img {
    display: -ms-flexbox;
    display: flex; }

.slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* PAGE: Why AERO */
.aero-article {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .aero-article {
      margin-bottom: 20px; }
      .aero-article:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .aero-article__image-block {
      margin-bottom: 15px; } }
  .aero-article__image-block img {
    display: block;
    width: 100%;
    height: auto; }
  .aero-article__text {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
  .aero-article__header {
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
    @media (min-width: 992px) {
      .aero-article__header {
        margin-bottom: 35px; } }
  .aero-article__body {
    text-align: justify; }
    .aero-article__body p {
      margin-bottom: 5px; }
      .aero-article__body p:last-child {
        margin-bottom: 0; }

.main-inner__footer {
  padding-top: 20px;
  padding-bottom: 20px; }

/* PAGE: Shop */
.shop-block {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .shop-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .shop-block__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    margin-bottom: 20px; }
  .shop-block__product-row {
    margin-left: -11px;
    margin-right: -11px; }
    .shop-block__product-row > [class^="col"] {
      padding-left: 11px;
      padding-right: 11px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .shop-block__product-row > [class^="col"] {
          margin-bottom: 30px; } }

/* PAGE: Product */
.product-item__photo-col {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .product-item__photo-col {
      -ms-flex-preferred-size: 44.44444%;
      flex-basis: 44.44444%;
      max-width: 44.44444%; } }

.product-item__text-col {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .product-item__text-col {
      -ms-flex-preferred-size: 55.55556%;
      flex-basis: 55.55556%;
      max-width: 55.55556%; } }

.product-item__header {
  margin-bottom: 25px;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left; }

.product-item__display {
  overflow: hidden;
  border: 1px solid currentColor; }
  @media (min-width: 992px) {
    .product-item__display {
      height: 565px;
      max-height: none; } }
  .product-item__display img {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .product-item__display img {
        width: 100%;
        height: 100%;
        object-fit: contain; } }

.product-item__price {
  margin-bottom: 25px;
  font-size: 17.3px;
  font-weight: bold; }

.product-item__description {
  margin-bottom: 20px;
  text-align: justify; }
  .product-item__description p {
    margin-bottom: 0.5em; }
    .product-item__description p:last-child {
      margin-bottom: 0; }

.product-item__form {
  width: 100%; }
  @media (min-width: 768px) {
    .product-item__form {
      max-width: 267px; } }

.product-item__qty {
  width: 68px; }

.product-item__anchor-wrapper {
  margin-bottom: 30px; }

.product-item__anchor {
  font-size: 12.8px;
  font-weight: 700;
  color: inherit; }
  .product-item__anchor:focus, .product-item__anchor:hover {
    color: inherit;
    text-decoration: underline; }

.product-item__sku {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 700; }

.product-item__manual {
  margin-bottom: 0; }

.related-products {
  padding-top: 20px;
  padding-bottom: 20px; }
  .related-products__header {
    margin-bottom: 50px;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }

/* PAGE: FAQ */
.faq-section {
  padding-top: 55px;
  padding-bottom: 55px; }
  .faq-section__header {
    margin-bottom: 30px;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }

.faq-accordion {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .faq-accordion__item {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .faq-accordion__item {
        padding-bottom: 40px;
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .faq-accordion__item {
        padding-bottom: 25px;
        margin-bottom: 25px; } }
    .faq-accordion__item:last-child {
      margin-bottom: 0; }
    .faq-accordion__item:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 8.33333%;
      width: 83.33333%;
      border-bottom: 1px solid currentColor; }
  .faq-accordion__q {
    position: relative;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    font-size: 12.8px;
    font-weight: 700;
    text-align: left;
    cursor: pointer; }
    .faq-accordion__q:after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition: all .25s; }
      @media (min-width: 992px) {
        .faq-accordion__q:after {
          width: 14px;
          height: 14px;
          margin-top: -7px; } }
    .faq-accordion__q.collapsed:after {
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .faq-accordion__a {
    padding-top: 20px;
    width: 83.33333%;
    margin: 0 auto;
    text-align: justify; }
    .faq-accordion__a p {
      margin-bottom: 0.5em; }
      .faq-accordion__a p:last-child {
        margin-bottom: 0; }

.ask-section {
  padding-top: 30px;
  padding-bottom: 10px; }
  .ask-section__header {
    margin-bottom: 30px;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }

.ask-form__row {
  margin-left: -1.5px;
  margin-right: -1.5px; }
  .ask-form__row > [class*="col-"],
  .ask-form__row > .col {
    padding-left: 1.5px;
    padding-right: 1.5px;
    margin-bottom: 3px; }

.ask-form .form-group {
  margin-bottom: 3px; }
  .ask-form .form-group:last-of-type {
    margin-bottom: 0; }

.ask-form__full-height {
  height: 100%; }

.ask-form__dynamic-height {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ask-form textarea {
  height: 100%;
  resize: none; }
  @media (max-width: 771.98px) {
    .ask-form textarea {
      min-height: 120px; } }

.ask-form__footer {
  margin-top: 12px; }

.ask-form__submit {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11.3px;
  line-height: 15px; }

/* PAGE: Contacts */
.contacts-section {
  padding-top: 55px;
  padding-bottom: 30px; }
  .contacts-section__header {
    margin-bottom: 30px;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
  @media (min-width: 992px) {
    .contacts-section__col-pb {
      padding-bottom: 52px; } }
  .contacts-section__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    .contacts-section__col p,
    .contacts-section__col li {
      margin-bottom: 0.5em; }
      .contacts-section__col p:last-child,
      .contacts-section__col li:last-child {
        margin-bottom: 0; }
    .contacts-section__col form {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
  .contacts-section__col-title {
    margin-bottom: 10px;
    font-size: 12.8px;
    line-height: 15px; }
    @media (min-width: 576px) {
      .contacts-section__col-title {
        min-height: 30px; } }

/*# sourceMappingURL=app.css.map */
