.tag-btn {
    padding: 5px 15px;
    text-align: center;
    border: 1px solid;
    display: inline-block;
    width: 100%;
    color: #f8931f;
    margin-bottom: 20px;
}

 a.tag-btn:hover, a.tag-btn:focus {
    color: #1f4a2f;
 }

 .woocommerce .product-wrapper .hit, .woocommerce .single-product-image .hit {

    background: #1f4a2f;
    border-radius: 2px;
    box-shadow: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 25px;
    line-height: 30px;
    min-height: auto;
    min-width: auto;
    padding: 0 18px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    top: 60px;
    z-index: 3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

 }


.woocommerce .product-wrapper .hit .hit-text, .woocommerce .single-product-image .hit .hit-text  {
    color: #ffffff;
}


.sanding-date-text {
    background: #f2f2e8;
    color: #1f4a2f;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid;
    font-size: 16px;
}
.wc-block-components-address-form__country {
    display: none!important;
}


.empty-cart-coupon {
    text-align: center;
    /* height: 50px; */
    background: #f8931f;
    color: #1f4a2f;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

#exit-popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:999999}
#exit-popup .popup-content{
  position:relative;max-width:420px;margin:10% auto;background:#fff;
  padding:28px;border-radius:10px;text-align:center
}
#exit-popup h2{margin:0 0 16px}
#exit-popup .btn{
  display:inline-block;padding:12px 18px;border-radius:6px;border:0;
  background:#2f7d32;color:#fff;cursor:pointer
}
#exit-popup .btn:hover{filter:brightness(0.95)}
#exit-popup .close-btn{
  position:absolute;top:10px;right:10px;background:none;border:0;
  font-size:22px;cursor:pointer;color:#666
}
#exit-popup .close-btn:hover{color:#000}
#exitCoupon{display:none;} /* ховаємо текст купона у розмітці */


.subcategories {
  display: flex;
margin-bottom: 30px;
  flex-wrap: wrap;
}

.subcategories .subcategory-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px;
  border: 1px solid #1f4a2f36;
}

.subcategories .subcategory-item:hover {
   border: 1px solid #ffb42247;
}

.subcategories .subcategory-item img{
  max-width: 100px;
}
 .widget-title {
    font-size: 2em;
    letter-spacing: .05em;
    margin-bottom: 35px;
    text-align: center;
}

.widget-title span {
    color: #666666;
    display: inline-block;
    font-family: Lobster Two, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 20px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
}
.widget-title span:after {
    background: #95a83f;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: -20px;
    position: absolute;
    right: -20px;
    z-index: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}


.contact-custom-widget {
  background:#f4f4f4 ;
  border-radius: 20px;
}
.contact-block  p {
  font-size: 20px;
}

.contact-custom-widget .widget-title {
  padding-top: 30px;
}
.contact-custom-widget .contact-block {
  padding-bottom: 30px;
}
.widget-text {
  text-align: center;
    font-size: 20px;
    color: #f8931f;
}





