/*   
Theme Name: Irlen
Author: TekMedia
Author URI: https://tekmedia.ru
*/

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
}

.product-img {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-mobile .header-menu .navbar .navbar-toggler {
  width: auto;
}

.header-phone,
.footer-phone {
  display: flex;
  flex-direction: column;
}

.grecaptcha-badge {
  display: none !important;
}

.messengers li a.vk {
  background-image: url(img/messengers/vk.svg);
}

.messengers.msg-circle-white a.vk {
  background-image: url(img/messengers/vk-circle-white.svg);
}

.swiper-item-container {
  height: 100%;
  background-position: center center;
}

@media(max-width: 767px) {
  .product-img {
    height: auto;
  }

  .fp-slideshow .swiper-slide {
    padding: 0;
  }

  .fp-slideshow .swiper-navigation {
    margin-top: 0;
    height: auto;
  }
}