/* Ниже стили относятся к header slick */
body .header {
  position: sticky;
  top: 47.88px;;
  z-index: 1000;
}

.notification_bar_wr{
  position: sticky;
  top: 0;
  z-index: 1000;
}

#content_wrapper .loop_product_item_wr .badges_wr{
    left: 0;
}

@media (max-width: 1200px) {
  .woo_cat_nav {
    position: sticky;
    top: calc(47.88px + 165.59px);
    padding-top: 10px !important;
    z-index: 999;
    background: #fff;
  }
}

@media (max-width: 1072px) {
  .woo_cat_nav {
    top: calc(47.88px + 188.31px);
  }
}

@media (max-width: 991px) {
  body .header {
    position: sticky;
    top: 39.88px;
    z-index: 1000;
  }

  .woo_cat_nav {
    position: sticky;
    top: calc(39.88px + 59px);
    padding-top: 10px !important;
    z-index: 999;
    background: #fff;
  }

}

@media (max-width: 575px) {
  .woo_cat_nav {
    padding-top: 0px !important;
  }
}

/* стилли корзины */
@media (max-width: 991px) {
body .modal#added_to_cart .modal-content .hd_cart_mini_buttons {
    height: auto ;
}
}

/* стилли страницы товара */
@media (max-width: 1199px) and (min-width: 764px) {
  .wp-singular .woocommerce-tabs ul.wc-tabs > li {
    padding: 16px 0px;
  }

  .d-xl-block { display: block !important;
  }

  .d-xl-none {
    display: none !important;
}
}

@media (max-width: 880px) and (min-width: 764px) {
  .product-tabs .nav-pills.wc-tabs>li a {
  font-size: 12px;
  letter-spacing: 0.2px;
  }
}

/* шрифты в фильтрах */
.woof div[data-css-class="woof_container_product_cat"] .woof_list.woof_list_checkbox  .woof_childs_list  li .woof_checkbox_term + label{
	font-size: 14px;
}

/* изменить отступы промо home */
@media (min-width: 992px) {
    .home .section_consult_wr{
        padding-top: 10px;
        padding-bottom: 0;
    }
}

/* убрать стрелки в галерее страницы продукта */
.product_gallery_wr .slick_thumb_slider_wr.slick_wr.slick-initialized button.slick-arrow{
    display: none !important;
}

/* изменить вывод мои заказы когда они отсутвуют в аккаунте*/
.woocommerce-MyAccount-content .shopping-cart__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-MyAccount-content .shopping-cart__icon{
  margin-bottom: 24px;
}

.shopping-cart .shopping-cart__wrapper .shopping-cart__button{
  margin-top: 12px;
  border: 1px solid #1E1E1E;
  background-color: #fff;
  color: #1E1E1E;
  padding: 16px 48px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* изменить верстку вывода брендов*/
.brands-arhive{
  margin-bottom: 60px;
}
.brands-arhive .list-group .list-group-item{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.brands-arhive .list-group .list-group-item .text-decoration-none{
  color:#82A91D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.brands-arhive .list-group{
  padding-left: 0;
}

.brands-arhive{
  gap: 48px;
}

.brands-block{
  max-width: 264px;
  width: 100%;
}

@media (max-width: 992px) {
  .brands-arhive .list-group-item{
    margin-bottom: 24px !important;
  }

  .brands-block .brands-h3{
    margin-bottom: 24px !important;
  }
}

/* перетащить телеграм в ордер-ресив*/
.order-section_thankyou_telegram_wr{
  margin-top: 48px;
}

.woocommerce-order-received .section_thankyou_telegram_wr-order-recieved-display-none{
  display: none;
}

/* Чекаут: бонуси після першої покупки (під «Створити обліковий запис» / після персональних даних) */
.lh-checkout-first-purchase-notice {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  background: #f2f2f2;
  padding: 16px 16px 16px 48px;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}

.lh-checkout-first-purchase-notice::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  background: url(../../images/ico_info.svg) center / contain no-repeat;
}

.woocommerce-billing-fields__field-wrapper + .lh-checkout-first-purchase-notice {
  margin-top: 8px;
}

.lh-checkout-first-purchase-notice__icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 2px;
}

.lh-checkout-first-purchase-notice__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #3d3d3d;
  font-weight: 400;
}

/* Чекаут: автостворення акаунта замість чекбокса */
.lh-checkout-auto-account-notice__text{
  color: #787878;
}