/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/* HEADER STYLES */

.elementor-location-header {
  max-height: 700px;
}

.menu-item-home .aux-item-content {
  color: #333 !important;
  font-family: "Play", Sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  padding: 0px 0px 0px 30px;
  line-height: 20px;
  transition: .3s all;
}

.menu-item-home .aux-item-content:hover {
  color: red !important;
}

.header-slogan p {
  margin-bottom: 0px;
}

body:before {
  height: unset !important;
  background-image: unset !important;
}

#fotmenu .menu-item-home .aux-item-content {
  color: #bbb;
  font-family: "Play", Sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 0px 0px 0px 30px;
  line-height: 20px;
  transition: .3s all;
}

#fotmenu .menu-item-home .aux-item-content:hover {
  color: #FFF !important;
}

.page-title-section .page-header {
  z-index: 2;
  overflow: hidden;
  border-width: 1px 0 1px;
  padding: 35px 0;
  position: relative;
  top: 0px;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 30px;
}

.page-title-section .aux-breadcrumbs {
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.page-title {
  line-height: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 2.4em;
  display: inline-block;
  font-family: "Play", sans-serif;
}

.page-title-section .page-header > .aux-container > *:last-child {
  margin-bottom: 10px;
  padding-left: 8px;
}

/* ХАРАКТЕРИСТИКИ ТОВАРА */

.bdt-price-list .bdt-price-list-item span.bdt-price-list-price {
  text-align: right !important;
}

.bdt-ep-product-grid .bdt-flex-between {
  justify-content: center;
}


/* FORMA ОБРАТНОЙ СВЯЗИ */

.main-form {
  display: block;
}

.main-form .wpforms-field {
  padding: 10px 0;
  position: relative;
}

.main-form .wpforms-field label {
  font-family: "Play", Sans-serif;
}

.aux-fs-popup .aux-fs-menu, .aux-fs-popup .aux-fs-menu.aux-middle-aligned {
  padding-top: 40px;
  top: 22%;
}

.aux-fs-popup .aux-fs-menu .aux-menu-item > .aux-item-content {
  font-size: 32px;
  line-height: 46px !important;
}

/* MOBILE */

@media (max-width: 430px) {

  #fotmenu .menu-item-home .aux-item-content {
    color: #bbb;
    font-family: "Play", Sans-serif;
    font-size: 32px;
    font-weight: 600 !important;
    padding: 0px 0px 0px 30px;
    line-height: 44px;
    transition: .3s all;
  }

  .aux-burger-box {
    margin-top:20px;
    display: flex;
    justify-content: center;
  }

  #primary {
    padding-top: 0;
  }

  .aux-toggle-menu-bar .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content {
    padding: .3em 0;
  }

}