.contact-block {
      text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.contact-block .phones {
    display: flex;
    align-items: center;
    justify-content: center;
}

 .phones a {
  font-size: 20px;
  padding: 10px;
}

.contact-block .phones a i{
  margin-right: 5px;
}
.contact-block .social-items li {
  padding: 15px;
}
.contact-block .social-items a {
   text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.contact-block a {
  color: #1f4a2f;
}
.contact-block a:hover {
  color: #f8931f;
}

.feedback-form {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10%;
  flex-direction: column;

 
}

.contact-block .feedback-form {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  padding: 0 10%;
  flex-direction: row;

 
}

 .feedback-form input[type=submit] {
  padding: 5px 10px;
  background: #1f4a2f;
  color: #f2f2e8;
  width: 100%;
}
 .feedback-form input[type=submit]:hover {
  background: #f8931f;
}
 .feedback-form input[type=tel] {
  padding-left: 20px;
  
  background: #fff;
  width: 100%;
 
}
 .feedback-form input {
  height: 42px;
}


  .feedback-fab {
      position: fixed; right: 10px; bottom: 170px; z-index: 9999;
      width: 56px; height: 56px; border: 0; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: #f7931f; color: #fff; box-shadow: 0 10px 24px rgba(0,0,0,.18);
      cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
    }
    .feedback-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.22); }
    .feedback-fab svg { fill: currentColor; }

    .feedback-modal { position: fixed; inset: 0; z-index: 999999; display: none; }
    .feedback-modal.is-open { display: block; }
    .feedback-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
    .feedback-dialog {
      position: relative; margin: 10vh auto 0; width: min(520px, 92vw);
      background: #fff; border-radius: 12px; padding: 20px 20px 16px;
      box-shadow: 0 16px 40px rgba(0,0,0,.25);
    }
    .feedback-close {
      position: absolute; top: 10px; right: 12px; border: 0; background: transparent;
      font-size: 26px; line-height: 1; cursor: pointer;
    }
    .feedback-form label { display:block; margin-bottom: 12px; font-size: 14px; }
   
    /* .feedback-form input:focus, .feedback-form textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.15); } */
    .btn-primary {
      display:inline-block; padding:10px 16px; border:0; border-radius: 8px; background:#f7931f; color:#fff; cursor:pointer;
    }
    .feedback-success { padding: 8px 0; color:#16a34a; font-weight: 600; }


     .feedback-modal .contact-block .feedback-form {
      padding: 0;
     }


     .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{
      position: absolute!important;
     }

    .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
      margin-left: 30px!important;
     }

     #woocommerce_product_categories-1 .widget-title span {
      color: #fff;
     }

     @media (max-width:991px) { 

          .header-container .widget_shopping_cart  {
            top:0!important;
            right: 0!important;
          }
          .feedback-form {
             padding: 0;
          }

      #menu-katehorii {
        flex-direction: column;
      }

      .mobile-menu {
        max-width: 250px;
        z-index: 1000000;
      }    
    
      }


      /* ==== ДОПОЛНЕНИЯ для стрелок и моб.аккордеона, с учетом ваших базовых стилей ==== */

/* Базовое: якорь внутри li нужен как якорь для псевдоэлемента */
.cathegories-primary-menu ul > li > a {position: relative;height: 100%;display: contents;}


.menu-item-onsale a, .menu-item-hit a{
 font-size: 20px;
  font-weight: bold!important;


}
.menu-item-onsale {
  background: #f9b25f!important;
}
.menu-item-hit {
  background: #4a8f64!important;
}

.menu-item-onsale:hover {
  background:#4a8f64!important;

}
.menu-item-hit:hover {
  background: #f9b25f!important;
}

.special-menu {

  display:flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}
.special-menu li {
  padding: 5px 20px!important;
  height: 40px;
  margin-bottom: 0;
  border: 1px solid #f2f2e8;
}

.special-menu li:hover {
 opacity: .5;
}    

.special-menu li a{
  width: 100% ;
  height: 100%;
}
.special-menu li a img{
 
  height: 30px;
  width: auto;
}

/* ---------- DESKTOP (>991px): стрелочка ПОД пунктом ---------- */
@media (min-width: 992px) {
  /* треугольник под пунктом, только если есть дети */
  .cathegories-primary-menu ul > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px; /* под текстом, внутри li */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /* по умолчанию стрелка светлая под зелёным фоном */
    border-top: 6px solid #f2f2e8;
    opacity: .85;
    pointer-events: none;
  }
    .cathegories-primary-menu ul.sub-menu > li.menu-item-has-children > a::after {
   
    right: 10px;
    left: inherit;
   
  }
  /* при ховере фон у вас оранжевый — сделаем стрелку тоже оранжевой */
  .cathegories-primary-menu ul > li.menu-item-has-children:hover > a::after {
    border-top-color: #f8931f;
  }

  /* выпадающее меню у вас уже позиционируется абсолютно и показывается
     через .menu-item-has-children:hover .sub-menu { display:flex; } —
     оставляем это поведение, добавим плавность от ранее заданной */
  .cathegories-primary-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex; /* сохранить вашу сетку */
    flex-direction: column; /* чтобы пункты были колонкой */
  }
}
.cat-marker {
   color: #fff;
    position: absolute;
    top: -55px;
  
    padding: 5px 15px;
    border-radius: 5px;
}
.cat-marker::before {
  content:"";
  display: block;
  width: 3px;
  height: 20px;
  background: #939385;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 2px);
}
.visible-large .cathegories-primary-menu {
  margin-top: 70px;
}

/* ---------- MOBILE (<=991px): кнопка-стрелка справа + аккордеон ---------- */
@media (max-width: 991px) {

  .cat-marker {
    display: none;
  }

  .cathegories-primary-menu ul li:hover {
    background: #1f4a2f;
  }


  /* ваши пункты уже становятся колонкой (у вас есть правило для #menu-katehorii) */
  .cathegories-primary-menu ul > li {
    justify-content: flex-start;       /* текст влево */
    align-items: stretch;
    position: relative;
    flex-direction: column;
    border-bottom: 1px solid #f2f2e8;
  }

  /* место под кнопку справа */
  .cathegories-primary-menu ul > li > a {
    padding-right: 46px;
    display: block;
    width: 100%;
    border: none;
    text-align: left;
  }

  /* прячем десктопную стрелку под пунктом */
  .cathegories-primary-menu ul > li.menu-item-has-children > a::after { display: none; }

  /* кнопка-стрелка справа (добавим скриптом) */
  .cathegories-primary-menu .submenu-toggle {
    position: absolute;
    top: 25px;
    right: 8px;
    transform: translateY(-50%);
    width: 34px; height: 34px;
    border: 0; background: transparent; cursor: pointer;
    border-radius: 8px;
  }
  .cathegories-primary-menu .submenu-toggle:focus { outline: 2px solid #2684ff; outline-offset: 2px; }

  /* рисуем стрелку ▼ цветом текста меню */
  .cathegories-primary-menu .submenu-toggle::before {
    content: "";
    display: inline-block;
    width: 0; height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #f2f2e8; /* светлая стрелка на зелёном фоне */
    transition: transform .2s ease;
  }
  /* при открытии ▲ */
  .cathegories-primary-menu li.open > .submenu-toggle::before {
    transform: rotate(180deg);
  }

  /* перестраиваем подменю под аккордеон: статическое, полной ширины */
  .cathegories-primary-menu .menu-item .sub-menu {
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: #1f4a2f;
    min-width: 100%;
    padding: 0;
    margin: 0;
    display: block;     /* будет скрыто через max-height */
    max-height: 0;
    overflow: hidden;
    transition: max-height .24s ease;
    border-top: 1px solid rgba(242,242,232,0.25);
    border: none;
  }
  .cathegories-primary-menu ul.sub-menu li {
    background: #f7931f;
  }
  .cathegories-primary-menu li.open > .sub-menu {
    max-height: 800px; /* достаточно для раскрытия */
  }

  /* пункты подменю на мобилке */
  .cathegories-primary-menu .sub-menu li {
    padding: 0;
     /* border: none; */
    border-bottom: 1px dotted #f2f2e8;
   
  }
  .cathegories-primary-menu .sub-menu li a {
    display: block;
    padding: 10px 14px 10px 24px; /* небольшой отступ слева */
    color: #f2f2e8;
  }

  /* hover на мобилке оставляем вашим: фон оранжевый */
  .cathegories-primary-menu .sub-menu li:hover {background: #1f4a2f;}
  .cathegories-primary-menu .sub-menu li:hover a { color: #f2f2e8; }

  .header-container .widget_product_search #searchform #ws {
    width: 100%;
  }
}

.cathegories-primary-menu .sub-menu li a  {
  width: 100%;
  height: 100%;
  white-space: normal !important; /* отменяем возможный nowrap */
  overflow-wrap: anywhere;        /* переносить даже очень длинные слова/URL */
  word-break: normal;
}

.cathegories-primary-menu ul.sub-menu  ul.sub-menu li {
    background: #f2f2e8;
    color: #1f4a2f;
}
.cathegories-primary-menu ul.sub-menu  ul.sub-menu li a{

    color: #1f4a2f;
}

.cathegories-primary-menu ul.sub-menu  ul.sub-menu li:hover {
    background:#f7931f;
    color: #1f4a2f;
}
.cathegories-primary-menu ul.sub-menu  ul.sub-menu li:hover a{

    color: #f2f2e8;
}


/* показываем кнопку только на мобилке */
@media (max-width: 991px) {
  .hamburger-btn {
    display: inline-flex; align-items: center; justify-content: center;
    /* position: absolute; right: 12px; top: -90px; z-index: 100005; */
    width: 44px; height: 44px; padding: 0; border-radius: 8px;
    border: 1px solid #f2f2e8; background: #1f4a2f; color: #f2f2e8;
  }
  .hamburger-btn:focus { outline: 2px solid #f8931f; outline-offset: 2px; }

  .hamburger-box { position: relative; display: inline-block; width: 22px; height: 16px; }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; content: "";
    transition: transform .25s ease, opacity .2s ease;
  }
  .hamburger-inner            { top: 50%; transform: translateY(-50%); }
  .hamburger-inner::before    { top: -7px; }
  .hamburger-inner::after     { top:  7px; }
  .hamburger-btn.is-active .hamburger-inner { transform: rotate(45deg); }
  .hamburger-btn.is-active .hamburger-inner::before { transform: rotate(-90deg) translateX(-7px); }
  .hamburger-btn.is-active .hamburger-inner::after  { opacity: 0; }

  /* По умолчанию мобильное меню скрыто.
     ПРИ ОТКРЫТИИ мы будем ставить inline-style: display:flex */
  .visible-small.mobile-menu {
    display: none;               /* скрыто на мобилке по умолчанию */
      background: #f2f2e8;        /* ваши цвета */
    flex-direction: column;      /* чтобы пункты шли столбиком */
    position: absolute;   
    padding-top: 50px;      /* чтобы не налипало под кнопкой */
  }

  .cathegories-primary-menu {
    background: #f2f2e8;
}

  .hamburger-btn.close {
    
    display: inline-flex; align-items: center; justify-content: center;
    position: absolute; right: 0; top: 10px; z-index: 100005;
    width: 44px; height: 44px; padding: 0; border-radius: 8px;
    border: 1px solid #f2f2e8!important; background:#1f4a2f; color: #f2f2e8;
    opacity: 1;
  
  }

  [hidden].hamburger-btn {
    display: none;
  }
  .container-fluid {
    padding-right: 15px;
  }
  .special-menu { 
    flex-direction: row;
    margin-top: 15px;
  }
  .special-menu li {
    width: 100%;
    height: 60px;
  }

  .special-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .cathegories-primary-menu ul {
    margin-top: 0;
  }
  .mobile-search .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.mobile-search {
      display: flex;
    align-items: center;
}
}

/* на десктопе кнопку прячем — меню живёт как обычно */
@media (min-width: 992px) {
  .hamburger-btn { display: none; }
}



.header-container .header-text-container .wpb_wrapper {
    float: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
}



@media (max-width: 768px) {
    .mobile-search .wpb_wrapper {
        display: flex;
        justify-content: left;
        align-items: baseline;
    }
    .hamburger-btn {
      top: -107px;
    }
  
  }

.show-705 {
  display: none;
}

@media (max-width: 705px) {

  .show-705 {
  display:flex;
}


.hide-705 {
  display: none;
}
.header-container .widget_product_search #searchform #ws {
        width: 400px;
    }
 .hamburger-btn {
        top: -60px;
    }
   .header-container   .mobile-text {
    padding-left: 40px;
  }  

}

@media (max-width: 639px) {

  .hamburger-btn {
        top: -125px;
    }
 }
  
 @media (max-width: 510px) {

  .header-container .widget_product_search #searchform #ws {
        width: 100%;
    }
    .header-container .widget_shopping_cart {
      margin-top: 0;
    }
 }
  
  @media (max-width: 479px) {

  .header-container   .mobile-text {
    max-width: 80%;
  }
  .header-container   .mobile-cart {
    max-width: 20%;
  }
 }
  
   @media (max-width: 430px) {

  .header-container .logo {
    margin-left: 0;
  }
  
  .header-container .widget_product_search #searchform #ws {
        width: 200px;
    }
 }
  

#wc-guest-checkout-notice { display: none !important; }


.header-container .header .horizontal-menu .primary-menu-container {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    /* position: absolute; */
    /* top: -40px; */
    /* margin-top: -40px; */
}

.custom_widget_product_search {
  display: flex;
  justify-content: end;
  padding-bottom: 15px;
}

.header-container .header .horizontal-menu .primary-menu-container ul.nav-menu li:last-child a, .header-container .header .horizontal-menu .primary-menu-container ul.nav-menu li.last a {
  padding-right: 0;
}
.widget_shopping_cart_content {
  float: right;
}
.header-container .widget_shopping_cart_content .mini_cart_content {
  top: 50px;
}

hr {
     height: 1px;
    background: #dfdfd6;
    width: 100%;
}
.mb-15 {
  margin-bottom: 15px;
}

.header-utilities {
  padding: 15px 0 0;
}